// ==UserScript== // @name POE国际服市集翻译——持续更新 // @namespace https://wiki.wandhi.com // @description POE国际服市集翻译——持续更新 // @license GPL // @version 0.0.4 // @author MaxZhang666 // @source https://wiki.wandhi.com // @include *://* // @supportURL https://wiki.wandhi.com // @grant GM_xmlhttpRequest // @grant GM_registerMenuCommand // @grant GM_openInTab // @grant GM_info // @grant GM_getValue // @grant GM_setValue // @grant GM_getResourceText // @grant GM_addStyle // @connect poe.game.qq.com // @connect www.pathofexile.com // @run-at document-end // @antifeature referral-link // ==/UserScript== !function(root, factory) { if ("object" == typeof exports && "object" == typeof module) module.exports = factory(); else if ("function" == typeof define && define.amd) define([], factory); else { var a = factory(); for (var i in a) ("object" == typeof exports ? exports : root)[i] = a[i]; } }(window, (function() { return function(modules) { var installedModules = {}; function __webpack_require__(moduleId) { if (installedModules[moduleId]) return installedModules[moduleId].exports; var module = installedModules[moduleId] = { i: moduleId, l: !1, exports: {} }; return modules[moduleId].call(module.exports, module, module.exports, __webpack_require__), module.l = !0, module.exports; } return __webpack_require__.m = modules, __webpack_require__.c = installedModules, __webpack_require__.d = function(exports, name, getter) { __webpack_require__.o(exports, name) || Object.defineProperty(exports, name, { enumerable: !0, get: getter }); }, __webpack_require__.r = function(exports) { "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(exports, "__esModule", { value: !0 }); }, __webpack_require__.t = function(value, mode) { if (1 & mode && (value = __webpack_require__(value)), 8 & mode) return value; if (4 & mode && "object" == typeof value && value && value.__esModule) return value; var ns = Object.create(null); if (__webpack_require__.r(ns), Object.defineProperty(ns, "default", { enumerable: !0, value: value }), 2 & mode && "string" != typeof value) for (var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); return ns; }, __webpack_require__.n = function(module) { var getter = module && module.__esModule ? function() { return module.default; } : function() { return module; }; return __webpack_require__.d(getter, "a", getter), getter; }, __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }, __webpack_require__.p = "", __webpack_require__(__webpack_require__.s = 4); }([ function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Logger = void 0; __webpack_require__(9); var LogLevel_1 = __webpack_require__(10), Logger = function() { function Logger() {} return Logger.log = function(msg, level) {}, Logger.debug = function(msg) { this.log(msg, LogLevel_1.LogLevel.debug); }, Logger.info = function(msg) { this.log(msg, LogLevel_1.LogLevel.info); }, Logger.warn = function(msg) { this.log(msg, LogLevel_1.LogLevel.warn); }, Logger.error = function(msg) { this.log(msg, LogLevel_1.LogLevel.error); }, Logger; }(); exports.Logger = Logger; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.IocAuto = exports.Container = void 0, __webpack_require__(5); var container = new Map, Container = function() { function Container() {} return Container.Registe = function(type, args) { var className = this.processName(type.name); return container.set(className, window.Reflect.construct(type, this.buildParams(args))), container.get(className); }, Container.buildParams = function(args) { var para = []; return null == args || args.map((function(item) { para.push(item); })), para; }, Container.processName = function(name) { return name.toLowerCase(); }, Container.Require = function(type) { var _this = this; if (null == type) return null; var name = this.processName(type.name); if (container.has(name)) return container.get(name); var args, classParams = Reflect.getMetadata(METADATA_PARAMS, type); return (null == classParams ? void 0 : classParams.length) && (args = classParams.map((function(item) { return _this.Require(item); }))), this.Registe(type, args); }, Container.define = function(target, key) { var _a, classType = Reflect.getMetadata(METADATA_TYPE, target, key), desc = null !== (_a = Object.getOwnPropertyDescriptor(target, key)) && void 0 !== _a ? _a : { writable: !0, configurable: !0 }; desc.value = this.Require(classType), Object.defineProperty(target, key, desc); }, Container; }(); exports.Container = Container; var METADATA_TYPE = "design:type", METADATA_PARAMS = "design:paramtypes"; exports.IocAuto = function(target, key) { Container.define(target, key); }; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.SiteEnum = void 0, function(SiteEnum) { SiteEnum.All = "All", SiteEnum.HuaJun = "HuaJun", SiteEnum.TaiPingYang = "TaiPingYang", SiteEnum.XiXiSoft = "XiXiSoft", SiteEnum.DongPo = "DongPo", SiteEnum.DangXia = "DangXia", SiteEnum.DuoTe = "DuoTe", SiteEnum.Pc6 = "Pc6", SiteEnum.TaoBao = "TaoBao", SiteEnum.TMall = "TMall", SiteEnum.JingDong = "JingDong", SiteEnum.Shuma = "Shuma", SiteEnum.IQiYi = "IQiYi", SiteEnum.YouKu = "YouKu", SiteEnum.LeShi = "LeShi", SiteEnum.TuDou = "TuDou", SiteEnum.Tencent_V = "Tencent_V", SiteEnum.MangGuo = "MangGuo", SiteEnum.SoHu = "SoHu", SiteEnum.Acfun = "Acfun", SiteEnum.BiliBili = "BiliBili", SiteEnum.M1905 = "M1905", SiteEnum.PPTV = "PPTV", SiteEnum.YinYueTai = "YinYueTai", SiteEnum.WangYi = "WangYi", SiteEnum.Tencent_M = "Tencent_M", SiteEnum.KuGou = "KuGou", SiteEnum.KuWo = "KuWo", SiteEnum.XiaMi = "XiaMi", SiteEnum.TaiHe = "TaiHe", SiteEnum.QingTing = "QingTing", SiteEnum.LiZhi = "LiZhi", SiteEnum.MiGu = "MiGu", SiteEnum.XiMaLaYa = "XiMaLaYa", SiteEnum.LZY = "LZY", SiteEnum.SuNing = "SuNing", SiteEnum.Vp = "Vp", SiteEnum.Gwd = "Gwd", SiteEnum.POETrade = "POETrade"; }(exports.SiteEnum || (exports.SiteEnum = {})); }, function(module, exports, __webpack_require__) { "use strict"; var __importDefault = this && this.__importDefault || function(mod) { return mod && mod.__esModule ? mod : { default: mod }; }; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Core = void 0; var BrowerType_1 = __webpack_require__(13), diff_match_patch_1 = __importDefault(__webpack_require__(14)), Core = function() { function Core() {} return Core.currentUrl = function() { return window.location.href; }, Object.defineProperty(Core, "url", { get: function() { return window.location.href; }, enumerable: !1, configurable: !0 }), Object.defineProperty(Core, "clearUrl", { get: function() { return this.url.replace(window.location.hash, ""); }, enumerable: !1, configurable: !0 }), Object.defineProperty(Core, "hash", { get: function() { return window.location.hash.slice(1); }, enumerable: !1, configurable: !0 }), Core.open = function(url, front) { void 0 === front && (front = !1), GM_openInTab(url, { active: !front }); }, Core.autoLazyload = function(isOk, callback, time) { void 0 === time && (time = 5), isOk() ? callback() : setTimeout((function() { Core.autoLazyload(isOk, callback, time); }), 1e3 * time); }, Core.background = function(callback, time) { void 0 === time && (time = 5), setInterval((function() { callback(); }), 1e3 * time); }, Core.lazyload = function(callback, time) { void 0 === time && (time = 5), setTimeout((function() { callback(); }), 1e3 * time); }, Core.addStyle = function(content) { if (GM_addStyle) GM_addStyle(content); else { var style = unsafeWindow.window.document.createElement("style"); style.innerHTML = content, unsafeWindow.window.document.head.append(style); } }, Core.addStyleUrl = function(url) { var style = unsafeWindow.window.document.createElement("link"); style.href = url, style.rel = "stylesheet", unsafeWindow.window.document.head.append(style); }, Core.addScriptUrl = function(url) { var script = unsafeWindow.window.document.createElement("script"); script.type = "text/javascript", script.src = url, unsafeWindow.window.document.head.append(script); }, Core.addScript = function(content) { var script = unsafeWindow.window.document.createElement("script"); script.type = "text/javascript", script.innerHTML = content, unsafeWindow.window.document.head.append(script); }, Core.Click = function(selector, handle) { $(selector).on("click", handle); }, Core.inIframe = function() { return !(!self.frameElement || "IFRAME" != self.frameElement.tagName) || (window.frames.length != parent.frames.length || self != top); }, Core.getBrowser = function() { var browser = !1, userAgent = window.navigator.userAgent.toLowerCase(); return null != userAgent.match(/firefox/) ? browser = BrowerType_1.BrowerType.Firefox : null != userAgent.match(/edge/) ? browser = BrowerType_1.BrowerType.Edge : null != userAgent.match(/edg/) ? browser = BrowerType_1.BrowerType.Edg : null != userAgent.match(/bidubrowser/) ? browser = BrowerType_1.BrowerType.Baidu : null != userAgent.match(/lbbrowser/) ? browser = BrowerType_1.BrowerType.Liebao : null != userAgent.match(/ubrowser/) ? browser = BrowerType_1.BrowerType.UC : null != userAgent.match(/qqbrowse/) ? browser = BrowerType_1.BrowerType.QQ : null != userAgent.match(/metasr/) ? browser = BrowerType_1.BrowerType.Sogou : null != userAgent.match(/opr/) ? browser = BrowerType_1.BrowerType.Opera : null != userAgent.match(/maxthon/) ? browser = BrowerType_1.BrowerType.Maxthon : null != userAgent.match(/2345explorer/) ? browser = BrowerType_1.BrowerType.Ie2345 : null != userAgent.match(/chrome/) ? browser = navigator.mimeTypes.length > 10 ? BrowerType_1.BrowerType.Se360 : BrowerType_1.BrowerType.Chrome : null != userAgent.match(/safari/) && (browser = BrowerType_1.BrowerType.Safiri), browser; }, Core.humanSize = function(source) { if (null == source || 0 == source) return "0 Bytes"; "string" == typeof source && (source = parseFloat(source)); var index; return index = Math.floor(Math.log(source) / Math.log(1024)), (source / Math.pow(1024, index)).toFixed(2) + " " + [ "Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB" ][index]; }, Core.strDiff = function(str1, str2, remove, joinStr) { return void 0 === joinStr && (joinStr = ""), (new diff_match_patch_1.default).diff_main(str1, str2).filter((function(_a) { return _a[0] === diff_match_patch_1.default.DIFF_INSERT; })).map((function(_a) { return _a[1]; })).filter((function(part) { return part !== remove; })).join(joinStr); }, Core; }(); exports.Core = Core; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }); var Container_1 = __webpack_require__(1), home_1 = __webpack_require__(8); Container_1.Container.Require(home_1.POE_Trade_Translation).Init(); }, function(module, exports, __webpack_require__) { (function(process, global) { var Reflect; !function(Reflect) { !function(factory) { var root = "object" == typeof global ? global : "object" == typeof self ? self : "object" == typeof this ? this : Function("return this;")(), exporter = makeExporter(Reflect); function makeExporter(target, previous) { return function(key, value) { "function" != typeof target[key] && Object.defineProperty(target, key, { configurable: !0, writable: !0, value: value }), previous && previous(key, value); }; } void 0 === root.Reflect ? root.Reflect = Reflect : exporter = makeExporter(root.Reflect, exporter), function(exporter) { var hasOwn = Object.prototype.hasOwnProperty, supportsSymbol = "function" == typeof Symbol, toPrimitiveSymbol = supportsSymbol && void 0 !== Symbol.toPrimitive ? Symbol.toPrimitive : "@@toPrimitive", iteratorSymbol = supportsSymbol && void 0 !== Symbol.iterator ? Symbol.iterator : "@@iterator", supportsCreate = "function" == typeof Object.create, supportsProto = { __proto__: [] } instanceof Array, downLevel = !supportsCreate && !supportsProto, HashMap = { create: supportsCreate ? function() { return MakeDictionary(Object.create(null)); } : supportsProto ? function() { return MakeDictionary({ __proto__: null }); } : function() { return MakeDictionary({}); }, has: downLevel ? function(map, key) { return hasOwn.call(map, key); } : function(map, key) { return key in map; }, get: downLevel ? function(map, key) { return hasOwn.call(map, key) ? map[key] : void 0; } : function(map, key) { return map[key]; } }, functionPrototype = Object.getPrototypeOf(Function), usePolyfill = "object" == typeof process && process.env && "true" === process.env.REFLECT_METADATA_USE_MAP_POLYFILL, _Map = usePolyfill || "function" != typeof Map || "function" != typeof Map.prototype.entries ? CreateMapPolyfill() : Map, _Set = usePolyfill || "function" != typeof Set || "function" != typeof Set.prototype.entries ? CreateSetPolyfill() : Set, Metadata = new (usePolyfill || "function" != typeof WeakMap ? CreateWeakMapPolyfill() : WeakMap); function decorate(decorators, target, propertyKey, attributes) { if (IsUndefined(propertyKey)) { if (!IsArray(decorators)) throw new TypeError; if (!IsConstructor(target)) throw new TypeError; return DecorateConstructor(decorators, target); } if (!IsArray(decorators)) throw new TypeError; if (!IsObject(target)) throw new TypeError; if (!IsObject(attributes) && !IsUndefined(attributes) && !IsNull(attributes)) throw new TypeError; return IsNull(attributes) && (attributes = void 0), DecorateProperty(decorators, target, propertyKey = ToPropertyKey(propertyKey), attributes); } function metadata(metadataKey, metadataValue) { function decorator(target, propertyKey) { if (!IsObject(target)) throw new TypeError; if (!IsUndefined(propertyKey) && !IsPropertyKey(propertyKey)) throw new TypeError; OrdinaryDefineOwnMetadata(metadataKey, metadataValue, target, propertyKey); } return decorator; } function defineMetadata(metadataKey, metadataValue, target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryDefineOwnMetadata(metadataKey, metadataValue, target, propertyKey); } function hasMetadata(metadataKey, target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryHasMetadata(metadataKey, target, propertyKey); } function hasOwnMetadata(metadataKey, target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryHasOwnMetadata(metadataKey, target, propertyKey); } function getMetadata(metadataKey, target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryGetMetadata(metadataKey, target, propertyKey); } function getOwnMetadata(metadataKey, target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryGetOwnMetadata(metadataKey, target, propertyKey); } function getMetadataKeys(target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryMetadataKeys(target, propertyKey); } function getOwnMetadataKeys(target, propertyKey) { if (!IsObject(target)) throw new TypeError; return IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)), OrdinaryOwnMetadataKeys(target, propertyKey); } function deleteMetadata(metadataKey, target, propertyKey) { if (!IsObject(target)) throw new TypeError; IsUndefined(propertyKey) || (propertyKey = ToPropertyKey(propertyKey)); var metadataMap = GetOrCreateMetadataMap(target, propertyKey, !1); if (IsUndefined(metadataMap)) return !1; if (!metadataMap.delete(metadataKey)) return !1; if (metadataMap.size > 0) return !0; var targetMetadata = Metadata.get(target); return targetMetadata.delete(propertyKey), targetMetadata.size > 0 || Metadata.delete(target), !0; } function DecorateConstructor(decorators, target) { for (var i = decorators.length - 1; i >= 0; --i) { var decorated = (0, decorators[i])(target); if (!IsUndefined(decorated) && !IsNull(decorated)) { if (!IsConstructor(decorated)) throw new TypeError; target = decorated; } } return target; } function DecorateProperty(decorators, target, propertyKey, descriptor) { for (var i = decorators.length - 1; i >= 0; --i) { var decorated = (0, decorators[i])(target, propertyKey, descriptor); if (!IsUndefined(decorated) && !IsNull(decorated)) { if (!IsObject(decorated)) throw new TypeError; descriptor = decorated; } } return descriptor; } function GetOrCreateMetadataMap(O, P, Create) { var targetMetadata = Metadata.get(O); if (IsUndefined(targetMetadata)) { if (!Create) return; targetMetadata = new _Map, Metadata.set(O, targetMetadata); } var metadataMap = targetMetadata.get(P); if (IsUndefined(metadataMap)) { if (!Create) return; metadataMap = new _Map, targetMetadata.set(P, metadataMap); } return metadataMap; } function OrdinaryHasMetadata(MetadataKey, O, P) { if (OrdinaryHasOwnMetadata(MetadataKey, O, P)) return !0; var parent = OrdinaryGetPrototypeOf(O); return !IsNull(parent) && OrdinaryHasMetadata(MetadataKey, parent, P); } function OrdinaryHasOwnMetadata(MetadataKey, O, P) { var metadataMap = GetOrCreateMetadataMap(O, P, !1); return !IsUndefined(metadataMap) && ToBoolean(metadataMap.has(MetadataKey)); } function OrdinaryGetMetadata(MetadataKey, O, P) { if (OrdinaryHasOwnMetadata(MetadataKey, O, P)) return OrdinaryGetOwnMetadata(MetadataKey, O, P); var parent = OrdinaryGetPrototypeOf(O); return IsNull(parent) ? void 0 : OrdinaryGetMetadata(MetadataKey, parent, P); } function OrdinaryGetOwnMetadata(MetadataKey, O, P) { var metadataMap = GetOrCreateMetadataMap(O, P, !1); if (!IsUndefined(metadataMap)) return metadataMap.get(MetadataKey); } function OrdinaryDefineOwnMetadata(MetadataKey, MetadataValue, O, P) { GetOrCreateMetadataMap(O, P, !0).set(MetadataKey, MetadataValue); } function OrdinaryMetadataKeys(O, P) { var ownKeys = OrdinaryOwnMetadataKeys(O, P), parent = OrdinaryGetPrototypeOf(O); if (null === parent) return ownKeys; var parentKeys = OrdinaryMetadataKeys(parent, P); if (parentKeys.length <= 0) return ownKeys; if (ownKeys.length <= 0) return parentKeys; for (var set = new _Set, keys = [], _i = 0, ownKeys_1 = ownKeys; _i < ownKeys_1.length; _i++) { var key = ownKeys_1[_i]; set.has(key) || (set.add(key), keys.push(key)); } for (var _a = 0, parentKeys_1 = parentKeys; _a < parentKeys_1.length; _a++) { key = parentKeys_1[_a]; set.has(key) || (set.add(key), keys.push(key)); } return keys; } function OrdinaryOwnMetadataKeys(O, P) { var keys = [], metadataMap = GetOrCreateMetadataMap(O, P, !1); if (IsUndefined(metadataMap)) return keys; for (var iterator = GetIterator(metadataMap.keys()), k = 0; ;) { var next = IteratorStep(iterator); if (!next) return keys.length = k, keys; var nextValue = IteratorValue(next); try { keys[k] = nextValue; } catch (e) { try { IteratorClose(iterator); } finally { throw e; } } k++; } } function Type(x) { if (null === x) return 1; switch (typeof x) { case "undefined": return 0; case "boolean": return 2; case "string": return 3; case "symbol": return 4; case "number": return 5; case "object": return null === x ? 1 : 6; default: return 6; } } function IsUndefined(x) { return void 0 === x; } function IsNull(x) { return null === x; } function IsSymbol(x) { return "symbol" == typeof x; } function IsObject(x) { return "object" == typeof x ? null !== x : "function" == typeof x; } function ToPrimitive(input, PreferredType) { switch (Type(input)) { case 0: case 1: case 2: case 3: case 4: case 5: return input; } var hint = 3 === PreferredType ? "string" : 5 === PreferredType ? "number" : "default", exoticToPrim = GetMethod(input, toPrimitiveSymbol); if (void 0 !== exoticToPrim) { var result = exoticToPrim.call(input, hint); if (IsObject(result)) throw new TypeError; return result; } return OrdinaryToPrimitive(input, "default" === hint ? "number" : hint); } function OrdinaryToPrimitive(O, hint) { if ("string" === hint) { var toString_1 = O.toString; if (IsCallable(toString_1)) if (!IsObject(result = toString_1.call(O))) return result; if (IsCallable(valueOf = O.valueOf)) if (!IsObject(result = valueOf.call(O))) return result; } else { var valueOf; if (IsCallable(valueOf = O.valueOf)) if (!IsObject(result = valueOf.call(O))) return result; var result, toString_2 = O.toString; if (IsCallable(toString_2)) if (!IsObject(result = toString_2.call(O))) return result; } throw new TypeError; } function ToBoolean(argument) { return !!argument; } function ToString(argument) { return "" + argument; } function ToPropertyKey(argument) { var key = ToPrimitive(argument, 3); return IsSymbol(key) ? key : ToString(key); } function IsArray(argument) { return Array.isArray ? Array.isArray(argument) : argument instanceof Object ? argument instanceof Array : "[object Array]" === Object.prototype.toString.call(argument); } function IsCallable(argument) { return "function" == typeof argument; } function IsConstructor(argument) { return "function" == typeof argument; } function IsPropertyKey(argument) { switch (Type(argument)) { case 3: case 4: return !0; default: return !1; } } function GetMethod(V, P) { var func = V[P]; if (null != func) { if (!IsCallable(func)) throw new TypeError; return func; } } function GetIterator(obj) { var method = GetMethod(obj, iteratorSymbol); if (!IsCallable(method)) throw new TypeError; var iterator = method.call(obj); if (!IsObject(iterator)) throw new TypeError; return iterator; } function IteratorValue(iterResult) { return iterResult.value; } function IteratorStep(iterator) { var result = iterator.next(); return !result.done && result; } function IteratorClose(iterator) { var f = iterator.return; f && f.call(iterator); } function OrdinaryGetPrototypeOf(O) { var proto = Object.getPrototypeOf(O); if ("function" != typeof O || O === functionPrototype) return proto; if (proto !== functionPrototype) return proto; var prototype = O.prototype, prototypeProto = prototype && Object.getPrototypeOf(prototype); if (null == prototypeProto || prototypeProto === Object.prototype) return proto; var constructor = prototypeProto.constructor; return "function" != typeof constructor || constructor === O ? proto : constructor; } function CreateMapPolyfill() { var cacheSentinel = {}, arraySentinel = [], MapIterator = function() { function MapIterator(keys, values, selector) { this._index = 0, this._keys = keys, this._values = values, this._selector = selector; } return MapIterator.prototype["@@iterator"] = function() { return this; }, MapIterator.prototype[iteratorSymbol] = function() { return this; }, MapIterator.prototype.next = function() { var index = this._index; if (index >= 0 && index < this._keys.length) { var result = this._selector(this._keys[index], this._values[index]); return index + 1 >= this._keys.length ? (this._index = -1, this._keys = arraySentinel, this._values = arraySentinel) : this._index++, { value: result, done: !1 }; } return { value: void 0, done: !0 }; }, MapIterator.prototype.throw = function(error) { throw this._index >= 0 && (this._index = -1, this._keys = arraySentinel, this._values = arraySentinel), error; }, MapIterator.prototype.return = function(value) { return this._index >= 0 && (this._index = -1, this._keys = arraySentinel, this._values = arraySentinel), { value: value, done: !0 }; }, MapIterator; }(); return function() { function Map() { this._keys = [], this._values = [], this._cacheKey = cacheSentinel, this._cacheIndex = -2; } return Object.defineProperty(Map.prototype, "size", { get: function() { return this._keys.length; }, enumerable: !0, configurable: !0 }), Map.prototype.has = function(key) { return this._find(key, !1) >= 0; }, Map.prototype.get = function(key) { var index = this._find(key, !1); return index >= 0 ? this._values[index] : void 0; }, Map.prototype.set = function(key, value) { var index = this._find(key, !0); return this._values[index] = value, this; }, Map.prototype.delete = function(key) { var index = this._find(key, !1); if (index >= 0) { for (var size = this._keys.length, i = index + 1; i < size; i++) this._keys[i - 1] = this._keys[i], this._values[i - 1] = this._values[i]; return this._keys.length--, this._values.length--, key === this._cacheKey && (this._cacheKey = cacheSentinel, this._cacheIndex = -2), !0; } return !1; }, Map.prototype.clear = function() { this._keys.length = 0, this._values.length = 0, this._cacheKey = cacheSentinel, this._cacheIndex = -2; }, Map.prototype.keys = function() { return new MapIterator(this._keys, this._values, getKey); }, Map.prototype.values = function() { return new MapIterator(this._keys, this._values, getValue); }, Map.prototype.entries = function() { return new MapIterator(this._keys, this._values, getEntry); }, Map.prototype["@@iterator"] = function() { return this.entries(); }, Map.prototype[iteratorSymbol] = function() { return this.entries(); }, Map.prototype._find = function(key, insert) { return this._cacheKey !== key && (this._cacheIndex = this._keys.indexOf(this._cacheKey = key)), this._cacheIndex < 0 && insert && (this._cacheIndex = this._keys.length, this._keys.push(key), this._values.push(void 0)), this._cacheIndex; }, Map; }(); function getKey(key, _) { return key; } function getValue(_, value) { return value; } function getEntry(key, value) { return [ key, value ]; } } function CreateSetPolyfill() { return function() { function Set() { this._map = new _Map; } return Object.defineProperty(Set.prototype, "size", { get: function() { return this._map.size; }, enumerable: !0, configurable: !0 }), Set.prototype.has = function(value) { return this._map.has(value); }, Set.prototype.add = function(value) { return this._map.set(value, value), this; }, Set.prototype.delete = function(value) { return this._map.delete(value); }, Set.prototype.clear = function() { this._map.clear(); }, Set.prototype.keys = function() { return this._map.keys(); }, Set.prototype.values = function() { return this._map.values(); }, Set.prototype.entries = function() { return this._map.entries(); }, Set.prototype["@@iterator"] = function() { return this.keys(); }, Set.prototype[iteratorSymbol] = function() { return this.keys(); }, Set; }(); } function CreateWeakMapPolyfill() { var UUID_SIZE = 16, keys = HashMap.create(), rootKey = CreateUniqueKey(); return function() { function WeakMap() { this._key = CreateUniqueKey(); } return WeakMap.prototype.has = function(target) { var table = GetOrCreateWeakMapTable(target, !1); return void 0 !== table && HashMap.has(table, this._key); }, WeakMap.prototype.get = function(target) { var table = GetOrCreateWeakMapTable(target, !1); return void 0 !== table ? HashMap.get(table, this._key) : void 0; }, WeakMap.prototype.set = function(target, value) { return GetOrCreateWeakMapTable(target, !0)[this._key] = value, this; }, WeakMap.prototype.delete = function(target) { var table = GetOrCreateWeakMapTable(target, !1); return void 0 !== table && delete table[this._key]; }, WeakMap.prototype.clear = function() { this._key = CreateUniqueKey(); }, WeakMap; }(); function CreateUniqueKey() { var key; do { key = "@@WeakMap@@" + CreateUUID(); } while (HashMap.has(keys, key)); return keys[key] = !0, key; } function GetOrCreateWeakMapTable(target, create) { if (!hasOwn.call(target, rootKey)) { if (!create) return; Object.defineProperty(target, rootKey, { value: HashMap.create() }); } return target[rootKey]; } function FillRandomBytes(buffer, size) { for (var i = 0; i < size; ++i) buffer[i] = 255 * Math.random() | 0; return buffer; } function GenRandomBytes(size) { return "function" == typeof Uint8Array ? "undefined" != typeof crypto ? crypto.getRandomValues(new Uint8Array(size)) : "undefined" != typeof msCrypto ? msCrypto.getRandomValues(new Uint8Array(size)) : FillRandomBytes(new Uint8Array(size), size) : FillRandomBytes(new Array(size), size); } function CreateUUID() { var data = GenRandomBytes(UUID_SIZE); data[6] = 79 & data[6] | 64, data[8] = 191 & data[8] | 128; for (var result = "", offset = 0; offset < UUID_SIZE; ++offset) { var byte = data[offset]; 4 !== offset && 6 !== offset && 8 !== offset || (result += "-"), byte < 16 && (result += "0"), result += byte.toString(16).toLowerCase(); } return result; } } function MakeDictionary(obj) { return obj.__ = void 0, delete obj.__, obj; } exporter("decorate", decorate), exporter("metadata", metadata), exporter("defineMetadata", defineMetadata), exporter("hasMetadata", hasMetadata), exporter("hasOwnMetadata", hasOwnMetadata), exporter("getMetadata", getMetadata), exporter("getOwnMetadata", getOwnMetadata), exporter("getMetadataKeys", getMetadataKeys), exporter("getOwnMetadataKeys", getOwnMetadataKeys), exporter("deleteMetadata", deleteMetadata); }(exporter); }(); }(Reflect || (Reflect = {})); }).call(this, __webpack_require__(6), __webpack_require__(7)); }, function(module, exports) { var cachedSetTimeout, cachedClearTimeout, process = module.exports = {}; function defaultSetTimout() { throw new Error("setTimeout has not been defined"); } function defaultClearTimeout() { throw new Error("clearTimeout has not been defined"); } function runTimeout(fun) { if (cachedSetTimeout === setTimeout) return setTimeout(fun, 0); if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) return cachedSetTimeout = setTimeout, setTimeout(fun, 0); try { return cachedSetTimeout(fun, 0); } catch (e) { try { return cachedSetTimeout.call(null, fun, 0); } catch (e) { return cachedSetTimeout.call(this, fun, 0); } } } !function() { try { cachedSetTimeout = "function" == typeof setTimeout ? setTimeout : defaultSetTimout; } catch (e) { cachedSetTimeout = defaultSetTimout; } try { cachedClearTimeout = "function" == typeof clearTimeout ? clearTimeout : defaultClearTimeout; } catch (e) { cachedClearTimeout = defaultClearTimeout; } }(); var currentQueue, queue = [], draining = !1, queueIndex = -1; function cleanUpNextTick() { draining && currentQueue && (draining = !1, currentQueue.length ? queue = currentQueue.concat(queue) : queueIndex = -1, queue.length && drainQueue()); } function drainQueue() { if (!draining) { var timeout = runTimeout(cleanUpNextTick); draining = !0; for (var len = queue.length; len; ) { for (currentQueue = queue, queue = []; ++queueIndex < len; ) currentQueue && currentQueue[queueIndex].run(); queueIndex = -1, len = queue.length; } currentQueue = null, draining = !1, function(marker) { if (cachedClearTimeout === clearTimeout) return clearTimeout(marker); if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) return cachedClearTimeout = clearTimeout, clearTimeout(marker); try { return cachedClearTimeout(marker); } catch (e) { try { return cachedClearTimeout.call(null, marker); } catch (e) { return cachedClearTimeout.call(this, marker); } } }(timeout); } } function Item(fun, array) { this.fun = fun, this.array = array; } function noop() {} process.nextTick = function(fun) { var args = new Array(arguments.length - 1); if (arguments.length > 1) for (var i = 1; i < arguments.length; i++) args[i - 1] = arguments[i]; queue.push(new Item(fun, args)), 1 !== queue.length || draining || runTimeout(drainQueue); }, Item.prototype.run = function() { this.fun.apply(null, this.array); }, process.title = "browser", process.browser = !0, process.env = {}, process.argv = [], process.version = "", process.versions = {}, process.on = noop, process.addListener = noop, process.once = noop, process.off = noop, process.removeListener = noop, process.removeAllListeners = noop, process.emit = noop, process.prependListener = noop, process.prependOnceListener = noop, process.listeners = function(name) { return []; }, process.binding = function(name) { throw new Error("process.binding is not supported"); }, process.cwd = function() { return "/"; }, process.chdir = function(dir) { throw new Error("process.chdir is not supported"); }, process.umask = function() { return 0; }; }, function(module, exports) { var g; g = function() { return this; }(); try { g = g || new Function("return this")(); } catch (e) { "object" == typeof window && (g = window); } module.exports = g; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.POE_Trade_Translation = void 0; var Container_1 = __webpack_require__(1), Logger_1 = __webpack_require__(0), Translation_1 = __webpack_require__(11), POE_Trade_Translation = function() { function POE_Trade_Translation() { this.plugins = new Array, this.plugins = [ Container_1.Container.Require(Translation_1.Translation) ], Logger_1.Logger.info("container loaded"); } return POE_Trade_Translation.prototype.Init = function() { this.plugins.every((function(element) { return !element.linkTest() || (new Promise((function(resolve) { resolve(1); })).then(element.Process), Logger_1.Logger.debug("element unique:" + element.unique()), !element.unique()); })); }, POE_Trade_Translation; }(); exports.POE_Trade_Translation = POE_Trade_Translation; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.ScriptOption = exports.ScriptInfo = exports.Env = void 0; var Env = function() { function Env() {} return Env.Sign = "poe_trade_translation", Env; }(); exports.Env = Env; var ScriptInfo = function() {}; exports.ScriptInfo = ScriptInfo; var ScriptOption = function() {}; exports.ScriptOption = ScriptOption; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.LogLevel = void 0, function(LogLevel) { LogLevel[LogLevel.debug = 0] = "debug", LogLevel[LogLevel.info = 1] = "info", LogLevel[LogLevel.warn = 2] = "warn", LogLevel[LogLevel.error = 3] = "error"; }(exports.LogLevel || (exports.LogLevel = {})); }, function(module, exports, __webpack_require__) { "use strict"; var extendStatics, __extends = this && this.__extends || (extendStatics = function(d, b) { return extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d, b) { d.__proto__ = b; } || function(d, b) { for (var p in b) b.hasOwnProperty(p) && (d[p] = b[p]); }, extendStatics(d, b); }, function(d, b) { function __() { this.constructor = d; } extendStatics(d, b), d.prototype = null === b ? Object.create(b) : (__.prototype = b.prototype, new __); }), __createBinding = this && this.__createBinding || (Object.create ? function(o, m, k, k2) { void 0 === k2 && (k2 = k), Object.defineProperty(o, k2, { enumerable: !0, get: function() { return m[k]; } }); } : function(o, m, k, k2) { void 0 === k2 && (k2 = k), o[k2] = m[k]; }), __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function(o, v) { Object.defineProperty(o, "default", { enumerable: !0, value: v }); } : function(o, v) { o.default = v; }), __importStar = this && this.__importStar || function(mod) { if (mod && mod.__esModule) return mod; var result = {}; if (null != mod) for (var k in mod) "default" !== k && Object.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Translation = void 0; var AppBase_1 = __webpack_require__(12), SiteEnum_1 = __webpack_require__(2), Core_1 = __webpack_require__(3), zhStats = __importStar(__webpack_require__(15)), zhStatic = __importStar(__webpack_require__(16)), usStats = __importStar(__webpack_require__(17)), usItems = __importStar(__webpack_require__(18)), zhItems = __importStar(__webpack_require__(19)), localItem = __importStar(__webpack_require__(20)), property = __importStar(__webpack_require__(21)), uiInterface = __importStar(__webpack_require__(22)), Logger_1 = __webpack_require__(0), Translation = function(_super) { function Translation() { var _this = null !== _super && _super.apply(this, arguments) || this; return _this.appName = "Translation", _this._unique = !1, _this.rules = new Map([ [ SiteEnum_1.SiteEnum.POETrade, /pathofexile\.com\/trade\/search/i ] ]), _this; } return __extends(Translation, _super), Translation.prototype.loader = function() { this.init(); }, Translation.prototype.run = function() { this.domListening(); }, Translation.prototype.init = function() { zhStats.result.forEach((function(item) { item.entries.forEach((function(word) { Translation.words.zhStats.set(word.id, word.text); })); })), usStats.result.forEach((function(item) { item.entries.forEach((function(word) { Translation.words.usStats.set(word.id, word.text); })); })), Translation.words.localItem = new Map(Object.entries(localItem)), usItems.result.forEach((function(category) { var labelarr = Translation.words.localItem.get(category.id); labelarr && (category.label = labelarr + "(" + category.label + ")"), category.entries.forEach((function(item) { Translation.words.localItem.get(item.text) ? item.text = Translation.words.localItem.get(item.text) + "(" + item.text + ")" : item.text = "\u2605" + item.text; })); })), Core_1.Core.addScript("var __ = " + JSON.stringify(uiInterface)), localStorage["lscache-tradeitems"] = JSON.stringify(this.itemsTranslate(zhItems.result, usItems.result)), localStorage["lscache-tradestats"] = JSON.stringify(zhStats.result), localStorage["lscache-tradedata"] = JSON.stringify(zhStatic.result), localStorage.removeItem("lscache-tradeitems-cacheexpiration"), localStorage.removeItem("lscache-tradestats-cacheexpiration"), localStorage.removeItem("lscache-tradedata-cacheexpiration"), localStorage["local-updated"] = +new Date; }, Translation.prototype.domListening = function() { var that = this, targetNode = document.querySelector("#app"); new MutationObserver((function(mutations, observer) { mutations.forEach((function(mutation) { mutation.addedNodes.forEach((function(node) { "resultset" === node.className && (observer.disconnect(), that.resultsChange()); })); })); })).observe(targetNode, { attributes: !0, childList: !0, subtree: !0, characterData: !1 }); }, Translation.prototype.resultsChange = function() { var that = this, targetNode = document.querySelector(".results"); new MutationObserver((function(mutations, observer) { mutations.forEach((function(mutation) { mutation.addedNodes.forEach((function(node) { "row" === node.className && that.translate(); })); })); })).observe(targetNode, { childList: !0, subtree: !0 }); }, Translation.prototype.translate = function() { var _this = this; Core_1.Core.lazyload((function() { document.querySelectorAll("[data-field]:not(.translated)").forEach((function(elm) { _this.affixTranslate(elm); })), document.querySelectorAll(".itemHeader,.vaalHeader,.hybridHeader:not(.translated)").forEach((function(elm) { var name_ub; if (elm.querySelectorAll(".itemName").forEach((function(name) { var regstr = /class="lc">(.+?)<\/span>/gim.exec(name.innerHTML); regstr && regstr.length >= 1 && (~name.className.indexOf("typeLine") ? name_ub = regstr[1] : regstr[1]); })), name_ub) { var name_zb_1 = Translation.words.localItem.get(name_ub) ? Translation.words.localItem.get(name_ub) + "(" + name_ub + ")" : null; if (!name_zb_1) ; name_zb_1 && (elm.innerHTML = elm.innerHTML.replace(">" + name_ub + "<", ">" + name_zb_1 + "<"), elm.classList.add("translated")); } })), document.querySelectorAll(".requirements:not(translated)").forEach((function(elm) { elm.innerHTML = elm.innerHTML.replace("Requires", "\u9700\u6c42").replace("Level", "\u7b49\u7ea7").replace(/Str(ength)?/, "\u529b\u91cf").replace(/Dex(terity)?/, "\u654f\u6377").replace(/Int(elligence)?/, "\u667a\u6167").replace("in", "\u7684").replace("Any Job", "\u4efb\u610f\u4efb\u52a1").replace("Class", "\u804c\u4e1a").replace("Witch", "\u5973\u5deb").replace("Scion", "\u8d35\u65cf").replace("Marauder", "\u91ce\u86ee\u4eba").replace("Ranger", "\u6e38\u4fa0").replace("Duelist", "\u51b3\u6597\u8005").replace("Templar", "\u5723\u5802\u6b66\u50e7").replace("Shadow", "\u6697\u5f71\u523a\u5ba2"), elm.classList.add("translated"); })), document.querySelectorAll(".property:not(translated)").forEach((function(elm) { var propertyMap = new Map(Object.entries(property)), zhString = elm.innerHTML; propertyMap.forEach((function(v, k) { zhString = zhString.replace(String(k), v); })), zhString != elm.innerHTML && (elm.innerHTML = zhString, elm.classList.add("translated")); })); }), .1); }, Translation.prototype.affixTranslate = function(elm) { var _a, _b, _c, parentNode = elm.parentNode, ele = elm; if (parentNode) { var datel = parentNode.querySelector(".l"); datel && (datel.innerHTML = datel.innerHTML.replace(/P/g, "\u524d").replace(/S/g, "\u540e")); var field = null === (_a = ele.dataset.field) || void 0 === _a ? void 0 : _a.replace("stat.", ""); if (field) { var originalString = ele.innerHTML, usString = null !== (_b = Translation.words.usStats.get(field)) && void 0 !== _b ? _b : originalString, zhString = null !== (_c = Translation.words.zhStats.get(field)) && void 0 !== _c ? _c : originalString; if (usString.indexOf("#") > -1) { var diff = Core_1.Core.strDiff(usString, originalString, "#"); isNaN(parseInt(diff)) || (zhString = zhString.replace("#", diff)); } if ((~field.indexOf("delirium") || ~field.indexOf("monster")) && (zhString = zhString.replace(/\(.+?\)/, "")), ~field.search("veiled\\.")) { var rd = parentNode.querySelector(".r .d"); if (rd) { var str = rd.innerHTML; str && (rd.innerHTML = str.replace(/.*?(\(.*?\))/, zhString + "$1")); } } else ele.setAttribute("title", ele.innerText), ele.innerHTML = zhString; ~field.indexOf(".") || parentNode.classList.add("translated"), ele.classList.add("translated"); } } }, Translation.prototype.itemsTranslate = function(zhItems, usItems) { var zhArr = null == zhItems ? void 0 : zhItems.reduce((function(items, current) { return items[current.id] = current, items; }), {}); return usItems.forEach((function(item) { var zhItem = zhArr[item.id]; if (zhItem) { item.label = zhItem.label; for (var i = 0; i < item.entries.length; i++) { var usEntry = item.entries[i], zhEntry = zhItem.entries[i]; usEntry && zhEntry && (usEntry.text && zhEntry.text && (usEntry.text = zhEntry.text), usEntry.name && zhEntry.name && (usEntry.name = zhEntry.name)); } } })), Logger_1.Logger.info(usItems), usItems; }, Translation.words = { zhStats: new Map, usStats: new Map, zhItem: new Map, usItem: new Map, localItem: new Map, affix: [], delve: [] }, Translation; }(AppBase_1.AppBase); exports.Translation = Translation; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.AppBase = void 0; var Logger_1 = __webpack_require__(0), SiteEnum_1 = __webpack_require__(2), Core_1 = __webpack_require__(3), AppBase = function() { function AppBase() { var _this = this; this._unique = !0, this.Process = function() { _this.loader(), _this.run(); }; } return AppBase.prototype.unique = function() { return this._unique; }, AppBase.prototype.linkTest = function(url) { var _this = this; url || (url = Core_1.Core.currentUrl()); var flag = !1; return this.rules.forEach((function(v, k) { return v.test(url) ? (Logger_1.Logger.debug("app:" + _this.appName + "_" + SiteEnum_1.SiteEnum[k] + " test pass"), flag = !0, _this.site = k, !1) : (Logger_1.Logger.warn("app:" + _this.appName + " test fail"), !0); })), flag; }, AppBase; }(); exports.AppBase = AppBase; }, function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.BrowerType = void 0, function(BrowerType) { BrowerType[BrowerType.Edge = 0] = "Edge", BrowerType[BrowerType.Edg = 1] = "Edg", BrowerType[BrowerType.Chrome = 2] = "Chrome", BrowerType[BrowerType.Firefox = 3] = "Firefox", BrowerType[BrowerType.Safiri = 4] = "Safiri", BrowerType[BrowerType.Se360 = 5] = "Se360", BrowerType[BrowerType.Ie2345 = 6] = "Ie2345", BrowerType[BrowerType.Baidu = 7] = "Baidu", BrowerType[BrowerType.Liebao = 8] = "Liebao", BrowerType[BrowerType.UC = 9] = "UC", BrowerType[BrowerType.QQ = 10] = "QQ", BrowerType[BrowerType.Sogou = 11] = "Sogou", BrowerType[BrowerType.Opera = 12] = "Opera", BrowerType[BrowerType.Maxthon = 13] = "Maxthon"; }(exports.BrowerType || (exports.BrowerType = {})); }, function(module, exports) { var diff_match_patch = function() { this.Diff_Timeout = 1, this.Diff_EditCost = 4, this.Match_Threshold = .5, this.Match_Distance = 1e3, this.Patch_DeleteThreshold = .5, this.Patch_Margin = 4, this.Match_MaxBits = 32; }; diff_match_patch.Diff = function(op, text) { return [ op, text ]; }, diff_match_patch.prototype.diff_main = function(text1, text2, opt_checklines, opt_deadline) { void 0 === opt_deadline && (opt_deadline = this.Diff_Timeout <= 0 ? Number.MAX_VALUE : (new Date).getTime() + 1e3 * this.Diff_Timeout); var deadline = opt_deadline; if (null == text1 || null == text2) throw new Error("Null input. (diff_main)"); if (text1 == text2) return text1 ? [ new diff_match_patch.Diff(0, text1) ] : []; void 0 === opt_checklines && (opt_checklines = !0); var checklines = opt_checklines, commonlength = this.diff_commonPrefix(text1, text2), commonprefix = text1.substring(0, commonlength); text1 = text1.substring(commonlength), text2 = text2.substring(commonlength), commonlength = this.diff_commonSuffix(text1, text2); var commonsuffix = text1.substring(text1.length - commonlength); text1 = text1.substring(0, text1.length - commonlength), text2 = text2.substring(0, text2.length - commonlength); var diffs = this.diff_compute_(text1, text2, checklines, deadline); return commonprefix && diffs.unshift(new diff_match_patch.Diff(0, commonprefix)), commonsuffix && diffs.push(new diff_match_patch.Diff(0, commonsuffix)), this.diff_cleanupMerge(diffs), diffs; }, diff_match_patch.prototype.diff_compute_ = function(text1, text2, checklines, deadline) { var diffs; if (!text1) return [ new diff_match_patch.Diff(1, text2) ]; if (!text2) return [ new diff_match_patch.Diff(-1, text1) ]; var longtext = text1.length > text2.length ? text1 : text2, shorttext = text1.length > text2.length ? text2 : text1, i = longtext.indexOf(shorttext); if (-1 != i) return diffs = [ new diff_match_patch.Diff(1, longtext.substring(0, i)), new diff_match_patch.Diff(0, shorttext), new diff_match_patch.Diff(1, longtext.substring(i + shorttext.length)) ], text1.length > text2.length && (diffs[0][0] = diffs[2][0] = -1), diffs; if (1 == shorttext.length) return [ new diff_match_patch.Diff(-1, text1), new diff_match_patch.Diff(1, text2) ]; var hm = this.diff_halfMatch_(text1, text2); if (hm) { var text1_a = hm[0], text1_b = hm[1], text2_a = hm[2], text2_b = hm[3], mid_common = hm[4], diffs_a = this.diff_main(text1_a, text2_a, checklines, deadline), diffs_b = this.diff_main(text1_b, text2_b, checklines, deadline); return diffs_a.concat([ new diff_match_patch.Diff(0, mid_common) ], diffs_b); } return checklines && text1.length > 100 && text2.length > 100 ? this.diff_lineMode_(text1, text2, deadline) : this.diff_bisect_(text1, text2, deadline); }, diff_match_patch.prototype.diff_lineMode_ = function(text1, text2, deadline) { var a = this.diff_linesToChars_(text1, text2); text1 = a.chars1, text2 = a.chars2; var linearray = a.lineArray, diffs = this.diff_main(text1, text2, !1, deadline); this.diff_charsToLines_(diffs, linearray), this.diff_cleanupSemantic(diffs), diffs.push(new diff_match_patch.Diff(0, "")); for (var pointer = 0, count_delete = 0, count_insert = 0, text_delete = "", text_insert = ""; pointer < diffs.length; ) { switch (diffs[pointer][0]) { case 1: count_insert++, text_insert += diffs[pointer][1]; break; case -1: count_delete++, text_delete += diffs[pointer][1]; break; case 0: if (count_delete >= 1 && count_insert >= 1) { diffs.splice(pointer - count_delete - count_insert, count_delete + count_insert), pointer = pointer - count_delete - count_insert; for (var subDiff = this.diff_main(text_delete, text_insert, !1, deadline), j = subDiff.length - 1; j >= 0; j--) diffs.splice(pointer, 0, subDiff[j]); pointer += subDiff.length; } count_insert = 0, count_delete = 0, text_delete = "", text_insert = ""; } pointer++; } return diffs.pop(), diffs; }, diff_match_patch.prototype.diff_bisect_ = function(text1, text2, deadline) { for (var text1_length = text1.length, text2_length = text2.length, max_d = Math.ceil((text1_length + text2_length) / 2), v_offset = max_d, v_length = 2 * max_d, v1 = new Array(v_length), v2 = new Array(v_length), x = 0; x < v_length; x++) v1[x] = -1, v2[x] = -1; v1[v_offset + 1] = 0, v2[v_offset + 1] = 0; for (var delta = text1_length - text2_length, front = delta % 2 != 0, k1start = 0, k1end = 0, k2start = 0, k2end = 0, d = 0; d < max_d && !((new Date).getTime() > deadline); d++) { for (var k1 = -d + k1start; k1 <= d - k1end; k1 += 2) { for (var k1_offset = v_offset + k1, y1 = (x1 = k1 == -d || k1 != d && v1[k1_offset - 1] < v1[k1_offset + 1] ? v1[k1_offset + 1] : v1[k1_offset - 1] + 1) - k1; x1 < text1_length && y1 < text2_length && text1.charAt(x1) == text2.charAt(y1); ) x1++, y1++; if (v1[k1_offset] = x1, x1 > text1_length) k1end += 2; else if (y1 > text2_length) k1start += 2; else if (front) { if ((k2_offset = v_offset + delta - k1) >= 0 && k2_offset < v_length && -1 != v2[k2_offset]) if (x1 >= (x2 = text1_length - v2[k2_offset])) return this.diff_bisectSplit_(text1, text2, x1, y1, deadline); } } for (var k2 = -d + k2start; k2 <= d - k2end; k2 += 2) { for (var x2, k2_offset = v_offset + k2, y2 = (x2 = k2 == -d || k2 != d && v2[k2_offset - 1] < v2[k2_offset + 1] ? v2[k2_offset + 1] : v2[k2_offset - 1] + 1) - k2; x2 < text1_length && y2 < text2_length && text1.charAt(text1_length - x2 - 1) == text2.charAt(text2_length - y2 - 1); ) x2++, y2++; if (v2[k2_offset] = x2, x2 > text1_length) k2end += 2; else if (y2 > text2_length) k2start += 2; else if (!front) { if ((k1_offset = v_offset + delta - k2) >= 0 && k1_offset < v_length && -1 != v1[k1_offset]) { var x1; y1 = v_offset + (x1 = v1[k1_offset]) - k1_offset; if (x1 >= (x2 = text1_length - x2)) return this.diff_bisectSplit_(text1, text2, x1, y1, deadline); } } } } return [ new diff_match_patch.Diff(-1, text1), new diff_match_patch.Diff(1, text2) ]; }, diff_match_patch.prototype.diff_bisectSplit_ = function(text1, text2, x, y, deadline) { var text1a = text1.substring(0, x), text2a = text2.substring(0, y), text1b = text1.substring(x), text2b = text2.substring(y), diffs = this.diff_main(text1a, text2a, !1, deadline), diffsb = this.diff_main(text1b, text2b, !1, deadline); return diffs.concat(diffsb); }, diff_match_patch.prototype.diff_linesToChars_ = function(text1, text2) { var lineArray = [], lineHash = {}; function diff_linesToCharsMunge_(text) { for (var chars = "", lineStart = 0, lineEnd = -1, lineArrayLength = lineArray.length; lineEnd < text.length - 1; ) { -1 == (lineEnd = text.indexOf("\n", lineStart)) && (lineEnd = text.length - 1); var line = text.substring(lineStart, lineEnd + 1); (lineHash.hasOwnProperty ? lineHash.hasOwnProperty(line) : void 0 !== lineHash[line]) ? chars += String.fromCharCode(lineHash[line]) : (lineArrayLength == maxLines && (line = text.substring(lineStart), lineEnd = text.length), chars += String.fromCharCode(lineArrayLength), lineHash[line] = lineArrayLength, lineArray[lineArrayLength++] = line), lineStart = lineEnd + 1; } return chars; } lineArray[0] = ""; var maxLines = 4e4, chars1 = diff_linesToCharsMunge_(text1); return maxLines = 65535, { chars1: chars1, chars2: diff_linesToCharsMunge_(text2), lineArray: lineArray }; }, diff_match_patch.prototype.diff_charsToLines_ = function(diffs, lineArray) { for (var i = 0; i < diffs.length; i++) { for (var chars = diffs[i][1], text = [], j = 0; j < chars.length; j++) text[j] = lineArray[chars.charCodeAt(j)]; diffs[i][1] = text.join(""); } }, diff_match_patch.prototype.diff_commonPrefix = function(text1, text2) { if (!text1 || !text2 || text1.charAt(0) != text2.charAt(0)) return 0; for (var pointermin = 0, pointermax = Math.min(text1.length, text2.length), pointermid = pointermax, pointerstart = 0; pointermin < pointermid; ) text1.substring(pointerstart, pointermid) == text2.substring(pointerstart, pointermid) ? pointerstart = pointermin = pointermid : pointermax = pointermid, pointermid = Math.floor((pointermax - pointermin) / 2 + pointermin); return pointermid; }, diff_match_patch.prototype.diff_commonSuffix = function(text1, text2) { if (!text1 || !text2 || text1.charAt(text1.length - 1) != text2.charAt(text2.length - 1)) return 0; for (var pointermin = 0, pointermax = Math.min(text1.length, text2.length), pointermid = pointermax, pointerend = 0; pointermin < pointermid; ) text1.substring(text1.length - pointermid, text1.length - pointerend) == text2.substring(text2.length - pointermid, text2.length - pointerend) ? pointerend = pointermin = pointermid : pointermax = pointermid, pointermid = Math.floor((pointermax - pointermin) / 2 + pointermin); return pointermid; }, diff_match_patch.prototype.diff_commonOverlap_ = function(text1, text2) { var text1_length = text1.length, text2_length = text2.length; if (0 == text1_length || 0 == text2_length) return 0; text1_length > text2_length ? text1 = text1.substring(text1_length - text2_length) : text1_length < text2_length && (text2 = text2.substring(0, text1_length)); var text_length = Math.min(text1_length, text2_length); if (text1 == text2) return text_length; for (var best = 0, length = 1; ;) { var pattern = text1.substring(text_length - length), found = text2.indexOf(pattern); if (-1 == found) return best; length += found, 0 != found && text1.substring(text_length - length) != text2.substring(0, length) || (best = length, length++); } }, diff_match_patch.prototype.diff_halfMatch_ = function(text1, text2) { if (this.Diff_Timeout <= 0) return null; var longtext = text1.length > text2.length ? text1 : text2, shorttext = text1.length > text2.length ? text2 : text1; if (longtext.length < 4 || 2 * shorttext.length < longtext.length) return null; var dmp = this; function diff_halfMatchI_(longtext, shorttext, i) { for (var best_longtext_a, best_longtext_b, best_shorttext_a, best_shorttext_b, seed = longtext.substring(i, i + Math.floor(longtext.length / 4)), j = -1, best_common = ""; -1 != (j = shorttext.indexOf(seed, j + 1)); ) { var prefixLength = dmp.diff_commonPrefix(longtext.substring(i), shorttext.substring(j)), suffixLength = dmp.diff_commonSuffix(longtext.substring(0, i), shorttext.substring(0, j)); best_common.length < suffixLength + prefixLength && (best_common = shorttext.substring(j - suffixLength, j) + shorttext.substring(j, j + prefixLength), best_longtext_a = longtext.substring(0, i - suffixLength), best_longtext_b = longtext.substring(i + prefixLength), best_shorttext_a = shorttext.substring(0, j - suffixLength), best_shorttext_b = shorttext.substring(j + prefixLength)); } return 2 * best_common.length >= longtext.length ? [ best_longtext_a, best_longtext_b, best_shorttext_a, best_shorttext_b, best_common ] : null; } var hm, text1_a, text1_b, text2_a, text2_b, hm1 = diff_halfMatchI_(longtext, shorttext, Math.ceil(longtext.length / 4)), hm2 = diff_halfMatchI_(longtext, shorttext, Math.ceil(longtext.length / 2)); return hm1 || hm2 ? (hm = hm2 ? hm1 && hm1[4].length > hm2[4].length ? hm1 : hm2 : hm1, text1.length > text2.length ? (text1_a = hm[0], text1_b = hm[1], text2_a = hm[2], text2_b = hm[3]) : (text2_a = hm[0], text2_b = hm[1], text1_a = hm[2], text1_b = hm[3]), [ text1_a, text1_b, text2_a, text2_b, hm[4] ]) : null; }, diff_match_patch.prototype.diff_cleanupSemantic = function(diffs) { for (var changes = !1, equalities = [], equalitiesLength = 0, lastEquality = null, pointer = 0, length_insertions1 = 0, length_deletions1 = 0, length_insertions2 = 0, length_deletions2 = 0; pointer < diffs.length; ) 0 == diffs[pointer][0] ? (equalities[equalitiesLength++] = pointer, length_insertions1 = length_insertions2, length_deletions1 = length_deletions2, length_insertions2 = 0, length_deletions2 = 0, lastEquality = diffs[pointer][1]) : (1 == diffs[pointer][0] ? length_insertions2 += diffs[pointer][1].length : length_deletions2 += diffs[pointer][1].length, lastEquality && lastEquality.length <= Math.max(length_insertions1, length_deletions1) && lastEquality.length <= Math.max(length_insertions2, length_deletions2) && (diffs.splice(equalities[equalitiesLength - 1], 0, new diff_match_patch.Diff(-1, lastEquality)), diffs[equalities[equalitiesLength - 1] + 1][0] = 1, equalitiesLength--, pointer = --equalitiesLength > 0 ? equalities[equalitiesLength - 1] : -1, length_insertions1 = 0, length_deletions1 = 0, length_insertions2 = 0, length_deletions2 = 0, lastEquality = null, changes = !0)), pointer++; for (changes && this.diff_cleanupMerge(diffs), this.diff_cleanupSemanticLossless(diffs), pointer = 1; pointer < diffs.length; ) { if (-1 == diffs[pointer - 1][0] && 1 == diffs[pointer][0]) { var deletion = diffs[pointer - 1][1], insertion = diffs[pointer][1], overlap_length1 = this.diff_commonOverlap_(deletion, insertion), overlap_length2 = this.diff_commonOverlap_(insertion, deletion); overlap_length1 >= overlap_length2 ? (overlap_length1 >= deletion.length / 2 || overlap_length1 >= insertion.length / 2) && (diffs.splice(pointer, 0, new diff_match_patch.Diff(0, insertion.substring(0, overlap_length1))), diffs[pointer - 1][1] = deletion.substring(0, deletion.length - overlap_length1), diffs[pointer + 1][1] = insertion.substring(overlap_length1), pointer++) : (overlap_length2 >= deletion.length / 2 || overlap_length2 >= insertion.length / 2) && (diffs.splice(pointer, 0, new diff_match_patch.Diff(0, deletion.substring(0, overlap_length2))), diffs[pointer - 1][0] = 1, diffs[pointer - 1][1] = insertion.substring(0, insertion.length - overlap_length2), diffs[pointer + 1][0] = -1, diffs[pointer + 1][1] = deletion.substring(overlap_length2), pointer++), pointer++; } pointer++; } }, diff_match_patch.prototype.diff_cleanupSemanticLossless = function(diffs) { function diff_cleanupSemanticScore_(one, two) { if (!one || !two) return 6; var char1 = one.charAt(one.length - 1), char2 = two.charAt(0), nonAlphaNumeric1 = char1.match(diff_match_patch.nonAlphaNumericRegex_), nonAlphaNumeric2 = char2.match(diff_match_patch.nonAlphaNumericRegex_), whitespace1 = nonAlphaNumeric1 && char1.match(diff_match_patch.whitespaceRegex_), whitespace2 = nonAlphaNumeric2 && char2.match(diff_match_patch.whitespaceRegex_), lineBreak1 = whitespace1 && char1.match(diff_match_patch.linebreakRegex_), lineBreak2 = whitespace2 && char2.match(diff_match_patch.linebreakRegex_), blankLine1 = lineBreak1 && one.match(diff_match_patch.blanklineEndRegex_), blankLine2 = lineBreak2 && two.match(diff_match_patch.blanklineStartRegex_); return blankLine1 || blankLine2 ? 5 : lineBreak1 || lineBreak2 ? 4 : nonAlphaNumeric1 && !whitespace1 && whitespace2 ? 3 : whitespace1 || whitespace2 ? 2 : nonAlphaNumeric1 || nonAlphaNumeric2 ? 1 : 0; } for (var pointer = 1; pointer < diffs.length - 1; ) { if (0 == diffs[pointer - 1][0] && 0 == diffs[pointer + 1][0]) { var equality1 = diffs[pointer - 1][1], edit = diffs[pointer][1], equality2 = diffs[pointer + 1][1], commonOffset = this.diff_commonSuffix(equality1, edit); if (commonOffset) { var commonString = edit.substring(edit.length - commonOffset); equality1 = equality1.substring(0, equality1.length - commonOffset), edit = commonString + edit.substring(0, edit.length - commonOffset), equality2 = commonString + equality2; } for (var bestEquality1 = equality1, bestEdit = edit, bestEquality2 = equality2, bestScore = diff_cleanupSemanticScore_(equality1, edit) + diff_cleanupSemanticScore_(edit, equality2); edit.charAt(0) === equality2.charAt(0); ) { equality1 += edit.charAt(0), edit = edit.substring(1) + equality2.charAt(0), equality2 = equality2.substring(1); var score = diff_cleanupSemanticScore_(equality1, edit) + diff_cleanupSemanticScore_(edit, equality2); score >= bestScore && (bestScore = score, bestEquality1 = equality1, bestEdit = edit, bestEquality2 = equality2); } diffs[pointer - 1][1] != bestEquality1 && (bestEquality1 ? diffs[pointer - 1][1] = bestEquality1 : (diffs.splice(pointer - 1, 1), pointer--), diffs[pointer][1] = bestEdit, bestEquality2 ? diffs[pointer + 1][1] = bestEquality2 : (diffs.splice(pointer + 1, 1), pointer--)); } pointer++; } }, diff_match_patch.nonAlphaNumericRegex_ = /[^a-zA-Z0-9]/, diff_match_patch.whitespaceRegex_ = /\s/, diff_match_patch.linebreakRegex_ = /[\r\n]/, diff_match_patch.blanklineEndRegex_ = /\n\r?\n$/, diff_match_patch.blanklineStartRegex_ = /^\r?\n\r?\n/, diff_match_patch.prototype.diff_cleanupEfficiency = function(diffs) { for (var changes = !1, equalities = [], equalitiesLength = 0, lastEquality = null, pointer = 0, pre_ins = !1, pre_del = !1, post_ins = !1, post_del = !1; pointer < diffs.length; ) 0 == diffs[pointer][0] ? (diffs[pointer][1].length < this.Diff_EditCost && (post_ins || post_del) ? (equalities[equalitiesLength++] = pointer, pre_ins = post_ins, pre_del = post_del, lastEquality = diffs[pointer][1]) : (equalitiesLength = 0, lastEquality = null), post_ins = post_del = !1) : (-1 == diffs[pointer][0] ? post_del = !0 : post_ins = !0, lastEquality && (pre_ins && pre_del && post_ins && post_del || lastEquality.length < this.Diff_EditCost / 2 && pre_ins + pre_del + post_ins + post_del == 3) && (diffs.splice(equalities[equalitiesLength - 1], 0, new diff_match_patch.Diff(-1, lastEquality)), diffs[equalities[equalitiesLength - 1] + 1][0] = 1, equalitiesLength--, lastEquality = null, pre_ins && pre_del ? (post_ins = post_del = !0, equalitiesLength = 0) : (pointer = --equalitiesLength > 0 ? equalities[equalitiesLength - 1] : -1, post_ins = post_del = !1), changes = !0)), pointer++; changes && this.diff_cleanupMerge(diffs); }, diff_match_patch.prototype.diff_cleanupMerge = function(diffs) { diffs.push(new diff_match_patch.Diff(0, "")); for (var commonlength, pointer = 0, count_delete = 0, count_insert = 0, text_delete = "", text_insert = ""; pointer < diffs.length; ) switch (diffs[pointer][0]) { case 1: count_insert++, text_insert += diffs[pointer][1], pointer++; break; case -1: count_delete++, text_delete += diffs[pointer][1], pointer++; break; case 0: count_delete + count_insert > 1 ? (0 !== count_delete && 0 !== count_insert && (0 !== (commonlength = this.diff_commonPrefix(text_insert, text_delete)) && (pointer - count_delete - count_insert > 0 && 0 == diffs[pointer - count_delete - count_insert - 1][0] ? diffs[pointer - count_delete - count_insert - 1][1] += text_insert.substring(0, commonlength) : (diffs.splice(0, 0, new diff_match_patch.Diff(0, text_insert.substring(0, commonlength))), pointer++), text_insert = text_insert.substring(commonlength), text_delete = text_delete.substring(commonlength)), 0 !== (commonlength = this.diff_commonSuffix(text_insert, text_delete)) && (diffs[pointer][1] = text_insert.substring(text_insert.length - commonlength) + diffs[pointer][1], text_insert = text_insert.substring(0, text_insert.length - commonlength), text_delete = text_delete.substring(0, text_delete.length - commonlength))), pointer -= count_delete + count_insert, diffs.splice(pointer, count_delete + count_insert), text_delete.length && (diffs.splice(pointer, 0, new diff_match_patch.Diff(-1, text_delete)), pointer++), text_insert.length && (diffs.splice(pointer, 0, new diff_match_patch.Diff(1, text_insert)), pointer++), pointer++) : 0 !== pointer && 0 == diffs[pointer - 1][0] ? (diffs[pointer - 1][1] += diffs[pointer][1], diffs.splice(pointer, 1)) : pointer++, count_insert = 0, count_delete = 0, text_delete = "", text_insert = ""; } "" === diffs[diffs.length - 1][1] && diffs.pop(); var changes = !1; for (pointer = 1; pointer < diffs.length - 1; ) 0 == diffs[pointer - 1][0] && 0 == diffs[pointer + 1][0] && (diffs[pointer][1].substring(diffs[pointer][1].length - diffs[pointer - 1][1].length) == diffs[pointer - 1][1] ? (diffs[pointer][1] = diffs[pointer - 1][1] + diffs[pointer][1].substring(0, diffs[pointer][1].length - diffs[pointer - 1][1].length), diffs[pointer + 1][1] = diffs[pointer - 1][1] + diffs[pointer + 1][1], diffs.splice(pointer - 1, 1), changes = !0) : diffs[pointer][1].substring(0, diffs[pointer + 1][1].length) == diffs[pointer + 1][1] && (diffs[pointer - 1][1] += diffs[pointer + 1][1], diffs[pointer][1] = diffs[pointer][1].substring(diffs[pointer + 1][1].length) + diffs[pointer + 1][1], diffs.splice(pointer + 1, 1), changes = !0)), pointer++; changes && this.diff_cleanupMerge(diffs); }, diff_match_patch.prototype.diff_xIndex = function(diffs, loc) { var x, chars1 = 0, chars2 = 0, last_chars1 = 0, last_chars2 = 0; for (x = 0; x < diffs.length && (1 !== diffs[x][0] && (chars1 += diffs[x][1].length), -1 !== diffs[x][0] && (chars2 += diffs[x][1].length), !(chars1 > loc)); x++) last_chars1 = chars1, last_chars2 = chars2; return diffs.length != x && -1 === diffs[x][0] ? last_chars2 : last_chars2 + (loc - last_chars1); }, diff_match_patch.prototype.diff_prettyHtml = function(diffs) { for (var html = [], pattern_amp = /&/g, pattern_lt = //g, pattern_para = /\n/g, x = 0; x < diffs.length; x++) { var op = diffs[x][0], text = diffs[x][1].replace(pattern_amp, "&").replace(pattern_lt, "<").replace(pattern_gt, ">").replace(pattern_para, "¶
"); switch (op) { case 1: html[x] = '' + text + ""; break; case -1: html[x] = '' + text + ""; break; case 0: html[x] = "" + text + ""; } } return html.join(""); }, diff_match_patch.prototype.diff_text1 = function(diffs) { for (var text = [], x = 0; x < diffs.length; x++) 1 !== diffs[x][0] && (text[x] = diffs[x][1]); return text.join(""); }, diff_match_patch.prototype.diff_text2 = function(diffs) { for (var text = [], x = 0; x < diffs.length; x++) -1 !== diffs[x][0] && (text[x] = diffs[x][1]); return text.join(""); }, diff_match_patch.prototype.diff_levenshtein = function(diffs) { for (var levenshtein = 0, insertions = 0, deletions = 0, x = 0; x < diffs.length; x++) { var op = diffs[x][0], data = diffs[x][1]; switch (op) { case 1: insertions += data.length; break; case -1: deletions += data.length; break; case 0: levenshtein += Math.max(insertions, deletions), insertions = 0, deletions = 0; } } return levenshtein += Math.max(insertions, deletions); }, diff_match_patch.prototype.diff_toDelta = function(diffs) { for (var text = [], x = 0; x < diffs.length; x++) switch (diffs[x][0]) { case 1: text[x] = "+" + encodeURI(diffs[x][1]); break; case -1: text[x] = "-" + diffs[x][1].length; break; case 0: text[x] = "=" + diffs[x][1].length; } return text.join("\t").replace(/%20/g, " "); }, diff_match_patch.prototype.diff_fromDelta = function(text1, delta) { for (var diffs = [], diffsLength = 0, pointer = 0, tokens = delta.split(/\t/g), x = 0; x < tokens.length; x++) { var param = tokens[x].substring(1); switch (tokens[x].charAt(0)) { case "+": try { diffs[diffsLength++] = new diff_match_patch.Diff(1, decodeURI(param)); } catch (ex) { throw new Error("Illegal escape in diff_fromDelta: " + param); } break; case "-": case "=": var n = parseInt(param, 10); if (isNaN(n) || n < 0) throw new Error("Invalid number in diff_fromDelta: " + param); var text = text1.substring(pointer, pointer += n); "=" == tokens[x].charAt(0) ? diffs[diffsLength++] = new diff_match_patch.Diff(0, text) : diffs[diffsLength++] = new diff_match_patch.Diff(-1, text); break; default: if (tokens[x]) throw new Error("Invalid diff operation in diff_fromDelta: " + tokens[x]); } } if (pointer != text1.length) throw new Error("Delta length (" + pointer + ") does not equal source text length (" + text1.length + ")."); return diffs; }, diff_match_patch.prototype.match_main = function(text, pattern, loc) { if (null == text || null == pattern || null == loc) throw new Error("Null input. (match_main)"); return loc = Math.max(0, Math.min(loc, text.length)), text == pattern ? 0 : text.length ? text.substring(loc, loc + pattern.length) == pattern ? loc : this.match_bitap_(text, pattern, loc) : -1; }, diff_match_patch.prototype.match_bitap_ = function(text, pattern, loc) { if (pattern.length > this.Match_MaxBits) throw new Error("Pattern too long for this browser."); var s = this.match_alphabet_(pattern), dmp = this; function match_bitapScore_(e, x) { var accuracy = e / pattern.length, proximity = Math.abs(loc - x); return dmp.Match_Distance ? accuracy + proximity / dmp.Match_Distance : proximity ? 1 : accuracy; } var score_threshold = this.Match_Threshold, best_loc = text.indexOf(pattern, loc); -1 != best_loc && (score_threshold = Math.min(match_bitapScore_(0, best_loc), score_threshold), -1 != (best_loc = text.lastIndexOf(pattern, loc + pattern.length)) && (score_threshold = Math.min(match_bitapScore_(0, best_loc), score_threshold))); var bin_min, bin_mid, matchmask = 1 << pattern.length - 1; best_loc = -1; for (var last_rd, bin_max = pattern.length + text.length, d = 0; d < pattern.length; d++) { for (bin_min = 0, bin_mid = bin_max; bin_min < bin_mid; ) match_bitapScore_(d, loc + bin_mid) <= score_threshold ? bin_min = bin_mid : bin_max = bin_mid, bin_mid = Math.floor((bin_max - bin_min) / 2 + bin_min); bin_max = bin_mid; var start = Math.max(1, loc - bin_mid + 1), finish = Math.min(loc + bin_mid, text.length) + pattern.length, rd = Array(finish + 2); rd[finish + 1] = (1 << d) - 1; for (var j = finish; j >= start; j--) { var charMatch = s[text.charAt(j - 1)]; if (rd[j] = 0 === d ? (rd[j + 1] << 1 | 1) & charMatch : (rd[j + 1] << 1 | 1) & charMatch | (last_rd[j + 1] | last_rd[j]) << 1 | 1 | last_rd[j + 1], rd[j] & matchmask) { var score = match_bitapScore_(d, j - 1); if (score <= score_threshold) { if (score_threshold = score, !((best_loc = j - 1) > loc)) break; start = Math.max(1, 2 * loc - best_loc); } } } if (match_bitapScore_(d + 1, loc) > score_threshold) break; last_rd = rd; } return best_loc; }, diff_match_patch.prototype.match_alphabet_ = function(pattern) { for (var s = {}, i = 0; i < pattern.length; i++) s[pattern.charAt(i)] = 0; for (i = 0; i < pattern.length; i++) s[pattern.charAt(i)] |= 1 << pattern.length - i - 1; return s; }, diff_match_patch.prototype.patch_addContext_ = function(patch, text) { if (0 != text.length) { if (null === patch.start2) throw Error("patch not initialized"); for (var pattern = text.substring(patch.start2, patch.start2 + patch.length1), padding = 0; text.indexOf(pattern) != text.lastIndexOf(pattern) && pattern.length < this.Match_MaxBits - this.Patch_Margin - this.Patch_Margin; ) padding += this.Patch_Margin, pattern = text.substring(patch.start2 - padding, patch.start2 + patch.length1 + padding); padding += this.Patch_Margin; var prefix = text.substring(patch.start2 - padding, patch.start2); prefix && patch.diffs.unshift(new diff_match_patch.Diff(0, prefix)); var suffix = text.substring(patch.start2 + patch.length1, patch.start2 + patch.length1 + padding); suffix && patch.diffs.push(new diff_match_patch.Diff(0, suffix)), patch.start1 -= prefix.length, patch.start2 -= prefix.length, patch.length1 += prefix.length + suffix.length, patch.length2 += prefix.length + suffix.length; } }, diff_match_patch.prototype.patch_make = function(a, opt_b, opt_c) { var text1, diffs; if ("string" == typeof a && "string" == typeof opt_b && void 0 === opt_c) text1 = a, (diffs = this.diff_main(text1, opt_b, !0)).length > 2 && (this.diff_cleanupSemantic(diffs), this.diff_cleanupEfficiency(diffs)); else if (a && "object" == typeof a && void 0 === opt_b && void 0 === opt_c) diffs = a, text1 = this.diff_text1(diffs); else if ("string" == typeof a && opt_b && "object" == typeof opt_b && void 0 === opt_c) text1 = a, diffs = opt_b; else { if ("string" != typeof a || "string" != typeof opt_b || !opt_c || "object" != typeof opt_c) throw new Error("Unknown call format to patch_make."); text1 = a, diffs = opt_c; } if (0 === diffs.length) return []; for (var patches = [], patch = new diff_match_patch.patch_obj, patchDiffLength = 0, char_count1 = 0, char_count2 = 0, prepatch_text = text1, postpatch_text = text1, x = 0; x < diffs.length; x++) { var diff_type = diffs[x][0], diff_text = diffs[x][1]; switch (patchDiffLength || 0 === diff_type || (patch.start1 = char_count1, patch.start2 = char_count2), diff_type) { case 1: patch.diffs[patchDiffLength++] = diffs[x], patch.length2 += diff_text.length, postpatch_text = postpatch_text.substring(0, char_count2) + diff_text + postpatch_text.substring(char_count2); break; case -1: patch.length1 += diff_text.length, patch.diffs[patchDiffLength++] = diffs[x], postpatch_text = postpatch_text.substring(0, char_count2) + postpatch_text.substring(char_count2 + diff_text.length); break; case 0: diff_text.length <= 2 * this.Patch_Margin && patchDiffLength && diffs.length != x + 1 ? (patch.diffs[patchDiffLength++] = diffs[x], patch.length1 += diff_text.length, patch.length2 += diff_text.length) : diff_text.length >= 2 * this.Patch_Margin && patchDiffLength && (this.patch_addContext_(patch, prepatch_text), patches.push(patch), patch = new diff_match_patch.patch_obj, patchDiffLength = 0, prepatch_text = postpatch_text, char_count1 = char_count2); } 1 !== diff_type && (char_count1 += diff_text.length), -1 !== diff_type && (char_count2 += diff_text.length); } return patchDiffLength && (this.patch_addContext_(patch, prepatch_text), patches.push(patch)), patches; }, diff_match_patch.prototype.patch_deepCopy = function(patches) { for (var patchesCopy = [], x = 0; x < patches.length; x++) { var patch = patches[x], patchCopy = new diff_match_patch.patch_obj; patchCopy.diffs = []; for (var y = 0; y < patch.diffs.length; y++) patchCopy.diffs[y] = new diff_match_patch.Diff(patch.diffs[y][0], patch.diffs[y][1]); patchCopy.start1 = patch.start1, patchCopy.start2 = patch.start2, patchCopy.length1 = patch.length1, patchCopy.length2 = patch.length2, patchesCopy[x] = patchCopy; } return patchesCopy; }, diff_match_patch.prototype.patch_apply = function(patches, text) { if (0 == patches.length) return [ text, [] ]; patches = this.patch_deepCopy(patches); var nullPadding = this.patch_addPadding(patches); text = nullPadding + text + nullPadding, this.patch_splitMax(patches); for (var delta = 0, results = [], x = 0; x < patches.length; x++) { var start_loc, text2, expected_loc = patches[x].start2 + delta, text1 = this.diff_text1(patches[x].diffs), end_loc = -1; if (text1.length > this.Match_MaxBits ? -1 != (start_loc = this.match_main(text, text1.substring(0, this.Match_MaxBits), expected_loc)) && (-1 == (end_loc = this.match_main(text, text1.substring(text1.length - this.Match_MaxBits), expected_loc + text1.length - this.Match_MaxBits)) || start_loc >= end_loc) && (start_loc = -1) : start_loc = this.match_main(text, text1, expected_loc), -1 == start_loc) results[x] = !1, delta -= patches[x].length2 - patches[x].length1; else if (results[x] = !0, delta = start_loc - expected_loc, text1 == (text2 = -1 == end_loc ? text.substring(start_loc, start_loc + text1.length) : text.substring(start_loc, end_loc + this.Match_MaxBits))) text = text.substring(0, start_loc) + this.diff_text2(patches[x].diffs) + text.substring(start_loc + text1.length); else { var diffs = this.diff_main(text1, text2, !1); if (text1.length > this.Match_MaxBits && this.diff_levenshtein(diffs) / text1.length > this.Patch_DeleteThreshold) results[x] = !1; else { this.diff_cleanupSemanticLossless(diffs); for (var index2, index1 = 0, y = 0; y < patches[x].diffs.length; y++) { var mod = patches[x].diffs[y]; 0 !== mod[0] && (index2 = this.diff_xIndex(diffs, index1)), 1 === mod[0] ? text = text.substring(0, start_loc + index2) + mod[1] + text.substring(start_loc + index2) : -1 === mod[0] && (text = text.substring(0, start_loc + index2) + text.substring(start_loc + this.diff_xIndex(diffs, index1 + mod[1].length))), -1 !== mod[0] && (index1 += mod[1].length); } } } } return [ text = text.substring(nullPadding.length, text.length - nullPadding.length), results ]; }, diff_match_patch.prototype.patch_addPadding = function(patches) { for (var paddingLength = this.Patch_Margin, nullPadding = "", x = 1; x <= paddingLength; x++) nullPadding += String.fromCharCode(x); for (x = 0; x < patches.length; x++) patches[x].start1 += paddingLength, patches[x].start2 += paddingLength; var patch = patches[0], diffs = patch.diffs; if (0 == diffs.length || 0 != diffs[0][0]) diffs.unshift(new diff_match_patch.Diff(0, nullPadding)), patch.start1 -= paddingLength, patch.start2 -= paddingLength, patch.length1 += paddingLength, patch.length2 += paddingLength; else if (paddingLength > diffs[0][1].length) { var extraLength = paddingLength - diffs[0][1].length; diffs[0][1] = nullPadding.substring(diffs[0][1].length) + diffs[0][1], patch.start1 -= extraLength, patch.start2 -= extraLength, patch.length1 += extraLength, patch.length2 += extraLength; } if (0 == (diffs = (patch = patches[patches.length - 1]).diffs).length || 0 != diffs[diffs.length - 1][0]) diffs.push(new diff_match_patch.Diff(0, nullPadding)), patch.length1 += paddingLength, patch.length2 += paddingLength; else if (paddingLength > diffs[diffs.length - 1][1].length) { extraLength = paddingLength - diffs[diffs.length - 1][1].length; diffs[diffs.length - 1][1] += nullPadding.substring(0, extraLength), patch.length1 += extraLength, patch.length2 += extraLength; } return nullPadding; }, diff_match_patch.prototype.patch_splitMax = function(patches) { for (var patch_size = this.Match_MaxBits, x = 0; x < patches.length; x++) if (!(patches[x].length1 <= patch_size)) { var bigpatch = patches[x]; patches.splice(x--, 1); for (var start1 = bigpatch.start1, start2 = bigpatch.start2, precontext = ""; 0 !== bigpatch.diffs.length; ) { var patch = new diff_match_patch.patch_obj, empty = !0; for (patch.start1 = start1 - precontext.length, patch.start2 = start2 - precontext.length, "" !== precontext && (patch.length1 = patch.length2 = precontext.length, patch.diffs.push(new diff_match_patch.Diff(0, precontext))); 0 !== bigpatch.diffs.length && patch.length1 < patch_size - this.Patch_Margin; ) { var diff_type = bigpatch.diffs[0][0], diff_text = bigpatch.diffs[0][1]; 1 === diff_type ? (patch.length2 += diff_text.length, start2 += diff_text.length, patch.diffs.push(bigpatch.diffs.shift()), empty = !1) : -1 === diff_type && 1 == patch.diffs.length && 0 == patch.diffs[0][0] && diff_text.length > 2 * patch_size ? (patch.length1 += diff_text.length, start1 += diff_text.length, empty = !1, patch.diffs.push(new diff_match_patch.Diff(diff_type, diff_text)), bigpatch.diffs.shift()) : (diff_text = diff_text.substring(0, patch_size - patch.length1 - this.Patch_Margin), patch.length1 += diff_text.length, start1 += diff_text.length, 0 === diff_type ? (patch.length2 += diff_text.length, start2 += diff_text.length) : empty = !1, patch.diffs.push(new diff_match_patch.Diff(diff_type, diff_text)), diff_text == bigpatch.diffs[0][1] ? bigpatch.diffs.shift() : bigpatch.diffs[0][1] = bigpatch.diffs[0][1].substring(diff_text.length)); } precontext = (precontext = this.diff_text2(patch.diffs)).substring(precontext.length - this.Patch_Margin); var postcontext = this.diff_text1(bigpatch.diffs).substring(0, this.Patch_Margin); "" !== postcontext && (patch.length1 += postcontext.length, patch.length2 += postcontext.length, 0 !== patch.diffs.length && 0 === patch.diffs[patch.diffs.length - 1][0] ? patch.diffs[patch.diffs.length - 1][1] += postcontext : patch.diffs.push(new diff_match_patch.Diff(0, postcontext))), empty || patches.splice(++x, 0, patch); } } }, diff_match_patch.prototype.patch_toText = function(patches) { for (var text = [], x = 0; x < patches.length; x++) text[x] = patches[x]; return text.join(""); }, diff_match_patch.prototype.patch_fromText = function(textline) { var patches = []; if (!textline) return patches; for (var text = textline.split("\n"), textPointer = 0, patchHeader = /^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/; textPointer < text.length; ) { var m = text[textPointer].match(patchHeader); if (!m) throw new Error("Invalid patch string: " + text[textPointer]); var patch = new diff_match_patch.patch_obj; for (patches.push(patch), patch.start1 = parseInt(m[1], 10), "" === m[2] ? (patch.start1--, patch.length1 = 1) : "0" == m[2] ? patch.length1 = 0 : (patch.start1--, patch.length1 = parseInt(m[2], 10)), patch.start2 = parseInt(m[3], 10), "" === m[4] ? (patch.start2--, patch.length2 = 1) : "0" == m[4] ? patch.length2 = 0 : (patch.start2--, patch.length2 = parseInt(m[4], 10)), textPointer++; textPointer < text.length; ) { var sign = text[textPointer].charAt(0); try { var line = decodeURI(text[textPointer].substring(1)); } catch (ex) { throw new Error("Illegal escape in patch_fromText: " + line); } if ("-" == sign) patch.diffs.push(new diff_match_patch.Diff(-1, line)); else if ("+" == sign) patch.diffs.push(new diff_match_patch.Diff(1, line)); else if (" " == sign) patch.diffs.push(new diff_match_patch.Diff(0, line)); else { if ("@" == sign) break; if ("" !== sign) throw new Error('Invalid patch mode "' + sign + '" in: ' + line); } textPointer++; } } return patches; }, (diff_match_patch.patch_obj = function() { this.diffs = [], this.start1 = null, this.start2 = null, this.length1 = 0, this.length2 = 0; }).prototype.toString = function() { for (var op, text = [ "@@ -" + (0 === this.length1 ? this.start1 + ",0" : 1 == this.length1 ? this.start1 + 1 : this.start1 + 1 + "," + this.length1) + " +" + (0 === this.length2 ? this.start2 + ",0" : 1 == this.length2 ? this.start2 + 1 : this.start2 + 1 + "," + this.length2) + " @@\n" ], x = 0; x < this.diffs.length; x++) { switch (this.diffs[x][0]) { case 1: op = "+"; break; case -1: op = "-"; break; case 0: op = " "; } text[x + 1] = op + encodeURI(this.diffs[x][1]) + "\n"; } return text.join("").replace(/%20/g, " "); }, module.exports = diff_match_patch, module.exports.diff_match_patch = diff_match_patch, module.exports.DIFF_DELETE = -1, module.exports.DIFF_INSERT = 1, module.exports.DIFF_EQUAL = 0; }, function(module) { module.exports = JSON.parse('{"result":[{"id":"pseudo","label":"\u7efc\u5408","entries":[{"id":"pseudo.pseudo_total_cold_resistance","text":"+#%\u6700\u5927\u51b0\u971c\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_fire_resistance","text":"+#%\u6700\u5927\u706b\u7130\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_lightning_resistance","text":"+#%\u6700\u5927\u95ea\u7535\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_elemental_resistance","text":"+#%\u6700\u5927\u5143\u7d20\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_chaos_resistance","text":"+% \u6700\u5927\u6df7\u6c8c\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_resistance","text":"+#%\u6700\u5927\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_count_resistances","text":"+#%\u6700\u5927\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_count_elemental_resistances","text":"+#%\u6700\u5927\u5143\u7d20\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_all_elemental_resistances","text":"+#%\u6700\u5927\u5143\u7d20\u6297\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_strength","text":"+#%\u529b\u91cf","type":"pseudo"},{"id":"pseudo.pseudo_total_dexterity","text":"+#%\u654f\u6377","type":"pseudo"},{"id":"pseudo.pseudo_total_intelligence","text":"+#%\u667a\u6167","type":"pseudo"},{"id":"pseudo.pseudo_total_all_attributes","text":"+# \u5168\u5c5e\u6027","type":"pseudo"},{"id":"pseudo.pseudo_total_life","text":"+# \u6700\u5927\u751f\u547d\u503c","type":"pseudo"},{"id":"pseudo.pseudo_total_mana","text":"+# \u6700\u5927\u9b54\u529b\u503c","type":"pseudo"},{"id":"pseudo.pseudo_total_energy_shield","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"pseudo"},{"id":"pseudo.pseudo_increased_energy_shield","text":"#% \u6700\u5927\u80fd\u91cf\u62a4\u76fe\u589e\u52a0","type":"pseudo"},{"id":"pseudo.pseudo_total_attack_speed","text":"+#% \u653b\u51fb\u901f\u5ea6","type":"pseudo"},{"id":"pseudo.pseudo_total_cast_speed","text":"+#% \u65bd\u6cd5\u901f\u5ea6","type":"pseudo"},{"id":"pseudo.pseudo_increased_movement_speed","text":"#% \u79fb\u52a8\u901f\u5ea6\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_physical_damage","text":"#% \u7269\u7406\u4f24\u5bb3\u589e\u52a0","type":"pseudo"},{"id":"pseudo.pseudo_global_critical_strike_chance","text":"+#% \u66b4\u51fb\u7387","type":"pseudo"},{"id":"pseudo.pseudo_critical_strike_chance_for_spells","text":"+#% \u6cd5\u672f\u66b4\u51fb\u7387","type":"pseudo"},{"id":"pseudo.pseudo_global_critical_strike_multiplier","text":"+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"pseudo"},{"id":"pseudo.pseudo_adds_physical_damage","text":"\u589e\u52a0 # \u81f3 # \u7269\u7406\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_lightning_damage","text":"\u589e\u52a0 # \u81f3 # \u95ea\u7535\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_cold_damage","text":"\u589e\u52a0 # \u81f3 # \u51b0\u971c\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_fire_damage","text":"\u589e\u52a0 # \u81f3 # \u706b\u7130\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_elemental_damage","text":"\u589e\u52a0 # \u81f3 # \u5143\u7d20\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_chaos_damage","text":"\u589e\u52a0 # \u81f3 # \u6df7\u6c8c\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_damage","text":"\u589e\u52a0 # \u81f3 # \u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_physical_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u7269\u7406\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_lightning_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u95ea\u7535\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_cold_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u51b0\u971c\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_fire_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u706b\u7130\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_elemental_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u5143\u7d20\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_chaos_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u6df7\u6c8c\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_damage_to_attacks","text":"\u653b\u51fb\u9644\u52a0 # \u81f3 # \u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_physical_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u7269\u7406\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_lightning_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u95ea\u7535\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_cold_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u51b0\u971c\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_fire_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u706b\u7130\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_elemental_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u5143\u7d20\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_chaos_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u6df7\u6c8c\u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_adds_damage_to_spells","text":"\u6cd5\u672f\u9644\u52a0 # \u81f3 # \u4f24\u5bb3","type":"pseudo"},{"id":"pseudo.pseudo_increased_elemental_damage","text":"#% \u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_lightning_damage","text":"#% \u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_cold_damage","text":"#% \u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_fire_damage","text":"#% \u706b\u7130\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_spell_damage","text":"#% \u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_lightning_spell_damage","text":"#% \u6cd5\u672f\u6280\u80fd\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_cold_spell_damage","text":"#% \u6cd5\u672f\u6280\u80fd\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_fire_spell_damage","text":"#% \u6cd5\u672f\u6280\u80fd\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_lightning_damage_with_attack_skills","text":"#% \u653b\u51fb\u6280\u80fd\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_cold_damage_with_attack_skills","text":"#% \u653b\u51fb\u6280\u80fd\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_fire_damage_with_attack_skills","text":"#% \u653b\u51fb\u6280\u80fd\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_elemental_damage_with_attack_skills","text":"#% \u653b\u51fb\u6280\u80fd\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_rarity","text":"#% \u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_increased_burning_damage","text":"#% \u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_total_life_regen","text":"# \u6bcf\u79d2\u751f\u547d\u56de\u590d","type":"pseudo"},{"id":"pseudo.pseudo_percent_life_regen","text":"#% \u6bcf\u79d2\u751f\u547d\u56de\u590d","type":"pseudo"},{"id":"pseudo.pseudo_physical_attack_damage_leeched_as_life","text":"#% \u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u751f\u547d\u5077\u53d6","type":"pseudo"},{"id":"pseudo.pseudo_physical_attack_damage_leeched_as_mana","text":"#%\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u9b54\u529b\u5077\u53d6","type":"pseudo"},{"id":"pseudo.pseudo_increased_mana_regen","text":"#%\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_gem_levels","text":"+#\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_elemental_gem_levels","text":"+#\u5143\u7d20\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_fire_gem_levels","text":"+#\u706b\u7130\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_cold_gem_levels","text":"+#\u51b0\u971c\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_lightning_gem_levels","text":"+#\u95ea\u7535\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_chaos_gem_levels","text":"+#\u6df7\u6c8c\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_spell_gem_levels","text":"+#\u4e3b\u52a8\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_projectile_gem_levels","text":"+#\u6295\u5c04\u7269\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_bow_gem_levels","text":"+#\u5f13\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_melee_gem_levels","text":"+#\u8fd1\u6218\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_minion_gem_levels","text":"+#\u53ec\u5524\u7269\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_strength_gem_levels","text":"+#\u529b\u91cf\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_dexterity_gem_levels","text":"+#\u654f\u6377\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_intelligence_gem_levels","text":"+#\u667a\u6167\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_aura_gem_levels","text":"+#\u5149\u73af\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_movement_gem_levels","text":"+#\u79fb\u52a8\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_curse_gem_levels","text":"+#\u8bc5\u5492\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_vaal_gem_levels","text":"+#\u74e6\u5c14\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_support_gem_levels","text":"+#\u8f85\u52a9\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_skill_gem_levels","text":"+#\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_warcry_gem_levels","text":"+#\u6218\u543c\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_golem_gem_levels","text":"+#\u9b54\u50cf\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","type":"pseudo"},{"id":"pseudo.pseudo_number_of_enchant_mods","text":"#\u9644\u9b54\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_implicit_mods","text":"# \u56fa\u6709\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_searing_implicit_tier","text":"\u711a\u754c\u8005\u57fa\u5e95\u8bcd\u7f00\uff08#\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u6b21\u7ea7"},{"id":2,"text":"\u9ad8\u7ea7"},{"id":3,"text":"\u9876\u7ea7"},{"id":4,"text":"\u5353\u8d8a"},{"id":5,"text":"\u7cbe\u7ec6"},{"id":6,"text":"\u5b8c\u7f8e"}]}},{"id":"pseudo.pseudo_tangled_implicit_tier","text":"\u706d\u754c\u8005\u57fa\u5e95\u8bcd\u7f00\uff08#\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u6b21\u7ea7"},{"id":2,"text":"\u9ad8\u7ea7"},{"id":3,"text":"\u9876\u7ea7"},{"id":4,"text":"\u5353\u8d8a"},{"id":5,"text":"\u7cbe\u7ec6"},{"id":6,"text":"\u5b8c\u7f8e"}]}},{"id":"pseudo.pseudo_number_of_prefix_mods","text":"# \u524d\u7f00\u4fee\u6b63","type":"pseudo"},{"id":"pseudo.pseudo_number_of_suffix_mods","text":"# \u540e\u7f00\u4fee\u6b63","type":"pseudo"},{"id":"pseudo.pseudo_number_of_affix_mods","text":"# \u4fee\u6b63","type":"pseudo"},{"id":"pseudo.pseudo_number_of_crafted_prefix_mods","text":"# \u5de5\u827a\u524d\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_crafted_suffix_mods","text":"# \u5de5\u827a\u540e\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_crafted_mods","text":"# \u5de5\u827a\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_empty_prefix_mods","text":"# \u7a7a\u524d\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_empty_suffix_mods","text":"# \u7a7a\u540e\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_empty_affix_mods","text":"# \u7a7a\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_base_defence_percentile","text":"#% \u57fa\u7840\u9632\u5fa1\u767e\u5206\u6bd4","type":"pseudo"},{"id":"pseudo.pseudo_has_shaper_influence","text":"\u6709\u5851\u754c\u8005\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_has_elder_influence","text":"\u6709\u88c2\u754c\u8005\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_has_crusader_influence","text":"\u6709\u5723\u6218\u8005\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_has_redeemer_influence","text":"\u6709\u6551\u8d4e\u8005\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_has_hunter_influence","text":"\u6709\u72e9\u730e\u8005\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_has_warlord_influence","text":"\u6709\u7763\u519b\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_has_influence_count","text":"\u6709#\u5f71\u54cd\u6548\u679c","type":"pseudo"},{"id":"pseudo.pseudo_number_of_fractured_mods","text":"# \u5206\u88c2\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_number_of_notable_passive_skills","text":"# \u5173\u952e\u5929\u8d4b\u70b9","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_elemental_quality","text":"+#%\u5143\u7d20\u4f24\u5bb3\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_caster_quality","text":"+#%\u65bd\u6cd5\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_attack_quality","text":"+#%\u653b\u51fb\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_defense_quality","text":"+#%\u9632\u5fa1\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_resource_quality","text":"+#%\u751f\u547d\u548c\u9b54\u529b\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_resistance_quality","text":"+#%\u6297\u6027\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_attribute_quality","text":"+#%\u5c5e\u6027\u7c7b\u8bcd\u7f00","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_physical_chaos_quality","text":"\u7269\u7406\u4f24\u5bb3\u548c\u6df7\u6c8c\u4f24\u5bb3\u8bcd\u7f00\u54c1\u8d28 +#%","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_speed_quality","text":"\u901f\u5ea6\u8bcd\u7f00\u54c1\u8d28 +#%","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_critical_quality","text":"\u66b4\u51fb\u8bcd\u7f00\u54c1\u8d28 +#%","type":"pseudo"},{"id":"pseudo.pseudo_lake_number_of_islands","text":"\u955c\u50cf\u684c\u53f0\u6709#\u4e2a\u5c0f\u5c9b","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_shaper_map","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u5851\u754c\u8005\u5730\u56fe","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_elder_map","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u88c2\u754c\u8005\u5730\u56fe","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_conqueror_map","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u5f81\u670d\u8005\u5730\u56fe","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_unique_map","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u4f20\u5947\u5730\u56fe","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_charged_compass","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u5145\u80fd\u7f57\u76d8","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_maven_invitation","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u8d24\u4e3b\u4e4b\u9080","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_memory_line","text":"\u6389\u843d\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u8f6c\u5316\u4e3a\u5f02\u754c\u56de\u5fc6","type":"pseudo"},{"id":"pseudo.pseudo_temple_apex","text":"\u6709\u623f\u95f4\uff1a\u963f\u4f50\u4e9a\u7279\u4e4b\u5dc5","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_poison_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u70c8\u6bd2\u82b1\u56ed\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_sacrifice_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u796d\u4eea\u4e4b\u5385\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_storm_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u98ce\u96f7\u4e4b\u95f4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_trap_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u9677\u9631\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_cartography_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u52d8\u67e5\u5458\u7684\u5b66\u4e60\u5ba4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_queens_chambers_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u7687\u5bb6\u4f1a\u8bae\u5385\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_chests_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u50a8\u85cf\u5c4b\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_corruption_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u8150\u5316\u4e4b\u95f4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_explosives_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u7206\u70b8\u7269\u5236\u9020\u95f4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_armour_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u94f8\u7532\u5e08\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_weapon_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u7ec3\u5175\u623f\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_breeding_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u62a4\u536b\u95f4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_breach_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5206\u88c2\u7814\u7a76\u5b9e\u9a8c\u5ba4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_gem_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5b9d\u77f3\u5320\u7684\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_currency_vault_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5b9d\u5e93\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_trinket_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u73e0\u5b9d\u5320\u7684\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_workshop_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_empowering_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5f3a\u80fd\u795e\u9f9b\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_healing_room_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u6062\u590d\u4e4b\u6c60\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_minions_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5b75\u5316\u573a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_fire_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u706b\u7130\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_lightning_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u95ea\u7535\u5de5\u574a\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_poison_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u53d8\u79cd\u690d\u56ed\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_sacrifice_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u796d\u54c1\u5927\u5385\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_storm_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u98d3\u98ce\u5f15\u64ce\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_trap_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u795e\u5e99\u9632\u5fa1\u5de5\u574a\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_cartography_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u7ed8\u56fe\u5ba4\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_queens_chambers_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u9886\u4e3b\u5927\u5385\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_chests_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u4ed3\u5e93\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_corruption_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u8150\u5316\u6f14\u53d8\u5ba4\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_explosives_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u6bc1\u706d\u5b9e\u9a8c\u5ba4\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_armour_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u88c5\u5907\u5e93\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_weapon_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u52c7\u731b\u89d2\u6597\u573a\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_breeding_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u519b\u8425\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_breach_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u88c2\u9699\u4e4b\u95f4\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_gem_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u5947\u672f\u79d1\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_currency_vault_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u85cf\u5b9d\u5ba4\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_trinket_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u73e0\u5b9d\u7194\u7089\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_workshop_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u5de5\u7a0b\u79d1\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_empowering_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u56e2\u7ed3\u5723\u6bbf\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_healing_room_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u6d3b\u529b\u5723\u6bbf\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_minions_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u795e\u5175\u5b9e\u9a8c\u5ba4\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_fire_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u5996\u5854\u7194\u7089\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_lightning_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u5996\u5854\u53cd\u5e94\u5806\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_poison_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u6bd2\u6797\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_sacrifice_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u664b\u5347\u4e4b\u5dc5\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_storm_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u8150\u5316\u98ce\u66b4\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_trap_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u9632\u5fa1\u7814\u7a76\u5b9e\u9a8c\u5ba4\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_cartography_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u5f02\u754c\u56fe\u9274\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_queens_chambers_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u963f\u5179\u91cc\u7684\u738b\u5ea7\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_chests_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u795e\u5668\u535a\u7269\u9986\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_corruption_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u8150\u5316\u8757\u7fa4\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_explosives_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u89e3\u6784\u795e\u6bbf\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_armour_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u94a2\u94c1\u4e4b\u6bbf\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_weapon_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u52c7\u58eb\u5927\u5385\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_breeding_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u6218\u4e89\u5927\u5385\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_breach_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u65c1\u8005\u4e4b\u5c4b\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_gem_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u591a\u91cc\u4e9a\u5c3c\u591a\u91cc\u4e9a\u5c3c\u5b66\u4f1a\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_currency_vault_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u74e6\u5c14\u4e4b\u5b9d\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_trinket_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u95ea\u5149\u5927\u5385\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_workshop_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u5de5\u5382\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_empowering_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u795e\u5e99\u67a2\u7ebd\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_healing_room_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u4e0d\u673d\u5723\u6bbf\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_minions_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u6df7\u5316\u4e4b\u95f4\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_fire_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u70c8\u7130\u5769\u57da\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_boss_lightning_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u95ea\u7535\u73af\u5eca\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_chasm_room","text":"\u5185\u6709\u623f\u95f4\uff1a\u88c2\u53e3","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_passageways","text":"\u5185\u6709\u623f\u95f4\uff1a\u901a\u8def","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_halls","text":"\u5185\u6709\u623f\u95f4\uff1a\u5927\u5385","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_tunnels","text":"\u5185\u6709\u623f\u95f4\uff1a\u96a7\u9053","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_the_pits","text":"\u5185\u6709\u623f\u95f4\uff1a\u6df1\u5751","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_banquet_hall","text":"\u5185\u6709\u623f\u95f4\uff1a\u5bb4\u4f1a\u5385","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_tombs","text":"\u5185\u6709\u623f\u95f4\uff1a\u5893\u7a74","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_antechamber","text":"\u5185\u6709\u623f\u95f4\uff1a\u63a5\u5f85\u5385","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_cellar","text":"\u5185\u6709\u623f\u95f4\uff1a\u5730\u7a96","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_cloister","text":"\u5185\u6709\u623f\u95f4\uff1a\u9690\u5c45\u56de\u5eca","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_torment_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u6298\u78e8\u7262\u72f1\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_torment_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u9177\u5211\u7262\u7b3c\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_torment_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u6b8b\u8650\u8005\u4e4b\u7a74\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_strongbox_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u5bc6\u7bb1\u50a8\u85cf\u5ba4\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_strongbox_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u6c89\u9501\u5927\u5385\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_strongbox_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u5c01\u5370\u6b7b\u4ea1\u4e4b\u5ef7\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_legion_1","text":"\u5185\u6709\u623f\u95f4\uff1a\u52c7\u6bc5\u5927\u5385\uff081 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_legion_2","text":"\u5185\u6709\u623f\u95f4\uff1a\u82f1\u96c4\u5927\u5385\uff082 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_temple_legion_3","text":"\u5185\u6709\u623f\u95f4\uff1a\u4f20\u5947\u5927\u5385\uff083 \u9636\uff09","type":"pseudo","option":{"options":[{"id":1,"text":"\u5f00\u542f\u623f\u95f4"},{"id":2,"text":"\u5173\u95ed\u7684\u623f\u95f4"}]}},{"id":"pseudo.pseudo_logbook_faction_druids","text":"\u6709\u65e5\u5fd7\u6d3e\u7cfb\uff1a\u88c2\u73af\u796d\u53f8","type":"pseudo"},{"id":"pseudo.pseudo_logbook_faction_mercenaries","text":"\u6709\u65e5\u5fd7\u6d3e\u7cfb\uff1a\u9ed1\u9570\u4f63\u5175","type":"pseudo"},{"id":"pseudo.pseudo_logbook_faction_order","text":"\u6709\u65e5\u5fd7\u6d3e\u7cfb\uff1a\u5723\u676f\u6559\u56e2","type":"pseudo"},{"id":"pseudo.pseudo_logbook_faction_knights","text":"\u6709\u65e5\u5fd7\u6d3e\u7cfb\uff1a\u70c8\u65e5\u9a91\u58eb","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_battleground_graves","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u6218\u5730\u575f\u8314","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_karui_wargraves","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u5361\u9c81\u8352\u575f","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_bluffs","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u5ced\u58c1","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_rotting_temple","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u8150\u574f\u795e\u6bbf","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_shipwreck_reef","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u8239\u9ab8\u7901\u5ca9","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_cemetery","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u6668\u66e6\u5893\u5730","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_sarn_slums","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u8d2b\u6c11\u7a9f","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_dried_riverbed","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u5e72\u67af\u6cb3\u5e8a","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_mountainside","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u5c71\u5761","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_forest_ruins","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u68ee\u6797\u5e9f\u589f","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_desert_ruins","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u6c99\u6f20\u5e9f\u589f","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_vaal_temple","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u74e6\u5c14\u79d8\u6bbf","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_utzaal_outskirts","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u4e4c\u624e\u5c14\u90ca\u91ce","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_scrublands","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u704c\u6728\u4e4b\u5730","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_volcano","text":"\u6709\u65e5\u5fd7\u533a\u57df\uff1a\u706b\u5c71\u5c9b","type":"pseudo"},{"id":"pseudo.lake_62572","text":"\u88c2\u9699\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_27117","text":"\u68a6\u5883\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_62935","text":"\u88c2\u9699\u4e4b\u4e3b\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_22138","text":"\u8c35\u5984\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_42468","text":"\u706b\u7130\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_35395","text":"\u888d\u6cfd\u4e4b\u60c5\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_1931","text":"\u7eb7\u4e89\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_35950","text":"\u80fd\u91cf\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_60981","text":"\u66b4\u541b\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_38110","text":"\u51b0\u971c\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_2745","text":"\u66b4\u98ce\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_29096","text":"\u6b8b\u66b4\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_50834","text":"\u6df7\u6c8c\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_48307","text":"\u4f0f\u51fb\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_44399","text":"\u8bf1\u6355\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_46772","text":"\u73cd\u5b9d\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_49862","text":"\u7cbe\u534e\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_10363","text":"\u56da\u7981\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_26813","text":"\u5974\u5f79\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_37203","text":"\u5148\u9a71\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_49488","text":"\u7834\u788e\u7ef4\u5ea6\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_7674","text":"\u6cd5\u745e\u6b27\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_63412","text":"\u652f\u914d\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_24451","text":"\u79d8\u672f\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_27678","text":"\u4fe1\u4ef0\u626d\u66f2\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_36591","text":"\u5361\u5170\u5fb7\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_3699","text":"\u707e\u53d8\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_57850","text":"\u50ac\u5316\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_55676","text":"\u5b9e\u9a8c\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_38892","text":"\u6df1\u6e0a\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_57101","text":"\u88c2\u53e3\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_34457","text":"\u6697\u9ed1\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_55569","text":"\u730e\u9b54\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_18816","text":"\u72e9\u730e\u8005\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_29224","text":"\u8352\u91ce\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_43128","text":"\u88c2\u73af\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_9662","text":"\u9ed1\u9570\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_64561","text":"\u5723\u676f\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_60034","text":"\u70c8\u65e5\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_403","text":"\u519b\u56e2\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_32968","text":"\u7981\u9522\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_34796","text":"\u77f3\u7891\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_62360","text":"\u5f02\u5ea6\u5929\u707e\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_28500","text":"\u9b54\u7130\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_24232","text":"\u68a6\u9b47\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_53950","text":"\u6298\u78e8\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_25049","text":"\u63a7\u5236\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_25480","text":"\u7f6a\u6076\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_18737","text":"\u5730\u5fc3\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_45086","text":"\u4e9a\u786b\u9178\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_40031","text":"\u84dd\u6676\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_50846","text":"\u5929\u5802\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"},{"id":"pseudo.lake_40794","text":"\u5782\u9493\u955c\u50cf (\u96be\u5ea6 #)","type":"pseudo"}]},{"id":"explicit","label":"\u5916\u5ef6","entries":[{"id":"explicit.stat_3299347043","text":"+# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3372524247","text":"+#% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_4220027924","text":"+#% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1050105434","text":"+# \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1671376347","text":"+#% \u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_328541901","text":"+# \u667a\u6167","type":"explicit"},{"id":"explicit.stat_983749596","text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3261801346","text":"+# \u654f\u6377","type":"explicit"},{"id":"explicit.stat_3489782002","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_4080418644","text":"+# \u529b\u91cf","type":"explicit"},{"id":"explicit.stat_2482852589","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3556824919","text":"+#% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2901986750","text":"+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2250533757","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3917489142","text":"\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2748665614","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3325883026","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #","type":"explicit"},{"id":"explicit.stat_2923486259","text":"+#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_681332047","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3086156145","text":"\u589e\u52a0 # \u4e2a\u5929\u8d4b\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2557943734","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u65e0\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3032590688","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_587431675","text":"\u5168\u57df\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_789117908","text":"\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2511217560","text":"\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2891184298","text":"\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1379411836","text":"+# \u5168\u5c5e\u6027","type":"explicit"},{"id":"explicit.stat_3787436548","text":"\u53f2\u5b9e","type":"explicit"},{"id":"explicit.stat_4052037485","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_1573130764","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_210067635","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_803737631","text":"+# \u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_1754445556","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1256719186","text":"\u751f\u6548\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2618549697","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4067062424","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2974417149","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3291658075","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1811604576","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3962278098","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4015621042","text":"\u8be5\u88c5\u5907\u7684\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_53045048","text":"+# \u70b9\u95ea\u907f\u503c (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_3321629045","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u4e0e\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_2451402625","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u4e0e\u95ea\u907f\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_124859000","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_2448920197","text":"\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2144192055","text":"+# \u70b9\u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_2231156303","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1940865751","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_4036575250","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6240\u6709\u5c5e\u6027","type":"explicit"},{"id":"explicit.stat_2669029667","text":"\u6dfb\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6240\u6709\u5143\u7d20\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_1062208444","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_1509134228","text":"\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3759663284","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2843100721","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3258414199","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u529b\u91cf","type":"explicit"},{"id":"explicit.stat_724930776","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u667a\u6167","type":"explicit"},{"id":"explicit.stat_1589917703","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_387439868","text":"\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2090413987","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u654f\u6377","type":"explicit"},{"id":"explicit.stat_2250780084","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_884586851","text":"\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1999113824","text":"\u8be5\u88c5\u5907\u7684\u95ea\u907f\u4e0e\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_2709692542","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1263695895","text":"\u7167\u4eae\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1790411851","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1310194496","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3721672021","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3695891184","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3680664274","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"explicit"},{"id":"explicit.stat_3484657501","text":"+# \u62a4\u7532 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_2474836297","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1175385867","text":"\u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_770672621","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3593843976","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2375316951","text":"\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4251717817","text":"\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_624954515","text":"\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2154246560","text":"\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_809229260","text":"+# \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_677564538","text":"\u975e\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.stat_967627487","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1037193709","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_1839076647","text":"\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2643685329","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_4237190083","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3819827377","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_737908626","text":"\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2797971005","text":"\u4f60\u7684\u653b\u51fb\u51fb\u4e2d\u6bcf\u4e2a\u654c\u4eba\u4f1a\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_4237442815","text":"+#% \u8fd1\u6218\u653b\u51fb\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3336890334","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_691932474","text":"+# \u547d\u4e2d\u503c (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_1444556985","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_709508406","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_1368271171","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2672805335","text":"\u653b\u51fb\u4e0e\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1535626285","text":"+# \u529b\u91cf\u548c\u667a\u6167","type":"explicit"},{"id":"explicit.stat_3237948413","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2307547323","text":"+#% \u706b\u7130\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1002362373","text":"\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3441501978","text":"+#% \u706b\u7130\u4e0e\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2517001139","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_280731498","text":"\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3988349707","text":"+#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3741323227","text":"\u836f\u5242\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1719521705","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2866361420","text":"\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2469416729","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4291461939","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f # \u70b9","type":"explicit"},{"id":"explicit.stat_2441475928","text":"+#% \u95ea\u7535\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1538773178","text":"\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1569407745","text":"+#% \u5143\u7d20\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_372478711","text":"\u4ece\u4f60\u804c\u4e1a\u7684\u51fa\u53d1\u4f4d\u7f6e\u5230\u8be5\u73e0\u5b9d\u69fd\u4e4b\u95f4\\n\u6bcf\u4e00\u70b9\u914d\u7f6e\u7684\u5929\u8d4b\u5c31\u4f7f\u8be5\u73e0\u5b9d\u63d2\u69fd\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1389153006","text":"\u5168\u5c40\u9632\u5fa1\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4277795662","text":"+#% \u51b0\u971c\u4e0e\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_474294393","text":"\u6280\u80fd\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2554466725","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u62a4\u7532\u503c","type":"explicit"},{"id":"explicit.stat_2106365538","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2915988346","text":"+#% \u706b\u7130\u4e0e\u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3767873853","text":"\u53cd\u5c04 # \u7269\u7406\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_2831165374","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2309614417","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_274716455","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_4253454700","text":"\u8be5\u88c5\u5907 +#% \u653b\u51fb\u683c\u6321\u7387 (\u62a4\u76fe)","type":"explicit"},{"id":"explicit.stat_3994193163","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1152182658","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b66\u827a\u7cbe\u6e5b\u3011","type":"explicit"},{"id":"explicit.stat_1452809865","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1290399200","text":"\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1335054179","text":"\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_388617051","text":"\u6bcf\u6b21\u4f7f\u7528\u6d88\u8017\u7684\u5145\u80fd\u6b21\u6570\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1294118672","text":"\u6d41\u8840\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3885405204","text":"\u5f13\u7c7b\u653b\u51fb\u53d1\u5c04 # \u652f\u989d\u5916\u7bad\u77e2","type":"explicit"},{"id":"explicit.stat_4100161067","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_538848803","text":"+# \u529b\u91cf\u548c\u654f\u6377","type":"explicit"},{"id":"explicit.stat_1133016593","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1040269876","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2339757871","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2460506030","text":"\u7981\u65ad\u4e4b\u706b\u4e0a\u6709\u5339\u914d\u7684\u8bcd\u7f00\u5219\u914d\u7f6e #","type":"explicit","option":{"options":[{"id":32947,"text":"\u654f\u6377\u514b\u661f"},{"id":55867,"text":"\u535a\u5b66\u8005"},{"id":28884,"text":"\u51dd\u5fc3\u8005"},{"id":29825,"text":"\u9003\u8131\u827a\u672f"},{"id":41891,"text":"\u7834\u9b54\u8005"},{"id":23225,"text":"\u5feb\u4eba\u4e00\u6b65"},{"id":57331,"text":"\u865a\u7a7a\u638c\u63a7"},{"id":3184,"text":"\u523d\u5b50\u624b"},{"id":17315,"text":"\u9547\u538b"},{"id":62817,"text":"\u4f20\u5947\u707e\u661f"},{"id":34484,"text":"\u65e0\u5c3d\u9965\u997f"},{"id":10143,"text":"\u6b8b\u66b4\u70ed\u60c5"},{"id":38180,"text":"\u5f71\u54cd"},{"id":16306,"text":"\u5927\u5e08\u4e4b\u5f62"},{"id":16940,"text":"\u711a\u70e7"},{"id":5087,"text":"\u751f\u5728\u5f71\u4e2d"},{"id":14103,"text":"\u7206\u7834\u4e13\u5bb6"},{"id":51462,"text":"\u53d1\u6761\u72c2\u4eba"},{"id":28535,"text":"\u5b8c\u7f8e\u72af\u7f6a"},{"id":39834,"text":"\u7206\u7834\u5929\u624d"},{"id":38918,"text":"\u8fde\u9501\u53cd\u5e94"},{"id":47778,"text":"\u70b8\u5f39\u4e13\u5bb6"},{"id":31364,"text":"\u76d7\u730e\u8005\u4e4b\u9014"},{"id":16848,"text":"\u51b7\u9177\u4f7f\u5f92"},{"id":4849,"text":"\u6781\u901f\u8fdb\u653b"},{"id":11597,"text":"\u8ffd\u730e\u4f7f\u5f92"},{"id":33645,"text":"\u77f3\u82f1\u5316\u8eab"},{"id":55509,"text":"\u9762\u7eb1\u5973\u795e"},{"id":51101,"text":"\u5927\u81ea\u7136\u7684\u80be\u4e0a\u817a\u7d20"},{"id":63293,"text":"\u624b\u672f\u5927\u5e08"},{"id":65296,"text":"\u81ea\u7136\u7684\u6069\u8d50"},{"id":61805,"text":"\u70bc\u91d1\u672f\u5927\u5e08"},{"id":6038,"text":"\u84b8\u998f\u5927\u5e08"},{"id":40813,"text":"\u5927\u81ea\u7136\u7684\u590d\u4ec7"},{"id":1697,"text":"\u5236\u6bd2\u5b97\u5e08"},{"id":37127,"text":"\u79fd\u8a00\u4ea1\u8bed"},{"id":31344,"text":"\u90aa\u6076\u541b\u738b"},{"id":37492,"text":"\u6b8b\u52a3\u58c1\u5792"},{"id":27096,"text":"\u865a\u65e0\u4e4b\u5854"},{"id":62504,"text":"\u7981\u5fcc\u529b\u91cf"},{"id":25309,"text":"\u51cb\u96f6\u59ff\u6001"},{"id":47630,"text":"\u5f7b\u9aa8\u4e4b\u5f84"},{"id":54159,"text":"\u76f2\u76ee\u6311\u8845"},{"id":65153,"text":"\u4eb5\u6e0e\u4e4b\u529b"},{"id":14603,"text":"\u9ab8\u9aa8\u5c4f\u969c"},{"id":48719,"text":"\u5949\u732e\u5973\u9b54"},{"id":3554,"text":"\u7cbe\u534e\u541e\u566c"},{"id":36017,"text":"\u9ed1\u6697\u7edf\u5fa1\u8005"},{"id":11490,"text":"\u75ab\u75c5\u4e4b\u6e90"},{"id":23572,"text":"\u7075\u67e9\u5951\u7ea6"},{"id":5819,"text":"\u52bf\u4e0d\u53ef\u6321"},{"id":53816,"text":"\u575a\u4e0d\u53ef\u7834"},{"id":62595,"text":"\u5c79\u7acb\u4e0d\u6447"},{"id":44297,"text":"\u4e0d\u53ef\u7f6e\u7591"},{"id":1734,"text":"\u6c38\u4e0d\u52a8\u6447"},{"id":56789,"text":"\u706d\u65e0\u8d66"},{"id":17988,"text":"\u4e0d\u77e5\u75b2\u5026"},{"id":53884,"text":"\u6b63\u4e49\u4e4b\u5ead"},{"id":48214,"text":"\u547d\u8fd0\u5ba1\u5224"},{"id":40059,"text":"\u5fcf\u6094\u4e4b\u5146"},{"id":39790,"text":"\u81f3\u5723\u6240"},{"id":32816,"text":"\u5ec9\u7b80\u4e4b\u9014"},{"id":13851,"text":"\u72c2\u70ed\u4e4b\u5668"},{"id":19417,"text":"\u7f8e\u5fb7\u4e4b\u5668"},{"id":922,"text":"\u795e\u5723\u6307\u5f15"},{"id":29026,"text":"\u610f\u8bc6\u5723\u6bbf"},{"id":1105,"text":"\u4fe1\u5ff5\u4e4b\u8bc9"},{"id":34434,"text":"\u5347\u534e\u4eea\u5f0f"},{"id":25651,"text":"\u529b\u91cf\u5b9a\u7f6a"},{"id":60462,"text":"\u65e0\u4e0a\u5949\u732e"},{"id":40510,"text":"\u79d8\u672f\u4fdd\u4f51"},{"id":51492,"text":"\u76ee\u7684\u6807\u8bc6"},{"id":55146,"text":"\u7d27\u6025\u65f6\u523b"},{"id":42264,"text":"\u4fe1\u5ff5\u4e4b\u8f89"},{"id":39728,"text":"\u5e0c\u671b\u58c1\u5792"},{"id":61372,"text":"\u548c\u8c10\u4e4b\u6e90"},{"id":64768,"text":"\u4e0d\u52a8\u4fe1\u5ff5"},{"id":4494,"text":"\u5149\u8292\u5723\u6218\u519b"},{"id":19641,"text":"\u575a\u6bc5\u5723\u6218\u519b"},{"id":27864,"text":"\u514d\u8d39\u529b\u91cf"},{"id":15616,"text":"\u8840\u4e4b\u773c"},{"id":52575,"text":"\u5b8c\u7f8e\u80dc\u51fa"},{"id":8419,"text":"\u75db\u82e6\u94f8\u9020"},{"id":63490,"text":"\u5f3a\u529b\u590d\u4ec7"},{"id":2598,"text":"\u8001\u5f53\u76ca\u58ee"},{"id":758,"text":"\u7ade\u6280\u6311\u6218\u8005"},{"id":56461,"text":"\u539f\u59cb\u4e4b\u541b"},{"id":61259,"text":"\u6df7\u6c8c\u5929\u624d"},{"id":57197,"text":"\u6bc1\u706d\u4e4b\u5fc3"},{"id":4917,"text":"\u5143\u7d20\u5821\u5792"},{"id":258,"text":"\u9b54\u50cf\u4f7f"},{"id":53123,"text":"\u706b\u7130\u5851\u5f62"},{"id":27038,"text":"\u98ce\u66b4\u5851\u5f62"},{"id":40810,"text":"\u5bd2\u51ac\u5851\u5f62"},{"id":5443,"text":"\u805a\u7126\u70b9"},{"id":61627,"text":"\u5f39\u5c04"},{"id":26067,"text":"\u65e0\u9650\u5f39\u836f"},{"id":45313,"text":"\u72d9\u51fb"},{"id":44482,"text":"\u788e\u88c2"},{"id":24848,"text":"\u805a\u98ce"},{"id":2872,"text":"\u5360\u9886\u519b"},{"id":23169,"text":"\u98ce\u4e4b\u7ed3\u754c"},{"id":31667,"text":"\u6708\u4f7f.\u4e9a\u6b27\u7ea2\u53e4"},{"id":50692,"text":"\u706b\u5f92.\u52aa\u845b\u739b\u547c"},{"id":1731,"text":"\u6b7b\u4e4b\u72c2\u6012.\u8f9b\u683c\u62c9"},{"id":48480,"text":"\u5854\u8d5b\u91cc\u5965\uff0c\u7eaf\u51c0\u4e4b\u6c34"},{"id":53095,"text":"\u6218\u4e89\u4f7f\u8005.\u56fe\u514b\u54c8\u739b"},{"id":5029,"text":"\u68ee\u6797\u4e4b\u529b.\u5854\u8d6b\u4e9a"},{"id":61355,"text":"\u96f7\u9ed8\u79d1\uff0c\u592a\u9633\u4e4b\u5149"},{"id":32249,"text":"\u74e6\u62c9\u514b\uff0c\u98ce\u66b4\u4e4b\u62e5"},{"id":31700,"text":"\u575a\u6bc5"},{"id":33940,"text":"\u4e0d\u8d25\u82f1\u96c4"},{"id":35750,"text":"\u5f81\u670d\u8005"},{"id":56967,"text":"\u53ef\u656c\u7684\u5bf9\u624b"},{"id":11412,"text":"\u542f\u53d1"},{"id":27604,"text":"\u55dc\u6218\u5982\u547d"},{"id":13374,"text":"\u94a2\u94c1\u5927\u5e08"},{"id":32251,"text":"\u6218\u4e89\u4f7f\u8005"},{"id":57560,"text":"\u6bc1\u706d\u4eea\u5f0f"},{"id":9271,"text":"\u82e6\u75db\u52ab\u63a0"},{"id":38999,"text":"\u5b8c\u7f8e\u7684\u66b4\u884c"},{"id":24528,"text":"\u5c60\u622e\u4e4b\u6b32"},{"id":59920,"text":"\u8840\u8089\u4e4b\u7ae0"},{"id":29630,"text":"\u75be\u7535"},{"id":4242,"text":"\u4e0d\u7a33\u5b9a\u5316\u8eab"},{"id":48239,"text":"\u81f4\u547d\u4e13\u6ce8"},{"id":21264,"text":"\u4f0f\u51fb"},{"id":19083,"text":"\u6697\u5f71"},{"id":19598,"text":"\u6bd2\u7269\u79c1\u8fd0"},{"id":1945,"text":"\u6dec\u6bd2\u6253\u51fb"},{"id":28782,"text":"\u8ff7\u96fe\u884c\u8005"},{"id":61072,"text":"\u52c7\u58eb"},{"id":4194,"text":"\u66b4\u5f92"},{"id":57052,"text":"\u914b\u957f"},{"id":8656,"text":"\u4fa0\u5ba2"},{"id":34567,"text":"\u9510\u773c"},{"id":9327,"text":"\u8ffd\u730e\u8005"},{"id":12597,"text":"\u79d8\u672f\u5bb6"},{"id":8281,"text":"\u5143\u7d20\u4f7f"},{"id":10099,"text":"\u53ec\u5524\u5e08"},{"id":43195,"text":"\u5904\u5211\u8005"},{"id":34774,"text":"\u536b\u58eb"},{"id":39598,"text":"\u51a0\u519b"},{"id":43962,"text":"\u5224\u5b98"},{"id":42144,"text":"\u5723\u5b97"},{"id":30919,"text":"\u5b88\u62a4\u8005"},{"id":43122,"text":"\u6697\u5f71"},{"id":6778,"text":"\u6b3a\u8bc8\u5e08"},{"id":58827,"text":"\u7834\u574f\u8005"},{"id":27602,"text":"\u4e5d\u6761\u547d"},{"id":57568,"text":"\u70bd\u70ed\u51c0\u5316"},{"id":52435,"text":"\u4e0d\u5c48\u575a\u6bc5"},{"id":42469,"text":"\u81f4\u547d\u7efd\u653e"},{"id":18054,"text":"\u81ea\u7136\u4e4b\u6012"},{"id":48999,"text":"\u7075\u9b42\u996e\u8005"},{"id":19355,"text":"\u91ca\u653e\u6f5c\u80fd"}]}},{"id":"explicit.stat_736967255","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_174664100","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2387423236","text":"\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2587176568","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4000101551","text":"\u53ec\u5524\u751f\u7269\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3382807662","text":"+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_95249895","text":"\u602a\u7269\u751f\u547d\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2300185227","text":"+# \u654f\u6377\u4e0e\u667a\u6167","type":"explicit"},{"id":"explicit.stat_915908446","text":"+#% \u51b0\u971c\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3375935924","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_734614379","text":"\u529b\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2546185479","text":"\u53cc\u6301\u65f6\u9644\u52a0 +#% \u57fa\u7840\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_4139681126","text":"\u654f\u6377\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1923879260","text":"\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_2233272527","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8fde\u53d1\u3011","type":"explicit"},{"id":"explicit.stat_3192592092","text":"\u63d2\u69fd\u65e0\u6cd5\u88ab\u8c03\u6574","type":"explicit"},{"id":"explicit.stat_4249220643","text":"\u53cc\u6301\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1782086450","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u65f6\u95f4\u63d0\u524d #%","type":"explicit"},{"id":"explicit.stat_540300548","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u622a\u5fc3\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_2342448236","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u68f1\u5149\u4e4b\u5fc3\u3011","type":"explicit"},{"id":"explicit.stat_1241625305","text":"\u5f13\u7c7b\u6280\u80fd\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_561307714","text":"#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_670153687","text":"\u8fd1\u6218\u5355\u624b\u6b66\u5668\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1334060246","text":"\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2452998583","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5149\u73af\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1397498432","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6d41\u7ebf\u4f5c\u4e1a\u3011","type":"explicit"},{"id":"explicit.stat_215124030","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1423639565","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1190333629","text":"\u7981\u65ad\u4e4b\u8089\u4e0a\u6709\u5339\u914d\u7684\u8bcd\u7f00\u5219\u914d\u7f6e #","type":"explicit","option":{"options":[{"id":32947,"text":"\u654f\u6377\u514b\u661f"},{"id":55867,"text":"\u535a\u5b66\u8005"},{"id":28884,"text":"\u51dd\u5fc3\u8005"},{"id":29825,"text":"\u9003\u8131\u827a\u672f"},{"id":41891,"text":"\u7834\u9b54\u8005"},{"id":23225,"text":"\u5feb\u4eba\u4e00\u6b65"},{"id":57331,"text":"\u865a\u7a7a\u638c\u63a7"},{"id":3184,"text":"\u523d\u5b50\u624b"},{"id":17315,"text":"\u9547\u538b"},{"id":62817,"text":"\u4f20\u5947\u707e\u661f"},{"id":34484,"text":"\u65e0\u5c3d\u9965\u997f"},{"id":10143,"text":"\u6b8b\u66b4\u70ed\u60c5"},{"id":38180,"text":"\u5f71\u54cd"},{"id":16306,"text":"\u5927\u5e08\u4e4b\u5f62"},{"id":16940,"text":"\u711a\u70e7"},{"id":5087,"text":"\u751f\u5728\u5f71\u4e2d"},{"id":14103,"text":"\u7206\u7834\u4e13\u5bb6"},{"id":51462,"text":"\u53d1\u6761\u72c2\u4eba"},{"id":28535,"text":"\u5b8c\u7f8e\u72af\u7f6a"},{"id":39834,"text":"\u7206\u7834\u5929\u624d"},{"id":38918,"text":"\u8fde\u9501\u53cd\u5e94"},{"id":47778,"text":"\u70b8\u5f39\u4e13\u5bb6"},{"id":31364,"text":"\u76d7\u730e\u8005\u4e4b\u9014"},{"id":16848,"text":"\u51b7\u9177\u4f7f\u5f92"},{"id":4849,"text":"\u6781\u901f\u8fdb\u653b"},{"id":11597,"text":"\u8ffd\u730e\u4f7f\u5f92"},{"id":33645,"text":"\u77f3\u82f1\u5316\u8eab"},{"id":55509,"text":"\u9762\u7eb1\u5973\u795e"},{"id":51101,"text":"\u5927\u81ea\u7136\u7684\u80be\u4e0a\u817a\u7d20"},{"id":63293,"text":"\u624b\u672f\u5927\u5e08"},{"id":65296,"text":"\u81ea\u7136\u7684\u6069\u8d50"},{"id":61805,"text":"\u70bc\u91d1\u672f\u5927\u5e08"},{"id":6038,"text":"\u84b8\u998f\u5927\u5e08"},{"id":40813,"text":"\u5927\u81ea\u7136\u7684\u590d\u4ec7"},{"id":1697,"text":"\u5236\u6bd2\u5b97\u5e08"},{"id":37127,"text":"\u79fd\u8a00\u4ea1\u8bed"},{"id":31344,"text":"\u90aa\u6076\u541b\u738b"},{"id":37492,"text":"\u6b8b\u52a3\u58c1\u5792"},{"id":27096,"text":"\u865a\u65e0\u4e4b\u5854"},{"id":62504,"text":"\u7981\u5fcc\u529b\u91cf"},{"id":25309,"text":"\u51cb\u96f6\u59ff\u6001"},{"id":47630,"text":"\u5f7b\u9aa8\u4e4b\u5f84"},{"id":54159,"text":"\u76f2\u76ee\u6311\u8845"},{"id":65153,"text":"\u4eb5\u6e0e\u4e4b\u529b"},{"id":14603,"text":"\u9ab8\u9aa8\u5c4f\u969c"},{"id":48719,"text":"\u5949\u732e\u5973\u9b54"},{"id":3554,"text":"\u7cbe\u534e\u541e\u566c"},{"id":36017,"text":"\u9ed1\u6697\u7edf\u5fa1\u8005"},{"id":11490,"text":"\u75ab\u75c5\u4e4b\u6e90"},{"id":23572,"text":"\u7075\u67e9\u5951\u7ea6"},{"id":5819,"text":"\u52bf\u4e0d\u53ef\u6321"},{"id":53816,"text":"\u575a\u4e0d\u53ef\u7834"},{"id":62595,"text":"\u5c79\u7acb\u4e0d\u6447"},{"id":44297,"text":"\u4e0d\u53ef\u7f6e\u7591"},{"id":1734,"text":"\u6c38\u4e0d\u52a8\u6447"},{"id":56789,"text":"\u706d\u65e0\u8d66"},{"id":17988,"text":"\u4e0d\u77e5\u75b2\u5026"},{"id":53884,"text":"\u6b63\u4e49\u4e4b\u5ead"},{"id":48214,"text":"\u547d\u8fd0\u5ba1\u5224"},{"id":40059,"text":"\u5fcf\u6094\u4e4b\u5146"},{"id":39790,"text":"\u81f3\u5723\u6240"},{"id":32816,"text":"\u5ec9\u7b80\u4e4b\u9014"},{"id":13851,"text":"\u72c2\u70ed\u4e4b\u5668"},{"id":19417,"text":"\u7f8e\u5fb7\u4e4b\u5668"},{"id":922,"text":"\u795e\u5723\u6307\u5f15"},{"id":29026,"text":"\u610f\u8bc6\u5723\u6bbf"},{"id":1105,"text":"\u4fe1\u5ff5\u4e4b\u8bc9"},{"id":34434,"text":"\u5347\u534e\u4eea\u5f0f"},{"id":25651,"text":"\u529b\u91cf\u5b9a\u7f6a"},{"id":60462,"text":"\u65e0\u4e0a\u5949\u732e"},{"id":40510,"text":"\u79d8\u672f\u4fdd\u4f51"},{"id":51492,"text":"\u76ee\u7684\u6807\u8bc6"},{"id":55146,"text":"\u7d27\u6025\u65f6\u523b"},{"id":42264,"text":"\u4fe1\u5ff5\u4e4b\u8f89"},{"id":39728,"text":"\u5e0c\u671b\u58c1\u5792"},{"id":61372,"text":"\u548c\u8c10\u4e4b\u6e90"},{"id":64768,"text":"\u4e0d\u52a8\u4fe1\u5ff5"},{"id":4494,"text":"\u5149\u8292\u5723\u6218\u519b"},{"id":19641,"text":"\u575a\u6bc5\u5723\u6218\u519b"},{"id":27864,"text":"\u514d\u8d39\u529b\u91cf"},{"id":15616,"text":"\u8840\u4e4b\u773c"},{"id":52575,"text":"\u5b8c\u7f8e\u80dc\u51fa"},{"id":8419,"text":"\u75db\u82e6\u94f8\u9020"},{"id":63490,"text":"\u5f3a\u529b\u590d\u4ec7"},{"id":2598,"text":"\u8001\u5f53\u76ca\u58ee"},{"id":758,"text":"\u7ade\u6280\u6311\u6218\u8005"},{"id":56461,"text":"\u539f\u59cb\u4e4b\u541b"},{"id":61259,"text":"\u6df7\u6c8c\u5929\u624d"},{"id":57197,"text":"\u6bc1\u706d\u4e4b\u5fc3"},{"id":4917,"text":"\u5143\u7d20\u5821\u5792"},{"id":258,"text":"\u9b54\u50cf\u4f7f"},{"id":53123,"text":"\u706b\u7130\u5851\u5f62"},{"id":27038,"text":"\u98ce\u66b4\u5851\u5f62"},{"id":40810,"text":"\u5bd2\u51ac\u5851\u5f62"},{"id":5443,"text":"\u805a\u7126\u70b9"},{"id":61627,"text":"\u5f39\u5c04"},{"id":26067,"text":"\u65e0\u9650\u5f39\u836f"},{"id":45313,"text":"\u72d9\u51fb"},{"id":44482,"text":"\u788e\u88c2"},{"id":24848,"text":"\u805a\u98ce"},{"id":2872,"text":"\u5360\u9886\u519b"},{"id":23169,"text":"\u98ce\u4e4b\u7ed3\u754c"},{"id":31667,"text":"\u6708\u4f7f.\u4e9a\u6b27\u7ea2\u53e4"},{"id":50692,"text":"\u706b\u5f92.\u52aa\u845b\u739b\u547c"},{"id":1731,"text":"\u6b7b\u4e4b\u72c2\u6012.\u8f9b\u683c\u62c9"},{"id":48480,"text":"\u5854\u8d5b\u91cc\u5965\uff0c\u7eaf\u51c0\u4e4b\u6c34"},{"id":53095,"text":"\u6218\u4e89\u4f7f\u8005.\u56fe\u514b\u54c8\u739b"},{"id":5029,"text":"\u68ee\u6797\u4e4b\u529b.\u5854\u8d6b\u4e9a"},{"id":61355,"text":"\u96f7\u9ed8\u79d1\uff0c\u592a\u9633\u4e4b\u5149"},{"id":32249,"text":"\u74e6\u62c9\u514b\uff0c\u98ce\u66b4\u4e4b\u62e5"},{"id":31700,"text":"\u575a\u6bc5"},{"id":33940,"text":"\u4e0d\u8d25\u82f1\u96c4"},{"id":35750,"text":"\u5f81\u670d\u8005"},{"id":56967,"text":"\u53ef\u656c\u7684\u5bf9\u624b"},{"id":11412,"text":"\u542f\u53d1"},{"id":27604,"text":"\u55dc\u6218\u5982\u547d"},{"id":13374,"text":"\u94a2\u94c1\u5927\u5e08"},{"id":32251,"text":"\u6218\u4e89\u4f7f\u8005"},{"id":57560,"text":"\u6bc1\u706d\u4eea\u5f0f"},{"id":9271,"text":"\u82e6\u75db\u52ab\u63a0"},{"id":38999,"text":"\u5b8c\u7f8e\u7684\u66b4\u884c"},{"id":24528,"text":"\u5c60\u622e\u4e4b\u6b32"},{"id":59920,"text":"\u8840\u8089\u4e4b\u7ae0"},{"id":29630,"text":"\u75be\u7535"},{"id":4242,"text":"\u4e0d\u7a33\u5b9a\u5316\u8eab"},{"id":48239,"text":"\u81f4\u547d\u4e13\u6ce8"},{"id":21264,"text":"\u4f0f\u51fb"},{"id":19083,"text":"\u6697\u5f71"},{"id":19598,"text":"\u6bd2\u7269\u79c1\u8fd0"},{"id":1945,"text":"\u6dec\u6bd2\u6253\u51fb"},{"id":28782,"text":"\u8ff7\u96fe\u884c\u8005"},{"id":61072,"text":"\u52c7\u58eb"},{"id":4194,"text":"\u66b4\u5f92"},{"id":57052,"text":"\u914b\u957f"},{"id":8656,"text":"\u4fa0\u5ba2"},{"id":34567,"text":"\u9510\u773c"},{"id":9327,"text":"\u8ffd\u730e\u8005"},{"id":12597,"text":"\u79d8\u672f\u5bb6"},{"id":8281,"text":"\u5143\u7d20\u4f7f"},{"id":10099,"text":"\u53ec\u5524\u5e08"},{"id":43195,"text":"\u5904\u5211\u8005"},{"id":34774,"text":"\u536b\u58eb"},{"id":39598,"text":"\u51a0\u519b"},{"id":43962,"text":"\u5224\u5b98"},{"id":42144,"text":"\u5723\u5b97"},{"id":30919,"text":"\u5b88\u62a4\u8005"},{"id":43122,"text":"\u6697\u5f71"},{"id":6778,"text":"\u6b3a\u8bc8\u5e08"},{"id":58827,"text":"\u7834\u574f\u8005"},{"id":27602,"text":"\u4e5d\u6761\u547d"},{"id":57568,"text":"\u70bd\u70ed\u51c0\u5316"},{"id":52435,"text":"\u4e0d\u5c48\u575a\u6bc5"},{"id":42469,"text":"\u81f4\u547d\u7efd\u653e"},{"id":18054,"text":"\u81ea\u7136\u4e4b\u6012"},{"id":48999,"text":"\u7075\u9b42\u996e\u8005"},{"id":19355,"text":"\u91ca\u653e\u6f5c\u80fd"}]}},{"id":"explicit.stat_1089165168","text":"\u8d77\u6e90\u73e0\u5b9d","type":"explicit"},{"id":"explicit.stat_4077035099","text":"\u672a\u8fde\u7ed3\u81f3\u5929\u8d4b\u6811\u7684\u6280\u80fd\uff0c\u4ecd\u7136\u53ef\u4ee5\u5728\u8303\u56f4\u5185\u914d\u7f6e","type":"explicit"},{"id":"explicit.stat_752930724","text":"\u88c5\u5907\u548c\u6280\u80fd\u77f3\u7684\u5c5e\u6027\u9700\u6c42\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1004011302","text":"\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4055307827","text":"+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_321077055","text":"\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1443060084","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3293699237","text":"\u5251\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4217693429","text":"\u5f13\u7c7b\u653b\u51fb\u5e26\u7ec8\u7ed3\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3407849389","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3805075944","text":"\u6301\u76fe\u724c\u65f6\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2304729532","text":"\u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u4e24\u500d\u6548\u679c\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3152982863","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1172029298","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1678643716","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6bc1\u5929\u706d\u5730\u3011","type":"explicit"},{"id":"explicit.stat_83050999","text":"\u5251\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_608438307","text":"\u53ea\u80fd\u5728\u6b64\u7269\u54c1\u4e0a\u653e\u5165\u5df2\u8150\u5316\u7684\u6280\u80fd\u77f3","type":"explicit"},{"id":"explicit.stat_656461285","text":"\u667a\u6167\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1911162866","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6bc1\u706d\u5f15\u64ce\u3011","type":"explicit"},{"id":"explicit.stat_3811191316","text":"\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_akoya","text":"\u83b7\u5f97\u963f\u5bc7\u4e9a\u9ebe\u4e0b # \u540d\u6b66\u58eb\u7684\u9886\u5bfc\u6743","type":"explicit"},{"id":"explicit.stat_1010549321","text":"\u5355\u624b\u6b66\u5668\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3289633055","text":"\u63d2\u5165\u7684\u5b9d\u77f3\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1813451228","text":"\u8fd1\u6218\u5355\u624b\u6b66\u5668\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1859333175","text":"\u53ef\u4ee5\u6700\u591a\u62e5\u6709 3 \u4e2a\u5de5\u827a\u5c5e\u6027","type":"explicit"},{"id":"explicit.stat_252507949","text":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668\u7684\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1086147743","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1890519597","text":"\u602a\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3182498570","text":"\u751f\u6548\u671f\u95f4\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3091578504","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3023957681","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2886441936","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u653e\u5927\u5668\u3011","type":"explicit"},{"id":"explicit.stat_3550868361","text":"\u65a7\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1582728645","text":"\u4f60\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_3483999943","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2137912951","text":"\u5730\u96f7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1836374041","text":"\u53cc\u624b\u6b66\u5668\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_674553446","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3141070085","text":"\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_700317374","text":"\u56de\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1314617696","text":"+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3639275092","text":"\u5c5e\u6027\u9700\u6c42\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_victario","text":"\u6388\u4e88 # \u7eaa\u5ff5\u7ef4\u591a\u91cc\u5965\u7684\u91d1\u5e01","type":"explicit"},{"id":"explicit.stat_2133341901","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3642528642","text":"\u5f71\u54cd # \u73af\u5185\u7684\u5929\u8d4b","type":"explicit","option":{"options":[{"id":1,"text":"\u5c0f"},{"id":2,"text":"\u4e2d"},{"id":3,"text":"\u5927"},{"id":4,"text":"\u5f88\u5927"},{"id":5,"text":"\u5de8\u5927"}]}},{"id":"explicit.stat_1199429645","text":"\u8fd1\u6218\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_51994685","text":"\u836f\u5242\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_kaom","text":"\u83b7\u5f97\u5188\u59c6\u9ebe\u4e0b # \u540d\u6b66\u58eb\u7684\u9886\u5bfc\u6743","type":"explicit"},{"id":"explicit.stat_2011656677","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2918708827","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1506355899","text":"\u6301\u7eed\u65f6\u95f4\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3250272113","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u529b\u91cf\u8403\u53d6\u3011","type":"explicit"},{"id":"explicit.stat_1411310186","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_balbala","text":"\u5728\u82ad\u82ad\u62c9\u7684\u963f\u5361\u62c9\u4e2d\u6307\u6d3e # \u540d\u5fb7\u5361\u62c9\u7684\u670d\u52a1","type":"explicit"},{"id":"explicit.stat_444174528","text":"\u653b\u51fb\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1693613464","text":"\u751f\u6548\u671f\u95f4\uff0c\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2911442053","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_cadiro","text":"\u6388\u4e88 # \u7eaa\u5ff5\u5361\u8fea\u7f57\u7684\u91d1\u5e01","type":"explicit"},{"id":"explicit.stat_1760576992","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_44972811","text":"\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1073942215","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2941585404","text":"\u9677\u9631\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2930653471","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 # \u5230 # \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3604946673","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1917910910","text":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3314142259","text":"\u65a7\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3337344042","text":"\u51b0\u971c\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3391925584","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u76f4\u653b\u8981\u5bb3\u3011","type":"explicit"},{"id":"explicit.stat_3350803563","text":"\u88ab\u602a\u7269\u51fb\u4e2d\u65f6\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_3531280422","text":"\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3441651621","text":"\u653b\u51fb\u51fb\u4e2d\u627f\u53d7 +# \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_491450213","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2326202293","text":"\u73a9\u5bb6\u53d7\u5230\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_1880071428","text":"\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1626818279","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9003\u4e4b\u592d\u592d\u3011","type":"explicit"},{"id":"explicit.stat_3599340381","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5145\u80fd\u5907\u6218\u3011","type":"explicit"},{"id":"explicit.stat_4176970656","text":"\u5f53\u4f60\u7684\u53ec\u5524\u751f\u7269\u6b7b\u4ea1\u65f6\uff0c\u627f\u53d7 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_686254215","text":"\u56fe\u817e\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3086896309","text":"\u6bcf\u5bf9\u654c\u4eba\u9020\u62101%\u7684\u51b0\u7f13\u6548\u679c\u5c31\u9020\u6210#%\u7684\u51b0\u971c\u4f24\u5bb3\uff0c\u5e76\u89c6\u4e3a\u989d\u5916\u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_ahuana","text":"\u4ee5\u963f\u534e\u7eb3\u7684\u540d\u4e49\u7528 # \u540d\u796d\u54c1\u4e4b\u8840\u6d78\u67d3","type":"explicit"},{"id":"explicit.stat_1383929411","text":"\u51fb\u4e2d\u51b0\u51bb\u7684\u654c\u4eba\u83b7\u5f97\u7b49\u540c\u4e8e #% \u51b0\u971c\u4f24\u5bb3\u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1393393937","text":"\u6301\u76fe\u724c\u65f6\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1104796138","text":"\u706b\u7130\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1412217137","text":"\u836f\u5242\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1497673356","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3351784991","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3738001379","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2549889921","text":"\u73a9\u5bb6\u83b7\u5f97\u7684\u836f\u5242\u5145\u80fd\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_30642521","text":"\u4f60\u80fd\u65bd\u52a0 # \u4e2a\u989d\u5916\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_1186596295","text":"\u95ea\u7535\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3120164895","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3885634897","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_3607300552","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u590d\u5174\u3011","type":"explicit"},{"id":"explicit.stat_2008255263","text":"\u751f\u6548\u671f\u95f4\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_472520716","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2889601781","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_821021828","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 # \u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_392942015","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4ee5\u773c\u8fd8\u773c\u3011","type":"explicit"},{"id":"explicit.stat_3640252904","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u91d1\u521a\u62f3\u3011","type":"explicit"},{"id":"explicit.stat_114734841","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3403461239","text":"\u66f4\u660e\u663e\u6253\u51fb\u6548\u679c","type":"explicit"},{"id":"explicit.stat_829382474","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2551600084","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6548\u679c\u533a\u57df\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_383245807","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9955\u992e\u7fa4\u9b54\u3011","type":"explicit"},{"id":"explicit.stat_57434274","text":"\u7ecf\u9a8c\u503c\u52a0\u6210\u63d0\u9ad8 #% (\u5730\u56fe)","type":"explicit"},{"id":"explicit.stat_774059442","text":"\u7ed3\u754c +#","type":"explicit"},{"id":"explicit.stat_2721815210","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u7cbe\u51c6\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3376488707","text":"\u73a9\u5bb6\u7684\u6297\u6027\u4e0a\u9650 #%","type":"explicit"},{"id":"explicit.stat_2018035324","text":"\u6bcf\u5f53\u4f60\u7528\u6cd5\u672f\u51fb\u4e2d\u4e00\u4e2a\u654c\u4eba\u65f6\uff0c\u83b7\u5f97 # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1950806024","text":"+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_979246511","text":"\u83b7\u5f97\u989d\u5916\u51b0\u971c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1712221299","text":"\u5f13\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3793155082","text":"\u7a00\u6709\u602a\u7269\u7684\u6570\u91cf\u589e\u52a0#%","type":"explicit"},{"id":"explicit.stat_1459321413","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2805714016","text":"\u51fb\u4e2d\u51b0\u7f13\u654c\u4eba\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4188894176","text":"\u5f13\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3851254963","text":"\u56fe\u817e\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2397408229","text":"\u66b4\u8d70","type":"explicit"},{"id":"explicit.stat_4056408881","text":"\u5956\u52b1\u5ba4\u7684\u602a\u7269\u589e\u52a0 #%","type":"explicit"},{"id":"explicit.stat_968369591","text":"\u751f\u6548\u671f\u95f4\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2488361432","text":"\u602a\u7269\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_795138349","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_337935900","text":"\u602a\u7269\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3759735052","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4154259475","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1309819744","text":"\u602a\u7269\u53ef\u4ee5\u53d1\u5c04 # \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_412745376","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u4e86\u53ec\u5524\u751f\u7269\u6280\u80fd\uff0c\u5219\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_830161081","text":"\u7ed3\u754c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2306522833","text":"\u602a\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3527617737","text":"\u62e5\u6709 # \u4e2a\u6df1\u6e0a\u63d2\u69fd","type":"explicit"},{"id":"explicit.stat_2129392647","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5faa\u73af\u6e6e\u706d\u3011","type":"explicit"},{"id":"explicit.stat_3668351662","text":"\u654c\u4eba\u7684\u611f\u7535\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_maxarius","text":"\u8363\u8000\u96d5\u50cf # \u6765\u81ea\u795e\u4e3b\u739b\u8428\u7559\u65af","type":"explicit"},{"id":"explicit.stat_4103440490","text":"\u73a9\u5bb6\u53d7\u5230\u8870\u5f31\u8bc5\u5492","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_caspiro","text":"\u6388\u4e88 # \u7eaa\u5ff5\u5361\u65af\u76ae\u7f57\u7684\u91d1\u5e01","type":"explicit"},{"id":"explicit.stat_3183973644","text":"\u602a\u7269\u7684\u6280\u80fd\u9644\u52a0 # \u6b21\u8fde\u9501\u5f39\u5c04","type":"explicit"},{"id":"explicit.stat_1309218394","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5185\u7701","type":"explicit"},{"id":"explicit.stat_3005472710","text":"#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3448216135","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_57326096","text":"+#% \u602a\u7269\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2132807290","text":"\u8be5\u5730\u56fe\u6709# \u4e2a\u989d\u5916\u7684\u865a\u7a7a\u5fc6\u5883\u5168\u5c40\u8bcd\u7f00","type":"explicit"},{"id":"explicit.stat_3944525413","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6012\u706b\u76db\u5bb4\u3011","type":"explicit"},{"id":"explicit.stat_1026390635","text":"\u73a9\u5bb6\u4e0d\u80fd\u65bd\u52a0\u66dd\u9732\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_299054775","text":"\u751f\u6548\u671f\u95f4\uff0c\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2620267328","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u6b63\u4e49\u4e4b\u8def","type":"explicit"},{"id":"explicit.stat_820939409","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2431643207","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2561836520","text":"\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_644456512","text":"\u836f\u5242\u5145\u80fd\u4f7f\u7528\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1600707273","text":"\u6240\u6709\u7269\u7406\u4e3b\u52a8\u6cd5\u672f\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3222482040","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\u7403\uff0c\u72c2\u66b4\u7403\uff0c\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2300399854","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_658456881","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"explicit"},{"id":"explicit.stat_1913583994","text":"\u602a\u7269\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3873704640","text":"\u9b54\u6cd5\u602a\u7269\u6570\u91cf\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3206911230","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fc3\u795e\u9519\u4e71\u3011","type":"explicit"},{"id":"explicit.stat_538241406","text":"\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3416853625","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_227523295","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_1041951480","text":"\u602a\u7269\u514d\u75ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_2483795307","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2166444903","text":"\u53cc\u6301\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_avarius","text":"\u8363\u8000\u96d5\u50cf # \u6765\u81ea\u795e\u4e3b\u963f\u74e6\u7559\u65af","type":"explicit"},{"id":"explicit.stat_1826802197","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_1366534040","text":"\u73a9\u5bb6\u53d7\u5230\u8106\u5f31\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_3084359503","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u82e6\u96be\u6839\u57fa\u3011","type":"explicit"},{"id":"explicit.stat_439950087","text":"\u5143\u7d20\u6280\u80fd\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_960081730","text":"\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_318953428","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_962725504","text":"\u751f\u6548\u671f\u95f4\uff0c\u5143\u7d20\u6297\u6027\u989d\u5916\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2162097452","text":"\u6240\u6709\u53ec\u5524\u751f\u7269\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1959158336","text":"\u4f20\u5947\u9996\u9886\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1662717006","text":"\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3435403756","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65bd\u6cd5\u719f\u624b\u3011","type":"explicit"},{"id":"explicit.stat_4078695","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_558910024","text":"\u73a9\u5bb6\u53d7\u5230\u5143\u7d20\u8981\u5bb3\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_2753083623","text":"\u602a\u7269\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1134501245","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u6028\u6068\u59ff\u6001","type":"explicit"},{"id":"explicit.stat_1742567045","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_131358113","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u89e3\u5256\u7597\u6cd5\u3011","type":"explicit"},{"id":"explicit.stat_4283407333","text":"\u6240\u6709\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3729221884","text":"\u73a9\u5bb6\u7684\u683c\u6321\u51e0\u7387\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1708461270","text":"\u602a\u7269\u6548\u679c\u533a\u57df\u7684\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2027269580","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5f13\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_619213329","text":"\u6240\u6709\u7269\u7406\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_295075366","text":"\u529b\u91cf\u9700\u6c42\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2138205941","text":"\u602a\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"explicit"},{"id":"explicit.stat_3924520095","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u6697\u5f71\u5370\u8bb0","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_nasima","text":"\u5728\u5a1c\u65af\u739b\u7684\u963f\u5361\u62c9\u4e2d\u6307\u6d3e # \u540d\u5fb7\u5361\u62c9\u7684\u670d\u52a1","type":"explicit"},{"id":"explicit.stat_938645499","text":"\u6301\u76fe\u724c\u65f6\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_406353061","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3739863694","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1703766309","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df1\u5bd2\u3011","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_xibaqua","text":"\u4ee5\u590f\u5df4\u5938\u4e9a\u7684\u540d\u4e49\u7528 # \u540d\u796d\u54c1\u4e4b\u8840\u6d78\u67d3","type":"explicit"},{"id":"explicit.stat_2572042788","text":"\u653b\u51fb\u9644\u52a0 +#% \u653b\u51fb\u57fa\u7840\u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_272758639","text":"\u73a9\u5bb6\u7684\u62a4\u7532\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_3143208761","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_144665660","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u4e2d\u6bd2\u3001\u7a7f\u523a\u3001\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_2381842786","text":"\u8fd1\u6218\u5355\u624b\u6b66\u5668\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_asenath","text":"\u5728\u5b89\u8d5b\u5a1c\u4e1d\u7684\u963f\u5361\u62c9\u4e2d\u6307\u6d3e # \u540d\u5fb7\u5361\u62c9\u7684\u670d\u52a1","type":"explicit"},{"id":"explicit.stat_3796523155","text":"\u5bf9\u602a\u7269\u7684\u8bc5\u5492\u603b\u6548\u679c\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_2312028586","text":"\u73a9\u5bb6\u6280\u80fd\u7684\u8303\u56f4\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_1766142294","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u6301\u76fe\u724c\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_365540634","text":"+#% \u602a\u7269\u7684\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2310019673","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3652138990","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5b8c\u7f8e\u65e0\u6687\u3011","type":"explicit"},{"id":"explicit.stat_3859865977","text":"\u7cbe\u51c6\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3196823591","text":"\u5145\u80fd\u56de\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3377888098","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2764017512","text":"\u602a\u7269\u4f1a\u53cd\u5c04 #% \u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_687813731","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_4181072906","text":"\u73a9\u5bb6\u7684\u751f\u547d\u548c\u80fd\u91cf\u62a4\u76fe\u603b\u56de\u590d\u901f\u5ea6\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_3702513529","text":"\u53cc\u6301\u6b66\u5668\u65f6\uff0c\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1678690824","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_977908611","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u51fb\u9000\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_4003278965","text":"\u8be5\u5730\u56fe\u6709 # \u4e2a\u989d\u5916\u7684\u968f\u673a\u8bcd\u7f00","type":"explicit"},{"id":"explicit.stat_4079888060","text":"\u5176\u4e2d # \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u73e0\u5b9d\u69fd\u3011","type":"explicit"},{"id":"explicit.stat_124131830","text":"\u6240\u6709\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1106651798","text":"\u602a\u7269\u65e0\u6cd5\u88ab\u5632\u8bbd","type":"explicit"},{"id":"explicit.stat_1172810729","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2821079699","text":"\u53ec\u5524\u9b54\u50cf\u7684\u6570\u91cf\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_4061558269","text":"\u6301\u76fe\u724c\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387 +#%","type":"explicit"},{"id":"explicit.stat_310246444","text":"\u5077\u53d6\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_doryani","text":"\u4ee5\u591a\u91cc\u4e9a\u5c3c\u7684\u540d\u4e49\u7528 # \u540d\u796d\u54c1\u4e4b\u8840\u6d78\u67d3","type":"explicit"},{"id":"explicit.stat_1588049749","text":"\u602a\u7269\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1837040413","text":"\u51fb\u8d25\u654c\u4eba\u5c06\u4f1a\u5438\u5f15\u66f4\u5f3a\u5927\u7684\u602a\u7269\u767b\u573a","type":"explicit"},{"id":"explicit.stat_2450628570","text":"\u73a9\u5bb6\u6280\u80fd\u7684\u975e\u8bc5\u5492\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2109106920","text":"\u4f20\u5947\u9996\u9886\u7684\u653b\u51fb\u901f\u5ea6\u53ca\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_dominus","text":"\u8363\u8000\u96d5\u50cf # \u6765\u81ea\u795e\u4e3b\u591a\u7c73\u7eb3\u65af","type":"explicit"},{"id":"explicit.stat_3359207393","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u707e\u6b83\u3011","type":"explicit"},{"id":"explicit.stat_3676141501","text":"+#% \u51b0\u971c\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_124877078","text":"\u4f20\u5947\u9996\u9886\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_rakiata","text":"\u83b7\u5f97\u62c9\u51ef\u5c14\u5854\u9ebe\u4e0b # \u540d\u6b66\u58eb\u7684\u9886\u5bfc\u6743","type":"explicit"},{"id":"explicit.stat_3372255769","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9489\u523a\u8c03\u548c\u3011","type":"explicit"},{"id":"explicit.stat_839186746","text":"\u602a\u7269\u7684\u7269\u7406\u51cf\u4f24\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2091591880","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1515657623","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_284496119","text":"\u602a\u7269\u7b49\u7ea7\uff1a#","type":"explicit"},{"id":"explicit.stat_211381198","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3317068522","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5c60\u592b\u547c\u5524\u3011","type":"explicit"},{"id":"explicit.stat_2633745731","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1054098949","text":"+#% \u602a\u7269\u7684\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2223678961","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_286947568","text":"\u73a9\u5bb6\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3 +#%","type":"explicit"},{"id":"explicit.stat_836936635","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_941368244","text":"\u73a9\u5bb6\u7684\u51b7\u5374\u56de\u590d\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_928238845","text":"\u51b0\u971c\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2553656203","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3256116097","text":"\u751f\u6548\u671f\u95f4\uff0c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1964607303","text":"\u4f60\u4f7f\u654c\u4eba\u611f\u7535\u65f6\uff0c\u3010\u95ea\u7535\u4e4b\u6377\u3011\u59cb\u7ec8\u4ea7\u751f\u4e00\u4e2a\u98ce\u66b4","type":"explicit"},{"id":"explicit.stat_4262448838","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_1000591322","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u56fe\u817e","type":"explicit"},{"id":"explicit.stat_567971948","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u6bd2\u7a7f\u523a\u3011","type":"explicit"},{"id":"explicit.stat_72129119","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5927\u51fa\u8840\u3011","type":"explicit"},{"id":"explicit.stat_1896971621","text":"\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2032453153","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d4b\u80fd\u4f7f\u8005\u3011","type":"explicit"},{"id":"explicit.stat_2422708892","text":"#\u8303\u56f4\u5185\u7684\u5929\u8d4b\u53ef\u4ee5\u5728\\n\u672a\u8fde\u7ed3\u81f3\u5929\u8d4b\u6811\u7684\u60c5\u51b5\u4e0b\u914d\u7f6e","type":"explicit","option":{"options":[{"id":18663,"text":"\u590d\u4ec7\u4e4b\u7075"},{"id":23540,"text":"\u80fd\u91cf\u8fde\u63a5"},{"id":54307,"text":"\u79fb\u5f62\u6362\u5f71"},{"id":10661,"text":"\u9738\u4f53"},{"id":31961,"text":"\u575a\u6bc5\u4e4b\u5fc3"},{"id":40907,"text":"\u70c8\u58eb\u610f\u5fd7"},{"id":11455,"text":"\u5f02\u7075\u4e4b\u4f53"},{"id":56075,"text":"\u5f02\u80fd\u9b54\u529b"},{"id":57279,"text":"\u796d\u8840\u672f"},{"id":45175,"text":"\u7075\u80fd\u62a4\u76fe"},{"id":31703,"text":"\u82e6\u75db\u7075\u66f2"},{"id":39085,"text":"\u5143\u7d20\u4e4b\u76f8"},{"id":12926,"text":"\u94a2\u94c1\u4e4b\u63e1"},{"id":42178,"text":"\u96f6\u70b9\u5c04\u51fb"},{"id":54922,"text":"\u7bad\u77e2\u95ea\u8dc3"},{"id":41970,"text":"\u5148\u7956\u9b42\u7ea6"},{"id":24426,"text":"\u7075\u80fd\u62a4\u4f53"},{"id":10808,"text":"\u74e6\u5c14\u51a5\u7ea6"},{"id":63425,"text":"\u72c2\u70ed\u8a93\u8a00"},{"id":44941,"text":"\u706b\u4e4b\u5316\u8eab"},{"id":34098,"text":"\u5fc3\u7075\u5347\u534e"},{"id":22088,"text":"\u5143\u7d20\u8d85\u8f7d"},{"id":23407,"text":"\u5b8c\u7f8e\u82e6\u75db"},{"id":17818,"text":"\u73ab\u7ea2\u4e4b\u821e"},{"id":42343,"text":"\u7b26\u6587\u7ed1\u5b9a\u8005"},{"id":23950,"text":"\u6076\u6bd2\u7ed3\u754c"},{"id":23090,"text":"\u53ec\u96c6\u90e8\u961f"},{"id":21650,"text":"\u9752\u6625\u6c38\u9a7b"},{"id":39713,"text":"\u6597\u8f6c\u661f\u79fb"},{"id":11239,"text":"\u98ce\u821e\u8005"},{"id":19732,"text":"\u60d8\u4fe1\u8005"},{"id":49639,"text":"\u65e0\u4e0a\u81ea\u6211"},{"id":24720,"text":"\u5931\u8861\u536b\u58eb"},{"id":57257,"text":"\u7a7f\u523a\u8005"},{"id":43988,"text":"\u90aa\u6cd5\u5b97\u5e08"},{"id":56116,"text":"\u6cd5\u5e08\u514b\u661f"},{"id":50288,"text":"\u94a2\u94c1\u610f\u5fd7"},{"id":60247,"text":"\u552f\u6211\u72ec\u5c0a"},{"id":35255,"text":"\u5e7d\u7075\u821e\u6b65"},{"id":58556,"text":"\u795e\u5a01\u4e4b\u76fe"},{"id":50679,"text":"\u591a\u9762\u597d\u624b"},{"id":62791,"text":"\u5fd8\u5ddd\u4e4b\u5f71"},{"id":63620,"text":"\u6280\u827a\u7cbe\u6e5b"}]}},{"id":"explicit.stat_3496944181","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u6301\u63e1\u957f\u6756\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_322206271","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_649025131","text":"\u4f4e\u8840\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2323739383","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u7528\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"explicit"},{"id":"explicit.stat_2571899044","text":"\u5fc3\u7075\u5e7b\u5316","type":"explicit"},{"id":"explicit.stat_1437957544","text":"\u6700\u5927\u5145\u80fd +#","type":"explicit"},{"id":"explicit.stat_1147690586","text":"\u6240\u6709\u95ea\u7535\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1078455967","text":"\u6240\u6709\u51b0\u971c\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1109900829","text":"\u5982\u679c\u9996\u8981\u4e3a\u706d\u4e16\u8005\uff0c\u5219\u66b4\u51fb\u6709#%\u7684\u51e0\u7387\u65bd\u52a0\u6076\u9b54\u4e4b\u89e6","type":"explicit"},{"id":"explicit.stat_1545858329","text":"\u6240\u6709\u95ea\u7535\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3464419871","text":"\u602a\u7269\u4f1a\u53cd\u5c04 #% \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4235300427","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7279\u522b\u9884\u5907\u3011","type":"explicit"},{"id":"explicit.stat_1661151735","text":"\u53ec\u5524\u751f\u7269 +# \u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_2063695047","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u975e\u6df7\u6c8c\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1101206134","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\u5e76\u53d7\u5230\u4f24\u5bb3\uff0c\u5219 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2787733863","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_55876295","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_3970396418","text":"\u6c34\u94f6\u722a\u5370","type":"explicit"},{"id":"explicit.stat_591105508","text":"\u6240\u6709\u706b\u7130\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3268519799","text":"\u7075\u9b42\u5e7b\u5316","type":"explicit"},{"id":"explicit.stat_3319896421","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_3342989455","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1342271987","text":"\u63f4\u519b\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_816367946","text":"\u602a\u7269\u7684\u6240\u6709\u4f24\u5bb3\u5fc5\u5b9a\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_764295120","text":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3667574329","text":"\u73a9\u5bb6\u7684\u547d\u4e2d\u503c\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2887760183","text":"\u602a\u7269\u5c06\u751f\u547d\u4e0a\u9650\u7684 #% \u8f6c\u5316\u4e3a\u989d\u5916\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_881645355","text":"\u8eab\u4f53\u5e7b\u5316","type":"explicit"},{"id":"explicit.stat_3550168289","text":"\u533a\u57df\u5185\u4f1a\u51fa\u73b0\u989d\u5916 # \u4e2a\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011","type":"explicit"},{"id":"explicit.stat_3638731729","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u72c2\u8650\u8005\u3011","type":"explicit"},{"id":"explicit.stat_2788982914","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e0d\u52a8\u4e4b\u6076\u3011","type":"explicit"},{"id":"explicit.stat_2435536961","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_647201233","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u90aa\u6076\u590d\u5174\u3011","type":"explicit"},{"id":"explicit.stat_2109043683","text":"\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1999711879","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"explicit"},{"id":"explicit.stat_1541224187","text":"\u602a\u7269\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u7a7f\u523a\u3011","type":"explicit"},{"id":"explicit.stat_2289610642","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u70c2\u4e4b\u722a\u3011","type":"explicit"},{"id":"explicit.stat_2783012144","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u547c\u5578\u98de\u7bad\u3011","type":"explicit"},{"id":"explicit.stat_1421645223","text":"\u722a\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1514829491","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_1339532482","text":"\u63f4\u519b\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3122491961","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6bc1\u706d\u4f7f\u5f92\u3011","type":"explicit"},{"id":"explicit.stat_1910157106","text":"\u73a9\u5bb6\u65e0\u6cd5\u518d\u751f\u751f\u547d\uff0c\u9b54\u529b\u548c\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2382196858","text":"\u53cc\u6301\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3495544060","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u5143\u7d20\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_3442107889","text":"\u51fb\u8d25\u7a00\u6709\u6216\u8005\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u83b7\u5f97\u3010\u766b\u72c2\u3011\u72b6\u6001 10 \u79d2","type":"explicit"},{"id":"explicit.stat_683273571","text":"\u751f\u6548\u671f\u95f4\uff0c\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1809006367","text":"\u56fe\u817e +#% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2335364359","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u775a\u7726\u5fc5\u62a5\u3011","type":"explicit"},{"id":"explicit.stat_2861397339","text":"\u9b54\u50cf\u7684\u4f24\u5bb3\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_895264825","text":"\u5149\u73af\u6280\u80fd\u8303\u56f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1996576560","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65e0\u57a0\u4e4b\u529b\u3011","type":"explicit"},{"id":"explicit.stat_3818661553","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u4e4b\u773c\u3011","type":"explicit"},{"id":"explicit.stat_76848920","text":"\u5143\u7d20\u6297\u6027\u51cf\u5c11 #%","type":"explicit"},{"id":"explicit.stat_798009319","text":"\u602a\u7269\u7684\u884c\u52a8\u901f\u5ea6\u65e0\u6cd5\u88ab\u51cf\u901f\u81f3\u57fa\u7840\u901f\u5ea6\u4ee5\u4e0b","type":"explicit"},{"id":"explicit.stat_3040667106","text":"\u4f20\u5947\u9996\u9886\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2233361223","text":"\u5bf9\u88ab\u51b0\u7f13\u6216\u88ab\u51b0\u51bb\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2007062029","text":"\u3010\u95ea\u7535\u4e4b\u6377\u3011\u51fb\u4e2d\u654c\u4eba\u65f6\uff0c\u53d7\u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_37078857","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u658b\u6212\u3011","type":"explicit"},{"id":"explicit.stat_379328644","text":"\u6cd5\u6756\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_599749213","text":"\u6240\u6709\u706b\u7130\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3768948090","text":"\u5982\u679c\u9996\u8981\u4e3a\u711a\u754c\u8005\uff0c\u5219\u547d\u4e2d\u65f6\u6d88\u706d\u751f\u547d\u503c\u4f4e\u4e8e15%\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2753985507","text":"\u53d7\u5230\u3010\u618e\u6068\u3011\u5f71\u54cd\u65f6\uff0c+#% \u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_1843941387","text":"\u63f4\u519b\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1629869774","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_3899352861","text":"\u6700\u5927\u751f\u547d\u548c\u6700\u5927\u9b54\u529b\uff0c\u4ee5\u53ca\u5168\u5c40\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2588474575","text":"\u4f20\u5947\u9996\u9886\u88ab\u9644\u8eab","type":"explicit"},{"id":"explicit.stat_4259701244","text":"\u53d7\u6d3b\u529b\u5f71\u54cd\u65f6\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u589e\u52a0#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_118398748","text":"\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_228455793","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u591a\u5229\u4e9a\u5c3c\u4e4b\u8bad\u3011","type":"explicit"},{"id":"explicit.stat_2008682345","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u63b7\u8c61\u529f\u3011","type":"explicit"},{"id":"explicit.stat_3081816887","text":"\u95ea\u7535\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2083727359","text":"\u6295\u5c04\u7269\u7684\u4f24\u5bb3\u968f\u7740\u98de\u884c\u8ddd\u79bb\u63d0\u5347\uff0c\\n\u51fb\u4e2d\u76ee\u6807\u65f6\u6700\u591a\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1618589784","text":"#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_1793818220","text":"\u51b0\u971c\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_426847518","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u51bb\u4f24\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_2264295449","text":"\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.stat_2885144362","text":"\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3561450806","text":"\u533a\u57df\u5185\u7684\u602a\u7269\u79cd\u7c7b\u589e\u52a0\u4e86","type":"explicit"},{"id":"explicit.stat_4164174520","text":"\u602a\u7269\u7684\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u762b\u75ea\u3011","type":"explicit"},{"id":"explicit.stat_2530372417","text":"#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387","type":"explicit"},{"id":"explicit.stat_1788635023","text":"\u95ea\u7535\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1265282021","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u732b\u4e4b\u52bf\u3011","type":"explicit"},{"id":"explicit.stat_1612163368","text":"\u6301\u76fe\u724c\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4154059009","text":"\u602a\u7269\u514d\u75ab\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_1096136223","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7cbe\u534e\u75be\u653b\u3011","type":"explicit"},{"id":"explicit.stat_2937483991","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_177215332","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u6cd5\u8815\u866b\u3011","type":"explicit"},{"id":"explicit.stat_173226756","text":"\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1926135629","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_4105031548","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5492\u6cd5\u4e4b\u5899\u3011","type":"explicit"},{"id":"explicit.stat_3720627346","text":"\u6cd5\u6756\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1826605755","text":"\u4f60\u65e0\u6cd5\u62e5\u6709\u975e\u9b54\u50cf\u7c7b\u53ec\u5524\u751f\u7269","type":"explicit"},{"id":"explicit.stat_569299859","text":"+#% \u5168\u90e8\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3465022881","text":"+#% \u95ea\u7535\u4e0e\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3624529132","text":"\u53d7\u5230\u3010\u6124\u6012\u3011\u5f71\u54cd\u65f6\uff0c#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1181419800","text":"\u9524\u7c7b\u6216\u77ed\u6756\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3594640492","text":"\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1862926389","text":"\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3393628375","text":"+#% \u51b0\u971c\u4e0e\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_115695112","text":"\u5143\u7d20\u6280\u80fd\u9020\u6210\u4e09\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_928701213","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5feb\u901f\u653b\u51fb \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2158060122","text":"#% \u7684\u95ea\u7535\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2383797932","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3969608626","text":"\u672a\u4fdd\u7559\u7684\u9b54\u529b\u5145\u6ee1\u65f6\uff0c\u6548\u679c\u4e0d\u4f1a\u6d88\u5931\\n\u6548\u679c\u4e0d\u4f1a\u5806\u53e0","type":"explicit"},{"id":"explicit.stat_2576412389","text":"\u9b54\u50cf\u4f53\u578b\u7f29\u5c0f #%","type":"explicit"},{"id":"explicit.stat_3853018505","text":"\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_876831634","text":"\u65e0\u6cd5\u88ab\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_3202667190","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u673d\u5b66\u5f92\u3011","type":"explicit"},{"id":"explicit.stat_1217583941","text":"\u73a9\u5bb6\u8eab\u4e0a\u7684\u589e\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4186213466","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6e0e\u795e\u96c5\u91cf\u3011","type":"explicit"},{"id":"explicit.stat_2930275641","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7ffb\u5929\u6a2a\u626b\u3011","type":"explicit"},{"id":"explicit.stat_962720646","text":"\u602a\u7269\u7684\u6cd5\u672f\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u7f13\u901f\u3011","type":"explicit"},{"id":"explicit.stat_219391121","text":"\u83b7\u5f97\u989d\u5916\u95ea\u7535\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_3706959521","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"explicit"},{"id":"explicit.stat_3814686091","text":"\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2780712583","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b8b\u9177\u4e4b\u89e6\u3011","type":"explicit"},{"id":"explicit.stat_507505131","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u52c7\u6bc5\u5148\u9a71\u3011","type":"explicit"},{"id":"explicit.stat_3777170562","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9739\u96f3\u96f7\u9707\u3011","type":"explicit"},{"id":"explicit.stat_3765507527","text":"\u53d7\u7eaa\u5f8b\u5f71\u54cd\u65f6\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2388360415","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u96c6\u4e2d\u6548\u5e94 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3433676080","text":"\u51fb\u8d25\u9b54\u6cd5\u602a\u7269\u540e\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2114157293","text":"\u6bcf 1 \u4e2a\u53ec\u5524\u51fa\u7684\u4e0d\u540c\u9b54\u50cf\u53ef\u4f7f\u9b54\u50cf\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1342790450","text":"\u51fb\u8d25\u666e\u901a\u602a\u7269\u7684\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3258653591","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u94a2\u94c1\u6597\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_3808869043","text":"\u6280\u80fd\u77f3\u7ecf\u9a8c\u503c\u83b7\u53d6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2585926696","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1533563525","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_425242359","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3681057026","text":"\u683c\u6321\u65f6\u56de\u590d\u76f8\u5f53\u4e8e #% \u62a4\u7532\u7684\u80fd\u91cf\u76fe","type":"explicit"},{"id":"explicit.stat_2091518682","text":"\u53d7\u3010\u594b\u9510\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u66b4\u51fb\u7a7f\u900f\u654c\u4eba #% \u7684\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_799271621","text":"\u533a\u57df\u5185\u6709\u4e24\u4e2a\u4f20\u5947\u9996\u9886","type":"explicit"},{"id":"explicit.stat_3357049845","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2831391506","text":"\u53d7\u5230\u3010\u6e05\u6670\u3011\u5f71\u54cd\u65f6\uff0c\u83b7\u5f97\u7b49\u540c\u6700\u5927\u9b54\u529b #% \u7684\u989d\u5916\u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2254480358","text":"\u6240\u6709\u51b0\u971c\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_4087089130","text":"\u957f\u6756\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_186383409","text":"\u9b54\u50cf\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2896192589","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u7075\u5de7\u3011","type":"explicit"},{"id":"explicit.stat_4053951709","text":"#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1222888897","text":"\u53d7\u5230\u3010\u618e\u6068\u3011\u5f71\u54cd\u65f6\uff0c\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2401834120","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_141810208","text":"\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1069260037","text":"\u722a\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2087561637","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u75db\u996e\u3011","type":"explicit"},{"id":"explicit.stat_1817023621","text":"\u53d7\u5230\u3010\u7cbe\u51c6\u3011\u5f71\u54cd\u65f6\uff0c+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1140978125","text":"\u4e0d\u80fd\u5077\u53d6\u602a\u7269","type":"explicit"},{"id":"explicit.stat_2101383955","text":"\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1476643878","text":"\u706b\u7130\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1970606344","text":"\u53d7\u5230\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_214835567","text":"\u53d7\u5230\u3010\u594b\u9510\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u4f4d\u4e8e\u5949\u732e\u5730\u9762\u4e4b\u4e0a\u7684\u654c\u4eba\u53d7\u5230\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1722775216","text":"\u53d7\u5230\u3010\u5143\u7d20\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2515515064","text":"\u9524\u7c7b\u6216\u77ed\u6756\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3730242558","text":"\u9b54\u50cf\u7684\u751f\u547d\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_2663376056","text":"\u83b7\u5f97\u7b49\u540c #% \u9b54\u529b\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1085167979","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5927\u96ea\u6f2b\u5929\u3011","type":"explicit"},{"id":"explicit.stat_2023107756","text":"\u751f\u547d\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"explicit"},{"id":"explicit.stat_1164767410","text":"\u6ca1\u6709\u88ab\u70b9\u71c3\uff0c\u51b0\u51bb\uff0c\u611f\u7535\u65f6\uff0c\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3673969640","text":"\u5305\u542b\u4e00\u4e2a\u7194\u7089\uff0c\u53ef\u4ee5\u4e3a\u4e00\u4ef6\u975e\u4f20\u5947\u7269\u54c1\u79fb\u9664\u4e00\u5957\u7194\u7089\u5929\u8d4b\u6811","type":"explicit"},{"id":"explicit.stat_873224517","text":"\u53d7\u5230\u3010\u5143\u7d20\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1541516339","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2066542501","text":"\u6301\u957f\u6756\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3087667389","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u81f4\u547d\u884c\u519b\u3011","type":"explicit"},{"id":"explicit.stat_729180395","text":"\u9b54\u50cf\u65bd\u653e\u6280\u80fd\u7684\u51b7\u5374\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1496043857","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u91cd\u88c5\u4e0a\u9635\u3011","type":"explicit"},{"id":"explicit.stat_4199056048","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u718a\u718a\u71c3\u70e7\u3011","type":"explicit"},{"id":"explicit.stat_165884462","text":"\u82e5\u4f60\u7684\u53f3\u6212\u6307\u680f\u88c5\u5907\u6709\u9b54\u6cd5\u6212\u6307\uff0c\u5219\u4f60\u5177\u6709\u65e0\u5492\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2255914633","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c\u83b7\u5f97\u7269\u7406\u4f24\u5bb3 #% \u7684\u989d\u5916\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3711553948","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7834\u574f\u8005\u3011","type":"explicit"},{"id":"explicit.stat_3246099900","text":"\u53ec\u5524\u9b54\u50cf\u65f6\uff0c\u5b83\u4eec\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_504850499","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u5148\u9a71\u8005","type":"explicit"},{"id":"explicit.stat_1686122637","text":"\u4f24\u5bb3\u5728\u88ab\u70b9\u71c3\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3295031203","text":"\u9b54\u4f8d\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3111519953","text":"\u4f24\u5bb3\u5728\u53d7\u6124\u6012\u5f71\u54cd\u65f6\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3433724931","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_369494213","text":"\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2725259389","text":"\u9b54\u4f8d\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2067062068","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_3103189267","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3371719014","text":"\u4f7f\u7528\u3010\u5c0a\u4e25\u3011\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2153364323","text":"+# \u667a\u6167\u9700\u6c42","type":"explicit"},{"id":"explicit.stat_247746531","text":"\u589e\u52a0 # \u4e2a\u73e0\u5b9d\u63d2\u69fd\u5929\u8d4b","type":"explicit"},{"id":"explicit.stat_2908886986","text":"\u4e13\u6ce8\u65f6\u6709 #% \u7684\u51e0\u7387\u4f24\u5bb3\u7ffb\u500d","type":"explicit"},{"id":"explicit.stat_254131992","text":"\u53d7\u5230\u3010\u95ea\u7535\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2614321687","text":"\u5bf9\u611f\u7535\u654c\u4eba\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3655769732","text":"\u6240\u6709\u4e3b\u52a8\u6280\u80fd\u77f3\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.stat_810772344","text":"\u6bcf 10 \u70b9\u667a\u6167\u63d0\u9ad8 #% \u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_4077843608","text":"\u6709 1 \u4e2a\u63d2\u69fd","type":"explicit"},{"id":"explicit.stat_3663580344","text":"\u5e7b\u5f71\u5f13\u624b\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2026112251","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u796d\u4eea\u9886\u8896\u3011","type":"explicit"},{"id":"explicit.stat_382360671","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51b3\u4e0d\u59a5\u534f\u3011","type":"explicit"},{"id":"explicit.stat_4095671657","text":"+#% \u706b\u7130\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3586984690","text":"\u5315\u9996\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_782230869","text":"\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3627458291","text":"\u53d7\u5230\u3010\u6124\u6012\u3011\u5f71\u54cd\u65f6\uff0c+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1519615863","text":"\u51fb\u4e2d\u65f6 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_847744351","text":"\u4f60\u65bd\u653e\u7684\u975e\u5149\u73af\u7c7b\u8bc5\u5492\u4e0d\u4f1a\u56e0\u5782\u6b7b\u7684\u654c\u4eba\u800c\u79fb\u9664","type":"explicit"},{"id":"explicit.stat_2444534954","text":"\u53d7\u5230\u3010\u594b\u9510\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1072119541","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2120297997","text":"\u6301\u957f\u6756\u65f6\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_125218179","text":"+# \u7075\u4f53\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_138741818","text":"\u53cc\u6301\u65f6\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1394963553","text":"\u957f\u6756\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2262736444","text":"\u5f02\u80fd\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1509756274","text":"\u7075\u67a2\u9644\u8fd1\u7684\u654c\u4eba\u53d7\u5230\u3010\u8bc5\u5492\u3011\u5f71\u54cd\u65f6\u81f4\u76f2\\n\u7075\u67a2\u9644\u8fd1\u88ab\u51fb\u8d25\u7684\u654c\u4eba\u88ab\u3010\u8bc5\u5492\u3011\u5f15\u7206\uff0c\u5219\u9020\u6210\u7b49\u540c\u5b83\u4eec\\n#% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1710207583","text":"\u53d7\u5230\u3010\u5143\u7d20\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1616734644","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u90aa\u6076\u70df\u4e91\u3011","type":"explicit"},{"id":"explicit.stat_4071658793","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u53d7\u5230\u4f18\u96c5\u5f71\u54cd\u65f6 +#%","type":"explicit"},{"id":"explicit.stat_67169579","text":"\u6240\u6709\u6df7\u6c8c\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2538566497","text":"\u5315\u9996\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_611839381","text":"\u5de6\u6212\u6307\u680f\u91cc\u6709\u9b54\u6cd5\u6212\u6307\u65f6\uff0c\u4e0d\u4f1a\u627f\u53d7\u66b4\u51fb\u7684\u989d\u5916\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_87098247","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2510276385","text":"\u4f60\u88c5\u5907\u9b54\u6cd5\u6212\u6307\u65f6\uff0c\u654c\u4eba\u51fb\u4e2d\u4f60\u7684\u4f24\u5bb3\u4f1a\u7279\u522b\u4e0d\u5e78","type":"explicit"},{"id":"explicit.stat_3106724907","text":"\u586b\u6ee1\u672a\u4fdd\u7559\u7684\u751f\u547d\u800c\u79fb\u9664\u5077\u53d6\u65f6\uff0c\\n\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u731b\u653b\uff0c\u6301\u7eed 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1331384105","text":"\u9b54\u4f8d\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3784610129","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9ed1\u6697\u4f7f\u8005\u3011","type":"explicit"},{"id":"explicit.stat_1585344030","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3212859169","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f27\u5149\u7bad\u3011","type":"explicit"},{"id":"explicit.stat_814369372","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5185\u5978\u3011","type":"explicit"},{"id":"explicit.stat_1005475168","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6a2a\u626b\u5343\u519b\u3011","type":"explicit"},{"id":"explicit.stat_2856328513","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u6253\u51fa\u66b4\u51fb\uff0c\u5219\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2355151849","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1138813382","text":"\u53d7\u5230\u3010\u5143\u7d20\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c+#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_4245204226","text":"\u53d7\u5230\u3010\u6124\u6012\u3011\u5f71\u54cd\u65f6\uff0c\u83b7\u5f97\u7269\u7406\u4f24\u5bb3 #% \u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1778298516","text":"\u6301\u957f\u6756\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1882129725","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6e38\u51fb\u6218\u3011","type":"explicit"},{"id":"explicit.stat_3337107517","text":"\u53d7\u5230\u3010\u6124\u6012\u3011\u5f71\u54cd\u65f6\uff0c\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3692646597","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_2383304564","text":"\u53d7\u5230\u3010\u6e05\u6670\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u4f24\u5bb3\u7684 #% \u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u6263\u9664","type":"explicit"},{"id":"explicit.stat_3062329212","text":"\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1424006185","text":"\u53d7\u5230\u3010\u8fc5\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u51fb\u8d25\u654c\u4eba\u83b7\u5f97 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_414749123","text":"\u586b\u6ee1\u672a\u4fdd\u7559\u7684\u751f\u547d\u800c\u79fb\u9664\u5077\u53d6\u65f6\uff0c\\n\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u80be\u4e0a\u817a\u7d20\uff0c\u6301\u7eed 2 \u79d2","type":"explicit"},{"id":"explicit.stat_199362230","text":"\u6bcf\u4e2a\u767d\u8272\u63d2\u69fd\u4f7f\u53ec\u5524\u751f\u7269 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2235163762","text":"\u53ec\u5524\u7684\u9b54\u50cf\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_576528026","text":"\u4f7f\u7528\u3010\u5c0a\u4e25\u3011\u65f6\uff0c\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2524254339","text":"\u7ec8\u7ed3","type":"explicit"},{"id":"explicit.stat_288651645","text":"\u4f60\u7684\u6cd5\u672f\u6709 #% \u7684\u51e0\u7387\u5bf9\u51b0\u51bb\u7684\u654c\u4eba\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2434030180","text":"\u5f53\u4f60\u53d7\u5230\u594b\u9510\u5149\u73af\u5f71\u54cd\u65f6\uff0c\u521b\u9020\u7684\u3010\u5949\u732e\u5730\u9762\u3011\u53ef\u4ee5\u4f7f\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2735021664","text":"\u53ec\u5524\u751f\u7269\u9020\u6210\u66b4\u51fb\u540e\u4f1a\u5728 # \u79d2\u5185\u542c\u5230\u4f4e\u8bed","type":"explicit"},{"id":"explicit.stat_380220671","text":"\u88ab\u6e05\u6670\u5f71\u54cd\u65f6\uff0c\u5c06\u627f\u53d7\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_875143443","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1724614884","text":"\u6bcf 10 \u70b9\u5949\u732e\u53ef\u4f7f\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_889728548","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u9a91\u624b\u3011","type":"explicit"},{"id":"explicit.stat_3413085237","text":"\u9b54\u4f8d\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_808939569","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2196657026","text":"\u6bcf 2 \u70b9\u667a\u6167 +# \u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_80470845","text":"\u53d7\u5230\u3010\u7eaa\u5f8b\u3011\u5f71\u54cd\u65f6\uff0c\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1004468512","text":"\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u6709 #% \u89c6\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2419712247","text":"\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2042405614","text":"\u6bcf 4 \u70b9\u654f\u6377 +# \u751f\u547d","type":"explicit"},{"id":"explicit.stat_418293304","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4064396395","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_506942497","text":"\u6bcf 10 \u70b9\u529b\u91cf\u63d0\u9ad8 #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_827329571","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2251304016","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5d07\u9ad8\u4e4b\u5f62\u3011","type":"explicit"},{"id":"explicit.stat_762600725","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6 #","type":"explicit"},{"id":"explicit.stat_1085545682","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u9020\u6210\u8fc7\u66b4\u51fb\uff0c\u5219\u83b7\u5f97\u3010\u63d0\u901f\u5c3e\u6d41\u3011","type":"explicit"},{"id":"explicit.stat_1177358866","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3854949926","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u53d7\u5230\u4f24\u5bb3\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1445684883","text":"\u653b\u51fb\u8005\u683c\u6321\u65f6\u53cd\u5c04 # \u5230 # \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2572910724","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2163419452","text":"\u53d7\u5230\u3010\u594b\u9510\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u521b\u9020\u7684\u5949\u732e\u5730\u9762\u6548\u679c\u53ef\u5ef6\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_3699490848","text":"\u5bf9\u51b0\u7f13\u7684\u76ee\u6807\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1077131949","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c\u4f24\u5bb3\u7a7f\u900f #% \u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2350430215","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u653e\u8840\u3011","type":"explicit"},{"id":"explicit.stat_2593773031","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u548c\u5584 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3415827027","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u72c2\u98ce\u626b\u8361\u3011","type":"explicit"},{"id":"explicit.stat_1702195217","text":"+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_786460697","text":"\u3010\u82e6\u75db\u722c\u884c\u8005\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_536957","text":"\u53d7\u5230\u3010\u95ea\u7535\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4164870816","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1853636813","text":"\u88ab\u6e05\u6670\u5f71\u54cd\u65f6\uff0c\u975e\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.stat_1919069577","text":"\u5f53\u53d7\u5230\u3010\u594b\u9510\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u521b\u9020\u5949\u732e\u5730\u9762\u4f1a\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011\uff0c\u6301\u7eed 4 \u79d2","type":"explicit"},{"id":"explicit.stat_3772848194","text":"\u4f7f\u7528\u3010\u5c0a\u4e25\u3011\u65f6\uff0c\u51fb\u4e2d\u5a01\u5413\u654c\u4eba\uff0c\u6301\u7eed 4 \u79d2","type":"explicit"},{"id":"explicit.stat_3366426512","text":"\u6bcf\u4e2a\u84dd\u8272\u63d2\u69fd\u4f7f\u53ec\u5524\u751f\u7269 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_455556407","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3025453294","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u81ea\u5236\u3011","type":"explicit"},{"id":"explicit.stat_3375743050","text":"\u53d7\u5230\u3010\u7cbe\u51c6\u3011\u5f71\u54cd\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2106756686","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1181501418","text":"+# \u6700\u5927\u6012\u706b","type":"explicit"},{"id":"explicit.stat_3478075311","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1085446536","text":"\u589e\u52a0 # \u4e2a\u65e0\u7279\u6b8a\u6548\u679c\u7684\u5c0f\u5929\u8d4b","type":"explicit"},{"id":"explicit.stat_1871765599","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2150878631","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u672b\u65e5\u4f7f\u8005\u3011","type":"explicit"},{"id":"explicit.stat_3772841281","text":"\u5728\u3010\u7cbe\u51c6\u3011\u5f71\u54cd\u4e0b\uff0c\u4f60\u9020\u6210\u66b4\u51fb\u6062\u590d 1 \u6b21\u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2048747572","text":"\u653b\u51fb\u4f24\u5bb3\u5728\u53d7\u7cbe\u51c6\u5f71\u54cd\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1088949570","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fcd\u8010\u4e13\u6ce8\u3011","type":"explicit"},{"id":"explicit.stat_664849247","text":"\u53d7\u5230\u3010\u618e\u6068\u3011\u5f71\u54cd\u65f6\uff0c#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1020786773","text":"\u9b54\u50cf +# \u62a4\u7532\u503c","type":"explicit"},{"id":"explicit.stat_3965637181","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u6d41\u8840\u548c\u8150\u5316\u4e4b\u8840","type":"explicit"},{"id":"explicit.stat_650630047","text":"\u3010\u7eaf\u51c0\u54e8\u5175\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_56225773","text":"\u9b54\u50cf\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2528955616","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2295303426","text":"\u5728\u8fd1\u6218\u66b4\u51fb\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u51b0\u971c\u6cd5\u672f\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_2589589781","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u95ea\u5149\u7406\u5ff5\u3011","type":"explicit"},{"id":"explicit.stat_1994549323","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_2139569643","text":"\u6bcf\u4e2a\u7ea2\u8272\u63d2\u69fd\u4f7f\u53ec\u5524\u751f\u7269 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2322980282","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u71c3\u70ec\u4e4b\u70df\u3011","type":"explicit"},{"id":"explicit.stat_1776945532","text":"\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u7b49\u540c\u8be5\u654c\u4eba\u6700\u5927\u751f\u547d\u56db\u5206\u4e4b\u4e00\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3656959867","text":"\u53d7\u5230\u3010\u6d3b\u529b\u3011\u5f71\u54cd\u65f6\uff0c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4188581520","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u575a\u5b88\u6218\u573a\u3011","type":"explicit"},{"id":"explicit.stat_739274558","text":"\u53d7\u5230\u3010\u82e6\u75db\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_121436064","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1024189516","text":"\u6bcf 5 \u79d2\u89e6\u53d1 # \u7ea7\u7684\u3010\u8840\u8089\u76db\u5bb4\u3011","type":"explicit"},{"id":"explicit.stat_1161341806","text":"\u5177\u6709\u8be5\u8bcd\u7f00\u65f6\uff0c\u6700\u591a\u53ef\u4ee5\u6709 1 \u4e2a\u57fa\u5e95\u8bcd\u7f00","type":"explicit"},{"id":"explicit.stat_2154349925","text":"\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2731416566","text":"\u5728\u594b\u9510\u5149\u73af\u5f71\u54cd\u4e0b\uff0c\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_660404777","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u63d0\u9ad8 #% \u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_1513447578","text":"\u4f4e\u8840\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1814782245","text":"\u5f92\u624b\u8fd1\u6218\u653b\u51fb\u7684\u7269\u7406\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_791835907","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +#%","type":"explicit"},{"id":"explicit.stat_2803981661","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u76fe\u724c\u83b7\u53d6\u7684\u9632\u5fa1\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3964634628","text":"\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 #-# \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3855016469","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2353576063","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_556659145","text":"\u53d7\u5230\u3010\u6e05\u6670\u3011\u5f71\u54cd\u65f6\uff0c\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_306443498","text":"\u6bcf\u4e2a\u7eff\u8272\u63d2\u69fd\u4f7f\u53ec\u5524\u751f\u7269 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2428334013","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u60ca\u6016\u9177\u5211\u3011","type":"explicit"},{"id":"explicit.stat_2406605753","text":"\u80fd\u91cf\u62a4\u76fe\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"explicit"},{"id":"explicit.stat_4288473380","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u91ce\u86ee\u568e\u53eb\u3011","type":"explicit"},{"id":"explicit.stat_3853996752","text":"\u5f53\u4f60\u4f7f\u7528\u6280\u80fd\u65f6\uff0c\u80fd\u91cf\u62a4\u76fe\u6709 #% \u7684\u51e0\u7387\u5f00\u59cb\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2379781920","text":"\u8fd1\u671f\u82e5\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1699077932","text":"\u53d7\u5230\u3010\u6e05\u6670\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u4f7f\u7528\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u56de\u590d 10% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_245814726","text":"\u5305\u542b\u4e00\u4e2a\u7194\u7089\uff0c\u53ef\u4ee5\u4e3a\u4e00\u4ef6\u672a\u8150\u5316\u7684\u4f20\u5947\u7269\u54c1\u6dfb\u52a0\u4e00\u5957\u7194\u7089\u5929\u8d4b\u6811","type":"explicit"},{"id":"explicit.stat_68410701","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u88ab\u66b4\u51fb\u65f6\u53d7\u5230\u7684\u989d\u5916\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3198006994","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fe0\u8bda\u94a2\u5370\u3011","type":"explicit"},{"id":"explicit.stat_2134141047","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6d3b\u529b\u4e13\u6ce8\u3011","type":"explicit"},{"id":"explicit.stat_836566759","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51b7\u8840\u6740\u624b\u3011","type":"explicit"},{"id":"explicit.stat_507075051","text":"\u6bcf 4 \u70b9\u529b\u91cf +# \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3051562738","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u60ca\u5947\u7834\u574f\u3011","type":"explicit"},{"id":"explicit.stat_3024338155","text":"\u5c5e\u6027\u9700\u6c42\u53ef\u7531 #% \u7684\u5168\u77e5\u6ee1\u8db3","type":"explicit"},{"id":"explicit.stat_1313498929","text":"\u53d7\u5230\u3010\u7eaa\u5f8b\u3011\u5f71\u54cd\u65f6\uff0c+#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4120556534","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7a7a\u6c14\u529b\u5b66\u3011","type":"explicit"},{"id":"explicit.stat_1411347992","text":"\u5c5e\u6027\u8bcd\u7f00\u6539\u4e3a\u9002\u914d\u5168\u77e5","type":"explicit"},{"id":"explicit.stat_3485067555","text":"\u654c\u4eba\u88ab\u51b0\u7f13\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1722821275","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5dc5\u5cf0\u72b6\u6001\u3011","type":"explicit"},{"id":"explicit.stat_1153801980","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u711a\u5316\u7089\u3011","type":"explicit"},{"id":"explicit.stat_1963942874","text":"\u5bf9\u71c3\u70e7\u654c\u4eba\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210\u63d0\u9ad8 +#%","type":"explicit"},{"id":"explicit.stat_1016185292","text":"\u53d7\u5230\u3010\u7eaa\u5f8b\u3011\u5f71\u54cd\u65f6\uff0c\u80fd\u91cf\u62a4\u76fe\u63d0\u524d #% \u5f00\u59cb\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_446070669","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u6309\u7167\u4f60\u6709\u7684\u6bcf\u4e2a\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1779027621","text":"\u53d7\u5230\u3010\u51b0\u971c\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2016708976","text":"+#% \u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_665823128","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2169938251","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u5feb\u901f\u65bd\u6cd5\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2569472704","text":"\u6240\u6709\u5143\u7d20\u6297\u6027\u6309\u7167\u6bcf 15 \u70b9\u5168\u77e5 +#%","type":"explicit"},{"id":"explicit.stat_378817135","text":"+#% \u706b\u7130\u4e0e\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1493091477","text":"\u6ca1\u6709\u63d2\u69fd","type":"explicit"},{"id":"explicit.stat_4226189338","text":"\u6240\u6709\u6df7\u6c8c\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2947215268","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2643562209","text":"\u53d7\u5230\u3010\u618e\u6068\u3011\u5f71\u54cd\u65f6\uff0c\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3293275880","text":"\u6bcf 10 \u70b9\u5949\u732e\u90fd\u4f7f\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3814876985","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1595367309","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u66b4\u98ce\u96ea\u3011","type":"explicit"},{"id":"explicit.stat_1161337167","text":"\u53ef\u5728\u8150\u5316\u65f6\u6dfb\u52a0\u8bcd\u7f00","type":"explicit"},{"id":"explicit.stat_3579807004","text":"\u8fd1\u6218\u4f24\u5bb3\u5728\u6ee1\u8840\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3119612865","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_4193088553","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_988575597","text":"\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3808469650","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u53ec\u5524\u751f\u7269\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3536778624","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u80c1\u8feb\u5982\u5c71\u3011","type":"explicit"},{"id":"explicit.stat_1854213750","text":"\u53ec\u5524\u751f\u7269 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1408638732","text":"\u89d2\u8272\u4f53\u578b\u589e\u5927 #%","type":"explicit"},{"id":"explicit.stat_969576725","text":"\u53d7\u3010\u4f18\u96c5\u3011\u5f71\u54cd\u65f6\uff0c+#% \u95ea\u907f\u653b\u51fb\u51fb\u4e2d\u7387","type":"explicit"},{"id":"explicit.stat_3872380586","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7edd\u5999\u9547\u538b\u3011","type":"explicit"},{"id":"explicit.stat_1798459983","text":"\u53d7\u5230\u3010\u706b\u7130\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1220361974","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u4f1a\u7206\u70b8\uff0c\u9020\u6210\u5176 #% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1783006896","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_2557247391","text":"\u4f60\u6d88\u8017\u4e00\u5177\u70b9\u71c3\u7684\u7075\u67a2\u53ef\u6062\u590d # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_3742808908","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\uff0c+# \u70b9\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_757315075","text":"\u66b4\u8d70\u72b6\u6001\u65f6\u83b7\u5f97\u3010\u4e0d\u6d01\u4e4b\u529b\u3011# \u79d2","type":"explicit"},{"id":"explicit.stat_1810368194","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u5bf9\u654c\u4eba\u65bd\u52a0\u7684\u975e\u4f24\u5bb3\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1910205563","text":"\u6bcf 10 \u70b9\u5949\u732e +#% \u70b9\u6240\u6709\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1165583295","text":"\u88ab\u6d3b\u529b\u5f71\u54cd\u65f6\u6bcf\u79d2\u518d\u751f #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_69078820","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u5316\u521b\u4f24\u3011","type":"explicit"},{"id":"explicit.stat_3669845133","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3801067695","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3571342795","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u5143\u7d20\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3468843137","text":"\u53d7\u3010\u6028\u6bd2\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u9020\u6210\u7684\u4f24\u5bb3\u7c7b\u5f02\u5e38\u72b6\u6001\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2697019412","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u70d9\u5370\u4f24\u5bb3\u63d0\u9ad8 #% increased Brand Damage per 10 Devotion","type":"explicit"},{"id":"explicit.stat_2924302129","text":"\u4f60\u4f7f\u7528\u6280\u80fd\u65f6\u5931\u53bb # \u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_215882879","text":"\u751f\u6548\u671f\u95f4\uff0c\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2223640518","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u81f4\u76f2 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1174076861","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2259700079","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u63d0\u9ad8\u66b4\u51fb\u51e0\u7387 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2262034536","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b22\u6b23\u9884\u5146\u3011","type":"explicit"},{"id":"explicit.stat_323705912","text":"\u751f\u6548\u671f\u95f4\uff0c\u6280\u80fd\u53d1\u5c04 1 \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_338121249","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u6613\u71c3\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_3032585258","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_2195406641","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6309\u56fe\u7d22\u9aa5\u3011","type":"explicit"},{"id":"explicit.stat_3585232432","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u89c4\u5f8b\u4e3b\u5bb0\u3011","type":"explicit"},{"id":"explicit.stat_2770782267","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 #% \u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_970844066","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u6301\u7eed\u541f\u5531\u6280\u80fd\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3817220109","text":"\u95ea\u7535\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1777139212","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u8680\u5143\u7d20\u3011","type":"explicit"},{"id":"explicit.stat_3338298622","text":"\u72c2\u6012\u7403\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3294232483","text":"\u53d7\u5230\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_90012347","text":"\u5bf9\u88ab\u611f\u7535\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_536929014","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u788e\u654c\u4eba\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3898572660","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u795e\u5723\u5f81\u670d\u3011","type":"explicit"},{"id":"explicit.stat_645735818","text":"\u8fd9\u4e9b\u533a\u57df\u5305\u542b\u989d\u5916\u7684\u4fdd\u9669\u7bb1\\n\u53d1\u73b0\u4f9d\u6b21\u6446\u653e\u7684\u4fdd\u9669\u7bb1\\n\u89e3\u9501\u524d\u4e00\u4e2a\u4fdd\u9669\u7bb1\u624d\u80fd\u63a5\u8fde\u6253\u5f00\u540c\u4e00\u5217\u7684\u4e0b\u4e00\u4e2a\u4fdd\u9669\u7bb1","type":"explicit"},{"id":"explicit.stat_3643449791","text":"\u53d7\u5230\u3010\u6028\u6bd2\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u751f\u547d\u548c\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3393547195","text":"\u6ee1\u8840\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1498954300","text":"\u88c5\u5907 1 \u4ef6\u9b54\u6cd5\u7269\u54c1\u65f6\uff0c\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2757041809","text":"\u5143\u7d20\u6297\u6027\u6309\u7167\u6bcf 15 \u70b9\u5168\u77e5\u7a7f\u900f #%","type":"explicit"},{"id":"explicit.stat_4124805414","text":"+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_362838683","text":"\u53d7\u5230\u3010\u6d3b\u529b\u3011\u5f71\u54cd\u65f6\uff0c\u836f\u5242\u7684\u751f\u547d\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3240769289","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1741700339","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u96f7\u8f70\u9876\u3011","type":"explicit"},{"id":"explicit.stat_2650053239","text":"\u8fd1\u671f\u5185\u6bcf\u6d88\u8017\u603b\u8ba1 200 \u9b54\u529b\u90fd\u4f7f\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_734823525","text":"\u79fb\u52a8\u65f6\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2627243269","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u6838\u5fc3\u5929\u8d4b\u6280\u80fd\u4e0d\u4f1a\u63d0\u4f9b\u4efb\u4f55\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3395872960","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_65331133","text":"\u53d7\u5230\u3010\u5143\u7d20\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u7684\u53cd\u5c04\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4154008618","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u4ee5\u653b\u4e3a\u5b88","type":"explicit"},{"id":"explicit.stat_3837707023","text":"\u53ec\u5524\u751f\u7269\u6709 +#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_8517868","text":"\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387\u6309\u7167\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\u6240\u53d7\u5230\u7684\u6bcf 200 \u70b9\u706b\u7130\u4f24\u5bb3 +#%","type":"explicit"},{"id":"explicit.stat_3422644692","text":"\u8fd9\u4e9b\u533a\u57df\u5305\u542b\u53e4\u7075\u5e84\u56ed\\n\u519c\u4f5c\u7269\u7684\u4f53\u578b\u66f4\u5927\\n\u519c\u4f5c\u7269\u5305\u542b\u4f4d\u9636\u66f4\u9ad8\u7684\u79cd\u5b50","type":"explicit"},{"id":"explicit.stat_1133703802","text":"\u82e6\u75db\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_347220474","text":"\u8fd1\u671f\u4f60\u6bcf\u6d88\u8017 200 \u9b54\u529b\uff0c\u6cd5\u672f\u4f24\u5bb3\u4fbf\u63d0\u9ad8 #%\uff0c\u6700\u591a 2000%","type":"explicit"},{"id":"explicit.stat_2189040439","text":"\u7eaf\u51c0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1873457881","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\uff0c\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_4227567885","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6216\u4f60\u7684\u53ec\u5524\u751f\u7269\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219\u53ec\u5524\u751f\u7269\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_693808153","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5343\u91cc\u51b0\u5c01\u3011","type":"explicit"},{"id":"explicit.stat_13669281","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6025\u51bb \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1718147982","text":"\u53ec\u5524\u751f\u7269\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1567542124","text":"\u53d7\u5230\u3010\u95ea\u7535\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u5bfc\u7535\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_3691695237","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8bc5\u5492\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_64726306","text":"\u4e0d\u80fd\u4f7f\u7528\u5176\u4ed6\u6212\u6307","type":"explicit"},{"id":"explicit.stat_791125124","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4fdd\u9556\u3011","type":"explicit"},{"id":"explicit.stat_1478653032","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2690790844","text":"\u53d7\u5230\u3010\u6d3b\u529b\u3011\u5f71\u54cd\u65f6\uff0c\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2806391472","text":"\u53d7\u5230\u3010\u8fc5\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u65f6\u7a7a\u9501\u94fe\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_3771516363","text":"#% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_1054322244","text":"\u51fb\u8d25\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u65f6\u83b7\u5f97\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_882876854","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u6bd2\u6495\u54ac\u3011","type":"explicit"},{"id":"explicit.stat_3301100256","text":"\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4235886357","text":"\u53cd\u5c04 # \u51b0\u971c\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_3223142064","text":"\u53d7\u5230\u3010\u5143\u7d20\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u5143\u7d20\u8981\u5bb3\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1904581068","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u529b\u91cf\u500d\u589e\u3011","type":"explicit"},{"id":"explicit.stat_2548097895","text":"\u53d7\u5230\u3010\u4f18\u96c5\u3011\u5f71\u54cd\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u4f7f\u51fb\u4e2d\u4f60\u7684\u654c\u4eba\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_3166317791","text":"\u8fd1\u6218\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1346311588","text":"\u53d7\u5230\u3010\u8fc5\u6377\u3011\u5f71\u54cd\u65f6\u83b7\u5f97\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2080171093","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2720072724","text":"\u53d7\u5230\u3010\u51b0\u971c\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u514d\u75ab\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_1173690938","text":"\u53d7\u5230\u3010\u706b\u7130\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u6613\u71c3\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2900833792","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u68b3\u6d17\u4e4b\u5211\u3011","type":"explicit"},{"id":"explicit.stat_2222186378","text":"\u836f\u5242\u7ed9\u4e88\u7684\u9b54\u529b\u6062\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_607548408","text":"\u8303\u56f4\u5185\u7684\u975e\u6838\u5fc3\u5929\u8d4b\u6280\u80fd\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1413864591","text":"\u53d7\u5230\u3010\u618e\u6068\u3011\u5f71\u54cd\u65f6\uff0c\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_730530528","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u81ea\u8eab\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_2644533453","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u81ea\u5706\u5176\u8bf4\u3011","type":"explicit"},{"id":"explicit.stat_2818167778","text":"\u751f\u6548\u671f\u95f4\uff0c\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u7b49\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2567659895","text":"\u53d7\u5230\u3010\u95ea\u7535\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u611f\u7535\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_3163114700","text":"\u53d7\u5230\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_1926816773","text":"\u4f7f\u7528\u9b54\u529b\u836f\u5242\u65f6\u4e5f\u4f1a\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2457540491","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u7684\u53cd\u5c04\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1642347505","text":"\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3332055899","text":"\u53d7\u5230\u3010\u8fc5\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2398198236","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4012281889","text":"\u53d7\u5230\u3010\u51b0\u971c\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u51bb\u4f24\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_279227559","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1705633890","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6062\u5b8f\u58c1\u5792\u3011","type":"explicit"},{"id":"explicit.stat_1745401062","text":"\u7a00\u6709\u548c\u4f20\u5947\u7684\u53e4\u795e\u7194\u7089\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u628a\\n\u5177\u6709\u7194\u7089\u5929\u8d4b\u6811\u7684\u8fd1\u6218\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_281949611","text":"\u53d7\u5230\u3010\u95ea\u7535\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u514d\u75ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_207635700","text":"\u53d7\u5230\u3010\u8fc5\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u8eab\u4e0a\u7684\u8d1f\u9762\u6548\u679c\u6d88\u9000\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1011760251","text":"+#% \u95ea\u7535\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2500442851","text":"\u7070\u70ec\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1917107159","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u9020\u6210 # - # \u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3562241510","text":"\u751f\u6548\u671f\u95f4\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u7b49\u4e8e\u5143\u7d20\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2084371547","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7834\u574f\u4e13\u5bb6\u3011","type":"explicit"},{"id":"explicit.stat_1011863394","text":"\u4f7f\u7528\u3010\u5c0a\u4e25\u3011\u65f6\uff0c\u4f60\u9020\u6210\u7684\u7a7f\u523a\u6548\u679c\u4f1a\u9020\u6210 # \u6b21\u989d\u5916\u51fb\u4e2d","type":"explicit"},{"id":"explicit.stat_586037801","text":"\u89e3\u5bc6\u8bcd\u7f00\u7684\u5e45\u5ea6\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2566390555","text":"\u56fe\u817e\u4f24\u5bb3\u6309\u7167\u6bcf 10 \u70b9\u5949\u732e\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2350668735","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u65e0\u5e38\u59ff\u6001","type":"explicit"},{"id":"explicit.stat_3082079953","text":"\u5143\u7d20\u6297\u6027\u88ab\u4f60\u6700\u9ad8\u7684\u5143\u7d20\u6297\u6027\u4e0a\u9650\u5c01\u9876","type":"explicit"},{"id":"explicit.stat_679080252","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3720936304","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u589e\u5927\u8303\u56f4 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_287491423","text":"\u5bf9\u6df1\u6e0a\u602a\u7269\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_3648858570","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3207781478","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u8106\u5f31\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2497009514","text":"\u63d2\u5165\u7684\u5b9d\u77f3\u6ca1\u6709\u4fdd\u7559\u6548\u679c\\n\u4f60\u7684\u795d\u798f\u6280\u80fd\u88ab\u7981\u7528","type":"explicit"},{"id":"explicit.stat_4265534424","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_495299940","text":"\u8fd9\u4e9b\u533a\u57df\u5305\u542b\u989d\u5916\u7684\u5148\u9a71\u8005\u4f20\u9001\u95e8\\n\u5148\u9a71\u8005\u4f20\u9001\u95e8\u88ab\u6467\u6bc1\u65f6\u6389\u843d\u989d\u5916\u7684\u901a\u8d27\u788e\u7247","type":"explicit"},{"id":"explicit.stat_426715778","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6301\u4e45\u5370\u8c61\u3011","type":"explicit"},{"id":"explicit.stat_2467500499","text":"\u8fd9\u4e9b\u533a\u57df\u7684\u73a9\u5bb6\u4ee5\u5148\u9a71\u8005\u7684\u8eab\u4efd\u51fa\u73b0\\n\u5728\u8fd9\u4e9b\u533a\u57df\u627e\u5230\u7684\u7269\u54c1\u88ab\u66ff\u6362\u6210\u5927\u91cf\u901a\u8d27\u788e\u7247","type":"explicit"},{"id":"explicit.stat_3187805501","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_871270154","text":"\u751f\u6548\u671f\u95f4\u6bcf\u79d2\u518d\u751f #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_4091709362","text":"\u5bf9\u88ab\u51b0\u51bb\u7684\u654c\u4eba\u65f6\uff0c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1341148741","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u6df7\u6c8c\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_282062371","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9886\u519b\u4e4b\u5c06\u3011","type":"explicit"},{"id":"explicit.stat_47954913","text":"\u66b4\u51fb\u7387\u5bf9\u6ee1\u8840\u654c\u4eba\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2262007777","text":"\u836f\u5242\u7684\u975e\u5373\u65f6\u751f\u6548\u7c7b\u9b54\u529b\u56de\u590d\u4e5f\u4f1a\u540c\u65f6\u56de\u590d\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2122183138","text":"\u9b54\u529b\u5728\u4f60\u683c\u6321\u65f6 #","type":"explicit"},{"id":"explicit.stat_2312747856","text":"\u53d7\u5230\u3010\u6124\u6012\u3011\u5f71\u54cd\u65f6\uff0c\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1038897629","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5bf8\u8349\u4e0d\u751f\u3011","type":"explicit"},{"id":"explicit.stat_3751566939","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u4f0a\u6069\u54c8\u5c14\\n\u8be5\u533a\u57df\u53ef\u80fd\u51fa\u73b0\u53ef\u6355\u83b7\u7684\u5e84\u56ed\u91ce\u517d","type":"explicit"},{"id":"explicit.stat_3603666270","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u88ab\u51fb\u4e2d\u540e\u53d7\u5230\u4f24\u5bb3\uff0c\u5219\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_283649372","text":"\u65e0\u6cd5\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2464689927","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_710372469","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u5bfc\u7535\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_4272503233","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u762b\u75ea\u3011","type":"explicit"},{"id":"explicit.stat_2680613507","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u63d0\u9ad8\u71c3\u70e7\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1327522346","text":"\u5f53\u79fb\u52a8\u65f6\uff0c\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2764915899","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u7edd\u671b\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_4173751044","text":"\u4f7f\u7528\u3010\u5c0a\u4e25\u3011\u65f6\uff0c\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2042813020","text":"\u6bcf 10 \u70b9\u5949\u732e\u4fbf\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_908516597","text":"\u79fb\u52a8\u65f6\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2066820199","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51cc\u8650\u9177\u5211\u3011","type":"explicit"},{"id":"explicit.stat_2647344903","text":"\u53d7\u5230\u3010\u51b0\u971c\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u51b0\u7f13\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2736708072","text":"\u88ab\u3010\u6028\u6bd2\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c+#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2118664144","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6cd5\u5e08\u730e\u4eba\u3011","type":"explicit"},{"id":"explicit.stat_873692616","text":"\u5b88\u536b\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_608164368","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b7b\u4ea1\u4e4b\u613f\u3011","type":"explicit"},{"id":"explicit.stat_371612541","text":"\u53d7\u5230\u3010\u706b\u7130\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u514d\u75ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_2775776604","text":"\u53d7\u5230\u3010\u7070\u70ec\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2143990571","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684\u3010\u53ec\u5524\u5f02\u52a8\u5947\u70b9\u3011","type":"explicit"},{"id":"explicit.stat_2365917222","text":"\u53d7\u5230\u3010\u4f18\u96c5\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u8870\u5f31\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_991194404","text":"\u53d7\u5230\u3010\u7eaa\u5f8b\u3011\u5f71\u54cd\u65f6\uff0c\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2830135449","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u53ec\u5524\u751f\u7269\u7684\u547d\u4e2d\u503c +#","type":"explicit"},{"id":"explicit.stat_2517031897","text":"\u51b0\u971c\u6297\u6027\u9ad8\u4e8e 75% \u65f6\uff0c\u6bcf\u9ad8 1%\uff0c\u51b0\u971c\u4f24\u5bb3\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2135335407","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_852195286","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u56e0\u88ab\u51fb\u4e2d\u800c\u53d7\u4f24\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_3577222856","text":"\u533a\u57df\u5185\u6709\u8150\u5316\u5730\u9762","type":"explicit"},{"id":"explicit.stat_986397080","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_4151190513","text":"\u88c5\u5907 1 \u4ef6\u666e\u901a\u7269\u54c1\u65f6\uff0c\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2075199521","text":"\u5c06\u8303\u56f4\u5185\u5929\u8d4b\u6240\u7ed9\u4e88\u7684\u654f\u6377\u8f6c\u6362\u6210\u667a\u6167","type":"explicit"},{"id":"explicit.stat_4116705863","text":"\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3 +#%","type":"explicit"},{"id":"explicit.stat_393565679","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u672f\u4e13\u5bb6\u3011","type":"explicit"},{"id":"explicit.stat_957679205","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u56de\u97f3\u3011","type":"explicit"},{"id":"explicit.stat_968069586","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f00\u51ff\u3011","type":"explicit"},{"id":"explicit.stat_669069897","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_3294884567","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u964d\u4e34\u3011","type":"explicit"},{"id":"explicit.stat_1328548975","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.stat_2205982416","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4fa7\u8237\u70ae\u3011","type":"explicit"},{"id":"explicit.stat_77045106","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u6559\u5316\u3011","type":"explicit"},{"id":"explicit.stat_2917449574","text":"\u4f7f\u7528\u65f6\u79fb\u9664\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u7684 #%","type":"explicit"},{"id":"explicit.stat_3582614035","text":"\u8fd9\u4e9b\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916\u7684\u65f6\u7a7a\u7a7f\u8d8a\u673a\u4f1a\\n\u65f6\u7a7a\u7a7f\u8d8a\u4f20\u9001\u95e8\u5df2\u53cd\u8f6c\u65b9\u5411","type":"explicit"},{"id":"explicit.stat_1653848515","text":"\u5728\u53d7\u7cbe\u51c6\u5f71\u54cd\u65f6\u4e0d\u4f1a\u88ab\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_2410501331","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6d3b\u529b\u632f\u594b\u3011","type":"explicit"},{"id":"explicit.stat_3376452528","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1238227257","text":"\u4f60\u8eab\u4e0a\u7684\u51cf\u76ca\u6548\u679c\u6d88\u5931\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1871056256","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_133340941","text":"\u533a\u57df\u5185\u6709\u3010\u71c3\u70e7\u5730\u9762\u3011","type":"explicit"},{"id":"explicit.stat_800141891","text":"#% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_182714578","text":"\u5728\u6d41\u8840\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u6d41\u8840\\n\u88ab\u8150\u5316\u4e4b\u8840\u5f71\u54cd\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u8150\u5316\u4e4b\u8840","type":"explicit"},{"id":"explicit.stat_2921373173","text":"\u82e5\u4f60\u7684\u5176\u4ed6\u6212\u6307\u4e2d\u6709\u3010\u88c2\u754c\u4e4b\u5668\u3011\uff0c\u5219\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4043416969","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u95ea\u7535\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_228165595","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u4f4e\u9636\u6bd2\u5316\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3321583955","text":"\u66b4\u8d70\u72b6\u6001\u65f6\u521b\u9020\u4e00\u56e2\u70df\u96fe","type":"explicit"},{"id":"explicit.stat_4231842891","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2444301311","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u7edd\u5bf9\u5143\u7d20\u6297\u6027\u4e2d\u6700\u9ad8\u7684\u4e00\u4e2a\u4f1a\u4f7f\u4f60\u8be5\u5143\u7d20\u7684\u4f24\u5bb3\u7a7f\u900f #% \u6297\u6027","type":"explicit"},{"id":"explicit.stat_2176571093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6295\u5c04\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2126027382","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1801889979","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3308185931","text":"\u53d7\u5230\u3010\u706b\u7130\u51c0\u5316\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u71c3\u70e7\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2695354435","text":"\u4f4e\u8840\u65f6\u6700\u5927\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3533432197","text":"\u975e\u5149\u73af\u74e6\u5c14\u6280\u80fd\u6bcf\u6b21\u65bd\u653e\u9700\u8981\u7684\u7075\u9b42\u91cf\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_490098963","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2933625540","text":"\u4f60\u7684\u5143\u7d20\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1244494473","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u6709 #% \u89c6\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4229711086","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u6309\u7167\u654c\u4eba\u8eab\u4e0a\u6bcf\u79cd\u51bb\u7ed3\u3001\u611f\u7535\u3001\u70b9\u71c3\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3374165039","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2998305364","text":"\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4139137767","text":"\u8fd9\u4e9b\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916\u7684\u7cbe\u534e\\n\u7cbe\u534e\u5305\u542b\u76d7\u8d3c\u6d41\u653e\u8005","type":"explicit"},{"id":"explicit.stat_3079007202","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u4f7f\u7528\u6280\u80fd\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 8 \u79d2\u51b7\u5374\u65f6\u95f4\\n\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\u89e6\u53d1\u7684\u6cd5\u672f\u6d88\u8017\u603b\u589e 150%","type":"explicit"},{"id":"explicit.stat_2312652600","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_1350938937","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684\u3010\u85e4\u8513\u62bd\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_1866211373","text":"\u751f\u6548\u671f\u95f4\u4ea7\u751f\u7684\u5949\u732e\u5730\u9762\u4f7f\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2328588114","text":"\u5982\u679c\u654f\u6377\u9ad8\u4e8e\u667a\u6167\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1013470938","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u75be\u96e8\u6467\u82b1\u3011","type":"explicit"},{"id":"explicit.stat_3666934677","text":"\u7ecf\u9a8c\u503c\u83b7\u53d6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3860179422","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u6bc1\u706d\u4e4b\u76f8","type":"explicit"},{"id":"explicit.stat_2028847114","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u5143\u7d20\u8981\u5bb3\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_2810434465","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u83b7\u5f97\u7269\u7406\u4f24\u5bb3 #% \u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3736589033","text":"\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.stat_4291066912","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u90aa\u6076\u4e4b\u773c\u3011","type":"explicit"},{"id":"explicit.stat_2479683456","text":"\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1094635162","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6db2\u5316\u542f\u8fea\u3011","type":"explicit"},{"id":"explicit.stat_806698863","text":"\u8be5\u836f\u5242\u4ea7\u751f\u4e09\u500d\u8303\u56f4\u7684\u5949\u732e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_770408103","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7f6a\u6076\u6ed4\u5929\u3011","type":"explicit"},{"id":"explicit.stat_2926399803","text":"\u82e5\u4f60\u7684\u5176\u4ed6\u6212\u6307\u4e2d\u6709\u3010\u88c2\u754c\u4e4b\u5668\u3011\uff0c\u5219\u514d\u75ab\u653b\u51fb\u9020\u6210\u7684\u6655\u7729","type":"explicit"},{"id":"explicit.stat_2034658008","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_950661692","text":"\u53d7\u5230\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u6700\u5927\u51b0\u971c\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_1869678332","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u7edd\u5bf9\u5143\u7d20\u6297\u6027\u4e2d\u6700\u4f4e\u7684\u4e00\u4e2a\u4f1a\u4f7f\u4f60\u627f\u53d7\u8be5\u5143\u7d20\u7684\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3805189481","text":"\u51fb\u4e2d\u6ee1\u8840\u654c\u4eba\u65f6\u4f7f\u5176\u7070\u70ec\u7f20\u8eab\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_3477833022","text":"\u751f\u6548\u671f\u95f4\uff0c\u88ab\u4f60\u70b9\u71c3\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_339179093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u706b\u7130\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2194205899","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9634\u51b7\u8a93\u8a00\u3011","type":"explicit"},{"id":"explicit.stat_3329402420","text":"\u53d7\u5230\u3010\u4f18\u96c5\u3011\u5f71\u54cd\u65f6\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2337273077","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7531\u6b7b\u590d\u751f\u3011","type":"explicit"},{"id":"explicit.stat_3002506763","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"explicit"},{"id":"explicit.stat_3872306017","text":"\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2312817839","text":"\u82e5\u4f60\u7684\u5176\u4ed6\u6212\u6307\u4e2d\u6709\u3010\u5851\u754c\u4e4b\u5668\u3011\uff0c\u5219\u514d\u75ab\u6cd5\u672f\u9020\u6210\u7684\u6655\u7729","type":"explicit"},{"id":"explicit.stat_794830148","text":"\u5bf9\u88ab\u70b9\u71c3\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2160417795","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3479683016","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_737702863","text":"\u8303\u56f4\u5185\u672a\u914d\u7f6e\u7684\u5c0f\u5929\u8d4b\u70b9\u6280\u80fd\u4f1a\u63d0\u4f9b\u4efb\u4f55\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_99089516","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5feb\u901f\u6295\u5c04 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2801601300","text":"\u7194\u94f8\u7269\u54c1\u5c3d\u53ef\u80fd\u62e5\u6709\u4e00\u4e2a\u80fd\u591f\u8c03\u6574\u7269\u54c1\u552e\u4ef7\u7684\u7194\u7089\u5929\u8d4b","type":"explicit"},{"id":"explicit.stat_2054530657","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u51b0\u971c\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1621496909","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u751f\u72e1\u8bc8\u3011","type":"explicit"},{"id":"explicit.stat_956546305","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u86db\u4e4b\u52bf\u3011","type":"explicit"},{"id":"explicit.stat_4255924189","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_963261439","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1237708713","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1337327984","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u751f\u547d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_392168009","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u63d0\u9ad8 +#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2467098490","text":"\u4f60\u5728\u8fc7\u53bb 8 \u79d2\u5185\u6bcf\u65bd\u653e\u4e00\u4e2a\u975e\u77ac\u53d1\u6cd5\u672f\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1119465199","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u65e0\u6cd5\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_41178696","text":"\u4f60\u683c\u6321\u8fd1\u8ddd\u79bb\u654c\u4eba\u65f6\u70e7\u707c\u5b83\u4eec","type":"explicit"},{"id":"explicit.stat_34059570","text":"\u53d7\u5230\u3010\u6028\u6bd2\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u4e2d\u6bd2\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1978899297","text":"+#% \u5143\u7d20\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2195518432","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65e0\u4e2d\u751f\u6709\u3011","type":"explicit"},{"id":"explicit.stat_1526933524","text":"\u7acb\u5373\u56de\u590d","type":"explicit"},{"id":"explicit.stat_2921084940","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3733114005","text":"\u5468\u56f4\u654c\u4eba\u88ab\u70e7\u707c","type":"explicit"},{"id":"explicit.stat_2062174346","text":"\u6bcf 15 \u70b9\u654f\u6377\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2770801535","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u5077\u53d6\u751f\u547d\u548c\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2758966888","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e0d\u53ef\u89e6\u53ca\u3011","type":"explicit"},{"id":"explicit.stat_2519106214","text":"\u751f\u6548\u671f\u95f4\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_325204898","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u5c0f\u5929\u8d4b\u70b9\u6280\u80fd\u4e0d\u4f1a\u63d0\u4f9b\u4efb\u4f55\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_394918362","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e07\u8c61\u4e4b\u529b\u3011","type":"explicit"},{"id":"explicit.stat_2899095498","text":"\u5468\u56f4\u7684\u654c\u4eba\u4f1a\u88ab\u5a01\u5413","type":"explicit"},{"id":"explicit.stat_1290215329","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9b54\u4f8d\u51cb\u96f6\u3011","type":"explicit"},{"id":"explicit.stat_133683091","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_344570534","text":"\u70e7\u707c\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3509724289","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u8d4b\u7980\u5f02\u3011","type":"explicit"},{"id":"explicit.stat_2665170385","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8fde\u6253\u5e26\u8dd1\u3011","type":"explicit"},{"id":"explicit.stat_2723101291","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u9020\u6210\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # to # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1240390128","text":"\u53e4\u795e\u7194\u7089\u4f20\u5947\u602a\u7269\u7684\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1692879867","text":"\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3235814433","text":"\u6240\u6709\u53ec\u5524\u7075\u4f53\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2372915005","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7eaf\u7cb9\u4e4b\u529b\u3011","type":"explicit"},{"id":"explicit.stat_1130670241","text":"\u7ed3\u754c\u590d\u539f\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3044826007","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210 2 \u79d2\u7684\u6b7b\u4ea1\u51cb\u96f6","type":"explicit"},{"id":"explicit.stat_3717165313","text":"\u4f60\u51fb\u8d25\u70e7\u707c\u7684\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u5468\u56f4\u6240\u6709\u654c\u4eba\u71c3\u70e7 4 \u79d2\uff0c\\n\u6bcf\u79d2\u9020\u6210\u88ab\u51fb\u8d25\u654c\u4eba 8% \u751f\u547d\u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3816512110","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4222635921","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51f6\u86ee\u56de\u8361\u3011","type":"explicit"},{"id":"explicit.stat_2865731079","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u83b7\u5f97\u8fc7\u66b4\u51fb\u7403\uff0c\u5219\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_3302736916","text":"\u4f60\u7528\u5f13\u7c7b\u653b\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 0.3 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_50129423","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f00\u53d1\u8981\u5bb3\u3011","type":"explicit"},{"id":"explicit.stat_1840747977","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2494069187","text":"\u53d7\u5230\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c+#% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1743759111","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_504366827","text":"\u51b0\u51bb\u65f6 +# \u70b9\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_2642525868","text":"\u95ea\u7535\u6297\u6027\u9ad8\u4e8e 75% \u65f6\uff0c\u6bcf\u9ad8 1%\uff0c\u95ea\u7535\u4f24\u5bb3\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_230941555","text":"\u4f60\u53ef\u4ee5\u62e5\u6709\u6bcf\u79cd\u5949\u732e\u5404\u4e00\u4e2a","type":"explicit"},{"id":"explicit.stat_4235333770","text":"\u6bcf 10 \u70b9\u5949\u732e\u4f7f\u81ea\u8eab\u53d7\u5230\u8bc5\u5492\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_622362787","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u539f\u521d\u4e4b\u7f1a\u3011","type":"explicit"},{"id":"explicit.stat_1274505521","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5bd2\u51b0\u5bfc\u4f53\u3011","type":"explicit"},{"id":"explicit.stat_3246076198","text":"\u533a\u57df\u5185\u6709\u3010\u611f\u7535\u5730\u9762\u3011\uff0c\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3954157711","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_21824003","text":"\u66b4\u51fb\u51fb\u8d25\u654c\u4eba\u65f6\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2671663397","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1364858171","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5d07\u9ad8\u611f\u3011","type":"explicit"},{"id":"explicit.stat_972201717","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1114351662","text":"\u6bcf 10 \u70b9\u667a\u6167 +# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3159161267","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_715786975","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fc3\u7075\u67af\u7aed\u3011","type":"explicit"},{"id":"explicit.stat_2915373966","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u51b0\u971c\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1777881400","text":"\u7a00\u6709\u548c\u4f20\u5947\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u63d0\u4f9b\u4f20\u5947\u6b66\u5668\u7684\u547d\u8fd0\u5361","type":"explicit"},{"id":"explicit.stat_4281625943","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d81\u673a\u53d1\u96be\u3011","type":"explicit"},{"id":"explicit.stat_744783843","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51bb\u5f7b\u5fc3\u6249\u3011","type":"explicit"},{"id":"explicit.stat_3456816469","text":"\u53d7\u5230\u3010\u82e6\u75db\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c+#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2978905446","text":"\u4efb\u52a1\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3835899275","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u5143\u7d20\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_349586058","text":"\u533a\u57df\u5185\u6709\u3010\u51b0\u7f13\u5730\u9762\u3011","type":"explicit"},{"id":"explicit.stat_4104891138","text":"\u53d7\u5230\u3010\u6028\u6bd2\u5149\u73af\u3011\u5f71\u54cd\u65f6\uff0c\u4e0d\u53d7\u3010\u6d41\u8840\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_3100457893","text":"\u66b4\u8d70\u72b6\u6001\u65f6\u514d\u75ab\u7269\u7406\u4f24\u5bb3 # \u79d2","type":"explicit"},{"id":"explicit.stat_211836731","text":"\u6240\u6709\u63d2\u69fd\u90fd\u662f\u767d\u8272","type":"explicit"},{"id":"explicit.stat_1903097619","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u7269\u7406\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2301696196","text":"\u4f7f\u7528\u65f6\u627f\u53d7\u6700\u5927\u751f\u547d #% \u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_44182350","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_627889781","text":"\u66b4\u8d70\u65f6\u9a71\u6563\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1064331314","text":"\u63d2\u4e0a 1 \u4e2a\u7eff\u8272\u6280\u80fd\u77f3\u65f6\u83b7\u5f97 +#% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3986030307","text":"\u4f7f\u7528\u65f6\u83b7\u5f97 # \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3240073117","text":"\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_67280387","text":"\u83b7\u5f97\u7b49\u540c #% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2162876159","text":"\u6295\u5c04\u7269\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1555962658","text":"\u82e5\u4f60\u7684\u5176\u4ed6\u6212\u6307\u4e2d\u6709\u3010\u5851\u754c\u4e4b\u5668\u3011\uff0c\u5219\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2022724400","text":"\u529b\u91cf\u9ad8\u4e8e\u667a\u6167\u65f6\uff0c\u654f\u6377\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2787931289","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u62a4\u7532\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2047819517","text":"\u88ab\u70b9\u71c3\u65f6\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2848646243","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1080363357","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u7075\u4e4b\u568e\u3011","type":"explicit"},{"id":"explicit.stat_472812693","text":"\u4f60\u6280\u80fd\u7684\u5149\u73af\u5728\u4f60\u8eab\u4e0a\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2625134410","text":"\u66b4\u51fb\u7403\u6301\u7eed\u65f6\u95f4\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3692167527","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6df7\u6c8c\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3737604164","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65e7\u795e\u542f\u8fea\u3011","type":"explicit"},{"id":"explicit.stat_1101250813","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9ad8\u6795\u65e0\u5fe7\u3011","type":"explicit"},{"id":"explicit.stat_729163974","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u83ab\u540d\u4e4b\u8d50\u3011","type":"explicit"},{"id":"explicit.stat_1603621602","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9ed1\u6697\u6784\u60f3\u3011","type":"explicit"},{"id":"explicit.stat_2017927451","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df7\u5143\u9707\u5929\u3011","type":"explicit"},{"id":"explicit.stat_4293245253","text":"\u654c\u4eba\u65e0\u6cd5\u5077\u53d6\u4f60\u7684\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1170386874","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u74e6\u5c14\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3807518091","text":"\u82e5\u8303\u56f4\u5185\u914d\u7f6e\u4e86 4 \u4e2a\u5173\u952e\u5929\u8d4b\u70b9\uff0c\u5f53\u4f60\u51fb\u8d25\u7a00\u6709\u602a\u7269\u65f6\uff0c\u4f60\u4f1a\u83b7\u5f97\u8be5\u602a\u7269\u7684 # \u5c5e\u6027\u4fee\u6b63 20 \u79d2","type":"explicit"},{"id":"explicit.stat_816079058","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2628163981","text":"\u4e13\u6ce8\u65f6\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3173052379","text":"\u4f60\u7684\u51fb\u4e2d\u51fb\u8d25\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u65f6\u5c06\u5176\u6467\u6bc1","type":"explicit"},{"id":"explicit.stat_54812069","text":"\u6709 #% \u88ab\u51fb\u4e2d\u7684\u4f24\u5bb3\u4f18\u5148\u7531\u4f60\u7684\u7075\u4f53\u627f\u53d7","type":"explicit"},{"id":"explicit.stat_478147593","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d24\u8005\u3011","type":"explicit"},{"id":"explicit.stat_276103140","text":"\u5bf9\u611f\u7535\u76ee\u6807\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_693959086","text":"\u653b\u51fb\u6280\u80fd\u7684\u6301\u7eed\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_3230795453","text":"\u4f7f\u7528\u65f6\u83b7\u5f97 # \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3901992019","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u672f\u82f1\u59ff\u3011","type":"explicit"},{"id":"explicit.stat_3351136461","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7d2f\u7d2f\u4f24\u75d5\u3011","type":"explicit"},{"id":"explicit.stat_899293871","text":"\u66b4\u51fb\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u5949\u732e\u3011","type":"explicit"},{"id":"explicit.stat_803730540","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u51bb\u7ed3\u3001\u51bb\u7f13\u3001\u8bc5\u5492\u548c\u6655\u7729","type":"explicit"},{"id":"explicit.stat_2196695640","text":"\u6bcf 200 \u70b9\u547d\u4e2d\u503c\u53ef\u4f7f\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3024242403","text":"\u82e5\u667a\u6167\u9ad8\u4e8e\u529b\u91cf\uff0c\u5219\u65e0\u6cd5\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1740200922","text":"\u751f\u6548\u671f\u95f4\uff0c\u627e\u5230\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_215754572","text":"\u751f\u6548\u671f\u95f4\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3251705960","text":"\u751f\u6548\u671f\u95f4\uff0c\u627e\u5230\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3257279374","text":"\u5bf9\u6df1\u6e0a\u602a\u7269\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1612414696","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8fd8\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_3660039923","text":"\u88ab\u70b9\u71c3\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3285748758","text":"\u71c3\u70e7\u4f24\u5bb3\u5728\u4f60\u8fd1\u671f\u5185\u6bcf\u6b21\u4f7f\u975e\u611f\u7535\u654c\u4eba\u9677\u5165\u611f\u7535\u65f6\u63d0\u9ad8 #%\uff0c\u6700\u591a 120%","type":"explicit"},{"id":"explicit.stat_3121133045","text":"\u4f60\u7684\u95ea\u7535\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3467711950","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u80bf\u80c0\u7075\u67a2\u3011","type":"explicit"},{"id":"explicit.stat_2319448214","text":"\u7600\u8840\u722a\u5370","type":"explicit"},{"id":"explicit.stat_4212372504","text":"\u4e0d\u53d7\u65f6\u7a7a\u9501\u94fe\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1582068183","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2198697797","text":"\u751f\u6548\u671f\u95f4\u4e0d\u80fd\u83b7\u5f97\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2836980154","text":"\u4f60\u65e0\u6cd5\u62e5\u6709\u975e\u5e7d\u9b42\u53ec\u5524\u751f\u7269","type":"explicit"},{"id":"explicit.stat_1683578560","text":"\u70c8\u58eb\u610f\u5fd7","type":"explicit"},{"id":"explicit.stat_854030602","text":"\u8303\u56f4\u5185\u7684\u8fd1\u6218\u548c\u8fd1\u6218\u6b66\u5668\u52a0\u6210\u8f6c\u6362\u6210\u5f13\u7c7b\u6b66\u5668\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2154290807","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2631806437","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6dec\u706b\u7bad\u5934\u3011","type":"explicit"},{"id":"explicit.stat_2096159630","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_601249293","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_902947445","text":"\u82e5\u751f\u6548\u671f\u95f4\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\uff0c\u5219\u963b\u7075\u672f\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_2697049014","text":"\u4f7f\u7528\u65f6\u83b7\u5f97 # \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2962840349","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6cd5\u672f\u56fe\u817e \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1982436039","text":"\u5de1\u903b\u961f\u88ab\u7cbe\u82f1\u5de1\u903b\u961f\u53d6\u4ee3\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3967845372","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8106\u5f31\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_315697256","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u788e\u9885\u6597\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_4222265138","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u72ec\u65ad\u5ba3\u8a00\u3011","type":"explicit"},{"id":"explicit.stat_2314111938","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u79d8\u6cd5\u7ed3\u754c\u3011","type":"explicit"},{"id":"explicit.stat_2449392400","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df7\u6c8c\u964d\u751f\u3011","type":"explicit"},{"id":"explicit.stat_792262925","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u72c2\u4e71\u4e4b\u76f8","type":"explicit"},{"id":"explicit.stat_2648570028","text":"\u5148\u7956\u9b42\u7ea6","type":"explicit"},{"id":"explicit.stat_4067144129","text":"\u751f\u6548\u671f\u95f4\uff0c\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2093523445","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3410752193","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u597d\u6574\u4ee5\u6687\u3011","type":"explicit"},{"id":"explicit.stat_2771217016","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6050\u60e7\u4e4b\u4e3b\u3011","type":"explicit"},{"id":"explicit.stat_2244243943","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5343\u65a4\u5760\u3011","type":"explicit"},{"id":"explicit.stat_3984980429","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8ffd\u968f\u3011","type":"explicit"},{"id":"explicit.stat_1217730254","text":"\u4f60\u6bcf\u4f7f\u654c\u4eba\u53d7\u5230\u4e00\u79cd\u5f02\u5e38\u72b6\u6001\uff0c\u5b83\u4eec\u53d7\u5230\u7684\u4f24\u5bb3\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1840985759","text":"\u653b\u51fb\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2745936267","text":"\u751f\u6548\u671f\u95f4\uff0c\u80fd\u89c1\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_367638058","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e0d\u52a8\u4e13\u6ce8\u3011","type":"explicit"},{"id":"explicit.stat_662691280","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1376530950","text":"\u589e\u52a0\u3010\u7a7a\u660e\u4e4b\u638c\u3011","type":"explicit"},{"id":"explicit.stat_1277035917","text":"\u751f\u547d\u5077\u53d6\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u7ffb\u500d","type":"explicit"},{"id":"explicit.stat_1782176131","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2350900742","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5b8f\u4f1f\u8ba1\u5212\u3011","type":"explicit"},{"id":"explicit.stat_2771016039","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u6295\u5c04\u7269\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2424133568","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3247931236","text":"\u751f\u6548\u671f\u95f4\uff0c\u6bcf\u51fb\u8d25\u4e00\u4e2a\u654c\u4eba\u56de\u590d #% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_676883595","text":"\u82e5\u529b\u91cf\u9ad8\u4e8e\u654f\u6377\uff0c\u5219\u65e0\u6cd5\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_4056985119","text":"\u6bcf # \u70b9\u529b\u91cf\u53ef\u4f7f\u9b54\u536b\u7684\u53ec\u5524\u4e0a\u9650 +1","type":"explicit"},{"id":"explicit.stat_3206381437","text":"\u5e26\u7729\u6655\u6548\u679c\u7684\u8fd1\u6218\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1181129483","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3736953565","text":"\u751f\u6548\u671f\u95f4\uff0c\u627e\u5230\u7684\u7269\u54c1\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1865428306","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_214001793","text":"\u53cc\u6301\u65f6\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3990082744","text":"\u83b7\u5f97\u7b49\u4e8e\u4f60\u6df7\u6c8c\u6297\u6027\u4e00\u534a\u7684\u989d\u5916\u5143\u7d20\u4f24\u5bb3\u51cf\u514d\u3002","type":"explicit"},{"id":"explicit.stat_4293455942","text":"\u654c\u4eba\u65e0\u6cd5\u5077\u53d6\u4f60\u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2458962764","text":"#% \u7684\u6700\u5927\u751f\u547d\u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3904970959","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65e0\u5c3d\u6740\u622e\u3011","type":"explicit"},{"id":"explicit.stat_2913581789","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7cbe\u786e\u4e13\u6ce8\u3011","type":"explicit"},{"id":"explicit.stat_3832665876","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u82e6\u75db\u6c38\u5b58\u3011","type":"explicit"},{"id":"explicit.stat_1948962470","text":"\u533a\u57df\u4e2d\u51fa\u73b0\u5949\u732e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_3850409117","text":"\u732b\u4e4b\u52bf\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_774369953","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9632\u62a4\u6bd2\u7d20\u3011","type":"explicit"},{"id":"explicit.stat_2238019079","text":"\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1903496649","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4f18\u96c5\u5904\u5211\u3011","type":"explicit"},{"id":"explicit.stat_1104246401","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u540c\u65f6\u6d88\u8017\u751f\u547d\u5e76\u4fdd\u7559\u751f\u547d\u800c\u975e\u6d88\u8017\u548c\u4fdd\u7559\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_953449033","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u9b54\u529b\u56de\u590d\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3881126302","text":"\u82e5\u654f\u6377\u9ad8\u4e8e\u667a\u6167\uff0c\u5219\u65e0\u6cd5\u88ab\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_1015189426","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b66\u827a\u4e13\u7cbe\u3011","type":"explicit"},{"id":"explicit.stat_3539175001","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u54c1\u5473\u7247\u523b\u3011","type":"explicit"},{"id":"explicit.stat_2325632050","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u66b4\u51fb\u65f6\u65bd\u653e \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2144634814","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6c38\u6052\u82e6\u96be\u3011","type":"explicit"},{"id":"explicit.stat_2402136583","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u95ea\u7535\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2221570601","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_4053097676","text":"\u6bcf\u4e2a\u5f71\u54cd\u4f60\u7684\u3010\u6df1\u6e0a\u73e0\u5b9d\u3011\u53ef\u4f7f\u6700\u5927\u7cbe\u795e\u7403\u6570\u91cf +#","type":"explicit"},{"id":"explicit.stat_3603695769","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6298\u56de\u51b2\u523a\u3011","type":"explicit"},{"id":"explicit.stat_251342217","text":"\u751f\u6548\u671f\u95f4\uff0c\u8fd1\u6218\u653b\u51fb\u6dfb\u52a0\u51fb\u9000","type":"explicit"},{"id":"explicit.stat_67132951","text":"\u4f60\u6d41\u8840\u65f6\u4e5f\u4f1a\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_664010431","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9632\u5fa1\u8001\u624b\u3011","type":"explicit"},{"id":"explicit.stat_1244360317","text":"\u6301\u76fe\u724c\u65f6\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_156080652","text":"1 \u4e2a\u6dfb\u52a0\u7684\u88ab\u52a8\u5929\u8d4b\u4e3a\u90aa\u6076\u4e4b\u773c","type":"explicit"},{"id":"explicit.stat_3741956733","text":"\u5728\u4efb\u4f55\u6ee1\u6ea2\u5723\u676f\u836f\u5242\u751f\u6548\u671f\u95f4\u4e0d\u83b7\u5f97\u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_3352373076","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_129035625","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_775689239","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u53d7\u798f\u3011","type":"explicit"},{"id":"explicit.stat_1462135249","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u706b\u7130\u4e4b\u4e3b\u3011","type":"explicit"},{"id":"explicit.stat_2870108850","text":"\u51fb\u4e2d\u70b9\u71c3\u654c\u4eba\u65f6\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_510654792","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e07\u7269\u6ecb\u751f\u3011","type":"explicit"},{"id":"explicit.stat_2905515354","text":"\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 #% \u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1704905020","text":"\u5728\u5949\u732e\u5730\u9762\u4e0a\u65f6\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3950683692","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u7535\u9707\u59ff\u6001","type":"explicit"},{"id":"explicit.stat_935326447","text":"\u6d41\u8840\u72b6\u6001\u4e0b\u79fb\u52a8\u4e0d\u518d\u627f\u53d7\u989d\u5916\u7684\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1974445926","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2971900104","text":"\u5f53\u4f60\u7684\u6012\u706b\u81f3\u5c11\u6709 25 \u70b9\u65f6\uff0c\u514d\u75ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_3177526694","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u95e8\u5f92\u3011","type":"explicit"},{"id":"explicit.stat_35476451","text":"\u4f60\u6700\u4f4e\u7684\u5c5e\u6027\u6bcf\u6709 5 \u70b9\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2347201221","text":"\u751f\u6548\u671f\u95f4\uff0c\u6bcf\u51fb\u8d25\u4e00\u4e2a\u654c\u4eba\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2773515950","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u8863\u65e0\u7f1d\u3011","type":"explicit"},{"id":"explicit.stat_1261982764","text":"\u751f\u547d\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2957407601","text":"\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3881737087","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u7981\u6b32\u4e4b\u76f8","type":"explicit"},{"id":"explicit.stat_1263342750","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_625682777","text":"\u751f\u6548\u671f\u95f4\uff0c\u53d7\u5230\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_755881431","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df1\u51ac\u6f5c\u8005\u3011","type":"explicit"},{"id":"explicit.stat_3758712376","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u547c\u98ce\u5524\u96ea\u3011","type":"explicit"},{"id":"explicit.stat_2605119037","text":"\u8303\u56f4\u5185\u80fd\u91cf\u62a4\u76fe\u7684\u589e\u51cf\u8f6c\u6362\u6210 200% \u7684\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_3195300715","text":"\u53ec\u5524\u751f\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"explicit"},{"id":"explicit.stat_3591397930","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u51fb\u9000\u4e00\u7247\u533a\u57df\u5185\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1243237244","text":"\u53cd\u5c04 # - # \u95ea\u7535\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_1053326368","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_3274973940","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u795e\u5723\u795d\u798f\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3212481075","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2763429652","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_3122505794","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u97f5\u5f8b\u6218\u6cd5\u3011","type":"explicit"},{"id":"explicit.stat_311641062","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u6b21\u6570","type":"explicit"},{"id":"explicit.stat_19803471","text":"+#% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_3838369929","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u51bb\u7ed3\u548c\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_1910361436","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3865999868","text":"\u5728\u5949\u732e\u5730\u9762\u4e0a\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_264042266","text":"\u53ec\u5524\u751f\u7269 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_187418672","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1787073323","text":"\u6280\u80fd\u53ef\u4ee5\u8fde\u9501\u5f39\u5c04 +# \u6b21","type":"explicit"},{"id":"explicit.stat_498214257","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403\u3001\u72c2\u6012\u7403\u6216\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_555800967","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u730e\u72ac\u9762\u5177","type":"explicit"},{"id":"explicit.stat_1912660783","text":"\u80fd\u91cf\u62a4\u76fe\u5728\u4efb\u610f\u836f\u5242\u751f\u6548\u671f\u95f4\u5145\u80fd\u65f6\u95f4\u5ef6\u540e #%","type":"explicit"},{"id":"explicit.stat_4126210832","text":"\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f","type":"explicit"},{"id":"explicit.stat_3523867985","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"explicit"},{"id":"explicit.stat_2661163721","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2454339320","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7981\u65ad\u4e4b\u8a00\u3011","type":"explicit"},{"id":"explicit.stat_3771273420","text":"\u5c06\u8303\u56f4\u5185\u5929\u8d4b\u6240\u7ed9\u4e88\u7684\u529b\u91cf\u8f6c\u6362\u6210\u667a\u6167","type":"explicit"},{"id":"explicit.stat_1150042970","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1499057234","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6218\u573a\u4e3b\u5bb0\u3011","type":"explicit"},{"id":"explicit.stat_1390285657","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6295\u5c04\u7269\u51cf\u901f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2261237498","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u63a2\u7d22\u7b26\u6587\u3011","type":"explicit"},{"id":"explicit.stat_2675641469","text":"\u53d7\u5230\u3010\u7070\u70ec\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c+#% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3110907148","text":"\u8fd1\u671f\u5185\u4f60\u7684\u53ec\u5524\u751f\u7269\u82e5\u88ab\u51fb\u8d25\uff0c\u5219\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1645459191","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u51b0\u971c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1217476473","text":"\u751f\u6548\u671f\u95f4\uff0c\u6bcf\u51fb\u8d25\u4e00\u4e2a\u654c\u4eba\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_723832351","text":"#% \u7684\u51b0\u971c\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3274270612","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4f20\u4ee4\u8005\u3011","type":"explicit"},{"id":"explicit.stat_1625939562","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u9063\u536b\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_1195353227","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_920385757","text":"\u82e5\u4f60\u6709 3 \u4e2a\u8d77\u6e90\u5929\u8d4b\u73e0\u5b9d\uff0c\u53ec\u5524\u9b54\u50cf\u7684\u6570\u91cf +#","type":"explicit"},{"id":"explicit.stat_2137878565","text":"\u51fb\u4e2d\u4f24\u5bb3\u5bf9\u7a00\u6709\u602a\u7269\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_658443507","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\u514d\u75ab\u70b9\u71c3\\n\u4f7f\u7528\u65f6\u79fb\u9664\u71c3\u70e7\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1482572705","text":"\u63d2\u69fd\u5185\u7684\u3010\u6df1\u6e0a\u73e0\u5b9d\u3011\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3051845758","text":"\u63d2\u4e0a 1 \u4e2a\u7ea2\u8272\u6280\u80fd\u77f3\u65f6\u83b7\u5f97 +#% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2653955271","text":"\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_4078194486","text":"\u6548\u679c\u7ed3\u675f\u65f6\uff0c\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1457911472","text":"\u4f7f\u7528\u65f6\u6709 #% \u7684\u51e0\u7387\u8bc5\u5492\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3337579297","text":"\u602a\u7269\u51fb\u4e2d\u59cb\u7ec8\u4e3a\u66b4\u51fb","type":"explicit"},{"id":"explicit.stat_2301191210","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_462115791","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5fb7\u745e\u7684\u6028\u6068","type":"explicit"},{"id":"explicit.stat_818778753","text":"\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1086057912","text":"\u53ec\u5524\u751f\u7269\u5bf9\u6df1\u6e0a\u654c\u4eba\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3992439283","text":"\u82e5\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\uff0c\u5219 +#% \u57fa\u7840\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2847548062","text":"\u9b54\u529b\u518d\u751f\u7387\u968f\u6bcf\u4e2a\u66b4\u51fb\u7403\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2043503530","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u672f\u70df\u82b1\u3011","type":"explicit"},{"id":"explicit.stat_2056575682","text":"+# \u53ec\u5524\u5723\u7269\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3812107348","text":"\u4f4e\u8840\u65f6\u7acb\u5373\u56de\u590d","type":"explicit"},{"id":"explicit.stat_411460446","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2687017988","text":"\u53d7\u5230\u3010\u95ea\u7535\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c+#% \u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2434293916","text":"\u4f7f\u7528\u836f\u5242\u65f6\u4ea7\u751f\u4e00\u53ea\u654c\u5bf9\u7684\u8815\u866b\\n\u8815\u866b\u5728\u88ab\u51fb\u4e2d\u65f6\u6467\u6bc1","type":"explicit"},{"id":"explicit.stat_3636096208","text":"\u751f\u6548\u671f\u95f4\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2978494217","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6280\u5982\u957f\u8679\u3011","type":"explicit"},{"id":"explicit.stat_4031081471","text":"\u51fb\u8d25\u654c\u4eba\u540e # \u79d2\u5185\u6301\u7eed\u627f\u53d7 # \u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2237528173","text":"\u5c06\u8303\u56f4\u5185\u5929\u8d4b\u6240\u7ed9\u4e88\u7684\u529b\u91cf\u8f6c\u6362\u6210\u654f\u6377","type":"explicit"},{"id":"explicit.stat_298173317","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1424794574","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u53d7\u798f\u91cd\u751f\u3011","type":"explicit"},{"id":"explicit.stat_3610263531","text":"\u4e13\u6ce8\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_289814996","text":"\u63d2\u4e0a 1 \u4e2a\u84dd\u8272\u6280\u80fd\u77f3\u65f6\u83b7\u5f97 +#% \u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1493590317","text":"\u4f60\u5728\u62a4\u4f53\u72b6\u6001\u4e0b\u83b7\u5f97\u731b\u653b\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3700381193","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1263962567","text":"\u8fd9\u4e9b\u533a\u57df\u6709\u88c2\u9699\\n\u8fd9\u4e9b\u533a\u57df\u5305\u542b\u989d\u5916\u7684\u88c2\u9699\u5de8\u624b\\n\u88c2\u9699\u9996\u9886\u53ef\u80fd\u4f1a\u6389\u843d\u88c2\u9699\u77f3","type":"explicit"},{"id":"explicit.stat_3716758077","text":"\u53d7\u5230\u3010\u7070\u70ec\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u6700\u5927\u706b\u7130\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_348883745","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u4e4b\u8bf1\u3011","type":"explicit"},{"id":"explicit.stat_1285587221","text":"\u5c06\u8303\u56f4\u5185\u5929\u8d4b\u6240\u7ed9\u4e88\u7684\u667a\u6167\u8f6c\u6362\u6210\u529b\u91cf","type":"explicit"},{"id":"explicit.stat_1534390486","text":"\u65e0\u6cd5\u95ea\u907f\u602a\u7269\u7684\u51fb\u4e2d","type":"explicit"},{"id":"explicit.stat_652638686","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4f7f\u73a9\u5bb6\u7684\u6297\u6027\u4e0a\u9650 +#%","type":"explicit"},{"id":"explicit.stat_578355556","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8b66\u6212\u4e4b\u53f7\u3011","type":"explicit"},{"id":"explicit.stat_4154709486","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7a77\u5175\u9ee9\u6b66\u3011","type":"explicit"},{"id":"explicit.stat_1122051203","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u4e4b\u624b\u3011","type":"explicit"},{"id":"explicit.stat_1741279188","text":"\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u975e\u6df7\u6c8c\u4f24\u5bb3\u7684 25%","type":"explicit"},{"id":"explicit.stat_2865989731","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e # \u70b9\u667a\u6167\uff0c\u6700\u5927\u751f\u547d\u63d0\u9ad8 1 \u70b9","type":"explicit"},{"id":"explicit.stat_1802660259","text":"\u4f60\u4e2d\u6bd2\u65f6\u4e5f\u4f1a\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2913235441","text":"\u5f53\u4f60\u51fb\u8d25\u7a00\u6709\u602a\u7269\u65f6\uff0c\u4f1a\u83b7\u5f97\u8be5\u602a\u7269\u5c5e\u6027\u4fee\u6b63 60 \u79d2","type":"explicit"},{"id":"explicit.stat_1507409483","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7eaf\u7cb9\u82e6\u75db\u3011","type":"explicit"},{"id":"explicit.stat_3957006524","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u591a\u5f69\u4e4b\u8272\u3011","type":"explicit"},{"id":"explicit.stat_2590715472","text":"\u4f7f\u7528\u4f4d\u79fb\u6280\u80fd\u65f6\uff0c\u627f\u53d7 # \u989d\u5916\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3146788701","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1661253443","text":"\u975e\u74e6\u5c14\u6253\u51fb\u6280\u80fd\u4ee5\u5468\u56f4\u989d\u5916 # \u540d\u654c\u4eba\u4e3a\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_1108755349","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_821241191","text":"\u836f\u5242\u7ed9\u4e88\u7684\u751f\u547d\u6062\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3262895685","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u53d7\u6377\u5f71\u54cd\u65f6\uff0c\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3667965781","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u4eba\u5316\u751f\u3011","type":"explicit"},{"id":"explicit.stat_3783555531","text":"\u602a\u7269\u7684\u6240\u6709\u5143\u7d20\u6297\u6027\u4e0a\u9650\u63d0\u9ad8 +#%","type":"explicit"},{"id":"explicit.stat_4260403588","text":"\u6bcf # \u5c42\u66b4\u8d70\u80fd\u91cf\u589e\u52a0 1% \u7269\u54c1\u7a00\u6709\u5ea6","type":"explicit"},{"id":"explicit.stat_241783558","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u706b\u7130\u7f20\u8eab\u3011","type":"explicit"},{"id":"explicit.stat_1325047894","text":"\u6bcf\u6709\u4e00\u4e2a\u66b4\u51fb\u7403\uff0c\u4f60\u53d7\u5230\u4f24\u5bb3\u7684 #% \u7531\u9b54\u529b\u5148\u627f\u62c5","type":"explicit"},{"id":"explicit.stat_570644802","text":"\u51fb\u8d25\u654c\u4eba\u540e\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u7cbe\u795e\u7403","type":"explicit"},{"id":"explicit.stat_1357244124","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u53cd\u5c04\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3492924480","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u68f1\u5149\u4e4b\u58f3\u3011","type":"explicit"},{"id":"explicit.stat_3895393544","text":"\u4f7f\u7528\u65f6\u79fb\u9664\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_3998316","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u4e4b\u529b\u3011","type":"explicit"},{"id":"explicit.stat_3489372920","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u8fdb\u5165\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3839688967","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u95ea\u7535\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_36406748","text":"\u73a9\u5bb6\u65e0\u6cd5\u83b7\u5f97\u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_493812998","text":"\u6240\u6709\u667a\u6167\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2740359895","text":"\u4f60\u53ea\u80fd\u51fb\u8d25\u88ab\u51b0\u51bb\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_135378852","text":"\u63d2\u69fd\u5185\u7684\u6cd5\u672f\u83b7\u5f97 +#% \u57fa\u7840\u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_2055715585","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65f1\u9b43\u3011","type":"explicit"},{"id":"explicit.stat_2461965653","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3103494675","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u51b0\u971c\u5c04\u51fb\u3011\u4f1a\u989d\u5916\u7a7f\u900f 1 \u4e2a\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_1357409216","text":"\u6bcf\u7b2c\u4e94\u6b21\u65bd\u653e\u6cd5\u672f\u4f7f\u4f60\u83b7\u5f97\\n\u7b49\u540c\u4e8e\u5176\u9884\u652f\u82b1\u8d39\u7684\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3350228283","text":"\u88ab\u4f60\u7684\u51fb\u4e2d\u6240\u51fb\u8d25\u7684\u4e2d\u6bd2\u654c\u4eba\u4f1a\u7834\u788e","type":"explicit"},{"id":"explicit.stat_552705983","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 1 \u70b9\u529b\u91cf\uff0c\u4fbf\u83b7\u5f97 # \u70b9\u529b\u91cf","type":"explicit"},{"id":"explicit.stat_1482608021","text":"\u79fb\u9664\u6240\u6709\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2802263253","text":"\u5f53\u529b\u91cf\u8d85\u8fc7 1000 \u65f6\uff0c\u9b54\u536b\u590d\u82cf\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u7ed9\u4f60\u7684\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3078065247","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u975e\u51e1\u624d\u80fd\u3011","type":"explicit"},{"id":"explicit.stat_982290947","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7075\u6d3b\u54e8\u5175\u3011","type":"explicit"},{"id":"explicit.stat_3914740665","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u9e1f\u4e4b\u52bf\u3011","type":"explicit"},{"id":"explicit.stat_3746703776","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u62a4\u4f51\u3011","type":"explicit"},{"id":"explicit.stat_3875792669","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7194\u5ca9\u8005\u5370\u8bb0\u3011","type":"explicit"},{"id":"explicit.stat_1218105068","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5077\u53d6\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3417711605","text":"\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3319205340","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6fc0\u8361\u72c2\u7075\u3011","type":"explicit"},{"id":"explicit.stat_632761194","text":"\u72c2\u70ed\u8a93\u8a00","type":"explicit"},{"id":"explicit.stat_1592029809","text":"\u975e\u66b4\u51fb\u65f6\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1028754276","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u50f5\u5316\u7075\u836f\u3011","type":"explicit"},{"id":"explicit.stat_2108380422","text":"\u672a\u4fdd\u7559\u7684\u751f\u547d\u5168\u6ee1\u65f6\u4e0d\u4f1a\u79fb\u9664\u751f\u547d\u5077\u53d6\u6548\u679c","type":"explicit"},{"id":"explicit.stat_305634887","text":"\u5f53\u7cbe\u795e\u7403\u5931\u6548\u6216\u88ab\u6d88\u8017\u65f6\uff0c\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1438488526","text":"\u4f60\u6bcf\u6709 100 \u70b9\u654f\u6377\uff0c\u5468\u56f4\u53cb\u519b\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3998191356","text":"\u4f60\u9020\u6210\u4e2d\u6bd2\u7684\u654c\u4eba\u82e5\u6ca1\u6709\u51b0\u7f13\uff0c\u5219\u53d7\u5230\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2695848124","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5fb7\u745e\u7684\u9955\u992e","type":"explicit"},{"id":"explicit.stat_1261958804","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1085359447","text":"\u751f\u6548\u671f\u95f4\uff0c\u901a\u8fc7\u5176\u4ed6\u836f\u5242\u83b7\u5f97\u7684\u5404\u79cd\u5145\u80fd\u589e\u52a0 #%","type":"explicit"},{"id":"explicit.stat_256730087","text":"\u82e5\u4f60\u6709\u81f3\u5c11 300 \u70b9\u654f\u6377\uff0c\u5219\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3384291300","text":"\u5728\u53ec\u5524\u9b54\u50cf\u540e\u7684 8 \u79d2\u5185\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1210937073","text":"\u7075\u4f53\u7684\u57fa\u7840\u6301\u7eed\u65f6\u95f4\u4e3a # \u79d2","type":"explicit"},{"id":"explicit.stat_3374054207","text":"\u53ec\u5524\u751f\u7269\u6709+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_2833226514","text":"+# \u529b\u91cf\u9700\u6c42","type":"explicit"},{"id":"explicit.stat_3101897388","text":"\u4ece\u751f\u547d\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6700\u5927\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2421446548","text":"\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.stat_3110554274","text":"\u751f\u6548\u671f\u95f4\uff0c\u6240\u6709\u5143\u7d20\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_1849042097","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u706b\u7130\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2474196346","text":"\u6cd5\u672f\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3999401129","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_541329769","text":"\u683c\u6321\u6295\u5c04\u7269\u653b\u51fb\u4f24\u5bb3\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492\uff0c\u5ffd\u7565\u8bc5\u5492\u4e0a\u9650\u3002","type":"explicit"},{"id":"explicit.stat_3479987487","text":"\u751f\u6548\u671f\u95f4\uff0c\u683c\u6321\u53ca\u6655\u7729\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3013171896","text":"\u88ab\u81f4\u76f2\u4e0d\u5f71\u54cd\u4f60\u7684\u7167\u4eae\u8303\u56f4","type":"explicit"},{"id":"explicit.stat_2731249891","text":"#% \u7684\u706b\u7130\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_553402472","text":"\u593a\u5b9d\u5192\u9669\u603b\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4149388787","text":"\u8303\u56f4\u5185\u7684\u6587\u8eab\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4054656914","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u6bd2\u5b88\u536b\u3011","type":"explicit"},{"id":"explicit.stat_2043284086","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6301\u4e45\u51b7\u9759\u3011","type":"explicit"},{"id":"explicit.stat_2102212273","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u66b4\u51fb\u7387\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2622946553","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9632\u62a4\u51bb\u7ed3\u3011","type":"explicit"},{"id":"explicit.stat_825352061","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u9668\u547d\u5149\u73af","type":"explicit"},{"id":"explicit.stat_2387747995","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u6307\u5f15\u3011","type":"explicit"},{"id":"explicit.stat_1745710984","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u7ed9\u4e88\u5468\u56f4\u654c\u4eba\u4e0d\u6d01\u4e4b\u529b","type":"explicit"},{"id":"explicit.stat_2422197812","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4291434923","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f25\u8865\u4e4b\u6e90\u3011","type":"explicit"},{"id":"explicit.stat_1570474940","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u731b\u70c8\u704c\u6ce8\u3011","type":"explicit"},{"id":"explicit.stat_816458107","text":"\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u7387\u6309\u7167\u6bcf\u4e2a\u66b4\u51fb\u7403 +#%","type":"explicit"},{"id":"explicit.stat_846491278","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7a81\u8fdb\u65f6\u523b\u3011","type":"explicit"},{"id":"explicit.stat_798767971","text":"\u4f60\u7684\u6297\u6027\u4e0a\u9650\u4e3a #%","type":"explicit"},{"id":"explicit.stat_1390113017","text":"\u5956\u52b1\u5ba4\u602a\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4103111421","text":"\u751f\u547d\u6bcf\u79d2\u56de\u590d#\uff0c\u6012\u706b\u6bcf\u79d2\u518d\u751f1\u70b9","type":"explicit"},{"id":"explicit.stat_429867172","text":"+# \u53ec\u5524\u56fe\u817e\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2739148464","text":"\u7a7f\u6234\u5bf9\u4eba\u7269\u5c5e\u6027\u65e0\u9700\u6c42","type":"explicit"},{"id":"explicit.stat_2656696317","text":"\u751f\u547d\u5728\u51bb\u7ed3\u65f6\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_2869193493","text":"\u9b54\u50cf\u5728\u53ec\u5524\u540e\u7684 8 \u79d2\u5185\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1821748178","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u72fc\u54ed\u53f7\u3011","type":"explicit"},{"id":"explicit.stat_1924591908","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u7ed9\u4e88\u5468\u56f4\u654c\u4eba\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1031644844","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u575a\u51b3\u6218\u543c\u3011","type":"explicit"},{"id":"explicit.stat_881917501","text":"\u88ab\u4f60\u7684\u51fb\u4e2d\u6240\u51fb\u8d25\u7684\u6d41\u8840\u654c\u4eba\u4f1a\u7834\u788e","type":"explicit"},{"id":"explicit.stat_2922377850","text":"\u683c\u6321\u8fd1\u6218\u653b\u51fb\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u60e9\u6212\u8bc5\u5492\uff0c\u5ffd\u7565\u8bc5\u5492\u4e0a\u9650\u3002","type":"explicit"},{"id":"explicit.stat_4097174922","text":"\u5c06\u8303\u56f4\u5185\u5929\u8d4b\u6240\u7ed9\u4e88\u7684\u654f\u6377\u8f6c\u6362\u6210\u529b\u91cf","type":"explicit"},{"id":"explicit.stat_50381303","text":"\u7eda\u4e3d\u4f17\u661f\u884c\u8d70\u7279\u6548","type":"explicit"},{"id":"explicit.stat_192842973","text":"\u6bcf 450 \u70b9\u62a4\u7532\u90fd\u4f7f\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1040189894","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2605850929","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u989d\u5916\u83b7\u5f97\u3010\u5143\u7d20\u4e4b\u76f8\u3011","type":"explicit"},{"id":"explicit.stat_1344805487","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6377\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1938661964","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u87ba\u65cb\u4e4b\u98ce\u3011","type":"explicit"},{"id":"explicit.stat_1301765461","text":"+#% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_212648555","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7edd\u7f18\u3011","type":"explicit"},{"id":"explicit.stat_398940995","text":"\u4f60\u9020\u6210\u6d41\u8840\u7684\u654c\u4eba\u82e5\u6ca1\u6709\u51b0\u7f13\uff0c\u5219\u53d7\u5230\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_3007862517","text":"\u602a\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_387596329","text":"\u732b\u4e4b\u9690\u533f\u6301\u7eed\u65f6\u95f4 +# \u79d2","type":"explicit"},{"id":"explicit.stat_3232201443","text":"\u6bcf\u79d2\u627f\u53d7\u6700\u5927\u751f\u547d #% \u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_201731102","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u95ea\u7535\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_744082851","text":"\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3231732417","text":"\u602a\u7269\u7684\u884c\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_769192511","text":"\u4f60\u5728\u5929\u8d4b\u6811\u4e0a\u8fde\u63a5\u5230\u4e00\u4e2a\u804c\u4e1a\u7684\u51fa\u53d1\u4f4d\u7f6e\u65f6\uff0c\u4f60\u83b7\u5f97\uff1a\\n\u91ce\u86ee\u4eba\uff1a\u8fd1\u6218\u6280\u80fd\u6548\u679c\u533a\u57df\u6269\u5927 #%\\n\u51b3\u6597\u8005\uff1a\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6\\n\u6e38\u4fa0\uff1a\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%\\n\u6697\u5f71\uff1a\u66b4\u51fb\u7387+#%\\n\u5973\u5deb\uff1a\u6bcf\u79d2\u518d\u751f #% \u7684\u9b54\u529b\\n\u5723\u5802\u6b66\u50e7\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027\\n\u8d35\u65cf\uff1a\u5168\u5c5e\u6027 +#","type":"explicit"},{"id":"explicit.stat_1618339429","text":"+#% \u7684\u51e0\u7387\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_4290522695","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u964d\u86ca\u3011","type":"explicit"},{"id":"explicit.stat_1212083058","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u6309\u7167\u6bcf 250 \u70b9\u603b\u5c5e\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3826977109","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u762b\u75ea \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_755922799","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2453026567","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001\uff0c\u6301\u7eed 10 \u79d2","type":"explicit"},{"id":"explicit.stat_2491363440","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_684155617","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7834\u6cd5\u3011","type":"explicit"},{"id":"explicit.stat_3220927448","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3303015","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3788706881","text":"\u6bcf 5 \u70b9\u529b\u91cf\u4f7f\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 +#","type":"explicit"},{"id":"explicit.stat_637766438","text":"\u4f60\u548c\u53cb\u519b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_728267040","text":"\u533a\u57df\u5185\u627e\u5230\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387\u5728\u6389\u843d\u65f6\u8150\u5316","type":"explicit"},{"id":"explicit.stat_2478282326","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u523b\u677f\u63f4\u519b\u3011","type":"explicit"},{"id":"explicit.stat_1599775597","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u706b\u7130\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1734275536","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e71\u4e2d\u6709\u9759\u3011","type":"explicit"},{"id":"explicit.stat_876846990","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f25\u8865\u4e4b\u5370\u3011","type":"explicit"},{"id":"explicit.stat_782259898","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2075742842","text":"\u4e0d\u9020\u6210\u975e\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2446580062","text":"\u4f60\u83b7\u5f97\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\u4e5f\u4f1a\u540c\u65f6\u83b7\u5f97\u81ea\u8eab\u6700\u5927\u6570\u91cf\u7684\u72c2\u6012\u7403\u548c\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1586440250","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3991482957","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 10 \u79d2","type":"explicit"},{"id":"explicit.stat_2912949210","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u70bc\u91d1\u672f\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_2195137717","text":"\u4f60\u4e00\u534a\u7684\u529b\u91cf\u5c5e\u6027\u5c06\u6dfb\u52a0\u81f3\u4f60\u7684\u53ec\u5524\u751f\u7269\u8eab\u4e0a","type":"explicit"},{"id":"explicit.stat_4266776872","text":"\u3010\u6597\u8f6c\u661f\u79fb\u3011","type":"explicit"},{"id":"explicit.stat_3904501306","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u76d7\u730e\u8005\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_4069440714","text":"\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2938895712","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6c64\u956c\u3011","type":"explicit"},{"id":"explicit.stat_1992516007","text":"\u5728\u4f60\u6709\u7cbe\u795e\u7403\u65f6\u4f7f\u7528\u6280\u80fd\uff0c\u89e6\u53d1 # \u7ea7\u7684\u3010\u7cbe\u795e\u51b2\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_662803072","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u83b7\u5f97\u7684\u5145\u80fd\u6570\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1162352537","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u52c7\u6bc5\u8005\u3011","type":"explicit"},{"id":"explicit.stat_2872815301","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_315150861","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u8fc7\u683c\u6321\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3442130499","text":"\u82e5\u8303\u56f4\u5185\u542b 40 \u70b9\u654f\u6377\uff0c\u3010\u51b0\u971c\u5c04\u51fb\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2834490860","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u60ca\u5bd2\u964d\u4e34\u3011","type":"explicit"},{"id":"explicit.stat_2048643052","text":"\u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u5143\u7d20\u8981\u5bb3\u8bc5\u5492\uff0c\u5ffd\u7565\u8bc5\u5492\u4e0a\u9650\u3002","type":"explicit"},{"id":"explicit.stat_2879593163","text":"\u94a2\u94c1\u547c\u5524\u53cd\u5c04\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_916797432","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7ea2\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_52953650","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5ac9\u5992\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1506185293","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u4f24\u5bb3\u7ffb\u500d","type":"explicit"},{"id":"explicit.stat_1019020209","text":"\u4f24\u5bb3\u6309\u7167\u4f60\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3257074218","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7edf\u5fa1\u4e4b\u4e3b\u3011","type":"explicit"},{"id":"explicit.stat_2020075345","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6269\u5f20\u3011","type":"explicit"},{"id":"explicit.stat_2699118751","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u5143\u7d20\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_185592058","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5927\u6f29\u6da1\u4e4b\u4e3b","type":"explicit"},{"id":"explicit.stat_1349296959","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2085855914","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2156140483","text":"\u618e\u6068\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_633943719","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5766\u7387\u3011","type":"explicit"},{"id":"explicit.stat_1984113628","text":"\u4f60\u8eab\u4e0a\u7684\u51b0\u7f13\u548c\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1694106311","text":"\u514d\u75ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_1483358825","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u94a2\u94c1\u4e4b\u5fc3\u3011","type":"explicit"},{"id":"explicit.stat_262301496","text":"\u3010\u53ec\u5524\u7075\u4f53\u3011\u7684\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3591359751","text":"\u89e3\u9664\u62a4\u7532\u548c\u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_249545292","text":"\u66b4\u51fb\u5e76\u4e0d\u5929\u7136\u5957\u7528\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_573223427","text":"\u4f60\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"explicit"},{"id":"explicit.stat_2001747092","text":"\u5bf9\u6297\u6807\u8bb0\u7684\u654c\u4eba\u65f6\uff0c\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_280213220","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1473444150","text":"\u8fbe\u5230\u62a4\u4f53\u4e0a\u9650\u65f6\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1363668533","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u808c\u8089\u4e4b\u5899\u3011","type":"explicit"},{"id":"explicit.stat_4022743870","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u80be\u4e0a\u817a\u7d20\u3011","type":"explicit"},{"id":"explicit.stat_3633399302","text":"\u88ab\u70b9\u71c3\u65f6\uff0c\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4157767905","text":"\u6bcf 200 \u547d\u4e2d\u503c\u53ef\u4f7f\u653b\u51fb\u9020\u6210\u7684\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_289714529","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4f18\u96c5\u5f62\u4f53\u3011","type":"explicit"},{"id":"explicit.stat_350069479","text":"\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_38301299","text":"\u4f4e\u8840\u65f6 +#% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1149662934","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u68f1\u5149\u4e4b\u821e\u3011","type":"explicit"},{"id":"explicit.stat_3259396413","text":"\u53d7\u5230\u3010\u95ea\u7535\u4e4b\u6377\u3011\u5f71\u54cd\u65f6\uff0c\u6700\u5927\u95ea\u7535\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_3993957711","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e0d\u7720\u54e8\u536b\u3011","type":"explicit"},{"id":"explicit.stat_3057154383","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u8d64\u8840\u533b\u5e08","type":"explicit"},{"id":"explicit.stat_4018305528","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8001\u75d5\u65b0\u4f24\u3011","type":"explicit"},{"id":"explicit.stat_2049471530","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u7763\u519b\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_1834455446","text":"\u62e5\u6709\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\u83b7\u5f97\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2481358827","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4263287206","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6495\u88c2\u3011","type":"explicit"},{"id":"explicit.stat_2518598473","text":"\u6bcf\u70b9\u71c3 1 \u4e2a\u654c\u4eba\uff0c\u5219\u53d7\u5230 # \u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2864779809","text":"\u5f53\u4f60\u603b\u8ba1\u6d88\u8017\u8d85\u8fc7 800 \u70b9\u9b54\u529b\u540e\uff0c +#% \u66b4\u51fb\u7387\uff0c\u6301\u7eed 2 \u79d2","type":"explicit"},{"id":"explicit.stat_691431951","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u975e\u51e1\u77a9\u76ee\u3011","type":"explicit"},{"id":"explicit.stat_1038955006","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5c60\u9f99\u730e\u624b\u3011","type":"explicit"},{"id":"explicit.stat_2135899247","text":"\u66b4\u51fb\u7403\u8fbe\u5230\u6700\u5927\u6570\u91cf\u65f6\uff0c\u5931\u53bb\u6240\u6709\u7684\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_107118693","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u62a4\u4f53 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2420410470","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u732e\u796d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_769783486","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4ee5\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1719423857","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u84dd\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_185598681","text":"\u5bf9\u6cd5\u672f\u4f24\u5bb3\u7684\u589e\u5e45\u4e0e\u51cf\u76ca\u4e5f\u5957\u7528\u4e8e\u653b\u51fb\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 150%","type":"explicit"},{"id":"explicit.stat_1291726336","text":"\u653b\u51fb\u51fb\u4e2d\u81f4\u76f2\u7684\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_1807705940","text":"\u6291\u5236\u6cd5\u672f\u4f24\u5bb3\u65f6\u6062\u590d#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2373999301","text":"\u4f60\u6bcf\u6709 100 \u70b9\u667a\u6167\uff0c\u5468\u56f4\u53cb\u519b\u7684\u65bd\u6cd5\u901f\u5ea6\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_146924886","text":"\u6240\u6709\u654f\u6377\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2134207902","text":"\u88ab\u51fb\u4e2d\u53d7\u5230\u95ea\u7535\u4f24\u5bb3\u65f6\u4e5f\u5957\u7528\u62a4\u7532\u503c","type":"explicit"},{"id":"explicit.stat_2783958145","text":"\u751f\u547d\u4e0a\u9650\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1345113611","text":"\u65bd\u52a0\u7684\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3872739249","text":"\u63d0\u4f9b\u53ec\u5524\u5148\u9a71\u8005\u6280\u80fd","type":"explicit","option":{"options":[{"id":1,"text":"\u79d8\u6cd5\u5148\u9a71\u8005"},{"id":2,"text":"\u65f6\u7a7a\u5148\u9a71\u8005"},{"id":3,"text":"\u4e0d\u5c48\u5148\u9a71\u8005"},{"id":4,"text":"\u5c04\u672f\u5148\u9a71\u8005"},{"id":5,"text":"\u51b0\u96f7\u5148\u9a71\u8005"},{"id":6,"text":"\u6b8b\u66b4\u5148\u9a71\u8005"},{"id":7,"text":"\u9ad8\u7b49\u79d8\u6cd5\u5148\u9a71\u8005"},{"id":8,"text":"\u9ad8\u7b49\u65f6\u7a7a\u5148\u9a71\u8005"},{"id":9,"text":"\u9ad8\u7b49\u4e0d\u5c48\u5148\u9a71\u8005"},{"id":10,"text":"\u9ad8\u7b49\u5c04\u672f\u5148\u9a71\u8005"},{"id":11,"text":"\u9ad8\u7b49\u4e0d\u5c48\u5148\u9a71\u8005"},{"id":12,"text":"\u9ad8\u7b49\u51b0\u96f7\u5148\u9a71\u8005"}]}},{"id":"explicit.stat_1747220877","text":"\u83b7\u5f97\u7684\u6b66\u5668\u548c\u76fe\u724c\u6709 #% \u7684\u51e0\u7387\u88ab\u8150\u5316\u5e76\u5177\u6709\u4e00\u4e2a\u57fa\u5e95","type":"explicit"},{"id":"explicit.stat_1936135020","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u727a\u7272\u5236\u9020\u8005\u3011","type":"explicit"},{"id":"explicit.stat_1777740627","text":"\u5931\u53bb\u7684\u751f\u547d\u88ab\u4fdd\u7559\u8d77\u6765\uff0c\\n\u76f4\u5230\u4f60\u7684\u751f\u547d\u5728 # \u79d2\u5185\u6ca1\u6709\u518d\u53d7\u5230\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3144910208","text":"\u5de1\u903b\u602a\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3233646242","text":"\u5728\u6d41\u8840\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u6d41\u8840\\n\u88ab\u8150\u5316\u4e4b\u8840\u5f71\u54cd\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u8150\u5316\u4e4b\u8840","type":"explicit"},{"id":"explicit.stat_3602667353","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u706b\u7130\u66dd\u9732","type":"explicit"},{"id":"explicit.stat_3848282610","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_581625445","text":"\u88ab\u70b9\u71c3\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2250169390","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9738\u4e3b\u3011","type":"explicit"},{"id":"explicit.stat_1484471543","text":"\u95ea\u7535\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2996445420","text":"\u66b4\u51fb\u62e5\u6709\u7ec8\u7ed3\u80fd\u529b","type":"explicit"},{"id":"explicit.stat_456502758","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8c28\u614e\u64cd\u7eb5\u3011","type":"explicit"},{"id":"explicit.stat_3560157887","text":"\u62a4\u4f53\u672c\u8eab\u5e76\u4e0d\u80fd\u964d\u4f4e\u4f60\u53d7\u5230\u7684\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2083777017","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u80fd\u91cf\u7559\u5b58\u3011","type":"explicit"},{"id":"explicit.stat_4159248054","text":"\u6218\u543c\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1298238534","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_839556554","text":"\u5956\u52b1\u5ba4\u602a\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3801128794","text":"\u6bcf 15 \u70b9\u667a\u6167\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1939175721","text":"\u4f60\u8eab\u4e0a\u7684\u795e\u9f9b\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2484082827","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u56de\u98ce\u4e4b\u5251\u3011","type":"explicit"},{"id":"explicit.stat_3702411606","text":"\u5de1\u903b\u961f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_172076472","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 1 \u70b9\u654f\u6377\uff0c\u4fbf\u83b7\u5f97 # \u70b9\u654f\u6377","type":"explicit"},{"id":"explicit.stat_3762412853","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_688802590","text":"\u4f60\u7684\u53ec\u5524\u751f\u7269\u6b7b\u4ea1\u65f6\u4ea7\u751f\u8150\u8680\u5730\u9762\uff0c\u6bcf\u79d2\u9020\u6210\u7b49\u540c\u5b83\u4eec #% \u6700\u5927\u751f\u547d\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3549734978","text":"\u5468\u56f4\u654c\u4eba\u7684\u95ea\u7535\u6297\u6027\u7b49\u540c\u4e8e\u4f60","type":"explicit"},{"id":"explicit.stat_2067717830","text":"\u94a2\u94c1\u547c\u5524\u53cd\u5c04\u4f24\u5bb3\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2068574831","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u540d\u662d\u8457\u3011","type":"explicit"},{"id":"explicit.stat_405941409","text":"\u751f\u547d\u6309\u7167\u6bcf\u4ef6\u5df2\u88c5\u5907\u7684\u672a\u8150\u5316\u7269\u54c1\u6bcf\u79d2\u518d\u751f # \u70b9","type":"explicit"},{"id":"explicit.stat_2604619892","text":"\u654c\u4eba\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3511523149","text":"\u6ea2\u51fa\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2569717992","text":"\u5b88\u536b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2762046953","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387","type":"explicit"},{"id":"explicit.stat_3134222965","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51f6\u9a87\u6b66\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_3112863846","text":"\u4f60\u53ef\u4ee5\u53d7\u5230\u4e00\u4e2a\u989d\u5916\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_1453197917","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3734640451","text":"\u5bf9\u51b0\u7f13\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_56720831","text":"\u589e\u52a0\u3010\u82e6\u96be\u79d8\u8f9b\u3011","type":"explicit"},{"id":"explicit.stat_2264655303","text":"\u836f\u5242\u56de\u590d\u7684 #% \u751f\u547d\u6539\u4e3a\u7ed9\u5468\u56f4\u53cb\u519b\u56de\u590d","type":"explicit"},{"id":"explicit.stat_3504652942","text":"\u6bcf\u4e2a\u72c2\u6012\u7403 +#% \u4e2d\u6bd2\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1002855537","text":"\u63d2\u69fd\u5185\u7684\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684 \u731b\u6bd2 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_109671187","text":"\u94a2\u94c1\u547c\u5524\u4f7f\u7528\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3785942492","text":"\u83b7\u5f97\u7684\u6b66\u5668\u548c\u76fe\u724c\u6709 #% \u7684\u51e0\u7387\u5177\u6709\u6700\u5927\u6570\u91cf\u7684\u63d2\u69fd","type":"explicit"},{"id":"explicit.stat_2779247747","text":"\u7a00\u6709\u548c\u4f20\u5947\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u7194\u5ca9\u77ff\u6750","type":"explicit"},{"id":"explicit.stat_1173558568","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u653b\u51fb\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2518308945","text":"\u8fd9\u4e9b\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916\u7684\u88c2\u9699\\n\u88c2\u9699\u6253\u5f00\u548c\u5173\u95ed\u7684\u901f\u5ea6\u66f4\u5feb","type":"explicit"},{"id":"explicit.stat_1358422215","text":"\u53d6\u62a4\u7532\u548c\u95ea\u907f\u503c\u4e4b\u95f4\u7684\u8f83\u4f4e\u8005\uff0c\u6bcf 200 \u70b9\u53ef\u4f7f\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 1%","type":"explicit"},{"id":"explicit.stat_1365052901","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3999959974","text":"\u95ea\u7535\u6297\u6027\u4e0d\u5bf9\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u751f\u6548","type":"explicit"},{"id":"explicit.stat_235105674","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u529b\u91cf\uff0c\u5219\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2396755365","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8840\u8089\u76db\u5bb4\u3011","type":"explicit"},{"id":"explicit.stat_4212255859","text":"\u65e0\u6cd5\u88ab\u51fb\u9000","type":"explicit"},{"id":"explicit.stat_4189061307","text":"\u5370\u8bb0\u6280\u80fd\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_209387074","text":"\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u4f1a\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1757945818","text":"\u53cd\u5c04 # \u706b\u7130\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_3844016207","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 1 \u7ea7\u7684\u3010\u53ec\u5524\u6bd2\u86db\u3011","type":"explicit"},{"id":"explicit.stat_684087686","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fc3\u610f\u5df2\u51b3\u3011","type":"explicit"},{"id":"explicit.stat_3470876581","text":"\u4f4e\u8840\u65f6\u95ea\u907f\u503c\u63d0\u9ad8 +#","type":"explicit"},{"id":"explicit.stat_1435748744","text":"\u8bc5\u5492\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2735889191","text":"\u66b4\u51fb\u65f6\u5931\u53bb\u6240\u6709\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2366940416","text":"\u4f4e\u8840\u65f6 +#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_4091369450","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4280114386","text":"\u83b7\u5f97\u7684\u6b66\u5668\u548c\u76fe\u724c\u6709 #% \u7684\u51e0\u7387\u4e3a\u5206\u88c2","type":"explicit"},{"id":"explicit.stat_183591019","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u75ab\u75c5\u5f25\u6f2b\u3011","type":"explicit"},{"id":"explicit.stat_1715495976","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u4e0b\u9650\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_97064873","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u9020\u6210\u51bb\u7ed3\u3001\u611f\u7535\u548c\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_2592686757","text":"\u751f\u547d\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_635485889","text":"\u6280\u80fd\u7684\u751f\u547d\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1819086604","text":"\u83b7\u5f97\u3010\u7075\u5de7\u3011\u6709 #% \u7684\u51e0\u7387\u5931\u53bb\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3036422124","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u751f\u6210\u8d85\u8d8a\u4f20\u9001\u95e8\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4270096386","text":"\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3251211004","text":"\u5f53\u4f60\u6218\u8d25\u540e\uff0c\u7f81\u7eca\u76ee\u6807\u5728 # \u79d2\u5185\u4e0d\u4f1a\u6218\u8d25","type":"explicit"},{"id":"explicit.stat_3271016161","text":"\u82e5\u8fd1\u671f\u4f60\u83b7\u5f97\u8fc7\u3010\u66b4\u8d70\u3011\uff0c\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97 1 \u4e2a\u989d\u5916\u7684\u74e6\u5c14\u4e4b\u7075","type":"explicit"},{"id":"explicit.stat_3500334379","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7f13\u6162\u6298\u78e8\u3011","type":"explicit"},{"id":"explicit.stat_3848677307","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9ad8\u7a7a\u94a2\u4e1d\u3011","type":"explicit"},{"id":"explicit.stat_2630708439","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u51b0\u971c\u66dd\u9732","type":"explicit"},{"id":"explicit.stat_2918755450","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u717d\u98ce\u70b9\u706b\u3011","type":"explicit"},{"id":"explicit.stat_1827657795","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u5728\u4efb\u610f\u836f\u5242\u751f\u6548\u671f\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1723061251","text":"\u56fe\u817e\u88ab\u51fb\u4e2d\u65f6\u5bf9\u5468\u56f4\u654c\u4eba\u53cd\u5c04\u706b\u7130\u4f24\u5bb3\uff0c\u7b49\u540c\u5b83\u4eec #% \u7684\u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_1144937587","text":"\u88c5\u5907\u5934\u76d4\u7684\u6bcf 1 \u70b9\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u4f7f\u95ea\u907f\u503c\u63d0\u9ad8 +#","type":"explicit"},{"id":"explicit.stat_721014846","text":"\u4f60\u65e0\u6cd5\u88ab\u7f13\u901f","type":"explicit"},{"id":"explicit.stat_1106668565","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684 \u95ea\u7535\u652f\u914d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4197676934","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u51e0\u7387\u6d41\u8840 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2511280084","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\u5219\u3010\u865a\u7a7a\u5315\u9996\u3011\u5c06\u4ee5\u73af\u72b6\u53d1\u5c04\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_810219447","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5373\u5174\u6f14\u51fa\u3011","type":"explicit"},{"id":"explicit.stat_4102393882","text":"\u5077\u53d6\u80fd\u91cf\u62a4\u76fe\u65f6\u4e0d\u53d7\u611f\u7535\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_713280739","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_97250660","text":"\u5904\u4e8e\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\u65f6\uff0c\u6295\u5c04\u7269\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_3753748365","text":"\u4f4e\u8840\u65f6\uff0c\u654c\u4eba\u51fb\u4e2d\u4f60\u7684\u4f24\u5bb3\u4f1a\u7279\u522b\u4e0d\u5e78","type":"explicit"},{"id":"explicit.stat_2458598175","text":"\u4f60\u65bd\u52a0\u7684\u81f4\u76f2\u88ab\u53cd\u5c04","type":"explicit"},{"id":"explicit.stat_3684879618","text":"\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2383914651","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5014\u5f3a\u5b66\u5f92\u3011","type":"explicit"},{"id":"explicit.stat_3083201633","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f7f\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3029185248","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u4e0a\u9650\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3457100218","text":"\u4f7f\u7528\u65f6\uff0c\u6bcf\u4e2a\u72c2\u6012\u7403\u90fd\u7ed9\u4e88 # \u79d2\u731b\u653b\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3998967779","text":"\u53ec\u5524\u751f\u7269\u6709#%\u7684\u51e0\u7387\u9020\u6210\u653b\u51fb\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_4045269075","text":"\u5f53\u4f60\u70b9\u71c3 1 \u4e2a\u654c\u4eba\u65f6\uff0c\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1170174456","text":"\u8010\u529b\u7403\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_4252342397","text":"\u8fd9\u4e9b\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916\u7684\u795e\u6bbf\\n\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u6709\u4e07\u795e\u6bbf\u602a\u7269\u5b88\u536b\u7684\u795e\u6bbf","type":"explicit"},{"id":"explicit.stat_1970781345","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2501237765","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u591a\u91cd\u6253\u51fb \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_738821856","text":"\u5f53\u4f60\u56e0\u7f81\u7eca\u5bf9\u8c61\u6218\u8d25\u800c\u6218\u8d25\u65f6\uff0c\u4e0d\u635f\u5931\u7ecf\u9a8c\u503c","type":"explicit"},{"id":"explicit.stat_1476913894","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u53d8\u6362\u4e4b\u5f71\u3011","type":"explicit"},{"id":"explicit.stat_4256314560","text":"\u66b4\u51fb\u7403\u8fbe\u5230\u6700\u5927\u6570\u91cf\u65f6\uff0c\u4f60\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2341828832","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u86ca\u7075\u6597\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_2378065031","text":"\u8bc5\u5492\u6280\u80fd\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2918129907","text":"\u4f60\u7684\u56fe\u817e\u6b7b\u4ea1\u65f6\u5bf9\u4f60\u65bd\u52a0\u4e00\u79cd\u968f\u673a\u9b54\u86ca\u3002","type":"explicit"},{"id":"explicit.stat_3846248551","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5bd2\u51b0\u4e4b\u6377\u3011","type":"explicit"},{"id":"explicit.stat_824024007","text":"\u4f60\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210\u4e3a 300%","type":"explicit"},{"id":"explicit.stat_3072303874","text":"\u653b\u51fb\u51fb\u4e2d\u4e00\u540d\u53d7\u8bc5\u5492\u7684\u654c\u4eba\u589e\u52a0#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3168149399","text":"\u653b\u51fb\u6309\u7167\u6bcf 10 \u70b9\u667a\u6167\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4273356746","text":"\u5468\u56f4\u654c\u4eba\u7684\u706b\u7130\u548c\u51b0\u971c\u6297\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_69898010","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3938394827","text":"\u6bcf\u9694 10 \u79d2\uff1a\\n\u5728 5 \u79d2\u5185\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u4e2a\u654c\u4eba\u83b7\u5f97 2% \u7684\u751f\u547d\\n\u5728 5 \u79d2\u5185\u6bcf\u51fb\u8d25\u4e00\u4e2a\u654c\u4eba\u83b7\u5f97 5% \u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_1608425196","text":"\u5c06\u8303\u56f4\u5185\u5929\u8d4b\u6240\u7ed9\u4e88\u7684\u667a\u6167\u8f6c\u6362\u6210\u654f\u6377","type":"explicit"},{"id":"explicit.stat_3945908658","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3635120731","text":"\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\u65f6\u6709 #% \u7684\u51e0\u7387\u8eb2\u907f\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_628716294","text":"\u4f60\u7684\u884c\u52a8\u901f\u5ea6\u65e0\u6cd5\u88ab\u51cf\u901f\u81f3\u57fa\u7840\u4ee5\u4e0b","type":"explicit"},{"id":"explicit.stat_935386993","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u7535\u7403\u3011\u4ee5\u73af\u72b6\u65b9\u5f0f\u53d1\u5c04\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_1750735210","text":"\u9b54\u50cf\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2763732093","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u624d\u3011","type":"explicit"},{"id":"explicit.stat_153777645","text":"\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3882662078","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3630426972","text":"\u53ec\u5524\u7684\u9b54\u50cf\u8f6c\u4e3a\u3010\u4fb5\u7565\u3011","type":"explicit"},{"id":"explicit.stat_1079148723","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6655\u7729\u65f6\u65bd\u653e \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2718698372","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7eff\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1862097882","text":"\u7075\u4f53\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1869144397","text":"\u5f53\u4f60\u4f7f\u7528\u6280\u80fd\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u865a\u7a7a\u51dd\u89c6\u3011","type":"explicit"},{"id":"explicit.stat_3750572810","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u3010\u88ab\u8150\u5316\u7684\u7269\u54c1\u3011\uff0c\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_kiloava","text":"\u83b7\u5f97\u514b\u6d1b\u74e6\u9ebe\u4e0b # \u540d\u6b66\u58eb\u7684\u9886\u5bfc\u6743","type":"explicit"},{"id":"explicit.stat_424549222","text":"\u4f60\u9020\u6210\u7684\u611f\u7535\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3947672598","text":"\u751f\u547d\u56de\u590d\u65e0\u6548","type":"explicit"},{"id":"explicit.stat_2161689853","text":"\u51fb\u8d25\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u540e\u6389\u843d\u7269\u54c1\u7684\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_779168081","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7075\u67a2\u884c\u8d70","type":"explicit"},{"id":"explicit.stat_3824033729","text":"\u751f\u6548\u671f\u95f4\uff0c\u53d7\u5230\u547d\u4e2d\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_845306697","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51c6\u5907\u5c31\u7eea\u3011","type":"explicit"},{"id":"explicit.stat_1710508327","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u94fe\u7206\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4062840317","text":"\u602a\u7269\u989d\u5916\u9020\u6210\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3 #% \u7684\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_713945233","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u70c2\u6297\u529b\u3011","type":"explicit"},{"id":"explicit.stat_731840035","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e0d\u53ef\u71c3\u70e7\u3011","type":"explicit"},{"id":"explicit.stat_1811422871","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8fd1\u6218\u4f24\u5bb3\u6269\u6563 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_165402179","text":"\u5bf9\u71c3\u70e7\u7684\u654c\u4eba\u9644\u52a0 # - # \u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2534405517","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6fc0\u8fdb\u7406\u5ff5\u3011","type":"explicit"},{"id":"explicit.stat_1488030420","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98d8\u96ea\u7a7f\u4e91\u3011","type":"explicit"},{"id":"explicit.stat_2172944497","text":"\u4f60\u8eab\u4e0a\u7684\u3010\u63d0\u901f\u5c3e\u6d41\u3011\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2150694455","text":"\u4f60\u53ef\u4ee5\u3010\u7ec8\u7ed3\u3011\u88ab\u8bc5\u5492\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3548561213","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2168365746","text":"\u5728\u8fd9\u4e9b\u533a\u57df\u627e\u5230\u7684\u7a00\u6709\u548c\u4f20\u5947\u602a\u7269\u88ab\u9644\u8eab\uff0c\u5b83\u4eec\u7684\u53ec\u5524\u751f\u7269\u88ab\u89e6\u78b0","type":"explicit"},{"id":"explicit.stat_80079005","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3191479793","text":"\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1535051459","text":"\u751f\u6548\u671f\u95f4\uff0c\u5bf9\u5949\u732e\u5730\u9762\u4e0a\u7684\u654c\u4eba\u7684\u66b4\u51fb\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1976069869","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u987d\u5f3a\u58c1\u5792\u3011","type":"explicit"},{"id":"explicit.stat_445906009","text":"\u5f53\u4f60\u4f7f\u7528\u4f4d\u79fb\u6280\u80fd\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u5931\u53bb\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_531932482","text":"\u8c03\u6574\u722a\u7c7b\u66b4\u51fb\u7387\u7684\u8bcd\u7f00\u4e5f\u4f5c\u7528\u4e8e\u8fd1\u6218\u6280\u80fd\u7684\u5f92\u624b\u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_2087996552","text":"\u653b\u51fb\u51fb\u4e2d\u4e00\u540d\u53d7\u8bc5\u5492\u7684\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1353571444","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6574\u987f\u3011","type":"explicit"},{"id":"explicit.stat_3520048646","text":"\u4f60\u7684\u526f\u624b\u4e3a\u7a7a\u65f6\uff0c\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3948776386","text":"\u6bcf 15 \u70b9\u529b\u91cf\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1173537953","text":"\u6700\u591a # \u6b21\u3010\u8106\u5f31\u91cd\u751f\u3011","type":"explicit"},{"id":"explicit.stat_68673913","text":"\u6bcf 10 \u70b9\u529b\u91cf\u53ef\u4ee5\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3133323410","text":"\u51fb\u8d25\u6d41\u8840\u7684\u654c\u4eba\u65f6\u4ea7\u751f\u7206\u70b8\uff0c\u9020\u6210\u7b49\u540c\u5176 #% \u6700\u5927\u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1379205566","text":"\u589e\u52a0\u3010\u767e\u6218\u8001\u5175\u3011","type":"explicit"},{"id":"explicit.stat_3057853352","text":"\u6709 #% \u7684\u51e0\u7387\u4f7f\u51b0\u7f13\u533a\u57df\u4e2d\u7684\u654c\u4eba\u529b\u7aed","type":"explicit"},{"id":"explicit.stat_3941641418","text":"\u5468\u56f4\u53cb\u519b\u7684\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387\u6309\u7167\u6bcf 100 \u70b9\u529b\u91cf\u5c31\u6709 #%","type":"explicit"},{"id":"explicit.stat_2629106530","text":"\u4f7f\u7528\u65f6\u6062\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1352418057","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7528\u63d2\u5165\u7684\u9b54\u86ca\u8bc5\u5492\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3141831683","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684\u3010\u6c38\u6052\u7aa5\u89c6\u3011","type":"explicit"},{"id":"explicit.stat_14664297","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_850729424","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u95ea\u7535\u795e\u76fe\u3011","type":"explicit"},{"id":"explicit.stat_2169345147","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u53c8\u5feb\u53c8\u72e0\u3011","type":"explicit"},{"id":"explicit.stat_1154827254","text":"\u8303\u56f4\u5185\u6bcf 10 \u70b9\u672a\u914d\u7f6e\u7684\u529b\u91cf\uff0c+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_690135178","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_908650225","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u611f\u7535\u4efb\u610f\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_33348259","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u3010\u5851\u754c\u8005\u7269\u54c1\u3011\uff0c\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u7b49\u540c\u4e8e\u5143\u7d20\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_3647242059","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u6cd5\u672f\u7684\u6295\u5c04\u7269\u65e0\u6cd5\u8fde\u9501\u5f39\u5c04","type":"explicit"},{"id":"explicit.stat_2532625478","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6b66\u5668\u5143\u7d20\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_807955413","text":"\u611f\u7535\u4f1a\u53cd\u5c04\u56de\u81ea\u5df1\u8eab\u4e0a","type":"explicit"},{"id":"explicit.stat_2100165275","text":"\u65f6\u7a7a\u9501\u94fe\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2550456553","text":"\u6bcf\u4e2a\u7a00\u6709\u602a\u7269\u989d\u5916\u5177\u6709 # \u4e2a\u8bcd\u7f00","type":"explicit"},{"id":"explicit.stat_2789750513","text":"\u8fd9\u4e9b\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916\u7684\u6df1\u6e0a\\n\u6df1\u6e0a\u5df2\u5b8c\u5168\u5f00\u542f\\n\u6df1\u6e0a\u4e2d\u5305\u542b\u6765\u81ea\u8d85\u8d8a\u8d5b\u5b63\u7684\u602a\u7269","type":"explicit"},{"id":"explicit.stat_3799930101","text":"\u7eff\u8272\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3 +#% \u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_3852526385","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u4f4d\u79fb\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_4234677275","text":"\u82e5\u5168\u90e8\u88c5\u5907\u5851\u754c\u8005\u7269\u54c1\uff0c\u5219\u51fb\u4e2d\u65e0\u89c6\u654c\u65b9\u602a\u7269\u7684\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_4058681894","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2638352064","text":"\u5f53\u4f60\u51fb\u8d25 1 \u540d\u70b9\u71c3\u654c\u4eba\uff0c\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210\u76f8\u540c\u7684\u70b9\u71c3\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3491499175","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_4194900521","text":"\u5bf9\u611f\u7535\u654c\u4eba\u7684\u51fb\u4e2d\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2988055461","text":"\u8c03\u6574\u722a\u7c7b\u653b\u51fb\u901f\u5ea6\u7684\u8bcd\u7f00\u4e5f\u4f5c\u7528\u4e8e\u8fd1\u6218\u6280\u80fd\u7684\u5f92\u624b\u653b\u51fb\u901f\u5ea6","type":"explicit"},{"id":"explicit.stat_630867098","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u5f39\u5e55\u3011\u7684\u7b2c\u4e00\u6b21\u548c\u6700\u540e\u4e00\u6b21\u653b\u51fb\u4f1a\u9644\u52a0 1 \u4e2a\u989d\u5916\u7684\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_573347393","text":"\u94a2\u94c1\u4e4b\u63e1","type":"explicit"},{"id":"explicit.stat_3748879662","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u8ba9\u654c\u4eba\u53d7\u5230\u3010\u7070\u70ec\u7f20\u8eab\u3011","type":"explicit"},{"id":"explicit.stat_3171958921","text":"\u4f60\u7528\u5f13\u7c7b\u653b\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u5f13\u7c7b\u6280\u80fd\uff0c\u5b83\u67091 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3896241826","text":"\u5bf9\u5468\u56f4\u654c\u4eba\u7684\u51fb\u4e2d\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1456464057","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u6cd5\u672f\u4f24\u5bb3\u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1482070333","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2731261141","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u6309\u7167\u6bcf\u5c42\u62a4\u8eab +#%","type":"explicit"},{"id":"explicit.stat_524797741","text":"\u9576\u5d4c\u7684\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7\u63d0\u9ad8 +#","type":"explicit"},{"id":"explicit.stat_3192135716","text":"\u9677\u9631\u548c\u5730\u96f7\u51fb\u4e2d\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2200407711","text":"\u53ec\u5524\u751f\u7269\u6709 +#% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2675603254","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6df7\u6c8c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2413219096","text":"\u4e0d\u673d\u91ce\u671b","type":"explicit"},{"id":"explicit.stat_2331104018","text":"\u53d7\u5230\u6765\u81ea\u683c\u6321\u7684\u51fb\u4e2d\u4f24\u5bb3\u65e0\u6cd5\u5ffd\u7565\u80fd\u91cf\u62a4\u76fe\\n\u53d7\u5230\u6765\u81ea\u672a\u683c\u6321\u7684\u51fb\u4e2d\u4f24\u5bb3\u59cb\u7ec8\u5ffd\u7565\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2390273715","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u53ec\u5524\u7075\u4f53\u3011\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 20 \u79d2\u7684\u566c\u9b42\u8005\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1591995797","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u52c7\u6bc5\u6597\u58eb\u3011","type":"explicit"},{"id":"explicit.stat_346029096","text":"\u706b\u4e4b\u5316\u8eab","type":"explicit"},{"id":"explicit.stat_32859524","text":"\u7531\u63d2\u5165\u7684\u8bc5\u5492\u6280\u80fd\u65bd\u52a0\u7684\u9b54\u86ca\u88ab\u53cd\u5c04\u7ed9\u4e86\u4f60","type":"explicit"},{"id":"explicit.stat_2503377690","text":"\u7acb\u5373\u56de\u590d#% \u56de\u590d\u91cf","type":"explicit"},{"id":"explicit.stat_640052854","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 # \u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3742945352","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1021552211","text":"\u53ec\u5524\u7684\u9b54\u4f8d\u6b66\u58eb\u5c06\u4f1a\u4e00\u76f4\u8ddf\u7740\u4f60\\n\u53ec\u5524\u9b54\u4f8d\u6240\u53ec\u5524\u7684\u9b54\u4f8d\u6b66\u58eb\u6570\u91cf\u4e0d\u591a\u4e8e 1 \u4e2a","type":"explicit"},{"id":"explicit.stat_2280313599","text":"\u6bcf\u79d2\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210 # \u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3841984913","text":"\u6bcf\u79d2\u83b7\u5f97 # \u5c42\u8106\u5f31\u91cd\u751f","type":"explicit"},{"id":"explicit.stat_625885138","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u7684\u51b0\u51b7\u7684\u98de\u63a0\u8005\u7528\u63d2\u5165\u7684\u9b54\u86ca\u66ff\u4ee3\u5149\u73af","type":"explicit"},{"id":"explicit.stat_485151258","text":"\u5bf9\u70b9\u71c3\u7684\u654c\u4eba\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_589991690","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2236460050","text":"\u84dd\u8272\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #% ","type":"explicit"},{"id":"explicit.stat_2968301430","text":"\u6655\u7729\u654c\u4eba\u65f6\u83b7\u5f97 # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_375932027","text":"\u4f60\u627f\u53d7\u66b4\u51fb\u65f6\u83b7\u5f97\u4e00\u4e2a\u7f13\u901f\u85e4\u8513","type":"explicit"},{"id":"explicit.stat_2478268100","text":"\u88ab\u81f4\u76f2\u65f6\u51fb\u4e2d\u6709#%\u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3362879252","text":"\u8303\u56f4\u5185\u7684\u6838\u5fc3\u5929\u8d4b\u6280\u80fd\u8f6c\u5316\\n\u66ff\u4ee3\u4e3a\uff1a\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1186934478","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u7684\u6700\u5927\u6570\u91cf\u51cf\u5c11 #%","type":"explicit"},{"id":"explicit.stat_3613173483","text":"\u5f92\u624b\u8fd1\u6218\u653b\u51fb\u66b4\u51fb\u7387 +#%","type":"explicit"},{"id":"explicit.stat_314741699","text":"\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2307982579","text":"\u5468\u56f4\u88ab\u51fb\u8d25\u7684\u654c\u4eba\u90fd\u89c6\u4e3a\u88ab\u4f60\u51fb\u8d25","type":"explicit"},{"id":"explicit.stat_1798719926","text":"\u589e\u52a0\u3010\u4e07\u7269\u7686\u52a8\u3011","type":"explicit"},{"id":"explicit.stat_725880290","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2865232420","text":"\u8c03\u6574\u722a\u7c7b\u4f24\u5bb3\u7684\u8bcd\u7f00\u4e5f\u4f5c\u7528\u4e8e\u8fd1\u6218\u6280\u80fd\u7684\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4133552694","text":"\u6bcf\u88c5\u5907\u4e00\u4ef6\u88c2\u754c\u8005\u7269\u54c1\uff0c\u5c31\u4f7f\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3954637034","text":"\u6124\u6012\u72c2\u7075\u51fb\u4e2d\u540e\u5fc5\u5b9a\u9020\u6210\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3462673103","text":"\u5468\u56f4\u53cb\u519b\u7684\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_989800292","text":"\u751f\u547d\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_352612932","text":"\u51fb\u8d25\u5c11\u4e8e 5 \u5c42\u4e2d\u6bd2\u72b6\u6001\u7684\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2609768284","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u74e6\u5c14\u751f\u7269\u3011","type":"explicit"},{"id":"explicit.stat_496822696","text":"\u51fb\u8d25\u4e2d\u6bd2 5 \u5c42\u4ee5\u4e0a\u7684\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_1032614900","text":"\u88ab\u4f60\u6b7b\u4ea1\u51cb\u96f6\u7684\u654c\u4eba +#% \u6240\u6709\u6297\u6027","type":"explicit"},{"id":"explicit.stat_99487834","text":"\u4f60\u7684\u6280\u80fd\u5bf9\u4f60\u9020\u6210\u7269\u7406\u4f24\u5bb3\uff0c\u7b49\u4e8e\u9884\u652f\u6280\u80fd\u9b54\u529b\u6d88\u8017\u7684 #%","type":"explicit"},{"id":"explicit.stat_1604995720","text":"\u751f\u6548\u671f\u95f4\uff0c\u8d4b\u4e88 # \u7ea7\u7edd\u671b\u8bc5\u5492\u5149\u73af","type":"explicit"},{"id":"explicit.stat_655871604","text":"\u5468\u56f4\u53cb\u519b\u51fb\u4e2d\u9020\u6210\u7684\u4f24\u5bb3\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_1127706436","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u94c1\u5320\u3011","type":"explicit"},{"id":"explicit.stat_4126447694","text":"\u5bf9\u65bd\u6cd5\u901f\u5ea6\u7684\u63d0\u9ad8\u4e0e\u964d\u4f4e\u4e5f\u4f5c\u7528\u4e8e\u653b\u51fb\u901f\u5ea6","type":"explicit"},{"id":"explicit.stat_3587013273","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3849523464","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u3010\u88c2\u754c\u8005\u7269\u54c1\u3011\uff0c\u6700\u5927\u751f\u547d\u63d0\u9ad8 +#","type":"explicit"},{"id":"explicit.stat_4129825612","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_446027070","text":"\u4f60\u6253\u51fa\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"explicit"},{"id":"explicit.stat_311030839","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_304970526","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1272032962","text":"\u88ab\u4f60\u70b9\u71c3\u7684\u654c\u4eba\u5c06\u5b83\u4eec\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2290031712","text":"\u529b\u91cf\u4e0d\u5bf9\u6700\u5927\u751f\u547d\u63d0\u4f9b\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2985291457","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8fd1\u6218\u7269\u7406\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2828710986","text":"\u63d2\u69fd\u5185\u7684\u6cd5\u672f\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2995661301","text":"\u5e78\u5b58","type":"explicit"},{"id":"explicit.stat_2543931078","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_149574107","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1070888079","text":"\u88ab\u4f60\u611f\u7535\u7684\u654c\u4eba\u5c06\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2238831336","text":"\u4f60\u7684\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650\u7b49\u4e8e\u4f60\u7684\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_1505850286","text":"\u589e\u52a0\u3010\u72ec\u884c\u4f7f\u8005\u3011","type":"explicit"},{"id":"explicit.stat_1948127742","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u4f60\u53d7\u6377\u5f71\u54cd\u65f6\uff0c\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_164032122","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5a01\u529b\u7ed3\u754c\u3011","type":"explicit"},{"id":"explicit.stat_3545269928","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u4f7f\u4f60\u7684\u3010\u7075\u5de7\u3011\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_902747843","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_254194892","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9a9a\u4e71\u5e73\u606f\u3011","type":"explicit"},{"id":"explicit.stat_3515686789","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1274125114","text":"\u975e\u5149\u73af\u74e6\u5c14\u6280\u80fd\u6bcf\u6b21\u65bd\u653e\u9700\u8981\u7684\u7075\u9b42\u91cf\u5728\u6548\u679c\u751f\u6548\u671f\u95f4\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3238189103","text":"\u4f60\u7684\u6cd5\u672f\u62e5\u6709\u3010\u7ec8\u7ed3\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2737492258","text":"\u66b4\u8d70\u72b6\u6001\u65f6\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1099200124","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u5931\u53bb\u66b4\u51fb\u7403\uff0c\u5219\u6bcf\u79d2\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1669220541","text":"\u751f\u6548\u671f\u95f4\u6280\u80fd\u4e0d\u6d88\u8017\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2070361501","text":"\u4f60\u53d7\u5230\u7684\u6765\u81ea\u4e2d\u6bd2\u654c\u4eba\u7684\u66b4\u51fb\u989d\u5916\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1122134690","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9677\u9631 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2750004091","text":"\u5f53\u63d2\u69fd\u5185\u6709 1 \u4e2a\u3010\u9510\u5229\u4e4b\u51dd\u3011\u73e0\u5b9d\u65f6\uff0c\u653b\u51fb\u51fb\u4e2d\u654c\u4eba\u4f1a\u762b\u75ea\u5b83\u4eec 4 \u79d2","type":"explicit"},{"id":"explicit.stat_4261179672","text":"\u73a9\u5bb6\u65e0\u6cd5\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_613752285","text":"\u4f60\u65bd\u6cd5\u65f6\uff0c\u732e\u796d\u751f\u547d\u7684 #% \u6765\u83b7\u5f97\u7b49\u91cf\u7684\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_778036553","text":"\u74e6\u5c14\u6280\u80fd\u751f\u6548\u671f\u95f4\u589e\u52a0#%\u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_3188756614","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u706b\u51a5\u529f\u3011","type":"explicit"},{"id":"explicit.stat_252724319","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6301\u4e45\u7ed3\u754c\u3011","type":"explicit"},{"id":"explicit.stat_4181057577","text":"\u66b4\u51fb\u7387\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_542238572","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3880462354","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u7070\u70ec\u4e4b\u6377\u3011","type":"explicit"},{"id":"explicit.stat_2339022735","text":"\u82e5\u6301\u7eed\u65f6\u95f4\u8017\u51cf\u4e86 50%\uff0c\u4f60\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2217962305","text":"\u8eab\u4e0a\u672a\u88c5\u5907\u5df2\u8150\u5316\u7684\u7269\u54c1\u65f6\uff0c\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3194864913","text":"\u8303\u56f4\u5185\u751f\u547d\u7684\u589e\u51cf\u8f6c\u6362\u6210\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_617462123","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3828613551","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.stat_1238382441","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u603b\u95ea\u907f\u503c\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1665492921","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u95ea\u7535\u4e4b\u6377\u3011","type":"explicit"},{"id":"explicit.stat_160933750","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u5219\u7194\u5ca9\u5954\u6d8c\u6bcf\u6b21\u8fde\u9501\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1104120660","text":"\u88ab\u6807\u8bb0\u7684\u654c\u4eba\u88ab\u51fb\u8d25\u540e\uff0c\u4f60\u7684\u5370\u8bb0\u8f6c\u79fb\u7ed9\u53e6\u4e00\u4e2a\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1048879642","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u66b4\u6c11\u601d\u7ef4\u3011","type":"explicit"},{"id":"explicit.stat_2642917409","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u5149\u73af\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2843214518","text":"\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3088991881","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u5219\u3010\u53ec\u5524\u9b54\u4f8d\u3011\u6280\u80fd\u53ef\u4ee5\u53ec\u5524\u6700\u591a # \u4e2a\u9b54\u4f8d\u6cd5\u5e08","type":"explicit"},{"id":"explicit.stat_2294919888","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51ac\u7720\u8005\u3011","type":"explicit"},{"id":"explicit.stat_1306791873","text":"\u88ab\u51fb\u4e2d\u65f6\u5931\u53bb\u6240\u6709\u3010\u8106\u5f31\u91cd\u751f\u3011","type":"explicit"},{"id":"explicit.stat_3654074125","text":"\u62e5\u6709\u6700\u5927\u6570\u91cf\u7684\u72c2\u6012\u7403\u65f6\uff0c\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_969865219","text":"\u80fd\u91cf\u62a4\u76fe\u5168\u6ee1\u65f6\uff0c\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_115351487","text":"\u8ff7\u8e2a\u72b6\u6001\u4e0b\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3836017971","text":"\u7167\u4eae\u8303\u56f4\u5c06\u57fa\u4e8e\u80fd\u91cf\u62a4\u76fe\u7684\u5c5e\u6027","type":"explicit"},{"id":"explicit.stat_2497198283","text":"\u8eab\u4e0a\u672a\u88c5\u5907\u5df2\u8150\u5316\u7684\u7269\u54c1\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_4270089231","text":"\u6bcf 100 \u70b9\u751f\u547d\u4fdd\u7559 +# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2522970386","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6301\u4e45\u4e13\u6ce8\u3011","type":"explicit"},{"id":"explicit.stat_2234049899","text":"\u4e0d\u53d7\u611f\u7535\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2045330446","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u89e3\u653e\u7684\u6548\u679c\u533a\u57df\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3826125995","text":"\u6cd5\u672f\u7684\u6295\u5c04\u7269\u65e0\u6cd5\u7a7f\u523a","type":"explicit"},{"id":"explicit.stat_2917587077","text":"\u82e5\u6240\u6709\u88c5\u5907\u5747\u4e3a\u3010\u88c2\u754c\u4e4b\u5668\u3011\uff0c\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664 1 \u4e2a\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_99927264","text":"\u4f60\u88ab\u611f\u7535\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_215346464","text":"\u88ab\u611f\u7535\u540e\uff0c\u4f60\u6709 # \u79d2\u514d\u75ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1175213674","text":"\u53d7\u5230\u51fb\u4e2d\u5143\u7d20\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_586568910","text":"\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3898799092","text":"\u4f60\u683c\u6321\u65f6\u5931\u53bb\u6240\u6709\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1381945089","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5fb7\u745e\u7684\u51b7\u6f20","type":"explicit"},{"id":"explicit.stat_1067429236","text":"\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_642457541","text":"\u5f53\u63d2\u69fd\u5185\u6709 1 \u4e2a\u3010\u51f6\u6b8b\u4e4b\u51dd\u3011\u73e0\u5b9d\u65f6\uff0c\u653b\u51fb\u51fb\u4e2d\u654c\u4eba\u4f1a\u5a01\u5413\u5b83\u4eec 4 \u79d2","type":"explicit"},{"id":"explicit.stat_121185030","text":"\u51fb\u8d25\u4f20\u5947\u654c\u4eba\u7684\u6389\u843d\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3444629796","text":"\u5728\u3010\u5949\u732e\u5730\u9762\u3011\u4e0a\uff0c\u4f60\u8eab\u4e0a\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2437476305","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u6cd5\u672f\u7684\u6295\u5c04\u7269\u4f1a\u5206\u88c2","type":"explicit"},{"id":"explicit.stat_3190526553","text":"\u6240\u6709\u4f24\u5bb3\u90fd\u5bf9\u81f3\u5c11\u88ab # \u4e2a\u7f13\u901f\u8513\u85e4\u5f71\u54cd\u7684\u654c\u4eba\u65bd\u52a0\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_782323220","text":"\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u5728\u4efb\u610f\u836f\u5242\u751f\u6548\u671f\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2900084972","text":"\u6bcf\u541e\u566c\u4e00\u4e2a\u7075\u67e9\uff0c\u4fbf\u6bcf 2 \u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3612464552","text":"\u4f60\u88ab\u51bb\u7ed3\u540e\u5728\u63a5\u4e0b\u6765 # \u79d2\u4e0d\u80fd\u88ab\u51bb\u7ed3","type":"explicit"},{"id":"explicit.stat_1070347065","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 1 \u70b9\u667a\u6167\uff0c\u4fbf\u83b7\u5f97 # \u70b9\u667a\u6167","type":"explicit"},{"id":"explicit.stat_1795365307","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u654f\u6377\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1466172118","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u751f\u547d\u56de\u590d\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_350598685","text":"\u6b66\u5668\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.stat_1555918911","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u6cd5\u672f\u7684\u6295\u5c04\u7269\u8fde\u9501\u5f39\u5c04 # \u6b21","type":"explicit"},{"id":"explicit.stat_4224965099","text":"\u654c\u4eba\u51fb\u4e2d\u4f60\u7684\u95ea\u7535\u4f24\u5bb3\u4f1a\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_1582781759","text":"\u4f7f\u7528\u6280\u80fd\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 # \u79d2\u51b7\u5374\u65f6\u95f4\\n\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\u89e6\u53d1\u7684\u6cd5\u672f\u6d88\u8017\u603b\u589e 150%","type":"explicit"},{"id":"explicit.stat_547412107","text":"\u74e6\u5c14\u6280\u80fd\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_856021430","text":"\u4f4d\u79fb\u6280\u80fd\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1569101201","text":"\u589e\u52a9\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_899329924","text":"\u6280\u80fd\u77f3\u53ef\u4ee5\u65e0\u89c6\u6b64\u7269\u54c1\u4e0a\u7684\u63d2\u69fd\u989c\u8272","type":"explicit"},{"id":"explicit.stat_1468606528","text":"\u6d88\u706d\u654c\u4eba\u65f6\u89e6\u53d1\u7b49\u7ea710\u53ec\u5524\u5e7d\u72fc","type":"explicit"},{"id":"explicit.stat_2562665460","text":"\u4f60\u7684\u6655\u7729\u95e8\u69db\u7531\u80fd\u91cf\u62a4\u76fe\u8ba1\u7b97\uff0c\u800c\u4e0d\u518d\u57fa\u4e8e\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3848047105","text":"\u4f60\u7684\u7269\u7406\u4f24\u5bb3\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2057136736","text":"\u82e5\u6301\u7eed\u65f6\u95f4\u8017\u51cf\u4e86 75%\uff0c\u5219\u88ab\u4f60\u8bc5\u5492\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4294267596","text":"\u4e0d\u4f1a\u53d7\u5230\u66b4\u51fb\u6240\u9020\u6210\u7684\u989d\u5916\u66b4\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2739830820","text":"\u6240\u6709\u9b54\u536b\u590d\u82cf\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3927388937","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u8eab\u4e0a\u7684\u7a7f\u523a\u6548\u679c\u6709 #% \u7684\u51e0\u7387\u5bf9\u5468\u56f4\u654c\u4eba\u53cd\u5c04\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_748813744","text":"\u5bf9\u88ab\u51b0\u7f13\u654c\u4eba\u6240\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1379726309","text":"\u83b7\u5f97\u69a8\u53d6\u7403\u66ff\u4ee3\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_576760472","text":"\u8303\u56f4\u5185\u7684\u5929\u8d4b\u6280\u80fd\u8fd8\u63d0\u4f9b\uff1a\u9677\u9631\u548c\u5730\u96f7\u9020\u6210 # \u81f3 # \u989d\u5916\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3989400244","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4f4e\u5bb9\u5fcd\u3011","type":"explicit"},{"id":"explicit.stat_1200678966","text":"\u88c5\u5907\u7bad\u888b\u83b7\u5f97\u7684\u52a0\u6210\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1384629003","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u971c\u54ac \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1785942004","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 18 \u7ea7\u7684\u3010\u53ec\u5524\u5e7d\u72fc\u3011","type":"explicit"},{"id":"explicit.stat_1424305790","text":"\u8c03\u6574\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650\u8bcd\u7f00\u6539\u4e3a\u8c03\u6574\u75db\u82e6\u7403\u6570\u91cf\u4e0b\u9650","type":"explicit"},{"id":"explicit.stat_356456977","text":"\u63d2\u69fd\u5185\u7684\u653b\u51fb\u6280\u80fd\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2817027713","text":"\u75db\u82e6\u7403\u6570\u91cf\u4e0a\u9650\u7b49\u4e8e\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3842373291","text":"\u751f\u6548\u671f\u95f4\uff0c\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_935592011","text":"\u53ec\u5524\u751f\u7269\u4e0d\u4f1a\u9020\u6210\u51b0\u971c\u4ee5\u5916\u7684\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2582360791","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u667a\u6167\uff0c\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1473289174","text":"\u4e0d\u53d7\u611f\u7535\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_156734303","text":"\u5728\u3010\u731b\u653b\u3011\u72b6\u6001\u671f\u95f4\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_308618188","text":"\u751f\u6548\u671f\u95f4\u6bcf\u79d2\u53d7\u5230 # \u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4102870672","text":"\u73a9\u5bb6\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u6210\u4e3a\u9668\u77f3\u7684\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_1698276268","text":"\u8fde\u9501\u7684\u6295\u5c04\u7269\u5c06 #% \u975e\u6df7\u6c8c\u4f24\u5bb3\u4f5c\u4e3a\u5176\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2736953535","text":"\u73a9\u5bb6\u65e0\u6cd5\u683c\u6321\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3278399103","text":"\u751f\u6548\u671f\u95f4\uff0c\u5bf9\u5949\u732e\u5730\u9762\u4e0a\u7684\u654c\u4eba\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4207939995","text":"\u4f60\u6bcf\u88c5\u5907\u4e00\u4e2a\u4f20\u5947\u88c5\u5907\uff0c\u667a\u6167\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2264586521","text":"\u63d2\u69fd\u5185\u653b\u51fb\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.stat_273476097","text":"\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2306924373","text":"\u4f60\u88ab\u51b0\u7f13\u540e\u5728\u63a5\u4e0b\u6765 # \u79d2\u4e0d\u80fd\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_3165492062","text":"\u74e6\u5c14\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_625037258","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u5bf9\u88ab\u51b0\u7f13\u7684\u654c\u4eba\u4f24\u5bb3\u7ffb\u500d","type":"explicit"},{"id":"explicit.stat_2595115995","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b63\u5ff5\u3011","type":"explicit"},{"id":"explicit.stat_3753650187","text":"\u4e13\u6ce8\u65f6\u6709 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_601272515","text":"\u6301\u7eed\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_570159344","text":"\u4f7f\u7528\u65f6\u6d88\u8017 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_2632954025","text":"\u82e5\u4f60\u7684\u80fd\u91cf\u62a4\u76fe\u8fd1\u671f\u5185\u5f00\u59cb\u5145\u80fd\uff0c\u5219\u83b7\u5f97\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2826979740","text":"\u5468\u56f4\u654c\u4eba\u88ab\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_2801937280","text":"\u8840\u9b54\u6cd5","type":"explicit"},{"id":"explicit.stat_3277537093","text":"\u88ab\u52a8\u7269\u51fb\u4e2d\u65f6\u627f\u53d7 +# \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2816901897","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_947072590","text":"\u4f60\u88ab\u70b9\u71c3\u540e\u5728\u63a5\u4e0b\u6765 # \u79d2\u4e0d\u80fd\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3570046771","text":"\u88ab\u51b0\u7f13\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u51b0\u7f13\\n\u88ab\u51bb\u7ed3\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u51bb\u7ed3","type":"explicit"},{"id":"explicit.stat_3450276548","text":"\u51fb\u4e2d\u51b0\u7f13\u7684\u654c\u4eba\u65f6\u4f7f\u5176\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_3106951888","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2867348718","text":"\u63d2\u69fd\u5185\u7684\u653b\u51fb\u6280\u80fd\u83b7\u5f97 +#% \u57fa\u7840\u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_1232004574","text":"\u5f53\u4f60\u53ef\u80fd\u83b7\u5f97\u66b4\u51fb\u7403\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u76f4\u63a5\u83b7\u5f97\u6700\u5927\u6570\u91cf\u7684\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3462132936","text":"\u5f53\u4f60\u51fb\u8d25 1 \u540d\u611f\u7535\u654c\u4eba\uff0c\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210\u76f8\u540c\u7684\u611f\u7535\u6548\u679c","type":"explicit"},{"id":"explicit.stat_16924183","text":"\u9b54\u536b\u590d\u82cf\u4e0d\u518d\u9700\u8981\u7075\u67a2","type":"explicit"},{"id":"explicit.stat_4025536654","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5145\u80fd\u5668\u3011","type":"explicit"},{"id":"explicit.stat_3175722882","text":"\u6bcf\u6b21\u3010\u8106\u5f31\u91cd\u751f\u3011\u90fd\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3923274300","text":"\u654c\u4eba\u5728\u4f60\u9020\u6210\u7684\u51b0\u7f13\u533a\u57df\u91cc\uff0c\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2391255504","text":"\u4f60\u5728\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\u7684\u60c5\u51b5\u4e0b\u83b7\u5f97\u72c2\u70ed\u8a93\u8a00","type":"explicit"},{"id":"explicit.stat_763611529","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u6050\u60e7\u654c\u4eba 4 \u79d2","type":"explicit"},{"id":"explicit.stat_313419608","text":"\u5982\u679c\u8bc5\u5492\u6301\u7eed\u65f6\u95f4\u5df2\u7ecf\u8fc7\u53bb 25%\uff0c\u5219\u4f60\u8bc5\u5492\u7684\u654c\u4eba\u4f1a\u88ab\u7f13\u901f","type":"explicit"},{"id":"explicit.stat_2367680009","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u7ed9\u4e88\u5468\u56f4\u53cb\u519b 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_991168463","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7ed9\u4e88\u5468\u56f4\u53cb\u519b 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_1133453872","text":"+# \u654f\u6377\u9700\u6c42","type":"explicit"},{"id":"explicit.stat_495095219","text":"\u6bcf\u4e2a\u3010\u53ec\u5524\u7075\u4f53\u3011\u4f1a\u4f7f\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3162258068","text":"\u65e0\u6cd5\u683c\u6321\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2459809121","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u540e\u4f7f\u5176\u51b0\u7f13 # \u79d2\uff0c\u884c\u52a8\u901f\u5ea6\u964d\u4f4e 30%","type":"explicit"},{"id":"explicit.stat_696805682","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5148\u7956\u547c\u5524 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2706994884","text":"\u611f\u7535\u7684\u654c\u4eba\u88ab\u4f60\u51fb\u8d25\u65f6\u4f1a\u7206\u70b8\uff0c\\n\u9020\u6210\u7b49\u540c\u654c\u4eba\u751f\u547d #% \u7684\u95ea\u7535\u4f24\u5bb3\uff0c\u8be5\u4f24\u5bb3\u65e0\u6cd5\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2483362276","text":"\u8fdc\u5c04","type":"explicit"},{"id":"explicit.stat_2771181375","text":"\u82e5\u4f60\u6709\u81f3\u5c11 150 \u70b9\u667a\u6167\uff0c\u5219\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_402176724","text":"\u95ea\u907f\u503c\u5728\u8ff7\u8e2a\u72b6\u6001\u4e0b\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4145689649","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u80fd\u83b7\u5f97\u80be\u4e0a\u817a\u7d20\uff0c\u6301\u7eed#\u79d2","type":"explicit"},{"id":"explicit.stat_898270877","text":"\u5077\u53d6\u9b54\u529b\u65f6\uff0c\u4f60\u9020\u6210\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2893557981","text":"\u751f\u6548\u671f\u95f4\uff0c\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2001530951","text":"\u9677\u9631\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2920230984","text":"\u6d88\u706d\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u667a\u6167\u5377\u8f74","type":"explicit"},{"id":"explicit.stat_3860869243","text":"\u589e\u52a0\u3010\u5947\u5854\u5f17\u95e8\u5f92\u3011","type":"explicit"},{"id":"explicit.stat_3706656107","text":"\u5982\u679c\u4f60\u6700\u8fd1\u4f7f\u7528\u8fc7\u706b\u7cfb\u6280\u80fd\uff0c\u5219\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13\u6216\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_645841425","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u8fdc\u7a0b\u602a\u7269","type":"explicit"},{"id":"explicit.stat_1405089557","text":"\u88ab\u51fb\u4e2d\u65f6\u53d7\u5230\u7684\u6240\u6709\u4f24\u5bb3\u90fd\u53ef\u4ee5\u70b9\u71c3\u4f60","type":"explicit"},{"id":"explicit.stat_1030153674","text":"\u9b54\u529b\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"explicit"},{"id":"explicit.stat_751773204","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2170859717","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u53d7\u5230\u8fc5\u6377\u5f71\u54cd\u65f6 +#%","type":"explicit"},{"id":"explicit.stat_23466649","text":"\u4f4e\u8840\u65f6\u4f60\u6709\u8ff7\u8e2a\u6548\u679c","type":"explicit"},{"id":"explicit.stat_531868030","text":"\u8106\u5f31\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_778848857","text":"\u5468\u56f4\u53cb\u519b\u7684\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_395617565","text":"\u602a\u7269\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2835888248","text":"\u73a9\u5bb6\u62e5\u6709\u3010\u96f6\u70b9\u5c04\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_3578946428","text":"\u5077\u53d6\u80fd\u91cf\u62a4\u76fe\u65f6\uff0c\u4f60\u9020\u6210\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1809329372","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u7535\u9707\u7684\u98de\u63a0\u8005\u7528\u63d2\u5165\u7684\u9b54\u86ca\u66ff\u4ee3\u5149\u73af","type":"explicit"},{"id":"explicit.stat_1457679290","text":"\u654c\u4eba\u7684\u6295\u5c04\u7269\u4f1a\u8d2f\u7a7f\u4f60","type":"explicit"},{"id":"explicit.stat_38715141","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_881836292","text":"\u602a\u7269\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2284771334","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u8d64\u8840\u9020\u8be3","type":"explicit"},{"id":"explicit.stat_2212731469","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u3010\u88c2\u754c\u8005\u7269\u54c1\u3011\uff0c\u5f02\u5e38\u72b6\u6001 +#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2135246244","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u9677\u9631\u548c\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_74462130","text":"\u751f\u6548\u671f\u95f4\uff0c\u836f\u5242\u7684\u751f\u547d\u56de\u590d\u6548\u679c\u4e5f\u9002\u7528\u4e8e\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_4014328139","text":"\u5077\u53d6\u9b54\u529b\u65f6\u4e0d\u53d7\u51b0\u7f13\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_927817294","text":"\u9b54\u536b\u590d\u82cf\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_503990161","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u591a\u91cd\u8303\u56f4\u65bd\u6cd5 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1091613629","text":"\u51fb\u8d25\u7a00\u6709\u6216\u8005\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u83b7\u5f97\u3010\u5851\u754c\u8005\u59ff\u6001\u3011\uff0c\u6301\u7eed 10 \u79d2","type":"explicit"},{"id":"explicit.stat_2777278657","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u51fb\u4e2d\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_3967765261","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9c9c\u8840\u4e4b\u8165\u3011","type":"explicit"},{"id":"explicit.stat_4294430899","text":"\u7194\u94f8\u7269\u54c1\u4e0a\u7684\u7194\u7089\u5929\u8d4b\u4e0d\u4f1a\u4f4d\u9636\u964d\u7ea7","type":"explicit"},{"id":"explicit.stat_1454603936","text":"\u73a9\u5bb6\u7b49\u7ea7\u6bcf\u63d0\u9ad8 3 \u7ea7\uff0c\u8be5\u6b66\u5668\u653b\u51fb\u65f6\u4fbf\u9644\u52a0 # - # \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1233358566","text":"\u5bfc\u7535\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1221011086","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_634031003","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_529432426","text":"\u611f\u7535\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1420236871","text":"\u4f60\u653b\u51fb\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_542923416","text":"\u611f\u7535\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1275066948","text":"\u6bcf 1 \u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1916706958","text":"\u65bd\u6cd5\u65f6\u6709 #% \u7684\u51e0\u7387\u65e0\u89c6\u7729\u6655","type":"explicit"},{"id":"explicit.stat_1073447019","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1736172673","text":"\u6b66\u5668\u9020\u6210\u7684\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2105456174","text":"\u4f60\u6b7b\u4ea1\u65f6\u7ed9\u4e88\u53cb\u519b # \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3657377047","text":"\u5f53\u4f60\u65bd\u653e\u4e00\u4e2a\u8bc5\u5492\u6cd5\u672f\u65f6\uff0c\u6709#% \u51e0\u7387\u89e6\u53d1\u63d2\u69fd\u8bc5\u5492\u6cd5\u672f\uff0c\u6709 0.25 \u79d2\u7684\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3469279727","text":"\u5468\u56f4\u9759\u6b62\u7684\u654c\u4eba\u6bcf\u79d2\u83b7\u5f97\u4e00\u4e2a\u7f13\u901f\u85e4\u8513","type":"explicit"},{"id":"explicit.stat_513681673","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_3062707366","text":"\u51bb\u4f24\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3642618258","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_670814047","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u7684\u6295\u5c04\u7269\u649e\u51fb\u5730\u9762\u65f6\u4ea7\u751f\u8fde\u9501\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3338465330","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u654c\u4eba\u8eab\u4e0a\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_4271082039","text":"\u6fd2\u8840\u72b6\u6001\u65f6\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3967028570","text":"\u6709 #% \u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u6263\u9664","type":"explicit"},{"id":"explicit.stat_539747809","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u8bc5\u5492\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8bc5\u5492\u5149\u73af \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2964800094","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u9020\u6210\u7684\u6cd5\u672f\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3462113315","text":"\u4f60\u7684\u3010\u53ec\u5524\u7075\u4f53\u3011\u4e5f\u4f1a\u968f\u4f60\u4e00\u8d77\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"explicit"},{"id":"explicit.stat_3683643898","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6389\u843d\u7684\u7269\u54c1\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_808491979","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u4e0d\u6b7b\u751f\u7269","type":"explicit"},{"id":"explicit.stat_1991958615","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u51b0\u971c\u7a7f\u900f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3203905334","text":"\u73a9\u5bb6\u65e0\u6cd5\u538b\u5236\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_45546355","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u9b54\u4f8d\u3011","type":"explicit"},{"id":"explicit.stat_2435922859","text":"\u5c01\u9501\u524d\u7684\u65f6\u95f4\u589e\u52a0 #%","type":"explicit"},{"id":"explicit.stat_4144221848","text":"\u8303\u56f4\u5185\u6bcf\u6709 10 \u70b9\u672a\u914d\u7f6e\u7684\u529b\u91cf\uff0c\u5219\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_723388324","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u6d88\u8017\u81f3\u5c11 # \u70b9\u9884\u652f\u82b1\u8d39\u7684\u9b54\u529b\\n\u6216\u89e6\u53d1\u4e00\u4e2a\u6280\u80fd\u65f6\u89e6\u53d1\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 0.1 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3814066599","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2591020064","text":"\u6bcf # \u95ea\u907f\u503c\u63d0\u9ad8 1% \u79fb\u52a8\u901f\u5ea6\uff0c\u6700\u591a 75%","type":"explicit"},{"id":"explicit.stat_2429546158","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u618e\u6068\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3869628136","text":"\u88ab\u51b0\u7f13\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u5185\u514d\u75ab\u51b0\u7f13\\n\u88ab\u51bb\u7ed3\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u51bb\u7ed3","type":"explicit"},{"id":"explicit.stat_1602173343","text":"\u83b7\u5f97\u75db\u82e6\u7403\u66ff\u4ee3\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_2533512212","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u70b9\u71c3\u654c\u4eba\u65f6\u5728\u63a5\u4e0b\u6765 # \u79d2\u4f7f\u5176\u88ab\u7070\u70ec\u7f20\u8eab","type":"explicit"},{"id":"explicit.stat_1493090598","text":"\u6bcf\u6709\u4e00\u4e2a\u5f71\u54cd\u4f60\u7684\u6377\u589e\u76ca\u6548\u679c\uff0c\u90fd\u4f7f\u4f60\u6709 35% \u7684\u51e0\u7387\u907f\u514d\u7729\u6655","type":"explicit"},{"id":"explicit.stat_1643796079","text":"\u8010\u529b\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\u8fdb\u5165\u66b4\u8d70\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1736735948","text":"\u7194\u94f8\u65f6\u66f4\u6709\u53ef\u80fd\u4fdd\u7559\u7194\u7089\u5929\u8d4b","type":"explicit"},{"id":"explicit.stat_2969128501","text":"\u53ec\u5524\u751f\u7269\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3491639130","text":"\u6bcf\u53d7\u5230\u4e00\u79cd\u4e0d\u540c\u7684\u5f02\u5e38\u72b6\u6001\u5f71\u54cd\uff0c\u6bcf\u79d2\u6062\u590d #% \u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3986704288","text":"\u4e0d\u80fd\u4f7f\u7528\u9b54\u6cd5\u975e\u6062\u590d\u7c7b\u836f\u5242","type":"explicit"},{"id":"explicit.stat_344389721","text":"\u4e0d\u80fd\u79fb\u9664\u9b54\u6cd5\u975e\u6062\u590d\u7c7b\u836f\u5242\u6548\u679c","type":"explicit"},{"id":"explicit.stat_262773569","text":"\u6377\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u603b\u662f 45%","type":"explicit"},{"id":"explicit.stat_4226044796","text":"\u7194\u94f8\u7269\u54c1\u7684\u7194\u7089\u5929\u8d4b\u6811\u6709 +#% \u7684\u51e0\u7387\u5347\u7ea7\u4f4d\u9636","type":"explicit"},{"id":"explicit.stat_3916182167","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u6076\u9b54\u3011","type":"explicit"},{"id":"explicit.stat_3951269079","text":"\u4f60\u7684\u9b54\u536b\u590d\u82cf\u89c6\u4e3a\u7075\u67a2","type":"explicit"},{"id":"explicit.stat_1038949719","text":"\u83b7\u5f97\u7b49\u540c\u6b66\u5668\u7269\u7406\u4f24\u5bb3 #% \u7684\u968f\u673a\u4e00\u79cd\u989d\u5916\u706b\u7130\uff0c\u51b0\u971c\uff0c\u6216\u8005\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2886998024","text":"\u7ea2\u8272\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3 +# \u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_254728692","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u7a7f\u900f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3659983276","text":"\u8303\u56f4\u5185\u7684\u6838\u5fc3\u5929\u8d4b\u6280\u80fd\u8f6c\u5316\\n\u66ff\u4ee3\u4e3a\uff1a\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1001829678","text":"\u6301\u957f\u6756\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#% (\u957f\u6756)","type":"explicit"},{"id":"explicit.stat_1236638414","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684\u989d\u5916\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_798111687","text":"\u4f60\u5728\u8010\u529b\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\u65e0\u6cd5\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1239251576","text":"\u8b66\u62a5\u7b49\u7ea7\u4e00\u6ee1\u4fbf\u7acb\u523b\u89e6\u53d1\u5c01\u9501","type":"explicit"},{"id":"explicit.stat_2280488002","text":"\u4f60\u7684\u6655\u7729\u95e8\u69db\u5c06\u57fa\u4e8e\u9b54\u529b\u7684 #%\uff0c\u800c\u975e\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3430460307","text":"\u8303\u56f4\u5185\u7684\u6838\u5fc3\u5929\u8d4b\u66ff\u6362\u4e3a\uff1a\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 #%\uff0c\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1695720239","text":"\u6655\u7729\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_410939404","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51cc\u8fdf\u3011","type":"explicit"},{"id":"explicit.stat_2295439133","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u7684\u6295\u5c04\u7269 +# \u6b21\u8fde\u9501","type":"explicit"},{"id":"explicit.stat_1435838855","text":"\u4eba\u7269\u7b49\u7ea7\u6bcf\u8fbe\u5230 # \u7ea7\uff0c\u9576\u5d4c\u7684\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7 +1","type":"explicit"},{"id":"explicit.stat_3503466234","text":"\u5bf9\u81f4\u76f2\u7684\u654c\u4eba\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3516340048","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u9b3c\u9b42","type":"explicit"},{"id":"explicit.stat_2316658489","text":"+# \u62a4\u7532\u548c\u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_2881426199","text":"\u66b4\u8d70\u72b6\u6001\u7ed3\u675f\u65f6\u5931\u53bb\u6240\u6709\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3772485866","text":"\u8303\u56f4\u5185\u51b0\u971c\u4f24\u5bb3\u7684\u589e\u51cf\u8f6c\u6362\u6210\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2350411833","text":"\u6bcf\u79d2\u5931\u53bb #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1214762172","text":"\u7f81\u7eca\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1774881905","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u4f1a\u4f7f\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1939202111","text":"\u5bf9\u81f4\u76f2\u654c\u4eba\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3181974858","text":"#% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u9003\u8dd1","type":"explicit"},{"id":"explicit.stat_2597985144","text":"\u7f81\u7eca\u6280\u80fd\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4294344579","text":"\u654c\u4eba\u8eab\u4e0a\u6bcf\u6709\u4e00\u4e2a\u8bc5\u5492\uff0c\u9644\u52a0#-#\u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3914638685","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2572192375","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u706b\u7130\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_105466375","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5143\u7d20\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3983981705","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2993091567","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u9b54\u529b\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3734213780","text":"\u654c\u4eba\u8eab\u4e0a\u6bcf\u6709 1 \u4e2a\u8bc5\u5492\uff0c\u6cd5\u672f\u4f24\u5bb3\u7684 #% \u4fbf\u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1477032229","text":"\u5bf9\u51b0\u7f13\u654c\u4eba\u7a7f\u900f\u5176 #% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3221550523","text":"\u5f53\u63d2\u69fd\u5185\u672a\u8150\u5316\u7684\u8f85\u52a9\u5b9d\u77f3\u8fbe\u5230\u6700\u5927\u7b49\u7ea7\u65f6\u541e\u566c\u8be5\u5b9d\u77f3\\n\u8fd8\u53ef\u4ee5\u541e\u566c\u989d\u5916 # \u4e2a\u672a\u8150\u5316\u7684\u8f85\u52a9\u5b9d\u77f3","type":"explicit"},{"id":"explicit.stat_3878987051","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6b7b\u4ea1\u65f6\u65bd\u653e \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1959256242","text":"\u975e\u4f4e\u9b54\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011","type":"explicit"},{"id":"explicit.stat_2826633504","text":"\u6295\u5c04\u7269\u65e0\u89c6\u8fd1\u8ddd\u79bb\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1318683911","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u706b\u7130\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_3035514623","text":"\u7075\u4f53\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1892084828","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7269\u7406\u795e\u76fe","type":"explicit"},{"id":"explicit.stat_373964381","text":"\u5fc3\u7075\u5347\u534e","type":"explicit"},{"id":"explicit.stat_786380548","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u53d1\u5c04\u7684\u6295\u5c04\u7269\u6570\u91cf\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1957711555","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed 2 \u79d2","type":"explicit"},{"id":"explicit.stat_2466912132","text":"\u6d41\u8840\u65f6\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_851224302","text":"\u751f\u6548\u671f\u95f4\u83b7\u5f97\u72c2\u70ed\u8005\u7684\u8a93\u8a00","type":"explicit"},{"id":"explicit.stat_2822821681","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u5219\u3010\u865a\u7a7a\u5315\u9996\u3011\u4f1a\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_1813544255","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u7f8a\u7537\u3011","type":"explicit"},{"id":"explicit.stat_2818653316","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u89e3\u653e\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2948375275","text":"\u66b4\u51fb\u7387\u6309\u7167\u6bcf\u4e2a\u805a\u5149\u4e4b\u77f3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1520059289","text":"\u731b\u653b","type":"explicit"},{"id":"explicit.stat_4004298002","text":"\u4e0d\u53d7\u8150\u5316\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1472832594","text":"\u602a\u7269\u4e0d\u53d7\u8bc5\u5492\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2076926581","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u7a7a\u51fa\u526f\u624b\u65f6 +#%","type":"explicit"},{"id":"explicit.stat_3492297134","text":"\u5f53\u66b4\u51fb\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\uff0c\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2523334466","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_854225133","text":"\u65e0\u6cd5\u56de\u590d\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2134307667","text":"\u6295\u5c04\u7269\u6709 #% \u7684\u51e0\u7387\u8fd4\u56de\u4f60\u8eab\u8fb9","type":"explicit"},{"id":"explicit.stat_412462523","text":"\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2916448124","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u51b0\u971c\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_1274831335","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_865273657","text":"\u4f60\u4f7f\u7528\u7684\u975e\u4f20\u5947\u529f\u80fd\u836f\u5242\u4f5c\u7528\u4e8e\u4f60\u7f81\u7eca\u7684\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_3003321700","text":"\u4f60\u4e0d\u80fd\u83b7\u5f97\u836f\u5242\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2479374428","text":"\u8303\u56f4\u5185\u589e\u51cf\u7684\u751f\u547d\u8f6c\u6362\u6210 200% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3944782785","text":"\u653b\u51fb\u4f24\u5bb3\u5bf9\u6d41\u8840\u7684\u654c\u4eba\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_98977150","text":"\u82e6\u75db\u7075\u66f2","type":"explicit"},{"id":"explicit.stat_2658399404","text":"\u4f60\u9020\u6210\u7684\u6d41\u8840\u6548\u679c\u5c06\u4f5c\u7528\u5230\u4f60\u8eab\u4e0a","type":"explicit"},{"id":"explicit.stat_232331266","text":"\u7269\u7406\u795e\u76fe\u6d88\u6563\u65f6\uff0c\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_172852114","text":"\u6bcf\u4e2a\u84dd\u8272\u63d2\u69fd\u4f1a\u4f7f\u4f60\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1994392904","text":"\u80fd\u91cf\u8fde\u63a5","type":"explicit"},{"id":"explicit.stat_175362265","text":"\u4f60\u8eab\u4e0a\u7684\u6bcf\u5c42\u4e2d\u6bd2\u72b6\u6001\u4f7f\u4f60\u83b7\u5f97 +#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3513180117","text":"\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1691221049","text":"\u751f\u6548\u671f\u95f4\uff0c\u66b4\u51fb\u4ea7\u751f\u7684\u6bd2\u6027\u6301\u7eed\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_2224292784","text":"\u540c\u65f6\u53ef\u4ee5\u653e\u7f6e\u6700\u591a # \u4e2a\u989d\u5916\u9677\u9631","type":"explicit"},{"id":"explicit.stat_3131110290","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u5219\u7194\u5ca9\u5954\u6d8c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1759630226","text":"\u4e0d\u80fd\u5077\u53d6\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1878455805","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_771127912","text":"\u6bcf\u79d2\u635f\u5931#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_842363566","text":"\u8303\u56f4\u5185\u6765\u81ea\u5929\u8d4b\u7684\u654f\u6377\u548c\u667a\u6167\u8f6c\u4e3a\u529b\u91cf\u8fd1\u6218\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_738100799","text":"\u8303\u56f4\u5185\u7269\u7406\u4f24\u5bb3\u7684\u589e\u51cf\u8f6c\u6362\u6210\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2961018200","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u5927\u91cf\u88ab\u521b\u9020\u7684\u751f\u7269","type":"explicit"},{"id":"explicit.stat_2388347909","text":"\u6700\u5de6\u8fb9\u7684 # \u4e2a\u9b54\u6cd5\u975e\u6062\u590d\u7c7b\u836f\u5242\u7ed9\u4f60\u6301\u7eed\u63d0\u4f9b\u836f\u5242\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3779398176","text":"\u4f60\u5177\u6709\u6b21\u7ea7\u5a01\u731b\u795e\u9f9b\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2123200297","text":"\u53e4\u795e\u7194\u7089\u4f20\u5947\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4ef6\u4f20\u5947\u8fd1\u6218\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_3762784591","text":"\u53d7\u5230\u7684\u6301\u7eed\u6027\u6df7\u6c8c\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1141756390","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u5219\u7194\u5ca9\u5954\u6d8c\u6bcf\u6b21\u8fde\u9501\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_289885185","text":"\u6df7\u6c8c\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2457517302","text":"\u8be5\u533a\u57df\u88ab\u65e5\u8000\u5973\u795e\u5360\u9886","type":"explicit"},{"id":"explicit.stat_3134632618","text":"\u8be5\u533a\u57df\u88ab\u6708\u5f71\u5973\u795e\u5360\u9886","type":"explicit"},{"id":"explicit.stat_1360925132","text":"\u589e\u52a0\u3010\u9020\u5316\u81ea\u7136\u3011","type":"explicit"},{"id":"explicit.stat_2494027711","text":"\u69a8\u53d6\u7403\u6570\u91cf\u4e0a\u9650\u7b49\u4e8e\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3881647885","text":"\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\u7684\u60c5\u51b5\u4e0b\uff0c\u67af\u840e\u5728\u63a5\u4e0b\u6765 # \u79d2\u5185\u65bd\u52a0\u51cb\u96f6","type":"explicit"},{"id":"explicit.stat_4252630904","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u8bb8\u591a\u5947\u5854\u5f17\u7684\u72c2\u4fe1\u8005","type":"explicit"},{"id":"explicit.stat_2443492284","text":"\u4f60\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_990335387","text":"\u672a\u4fdd\u7559\u7684\u751f\u547d\u5168\u6ee1\u65f6\u4e0d\u4f1a\u79fb\u9664\u751f\u547d\u5077\u53d6\u6548\u679c\\n\u6ee1\u8840\u65f6\uff0c\u751f\u547d\u5077\u53d6\u6539\u4e3a\u6062\u590d\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3223376951","text":"\u653b\u51fb\u65e0\u6cd5\u9020\u6210\u66b4\u51fb","type":"explicit"},{"id":"explicit.stat_2933024469","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u6cd5\u672f\u7684\u6295\u5c04\u7269\u65e0\u6cd5\u5206\u88c2","type":"explicit"},{"id":"explicit.stat_205619502","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 1 \u7ea7\u7684\u3010\u72c2\u91ce\u6012\u706b\u3011","type":"explicit"},{"id":"explicit.stat_3999870307","text":"\u6124\u6012\u72c2\u7075\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4016885052","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53ef\u4ee5\u53d1\u5c04 1 \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_417188801","text":"\u683c\u6321\u65f6 #% \u7684\u51e0\u7387\u83b7\u5f97\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3008104268","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u65e0\u6cd5\u7a7f\u900f\u53ec\u5524\u751f\u7269\u7684\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1813069390","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u667a\u6167\u548c\u654f\u6377\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u8679\u5149\u6280\u80fd\u7684\u706b\u7130\u4f24\u5bb3\u603b\u964d 50%","type":"explicit"},{"id":"explicit.stat_2966482502","text":"\u8c03\u6574\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650\u7684\u8bcd\u7f00\u6539\u4e3a\u8c03\u6574\u6b8b\u66b4\u7403\u6570\u91cf\u4e0b\u9650","type":"explicit"},{"id":"explicit.stat_2500585555","text":"\u5468\u56f4\u6bcf\u4e2a\u7075\u67a2\u90fd\u80fd\u4f7f\u4f60\u6bcf\u79d2\u518d\u751f#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2833896424","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6389\u843d\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_623651254","text":"\u4e0d\u80fd\u642d\u914d\u3010\u5f02\u7075\u4e4b\u4f53\u3011","type":"explicit"},{"id":"explicit.stat_1063920218","text":"\u6124\u6012\u72c2\u7075\u6bcf\u79d2\u53d7\u5230\u7b49\u540c\u4e8e\u6700\u5927\u751f\u547d #% \u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_514215387","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u667a\u6167\uff0c\u5219\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4070157876","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 #%\uff0c\u6700\u591a 50%","type":"explicit"},{"id":"explicit.stat_3241234878","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_4047895119","text":"\u6bcf 50 \u70b9\u654f\u6377\u53ef\u4f7f\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_433536969","text":"\u53ec\u5524\u751f\u7269\u6bcf\u6709 1% \u6df7\u6c8c\u6297\u6027\\n\u5c31\u5c06\u5176 #% \u6700\u5927\u751f\u547d\u8f6c\u5316\u4e3a\u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2412100590","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u51b0\u971c\u4e4b\u5203\u3011\u9020\u6210\\n\u7684\u8fd1\u6218\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1497601437","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1663239249","text":"\u6bcf 5 \u79d2\u89e6\u53d1 # \u7ea7\u7684\u3010\u9ab8\u9aa8\u5949\u732e\u3011\u3001\u3010\u8840\u8089\u5949\u732e\u3011\u6216\u3010\u7075\u9b42\u5949\u732e\u3011\\n\u4ee5\u6b64\u79cd\u65b9\u5f0f\u89e6\u53d1\u7684\u5949\u732e\u6280\u80fd\u4e5f\u4f1a\u5f71\u54cd\u4f60","type":"explicit"},{"id":"explicit.stat_4164247992","text":"\u65e0\u6cd5\u5145\u80fd\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1052583507","text":"\u65e0\u6cd5\u81ea\u52a8\u518d\u751f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1195319608","text":"\u88c5\u5907\u8eab\u4f53\u62a4\u7532\u7684\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3448743676","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u9b54\u50cf\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1213084913","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u89e3\u653e\u7684\u51b7\u5374\u65f6\u95f4\u4e3a # \u6beb\u79d2","type":"explicit"},{"id":"explicit.stat_2340173293","text":"\u6bcf\u4e2a\u767d\u8272\u63d2\u69fd\u4f1a\u4f7f\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3091072796","text":"\u4f60\u7684\u51fb\u4e2d\u65e0\u6cd5\u7a7f\u900f\u6216\u65e0\u89c6\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_450601566","text":"\u7edd\u671b\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_331731406","text":"\u65e0\u6cd5\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_1489905076","text":"\u65e0\u6cd5\u83b7\u5f97\u53cb\u519b\u5149\u73af\u6548\u679c","type":"explicit"},{"id":"explicit.stat_165059239","text":"\u602a\u7269\u51fb\u4e2d\u9020\u6210\u7684\u6240\u6709\u4f24\u5bb3\u90fd\u65bd\u52a0\u3010\u611f\u7535\u3011","type":"explicit"},{"id":"explicit.stat_4159765624","text":"\u6295\u5c04\u7269\u671d\u968f\u673a\u65b9\u5411\u53d1\u5c04","type":"explicit"},{"id":"explicit.stat_3507915723","text":"\u7ed9\u654c\u4eba\u65bd\u52a0\u7684\u6bcf\u4e2a\u6b7b\u4ea1\u51cb\u96f6\\n\u90fd\u4f7f\u5b83\u4eec\u4ece\u4f60\u7684\u51fb\u4e2d\u4e2d\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3168635562","text":"\u6218\u543c\u7684\u5a01\u529b\u503c\u65e0\u9650","type":"explicit"},{"id":"explicit.stat_2492660287","text":"\u4fdd\u7559 #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3900877792","text":"\u6ca1\u6709\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1280322024","text":"\u602a\u7269\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_3281123655","text":"\u65e0\u6cd5\u70b9\u71c3\u3001\u51b0\u7f13\u3001\u51bb\u7ed3\u3001\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2127433866","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_783864527","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u4e0d\u80fd\u518d\u751f\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2687254633","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u95ea\u7535\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4198346809","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u52a8\u7269","type":"explicit"},{"id":"explicit.stat_417509375","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a+# \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1670470989","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u90fd\u4f7f\u4f60\u65bd\u52a0\u7684\u6d41\u8840\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_209056835","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u4f60\u7528\u8be5\u6b66\u5668\u653b\u51fb\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3710150470","text":"\u6b8b\u66b4\u7403\u6570\u91cf\u4e0a\u9650\u7b49\u4e8e\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3169825297","text":"\u5468\u56f4\u654c\u4eba\u7684\u6655\u7729\u548c\u683c\u6321\u56de\u590d\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4017879067","text":"\u6bcf 50 \u70b9\u654f\u6377\u53ef\u4f7f\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3400437584","text":"\u6bcf\u6709 1% \u653b\u51fb\u683c\u6863\u7387\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_91242932","text":"\u5e7b\u5316\u7c7b\u53ec\u5524\u751f\u7269\u7684\u8fd1\u6218\u653b\u51fb\u4f1a\u5bf9\u5bf9\u5468\u56f4\u76ee\u6807\u9020\u6210\u6e85\u5c04\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3676958605","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1647529598","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u95ea\u7535\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2384457007","text":"\u65d7\u5e1c\u6280\u80fd\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3127641775","text":"\u4f60\u4f7f\u7528\u7684\u836f\u5242\u53ef\u4ee5\u7528\u4e8e\u590d\u82cf\u7684\u9b54\u536b\u548c\u5e7d\u9b42","type":"explicit"},{"id":"explicit.stat_1436284579","text":"\u514d\u75ab\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_2894567787","text":"\u683c\u6321\u65f6\u55b7\u6d12\u7126\u6cb9","type":"explicit"},{"id":"explicit.stat_2946222246","text":"\u65e0\u65c5\u884c\u8d39\u7528","type":"explicit"},{"id":"explicit.stat_1650632809","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u7535\u7403\u3011\u4f1a\u53d1\u5c04 1 \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_2092708508","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u3010\u51b0\u971c\u4e4b\u5203\u3011\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2434101731","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3206652215","text":"+#% \u7684\u51e0\u7387\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1135194732","text":"\u53ef\u4ee5\u6709\u989d\u5916 # \u4e2a\u9644\u9b54\u8bcd\u7f00","type":"explicit"},{"id":"explicit.stat_2813626504","text":"\u6cd5\u672f\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2527686725","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1736403946","text":"\u53ec\u5524\u751f\u7269\u53ea\u80fd\u51fb\u8d25\u88ab\u70b9\u71c3\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3420284170","text":"\u3010\u7535\u7403\u3011\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_2306836071","text":"\u83b7\u5f97\u6b8b\u66b4\u7403\u66ff\u4ee3\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3002060175","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u3010\u611f\u7535\u5730\u9762\u3011\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_4092697134","text":"\u94a2\u94c1\u610f\u5fd7","type":"explicit"},{"id":"explicit.stat_3809896400","text":"\u4e0d\u53d7\u8bc5\u5492\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1384864963","text":"\u751f\u547d\u6bcf\u7ea7\u6bcf\u79d2\u518d\u751f # \u70b9","type":"explicit"},{"id":"explicit.stat_3446170049","text":"\u751f\u6548\u671f\u95f4\uff0c\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210\u611f\u7535\uff0c\u4f7f\u5176\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 10%","type":"explicit"},{"id":"explicit.stat_550444281","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5bd2\u51b0\u8f6c\u70c8\u7130 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2560911401","text":"\u6cd5\u672f\u7684\u57fa\u7840\u6cd5\u672f\u66b4\u51fb\u51e0\u7387\u7b49\u4e8e\u4e3b\u624b\u6b66\u5668\u7684\u66b4\u51fb\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_616993076","text":"\u79d8\u73af\u4e0d\u62bd\u6210","type":"explicit"},{"id":"explicit.stat_2227428689","text":"\u602a\u7269\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3","type":"explicit"},{"id":"explicit.stat_3669353918","text":"\u602a\u7269\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2583415204","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f7f\u6d41\u8840 +#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2628721358","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u4f1a\u63d0\u4f9b\u653b\u51fb\u4f24\u5bb3 #% \u7684\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2845551354","text":"\u4f60\u53d7\u5230\u7684\u70b9\u71c3\u65f6\u95f4\u52a0\u6210\u4e5f\u9002\u7528\u4e8e\u6240\u6709\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2395088636","text":"\u989d\u5916\u6295\u63b7\u4e00\u4e2a\u5730\u96f7","type":"explicit"},{"id":"explicit.stat_4031851097","text":"\u65e0\u6cd5\u9020\u6210\u975e\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1011772129","text":"\u4f60\u7684\u95ea\u7535\u4f24\u5bb3\u53ef\u4ee5\u51b0\u51bb\u4f46\u65e0\u6cd5\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2171629017","text":"\u80fd\u91cf\u7403\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1583498502","text":"\u3010\u53ec\u5524\u5723\u7269\u3011\u7684\u51b7\u5374\u6062\u590d\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_1140739168","text":"\u751f\u6548\u671f\u95f4\uff0c\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1687962297","text":"\u95ea\u907f\u503c\u6309\u7167\u6bcf 500 \u70b9\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%\uff0c\u6700\u591a\u63d0\u9ad8 100%","type":"explicit"},{"id":"explicit.stat_3536082205","text":"\u53f3\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u51bb\u7ed3\u654c\u4eba\u65f6\u5728\u63a5\u4e0b\u6765 # \u79d2\u4f7f\u5176\u88ab\u51b0\u971c\u7f20\u8eab","type":"explicit"},{"id":"explicit.stat_3685028559","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u8150\u5316\u5730\u9762","type":"explicit"},{"id":"explicit.stat_3013430129","text":"\u3010\u53ec\u5524\u9b54\u4f8d\u3011\u6709 +# \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3799759054","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u541f\u5531\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_407482587","text":"\u975e\u541f\u5531\u6280\u80fd\u6d88\u8017+#\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3390848861","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u667a\u6167\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_326965591","text":"\u9738\u4f53","type":"explicit"},{"id":"explicit.stat_3138486617","text":"\u8b66\u62a5\u7b49\u7ea7\u6bcf\u79d2\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3651611160","text":"\u5632\u8bbd\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3446950357","text":"\u8303\u56f4\u5185\u5176\u4ed6\u4f24\u5bb3\u7c7b\u578b\u7684\u589e\u51cf\u8f6c\u6362\u6210\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_247168950","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u5143\u7d20\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2098320128","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u5219\u3010\u51b0\u971c\u8109\u51b2\u3011\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_252194507","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1187803783","text":"\u751f\u6548\u671f\u95f4\u4f60\u88ab\u611f\u7535\uff0c\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 50%","type":"explicit"},{"id":"explicit.stat_3709502856","text":"\u88ab\u4f60\u7f13\u901f\u7684\u654c\u4eba\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3282302743","text":"\u63d2\u5165\u7684\u975e\u6301\u7eed\u541f\u5531\u578b\u5f13\u7c7b\u6280\u80fd\u7531\u72d9\u51fb\u89e6\u53d1\\n\u63d2\u5165\u7684\u89e6\u53d1\u578b\u5f13\u7c7b\u6280\u80fd\u83b7\u5f97 0.05 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_31415336","text":"\u79fb\u52a8\u65f6\u5931\u53bb\u6240\u6709\u66b4\u51fb\u7403\uff0c\u8010\u529b\u7403\u548c\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3609854472","text":"\u4f60\u5bf9\u5df2\u7a7f\u523a\u7684\u654c\u4eba\u9020\u6210\u7684\u7a7f\u523a\u4f24\u5bb3\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_819529588","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2374357674","text":"\u82e5\u4f60\u8eab\u4e0a\u7684\u4e2d\u6bd2\u6548\u679c\u5c11\u4e8e 100\uff0c \u5219\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u5c06\u4f5c\u7528\u5230\u4f60\u8eab\u4e0a","type":"explicit"},{"id":"explicit.stat_2894297982","text":"\u4f60\u7684\u6df7\u6c8c\u4f24\u5bb3\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2265469693","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u70d9\u5370\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_4116409626","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1827605890","text":"\u62e5\u6709\u4e00\u5957\u7194\u7089\u5929\u8d4b\u6811\\n\u82e5\u8be5\u8bcd\u7f00\u88ab\u79fb\u9664\uff0c\u7194\u7089\u5929\u8d4b\u6811\u4f1a\u88ab\u79fb\u9664","type":"explicit"},{"id":"explicit.stat_2504709365","text":"\u5468\u56f4\u654c\u4eba\u5728\u7269\u7406\u795e\u76fe\u6ca1\u6709\u8017\u5c3d\u65f6\u88ab\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_1852317988","text":"\u9b54\u529b\u4e0d\u8db3\u4ecd\u7136\u53ef\u4ee5\u4f7f\u7528\u8fd1\u6218\u653b\u51fb","type":"explicit"},{"id":"explicit.stat_986616727","text":"\u53d7\u5230\u9b54\u86ca\u7684\u654c\u4eba\u88ab\u51fb\u8d25\u65f6\uff0c\u9b54\u86ca\u4f1a\u8f6c\u79fb\u5230 3 \u7c73\u5185\u7684\u6240\u6709\u654c\u4eba\u8eab\u4e0a","type":"explicit"},{"id":"explicit.stat_1589090910","text":"\u53ec\u5524\u9b54\u4f8d\u989d\u5916\u53ec\u5524\u4e00\u4e2a\u9b54\u4f8d","type":"explicit"},{"id":"explicit.stat_743992531","text":"\u88ab\u51fb\u4e2d\u65f6\u4f60\u53cd\u5c04\u7ed9\u654c\u4eba\u7684\u4f24\u5bb3\u6709#%\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.indexable_support_73","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u971c\u54ac\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2361218755","text":"\u88ab\u70b9\u71c3\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u70b9\u71c3\\n\u4f7f\u7528\u65f6\u79fb\u9664\u6240\u6709\u71c3\u70e7\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2906522048","text":"\u6bcf\u4e2a\u84dd\u8272\u63d2\u69fd +# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2936435999","text":"\u6bcf\u79d2\u5931\u53bb #% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2651141461","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u4eba\u578b\u751f\u7269\u3011","type":"explicit"},{"id":"explicit.stat_2477735984","text":"#% \u7684\u95ea\u7535\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u4e2d\u6263\u9664","type":"explicit"},{"id":"explicit.stat_1518701332","text":"\u82e5\u4f60\u6700\u9ad8\u7684\u4e24\u79cd\u5c5e\u6027\u76f8\u7b49\uff0c\u5219\u4f60\u83b7\u5f97\u70e7\u707c\u6c47\u6d41\u3001\u6613\u788e\u6c47\u6d41\u3001\u529b\u7aed\u6c47\u6d41","type":"explicit"},{"id":"explicit.stat_1360359242","text":"\u53ec\u5524\u751f\u7269\u6709\u80fd\u91cf\u62a4\u76fe\u65f6\uff0c\u5b83\u4eec\u7684\u51fb\u4e2d\u65e0\u89c6\u602a\u7269\u7684\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1194648995","text":"\u51b0\u7f13\u6548\u679c\u548c\u51b0\u51bb\u65f6\u957f\u57fa\u4e8e\u4f60\u80fd\u91cf\u62a4\u76fe\u7684 #% \u8ba1\u7b97","type":"explicit"},{"id":"explicit.stat_374737750","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1471600638","text":"\u63d2\u5165\u7684\u8bc5\u5492\u5b9d\u77f3\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1432093361","text":"\u4f20\u5947\u9996\u9886\u6389\u843d\u4e00\u4e2a\u989d\u5916\u5148\u9a71\u8005\u5377\u8f74","type":"explicit"},{"id":"explicit.stat_2907156609","text":"\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3555807120","text":"\u602a\u7269\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u9020\u6210\u4e2d\u6bd2\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_63111803","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u667a\u6167\u548c\u654f\u6377\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u8679\u5149\u6280\u80fd\u4e0d\u80fd\u9009\u62e9\u706b\u7130\u6548\u679c","type":"explicit"},{"id":"explicit.stat_308396001","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2834476618","text":"\u53ec\u5524\u751f\u7269\u7684\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u65f6\u95f4\u63d0\u524d #%","type":"explicit"},{"id":"explicit.stat_1752582590","text":"\u8c03\u6574\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650\u7684\u8bcd\u7f00\u6539\u4e3a\u8c03\u6574\u69a8\u53d6\u7403\u6570\u91cf\u4e0b\u9650","type":"explicit"},{"id":"explicit.stat_17526298","text":"\u6b64\u6b66\u5668\u653b\u51fb\u9020\u6210\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2410613176","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6d3b\u529b\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3285400610","text":"\u76fe\u724c\u4e0a\u6bcf\u6709 10 \u70b9\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u90fd\u4f7f\u526f\u624b\u66b4\u51fb\u7387 +#%","type":"explicit"},{"id":"explicit.stat_3738335639","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u654c\u4eba\u89e6\u53d1\u4f60\u7684\u9677\u9631\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_749770518","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u542f\u8fea\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3417757416","text":"\u9677\u9631\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3102860761","text":"\u6295\u63b7\u9677\u9631\u53ef\u4ee5\u4f7f\u79fb\u52a8\u901f\u5ea6\u5728 # \u79d2\u5185\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1898967950","text":"\u751f\u547d\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u6bcf\u79d2\u518d\u751f # \u70b9","type":"explicit"},{"id":"explicit.stat_2620656067","text":"\u7269\u7406\u795e\u76fe\u6d88\u6563\u65f6\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4263540840","text":"\u5de6\u6212\u6307\u680f\u4f4d\uff1a\u4e0d\u80fd\u518d\u751f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_322835727","text":"\u5f53\u4f60\u65bd\u653e\u8bc5\u5492\u6cd5\u672f\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2138819920","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1731672673","text":"\u9b54\u86ca\u53cd\u5c04","type":"explicit"},{"id":"explicit.stat_1169502663","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u51bb\u4f24\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4066711249","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u51fb\u9000 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_394639761","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_4003593289","text":"\u7f13\u901f\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u7f13\u901f","type":"explicit"},{"id":"explicit.stat_1367987042","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u51b0\u5ddd\u4e4b\u523a\u3011\u5c06\u989d\u5916\u7206\u70b8 1 \u6b21","type":"explicit"},{"id":"explicit.stat_25085466","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u6d77\u5deb\u3011\u548c\u5b83\u7684\u53ec\u5524\u751f\u7269","type":"explicit"},{"id":"explicit.stat_1567462963","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u989d\u5916\u547d\u4e2d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_911695185","text":"\u8fd1\u8ddd\u79bb\u66b4\u51fb\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_2074744008","text":"\u5f53\u8303\u56f4\u5185\u542b\u6709\u81f3\u5c11 40 \u70b9\u667a\u6167\u65f6\uff0c\u82e5\u4f60\u8fd1\u671f\u5185\u7c89\u788e\u88ab\u51b0\u51bb\u7684\u654c\u4eba\uff0c\u5219\u3010\u51b0\u971c\u8109\u51b2\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1791875585","text":"\u5f53\u4f60\u5931\u53bb\u4e00\u4e2a\u66b4\u51fb\u7403\u65f6\uff0c\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_832404842","text":"\u4f7f\u7528\u8be5\u6b66\u5668\u65f6\uff0c\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4191067677","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3423006863","text":"\u7bad\u77e2\u4f1a\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_3464137628","text":"\u540e\u7f00\u65e0\u6cd5\u88ab\u6539\u53d8","type":"explicit"},{"id":"explicit.stat_3428180555","text":"\u602a\u7269\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_422591144","text":"\u5e7b\u5316\u4e4b\u5203\u5fb7\u5c14\u7ef4\u5e0c\u4f1a\u5728\u66b4\u8d70\u7ed3\u675f\u65f6\u6d88\u5931","type":"explicit"},{"id":"explicit.stat_235847153","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u6bd2\u86c7\u6253\u51fb\u3011\u6bcf\u6b21\u9020\u6210\u4e2d\u6bd2\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u4e0d\u6d01\u4e4b\u529b","type":"explicit"},{"id":"explicit.stat_2695527599","text":"\u88ab\u70b9\u71c3\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u70b9\u71c3\\n\u4f7f\u7528\u65f6\u79fb\u9664\u6240\u6709\u71c3\u70e7\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1478305007","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u51b0\u5ddd\u4e4b\u523a\u3011\u7269\u7406\u4f24\u5bb3\u7684 #%\\n\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1749783861","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u75af\u72c2\u4e4b\u62e5\u3011\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2029018782","text":"\u602a\u7269\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_926444104","text":"\u7ed9\u8303\u56f4\u5185\u63d0\u4f9b\u95ea\u7535\u6297\u6027\u6216\u6240\u6709\u5143\u7d20\u6297\u6027\u7684\u5929\u8d4b\\n\u4e5f\u6709\u540c\u7b49\u51e0\u7387\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_4007482102","text":"\u4e0d\u80fd\u4f7f\u7528\u80f8\u7532","type":"explicit"},{"id":"explicit.stat_4102318278","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u87f9\u4e4b\u52bf\u3011","type":"explicit"},{"id":"explicit.stat_3952196842","text":"\u4f60\u7684\u9677\u9631\u88ab\u654c\u4eba\u89e6\u53d1\u65f6\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1261612903","text":"\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u53ef\u4ee5\u70b9\u71c3\u4f46\u65e0\u6cd5\u51b0\u51bb\u6216\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_458438597","text":"#% \u7684\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u6263\u9664","type":"explicit"},{"id":"explicit.stat_3304763863","text":"\u51fb\u8d25\u51b0\u51bb\u654c\u4eba\u540e\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_879520319","text":"\u4f60\u5728\u731b\u653b\u72b6\u6001\u4e0b\uff0c\u653b\u51fb\u3001\u65bd\u6cd5\u3001\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_144887967","text":"\u9677\u9631\u88ab\u654c\u4eba\u89e6\u53d1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 # \u79d2\u8ff7\u8e2a\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2343098806","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u72d9\u51fb\u3011\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2654043939","text":"\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u65f6\uff0c\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_2688118197","text":"\u6bcf 10 \u70b9\u6012\u706b\u4f7f\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2062792091","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3718597497","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u7531 # \u7ea7\u7684 \u7cbe\u51c6\u7834\u574f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1406092431","text":"\u5f53\u4f60\u6d88\u706d\u4e00\u4e2a\u88ab\u975e\u5149\u73af\u9b54\u86ca\u8bc5\u5492\u7684\u654c\u4eba\u65f6\uff0c\u5728\u9b54\u86ca\u5269\u4f59\\n\u7684\u6301\u7eed\u65f6\u95f4\u4e2d\u514d\u75ab\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_891135228","text":"\u602a\u7269\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u9020\u6210\u70b9\u71c3\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_509677462","text":"\u8303\u56f4\u5185\u63d0\u9ad8\u51b0\u971c\u6297\u6027\u7684\u5929\u8d4b\u4e5f\u4f1a\u63d0\u9ad8\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u72c2\u6012\u7403\u7684\u6982\u7387","type":"explicit"},{"id":"explicit.stat_4232582040","text":"\u762b\u75ea\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_2949096603","text":"\u4f60\u7684\u706b\u7130\u4f24\u5bb3\u53ef\u4ee5\u611f\u7535\u4f46\u65e0\u6cd5\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_651875072","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u6cef\u706d\u4e4b\u821e\u3011","type":"explicit"},{"id":"explicit.stat_2749166636","text":"\u8fd1\u8ddd\u79bb\u7528\u5f13\u51fb\u4e2d\u540e\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3544527742","text":"\u5f53\u4f60\u6ca1\u6709\u66b4\u51fb\u7403\u65f6\uff0c\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4113852051","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e # \u70b9\u654f\u6377\uff0c\u95ea\u907f\u503c\u63d0\u9ad8 1%","type":"explicit"},{"id":"explicit.stat_2761538350","text":"\u4f60\u5177\u6709\u6b21\u7ea7\u72c2\u51fb\u795e\u9f9b\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3434279150","text":"\u81ea\u8eab\u7684\u6bcf\u4e2a\u589e\u76ca\u4f1a\u4e3a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3913936991","text":"\u6240\u53d7\u7729\u6655\u51fb\u4e2d\u4f24\u5bb3\u7684 #% \u56de\u590d\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3997368968","text":"+# \u6700\u5927\u795e\u5723\u7403","type":"explicit"},{"id":"explicit.stat_1531241759","text":"\u4e0d\u518d\u901a\u8fc7\u529b\u91cf\u83b7\u5f97\u4f24\u5bb3\u52a0\u6210\uff0c\u6bcf 10 \u70b9\u529b\u91cf\u4f1a\u4f7f\\n\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 3%","type":"explicit"},{"id":"explicit.stat_3031766858","text":"\u4e13\u6ce8\u65f6\uff0c\u4f7f\u5468\u56f4\u654c\u4eba\u611f\u7535 # \u79d2","type":"explicit"},{"id":"explicit.stat_3212461220","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u602a\u7269\u9003\u8dd1","type":"explicit"},{"id":"explicit.stat_4108186648","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u541f\u5531\u65f6 +#%","type":"explicit"},{"id":"explicit.stat_1073384532","text":"\u4f60\u7684\u9677\u9631\u88ab\u654c\u4eba\u89e6\u53d1\u65f6\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_728246008","text":"\u65b0\u661f\u6280\u80fd\u5bf9\u73a9\u5bb6\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u603b\u964d 30% \\n\u65b0\u661f\u6280\u80fd\u4e0d\u5728\u5468\u8eab\u65bd\u653e\uff0c\u6539\u4e3a\u5728\u76ee\u6807\u4f4d\u7f6e\u65bd\u653e","type":"explicit"},{"id":"explicit.stat_676967140","text":"\u53ec\u5524\u751f\u7269\u683c\u6321\u65f6\uff0c\u56de\u590d\u5b83 #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2833218772","text":"\u74e6\u5c14\u6280\u80fd\u4f7f\u7528\u65f6\u6709 #% \u7684\u51e0\u7387\u91cd\u83b7\u88ab\u6d88\u8017\u7684\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_2130085756","text":"\u602a\u7269\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_886366428","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u9b54\u6cd5\u7269\u54c1\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2778228111","text":"\u653b\u51fb\u6280\u80fd\u9644\u52a0\u95ea\u7535\u4f24\u5bb3\uff0c\u7b49\u4e8e\u6700\u5927\u9b54\u529b\u7684 #%","type":"explicit"},{"id":"explicit.stat_20251177","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_240857668","text":"\u7075\u5de7\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4272453892","text":"+# \u529b\u91cf\u548c\u667a\u6167\u9700\u6c42","type":"explicit"},{"id":"explicit.stat_573884683","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u5949\u732e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_3410776118","text":"\u9759\u6b62\u65f6\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650\u7b49\u4e8e\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650\\n\u9759\u6b62\u65f6\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650\u7b49\u4e8e\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650\\n\u9759\u6b62\u65f6\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650\u7b49\u4e8e\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3790108551","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u5bd2\u51b0\u5f39\u3011\u4f1a\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_2119664154","text":"\u5f53\u4f60\u53ef\u80fd\u83b7\u5f97\u72c2\u6012\u7403\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u76f4\u63a5\u83b7\u5f97\u6700\u5927\u6570\u91cf\u7684\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_1619923327","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e # \u70b9\u654f\u6377\uff0c\u722a\u7c7b\u6b66\u5668\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 1%","type":"explicit"},{"id":"explicit.stat_2837603657","text":"\u4f60\u53ef\u4ee5\u5bf9\u654c\u4eba\u9020\u6210\u989d\u5916 1 \u4e2a\u70b9\u71c3\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3547189490","text":"\u5468\u56f4\u654c\u4eba\u7ed9\u4e88\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1953432004","text":"\u4e0d\u53d7\u4e2d\u6bd2\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2662268382","text":"\u4f60\u5728\u3010\u7075\u5de7\u3011\u72b6\u6001\u4e0b\uff0c\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3653191834","text":"\u4e0d\u53d7\u51b0\u7f13\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1195140808","text":"\u6613\u71c3\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2989883253","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u70bc\u91d1\u5947\u624d\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2923377613","text":"\u6bcf\u5c42\u51dd\u805a\u4f7f\u6cd5\u672f\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1482194094","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u706b\u7403\u3011 +#% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u70e7\u707c\u3011","type":"explicit"},{"id":"explicit.stat_4118987751","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u751f\u547d\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_761505024","text":"\u81ea\u8eab\u7684\u6bcf\u4e2a\u589e\u76ca\u4f1a\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2323242761","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_346351023","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u603b\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_221328679","text":"\u53ec\u5524\u7684\u6124\u6012\u72c2\u7075\u5176\u8fd1\u6218\u6253\u51fb\u5bf9\u5468\u56f4\u76ee\u6807\u9020\u6210\u706b\u7130\u9650\u5b9a\u6e85\u5c04\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_200113086","text":"\u65b0\u661f\u6cd5\u672f\u7684\u6548\u679c\u533a\u57df\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3069588220","text":"\u5468\u56f4\u654c\u4eba\u5728\u4f60\u81f3\u5c11\u6709 # \u70b9\u6012\u706b\u65f6\u88ab\u78be\u538b","type":"explicit"},{"id":"explicit.stat_1619168299","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_915233352","text":"\u5f92\u624b\u653b\u51fb\u7684\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u6309\u7167\u8303\u56f4\u5185\u6bcf\u914d\u7f6e # \u70b9\u654f\u6377\u63d0\u9ad8 1%","type":"explicit"},{"id":"explicit.stat_648019518","text":"\u4f7f\u7528\u65f6\u4f1a\u79fb\u9664\u9b54\u529b\uff0c\u7b49\u540c\u4e8e\u751f\u547d\u56de\u590d\u503c\u7684 #%","type":"explicit"},{"id":"explicit.stat_1174243390","text":"\u6ee1\u795e\u5723\u7403\u65f6\uff0c\u4f60\u83b7\u5f97\u3010\u795e\u6027\u3011\uff0c\u6301\u7eed # \u79d2\\n\u83b7\u5f97\u3010\u795e\u6027\u3011\u65f6\u5931\u53bb\u6240\u6709\u795e\u5723\u7403","type":"explicit"},{"id":"explicit.stat_695031402","text":"\u82e5\u8303\u56f4\u5185\u6709 40 \u70b9\u654f\u6377\uff0c\u654c\u4eba\u8eab\u4e0a\u7684\u6bcf\u5c42\u4e2d\u6bd2\u4f1a\u4f7f\u3010\u6bd2\u86c7\u6253\u51fb\u3011\u7684\u51fb\u4e2d\u548c\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_448903047","text":"\u6218\u6597\u6cd5\u5e08","type":"explicit"},{"id":"explicit.stat_2257118425","text":"\u74e6\u5c14\u51a5\u7ea6","type":"explicit"},{"id":"explicit.stat_3345955207","text":"\u6bcf 8 \u79d2\u83b7\u5f97\u4e00\u6b21\u3010\u706b\u4e4b\u5316\u8eab\u3011\uff0c\u6301\u7eed 4 \u79d2","type":"explicit"},{"id":"explicit.stat_3188291252","text":"\u51fb\u8d25\u611f\u7535\u654c\u4eba\u540e\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1091321491","text":"\u602a\u7269\u7684\u653b\u51fb\u51fb\u4e2d\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_647983250","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u683c\u6321\u8fc7\u6cd5\u672f\u4f24\u5bb3\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_2181499453","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u67af\u840e\u7684\u5e72\u6270\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_18234720","text":"\u667a\u6167\u9700\u6c42\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_240790947","text":"\u76fe\u724c\u4e0a\u6bcf\u6709 10 \u70b9\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u90fd\u4f7f\u526f\u624b\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_3085465082","text":"\u5730\u96f7\u5f15\u7206\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3408048164","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u4e3a\u6cd5\u672f\u9644\u52a0 # \u6700\u5c0f\u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_169657426","text":"\u4e3b\u624b\u6b66\u5668\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3662336899","text":"\u4f60\u627f\u53d7\u66b4\u51fb\u65f6\u6062\u590d # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_306104305","text":"\u4f60\u8eab\u4e0a\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4210076836","text":"\u6bcf\u4e2a\u7ea2\u8272\u63d2\u69fd +# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3968454273","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u83b7\u5f97\u566c\u9b42\u8005","type":"explicit"},{"id":"explicit.stat_2543019543","text":"\u4f60\u907f\u514d\u611f\u7535\u7684\u51e0\u7387\u52a0\u6210\u4e5f\u9002\u7528\u4e8e\u6240\u6709\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_5955083","text":"\u82e5\u4f60\u81f3\u5c11\u62e5\u6709 800 \u70b9\u667a\u6167\uff0c\u53ef\u4ee5\u653e\u7f6e\u5730\u96f7\u7684\u6280\u80fd\u5c31\u4f1a\u6700\u591a\u989d\u5916\u6295\u63b7 1 \u4e2a\u5730\u96f7","type":"explicit"},{"id":"explicit.stat_3188455409","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_3168399315","text":"\u836f\u5242\u5728\u672a\u542f\u7528\u7684\u60c5\u51b5\u4e0b\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2574337583","text":"\u62a4\u7532\u503c\u6309\u7167\u6bcf 50 \u70b9\u4fdd\u7559\u9b54\u529b\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2935409762","text":"\u5f53\u4f60\u4f7f\u7528\u5f13\u7bad\u653b\u51fb\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u7bad\u96e8\u3011","type":"explicit"},{"id":"explicit.stat_3584443917","text":"Count as having maximum number of Endurance Charges\\nCount as having maximum number of Frenzy Charges\\nCount as having maximum number of Power Charges","type":"explicit"},{"id":"explicit.stat_475518267","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_2815652613","text":"\u5f53\u4f60\u83b7\u5f97\u3010\u706b\u4e4b\u5316\u8eab\u3011\u65f6\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3470457445","text":"\u6df7\u6c8c\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u70b9\u71c3\u3001\u51b0\u7f13\u548c\u611f\u7535\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3163738488","text":"\u5143\u7d20\u4f24\u5bb3\u6309\u7167\u6bcf\u4e2a\u805a\u5149\u4e4b\u77f3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4095169720","text":"\u6295\u5c04\u7269\u653b\u51fb\u6280\u80fd\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1917661185","text":"\u82e5\u4f60\u81f3\u5c11\u62e5\u6709 800 \u70b9\u654f\u6377\uff0c\u53ef\u4ee5\u6295\u63b7\u5730\u96f7\u7684\u6280\u80fd\u5c31\u4f1a\u6700\u591a\u989d\u5916\u6295\u63b7 1 \u4e2a\u5730\u96f7","type":"explicit"},{"id":"explicit.stat_1019891080","text":"\u7bad\u77e2\u5bf9\u5176\u7a7f\u900f\u7684\u76ee\u6807\u6240\u9020\u6210\u7684\u51fb\u4e2d\u4f24\u5bb3\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1877661946","text":"\u4f60\u8eab\u4e0a\u7684\u795e\u9f9b\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2439129490","text":"\u6df7\u6c8c\u6297\u6027\u5f52\u96f6","type":"explicit"},{"id":"explicit.stat_663080464","text":"\u9644\u8fd1\u654c\u4eba\u7684\u6df7\u6c8c\u6297\u6027\u4e3a 0","type":"explicit"},{"id":"explicit.stat_893903361","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2868692131","text":"\u4f4e\u8840\u65f6\u83b7\u5f97\u7075\u5de7","type":"explicit"},{"id":"explicit.stat_3682009780","text":"\u5f53\u5e7b\u5316\u5b88\u536b\u51fb\u8d25\u4e00\u4e2a\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684\u3010\u5e7b\u5316\u5b88\u536b\u6b66\u5668\u3011","type":"explicit"},{"id":"explicit.stat_2112615899","text":"\u6b66\u5668\u4e0a\u7684\u6bcf\u4e2a\u7ea2\u8272\u63d2\u69fd\u4f7f\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1220105149","text":"\u4f60\u65e0\u6cd5\u62e5\u6709\u975e\u5e7b\u5316\u7c7b\u53ec\u5524\u751f\u7269","type":"explicit"},{"id":"explicit.stat_1209237645","text":"# \u6700\u5927\u865a\u7a7a\u4e4b\u77e2\u6570\u91cf","type":"explicit"},{"id":"explicit.stat_2920970371","text":"\u53d7\u5230\u8bc5\u5492\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_749465463","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u83b7\u5f97\u72c2\u6012\u7403\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3519268108","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 #-# \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4281949537","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u5143\u7d20\u8981\u5bb3\uff0c\u83b7\u5f97\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #% \u7684\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3269060224","text":"\u603b\u8ba1\u6d88\u8017 200 \u70b9\u9b54\u529b\u540e\u53ef\u4ee5\u83b7\u5f97 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1896269067","text":"\u65e0\u6cd5\u9020\u6210\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2415398184","text":"\u81f3\u5c11\u6709 200 \u70b9\u529b\u91cf\u65f6\uff0c+#% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3557561376","text":"\u4f4e\u9b54\u65f6\u53d7\u5230\u7684\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3261557635","text":"\u8fd1\u8ddd\u79bb\u65f6\uff0c\u5f13\u7c7b\u653b\u51fb\u4f1a\u51fb\u9000\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1478247313","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_896299992","text":"\u6bcf\u4e2a\u7eff\u8272\u63d2\u69fd +# \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2052379536","text":"\u5f53\u4f60\u83b7\u5f97\u3010\u706b\u4e4b\u5316\u8eab\u3011\u65f6\uff0c#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1177959871","text":"\u5468\u56f4\u7684\u654c\u4eba\u65e0\u6cd5\u9020\u6210\u66b4\u51fb","type":"explicit"},{"id":"explicit.stat_28721242","text":"\u4f60\u53ef\u4ee5\u540c\u65f6\u62e5\u6709\u4e24\u9762\u4e0d\u540c\u7684\u65d7\u5e1c","type":"explicit"},{"id":"explicit.stat_2401345409","text":"\u6cd5\u672f\u538b\u5236\u51e0\u7387\u8bcd\u7f00\u6709 #% \u4e5f\u5957\u7528\u4e8e\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_3738331820","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\\n\u5219\u3010\u51b0\u971c\u4e4b\u9524\u3011#% \u7684\u7269\u7406\u4f24\u5bb3\u4f1a\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_736847554","text":"\u56fe\u817e\u53d1\u5c04 # \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_2081344089","text":"\u7eaa\u5f8b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_34273389","text":"\xbf # \xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf","type":"explicit"},{"id":"explicit.stat_1356468153","text":"\u5468\u56f4\u53cb\u519b\u7684\u884c\u52a8\u901f\u5ea6\u65e0\u6cd5\u88ab\u51cf\u901f\u81f3\u57fa\u7840\u4ee5\u4e0b","type":"explicit"},{"id":"explicit.stat_2560038623","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u5f53\u654c\u4eba\u5728\u3010\u971c\u66b4\u3011\u7684\u4f5c\u7528\u533a\u57df\u88ab\u51fb\u8d25\uff0c\u5c06\u83b7\u5f97\u66b4\u51fb\u7403\u800c\u975e\u72c2\u6012\u7403\\n\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u971c\u66b4\u3011\u7684\u51b7\u5374\u65f6\u95f4\u7f29\u77ed\u5c06\u53d7\u66b4\u51fb\u7403\u5f71\u54cd\uff0c\u800c\u975e\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_2896346114","text":"\u96f6\u70b9\u5c04\u51fb","type":"explicit"},{"id":"explicit.stat_3691641145","text":"\u627f\u53d7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1681904129","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3 +#% \u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_4169318921","text":"\u8303\u56f4\u5185\u6bcf\u6709 10 \u70b9\u672a\u914d\u7f6e\u7684\u654f\u6377\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_113147867","text":"\u4f60\u4f7f\u7528\u653b\u51fb\u6280\u80fd\u65f6\u5931\u53bb #% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3324747104","text":"\u4e13\u6ce8\u65f6\uff0c\u5c06 #% \u7684\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_480975218","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u3010\u706b\u7403\u3011\u65e0\u6cd5\u3010\u70b9\u71c3\u3011","type":"explicit"},{"id":"explicit.stat_587175996","text":"\u5927\u8ff7\u5bab","type":"explicit"},{"id":"explicit.stat_1636209393","text":"\u4f60\u7684\u6280\u80fd\u65bd\u52a0\u7ed9\u654c\u4eba\u7684\u975e\u8bc5\u5492\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2727977666","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\\n\u3010\u5bd2\u51b0\u5f39\u3011\u4f1a\u6bcf\u79d2\u63d0\u9ad8 #% \u6295\u5c04\u7269\u901f\u5ea6","type":"explicit"},{"id":"explicit.stat_4268321763","text":"\u6ee1\u8840\u65f6\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3030692053","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f29\u70ae\u56fe\u817e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_951608773","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u6d41\u8840\u7684\u6301\u7eed\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_3913282911","text":"\u653b\u51fb\u6280\u80fd\u7684\u6301\u7eed\u6df7\u6c8c\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_2487643588","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6301\u7eed\u65f6\u95f4\u7f29\u77ed \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_478698670","text":"\u5e7b\u5316\u53ec\u5524\u751f\u7269\u7684\u8fd1\u6218\u653b\u51fb\u5bf9\u5468\u56f4\u76ee\u6807\u9020\u6210\u7684\u6e85\u5c04\u4f24\u5bb3\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_242161915","text":"\u6240\u6709\u5143\u7d20\u6297\u6027\u90fd\u6309\u7167\u6bcf\u4e2a\u805a\u5149\u4e4b\u77f3 +#%","type":"explicit"},{"id":"explicit.stat_3743301799","text":"\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2839036860","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3215997147","text":"\u65e0\u4e0a\u8870\u8d25","type":"explicit"},{"id":"explicit.stat_128585622","text":"\u53ec\u5524\u751f\u7269\u8f6c\u4e3a\u3010\u4fb5\u7565\u3011","type":"explicit"},{"id":"explicit.stat_887556907","text":"\u672a\u5904\u4e8e\u6fd2\u8840\u72b6\u6001\u65f6\uff0c\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u65e0\u6cd5\u5ffd\u7565\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_74338099","text":"\u6280\u80fd\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_2022851697","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u83b7\u5f97\u74e6\u5c14\u51a5\u7ea6\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3248691197","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4173140569","text":"\u6bcf\u6b21\u8fd1\u6218\u51fb\u4e2d\u53ef\u4ee5\u8ba9\u4f60\u643a\u5e26\u7684\u65d7\u5e1c\u83b7\u5f97 1 \u5c42\u6548\u679c\uff0c\u6bcf\u79d2\u6700\u591a 5 \u5c42","type":"explicit"},{"id":"explicit.stat_3262369040","text":"\u4f60\u4f7f\u7528\u975e\u89e6\u53d1\u578b\u6280\u80fd\u53d1\u5c04\u7bad\u77e2\u65f6\uff0c\u6d88\u8017\u4e00\u679a\u3010\u865a\u7a7a\u4e4b\u77e2\u3011\u53ef\u4ee5\u89e6\u53d1 # \u7ea7\u7684\u3010\u865a\u7a7a\u5c04\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_1958210928","text":"\u53ec\u5524\u7684\u9b54\u4f8d\u83b7\u5f97\u706b\u4e4b\u5316\u8eab","type":"explicit"},{"id":"explicit.stat_3134513219","text":"\u71c3\u70e7\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1061631617","text":"\u6bcf\u6709 50 \u70b9\u529b\u91cf\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_250876318","text":"\u6bcf\u4e2a\u7eff\u8272\u63d2\u69fd\u4f1a\u4f7f\u5168\u5c40\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3585572043","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u5e7b\u5316\u6b66\u5668\u3011\u53ef\u4ee5\u5e7b\u5316\u6700\u591a # \u628a\u8fdc\u7a0b\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_1383676476","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u524d\u83b7\u5f97\u5df2\u635f\u5931\u672a\u4fdd\u7559\u751f\u547d\u7684 #%","type":"explicit"},{"id":"explicit.stat_398702949","text":"\u66b4\u51fb\u65f6\u83b7\u5f97\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_347328113","text":"\u51fb\u8d25\u6bcf\u4e2a\u611f\u7535\u7684\u654c\u4eba\u56de\u590d +# \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3551025193","text":"\u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7684\u51e0\u7387\u4f1a\u7279\u522b\u4e0d\u5e78","type":"explicit"},{"id":"explicit.stat_303219716","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u6218\u543c\uff0c\u4e14\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u4fbf\u5c06\u627f\u53d7\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2298311736","text":"\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\u7684\u60c5\u51b5\u4e0b\uff0c\u70bc\u72f1\u6218\u543c\u589e\u52a9\u653b\u51fb\u7684\u70b9\u71c3\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1539696482","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u529b\u91cf\u81f3\u5c11 40 \u70b9\u65f6\uff0c\u5468\u56f4\u6bcf\u4e2a\u654c\u4eba\u4f7f\u5288\u780d\u8303\u56f4 +0.1 \u7c73\uff0c\\n\u6700\u591a +1 \u7c73","type":"explicit"},{"id":"explicit.stat_774474440","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u51bb\u7ed3\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_504462346","text":"\u5468\u56f4\u6bcf\u4e2a\u7075\u67a2\u80fd\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3686066640","text":"\u4f60\u7684\u6df7\u6c8c\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_3774108776","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1971757986","text":"\u5077\u53d6\u751f\u547d\u65f6\uff0c\u53d7\u5230\u6301\u7eed\u6df7\u6c8c\u4f24\u5bb3\u4f1a\u8f6c\u4e3a\u6cbb\u7597\u4f60","type":"explicit"},{"id":"explicit.stat_1198418726","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u67af\u840e\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1010340836","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u53ec\u5524 1 \u7ea7\u7684\u4f4e\u9636\u795e\u6bbf","type":"explicit"},{"id":"explicit.stat_2230931659","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u8d25\u51bb\u7ed3\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_108334292","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u795e\u5723\u7403","type":"explicit"},{"id":"explicit.stat_3383226338","text":"\u6028\u6bd2\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4078952782","text":"\u5f53\u4f60\u6ca1\u6709\u83b7\u5f97\u3010\u706b\u4e4b\u5316\u8eab\u3011\u65f6\uff0c+# \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_2485187927","text":"\u5f53\u6280\u80fd\u6216\u53ec\u5524\u751f\u7269\u51fb\u8d25\u7a00\u6709\u602a\u7269\u65f6\u4ea7\u751f\u4e00\u4e2a\u83cc\u6f6e\u5b62\u5b50","type":"explicit"},{"id":"explicit.stat_464535071","text":"\u9677\u9631\u548c\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_881299808","text":"\u7194\u94f8\u7269\u54c1\u62e5\u6709 30% \u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_2471517399","text":"\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\u7684\u60c5\u51b5\u4e0b\u7981\u7528\u71c3\u5c3d","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_chitus","text":"\u6388\u4e88 # \u7eaa\u5ff5\u5207\u7279\u65af\u7684\u91d1\u5e01","type":"explicit"},{"id":"explicit.stat_1583385065","text":"\u975e\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u5728\u963b\u7075\u672f\u6301\u7eed\u671f\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1588674629","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_285624304","text":"\u5f53\u4f60\u62e5\u6709\u6700\u5927\u6570\u91cf\u7684\u72c2\u6012\u7403\u65f6\uff0c\u6280\u80fd\u989d\u5916\u8fde\u9501\u5f39\u5c04 1 \u6b21","type":"explicit"},{"id":"explicit.stat_1746347097","text":"\u3010\u9e1f\u4e4b\u52bf\u3011\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1248507170","text":"\u5288\u780d\u7684\u51fb\u4e2d\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\u7684\u60c5\u51b5\u4e0b\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_759294825","text":"\u6bcf\u628a\u5e7b\u5316\u6b66\u5668\u53ef\u4f7f\u5e7b\u5316\u5b88\u536b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3565558422","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\\n\u5219\u3010\u51b0\u971c\u4e4b\u9524\u3011\u4f1a\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_388639924","text":"\u7406\u667a\u72b6\u6001\u4e0b\uff0c\u53d7\u5230\u7684\u7269\u7406\u548c\u6df7\u6c8c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2076080860","text":"\u6bcf\u4e2a\u767d\u8272\u63d2\u69fd\u4f7f\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.stat_778050954","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e # \u70b9\u654f\u6377\uff0c\u653b\u51fb\u9644\u52a0 1 \u70b9\u6700\u5927\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_725696472","text":"\u4e00\u6b21\u6700\u591a\u53ea\u80fd\u4ece\u4e00\u4e2a\u6fc0\u6d3b\u7684\u5148\u7956\u56fe\u817e\u4e2d\u83b7\u5f97 1 \u4e2a\u589e\u76ca\u6548\u679c","type":"explicit"},{"id":"explicit.stat_974757096","text":"\u66b4\u8d70\u65f6\u89e6\u53d1 # \u7ea7\u5e7b\u5316\u4e4b\u5203\u5fb7\u5c14\u7ef4\u5e0c","type":"explicit"},{"id":"explicit.stat_2257592286","text":"\u8d4f\u91d1\u730e\u4eba\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1756125633","text":"\u5e7b\u5316\u4e4b\u5203\u5fb7\u5c14\u7ef4\u5e0c\u4f1a\u7981\u7528\u6240\u6709\u6b66\u5668\u69fd","type":"explicit"},{"id":"explicit.stat_607839150","text":"\u5468\u56f4\u654c\u4eba\u88ab\u7f13\u901f\uff0c\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_2889807051","text":"\u8fd1\u6218\u51fb\u4e2d\u89c6\u4e3a\u66b4\u8d70\u51fb\u8d25\\n\u66b4\u8d70","type":"explicit"},{"id":"explicit.stat_2806435316","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1539825365","text":"\u3010\u963b\u7075\u672f\u3011\u751f\u6548\u671f\u95f4\uff0c+# \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_189451991","text":"\u53cd\u5c04 # \u6df7\u6c8c\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_3541114083","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u6355\u718a\u9677\u9631\u3011","type":"explicit"},{"id":"explicit.stat_956038713","text":"\u82e6\u75db\u5171\u4eab","type":"explicit"},{"id":"explicit.stat_3239991868","text":"\u63d0\u4f9b # \u7ea7\u7cbe\u795e\u5931\u5e38","type":"explicit"},{"id":"explicit.stat_2065361612","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u542f\u8499 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3605834869","text":"\u6280\u80fd\u83b7\u5f97\u7b49\u4e8e\u57fa\u7840\u9b54\u529b\u6d88\u8017#%\u7684\u57fa\u7840\u751f\u547d\u6d88\u8017","type":"explicit"},{"id":"explicit.stat_2904116257","text":"\u65c5\u884c\u62a5\u916c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4272248216","text":"\u7075\u80fd\u62a4\u4f53","type":"explicit"},{"id":"explicit.stat_4196775867","text":"\u5149\u73af\u6548\u679c\u5bf9\u53cb\u519b\u6ca1\u6709\u4f5c\u7528","type":"explicit"},{"id":"explicit.stat_3985468650","text":"\u83b7\u5f97 # \u7ea7\u7684\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u8840\u8109\u5949\u732e\u3011","type":"explicit"},{"id":"explicit.stat_2504632495","text":"\u7406\u667a\u72b6\u6001\u4e0b\uff0c\u88ab\u51fb\u4e2d\u65f6\u5728\u4e00\u79d2\u5185\u518d\u751f #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1131820918","text":"\u7a00\u6709\u548c\u4f20\u5947\u7684\u53e4\u795e\u7194\u7089\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u9762\\n\u5177\u6709\u7194\u7089\u5929\u8d4b\u6811\u7684\u76fe\u724c","type":"explicit"},{"id":"explicit.stat_4122424929","text":"\u4e0d\u80fd\u9644\u52a0\u6b66\u5668\u653b\u51fb\u76f8\u5173\u5c5e\u6027\u4fee\u6b63","type":"explicit"},{"id":"explicit.stat_550848224","text":"\u8840\u59ff\u6001\u4e0b\u6bcf\u79d2\u6062\u590d # \u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_747037697","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u529b\u91cf\uff0c\u56fe\u817e\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1785568076","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u7ec8\u7ed3\u6280\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1615324731","text":"\u653b\u51fb\u65f6\uff0c\u6bcf\u6709\u4e00\u4e2a\u5897\u52a9\u7684\u6218\u543c\uff0c\\n\u4fbf\u53d7\u5230\u76f8\u5f53\u4e8e\u751f\u547d\u503c#%\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_293465345","text":"\u79d8\u73af\u62bd\u6210\u63d0\u9ad8\u81f3 #%","type":"explicit"},{"id":"explicit.stat_2516869940","text":"\u6cd5\u672f\u6280\u80fd\u53ea\u80fd\u5728\u6700\u540e\u4e00\u6b21\u91cd\u590d\u66b4\u51fb","type":"explicit"},{"id":"explicit.stat_3797538318","text":"\u75af\u72c2\u72b6\u6001\u4e0b\uff0c\u88ab\u4f60\u7684\u51fb\u4e2d\u51fb\u8d25\u7684\u654c\u4eba\u4f1a\u88ab\u6bc1\u706d","type":"explicit"},{"id":"explicit.stat_484879947","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6124\u6012\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_973574623","text":"\u63d2\u5165\u7684\u6295\u5c04\u7269\u6cd5\u672f\u53d1\u5c04\u4e00\u679a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_3833160777","text":"\u6240\u6709\u51fb\u4e2d\u7684\u4f24\u5bb3\u90fd\u6709\u51b0\u7f13\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3019649166","text":"\u538b\u5236\u654c\u4eba\u7684\u6cd5\u672f\u4f24\u5bb3\u65f6\u4f7f\u5176\u75b2\u60eb # \u79d2","type":"explicit"},{"id":"explicit.stat_3519807287","text":"\u5bf9\u7167\u4eae\u8303\u56f4\u7684\u589e\u5f3a\u4e0e\u51cf\u5f31\u6548\u679c\u4e5f\u4f5c\u7528\u4e8e\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4120779321","text":"\u4f7f\u7528\u65f6\u5c06\u751f\u547d\u6263\u81f3\u5269\u4f59 1 \u70b9\\n\u6263\u9664\u7684\u751f\u547d\u5c06\u5728 # \u79d2\u5185\u8f6c\u6362\u4e3a\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1606263610","text":"\u683c\u6321\u65f6\u8865\u5145 #% \u7684\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1308467455","text":"\u9751\u6625\u6c38\u9a7b","type":"explicit"},{"id":"explicit.stat_1109700751","text":"\u53cd\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4020144606","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u51b0\u971c\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2692289207","text":"\u75af\u72c2\u72b6\u6001\u4e0b\uff0c\u603b\u66b4\u51fb\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3615541554","text":"\u751f\u6548\u671f\u95f4\uff0c\u7ed3\u754c\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3457687358","text":"\u88ab\u653b\u51fb\u6216\u6cd5\u672f\u51fb\u4e2d\u51fb\u8d25\u7684\u654c\u4eba\u4f1a\u7206\u70b8\uff0c\u9020\u6210\u5176\u751f\u547d #% \u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1386792919","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u611f\u7535\uff0c\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3868073741","text":"\u5931\u8861\u536b\u58eb","type":"explicit"},{"id":"explicit.stat_2734809852","text":"\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2544408546","text":"\u3010\u9e1f\u4e4b\u52bf\u3011\u4e5f\u4f1a\u4f7f\u5468\u56f4\u53cb\u519b\u83b7\u5f97\u3010\u9e1f\u4e4b\u529b\u91cf\u3011\u548c\u3010\u9e1f\u4e4b\u6597\u9b44\u3011","type":"explicit"},{"id":"explicit.stat_2505291583","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1643688236","text":"\u4e0d\u53d7\u71c3\u70e7\u5730\u9762\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2229840047","text":"\u6548\u679c\u671f\u95f4\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u65e0\u6cd5\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_919960234","text":"\u5f53\u5e7b\u5316\u6b66\u5668\u51fb\u8d25\u4e00\u4e2a\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 18 \u7ea7\u7684\u3010\u5e7b\u5316\u5b88\u536b\u6b66\u5668\u3011","type":"explicit"},{"id":"explicit.stat_2257141320","text":"\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1540840","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u707c\u70ed\u5149\u7ebf\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2879723104","text":"\u524d\u7f00\u65e0\u6cd5\u88ab\u6539\u53d8","type":"explicit"},{"id":"explicit.stat_1165023334","text":"\u4f60\u7684\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f","type":"explicit"},{"id":"explicit.stat_2825197711","text":"\u80fd\u91cf\u62a4\u76fe\u5168\u6ee1\u65f6\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2480873346","text":"\u5468\u56f4\u654c\u4eba\u88ab\u3010\u51b0\u7f13\u3011","type":"explicit"},{"id":"explicit.stat_3375415245","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u9020\u6210\u7684\u7269\u7406\u4f24\u5bb3\u5bf9\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_407390981","text":"#%\u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2416869319","text":"\u7ed9\u53ec\u5524\u751f\u7269\u63d0\u4f9b #% \u751f\u547d\u6062\u590d\u6548\u679c","type":"explicit"},{"id":"explicit.stat_637033100","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u654f\u6377\u548c\u529b\u91cf\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u8679\u5149\u6280\u80fd\u4e0d\u80fd\u9009\u62e9\u95ea\u7535\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3703926412","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u9020\u6210\u7684\u706b\u7130\u4f24\u5bb3\u5bf9\u6d41\u8840\u7684\u654c\u4eba\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3151397056","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a #%","type":"explicit"},{"id":"explicit.stat_2135370196","text":"\u6bcf\u4e2a\u5f71\u54cd\u4f60\u7684\u3010\u6df1\u6e0a\u73e0\u5b9d\u3011\u53ef\u4f7f\u6700\u5927\u9b54\u529b\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2916280114","text":"\u4e0d\u4f1a\u56e0\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3\u800c\u7729\u6655","type":"explicit"},{"id":"explicit.stat_3767939384","text":"\u4f60\u6bcf\u6709 100 \u70b9\u529b\u91cf\uff0c\u5468\u56f4\u53cb\u519b\u7684\u9632\u5fa1\u5c5e\u6027\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1195849808","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2864618930","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u529b\u91cf\u548c\u667a\u6167\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u8679\u5149\u6280\u80fd\u4e0d\u80fd\u9009\u62e9\u51b0\u971c\u6548\u679c","type":"explicit"},{"id":"explicit.stat_161058250","text":"\u5f53\u4f60\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u65f6\uff0c\u83b7\u5f97\u566c\u9b42\u8005 # \u79d2","type":"explicit"},{"id":"explicit.stat_1163758055","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2125178364","text":"\u6bcf\u6709 200 \u654f\u6377\uff0c\u653b\u57ce\u70ae\u53f0 +# \u53ec\u5524\u56fe\u817e\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2666795121","text":"\u9b54\u529b\u518d\u751f\u7387\u6309\u7167\u6bcf\u4e2a\u53ec\u5524\u7684\u7075\u4f53\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2970307386","text":"\u53cd\u5c04 # - # \u7269\u7406\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_523966073","text":"\u4f60\u83b7\u5f97\u732b\u4e4b\u654f\u6377\u65f6\uff0c\u72c2\u6012\u7403\u548c\u8010\u529b\u7403\u83b7\u5f97\u81f3\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_1274200851","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u51fb\u4e2d\u65f6\u4f24\u5bb3\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_168308685","text":"\u594b\u9510\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2878779644","text":"\u83b7\u5f9720\u7ea7\u7684\u53ec\u5524\u517d # \u6280\u80fd","type":"explicit","option":{"options":[{"id":1,"text":"\u6050\u5599\u9e1f"},{"id":2,"text":"\u718a"},{"id":3,"text":"\u86c7"}]}},{"id":"explicit.stat_1955882986","text":"\u65bd\u653e\u6cd5\u672f\u540e 1 \u79d2\u5185\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2498303876","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u591a\u91cc\u4e9a\u5c3c\u4e4b\u89e6\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_446733281","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6cd5\u672f\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3292262540","text":"\u53ec\u96c6\u90e8\u961f","type":"explicit"},{"id":"explicit.stat_1200347828","text":"\u4f4e\u8840\u65f6\u4f7f\u7528\u751f\u547d\u836f\u5242\u7acb\u5373\u56de\u590d","type":"explicit"},{"id":"explicit.stat_1507059769","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_407317553","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6301\u7eed\u65f6\u95f4\u5ef6\u957f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_497716276","text":"\u9677\u9631\u89e6\u53d1\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3328802509","text":"\u6fc0\u6d3b\u7684\u5148\u7956\u56fe\u817e\u589e\u76ca\u6548\u679c\u5ef6\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_4245896836","text":"\u51bb\u7ed3\u3001\u611f\u7535\u3001\u70b9\u71c3 \u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_3764265320","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2643613764","text":"\u88ab\u8bc5\u5492\u7684\u654c\u4eba\u65e0\u6cd5\u5bf9\u4f60\u65bd\u52a0\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1631928082","text":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u63d0\u9ad8\u6216\u964d\u4f4e\uff0c\u5c06\u540c\u6837\u5957\u7528\u4e8e\u81ea\u8eab","type":"explicit"},{"id":"explicit.stat_462691314","text":"\u60d8\u4fe1\u8005","type":"explicit"},{"id":"explicit.stat_1549868759","text":"+# \u70b9\u95ea\u907f\u503c\u548c\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2339012908","text":"\u6240\u6709\u529b\u91cf\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2929101122","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5143\u7d20\u6269\u6563 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1911037487","text":"\u8150\u5316\u7684\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_1996775727","text":"\u6bcf\u5931\u53bb\u4e00\u4e2a\u7cbe\u795e\u7403\uff0c\u56de\u590d #% \u7684\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1859244771","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5f7b\u9aa8 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4127720801","text":"\u65e0\u6cd5\u683c\u6863","type":"explicit"},{"id":"explicit.stat_3074608753","text":"\u53ec\u5524\u7684\u9b54\u4f8d\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u88ab\u7070\u70ec\u7f20\u8eab","type":"explicit"},{"id":"explicit.stat_328131617","text":"\u6bcf\u79d2\u83b7\u5f97\u4e00\u4e2a\u7cbe\u795e\u7403","type":"explicit"},{"id":"explicit.stat_2358015838","text":"\u95ea\u907f\u503c\u968f\u8d85\u91cf\u51b0\u971c\u6297\u6027\u63d0\u9ad8","type":"explicit"},{"id":"explicit.stat_2066426995","text":"\u6bcf 25 \u70b9\u654f\u6377\u53ef\u4ee5\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3266394681","text":"\u653b\u51fb\u7684\u6280\u80fd +# \u53ec\u5524\u56fe\u817e\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3286480398","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u667a\u6167\u548c\u529b\u91cf\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u8679\u5149\u6280\u80fd\u7684\u51b0\u971c\u4f24\u5bb3\u603b\u964d 50%","type":"explicit"},{"id":"explicit.stat_864879045","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u51b0\u7f13\u653b\u51fb\u8005 4 \u79d2","type":"explicit"},{"id":"explicit.stat_3590104875","text":"\u6700\u5927\u8010\u529b\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\u5931\u53bb\u6240\u6709\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3693130674","text":"\u95ea\u7535\u4f24\u5bb3\u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_542375676","text":"\u4e2d\u6bd2\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2766470009","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u5bcc\u8c6a\u77f3\u53d8\u4e3a\u795e\u5723\u77f3","type":"explicit"},{"id":"explicit.stat_555311393","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u6301\u7eed\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4091848539","text":"\u683c\u6321\u540e\u7684\u8fd1\u671f\u5185 +# \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_3738009328","text":"\u6cd5\u672f\u6280\u80fd\u6700\u540e\u4e00\u6b21\u91cd\u590d\u59cb\u7ec8\u66b4\u51fb","type":"explicit"},{"id":"explicit.stat_1904031052","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u7edd\u671b\uff0c\u5219\u5728\u547d\u4e2d\u65f6\u65bd\u52a0 2 \u79d2\u7684\u6b7b\u4ea1\u51cb\u96f6","type":"explicit"},{"id":"explicit.stat_3839163699","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9677\u9631\u51b7\u5374(\u8f85) \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1138742368","text":"\u7167\u4eae\u8303\u56f4\u7684\u6269\u5927\u548c\u7f29\u5c0f\u4e5f\u540c\u6837\u4f5c\u7528\u4e8e\u6548\u679c\u533a\u57df\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 #%","type":"explicit"},{"id":"explicit.stat_415837237","text":"\u5468\u56f4\u654c\u4eba\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3398283493","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_335735137","text":"\u56fe\u817e\u65e0\u6cd5\u88ab\u51fb\u6655","type":"explicit"},{"id":"explicit.stat_3664803307","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u53ec\u5524\u52b2\u5f29","type":"explicit"},{"id":"explicit.stat_4204954479","text":"\u9b54\u529b\u56de\u590d\u4f1a\u5728\u6548\u679c\u7ed3\u675f\u65f6\u7acb\u5373\u5f00\u59cb","type":"explicit"},{"id":"explicit.stat_1381972535","text":"\u5168\u5c40\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%\uff0c\u540c\u65f6\u7b49\u91cf\u964d\u4f4e\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1645524575","text":"\u8303\u56f4\u5185\u63d0\u9ad8\u706b\u7130\u6297\u6027\u7684\u5929\u8d4b\u4e5f\u4f1a\u63d0\u9ad8\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u8010\u529b\u7403\u7684\u6982\u7387","type":"explicit"},{"id":"explicit.stat_2387539034","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3598983877","text":"\u5f53\u653b\u51fb\u4f7f\u602a\u7269\u70b9\u71c3\u65f6\uff0c\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3607154250","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u8d25\u51bb\u7ed3\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3442976749","text":"\u73a9\u5bb6\u53d7\u5230\u51bb\u4f24\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_4026156644","text":"\u751f\u6548\u671f\u95f4\uff0c\u6240\u6709\u5143\u7d20\u6297\u6027\u6700\u5927\u503c +#%","type":"explicit"},{"id":"explicit.stat_3104895675","text":"\u63d2\u5165\u7684\u6295\u5c04\u7269\u6cd5\u672f\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3185671537","text":"\u6bcf\u4e2a\u5f71\u54cd\u4f60\u7684\u3010\u6df1\u6e0a\u73e0\u5b9d\u3011\u53ef\u4f7f\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1269609669","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4ee5\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2199099676","text":"\u5f53\u4f60\u683c\u6321\u65f6\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u6216\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_973000407","text":"\u4f60\u7684\u8bc5\u5492\u9650\u5236\u7b49\u4e8e\u4f60\u7684\u6700\u5927\u66b4\u51fb\u7403\u6570\u91cf","type":"explicit"},{"id":"explicit.stat_281201999","text":"\u51fb\u9000\u65b9\u5411\u98a0\u5012","type":"explicit"},{"id":"explicit.stat_715256302","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6b8b\u66b4 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1740229525","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3779823630","text":"\u65e0\u9b54\u529b\u4fdd\u7559\u65f6\uff0c\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2982500944","text":"\u8840\u59ff\u6001\u4e0b\uff0c\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1027887872","text":"\u5148\u7956\u56fe\u817e\u6fc0\u6d3b\u540e\uff0c\u5b83\u4eec\u63d0\u4f9b\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1840751341","text":"\u4e13\u6ce8\u65f6\uff0c\u4f60\u65bd\u52a0\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1112135314","text":"\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6218\u543c\u6280\u80fd\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_967556848","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u7684\u6295\u5c04\u7269\u4f1a\u4ee5\u73af\u72b6\u65b9\u5f0f\u53d1\u5c04","type":"explicit"},{"id":"explicit.stat_383557755","text":"\u79fb\u5f62\u6362\u5f71","type":"explicit"},{"id":"explicit.stat_1647746883","text":"\u6c99\u59ff\u6001\u4e0b\uff0c\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1575519214","text":"\u83b7\u5f97\u7b49\u540c\u4e8e\u4f60\u529b\u91cf\u6570\u503c\u7684\u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_3594661200","text":"\u88ab\u4f60\u51fb\u4e2d\u800c\u51b0\u7f13\u7684\u654c\u4eba\u9020\u6210\u7684\u4f24\u5bb3\u964d\u4f4e\uff0c\u6548\u679c\u76f8\u5f53\u4e8e\u51b0\u7f13\u6548\u679c\u7684\u4e00\u534a","type":"explicit"},{"id":"explicit.stat_2087104263","text":"\u53ec\u5524\u52b2\u5f29\u53d1\u5c04 # \u679a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_3243514586","text":"\u7a00\u6709\u548c\u4f20\u5947\u7684\u53e4\u795e\u7194\u7089\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u628a\\n\u5177\u6709\u7194\u7089\u5929\u8d4b\u6811\u7684\u8fdc\u7a0b\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_1777334641","text":"\u7ec8\u7ed3\u71c3\u70e7\u4e2d\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2955966707","text":"\u4f60\u8eab\u4e0a\u7684\u51b0\u7f13\u6548\u679c\u98a0\u5012","type":"explicit"},{"id":"explicit.stat_866391849","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u5bcc\u8c6a\u77f3\u53d8\u4e3a\u5d07\u9ad8\u77f3","type":"explicit"},{"id":"explicit.stat_3915702459","text":"\u6bcf\u5931\u53bb\u4e00\u4e2a\u8010\u529b\u7403\uff0c\u83b7\u5f97 # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2693705594","text":"#%\u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2929867083","text":"\u4f4e\u8840\u65f6\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3796013729","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u65e0\u60c5 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1827636152","text":"\u53ec\u5524\u751f\u7269\u5728\u53ec\u5524\u65f6\u4f7f\u7528\u4f60\u7684\u836f\u5242","type":"explicit"},{"id":"explicit.stat_2845889407","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u4f1a\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_4170725899","text":"\u67af\u840e\u6280\u80fd\u4f1a\u4f7f\u5e72\u6270\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3308936917","text":"\u5f53\u4f60\u4f7f\u7528\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684 \u3010\u6697\u5f71\u59ff\u6001\u3011","type":"explicit"},{"id":"explicit.stat_1831825995","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u4f7f\u7528\u65f6\u63d0\u4f9b\u7075\u5de7\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2549369799","text":"\u6124\u6012\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_244239777","text":"\u53d7\u5230\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u4f1a\u4f7f\u4f60\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_1387367793","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6b7b\u4ea1\u51cb\u96f6","type":"explicit"},{"id":"explicit.stat_3993865658","text":"\u5c0a\u4e25\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4031527864","text":"\u5468\u56f4\u654c\u4eba\u65e0\u6cd5\u83b7\u5f97\u66b4\u51fb\uff0c\u72c2\u6012\uff0c\u6216\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_694123963","text":"\u4f60\u88ab\u8106\u5f31\u8bc5\u5492\u4e86","type":"explicit"},{"id":"explicit.stat_4089969970","text":"\u82e5\u8fd1\u671f\u5185\u4f60\u541e\u566c\u8fc7\u7075\u67e9\uff0c\u5219\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3304203764","text":"\u6709+#%\u7684\u51e0\u7387\u683c\u6321\u88ab\u8bc5\u5492\u7684\u654c\u4eba\u7684\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2745149002","text":"\u88ab\u4f60\u762b\u75ea\u7684\u654c\u4eba\u53d7\u5230\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2023285759","text":"\u6bcf\u6709\u4e00\u4e2a\u5897\u52a9\u7684\u6218\u543c\uff0c\u6280\u80fd\u9020\u6210\u7684\u4f24\u5bb3\u5c31\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2381677442","text":"\u7ec8\u7ed3\u65f6\u83b7\u5f97 # \u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2188905761","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6362\u8fc7\u59ff\u6001\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2100196861","text":"\u653b\u51fb\u4f24\u5bb3\u7684 #% \u5728\u66b4\u51fb\u65f6\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_154272030","text":"\u6bcf\u79cd\u5f71\u54cd\u4f60\u7684\u3010\u6df1\u6e0a\u73e0\u5b9d\u3011\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_545408899","text":"\u5f53\u4f60\u4f7f\u7528\u6216\u89e6\u53d1\u6cd5\u672f\u6280\u80fd\u65f6\uff0c\u732e\u796d #% \u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2109066258","text":"\u526f\u624b\u6b66\u5668\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2198756560","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u6bcf\u6b21\u65bd\u653e\u9700\u8981\u7684\u7075\u9b42\u91cf\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2418601510","text":"\u6df7\u6c8c\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_806627038","text":"\u63d2\u5165\u7684\u8f85\u52a9\u5b9d\u77f3\u4e5f\u80fd\u8f85\u52a9\u4f60\u4e3b\u624b\u4e0a\u7684\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1494965559","text":"\u654c\u4eba\u6bcf\u53d7\u5230\u4e00\u5c42\u6b7b\u4ea1\u51cb\u96f6\u5f71\u54cd\uff0c\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_2846730569","text":"\u5360\u7528\u6240\u6709\u6b66\u5668\u680f\u4f4d","type":"explicit"},{"id":"explicit.stat_2599305231","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u7684\u963b\u7075\u672f\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2696557965","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9f50\u5c04 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3577316952","text":"\u4f7f\u7528\u836f\u5242\u65f6\u635f\u5931\u6240\u6709\u88ab\u541e\u566c\u7684\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_2828673491","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2423544033","text":"\u6240\u6709\u5143\u7d20\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2918150296","text":"\u6bcf 6 \u79d2\u4f1a\u4ea4\u66ff\u7ed9\u4e88\u73a9\u5bb6\u4ee5\u3010\u739b\u62c9\u51ef\u7684\u4e0d\u540c\u5947\u672f\u3011","type":"explicit"},{"id":"explicit.stat_3835522656","text":"\u5f92\u624b\u8fd1\u6218\u51fb\u4e2d\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3597806437","text":"\u7a7a\u624b\u65f6\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_699756626","text":"\u4f60\u4f7f\u7528\u7684\u6c34\u94f6\u836f\u5242\u4e5f\u80fd\u7528\u4e8e\u5468\u56f4\u53cb\u519b","type":"explicit"},{"id":"explicit.stat_1711683262","text":"\u975e\u66b4\u51fb\u6253\u51fb\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1901158930","text":"\u514d\u75ab\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_1936544447","text":"\u6295\u63b7\u9677\u9631\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_710105516","text":"\u5728\u51b0\u7f13\u5730\u9762\u4e0a\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2449668043","text":"\u6bcf 5% \u7684\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u4f1a\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3775574601","text":"\u6bcf 100 \u70b9\u73a9\u5bb6\u6700\u5927\u751f\u547d\u4f7f\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3273962791","text":"\u7a7a\u624b\u65f6\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.stat_2663792764","text":"\u53d7\u5230\u6b8b\u66b4\u6253\u51fb\u540e\u5931\u53bb\u6240\u6709\u7cbe\u795e\u7403","type":"explicit"},{"id":"explicit.stat_2999796964","text":"\u5bf9\u602a\u7269\u65bd\u653e\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_913919528","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u65bd\u6cd5\u56de\u54cd \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2265307453","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u96f7\u9706\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3444518809","text":"\u96f7\u9706\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2379274646","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb10\u79d2\u5185\u65bd\u653e\u8fc7\u8870\u5f31\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_4089413281","text":"\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u65f6\uff0c\u83b7\u5f97\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_990219738","text":"\u6bcf 10 \u70b9\u667a\u6167\u53ef\u4f7f\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4216282855","text":"\u88ab\u4f60\u81f4\u76f2\u7684\u654c\u4eba\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_41860024","text":"\u6548\u679c\u6301\u7eed\u671f\u95f4\u53d7\u5230\u51fb\u4e2d\u4f24\u5bb3\uff0c\u5219\u751f\u547d\u635f\u5931\u7684 #% \u4f1a\u6539\u4e3a\u5728 4 \u79d2\u5185\u9010\u6e10\u4e27\u5931","type":"explicit"},{"id":"explicit.stat_3056188914","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u53ec\u5524\u5de8\u77f3\u9b54\u50cf\u3011","type":"explicit"},{"id":"explicit.stat_4244234128","text":"\u7ec8\u7ed3\u65f6\u72c2\u6012\u7403\u548c\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4 +# \u79d2","type":"explicit"},{"id":"explicit.stat_1965393792","text":"\u63d0\u4f9b # \u7ea7\u6b7b\u4ea1\u4e4b\u613f","type":"explicit"},{"id":"explicit.stat_3491815140","text":"\u6bcf 100 \u73a9\u5bb6\u70b9\u6700\u5927\u751f\u547d\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3569230441","text":"\u4efb\u52a1\u7ecf\u9a8c\u83b7\u53d6\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1902595112","text":"\u5468\u56f4\u654c\u4eba\u7684\u6df7\u6c8c\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_3295179224","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u7b49\u540c\u8be5\u654c\u4eba\u6700\u5927\u751f\u547d\u5341\u5206\u4e4b\u4e00\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2845511711","text":"\u7ec8\u7ed3\u65f6\u83b7\u5f97 # \u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3686519528","text":"\u732b\u4e4b\u654f\u6377\u6301\u7eed\u65f6\u95f4 +# \u79d2","type":"explicit"},{"id":"explicit.stat_447636597","text":"\u5bf9\u762b\u75ea\u654c\u4eba\u9020\u6210\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4274075490","text":"\u4f60\u6709\u732b\u4e4b\u654f\u6377\u65f6\uff0c\u5177\u6709\u731b\u653b\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1922061483","text":"\u6c99\u59ff\u6001\u4e0b +# \u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_766615564","text":"\u8fdc\u7a0b\u6b66\u5668\u653b\u51fb\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_575111651","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u653b\u51fb\u8005\u611f\u7535 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1173027373","text":"\u81f3\u5c11\u6709 400 \u70b9\u529b\u91cf\u65f6\uff0c\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2118708619","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u6d88\u8017\u7075\u67e9\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3452269808","text":"#% \u7684\u51e0\u7387\u514d\u75ab\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_207863952","text":"\u53ef\u4ee5\u50a8\u5b58\u7075\u9b42\u4f9b\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u989d\u5916\u4f7f\u7528 # \u6b21","type":"explicit"},{"id":"explicit.stat_4169623196","text":"\u5206\u53c9\u7bad\u77e2\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3067409450","text":"\u5bf9\u4e2d\u6bd2\u654c\u4eba\u9020\u6210\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2443457281","text":"\u63d2\u5165\u7684\u6295\u5c04\u7269\u6cd5\u672f\u7684\u51fb\u4e2d\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2021058489","text":"+#% \u95ea\u907f\u653b\u51fb\u51fb\u4e2d\u7387","type":"explicit"},{"id":"explicit.stat_3854439683","text":"\u906d\u53d7\u611f\u7535\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2129352930","text":"\u62a4\u7532\u503c\u968f\u8d85\u91cf\u706b\u7130\u6297\u6027\u63d0\u9ad8","type":"explicit"},{"id":"explicit.stat_773846741","text":"\u5229\u7528\u9b54\u86ca\u6280\u80fd\u5bf9\u4f60\u8bc5\u5492\u7684\u654c\u4eba\u9020\u6210\u8150\u8680\u6548\u679c\uff0c\u6bcf\u79d2\u9020\u6210#\u70b9\u6df7\u6c8c\u4f24\u5bb3\uff0c\u6301\u7eed8\u79d2","type":"explicit"},{"id":"explicit.stat_3784504781","text":"\u9576\u5d4c\u5b9d\u77f3\u7684\u6218\u543c\u6280\u80fd\u62e5\u6709+#\u6b21\u51b7\u5374\u4f7f\u7528\u6b21\u6570","type":"explicit"},{"id":"explicit.stat_2448279015","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3612407781","text":"\u627f\u53d7\u6295\u5c04\u7269\u653b\u51fb\u9020\u6210\u7684\u7269\u7406\u4f24\u5bb3 +#","type":"explicit"},{"id":"explicit.stat_838272676","text":"\u6bcf\u79d2\u635f\u5931#\u70b9\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_151106430","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u83b7\u5f97\u66b4\u51fb\u7403\uff0c\u5219\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3119292058","text":"\u88ab\u4f60\u51fb\u4e2d\u800c\u51b0\u7f13\u7684\u654c\u4eba\u53ef\u4ee5\u50cf\u51b0\u51bb\u4e00\u6837\u51fb\u788e","type":"explicit"},{"id":"explicit.stat_3213407110","text":"\u72c2\u6012\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\uff0c+# \u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_3942946753","text":"\u4f4e\u8840\u65f6\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1260060682","text":"\u602a\u7269\u53ef\u7a7f\u900f\u538b\u5236\u6cd5\u672f\u4f24\u5bb3\u7684 +#%","type":"explicit"},{"id":"explicit.stat_3845048660","text":"\u5468\u56f4\u6bcf\u4e2a\u7075\u67a2\u90fd\u4f7f\u4f60\u6bcf\u79d2\u518d\u751f #% \u751f\u547d\uff0c\u6700\u591a 3%","type":"explicit"},{"id":"explicit.stat_1865744989","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u7684#%\u65e0\u6cd5\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1994143317","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5143\u7d20\u7a7f\u900f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3291999509","text":"\u53cd\u5c04\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2072206041","text":"\u51fb\u4e2d\u6d41\u8840\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u9003\u8dd1","type":"explicit"},{"id":"explicit.stat_2808735733","text":"\u533a\u57df\u5185\u4f1a\u51fa\u73b0\u5927\u5b9d\u7bb1","type":"explicit"},{"id":"explicit.stat_3804297142","text":"\u51fb\u4e2d\u65f6\u5bf9\u672a\u53d7\u8bc5\u5492\u7684\u654c\u4eba\u9644\u52a0\u8870\u5f31\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_3914021960","text":"\u5468\u56f4\u654c\u4eba\u7684\u706b\u7130\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_2208857094","text":"\u5df2\u88ab\u8bc5\u5492\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u88ab\u51fb\u4e2d\u540e\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1087710344","text":"\u9677\u9631\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u89e6\u53d1\u4e00\u6b21","type":"explicit"},{"id":"explicit.stat_2994477068","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u4f60\u5931\u53bb\u6240\u6709\u7684\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1224928411","text":"\u8303\u56f4\u5185\u63d0\u9ad8\u95ea\u7535\u6297\u6027\u6216\u6240\u6709\u5143\u7d20\u6297\u6027\u7684\u5929\u8d4b\\n\u4e5f\u4f1a\u4ee5 #% \u7684\u6bd4\u4f8b\u63d0\u9ad8\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_3375516056","text":"\u5168\u5c40\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210\u5728\u4f60\u6709\u72c2\u6012\u7403\u7684\u60c5\u51b5\u4e0b +#%","type":"explicit"},{"id":"explicit.stat_2132884933","text":"\u63d2\u5165\u7684\u6280\u80fd\u4f24\u5bb3\u7ffb\u500d","type":"explicit"},{"id":"explicit.stat_3758293500","text":"\u526f\u624b\u6b66\u5668\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_325437053","text":"\u5730\u96f7\u53ef\u4ee5\u88ab\u989d\u5916\u89e6\u53d1 1 \u6b21","type":"explicit"},{"id":"explicit.stat_3252082366","text":"\u5f53\u4f60\u541e\u566c\u7075\u67e9\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u53ec\u5524\u5e7b\u7075\u3011\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_3379724776","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u7684#%\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3590128077","text":"\u5e7d\u7075\u821e\u6b65","type":"explicit"},{"id":"explicit.stat_4137521191","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4186532642","text":"\u5bf9\u51fb\u4e2d\u65f6\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u65bd\u52a0\u62a4\u7532\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3478814676","text":"\u7194\u94f8\u7269\u54c1\u88ab\u8150\u5316\u5e76\u5177\u6709\u4e00\u4e2a\u57fa\u5e95","type":"explicit"},{"id":"explicit.stat_4125471110","text":"\u8fd1\u6218\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 16 \u7ea7\u7684\u3010\u7194\u5ca9\u7206\u7834\u3011","type":"explicit"},{"id":"explicit.stat_3675300253","text":"\u8fd1\u6218\u6253\u51fb\u6280\u80fd\u5bf9\u5468\u56f4\u76ee\u6807\u9020\u6210\u6e85\u5c04\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_470459031","text":"\u63d2\u5165\u7684\u6295\u5c04\u7269\u6cd5\u672f\u7684\u51b7\u5374\u65f6\u95f4 +# \u79d2","type":"explicit"},{"id":"explicit.stat_1060540099","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u529b\u91cf\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3037553757","text":"\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1023752508","text":"\u6ca1\u6709\u683c\u6863\u7387","type":"explicit"},{"id":"explicit.stat_3992636701","text":"\u53d7\u5230\u3010\u732b\u4e4b\u52bf\u3011\u5f71\u54cd\u65f6\uff0c+#% \u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_3565956680","text":"\u5bf9\u81f4\u76f2\u654c\u4eba\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2418755296","text":"\u7194\u94f8\u7269\u54c1\u7684\u8bcd\u7f00\u6570\u503c\u968f\u673a\u6539\u53d8","type":"explicit"},{"id":"explicit.stat_2478752719","text":"\u66b4\u51fb\u7387\u968f\u8d85\u91cf\u95ea\u7535\u6297\u6027\u63d0\u9ad8","type":"explicit"},{"id":"explicit.stat_208447205","text":"\u4f60\u7684\u9677\u9631\u89e6\u53d1\u540e\uff0c\u968f\u5373\u89e6\u53d1 # \u7ea7\u7684\u3010\u6218\u4e89\u8ff7\u96fe\u3011","type":"explicit"},{"id":"explicit.stat_654971543","text":"\u51fb\u4e2d\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u95ea\u7535\u6cd5\u672f\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4\\n\u63d2\u5165\u7684\u95ea\u7535\u6cd5\u672f\u89e6\u53d1\u65f6\u65e0\u82b1\u8d39","type":"explicit"},{"id":"explicit.stat_3235941702","text":"\u63d2\u5165\u7684\u6295\u5c04\u7269\u6cd5\u672f\u73af\u72b6\u53d1\u5c04\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_383509486","text":"\u4f60\u5728\u8ff7\u8e2a\u72b6\u6001\u4e0b\uff0c\u6295\u5c04\u7269\u8fde\u9501\u6b21\u6570 +#","type":"explicit"},{"id":"explicit.stat_2007746338","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6fc0\u52b1\u6218\u543c\u3011","type":"explicit"},{"id":"explicit.stat_1604393896","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2341269061","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u7eaa\u5f8b\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_843854434","text":"\u62e5\u6709\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\uff0c\u66b4\u51fb\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_4084763463","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u4f7f\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_347697569","text":"\u4f4e\u8840\u65f6\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2867050084","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u4f18\u96c5\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3451043685","text":"\u88c5\u5907\u65f6\u89e6\u53d1\u7b49\u7ea7 # \u7684\u53cd\u5c04","type":"explicit"},{"id":"explicit.stat_1271338211","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u5a01\u5413\u6218\u543c\u3011","type":"explicit"},{"id":"explicit.stat_443525707","text":"\u5468\u56f4\u654c\u4eba\u88ab\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1818773442","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u6309\u7167\u654c\u4eba\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_702909553","text":"\u3010\u707c\u70ed\u5149\u7ebf\u3011\u7684\u5149\u675f\u957f\u5ea6\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_2053992416","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u654f\u6377\u548c\u529b\u91cf\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u8679\u5149\u6280\u80fd\u7684\u95ea\u7535\u4f24\u5bb3\u603b\u964d 50%","type":"explicit"},{"id":"explicit.stat_2064503808","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u4f60\u83b7\u5f97 1 \u9897\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_3686711832","text":"\u751f\u6548\u671f\u95f4\u4f7f\u7528\u6280\u80fd\u4f1a\u8d4b\u4e88\u4f60\u4e34\u7ec8\u53f9\u606f\uff0c\u9b54\u529b\u6d88\u8017\u4e3a #%","type":"explicit"},{"id":"explicit.stat_2674336304","text":"\u5468\u56f4\u654c\u4eba\u7684\u51b0\u971c\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_530280833","text":"\u6212\u5907\u6253\u51fb\u7684\u51fb\u4e2d\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\u7684\u60c5\u51b5\u4e0b\u7ed9\u4f60\u548c\u5468\u56f4\u53cb\u519b\u63d0\u4f9b # \u79d2\u62a4\u4f53\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2574694107","text":"\u63d2\u69fd\u4e2d\u7684\u975e\u74e6\u5c14\u5b9d\u77f3\u7b49\u7ea7\u589e\u52a0+#","type":"explicit"},{"id":"explicit.stat_3354027870","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u95ea\u7535\u7a7f\u900f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1063263585","text":"\u5468\u56f4\u654c\u65b9\u602a\u7269\u81f3\u5c11\u4fdd\u7559 #% \u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_78985352","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1043982313","text":"\u653b\u51fb\u9020\u6210\u66b4\u51fb\u83b7\u5f97 1 \u70b9\u6012\u706b\u3002\u6bcf # \u79d2\u53ea\u4f1a\u53d1\u751f\u4e00\u6b21","type":"explicit"},{"id":"explicit.stat_1282978314","text":"\u8fd1\u6218\u4f24\u5bb3\u5bf9\u6d41\u8840\u7684\u654c\u4eba\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_886931978","text":"\u6062\u590d\u6548\u679c\u5728\u4f4e\u8840\u72b6\u6001\u4e0b\u4f7f\u7528\u65f6\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3979476531","text":"\u66b4\u51fb\u4e0d\u4f1a\u5929\u7136\u9020\u6210\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_327253797","text":"\u62a4\u7532\u503c\u6709 #% \u7684\u51e0\u7387\u4ee5 200% \u8fdb\u884c\u9632\u5fa1","type":"explicit"},{"id":"explicit.stat_1823903967","text":"\u906d\u53d7\u611f\u7535\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2421436896","text":"\u7bad\u77e2\u5206\u88c2","type":"explicit"},{"id":"explicit.stat_2484223218","text":"\u4f20\u5947\u9996\u9886\u7ed9\u4e88 #% \u66f4\u591a\u7ecf\u9a8c\u503c","type":"explicit"},{"id":"explicit.stat_4253777805","text":"\u6709 #% \u7684\u51e0\u7387\u4f7f\u53d7\u5230\u7684\u8303\u56f4\u4f24\u5bb3\u603b\u964d 50%","type":"explicit"},{"id":"explicit.stat_3114469764","text":"\u3010\u6218\u65d7\u3011\u7684\u3010\u80be\u4e0a\u817a\u7d20\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1030835421","text":"\u6bcf 12 \u70b9\u667a\u6167\u53ef\u4f7f\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_989228672","text":"\u73a9\u5bb6\u53d7\u5230\u6613\u71c3\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_2241560081","text":"\u6bcf 25 \u70b9\u654f\u6377\u53ef\u4f7f\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1601181226","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u5bf9\u81f4\u76f2\u654c\u4eba\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2797075304","text":"\u89c6\u4f5c\u53cc\u6301\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_3765671129","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u53cc\u6301\u6253\u51fb\u65f6\u4e3b\u624b\u6b66\u5668\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2048995720","text":"\u795e\u5a01\u4e4b\u76fe","type":"explicit"},{"id":"explicit.stat_100088509","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u3010\u53cc\u6301\u6253\u51fb\u3011\u6301\u63e1\u65a7\u7c7b\u65f6\u51fb\u4e2d\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1678234826","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\uff0c\u5219\u83b7\u5f97\u63d0\u901f\u5c3e\u6d41\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3566242751","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u8bf1\u9975\u56fe\u817e\u3011","type":"explicit"},{"id":"explicit.stat_482967934","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403 +#%","type":"explicit"},{"id":"explicit.stat_3603019813","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u53cc\u6301\u6253\u51fb\u65f6\u526f\u624b\u6b66\u5668\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210\u6269\u6563\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_900639351","text":"\u4f18\u96c5\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3961213398","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1263158408","text":"\u5143\u7d20\u4e4b\u76f8","type":"explicit"},{"id":"explicit.stat_1165847826","text":"\u627f\u53d7\u6765\u81ea\u81f4\u76f2\u654c\u4eba\u7684\u6cd5\u672f\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_100820057","text":"\u8303\u56f4\u5185\u6bcf\u6709 10 \u70b9\u672a\u914d\u7f6e\u7684\u654f\u6377\uff0c\u4fbf +# \u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_3616500790","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u65f6\u7a7a\u9501\u94fe\uff0c\u5219\u884c\u52a8\u901f\u5ea6\u51cf\u7f13\u4e0d\u4f1a\u4f4e\u4e8e\u57fa\u7840\u901f\u5ea6","type":"explicit"},{"id":"explicit.stat_2596487673","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6218\u543c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3802667447","text":"\u9493\u9c7c\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2965611853","text":"\u63d2\u5165\u6280\u80fd\u7684\u8bc5\u5492\u5149\u73af\u4e5f\u4f5c\u7528\u4e8e\u4f60\u81ea\u8eab","type":"explicit"},{"id":"explicit.stat_1367119630","text":"\u4f60\u7684\u9b54\u86ca\u53ef\u4ee5\u5f71\u54cd\u65e0\u5492\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1994121713","text":"\u8303\u56f4\u5185\u6bcf\u6709 10 \u70b9\u672a\u914d\u7f6e\u7684\u667a\u6167\uff0c\u4fbf +#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3874817029","text":"\u53d7\u5230\u9b54\u6cd5\u6df1\u6e0a\u73e0\u5b9d\u5f71\u54cd\u65f6\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3753703249","text":"\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684 1 \u4e2a\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_470688636","text":"\u88c5\u5907\u65f6\u89e6\u53d1\u7b49\u7ea720\u5e7d\u9b3c\u4e4b\u7075\uff0c\\n\u5e7d\u9b3c\u4e4b\u7075\u7684\u6570\u91cf\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_4096656097","text":"\u8be5\u6b66\u5668\u65bd\u52a0\u7684\u4e2d\u6bd2\u6301\u7eed\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_2174796794","text":"\u4f60\u5931\u53bb\u65f6\u7a7a\u9501\u94fe\u65f6\uff0c\u83b7\u5f97\u6700\u5927\u6012\u706b","type":"explicit"},{"id":"explicit.stat_1285172810","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u74e6\u5c14\u6280\u80fd\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1188846263","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u8fc5\u6377\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2181129193","text":"\u9759\u6b62\u65f6\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_146268648","text":"\u8ff7\u8e2a\u72b6\u6001\u4e0b\uff0c\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2378288719","text":"\u4e00\u6bb5\u65f6\u95f4\u540e\u8be5\u533a\u57df\u5c06\u4f1a\u53d8\u5f97\u81f4\u547d","type":"explicit"},{"id":"explicit.stat_3806100539","text":"\u6bcf 10 \u70b9\u654f\u6377\u63d0\u9ad8 +# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2930706364","text":"\u683c\u6321\u65f6\u6c38\u4e45\u5a01\u5413\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3036440332","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u53d7\u4f24\u65f6\u65bd\u653e \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3679418014","text":"\u5c06\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2442647190","text":"\u683c\u6321\u65f6\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1237693206","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_3360430812","text":"\u6050\u5599\u9e1f\u7fbd\u6bdb\u9c7c\u9975","type":"explicit"},{"id":"explicit.stat_2668070396","text":"\u88ab\u51fb\u4e2d\u65f6\u89e6\u53d1 # \u7ea7\u7684\u611f\u7535\u5730\u9762","type":"explicit"},{"id":"explicit.stat_1092987622","text":"\u53d7\u5230\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u7684 #% \u4f1a\u53cd\u5c04\u7ed9\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_156016608","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u88c2\u5730\u4e4b\u51fb\u3011\u7684\u89d2\u5ea6\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2713233613","text":"\u82e5\u4f60\u53ef\u4ee5\u83b7\u5f97\u8010\u529b\u7403\uff0c\u5219\u6709 #% \u7684\u51e0\u7387\u76f4\u63a5\u83b7\u5f97\u6700\u5927\u6570\u91cf\u7684\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_807450540","text":"\u5730\u96f7\u9020\u6210 #% \u7684\u4f24\u5bb3\u8f6c\u5316\u4e3a\u4f60\u7684\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2357136187","text":"\u4e3b\u8981\u8d4f\u91d1\u76ee\u6807\u7684\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0\u4ef7\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3530865840","text":"\u82e5\u4f60\u8fd1\u671f\u6ca1\u6709\u5f15\u7206\u5730\u96f7\uff0c\u5219\u6bcf\u79d2\u5931\u53bb 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2594215131","text":"\u6bcf 10 \u70b9\u529b\u91cf\u4f1a\u4f7f\u6b66\u5668\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1699499433","text":"\u51fb\u8d25\u654c\u4eba\u5931\u53bb #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3099138455","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u547d\u8fd0\u5361\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_244825991","text":"\u5468\u56f4\u53cb\u519b\u7684\u62a4\u4f53 +#","type":"explicit"},{"id":"explicit.stat_1810011556","text":"\u683c\u6321\u653b\u51fb\u65f6\u53cd\u5c04 # \u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_534844170","text":"\u4f60\u81f3\u5c11\u6709 # \u70b9\u6012\u706b\u65f6\u514d\u75ab\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_811386429","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u7075\u4f53\u6295\u63b7\u3011\u6bcf\u6b21\u51fb\u4e2d\u65f6\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3714207489","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f60\u83b7\u5f97 # \u79d2\u7684\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3250579936","text":"\u88c5\u5907\u65f6\u65bd\u653e # \u7ea7\u7684\u3010\u827e\u8d1d\u62c9\u65af\u4e4b\u6012\u3011","type":"explicit"},{"id":"explicit.stat_3243534964","text":"\u66b4\u51fb\u65e0\u6cd5\u5438\u8840","type":"explicit"},{"id":"explicit.stat_1882837088","text":"\u602a\u7269\u7684\u6d41\u8840\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_476204410","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1092546321","text":"\u751f\u547d\u548c\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2522975315","text":"\u8fbe\u5230\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650\u65f6\u5931\u53bb\u6240\u6709\u72c2\u6012\u7403\uff0c\u5e76\u4f7f\u4f60\u4e0b\u6b21\u65bd\u653e\u7684\u5f13\u7c7b\u653b\u51fb\u53d1\u5c04\u76f8\u540c\u6570\u91cf\u7684\u989d\u5916\u7bad\u77e2","type":"explicit"},{"id":"explicit.stat_2105048696","text":"\u88c5\u5907\u5728\u526f\u624b\u65f6\uff0c\u653b\u51fb\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_3416410609","text":"+#% \u5bf9\u6295\u5c04\u7269\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_80764074","text":"\u751f\u6548\u671f\u95f4\u7ed3\u754c\u4e0d\u4f1a\u7834\u788e","type":"explicit"},{"id":"explicit.stat_539970476","text":"\u5bf9\u6297\u88ab\u8bc5\u5492\u7684\u654c\u4eba\u65f6\uff0c\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3821472155","text":"\u6bcf\u4e00\u7ea7\u4e3a\u4f60\u7684\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4085417083","text":"\u6cd5\u672f\u6309\u7167\u6bcf\u4e2a\u66b4\u51fb\u7403\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3596333054","text":"\u4e2d\u6bd2\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728 4 \u79d2\u5185\u514d\u75ab\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_3388448323","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u9ad8\u7b49\u65bd\u6cd5\u56de\u54cd\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3905661226","text":"\u4f24\u5bb3\u5728\u4f60\u6ca1\u6709\u72c2\u6012\u7403\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1955994922","text":"\u654c\u4eba\u7684\u51fb\u4e2d\u7ed9\u4f60\u65bd\u52a0\u65f6\u7a7a\u9501\u94fe","type":"explicit"},{"id":"explicit.stat_1421267186","text":"\u65e0\u4e0a\u81ea\u6211","type":"explicit"},{"id":"explicit.stat_684268017","text":"\u6218\u543c\u6280\u80fd\u7684\u51b7\u5374\u65f6\u95f4\u4e3a 4\u79d2","type":"explicit"},{"id":"explicit.stat_2388362438","text":"\u63d2\u5165\u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u7684\u547d\u4e2d\u503c +#","type":"explicit"},{"id":"explicit.stat_3945685369","text":"\u4f60\u7684\u79fb\u52a8\u901f\u5ea6\u53d8\u4e3a\u57fa\u7840\u503c\u7684 #%","type":"explicit"},{"id":"explicit.stat_1818900806","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403 +#% \u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_3484267929","text":"\u4f60\u88ab\u51fb\u8d25\u65f6\uff0c\u5468\u56f4\u53cb\u519b\u56de\u590d\u7b49\u540c\u4f60\u6700\u5927\u751f\u547d #% \u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_768537671","text":"\u5bf9\u654c\u4eba\u9020\u6210\u7b49\u540c\u4e8e #% \u751f\u547d\u5077\u53d6\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3418949024","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u51fb\u4e2d\u65f6\u9020\u6210\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_598215770","text":"\u5468\u56f4\u961f\u53cb\u7684\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650\u548c\u4f60\u7684\u4e00\u6837","type":"explicit"},{"id":"explicit.stat_2138799639","text":"\u7bad\u77e2\u5728\u5206\u53c9\u540e\u8d2f\u7a7f\u6240\u6709\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_1064778484","text":"\u53ef\u7a7f\u900f\u654c\u4eba\u7684\u7bad\u77e2\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2841027131","text":"\u79fb\u52a8\u65f6\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2495041954","text":"\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_3031897787","text":"\u62e5\u6709\u4e00\u5957\u4ec5\u5305\u542b\u8f85\u52a9\u5929\u8d4b\u7684\u7194\u7089\u5929\u8d4b\u6811\\n\u82e5\u8be5\u8bcd\u7f00\u88ab\u79fb\u9664\uff0c\u7194\u7089\u5929\u8d4b\u6811\u4f1a\u88ab\u79fb\u9664","type":"explicit"},{"id":"explicit.stat_3705740723","text":"\u514d\u75ab\u71c3\u70e7\u5730\u9762\uff0c\u611f\u7535\u5730\u9762\u548c\u51b0\u7f13\u5730\u9762","type":"explicit"},{"id":"explicit.stat_2922737717","text":"\u4f60\u4f7f\u7528\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8f6e\u56de\u7403","type":"explicit"},{"id":"explicit.stat_4252311791","text":"\u51b0\u971c\u6297\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2304988974","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u8106\u5f31\uff0c\u5219\u6709 #% \u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_222829382","text":"\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\u7684\u60c5\u51b5\u4e0b\uff0c\u67af\u840e\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3488208924","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u6ca1\u6709\u62a4\u7532\u503c\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2869420801","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u3010\u53cc\u6301\u6253\u51fb\u3011\u6301\u63e1\u5251\u7c7b\u65f6\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2445675562","text":"\u6bcf\u6709 1 \u4e2a\u5f02\u7075\u9b54\u4f8d\uff0c+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_3477714116","text":"\u683c\u6321\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8106\u5f31\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_4210011075","text":"\u6df7\u6c8c\u6297\u6027\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403 +#%","type":"explicit"},{"id":"explicit.stat_3296873305","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u51b0\u7f13\u548c\u51b0\u51bb\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_528422616","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u5bf9\u88ab\u5e72\u6270\u654c\u4eba\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3237923082","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u52a8\u91cf\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1962922582","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u83b7\u5f97 1 \u4e2a\u74e6\u5c14\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_3943945975","text":"\u575a\u6bc5\u4e4b\u5fc3","type":"explicit"},{"id":"explicit.stat_2849040018","text":"\u602a\u7269\u7684\u70b9\u71c3\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_91505809","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u60e9\u6212\uff0c\u5219\u5728\u547d\u4e2d\u65f6\u5a01\u5413\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2139660169","text":"\u653b\u51fb\u6280\u80fd\u7684\u6301\u7eed\u706b\u7130\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_120895749","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3500911418","text":"\u751f\u547d\u5728\u4efb\u610f\u836f\u5242\u751f\u6548\u671f\u95f4\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_2540626225","text":"\u8fd1\u671f\u5185\u83b7\u5f97\u8fc7\u51dd\u805a\u7684\u6cd5\u672f\u6bcf # \u79d2\u83b7\u5f97 1 \u5c42\u51dd\u805a","type":"explicit"},{"id":"explicit.stat_891277550","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u751f\u547d\u5077\u53d6 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3865186586","text":"\u602a\u7269\u7684\u51bb\u7ed3\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3492654051","text":"\u82e5\u8fd1\u671f\u5185\u6709\u8fc7\u683c\u6321\uff0c\u4f60\u5219\u83b7\u5f97\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2384145996","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\uff0c\u51b0\u7f13\u5468\u56f4\u654c\u4eba\uff0c\u4f7f\u5176\u884c\u52a8\u901f\u5ea6\u964d\u4f4e 30%","type":"explicit"},{"id":"explicit.stat_4272678430","text":"\u51bb\u7ed3\u51b0\u7f13\u7684\u654c\u4eba\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2440172920","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u4f7f\u7528\u6280\u80fd\uff0c\u6bcf\u6709 1 \u4e2a\u8f6e\u56de\u7403\uff0c\u5219\u6bcf\u79d2\u53d7\u5230 # \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3489570622","text":"\u53d7\u5230\u3010\u6d3b\u529b\u3011\u5f71\u54cd\u65f6\uff0c \u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2241902512","text":"\u6bcf 20 \u70b9\u529b\u91cf\u53ef\u4f7f\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1625103793","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f1a\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1559361866","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u88c2\u5730\u4e4b\u51fb\u3011\u5728\u6655\u7729\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1032751668","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u83b7\u5f97\u3010\u74e6\u5c14\u51a5\u7ea6\u3011","type":"explicit"},{"id":"explicit.stat_2122561670","text":"\u8fd1\u671f\u5185\u83b7\u5f97\u8fc7\u51dd\u805a\u7684\u6cd5\u672f\u6bcf # \u79d2\u5931\u53bb 1 \u5c42\u51dd\u805a","type":"explicit"},{"id":"explicit.stat_35810390","text":"\u6bcf\u4e2a\u7eff\u8272\u63d2\u69fd +#% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2040585053","text":"\u88c5\u5907\u4e8e\u526f\u624b\u65f6 +#% \u989d\u5916\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_2542542825","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u667a\u6167\uff0c\u5219\u7194\u5ca9\u5954\u6d8c\u53d1\u5c04\u4e00\u679a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_1849749435","text":"\u5468\u56f4\u654c\u4eba\u7684\u95ea\u7535\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_3087912144","text":"\u8303\u56f4\u5185\u7684\u5929\u8d4b\u6280\u80fd\u8fd8\u83b7\u5f97\uff1a\u8fd1\u6218\u6280\u80fd\u7684\u5f92\u624b\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2713909980","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u60e9\u6212\uff0c\u5219\u5bf9\u53cd\u5c04\u4f24\u5bb3\u514d\u75ab","type":"explicit"},{"id":"explicit.stat_2523122963","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u653b\u51fb\u51fb\u4e2d\u65f6\u65bd\u52a0\u8150\u8680","type":"explicit"},{"id":"explicit.stat_971937289","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u8106\u5f31\uff0c\u5219\u4e0d\u4f1a\u53d7\u5230\u6d41\u8840\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_593845252","text":"\u591a\u9762\u597d\u624b","type":"explicit"},{"id":"explicit.stat_1678358883","text":"\u5fd8\u5ddd\u4e4b\u5f71","type":"explicit"},{"id":"explicit.stat_2351239732","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_956384511","text":"\u6bcf 1% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#% \u57fa\u7840\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3133579934","text":"\u6bcf\u4e2a\u53ec\u5524\u7684\u6012\u708e\u4e4b\u7075\u53ef\u4f7f\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1096897481","text":"\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3062763405","text":"\u5f53\u4f60\u6ca1\u6709\u72c2\u6012\u7403\u65f6\uff0c+#% \u5168\u5c40\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2116250000","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3375208082","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1921572790","text":"\u4f4e\u8840\u65f6\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3178542354","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_63302094","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u547d\u8fd0\u5361","type":"explicit"},{"id":"explicit.stat_1587137379","text":"\u6bcf\u4e2a\u8f6e\u56de\u7403\u53ef\u4f7f\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1417394145","text":"\u9b54\u50cf\u9644\u52a0#-#\u70b9\u7269\u7406\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1439347620","text":"\u8303\u56f4\u5185\u6bcf\u6709 10 \u70b9\u672a\u914d\u7f6e\u7684\u667a\u6167\uff0c\u5219\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4070754804","text":"\u53ec\u5524\u7684\u6124\u6012\u72c2\u7075\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u5237\u65b0\u6301\u7eed\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_1488891279","text":"\u82e5\u6b64\u6b66\u5668\u88c5\u5907\u5728\u526f\u624b\uff0c\u6b64\u6b66\u5668\u51fb\u4e2d\u654c\u4eba\u65f6\u9020\u6210 # \u79d2\u7684\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_1504513372","text":"\u6280\u80fd\u88ab\u3010\u91ca\u51fa\u3011\u8f85\u52a9\u65f6\uff0c\u5176\u5c01\u5370\u83b7\u53d6\u9891\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3180152291","text":"\u4e0d\u80fd\u9020\u6210\u975e\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1544417021","text":"\u751f\u6548\u671f\u95f4\u83b7\u5f97\u5f02\u80fd\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3296019532","text":"\u6bcf\u6709 1 \u4e2a\u8f6e\u56de\u7403\uff0c\u4fbf\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u975e\u6df7\u6c8c\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_3574189159","text":"\u5143\u7d20\u8d85\u8f7d","type":"explicit"},{"id":"explicit.stat_1891782369","text":"\u70b9\u71c3\u4f24\u5bb3\u5bf9\u88ab\u51b0\u7f13\u7684\u654c\u4eba\u65bd\u52a0\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2466604008","text":"\u88c5\u5907\u4e8e\u4e3b\u624b\u65f6\uff0c\u653b\u51fb\u989d\u5916\u8fde\u9501\u5f39\u5c04 1 \u6b21","type":"explicit"},{"id":"explicit.stat_1214153650","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u683c\u6321\u8fc7\u653b\u51fb\u4f24\u5bb3\uff0c\u5219 +#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u7387","type":"explicit"},{"id":"explicit.stat_1462364052","text":"\u5728\u751f\u547d\u4e0d\u6ee1\u65f6\u4f7f\u7528\u53ef\u4ee5\u7f13\u901f\u5468\u56f4\u654c\u4eba\uff0c\u4f7f\u5b83\u4eec\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_2773026887","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u7edd\u671b\uff0c\u5219\u5bf9\u8bc5\u5492\u514d\u75ab","type":"explicit"},{"id":"explicit.stat_1235873320","text":"\u4f4e\u8840\u65f6\u63d2\u5165\u7684\u6280\u80fd\u77f3\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_4180925106","text":"\u6cd5\u5e08\u514b\u661f","type":"explicit"},{"id":"explicit.stat_3430523735","text":"\u6050\u6016\u4e4b\u65d7\u5728\u653e\u7f6e\u65f6\u4f7f\u62a4\u4f53\u4e0a\u9650\u989d\u5916 +#","type":"explicit"},{"id":"explicit.stat_287112619","text":"\u53d7\u5230\u7a00\u6709\u6df1\u6e0a\u73e0\u5b9d\u5f71\u54cd\u65f6\uff0c\u4f60\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_112130960","text":"\u552f\u6211\u72ec\u5c0a","type":"explicit"},{"id":"explicit.stat_952060721","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u51e0\u7387\u9003\u8dd1\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3812562802","text":"\u4f60\u5077\u53d6\u751f\u547d\uff0c\u6570\u503c\u7b49\u540c\u4e8e\u4f60\u7684\u56fe\u817e\u9020\u6210\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1633381214","text":"\u51fb\u788e\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u83b7\u5f97 1 \u4e2a\u74e6\u5c14\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_1696792323","text":"\u5bf9\u4f4e\u8840\u654c\u4eba\uff0c\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1341845920","text":"\u602a\u7269\u53cd\u5c04\u9b54\u86ca","type":"explicit"},{"id":"explicit.stat_206243615","text":"\u65e0\u6cd5\u83b7\u5f97\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3511815065","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6e05\u6670\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1349659520","text":"\u4e13\u6ce8\u65f6\uff0c\u4f60\u7684\u66b4\u51fb\u7387\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_3576153145","text":"\u71c3\u70e7\u8e44\u5370","type":"explicit"},{"id":"explicit.stat_2253286128","text":"\u4f4e\u8840\u65f6\uff0c\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_176085824","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u8fc7\u683c\u6321\uff0c\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2155467472","text":"\u88ab\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_307410279","text":"\u5728\u751f\u547d\u4e0d\u6ee1\u65f6\u4f7f\u7528\u5219\u5728 10 \u79d2\u5185\u989d\u5916\u6062\u590d\u751f\u547d\uff0c\u7b49\u4e8e\u751f\u547d\u836f\u5242\u6062\u590d\u91cf\u7684 #%","type":"explicit"},{"id":"explicit.stat_3829706447","text":"\u8be5\u6b66\u5668\u653b\u51fb\u81f3\u5c11\u6709 5 \u5c42\u4e2d\u6bd2\u7684\u654c\u4eba\u65f6\uff0c\u9644\u52a0 # - # \u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1503812817","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u3010\u53cc\u6301\u6253\u51fb\u3011\u6301\u63e1\u5315\u9996\u65f6 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_240642724","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7528\u7070\u70ec\u5305\u88f9\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba 10 \u79d2","type":"explicit"},{"id":"explicit.stat_187998220","text":"\u9759\u6b62\u65f6\u83b7\u5f97\u3010\u9738\u4f53\u3011","type":"explicit"},{"id":"explicit.stat_1025503586","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\u3010\u91cd\u51fb\u3011\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1302845655","text":"\u6bcf\u4e2a\u88ab\u4f60\u7528\u66b4\u51fb\u51fb\u4e2d\u7684\u654c\u4eba\u90fd\u4f7f\u4f60\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3285021988","text":"\u5982\u679c\u6700\u8fd1\u4f7f\u7528\u8fc7\u74e6\u5c14\u6280\u80fd\uff0c\u5219\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u589e\u52a0#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2562474285","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u53cc\u6301\u6253\u51fb\u3011\u6301\u63e1\u9524\u7c7b\u65f6\u5bf9\u5468\u56f4\u76ee\u6807\u9020\u6210\u6e85\u5c04\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2872105818","text":"\u731b\u653b\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_85576425","text":"\u5143\u7d20\u6297\u6027\u4e3a\u96f6","type":"explicit"},{"id":"explicit.stat_3003688066","text":"\u706b\u7130\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4080245957","text":"\u7b26\u6587\u7ed1\u5b9a\u8005","type":"explicit"},{"id":"explicit.stat_3556656580","text":"\u6297\u4e89\u4e4b\u65d7\u7684\u5632\u8bbd\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_4265392510","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u575a\u5b9a\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3699494172","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5f02\u5e38\u7206\u53d1 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_10224385","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u6700\u5927\u5168\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2881111359","text":"#% \u6cd5\u672f\u683c\u6321\u51e0\u7387 (\u9057\u4ea7)","type":"explicit"},{"id":"explicit.stat_2608615082","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9b54\u529b\u5077\u53d6 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_300702212","text":"\u3010\u73ab\u7ea2\u4e4b\u821e\u3011","type":"explicit"},{"id":"explicit.stat_953314356","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u4e00\u56e2\u70df\u96fe","type":"explicit"},{"id":"explicit.stat_3910961021","text":"\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1220800126","text":"\u6295\u63b7\u9677\u9631\u7684\u6280\u80fd\u4f1a\u6295\u63b7\u6700\u591a 1 \u4e2a\u989d\u5916\u9677\u9631","type":"explicit"},{"id":"explicit.stat_3884934810","text":"\u5b8c\u7f8e\u82e6\u75db","type":"explicit"},{"id":"explicit.stat_860668586","text":"\u653b\u51fb\u6280\u80fd\u7684\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2809802678","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u4f4d\u79fb\u6280\u80fd\uff0c\u6280\u80fd\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_2919089822","text":"\u5728\u4e3b\u624b\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_2511370818","text":"\u6bcf 10 \u70b9\u529b\u91cf\u4f7f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_604671218","text":"\u6bcf\u6709 1 \u4e2a\u66b4\u51fb\u7403\uff0c\u751f\u547d\u548c\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2314393054","text":"\u4ece\u751f\u547d\u5077\u53d6\u3001\u9b54\u529b\u5077\u53d6\u3001\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2165415361","text":"\u751f\u6548\u671f\u95f4\uff0c\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u5176\u6700\u5927\u751f\u547d\u503c\u5341\u5206\u4e4b\u4e00\u7684\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1680060098","text":"\u706b\u7130\u6297\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2501671832","text":"\u6bcf\u9694 5 \u79d2\uff0c\u83b7\u5f97\u4ee5\u4e0b\u6548\u679c\u4e4b\u4e00\uff0c\u6301\u7eed 5 \u79d2\uff1a\\n\u4f60\u7684\u51fb\u4e2d\u59cb\u7ec8\u4e3a\u66b4\u51fb\\n\u5bf9\u4f60\u7684\u51fb\u4e2d\u59cb\u7ec8\u4e3a\u66b4\u51fb\\n\u653b\u51fb\u65e0\u6cd5\u51fb\u4e2d\u4f60\\n\u5bf9\u4f60\u7684\u653b\u51fb\u5fc5\u5b9a\u51fb\u4e2d\\n\u4f60\u7684\u51fb\u4e2d\u4f24\u5bb3\u7279\u522b\u5e78\u8fd0\\n\u5bf9\u4f60\u7684\u51fb\u4e2d\u4f24\u5bb3\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_1872128565","text":"\u6bcf\u88c5\u5907 1 \u4e2a\u3010\u88c2\u754c\u4e4b\u5668\u3011\u6216\u3010\u5851\u754c\u4e4b\u5668\u3011\uff0c\u4fbf +# \u6700\u5927\u8f6e\u56de\u7403","type":"explicit"},{"id":"explicit.stat_3618888098","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_584144941","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u4f4e\u9636\u591a\u91cd\u6295\u5c04 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2559492014","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u589e\u5e45\u77f3\u53d8\u4e3a\u6df7\u6c8c\u77f3","type":"explicit"},{"id":"explicit.stat_1264919148","text":"\u6280\u80fd\u88ab\u3010\u91ca\u51fa\u3011\u8f85\u52a9\u65f6 +# \u5c01\u5370\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_849085925","text":"\u88ab\u4f60\u51b0\u51bb\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 20% ","type":"explicit"},{"id":"explicit.stat_1496370423","text":"\u6bcf\u4e2a\u53ec\u5524\u7684\u56fe\u817e\u90fd\u4f7f\u4f60\u548c\u4f60\u7684\u56fe\u817e\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3996149330","text":"\u547d\u4e2d\u503c\u6309\u7167\u8303\u56f4\u5185\u672a\u914d\u7f6e\u7684\u5929\u8d4b\u4e0a\u6bcf 10 \u70b9\u667a\u6167 +#","type":"explicit"},{"id":"explicit.stat_3411256933","text":"\u95ea\u7535\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3822878124","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u95ea\u7535\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3408601861","text":"\u8be5\u533a\u57df\u88ab\u6708\u5f71\u5973\u795e\u5360\u9886","type":"explicit"},{"id":"explicit.stat_3849554033","text":"\u90aa\u6cd5\u5b97\u5e08","type":"explicit"},{"id":"explicit.stat_2558253923","text":"\u8be5\u6b66\u5668\u51fb\u4e2d\u6d41\u8840\u654c\u4eba\u65f6\u4f1a\u83b7\u5f97\u3010\u7ec8\u7ed3\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1431402553","text":"\u6bcf 1 \u70b9\u6012\u706b\u90fd\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_3303551725","text":"\u65e0\u9650\u590d\u751f","type":"explicit"},{"id":"explicit.stat_2249211872","text":"\u95ea\u7535\u6297\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2343216207","text":"\u3010\u4f20\u5947\u9996\u9886\u3011\u6389\u843d # \u4e2a\u989d\u5916\u7a00\u6709 #","type":"explicit"},{"id":"explicit.stat_4096273663","text":"\u6280\u827a\u7cbe\u6e5b","type":"explicit"},{"id":"explicit.stat_2181791238","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3741365813","text":"\u751f\u6548\u671f\u95f4\u8d4b\u4e88\u5b8c\u7f8e\u82e6\u75db","type":"explicit"},{"id":"explicit.stat_4082111882","text":"\u6ee1\u8840\u65f6\u95ea\u907f\u503c\u63d0\u9ad8 +#","type":"explicit"},{"id":"explicit.stat_1572897579","text":"\u5f53\u4f60\u62e5\u6709\u963b\u7075\u672f\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2649513539","text":"\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_844812352","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u6539\u9020\u77f3\u53d8\u4e3a\u6df7\u6c8c\u77f3","type":"explicit"},{"id":"explicit.stat_2954796309","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u65f6\u7a7a\u9501\u94fe\uff0c\u5219\u6280\u80fd\u51b7\u5374\u901f\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_706212417","text":"\u63d2\u69fd\u5185\u9b54\u50cf\u6280\u80fd\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_433293234","text":"\u590d\u4ec7\u4e4b\u7075","type":"explicit"},{"id":"explicit.stat_2959020308","text":"\u66b4\u51fb\u65f6\u83b7\u5f97\u3010\u4e0d\u6d01\u4e4b\u529b\u3011 4 \u79d2","type":"explicit"},{"id":"explicit.stat_93696421","text":"\u6bcf 450 \u70b9\u95ea\u907f\u503c\u53ef\u4f7f\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_820827484","text":"\u5f53\u4f60\u65bd\u653e\u6cd5\u672f\u65f6\uff0c\u732e\u796d\u6240\u6709\u9b54\u529b\uff0c\u83b7\u5f97\u7b49\u540c\u4e8e\u732e\u796d\u9b54\u529b #% \u7684\u9644\u52a0\u6700\u5927\u95ea\u7535\u4f24\u5bb3\uff0c\u6301\u7eed 4 \u79d2","type":"explicit"},{"id":"explicit.stat_979288792","text":"\u654c\u4eba\u5bf9\u4f60\u65bd\u52a0\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u6539\u4e3a\u9644\u8fd1\u7684\u53cb\u519b\u627f\u53d7","type":"explicit"},{"id":"explicit.stat_1524882321","text":"\u53ef\u89c6\u4e3a\u6240\u6709\u7c7b\u578b\u7684\u5355\u624b\u8fd1\u6218\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_2179619644","text":"\u8fd1\u6218\u4f24\u5bb3\u51fb\u9000\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_4116579804","text":"+# \u9b54\u536b\u590d\u82cf\u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3081076859","text":"\u5168\u57df\u66b4\u51fb\u7387\u6bcf\u7ea7\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3769854701","text":"\u4e0d\u80fd\u5077\u53d6\u751f\u547d","type":"explicit"},{"id":"explicit.stat_1168138239","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u51bb\u4f24\uff0c\u5219\u5bf9\u51b0\u971c\u66dd\u9732\u514d\u75ab","type":"explicit"},{"id":"explicit.stat_565784293","text":"\u51fb\u9000\u8ddd\u79bb\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_325889252","text":"\u575a\u5b9a\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2803182108","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u4f7f\u7528\u6218\u543c\uff0c\u5219\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1745952865","text":"\u81ea\u8eab\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_3098087057","text":"\u5728\u71c3\u70e7\u5730\u9762\u4e0a\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2227042420","text":"\u7269\u7406\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_1447080724","text":"\u6bcf\u6709\u4e00\u4e2a\u8010\u529b\u7403\uff0c\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3913265126","text":"\u83b7\u5f97\u7b49\u540c\u6b66\u5668\u7269\u7406\u4f24\u5bb3 #% \u7684\u5168\u90e8\u4e09\u79cd\u989d\u5916\u706b\u7130\uff0c\u51b0\u971c\u548c\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_751813227","text":"\u51fb\u8d25\u654c\u4eba\u5931\u53bb #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3890287045","text":"\u4f60\u6ca1\u6709\u80fd\u91cf\u62a4\u76fe\u65f6\u65e0\u6cd5\u683c\u6321","type":"explicit"},{"id":"explicit.stat_1737583880","text":"\u62e5\u6709\u6253\u51fb\u6280\u80fd\u7684\u8fd1\u6218\u653b\u51fb\u603b\u80fd\u9020\u6210\u51fb\u9000","type":"explicit"},{"id":"explicit.stat_1351893427","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u667a\u6167\u81f3\u5c11 40 \u70b9\u65f6\uff0c\u6295\u5c04\u7269\u8303\u56f4\u968f\u98de\u884c\u8ddd\u79bb\u6269\u5927\uff0c\u6700\u5927\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.stat_1485085047","text":"\u6295\u5c04\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u78b0\u649e\u5730\u5f62\u65f6\\n\u6309\u7167\u5f71\u54cd\u4f60\u7684\u6bcf\u4ef6\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d\u4ea7\u751f\u8fde\u9501\u6548\u679c\uff0c\u6700\u591a 20%","type":"explicit"},{"id":"explicit.stat_3404168630","text":"\u88c5\u5907\u5728\u4e3b\u624b\u65f6\u5168\u5c40\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2540508981","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u51fb\u4e2d\u65f6\u65e0\u89c6\u654c\u65b9\u602a\u7269\u7684\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2160282525","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"explicit"},{"id":"explicit.stat_4250752669","text":"\u4f60\u6bcf\u53d7\u4e00\u4e2a\u6df1\u6e0a\u73e0\u5b9d\u5f71\u54cd\uff0c\u7a7f\u900f #% \u7684\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_763311546","text":"\u706b\u7130\u6297\u6027 #%","type":"explicit"},{"id":"explicit.stat_1934713036","text":"\u8be5\u533a\u57df\u88ab\u65e5\u8000\u5973\u795e\u5360\u9886","type":"explicit"},{"id":"explicit.stat_4167600809","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u51b0\u971c\u6280\u80fd\uff0c\u5219\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2168861013","text":"\u6709#%\u7684\u51e0\u7387\u4f7f\u653b\u51fb\u4f60\u7684\u654c\u4eba\u51b0\u51bb1\u79d2","type":"explicit"},{"id":"explicit.stat_3535421504","text":"\u83b7\u5f97\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3\uff0c\u7b49\u4e8e\u7ed3\u754c\u7684 #%","type":"explicit"},{"id":"explicit.stat_769468514","text":"\u6301\u63e1\u65a7\u7c7b\u65f6\uff0c\u6bcf\u70b9\u3010\u6012\u706b\u3011\u90fd\u4f7f\u3010\u6d41\u8840\u3011 +#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2841618445","text":"\u6bcf\u6709\u4e00\u4e2a\u590d\u82cf\u7684\u9b54\u536b\u4fbf\u4f7f\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3310914132","text":"\u9493\u9c7c\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_147155654","text":"\u5728\u4f60\u81f3\u5c11\u62e5\u6709400\u70b9\u529b\u91cf\u503c\u65f6\u6709#%\u7684\u51e0\u7387\u9020\u6210\u4e09\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_561861132","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u611f\u7535\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1693676706","text":"\u73a9\u5bb6\u65bd\u653e\u63d2\u69fd\u5185\u7684\u9b54\u50cf\u6280\u80fd\u4f1a\u83b7\u5f97 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1526625193","text":"\u82e5\u4f60\u7684\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u6216\u66b4\u51fb\u7403\u603b\u5171\u6709 5 \u4e2a\u65f6\uff0c\u5c06\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3175679225","text":"\u5468\u56f4\u53cb\u519b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_471924383","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u6ca1\u6709\u95ea\u907f\u503c\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3837366401","text":"\u6bcf\u6709 1 \u4e2a\u8f6e\u56de\u7403\uff0c\u4fbf\u83b7\u5f97 #% \u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_40907696","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u6613\u71c3\uff0c\u5219\u4e0d\u4f1a\u53d7\u5230\u70b9\u71c3\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1795260970","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u3010\u53cc\u6301\u6253\u51fb\u3011\u6301\u63e1\u722a\u7c7b\u65f6\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2546417825","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u6218\u543c\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2758554648","text":"\u88ab\u8106\u5f31\u8bc5\u5492\u65f6\uff0c\u654c\u4eba\u51fb\u4e2d\u4f60\u7684\u4f24\u5bb3\u4f1a\u7279\u522b\u4e0d\u5e78","type":"explicit"},{"id":"explicit.stat_639595152","text":"\u5468\u56f4\u654c\u4eba\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_880970200","text":"\u7ad9\u5b9a\u65f6\uff0c\u811a\u4e0b\u4ea7\u751f\u5949\u732e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_2606808909","text":"\u6295\u5c04\u7269\u95ea\u907f","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_zerphi","text":"\u4ee5\u6cfd\u4f5b\u4f9d\u7684\u540d\u4e49\u7528 # \u540d\u796d\u54c1\u4e4b\u8840\u6d78\u67d3","type":"explicit"},{"id":"explicit.stat_1722463112","text":"\u5468\u56f4\u53cb\u519b\u83b7\u5f97\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_967108924","text":"\u6bcf\u4e2a\u767d\u8272\u63d2\u69fd\u4f1a\u4f7f\u9632\u5fa1\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_134839587","text":"\u602a\u7269\u7684\u4e2d\u6bd2\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1316278494","text":"\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3629143471","text":"\u4f60\u5728\u6ee1\u8840\u65f6\uff0c\u654c\u4eba\u51fb\u4e2d\u4f60\u7684\u4f24\u5bb3\u4f1a\u7279\u522b\u4e0d\u5e78","type":"explicit"},{"id":"explicit.stat_1079239905","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u8d64\u70bc\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3729445224","text":"\u4f60\u6280\u80fd\u7684\u5149\u73af\u53ef\u4f7f\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2059771038","text":"\u62e5\u6709\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\uff0c\u4f60\u7684\u653b\u51fb\u5fc5\u5b9a\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_3265666559","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u8715\u53d8\u77f3\u53d8\u4e3a\u6df7\u6c8c\u77f3","type":"explicit"},{"id":"explicit.stat_2912438397","text":"\u53ec\u5524\u7684\u9b54\u4f8d\u6bcf\u79d2\u627f\u53d7\u5176\u751f\u547d\u4e0a\u9650 #% \u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2556436882","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u589e\u5e45 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1852069308","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u5730\u5fc3\u63a2\u9669\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_4119032338","text":"\u6bcf\u5b8c\u6210 25 \u6b21\u66b4\u8d70\u8fde\u51fb\uff0c\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_4096052153","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2097195894","text":"\u4f5c\u4e3a\u5149\u73af\u6548\u679c\u65bd\u653e\u7684\u60e9\u6212\u4e0d\u4ea7\u751f\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3259812992","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u6613\u71c3\uff0c\u5219\u5bf9\u706b\u7130\u66dd\u9732\u514d\u75ab","type":"explicit"},{"id":"explicit.stat_1604736568","text":"\u51fb\u8d25\u654c\u4eba\u4f1a\u56de\u590d #% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_519622288","text":"\u6218\u543c\u5728\u66f4\u5c0f\u7684\u533a\u57df\u91cc\u51fb\u9000\u5e76\u6253\u65ad\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3635566977","text":"\u5f53\u4e0d\u62e5\u6709\u8010\u529b\u7403\u65f6\uff0c\u6240\u6709\u5c5e\u6027\u7684\u6297\u6027\u4e0a\u9650 +#%","type":"explicit"},{"id":"explicit.stat_1152934561","text":"\u4f60\u53d7\u5230\u7684\u65f6\u7a7a\u9501\u94fe\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2602664175","text":"\u51fb\u8d25\u4e2d\u6bd2\u654c\u4eba\u540e\uff0c\u53ec\u5524\u751f\u7269\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3018691556","text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 #%\uff0c\u540c\u65f6\u7b49\u91cf\u964d\u4f4e\u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3747189159","text":"\u5bf9\u51b0\u7f13\u654c\u4eba\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_746505085","text":"\u53cd\u5c04\u4f60\u7684\u53e6\u4e00\u679a\u6212\u6307","type":"explicit"},{"id":"explicit.stat_751322171","text":"\u8fc5\u6377\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2313899959","text":"\u5728\u9b54\u529b\u4e0d\u6ee1\u65f6\u4f7f\u7528\u53ef\u4ee5\u7f13\u901f\u5468\u56f4\u654c\u4eba\uff0c\u4f7f\u5b83\u4eec\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_4077357269","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u8870\u5f31\uff0c\u5219\u4e0d\u4f1a\u53d7\u5230\u66b4\u51fb\u7684\u989d\u5916\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1307972622","text":"\u6bcf 20 \u70b9\u667a\u6167\u4f1a\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3700085184","text":"\u53ec\u5524\u751f\u7269\u7684\u57fa\u7840\u653b\u51fb\u66b4\u51fb\u51e0\u7387\\n\u7b49\u4e8e\u4f60\u7684\u4e3b\u624b\u6b66\u5668\u66b4\u51fb\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_798723493","text":"\u4f20\u5947\u7684\u53e4\u795e\u7194\u7089\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4ef6\\n\u5177\u6709\u7194\u7089\u5929\u8d4b\u6811\u7684\u4f20\u5947\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_1510714129","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_2189382346","text":"\u6bcf\u6709\u4e00\u4e2a\u66b4\u51fb\u7403\uff0c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2611224062","text":"\u62a4\u4f53\u4e0a\u9650\u5728\u53d7\u75af\u72c2\u8363\u5149\u5f71\u54cd\u65f6 +#","type":"explicit"},{"id":"explicit.stat_3892608176","text":"\u5f53\u4f60\u5931\u53bb\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\uff0c\u89e6\u53d1 # \u7ea7\u7684\u3010\u5a01\u5413\u6218\u543c\u3011","type":"explicit"},{"id":"explicit.stat_3470535775","text":"\u6655\u7729\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1920234902","text":"\u4f60\u5728\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\u7684\u60c5\u51b5\u4e0b\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u6bcf\u79d2\u627f\u53d7 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3581578643","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8d4b\u4e88 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_496011033","text":"+# \u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_979973117","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u60e9\u51fb\u3011","type":"explicit"},{"id":"explicit.stat_2223565123","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9ad8\u9636\u9f50\u5c04 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3321235265","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5143\u7d20\u4e4b\u6108\u3011","type":"explicit"},{"id":"explicit.stat_2355312681","text":"\u602a\u7269\u514d\u75ab\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u548c\u6655\u7729","type":"explicit"},{"id":"explicit.stat_3909952544","text":"\u53d7\u3010\u75af\u72c2\u8363\u5149\u3011\u5f71\u54cd\u65f6\uff0c\u4f60\u83b7\u5f97\u3010\u70b9\u71c3\u6c47\u6d41\u3011\u3001\u3010\u51b0\u7f13\u6c47\u6d41\u3011\u3001\u3010\u611f\u7535\u6c47\u6d41\u3011","type":"explicit"},{"id":"explicit.stat_776020689","text":"\u4f60\u8fdb\u5165\u65b0\u533a\u57df\u65f6\u5931\u53bb\u6240\u6709\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2156764291","text":"\u53d7\u5230\u9b3c\u9b42\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3101915418","text":"\u8010\u529b\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1560540713","text":"\u5468\u56f4\u53cb\u519b\u83b7\u5f97\u3010\u7ec8\u7ed3\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_4007740198","text":"\u6700\u5927\u611f\u7535\u6548\u679c+40%","type":"explicit"},{"id":"explicit.stat_2857427872","text":"\u88ab\u9b54\u536b\u7684\u51fb\u4e2d\u51fb\u8d25\u7684\u654c\u4eba\u4f1a\u7206\u70b8\uff0c\u9020\u6210\u5176\u751f\u547d #% \u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_803185500","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_943553365","text":"\u6bcf\u4e2a\u53ec\u5524\u7684\u5e7b\u7075\u90fd\u7ed9\u4f60\u3010\u5e7d\u5f71\u4e4b\u529b\u3011","type":"explicit"},{"id":"explicit.stat_3241494164","text":"\u66b4\u51fb\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u96f7\u9706\u4e07\u94a7\u3011","type":"explicit"},{"id":"explicit.stat_3520223758","text":"\u65bd\u6cd5\u901f\u5ea6\u7684\u63d0\u9ad8\u548c\u964d\u4f4e\u4e5f\u540c\u6837\u4f5c\u7528\u4e8e\u9677\u9631\u6295\u63b7\u901f\u5ea6","type":"explicit"},{"id":"explicit.stat_883169830","text":"\u6bcf\u7a7f\u900f\u4e00\u4e2a\u654c\u4eba\uff0c\u6295\u5c04\u7269\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2138434718","text":"\u51b0\u51bb\u7684\u654c\u4eba\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1441799693","text":"\u7a7f\u523a\u8005","type":"explicit"},{"id":"explicit.stat_3678841229","text":"\u5728\u611f\u7535\u5730\u9762\u4e0a\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3368671817","text":"\u6bcf\u4e2a\u8f6e\u56de\u7403\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2921954092","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u5143\u7d20\u8981\u5bb3\uff0c\u5219\u5bf9\u66dd\u9732\u514d\u75ab","type":"explicit"},{"id":"explicit.stat_3025389409","text":"\u6bcf\u4e2a\u7ea2\u8272\u63d2\u69fd\u4f1a\u4f7f\u4f60\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3492797685","text":"\u62e5\u6709\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\u83b7\u5f97\u3010\u73ab\u7ea2\u4e4b\u821e\u3011","type":"explicit"},{"id":"explicit.stat_1964333391","text":"\u4f60\u7684\u6280\u80fd\u5728\u8fd1\u671f\u5185\u9020\u6210\u8fc7\u66b4\u51fb\u7684\u60c5\u51b5\u4e0b\\n\u6309\u7167\u6bcf\u4e2a\u66b4\u51fb\u7403\u6bcf\u79d2\u627f\u53d7 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1433144735","text":"\u63d0\u9ad8\u6216\u964d\u4f4e\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u7684\u6548\u679c\u4e5f\u4f5c\u7528\u4e8e\u4f60\u81ea\u8eab\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 150%","type":"explicit"},{"id":"explicit.stat_545593248","text":"\u6548\u679c\u7ed3\u675f\u65f6\uff0c\u5bf9\u5468\u56f4\u7684\u654c\u4eba\u9020\u6210 # \u79d2\u75b2\u60eb","type":"explicit"},{"id":"explicit.stat_226515115","text":"\u7b2c\u56db\u4e2a\u53d1\u5c04\u70b9\u53d1\u5c04\u7684\u7bad\u77e2 +# \u6b21\u8fde\u9501","type":"explicit"},{"id":"explicit.stat_1829238593","text":"\u7bad\u77e2\u8d2f\u7a7f\u6240\u6709\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_3699529133","text":"\u6bcf\u6709\u4e00\u4e2a\u5f71\u54cd\u4f60\u7684\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d\uff0c\u4f60\u7684\\n\u526f\u624b\u66b4\u51fb\u52a0\u6210 +#%\uff0c\u6700\u591a 100%","type":"explicit"},{"id":"explicit.stat_3457143479","text":"\u5b9d\u7bb1\u5185\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2581419165","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u83cc\u6f6e\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_482240997","text":"\u6bcf\u5757\u805a\u5149\u4e4b\u77f3\u4f7f\u53ec\u5524\u751f\u7269\u66b4\u51fb\u52a0\u6210\u4f24\u5bb3\u63d0\u9ad8+#%","type":"explicit"},{"id":"explicit.stat_3638599682","text":"\u65e0\u6cd5\u9020\u6210\u66b4\u51fb","type":"explicit"},{"id":"explicit.stat_2006370586","text":"\u4f60\u653b\u51fb\u7684\u76ee\u6807\u4f1a\u53cd\u5c04 # \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_89314980","text":"\u82e5\u5168\u5957\u88c5\u5907\u5747\u4e3a\u88c2\u754c\u8005\u7269\u54c1\uff0c\u5219\u51fb\u4e2d\u65e0\u89c6\u654c\u4eba\u7684\u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2674214144","text":"\u5f53\u654c\u4eba\u51fb\u4e2d\u4f60\u65f6\u6709 #% \u7684\u51e0\u7387\u7ed9\u4e88\u5bf9\u65b9\u4e00\u4e2a\u968f\u673a\u9b54\u86ca\uff0c\u5e76\u4e14\u65e0\u89c6\u8bc5\u5492\u9650\u5236","type":"explicit"},{"id":"explicit.stat_3612256591","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u706b\u7130\u6280\u80fd\uff0c\u5219\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3835570161","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u83b7\u5f97\u3010\u4e0d\u6d01\u4e4b\u529b\u3011\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_2159994279","text":"\u73a9\u5bb6\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3563667308","text":"\u9b54\u536b\u590d\u82cf\u4f53\u578b\u589e\u5927 #%","type":"explicit"},{"id":"explicit.stat_1156957589","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%\uff0c\u540c\u65f6\u7b49\u91cf\u964d\u4f4e\u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3426614534","text":"\u4f7f\u7528\u4f1a\u6d88\u8017\u6700\u5927\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_73487979","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u5148\u9a71\u8005\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_4238266823","text":"#% \u7684\u95ea\u7535\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3981960937","text":"\u51b0\u7f13\u65f6\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_3416664215","text":"\u4f5c\u4e3a\u5149\u73af\u6548\u679c\u65bd\u653e\u7684\u5143\u7d20\u8981\u5bb3\u4e0d\u5177\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1388374928","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u51fb\u4e2d\u65f6\u65e0\u89c6\u654c\u65b9\u602a\u7269\u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_2321346567","text":"\u795e\u5723\u8840\u8089","type":"explicit"},{"id":"explicit.stat_2159555743","text":"\u5468\u56f4\u654c\u4eba\u88ab\u3010\u51b0\u7f13\u3011","type":"explicit"},{"id":"explicit.stat_4170338365","text":"\u98ce\u821e\u8005","type":"explicit"},{"id":"explicit.stat_491899612","text":"\u65e0\u6cd5\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1012072406","text":"\u6bcf\u4e2a\u5f71\u54cd\u4f60\u7684\u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d\u90fd\u4f7f\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 #%\uff0c\u6700\u591a 40%","type":"explicit"},{"id":"explicit.stat_1655460656","text":"\u4f7f\u7528\u65f6\u83b7\u5f97\u74e6\u5c14\u4e4b\u7075\uff0c\u7b49\u4e8e\u6d88\u8017\u7684\u5145\u80fd\u6570\u91cf","type":"explicit"},{"id":"explicit.stat_706246936","text":"\u627f\u53d7\u6295\u5c04\u7269\u7684\u653b\u51fb\u65f6\uff0c\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4292531291","text":"\u751f\u6548\u671f\u95f4\uff0c\u653b\u51fb\u9644\u52a0 #-# \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1556625719","text":"\u6bcf\u4e2a\u88ab\u66b4\u51fb\u7684\u654c\u4eba\u7ed9\u4e88\u4f60 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_117885424","text":"\u6bcf 80 \u70b9\u529b\u91cf\u90fd\u4f7f\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_987588151","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4193390599","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u51b0\u971c\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2610785454","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u5b9d\u77f3","type":"explicit"},{"id":"explicit.stat_3961014595","text":"\u6bcf 16 \u70b9\u667a\u6167\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1323476506","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u9970\u54c1","type":"explicit"},{"id":"explicit.stat_2780297117","text":"\u53d7\u3010\u75af\u72c2\u8363\u5149\u3011\u5f71\u54cd\u65f6\uff0c\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u5176\u751f\u547d\u56db\u5206\u4e4b\u4e00\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_513221334","text":"\u62a4\u7532\u503c\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403 +#","type":"explicit"},{"id":"explicit.stat_3828375170","text":"\u4f60\u9020\u6210\u7684\u6d41\u8840\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_145598447","text":"\u6c38\u6052\u732e\u796d","type":"explicit"},{"id":"explicit.stat_1546046884","text":"\u66b4\u51fb\u65f6\u83b7\u5f97 1 \u70b9\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2689259705","text":"\u6700\u7ec8\u9996\u9886\u6389\u843d\u66f4\u9ad8\u7b49\u7ea7\u7684\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_3510243006","text":"\u514d\u75ab\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2603798371","text":"\u88ab\u51fb\u4e2d\u65f6\u89e6\u53d1 20 \u7ea7\u6697\u5f71\u59ff\u6001","type":"explicit"},{"id":"explicit.stat_2932121832","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1981749265","text":"\u4f60\u7684\u6cd5\u672f\u88ab\u7981\u7528\u4e86","type":"explicit"},{"id":"explicit.stat_4052117756","text":"\u6240\u6709\u4f24\u5bb3\u5747\u53ef\u51bb\u7ed3","type":"explicit"},{"id":"explicit.stat_1149326139","text":"\u4e0d\u80fd\u9644\u52a0\u6cd5\u672f\u76f8\u5173\u5c5e\u6027\u4fee\u6b63","type":"explicit"},{"id":"explicit.stat_291644318","text":"\u6cd5\u672f\u6280\u80fd\u65e0\u6cd5\u9020\u6210\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2500803699","text":"\u5f00\u7bb1\u5bfc\u81f4\u8b66\u62a5\u7b49\u7ea7\u63d0\u5347\u7684\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3924539382","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6548\u80fd \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_889691035","text":"\u6bcf 10 \u70b9\u654f\u6377\u4f1a\u4f7f\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1199118714","text":"\u63d2\u69fd\u5185\u9b54\u50cf\u6280\u80fd\u83b7\u5f97\u7b49\u540c\u6700\u5927\u751f\u547d #% \u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2889664727","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_301746072","text":"\u7b2c\u4e09\u4e2a\u53d1\u5c04\u70b9\u53d1\u5c04\u7684\u7bad\u77e2\u4f1a\u8fd4\u56de","type":"explicit"},{"id":"explicit.stat_4080206249","text":"\u5f53\u4f60\u53d7\u5230\u66b4\u51fb\u65f6\u83b7\u5f97\u6700\u5927\u6570\u91cf\u7684\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2831922878","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u8fc7\u4f4d\u79fb\u6280\u80fd\uff0c\u5219\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_7847395","text":"\u53ec\u5524\u7684\u5e7b\u7075\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u5237\u65b0\u6301\u7eed\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_2454528473","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u7cbe\u534e","type":"explicit"},{"id":"explicit.stat_2813516522","text":"\u63d2\u69fd\u5185\u9b54\u50cf\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3392890360","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1439818705","text":"\u4f7f\u7528\u9576\u5d4c\u7684\u653b\u51fb\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u65e0\u89c6\u7729\u6655","type":"explicit"},{"id":"explicit.stat_2451774989","text":"\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\u5fc5\u5b9a\u9020\u6210\u70b9\u71c3\u3001\u51bb\u7ed3\u548c\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1686913105","text":"\u88ab\u51fb\u4e2d\u65f6\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_673704994","text":"\u4f60\u83b7\u5f97\u3010\u732b\u4e4b\u9690\u533f\u3011\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2434330144","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6e05\u7b97\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1065479853","text":"\u53d7\u3010\u75af\u72c2\u8363\u5149\u3011\u5f71\u54cd\u65f6\uff0c\u514d\u75ab\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2189891129","text":"\u6124\u6012\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2192181096","text":"\u5728\u526f\u624b\u65f6\uff0c\u6bcf # \u529b\u91cf\u63d0\u9ad8 1% \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_4106109768","text":"\u4f60\u7684\u8bc5\u5492\u6548\u679c\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1790172543","text":"\u5bf9\u6d41\u8840\u654c\u4eba\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4224978303","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u654c\u4eba\u7729\u6655\uff0c\u5219\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_406887685","text":"\u6301\u63e1\u5251\u7c7b\u65f6 +# \u6700\u5927\u6012\u706b","type":"explicit"},{"id":"explicit.stat_4223377453","text":"\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2237174578","text":"\u63d2\u5165\u7684\u74e6\u5c14\u6280\u80fd\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3279535558","text":"\u4f4e\u8840\u65f6\u4e0d\u80fd\u5077\u53d6","type":"explicit"},{"id":"explicit.indexable_support_67","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2894704558","text":"+# \u3010\u6df1\u6d77\u5c4f\u969c\u3011\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_4041805509","text":"\u3010\u9b54\u536b\u590d\u82cf\u3011\u6700\u5927\u6570\u91cf\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2168987271","text":"\u7b2c\u4e00\u4e2a\u53d1\u5c04\u70b9\u53d1\u5c04\u7684\u7bad\u77e2\u59cb\u7ec8\u8d2f\u7a7f","type":"explicit"},{"id":"explicit.stat_376585490","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2057712935","text":"\u8c03\u6574\u6295\u5c04\u7269\u6570\u91cf\u7684\u8bcd\u7f00\u6539\u4e3a\\n\u8c03\u6574\u6295\u5c04\u7269\u88c2\u5316\u98de\u5411\u7684\u76ee\u6807\u6570\u91cf","type":"explicit"},{"id":"explicit.stat_1291925008","text":"\u7cbe\u51c6\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 100%","type":"explicit"},{"id":"explicit.stat_3573591118","text":"\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u53ef\u4ee5\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3226074658","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d85\u7ea7\u805a\u80fd\u3011","type":"explicit"},{"id":"explicit.stat_3153744598","text":"\u63d2\u5165\u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d\u65f6\uff0c\u6cd5\u672f\u51fb\u4e2d\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"explicit"},{"id":"explicit.stat_3787670808","text":"\u6709\u6c38\u751f\u5316\u7684\u5143\u5e05\\nPvP \u4f24\u5bb3\u8c03\u6574","type":"explicit"},{"id":"explicit.stat_1162425204","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u70b9\u71c3\u548c\u71c3\u70e7\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2894476716","text":"\u82e5\u4f60\u8fd1\u671f\u88ab\u51fb\u4e2d\uff0c\u5219\u6bcf\u79d2\u83b7\u5f97 # \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1431238626","text":"\u8be5\u6b66\u5668\u51fb\u4e2d\u540e\u9020\u6210\u7684 #% \u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4194606073","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u51bb\u4f24\uff0c\u5219\u4e0d\u4f1a\u53d7\u5230\u51b0\u51bb\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_3637628300","text":"\u63d0\u4f9b\u94a2\u94c1\u547c\u5524","type":"explicit"},{"id":"explicit.stat_269590092","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u653b\u51fb\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_1960833438","text":"\u6bcf\u6709 500 \u5c42\u80fd\u91cf\u62a4\u76fe\u53ef\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_3290081052","text":"\u7b2c\u4e8c\u4e2a\u53d1\u5c04\u70b9\u53d1\u5c04\u7684\u7bad\u77e2\u4f1a\u5206\u88c2","type":"explicit"},{"id":"explicit.stat_1919892065","text":"\u5bf9\u6297\u88ab\u4f60\u5a01\u5413\u7684\u654c\u4eba\u65f6\uff0c\u5b83\u4eec\u7684\u7729\u6655\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_758006884","text":"\u5973\u738b\u6555\u4ee4\u80fd\u89e6\u53d1 # \u7ea7\u5ba1\u5224\u98ce\u66b4","type":"explicit"},{"id":"explicit.stat_1361025326","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u6df1\u6e0a\u7269\u54c1","type":"explicit"},{"id":"explicit.indexable_support_74","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6025\u51bb\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1409669176","text":"\u7ed9\u8303\u56f4\u5185\u63d0\u4f9b\u51b0\u971c\u6297\u6027\u6216\u6240\u6709\u5143\u7d20\u6297\u6027\u7684\u5929\u8d4b\\n\u4e5f\u63d0\u4f9b\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 #%","type":"explicit"},{"id":"explicit.stat_438083873","text":"\u6d3b\u529b\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_693460617","text":"\u63d2\u69fd\u5185\u7684\u9b54\u50cf\u6280\u80fd\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_4284915962","text":"\u6bcf 2 \u70b9\u667a\u6167 +# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3931143552","text":"\u8303\u56f4\u5185\u63d0\u9ad8\u706b\u7130\u6297\u6027\u6216\u6240\u6709\u5143\u7d20\u7684\u5929\u8d4b\\n\u4e5f\u4f1a\u4ee5 #% \u7684\u6bd4\u4f8b\u63d0\u9ad8\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_1527893390","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u89e6\u53d1 # \u7ea7\u7684\u3010\u95ea\u7535\u4f20\u9001\u3011","type":"explicit"},{"id":"explicit.stat_3919557483","text":"\u70b9\u71c3 1 \u4e2a\u654c\u4eba\u540e\u7684\u8fd1\u671f\u5185\uff0c\u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1190121450","text":"\u6bcf8\u79d2\u4f1a\u83b7\u5f973\u79d2\u7684#\u6c47\u6d41","type":"explicit","option":{"options":[{"id":1,"text":"\u51b0\u7f13"},{"id":2,"text":"\u611f\u7535"},{"id":3,"text":"\u70b9\u71c3"}]}},{"id":"explicit.stat_41394014","text":"\u602a\u7269\u7684\u8fd1\u6218\u653b\u51fb\u51fb\u4e2d\u65f6\u65bd\u52a0\u968f\u673a\u9b54\u86ca","type":"explicit"},{"id":"explicit.stat_438778966","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u65bd\u6cd5\u56de\u54cd \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1463604143","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u6218\u4e71\u4e4b\u6b87\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_1979658770","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u706b\u7130\u7a7f\u900f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3597737983","text":"\u5f53\u4f60\u62e5\u6709\u517d\u5316\u7684\u53ec\u5524\u751f\u7269\u65f6\uff0c\u653b\u51fb\u548c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3339663313","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u5bfc\u7535\uff0c\u5219\u5bf9\u95ea\u7535\u66dd\u9732\u514d\u75ab","type":"explicit"},{"id":"explicit.stat_4148932984","text":"\u5f53\u4f60\u51fb\u788e\u51b0\u51bb\u7684\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u5949\u732e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_1626712767","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u9020\u6210\u975e\u66b4\u51fb\u4f24\u5bb3\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1678831767","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6\u6062\u590d # \u70b9","type":"explicit"},{"id":"explicit.stat_2513293614","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u90aa\u6076\u6295\u63b7 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_173438493","text":"\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1621470436","text":"\u51fb\u4e2d\u65bd\u653e 20 \u7ea7\u706b\u7130\u7206\u7834","type":"explicit"},{"id":"explicit.stat_3454830051","text":"\u6bcf\u6709\u4e00\u4e2a\u5f71\u54cd\u4f60\u7684\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d\uff0c\\n\u4f60\u7684\u4e3b\u624b\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%\uff0c\u6700\u591a 200%","type":"explicit"},{"id":"explicit.stat_2692578539","text":"\u593a\u5b9d\u5947\u5175\u7684\u6240\u6709\u4efb\u52a1\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_178057093","text":"\u63d2\u69fd\u5185\u9b54\u50cf\u6280\u80fd\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd","type":"explicit"},{"id":"explicit.stat_1214532298","text":"\u82e5\u5468\u56f4\u6709\u81f3\u5c11 5 \u4e2a\u654c\u4eba\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_2304300603","text":"\u53d7\u5230\u3010\u8106\u5f31\u3011\u8bc5\u5492\u65f6\uff0c\u89c6\u4f5c\u4f4e\u8840\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_983989924","text":"\u9759\u6b62\u65f6\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_568070507","text":"\u9b54\u536b\u590d\u82cf\u7269\u7406\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2337295272","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4146386957","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u88c2\u9699\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_1881314095","text":"\u4e0e\u5468\u56f4\u961f\u53cb\u5206\u4eab\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_4107150355","text":"\u88ab\u4f60\u611f\u7535\u7684\u654c\u4eba\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_988207959","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\uff0c\u6280\u80fd\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_1055188639","text":"\u66b4\u51fb\u540e\u83b7\u5f97 # \u79d2\u7684\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_4216809421","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5723\u7532\u866b","type":"explicit"},{"id":"explicit.stat_973269941","text":"Attacks with this Weapon have Added Maximum Lightning Damage equal to #% of Player\'s Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_709768359","text":"\u653b\u51fb\u6280\u80fd\u7684\u6301\u7eed\u7269\u7406\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_2917742181","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u9b54\u7b26","type":"explicit"},{"id":"explicit.stat_637690626","text":"\u6bcf\u8fbe\u5230 50 \u6b21\u66b4\u8d70\u8fde\u51fb\uff0c\u5c31\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3562211447","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 3 \u79d2","type":"explicit"},{"id":"explicit.stat_1109343199","text":"\u6076\u6bd2\u7ed3\u754c","type":"explicit"},{"id":"explicit.stat_3184053924","text":"\u9759\u6b62\u65f6\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_133","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u672b\u65e5\u5c06\u81f3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4108305628","text":"\u751f\u6548\u671f\u95f4\uff0c\u6cd5\u672f\u9644\u52a0 #-# \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2175889777","text":"\u751f\u6548\u671f\u95f4\u83b7\u5f97\u7ec8\u7ed3","type":"explicit"},{"id":"explicit.stat_655278200","text":"\u4f20\u5947\u9996\u9886\u6389\u843d # \u4e2a\u989d\u5916\u5730\u56fe","type":"explicit"},{"id":"explicit.stat_679194784","text":"\u5728\u4e3b\u624b\u65f6\uff0c\u6bcf # \u529b\u91cf\u63d0\u9ad8 1% \u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1585991257","text":"\u53d7\u5230\u6124\u6012\u5149\u73af\u5f71\u54cd\u65f6\u59cb\u7ec8\u9020\u6210\u70e7\u707c","type":"explicit"},{"id":"explicit.stat_3150000576","text":"\u9b54\u536b\u6297\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1242155304","text":"\u6bcf\u9694 4 \u79d2\u4fbf\u5728\u4e00\u79d2\u5185\u518d\u751f #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_207573834","text":"\u751f\u6548\u671f\u95f4\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b","type":"explicit"},{"id":"explicit.stat_2905429068","text":"\u5f53\u4f60\u6ca1\u6709\u83b7\u5f97\u3010\u5143\u7d20\u8d85\u8f7d\u3011\u65f6\uff0c\u83b7\u5f97\u3010\u575a\u6bc5\u4e4b\u5fc3\u3011","type":"explicit"},{"id":"explicit.stat_1968038301","text":"\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u4ea1\u7075\u602a\u7269","type":"explicit"},{"id":"explicit.stat_3152714748","text":"\u5468\u56f4\u53cb\u519b\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_906997920","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u94a2\u94c1\u610f\u5fd7\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2800254163","text":"\u7981\u7528\u9664\u7cbe\u51c6\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_781633505","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\\n\u3010\u9b54\u536b\u590d\u82cf\u3011\u7684\u91cd\u51fb\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1299868012","text":"\u53d7\u3010\u75af\u72c2\u8363\u5149\u3011\u5f71\u54cd\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3000966016","text":"\u53d7\u5230\u7684\u4f24\u5bb3\u7684#%\u7a7f\u900f\u7ed3\u754c","type":"explicit"},{"id":"explicit.stat_860864690","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u96be\u4ee5\u903e\u8d8a\u7684\u9e3f\u6c9f","type":"explicit"},{"id":"explicit.stat_414991155","text":"\u5e7b\u5316\u6b66\u5668\u65f6\u95f4\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_2546599258","text":"\u667a\u6167\u4e0d\u5bf9\u9b54\u529b\u4e0a\u9650\u63d0\u4f9b\u5c5e\u6027\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_1258679667","text":"\u83b7\u5f97\u575a\u6bc5\u4e4b\u5fc3\u65f6\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3485231932","text":"\u62e5\u6709\u3010\u9e1f\u4e4b\u529b\u91cf\u3011\u65f6\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3617672145","text":"\u7ed3\u754c\u7834\u788e\u65f6\u6548\u679c\u7ed3\u675f","type":"explicit"},{"id":"explicit.stat_3558528738","text":"\u4f60\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u65f6\u76f4\u63a5\u83b7\u5f97\u6700\u5927\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_4288824781","text":"\u6bcf\u4e2a\u7cbe\u795e\u80fd\u91cf\u7403\u4f7f\u4f60\u989d\u5916\u9020\u6210\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3 #% \u7684\u6bcf\u4e00\u79cd\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_708913352","text":"\u6bcf 16 \u79d2\u83b7\u5f97\u4e00\u6b21\u3010\u5143\u7d20\u8d85\u8f7d\u3011\uff0c\u6301\u7eed 8 \u79d2","type":"explicit"},{"id":"explicit.stat_2818518881","text":"\u6bcf 10 \u70b9\u667a\u6167\u4f1a\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1740349133","text":"\u4f60\u7684\u51fb\u4e2d\u9020\u6210\u7684\u5143\u7d20\u4f24\u5bb3\u7531\u6700\u4f4e\u7684\u6297\u6027\u6765\u62b5\u6297","type":"explicit"},{"id":"explicit.stat_252427115","text":"\u81f3\u5c11 150 \u70b9\u529b\u91cf\u4e0b\u8fd1\u6218\u51fb\u4e2d\u65f6\uff0c\u89e6\u53d1 # \u7ea7\u7684\u3010\u6d82\u70ad\u9707\u6ce2\u3011","type":"explicit"},{"id":"explicit.stat_696659555","text":"\u6d41\u8840\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4070519133","text":"\u4f4e\u8840\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1168603868","text":"\u51fb\u8d25\u4e2d\u6bd2\u7684\u654c\u4eba\u65f6\uff0c\u5468\u56f4\u53cb\u519b\u6bcf\u79d2\u518d\u751f 200 \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1865987277","text":"\u96f7\u9706\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3107439245","text":"\u548c\u74e6\u5361\u8bfa\u4e00\u540c\u5b8c\u6210\u593a\u5b9d\u5192\u9669\u65f6\u6709 #% \u7684\u51e0\u7387\u4ea7\u751f\u4e00\u6b21\u989d\u5916\u7834\u89e3","type":"explicit"},{"id":"explicit.stat_2216127021","text":"\u7a7a\u624b\u65f6\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2736829661","text":"\u5f53\u4f60\u51fb\u8d25\u7a00\u6709\u602a\u7269\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u8be5\u602a\u7269\u7684\u4e00\u79cd\u5c5e\u6027\u4fee\u6b63 10 \u79d2","type":"explicit"},{"id":"explicit.stat_3716472556","text":"\u975e\u4f4e\u8840\u72b6\u6001\u65f6\u4e0d\u9020\u6210\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2589482056","text":"\u751f\u547d\u5728\u4f60\u6709\u9e1f\u4e4b\u6597\u9b44\u65f6\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_4100175081","text":"\u5bf9\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u7684\u589e\u5f3a\u4e0e\u51cf\u5f31\u6548\u679c\u6539\u4e3a\u4f5c\u7528\u4e8e\u7ed3\u754c","type":"explicit"},{"id":"explicit.stat_705686721","text":"\u53d7\u5230\u9b54\u4f8d\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1622979279","text":"\u51b0\u971c\u51c0\u5316\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3112776239","text":"\u70b9\u71c3\u4e00\u4e2a\u654c\u4eba\u540e\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_958088871","text":"\u66b4\u51fb\u65f6\u5077\u53d6\u7b49\u540c #% \u4f24\u5bb3\u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2089652545","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"explicit"},{"id":"explicit.stat_3835470471","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u62a4\u7532\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_1753916791","text":"\u5f53\u4f60\u62e5\u6709\u517d\u5316\u7684\u53ec\u5524\u751f\u7269\u65f6\uff0c\u6295\u5c04\u7269\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_2134166669","text":"\u51b0\u7f13\u5730\u9762\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4187741589","text":"\u6bcf 5 \u70b9\u654f\u6377\u4f7f\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_959641748","text":"\u4f7f\u7528\u65f6\u4f1a\u6263\u9664\u751f\u547d\uff0c\u7b49\u540c\u4e8e\u9b54\u529b\u56de\u590d\u503c\u7684 #%","type":"explicit"},{"id":"explicit.stat_139925400","text":"\u51b0\u971c\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1495376076","text":"\u9b54\u529b\u5728\u4f60\u6709\u9e1f\u4e4b\u6597\u9b44\u65f6\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_2445618239","text":"\u53d7\u5230\u3010\u6e05\u6670\u3011\u5f71\u54cd\u65f6\uff0c\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"explicit"},{"id":"explicit.stat_56919069","text":"\u4f5c\u4e3a\u5149\u73af\u65bd\u653e\u7684\u8870\u5f31\u4e0d\u5177\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_4084331136","text":"\u6bcf\u7ea7\u63d0\u9ad8 #% \u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2901262227","text":"\u51fb\u788e\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u51b0\u7f13\u5730\u9762","type":"explicit"},{"id":"explicit.stat_2499038519","text":"\u53d7\u5230\u96f7\u9706\u5149\u73af\u5f71\u54cd\u65f6\u59cb\u7ec8\u9020\u6210\u529b\u7aed","type":"explicit"},{"id":"explicit.stat_1226121733","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0 2 \u79d2\u6b7b\u4ea1\u51cb\u96f6","type":"explicit"},{"id":"explicit.stat_2554328719","text":"\u89e6\u53d1 20 \u7ea7\u6df7\u6c8c\u4e4b\u98ce\uff0c\u6761\u4ef6\u4e3a\u4f60\u83b7\u5f97\u9e1f\u4e4b\u529b\u91cf\u6216\u9e1f\u4e4b\u6597\u9b44","type":"explicit"},{"id":"explicit.stat_242822230","text":"\u62e5\u6709\u517d\u5316\u53ec\u5524\u751f\u7269\u65f6\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4164990693","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f24\u5bb3\u7a7f\u900f #% \u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_648161868","text":"\u53e4\u795e\u7194\u7089\u4f20\u5947\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4ef6\u4f20\u5947\u8fdc\u7a0b\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_2617837023","text":"\u53d7\u5230\u7cbe\u51c6\u5149\u73af\u5f71\u54cd\u65f6\uff0c\u66b4\u51fb\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_143510471","text":"\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\u4e0b\uff0c\u88ab\u51fb\u4e2d\u65f6 +#% \u907f\u514d\u5143\u7d20\u4f24\u5bb3\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_2584264074","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u683c\u6321\uff0c\u4f60\u7684\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387\u5c06\u5904\u4e8e\u6700\u9ad8\u503c","type":"explicit"},{"id":"explicit.stat_2341811700","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u8fc7\u683c\u6321\uff0c\u5219\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2048970144","text":"\u53ec\u5524\u751f\u7269\u6709 +# \u70b9\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_3619054484","text":"\u672a\u88ab\u8bc5\u5492\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1276712564","text":"\u8303\u56f4\u5185\u82e5\u672a\u914d\u7f6e\u654f\u6377\uff0c\u5219\u6bcf 10 \u70b9 +# \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_4222857095","text":"\u8fd1\u671f\u5185\u4f60\u6bcf\u51fb\u8d25 1 \u4e2a\u611f\u7535\u654c\u4eba\uff0c\u5219\u9644\u52a0 #-# \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1332534089","text":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u5bf9\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_42242677","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_279110104","text":"\u88ab\u4f60\u70b9\u71c3\u7684\u654c\u4eba\u8eab\u4e0a\u7684\u6b7b\u4ea1\u51cb\u96f6\u4e0d\u4f1a\u6d88\u51cf","type":"explicit"},{"id":"explicit.stat_2551779822","text":"\u9759\u6b62\u65f6 +# \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_1471580517","text":"\u4f60\u53ef\u4ee5\u6355\u83b7\u5916\u6765\u9c7c\u79cd","type":"explicit"},{"id":"explicit.stat_1097026492","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\\n\u3010\u9b54\u536b\u590d\u82cf\u3011\u7684\u91cd\u51fb\u653b\u51fb\u4f1a\u4f7f\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_support_41","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u591a\u91cd\u6253\u51fb\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3218891195","text":"\u88ab\u8bc5\u5492\u65f6\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_2732344760","text":"\u66b4\u51fb\u7403\u8fbe\u5230\u6700\u5927\u6570\u91cf\u65f6\uff0c\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_701843516","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u6389\u843d\u7684\u7269\u54c1\u88ab\u9274\u5b9a","type":"explicit"},{"id":"explicit.stat_3243062554","text":"\u653b\u51fb\u4f24\u5bb3\u7684 #% \u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3015437071","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3010688059","text":"\u53ec\u5524\u52b2\u5f29\u7684\u6295\u5c04\u7269\u8fde\u9501\u6b21\u6570 +#","type":"explicit"},{"id":"explicit.stat_1344329033","text":"\u53e4\u795e\u7194\u7089\u4f20\u5947\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u9762\u4f20\u5947\u76fe\u724c","type":"explicit"},{"id":"explicit.stat_1629782265","text":"\u4f4e\u8840\u65f6\u722a\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3708588508","text":"\u7eaa\u5f8b\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1251731548","text":"\u3010\u9e1f\u4e4b\u6597\u9b44\u3011\u7684\u6301\u7eed\u65f6\u95f4 +# \u79d2","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_venarius","text":"\u8363\u8000\u96d5\u50cf # \u6765\u81ea\u795e\u4e3b\u7ef4\u7eb3\u745e\u65af","type":"explicit"},{"id":"explicit.stat_1649883131","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u90fd\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u51fb\u4e2d\u9020\u6210\u7684\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4175197580","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3257374551","text":"\u4f60\u88ab\u8106\u5f31\u8bc5\u5492\u65f6\u89c6\u4e3a\u6ee1\u8840\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1666896662","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6309\u7167\u6bcf\u4e2a\u7ea2\u8272\u63d2\u69fd\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2665149933","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6309\u7167\u6bcf\u4e2a\u7eff\u8272\u63d2\u69fd\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2517037025","text":"\u5982\u679c\u4f60\u5728\u8fc7\u53bb 10 \u79d2\u5185\u65bd\u653e\u8fc7\u5bfc\u7535\uff0c\u5219\u4e0d\u4f1a\u53d7\u5230\u611f\u7535\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_308799121","text":"\u66b4\u51fb\u7403\u4e0b\u9650\u6309\u7167\u6bcf\u4e2a\u805a\u5149\u4e4b\u77f3 +#","type":"explicit"},{"id":"explicit.stat_4250009622","text":"+#% \u7684\u51e0\u7387\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1960426186","text":"\u53d7\u5230\u8fc5\u6377\u5149\u73af\u5f71\u54cd\u65f6\uff0c\u884c\u52a8\u901f\u5ea6\u52a0\u5feb#%","type":"explicit"},{"id":"explicit.stat_931560398","text":"\u5728\u6709\u4f20\u5947\u9c7c\u51fa\u6ca1\u7684\u533a\u57df\u4f1a\u53d1\u51fa\u5149\u8292","type":"explicit"},{"id":"explicit.stat_2223307291","text":"\u5bf9\u654c\u4eba\u9020\u6210\u76f8\u5f53\u4e8e\u4f24\u5bb3\u603b\u589e #% \u7684\u51b0\u7f13\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2250543633","text":"\u6e05\u6670\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3234824465","text":"\u53d7\u5230\u5143\u7d20\u51c0\u5316\u5149\u73af\u5f71\u54cd\u65f6\uff0c\u6240\u6709\u5143\u7d20\u6297\u6027\u4e0a\u9650\u63d0\u9ad8+#%","type":"explicit"},{"id":"explicit.stat_869436347","text":"\u56fe\u817e\u4f7f\u7528\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1826480903","text":"\u5143\u7d20\u51c0\u5316\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3359218839","text":"\u53d7\u3010\u75af\u72c2\u8363\u5149\u3011\u5f71\u54cd\u65f6\uff0c\u6240\u6709\u4f24\u5bb3\u90fd\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011","type":"explicit"},{"id":"explicit.stat_220932154","text":"\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u51bb","type":"explicit"},{"id":"explicit.indexable_support_76","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6b66\u5668\u5143\u7d20\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2937093415","text":"\u88ab\u4f60\u7684\u6218\u543c\u5632\u8bbd\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u8d25\u65f6\u7206\u70b8\uff0c\u9020\u6210\u5176 8% \u6700\u5927\u751f\u547d\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3976916585","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5728 4 \u79d2\u5185\u9020\u6210\u6050\u60e7\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3953667743","text":"\u53d7\u5230\u95ea\u7535\u51c0\u5316\u5f71\u54cd\u65f6\\n\uff0c\u53d7\u5230\u7684\u706b\u7130\u548c\u51b0\u971c\u4f24\u5bb3\u7684#%\u89c6\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3370223014","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u9020\u6210\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # to # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_680068163","text":"\u6655\u7729\u95e8\u69db\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4221489692","text":"\u4f7f\u7528\u8be5\u6b66\u5668\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 25 \u7ea7\u7684\u53ec\u5524\u5e7d\u72fc","type":"explicit"},{"id":"explicit.stat_2752264922","text":"\u8ff7\u8e2a\u72b6\u6001\u4e0b\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_613055432","text":"\u6bcf\u4e2a\u5f71\u54cd\u4f60\u7684\u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d\u90fd\u4f7f\u53ec\u5524\u751f\u7269\u6301\u7eed\u4f24\u5bb3\u52a0\u6210+#%\uff0c\u6700\u591a +30%","type":"explicit"},{"id":"explicit.stat_1822142649","text":"\u81f3\u5c11\u6709 200 \u70b9\u654f\u6377\u65f6\uff0c\u6295\u5c04\u7269\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_30","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_902577520","text":"\u79fb\u52a8\u901f\u5ea6\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u52a0\u5feb #%\\n\u73a9\u5bb6\u79fb\u52a8\u901f\u5ea6\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1423002070","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u88c2\u754c\u8005\u7269\u54c1\uff0c\u5c31\u5c06\u7269\u7406\u4f24\u5bb3\u7684 #% \u89c6\u4e3a\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_113","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u66b4\u51fb\u65f6\u65bd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3067441492","text":"\u7981\u7528\u9664\u8fc5\u6377\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.indexable_support_115","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5f7b\u9aa8\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_606940191","text":"#% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_668145148","text":"\u5468\u56f4\u654c\u4eba\u7684\u6240\u6709\u6297\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2519848087","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u529b\u91cf\uff0c\u4fbf\u83b7\u5f97 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_2461270975","text":"\u53ec\u5524\u52b2\u5f29\u7684\u6295\u5c04\u7269\u4f1a\u5206\u53c9","type":"explicit"},{"id":"explicit.stat_2185337019","text":"\u7981\u7528\u9664\u6124\u6012\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.indexable_support_66","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u63d0\u9ad8\u66b4\u51fb\u51e0\u7387\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1626998468","text":"\u533a\u57df\u5185\u6ca1\u6709\u602a\u7269","type":"explicit"},{"id":"explicit.stat_2693266036","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_3111456397","text":"+# \u7075\u4f53\u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_1942151132","text":"\u95ea\u7535\u6297\u6027 #%","type":"explicit"},{"id":"explicit.stat_1360723495","text":"\u4f60\u8eab\u4e0a\u6bcf\u5c42\u4e2d\u6bd2\u6548\u679c\u90fd\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%\uff0c\u6700\u5927 50%","type":"explicit"},{"id":"explicit.stat_510304734","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2713357573","text":"\u79fb\u52a8\u65f6\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_3916799917","text":"\u6bcf\u6709\u4e00\u4e2a\u72c2\u6012\u7403\u5219\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u51b0\u971c\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2614885550","text":"\u70b9\u71c3\u6301\u7eed\u65f6\u95f4\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_953018841","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_3893109186","text":"\u88c5\u5907\u7684\u62a4\u76fe\u683c\u6321\u51e0\u7387\u82e5\u4e0d\u4f4e\u4e8e 30%\uff0c\u5219\u6cd5\u672f\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3788235244","text":"\u8be5\u533a\u57df\u6709 #% \u7684\u51e0\u7387\u51fa\u73b0\u3010\u5361\u8fea\u7f57\u666e\u5170\u5fb7\u65af\u3011","type":"explicit"},{"id":"explicit.stat_443165947","text":"\u8bc5\u5492\u5149\u73af\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1517357911","text":"\u63d0\u4f9b # \u7ea7\u53ec\u5524\u5fb7\u745e\u7684\u5851\u50cf\\n\u53ec\u5524\u5fb7\u745e\u7684\u5851\u50cf\u65f6\u5019\u89e6\u53d1\u63d2\u5165\u7684\u9b54\u86ca\u6280\u80fd\\n\u63d2\u5165\u7684\u6280\u80fd\u53ef\u4efb\u610f\u65bd\u52a0 5 \u6b21\u989d\u5916\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_358040686","text":"\u88ab\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u51b0\u7f13\u5730\u9762","type":"explicit"},{"id":"explicit.stat_2204523353","text":"\u7981\u7528\u9664\u7eaa\u5f8b\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1030987123","text":"\u4e2d\u6bd2\u65f6 +#% \u5168\u90e8\u6297\u6027\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2278589942","text":"\u706b\u7130\u51c0\u5316\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3482587079","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3134790305","text":"\u88ab\u4f60\u611f\u7535\u7684\u654c\u4eba\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_1122693835","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u9020\u6210\u7684\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1741242318","text":"\u594b\u9510\u5149\u73af\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3089482869","text":"\u70d9\u5370\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3970941380","text":"\u7981\u7528\u9664\u5c0a\u4e25\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_608963131","text":"\u70b9\u71c3\u654c\u4eba\u65f6\u83b7\u5f97 # \u79d2\u3010\u5979\u7684\u62e5\u62b1\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_530889264","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u6389\u843d\u7684\u7269\u54c1\u8150\u5316","type":"explicit"},{"id":"explicit.stat_2622009823","text":"\u8fde\u9501\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2859437049","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u70d9\u5370\u55b7\u6d8c\u3011","type":"explicit"},{"id":"explicit.stat_1625933063","text":"\u5bf9\u6d41\u8840\u654c\u4eba\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1020412108","text":"\u63d2\u5165\u7684\u4f4d\u79fb\u6280\u80fd\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_2308278768","text":"\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4280703528","text":"\u4efb\u610f\u88c5\u5907\u7684\u6bcf\u4e2a\u7a7a\u7684\u7eff\u8272\u63d2\u69fd\u4f7f\u547d\u4e2d\u503c +#","type":"explicit"},{"id":"explicit.stat_4157542794","text":"\u4e0d\u80fd\u9020\u6210\u7269\u7406\u6216\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3041288981","text":"\u683c\u6321\u65f6\u56de\u590d #% \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2523986538","text":"\u7981\u7528\u9664\u95ea\u7535\u51c0\u5316\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1917124426","text":"\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u4f1a\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2437193018","text":"\u6655\u7729\u65f6\u6240\u6709\u653b\u51fb\u4f24\u5bb3\u9020\u6210\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_3292388799","text":"\u7981\u7528\u9664\u96f7\u9706\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1244003614","text":"\u5bf9\u6d41\u8840\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3266609002","text":"\u975e\u5149\u73af\u9b54\u86ca\u6bcf\u79d2\u6548\u679c\u63d0\u9ad8 20%","type":"explicit"},{"id":"explicit.stat_4102244881","text":"\u53d7\u5230\u6028\u6bd2\u5149\u73af\u5f71\u54cd\u65f6\uff0c\u4f60\u53ef\u4ee5\u989d\u5916\u65bd\u52a0\u4e00\u4e2a\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_354080151","text":"\u5185\u5728\u4fe1\u5ff5","type":"explicit"},{"id":"explicit.stat_1101403182","text":"\u53d7\u5230\u7684\u6301\u7eed\u6027\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1103902353","text":"\u82e5\u4f60\u81f3\u5c11\u62e5\u6709 500 \u5c42\u80fd\u91cf\u62a4\u76fe\uff0c\u5219\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2766423342","text":"\u5973\u738b\u6555\u4ee4\u53ef\u4ee5\u89e6\u53d1 # \u7ea7\u5ba1\u5224\u70c8\u7130","type":"explicit"},{"id":"explicit.stat_110034065","text":"\u7981\u7528\u9664\u6d3b\u529b\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2095084973","text":"\u65e0\u6cd5\u51fb\u9000\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2670993553","text":"\u4f24\u5bb3\u65e0\u6cd5\u88ab\u53cd\u5c04","type":"explicit"},{"id":"explicit.stat_2103009393","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u51b0\u98ce\u66b4\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_927458676","text":"\u66b4\u51fb\u65f6\u55b7\u6d12\u7126\u6cb9","type":"explicit"},{"id":"explicit.stat_2511521167","text":"\u4f60\u603b\u5171\u6d88\u8017 12 \u679a\u94a2\u5203\u788e\u7247\u540e\\n\u6280\u80fd\u5728 4 \u79d2\u5185\u53d1\u5c04 # \u679a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.indexable_support_84","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5feb\u901f\u6295\u5c04\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3225265684","text":"\u88c5\u5907#\u4ef6\u8150\u5316\u7269\u54c1\uff1a\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u768450%\u4e0d\u4f1a\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe\uff0c\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u768450%\u4f1a\u7a7f\u900f\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_823106560","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u6389\u843d\u7684\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_3970432307","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u706b\u7130\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1172162241","text":"\u89d2\u8272\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_2308225900","text":"\u95ea\u7535\u51c0\u5316\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_4058504226","text":"\u5f53\u4f60\u62e5\u6709\u517d\u5316\u7684\u53ec\u5524\u751f\u7269\u65f6\uff0c\u6295\u5c04\u7269\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_1535606605","text":"\u5728\u4f60\u81f3\u5c11\u62e5\u6709200\u70b9\u529b\u91cf\u503c\u65f6\u6709#%\u7684\u51e0\u7387\u9020\u6210\u4e24\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2816098341","text":"\u4f7f\u7528\u8be5\u6280\u80fd\u51fb\u8d25\u654c\u4eba\u65f6\u89e6\u53d1\u63d2\u5165\u7684\u53ec\u5524\u751f\u7269\u6cd5\u672f\\n\u8be5\u7269\u54c1\u89e6\u53d1\u7684\u53ec\u5524\u751f\u7269\u6cd5\u672f\u4f7f\u7528 5 \u6b21\u540e\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.indexable_support_125","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9644\u52a0\u95ea\u7535\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1618482990","text":"\u80fd\u91cf\u62a4\u76fe \u6709 #% \u7684\u51e0\u7387\u5728\u4f60\u6d88\u706d\u654c\u4eba\u65f6\u5f00\u59cb\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2788729902","text":"\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u4f1a\u989d\u5916\u8fde\u9501\u5f39\u5c04 # \u6b21","type":"explicit"},{"id":"explicit.stat_3751996449","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 8 \u7ea7\u7684\u3010\u53ec\u5524\u6124\u6012\u72c2\u7075\u3011","type":"explicit"},{"id":"explicit.stat_3741465646","text":"\u53ec\u5524\u52b2\u5f29\u7684\u6295\u5c04\u7269\u4f1a\u8d2f\u7a7f # \u4e2a\u989d\u5916\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_2564857472","text":"\u5bf9\u4f60\u65bd\u7528\u7684\u9b54\u6cd5\u529f\u80fd\u836f\u5242\u5177\u6709#%\u589e\u76ca\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2443132097","text":"\u4f60\u8eab\u4e0a\u7684\u4e2d\u6bd2\u6548\u679c\u6d88\u5931\u901f\u5ea6\u51cf\u6162 #%","type":"explicit"},{"id":"explicit.stat_4113372195","text":"\u4f60\u4ea7\u751f\u7684\u5949\u732e\u5730\u9762\u6548\u679c\u5ef6\u7eed 1 \u79d2","type":"explicit"},{"id":"explicit.stat_1560880986","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u6240\u9020\u6210\u7684\u6d41\u8840\u6548\u679c\u6709 #% \u7684\u51e0\u7387\u4f7f\u6d41\u8840\u4f24\u5bb3\u603b\u589e 100%","type":"explicit"},{"id":"explicit.stat_3410049114","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_578121324","text":"\u81f3\u5c11\u6709 200 \u70b9\u667a\u6167\u65f6\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2701327257","text":"\u53ec\u5524\u56fe\u817e\u7684\u5149\u73af\u6280\u80fd\u7684\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3213734550","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u5e7b\u8272\u77f3\u53d8\u4e3a\u94fe\u7ed3\u77f3","type":"explicit"},{"id":"explicit.stat_3743375737","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_596758264","text":"\u72c2\u6012\u7403\u4e0b\u9650\u6309\u7167\u6bcf\u4e2a\u805a\u5149\u4e4b\u77f3 +#","type":"explicit"},{"id":"explicit.stat_4051493629","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u5177\u6709\u82e6\u96be\u79d8\u8f9b","type":"explicit"},{"id":"explicit.stat_1465672972","text":"\u53d7\u5230\u7eaa\u5f8b\u5f71\u54cd\u65f6\uff0c\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650+#","type":"explicit"},{"id":"explicit.stat_533969887","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u51e0\u7387\u5c06\u5de5\u5320\u77f3\u53d8\u6210\u94fe\u7ed3\u77f3","type":"explicit"},{"id":"explicit.stat_3205239847","text":"\u53d7\u5230\u51fb\u4e2d\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3165215973","text":"\u8ff7\u8e2a\u72b6\u6001\u4e0b\uff0c\u6bcf\u9694 0.5 \u79d2\u4fbf\u89e6\u53d1 # \u7ea7\u9690\u5f62\u6253\u51fb","type":"explicit"},{"id":"explicit.stat_1808477254","text":"\u53d7\u5230\u6e05\u6670\u5149\u73af\u5f71\u54cd\u65f6\uff0c\u4f60\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_1963540179","text":"\u8be5\u6b66\u5668\u7684\u66b4\u51fb\u7387\u4e3a 100%","type":"explicit"},{"id":"explicit.stat_308127151","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3636871122","text":"\u4f60\u521b\u9020\u7684\u6e0e\u795e\u5730\u9762\u6548\u679c\u5ef6\u7eed 1 \u79d2","type":"explicit"},{"id":"explicit.indexable_support_35","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u90aa\u6076\u6295\u63b7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3432301333","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1081444608","text":"\u4f4e\u8840\u65f6\u722a\u7c7b\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1109745356","text":"\u6bcf\u6709\u4e00\u4e2a\u8010\u529b\u7403\u5219\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u706b\u7130\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1787444936","text":"\u4f1a\u51fa\u73b0\u591a\u6ce2\u602a\u7269","type":"explicit"},{"id":"explicit.stat_2891175306","text":"\u751f\u6548\u671f\u95f4\uff0c\u7ed3\u754c\u589e\u5f3a #%","type":"explicit"},{"id":"explicit.stat_2547511866","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4015918489","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3232695173","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6309\u7167\u6bcf\u4e2a\u767d\u8272\u63d2\u69fd\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3014823981","text":"\u4f60\u6709\u79d8\u672f\u589e\u5f3a\u6548\u679c\u65f6\uff0c\u4f60\u8eab\u4e0a\u7684\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_127","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9644\u52a0\u51b0\u971c\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3403419549","text":"\u53d7\u5230\u594b\u9510\u5149\u73af\u5f71\u54cd\u65f6\u4e0d\u53d7\u8bc5\u5492\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_1961516633","text":"\u4f7f\u7528\u5c0a\u4e25\u65f6\u6d88\u706d\u7684\u654c\u4eba\u6709#%\u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u76f8\u5f53\u4e8e\u6700\u5927\u751f\u547d\u503c\u5341\u5206\u4e4b\u4e00\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2287264161","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u79d8\u672f\u589e\u5f3a \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1889350679","text":"\u53ec\u5524\u751f\u7269\u7684\u706b\u7130\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_2238174408","text":"#% \u7684\u51e0\u7387\u9020\u6210\u6613\u788e","type":"explicit"},{"id":"explicit.stat_1391583476","text":"\u618e\u6068\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2885763444","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5730\u56fe","type":"explicit"},{"id":"explicit.stat_3976991498","text":"\u5f53\u4f60\u51fb\u8d25\u9b54\u6cd5\u602a\u7269\u65f6\uff0c\u4f1a\u83b7\u5f97\u8be5\u602a\u7269\u5c5e\u6027\u4fee\u6b63 60 \u79d2","type":"explicit"},{"id":"explicit.stat_460973817","text":"\u7981\u7528\u9664\u575a\u5b9a\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2567751411","text":"\u6218\u543c\u6280\u80fd\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_509572644","text":"\u63d0\u4f9b # \u7ea7\u5973\u738b\u6555\u4ee4","type":"explicit"},{"id":"explicit.stat_2161482953","text":"\u6fd2\u8840\u72b6\u6001\u65f6\u6bcf\u79d2\u6062\u590d#\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3554614456","text":"\u5c0a\u4e25\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_660386148","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3818161429","text":"\u7ec8\u7ed3\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001 # \u79d2","type":"explicit"},{"id":"explicit.indexable_support_26","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6781\u901f\u8150\u5316\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2213584313","text":"\u6709 #% \u51e0\u7387\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8106\u5f31\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_3573128085","text":"\u6df7\u6c8c\u6280\u80fd\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_support_98","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u96c6\u4e2d\u6548\u5e94\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2013799819","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2228279620","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u6bd2\u5316\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2276643899","text":"\u8010\u529b\u7403\u4e0b\u9650\u6309\u7167\u6bcf\u4e2a\u805a\u5149\u4e4b\u77f3 +#","type":"explicit"},{"id":"explicit.stat_738386056","text":"\u63d0\u4f9b # \u7ea7\u8d64\u8272\u8a93\u8a00","type":"explicit"},{"id":"explicit.stat_833254006","text":"\u8d70\u79c1\u8005\u79d8\u85cf\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_990377349","text":"\u65e0\u6cd5\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2047846165","text":"\u82e5\u667a\u6167\u662f\u4f60\u6700\u9ad8\u7684\u5c5e\u6027\uff0c\u5219\u4f60\u66b4\u51fb\u65f6\uff0c\u6709 #% \u51e0\u7387\u4ea7\u751f\u6e0e\u795e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_1904419785","text":"\u83b7\u5f97 # \u7ea7\u7684\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u53ec\u5524\u77f3\u5316\u96d5\u50cf\u3011","type":"explicit"},{"id":"explicit.stat_2424717327","text":"\u706b\u7130\u6280\u80fd\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.indexable_support_15","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6cd5\u672f\u56fe\u817e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3909846940","text":"\u3010\u5e7b\u5316\u5b88\u536b\u3011\u88c5\u5907\u7684\u7269\u54c1\u5c06\u5728\u5b83\u6b7b\u4ea1\u65f6\u6389\u843d","type":"explicit"},{"id":"explicit.stat_1196333117","text":"\u82e5\u529b\u91cf\u662f\u4f60\u6700\u9ad8\u7684\u5c5e\u6027\uff0c\u5f53\u4f60\u9759\u6b62\u65f6\uff0c\u811a\u4e0b\u4ea7\u751f\u5949\u732e\u5730\u9762","type":"explicit"},{"id":"explicit.stat_3540033124","text":"\u7981\u7528\u9664\u6028\u6bd2\u5149\u73af\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_4122367945","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u590d\u4ec7\u3011","type":"explicit"},{"id":"explicit.stat_3892832319","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u6389\u843d\u7684\u7269\u54c1\u6709\u5b8c\u6574\u8fde\u63a5","type":"explicit"},{"id":"explicit.stat_1824085933","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u51e0\u7387\u5c06\u6389\u843d\u7684\u91cd\u94f8\u77f3\u53d8\u4e3a\u540e\u6094\u77f3","type":"explicit"},{"id":"explicit.stat_375750705","text":"\u83b7\u5f97\u7684\u6b66\u5668\u548c\u76fe\u724c\u6709 #% \u7684\u51e0\u7387\u4e3a\u5b8c\u5168\u8fde\u63a5","type":"explicit"},{"id":"explicit.stat_2889601846","text":"\u53d7\u5230\u3010\u96f7\u9706\u3011\u5f71\u54cd\u65f6\uff0c\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3228973398","text":"\u6bcf 3 \u79d2\u949f\u56de\u590d # \u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_1943415243","text":"\u8d4b\u4e88\u7b49\u7ea7 # \u70c8\u7130\u4e4b\u89e6\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1064477264","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51b0\u51bb\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2355741828","text":"\u6bcf\u6709\u4e00\u4e2a\u8010\u529b\u7403\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_3839620417","text":"\u95ea\u907f\u503c\u5728\u4e13\u6ce8\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3145607602","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u4f20\u5947\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2152491486","text":"\u62e5\u6709\u517d\u5316\u53ec\u5524\u751f\u7269\u65f6\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3945934607","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\\n\u5219\u3010\u7535\u5149\u7bad\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2629689891","text":"\u8be5\u533a\u57df\u7684\u602a\u7269\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1811130680","text":"\u9b54\u529b\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_624257168","text":"\u51fb\u8d25\u654c\u4eba\u4f7f\u836f\u5242\u5145\u80fd\u83b7\u53d6\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1266553505","text":"\u4f60\u5e7b\u5316\u7684\u6b66\u5668\u5c06\u989d\u5916\u590d\u5236 1 \u628a","type":"explicit"},{"id":"explicit.stat_2609824731","text":"\u53d7\u5230\u66b4\u51fb\u65f6\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_614758785","text":"\u88ab\u51fb\u4e2d\u65f6\u627f\u53d7 +# \u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2383388829","text":"\u4f60\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3652224635","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5728 4 \u79d2\u5185\u9020\u6210\u762b\u75ea\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3726585224","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6309\u7167\u6bcf\u4e2a\u84dd\u8272\u63d2\u69fd\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_46","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_1","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9ad8\u9636\u591a\u91cd\u6295\u5c04\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2442112158","text":"\u53d7\u5230\u3010\u5979\u7684\u62e5\u62b1\u3011\u5f71\u54cd\u65f6\uff0c\u6bcf\u7ea7\u6839\u636e\u4f60\u7684\u6700\u5927\u751f\u547d\u548c\u6700\u5927\u62a4\u76fe\u603b\u91cf\uff0c\u9020\u6210\u6bcf\u79d2 #% \u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2110586221","text":"\u53d7\u5230\u575a\u5b9a\u5f71\u54cd\u65f6\uff0c\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650+#","type":"explicit"},{"id":"explicit.stat_1939452467","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.indexable_support_42","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u65bd\u6cd5\u56de\u54cd\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_140","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u65a9\u9996\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2517644375","text":"\u7981\u7528\u9664\u51b0\u971c\u51c0\u5316\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.indexable_support_99","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5bd2\u51b0\u8f6c\u70c8\u7130\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2054257693","text":"\u653b\u51fb\u6253\u51fa\u66b4\u51fb\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_3217428772","text":"\u53ec\u5524\u751f\u7269\u5c06 #% \u7684\u7269\u7406\u4f24\u5bb3\u989d\u5916\u706b\u7130\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3964074505","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5728 4 \u79d2\u5185\u9020\u6210\u5a01\u5413\u6548\u679c","type":"explicit"},{"id":"explicit.stat_4050593908","text":"\u9677\u9631\u6240\u4f7f\u7528\u7684\u6280\u80fd\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1023968711","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u83b7\u5f97\u989d\u5916\u51b0\u971c\u6216\u95ea\u7535\u4f24\u5bb3\uff0c\u7b49\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_380759151","text":"\u4f60\u7684\u95ea\u7535\u4f24\u5bb3\u53ef\u4ee5\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_1378815167","text":"\u6301\u5f13\u7c7b\u65bd\u653e\u6cd5\u672f\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u5f13\u7c7b\u6280\u80fd\uff0c\u5b83\u67091 \u79d2\u51b7\u5374\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_611279043","text":"\u6bcf\u5757\u805a\u5149\u4e4b\u77f3\u6709#%\u7684\u51e0\u7387\u514d\u75ab\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_591645420","text":"\u63d2\u5165\u7684\u8f85\u52a9\u5b9d\u77f3\u4e5f\u80fd\u8f85\u52a9\u4f60\u8eab\u4f53\u62a4\u7532\u4e0a\u7684\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2373079502","text":"\u51b0\u971c\u6280\u80fd\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1170556324","text":"\u82e5\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u654f\u6377\uff0c\u3010\u7535\u5149\u7bad\u3011\u7684\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_132","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u4f1a\u5fc3\u4e00\u51fb\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3599443205","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u8fc7\u4f20\u5947\u654c\u4eba\uff0c\u5219\u6bcf\u79d2\u83b7\u5f97 # \u6b21\u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2538694749","text":"\u53cc\u6301\u722a\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1073310669","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\uff0c\u5219\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_512740886","text":"\u6bcf\u6709 1 \u4e2a\u518d\u751f\u8150\u5c38\uff0c\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_15523600","text":"\u4f60\u88ab\u81f4\u76f2\u65f6\uff0c\u88ab\u4f60\u81f4\u76f2\u7684\u654c\u4eba\u53d7\u5230\u3010\u6076\u8bed\u672f\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_161741084","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403 +#%","type":"explicit"},{"id":"explicit.stat_3391324703","text":"\u9677\u9631\u548c\u5730\u96f7\u9020\u6210 # - # \u989d\u5916\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_376158712","text":"\u73a9\u5bb6\u53d7\u5230\u5bfc\u7535\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_858460086","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u8089\u76fe\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3245481061","text":"\u66b4\u51fb\u65e0\u6cd5\u9020\u6210\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_532324017","text":"#% \u7684\u51e0\u7387\u9020\u6210\u529b\u7aed","type":"explicit"},{"id":"explicit.stat_2010835448","text":"\u7981\u7528\u9664\u6e05\u6670\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1438403666","text":"\u5f53\u4f60\u9759\u6b62\u65f6\uff0c\u6bcf\u79d2\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403\uff0c\u8010\u529b\u7403\u6216\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1512695141","text":"\u88ab\u70b9\u71c3\u65f6\u514d\u75ab\u51b0\u51bb\u548c\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2750800428","text":"\u5c06\u654c\u65b9\u602a\u7269\u7684\u5143\u7d20\u6297\u6027\u503c\u89c6\u4f5c\u53cd\u8f6c","type":"explicit"},{"id":"explicit.stat_2148784747","text":"\u6bcf\u6709\u4e00\u4e2a\u72c2\u6012\u7403\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_2266636761","text":"\u5bf9\u6301\u7eed\u4f24\u5bb3\u6709 +#% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1115914670","text":"\u95ea\u907f\u503c\u6309\u7167\u5df2\u88c5\u5907\u7684\u76fe\u724c\u4e0a\u6bcf 5 \u70b9\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_3842406602","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u53d7\u5230\u3010\u6b8b\u66b4\u6253\u51fb\u3011\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_668504404","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u88c2\u9699\u788e\u7247","type":"explicit"},{"id":"explicit.indexable_support_75","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9ad8\u9636\u9f50\u5c04\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_720398262","text":"\u963b\u7075\u672f\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3304801725","text":"\u51fb\u8d25 1 \u4e2a\u88ab\u51b0\u51bb\u654c\u4eba\u65f6 +# \u9b54\u529b","type":"explicit"},{"id":"explicit.indexable_support_128","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3636098185","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u6309\u7167\u5df2\u88c5\u5907\u7684\u76fe\u724c\u4e0a\u6bcf 5 \u70b9\u62a4\u7532\u503c +#","type":"explicit"},{"id":"explicit.stat_3916499001","text":"\u751f\u6548\u671f\u95f4\uff0c\u6bcf\u79d2\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.indexable_support_24","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u542f\u8fea\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_324460247","text":"\u6709 #% \u51e0\u7387\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u88ab\u7070\u70ec\u7f20\u8eab\u3002","type":"explicit"},{"id":"explicit.stat_1658936540","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u78be\u538b\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2706122133","text":"\u4f4e\u8840\u65f6\u4f60\u7684\u66b4\u51fb\u7387\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_1870262721","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u96fe\u9b47\u5b9d\u73e0\u548c\u88c2\u7247","type":"explicit"},{"id":"explicit.stat_1454648374","text":"+#% \u66b4\u51fb\u5bfc\u81f4\u7684\u6d41\u8840\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_2289348467","text":"\u98ce\u66b4\u51fb\u4e2d\u654c\u4eba\u7684\u9891\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3579673398","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.indexable_support_28","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6012\u706b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2233905349","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5723\u6cb9","type":"explicit"},{"id":"explicit.stat_3953699641","text":"\u6295\u5c04\u7269\u5f39\u5e55\u653b\u51fb\u4e0d\u4f1a\u6269\u6563","type":"explicit"},{"id":"explicit.stat_707887043","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_467806158","text":"\u82e5\u8fc7\u53bb 8 \u79d2\u5185\u4f60\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_697059777","text":"\u5982\u679c\u4f60\u6700\u8fd1\u4f7f\u7528\u8fd9\u628a\u6b66\u5668\u51fb\u4e2d\u8fc7\uff0c\\n\u53ec\u5524\u7684\u9b54\u4f8d\u6b66\u58eb\u548c\u9b54\u4f8d\u5175\u4f7f\u7528\u8be5\u6b66\u5668\u9020\u6210\u4e09\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2992263716","text":"\u4e13\u6ce8\u65f6\u8865\u5145 #% \u7684\u9b54\u529b\u548c\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.indexable_support_134","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u4e09\u4f4d\u4e00\u4f53\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1888494262","text":"\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u53ef\u4ee5\u70b9\u71c3","type":"explicit"},{"id":"explicit.indexable_support_69","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u589e\u5927\u8303\u56f4\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2114080270","text":"\u5bf9\u53d7\u5230\u3010\u76d7\u730e\u8005\u5370\u8bb0\u3011\u8bc5\u5492\u7684\u654c\u4eba\u9644\u5e26\u3010\u7ec8\u7ed3\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3683134121","text":"\u4f4d\u79fb\u6280\u80fd\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2417456003","text":"\u975e\u5149\u73af\u9b54\u86ca\u5728\u8fbe\u5230\u57fa\u7840\u6548\u679c #% \u65f6\u8870\u51cf","type":"explicit"},{"id":"explicit.indexable_support_136","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51cc\u5389\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1861759600","text":"\u654c\u4eba\u65e0\u6cd5\u89e6\u53d1\u9677\u9631","type":"explicit"},{"id":"explicit.indexable_support_38","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u591c\u5203\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1114411822","text":"\u5f53\u4f60\u62e5\u6709\u517d\u5316\u7684\u53ec\u5524\u751f\u7269\u65f6\uff0c\u6295\u5c04\u7269\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.indexable_support_18","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6295\u5c04\u7269\u51cf\u901f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3458080964","text":"\u53d7\u5230\u4f18\u96c5\u5f71\u54cd\u65f6\uff0c\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650+#","type":"explicit"},{"id":"explicit.stat_1354504703","text":"\u4f60\u62e5\u6709\u81f3\u5c11 5 \u4e2a\u3010\u6df1\u6d77\u5c4f\u969c\u3011\u65f6\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1747401945","text":"\u7981\u7528\u9664\u4f18\u96c5\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2201614328","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\uff0c\u5219\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1251945210","text":"\u3010\u9e1f\u4e4b\u529b\u91cf\u3011\u7684\u6301\u7eed\u65f6\u95f4 +# \u79d2","type":"explicit"},{"id":"explicit.stat_2923069345","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3835551335","text":"\u4e0d\u4f1a\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_3846088475","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u6301\u7eed\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_338643834","text":"\u4f20\u5947\u9996\u9886\u5c06\u968f\u7740\u73a9\u5bb6\u7684\u9009\u62e9\u53d8\u5f3a","type":"explicit"},{"id":"explicit.stat_3088183606","text":"\u62a4\u7532\u503c\u6309\u7167\u5df2\u88c5\u5907\u7684\u76fe\u724c\u4e0a\u6bcf 5 \u70b9\u95ea\u907f\u503c +#","type":"explicit"},{"id":"explicit.stat_986381677","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u6389\u843d\u7684\u7269\u54c1\u6709\u4e00\u4e2a\u989d\u5916\u63d2\u69fd","type":"explicit"},{"id":"explicit.stat_1060236362","text":"\u6bcf\u5931\u53bb 1% \u706b\u7130\u6297\u6027\uff0c\u706b\u7130\u4f24\u5bb3\u5c31\u63d0\u9ad8 #%\uff0c\u6700\u591a\u63d0\u9ad8 300%","type":"explicit"},{"id":"explicit.stat_3986347319","text":"\u6bcf\u6709\u4e00\u4e2a\u66b4\u51fb\u7403\uff0c\u53ef\u4f7f\u4f60\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_1528823952","text":"\u5728\u79fb\u52a8\u65f6\u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403\u6bcf\u79d2\u627f\u53d7 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4198497576","text":"\u65e0\u6cd5\u9020\u6210\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_1209807941","text":"\u63d0\u4f9b # \u7ea7\u9c9c\u8840\u6e34\u6c42\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_2503479316","text":"\u5ac9\u5992\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1225383362","text":"+# \u9b54\u4f8d\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_855634301","text":"\u4f60\u6709\u9e1f\u4e4b\u529b\u91cf\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3115319277","text":"\u6bcf\u6709\u4e00\u4e2a\u66b4\u51fb\u7403\u5219\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u95ea\u7535\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_612223930","text":"\u65e0\u6cd5\u9020\u6210\u51bb\u7ed3\u6216\u51b0\u7f13","type":"explicit"},{"id":"explicit.stat_2646007123","text":"\u88c5\u5907\u4e8e\u4f60\u7684\u4e3b\u624b\u65f6\uff0c\u53ec\u5524\u7684\u9b54\u4f8d\u6b66\u58eb\u548c\u9b54\u4f8d\u5175\u6301\u6709\u8be5\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_2043747322","text":"\u5bf9\u4f60\u7684\u6cd5\u672f\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2532905418","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u8715\u53d8\u77f3\u53d8\u4e3a\u70b9\u91d1\u77f3","type":"explicit"},{"id":"explicit.stat_374559518","text":"\u7981\u7528\u9664\u594b\u9510\u5149\u73af\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_435737693","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u667a\u6167\uff0c\u9020\u6210\u7684\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u6301\u7eed 2 \u79d2","type":"explicit"},{"id":"explicit.stat_180240697","text":"\u53ec\u5524\u751f\u7269\u7684\u836f\u5242\u5145\u80fd\u6d88\u8017\u51cf\u5c11 #%","type":"explicit"},{"id":"explicit.stat_3935294261","text":"\u51b0\u7f13\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1640259660","text":"\u4f60\u9020\u6210\u7684\u611f\u7535\u4f1a\u6269\u6563\u7ed9 1.5 \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3049436415","text":"\u4f7f\u7528\u6218\u543c\u540e\u83b7\u5f97\u6301\u7eed # \u79d2\u7684\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.indexable_support_47","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6ee1\u8840\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_22","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9ad8\u7206\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_96","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7ec8\u7ed3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1973890509","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684\u3010\u5e7b\u5316\u6b66\u5668\u3011","type":"explicit"},{"id":"explicit.stat_3144358296","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u9020\u6210\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # to # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3344568504","text":"\u6d88\u8017\u603b\u8ba1 200 \u9b54\u529b\u540e\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 20 \u7ea7\u7684\u3010\u79d8\u672f\u82cf\u9192\u3011","type":"explicit"},{"id":"explicit.stat_710805027","text":"\u5f53\u4f60\u7684\u4efb\u4f55\u9677\u9631\u88ab\u654c\u4eba\u89e6\u53d1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u6216\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_521653232","text":"\u4f7f\u7528\u65f6\u6bcf\u4e2a\u8010\u529b\u7403\u90fd\u4f7f\u4f60\u6062\u590d #% \u751f\u547d\\n\u4f7f\u7528\u65f6\u5931\u53bb\u6240\u6709\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1558131185","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u70e7\u707c\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_935623115","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u9020\u6210\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # to # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2970621759","text":"\u5c06\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_698336758","text":"\u6bcf\u6709 1 \u4e2a\u5730\u56fe\u7269\u54c1\u5c5e\u6027\u5f71\u54cd\u8be5\u5730\u533a\uff0c\u5219\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_456916387","text":"\u51fb\u8d25\u4e2d\u6bd2\u7684\u654c\u4eba\u65f6\uff0c\u53ef\u4f7f\u5468\u56f4\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1358697130","text":"\u575a\u5b9a\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2724985127","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u9b54\u536b","type":"explicit"},{"id":"explicit.stat_1139878780","text":"\u4f60\u7684\u6df7\u6c8c\u4f24\u5bb3\u53ef\u4ee5\u70b9\u71c3\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1309947938","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u6309\u7167\u6bcf\u4e2a\u66b4\u51fb\u7403 +#%","type":"explicit"},{"id":"explicit.stat_1289910726","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_548721233","text":"\u53ec\u5524\u751f\u7269\u5bf9\u4e2d\u6bd2\u7684\u654c\u4eba\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1932583315","text":"\u53ec\u5524\u751f\u7269\u7684\u836f\u5242\u6548\u679c\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_186482813","text":"\u9576\u5d4c\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d\u65f6\uff0c\u8fd1\u6218\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u62a4\u4f53","type":"explicit"},{"id":"explicit.stat_590557979","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u516d\u5206\u4eea","type":"explicit"},{"id":"explicit.stat_1726444796","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u7528\u4e00\u79cd\u968f\u673a\u9b54\u86ca\u8bc5\u5492\u975e\u8bc5\u5492\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2189467271","text":"\u53d7\u5230\u51b0\u971c\u51c0\u5316\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u7684\u706b\u7130\u548c\u95ea\u7535\u4f24\u5bb3\u7684#%\u89c6\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_90","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5143\u7d20\u96c6\u4e2d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2121053002","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u83cc\u6f6e\u5730\u56fe\u548c\u50ac\u5316\u5242","type":"explicit"},{"id":"explicit.stat_455217103","text":"\u5f53\u4f60\u88ab\u51fb\u4e2d\u4e00\u6b21\u5e76\u53d7\u5230\u7269\u7406\u4f24\u5bb3\u65f6\uff0c\u4f60\u53ea\u4f1a\u4e22\u5931 # \u4e2a\u3010\u6df1\u6d77\u5c4f\u969c\u3011","type":"explicit"},{"id":"explicit.stat_3303114033","text":"\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1839832419","text":"\u4f4e\u9b54\u65f6\u4f7f\u7528\u9b54\u529b\u836f\u5242\u7acb\u5373\u56de\u590d","type":"explicit"},{"id":"explicit.stat_2203777380","text":"\u51b0\u7f13\u65f6\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_165218607","text":"\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1545361315","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u51e0\u7387\u5c06\u6389\u843d\u7684\u5e7b\u8272\u77f3\u53d8\u4e3a\u5de5\u5320\u77f3","type":"explicit"},{"id":"explicit.stat_1924041432","text":"\u6bcf\u8fde\u9501\u5f39\u5c04 1 \u6b21\uff0c\u6295\u5c04\u7269\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u975e\u6df7\u6c8c\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2388574377","text":"\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_746798754","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u50ac\u5316\u5242","type":"explicit"},{"id":"explicit.stat_2592799343","text":"\u6bcf 1 \u4e2a\u805a\u5149\u4e4b\u77f3\u53ef\u4f7f\u9b54\u529b\u63d0\u9ad8 #","type":"explicit"},{"id":"explicit.stat_2930404958","text":"\u4f18\u96c5\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_67637087","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u672a\u88ab\u51fb\u4e2d\uff0c\u5219\u53d7\u5230\u7684\u4f24\u5bb3\u603b\u964d #%","type":"explicit"},{"id":"explicit.indexable_support_19","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9707\u6ce2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_51","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u95ea\u7535\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1886245216","text":"\u53ec\u5524\u52b2\u5f29\u7684\u6570\u91cf +#","type":"explicit"},{"id":"explicit.stat_2714810050","text":"\u88ab\u4f60\u70b9\u71c3\u7684\u654c\u4eba\u627f\u53d7\u6df7\u6c8c\u4f24\u5bb3\u6765\u4ee3\u66ff\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1543731719","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u89d2\u6597\u6218\u6cd5\u3011","type":"explicit"},{"id":"explicit.indexable_support_34","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7269\u7406\u8f6c\u95ea\u7535\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2175178647","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u7cbe\u534e","type":"explicit"},{"id":"explicit.stat_1034580601","text":"\u4f60\u8eab\u4e0a\u6bcf\u5c42\u4e2d\u6bd2\u6548\u679c\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%\uff0c\u6700\u5927\u63d0\u5347\u81f3 75%","type":"explicit"},{"id":"explicit.stat_797833282","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 # \u5230 # \u70b9\u989d\u5916\u7269\u7406\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2583648686","text":"\u654c\u4eba\u7684\u6bcf\u70b9\u5a01\u529b\u503c\u4f7f\u8be5\u6b66\u5668\u7684\u51fb\u4e2d\u5077\u53d6\u7684 #% \u7acb\u5373\u751f\u6548","type":"explicit"},{"id":"explicit.stat_3885409671","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4193902224","text":"\u4e0d\u53d7\u81f4\u76f2\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_241251790","text":"\u8fd1\u671f\u4f60\u82e5\u5931\u53bb\u8fc7\u3010\u6df1\u6d77\u5c4f\u969c\u3011\uff0c\u5219\u4e0d\u4f1a\u518d\u5931\u53bb\u3010\u6df1\u6d77\u5c4f\u969c\u3011","type":"explicit"},{"id":"explicit.stat_2025297472","text":"\u6bcf\u6709 1 \u4e2a\u5730\u56fe\u7269\u54c1\u5c5e\u6027\u5f71\u54cd\u8be5\u5730\u533a\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_818329660","text":"\u5f53\u4f60\u653b\u51fb\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u98ce\u66b4\u7a81\u88ad\u3011","type":"explicit"},{"id":"explicit.indexable_support_94","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u81f4\u547d\u5f02\u5e38\u72b6\u6001\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1765389199","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u51fb\u4e2d\u654c\u4eba\u7acb\u5373\u83b7\u5f97\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2141582975","text":"\u62e5\u6709\u4e00\u5957\u53cc\u624b\u5251\u7194\u7089\u5929\u8d4b\u6811\\n\u82e5\u8be5\u8bcd\u7f00\u88ab\u79fb\u9664\uff0c\u7194\u7089\u5929\u8d4b\u6811\u4f1a\u88ab\u79fb\u9664","type":"explicit"},{"id":"explicit.stat_1483066460","text":"\u6781\u5730\u88c5\u7532\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.indexable_support_100","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51b0\u971c\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2178803872","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6d41\u8840\u51e0\u7387\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3165905801","text":"\u8be5\u6b66\u5668\u65bd\u52a0\u7684\u70b9\u71c3\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3967122169","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5730\u56fe\u788e\u7247","type":"explicit"},{"id":"explicit.indexable_support_102","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fd1\u6218\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_145701647","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u519b\u56e2\u88c2\u7247","type":"explicit"},{"id":"explicit.indexable_support_23","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u94fe\u7206\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_64","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2071306253","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\u51bb\u7ed3\u654c\u4eba\uff0c\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_996483959","text":"\u653b\u51fb\u6253\u51fa\u66b4\u51fb\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_1366273824","text":"\u53d7\u5230\u6d3b\u529b\u5f71\u54cd\u65f6\uff0c\u88ab\u51fb\u4e2d\u65f6\u57281\u79d2\u5185\u6062\u590d#%\u7684\u751f\u547d\u503c","type":"explicit"},{"id":"explicit.indexable_support_92","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8150\u8680\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_37","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u52a8\u91cf\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_107","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fde\u9501\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1831757355","text":"\u3010\u51ac\u6f6e\u70d9\u5370\u3011\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_80","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5206\u88c2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2210267337","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u67af\u9aa8\u6050\u5599\u9e1f","type":"explicit"},{"id":"explicit.stat_13285831","text":"\u53d7\u5230\u618e\u6068\u5149\u73af\u5f71\u54cd\u65f6\u59cb\u7ec8\u9020\u6210\u6613\u788e","type":"explicit"},{"id":"explicit.stat_3933226405","text":"\u4f7f\u7528\u65f6\u5bf9\u5468\u56f4\u654c\u4eba\u65bd\u52a0\u706b\u7130\u3001\u51b0\u971c\u548c\u95ea\u7535\u66dd\u9732","type":"explicit"},{"id":"explicit.indexable_support_122","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5927\u6cd5\u5e08\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_496075050","text":"\u51b0\u971c\u6297\u6027 #%","type":"explicit"},{"id":"explicit.stat_3132227798","text":"\u6709 #% \u7684\u51e0\u7387\u6295\u63b7 4 \u4e2a\u989d\u5916\u9677\u9631","type":"explicit"},{"id":"explicit.stat_1122682019","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u6539\u9020\u77f3\u53d8\u4e3a\u70b9\u91d1\u77f3","type":"explicit"},{"id":"explicit.indexable_support_123","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u79d8\u672f\u589e\u5f3a\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_61","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u708e\u519b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_985999215","text":"\u65e0\u751f\u547d\u4fdd\u7559\u65f6\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_932096321","text":"\u4f60\u7684\u706b\u7130\u4f24\u5bb3\u53ef\u4ee5\u611f\u7535","type":"explicit"},{"id":"explicit.stat_3471951849","text":"\u5c01\u9501\u8ba1\u65f6 +# \u79d2","type":"explicit"},{"id":"explicit.indexable_support_29","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7c89\u788e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4192058279","text":"\u88c5\u5907 # \u4e2a\u88ab\u8150\u5316\u7269\u54c1\u65f6\uff1a\u751f\u547d\u5077\u53d6\u53ea\u6309\u7167\u9020\u6210\u7684\u6df7\u6c8c\u4f24\u5bb3\u8ba1\u7b97","type":"explicit"},{"id":"explicit.stat_1278047991","text":"\u5bf9\u6297\u9b54\u6cd5\u602a\u7269\u65f6\uff0c\u51fb\u4e2d\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3397728378","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u9b3c\u9b42","type":"explicit"},{"id":"explicit.stat_1826753218","text":"\u63d0\u4f9b # \u7ea7\u51ac\u6f6e\u70d9\u5370","type":"explicit"},{"id":"explicit.stat_2671550669","text":"\u56e0\u4f60\u800c\u6d41\u8840\u7684\u654c\u4eba\u7ed9\u4e88\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_306037665","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u589e\u5e45\u77f3\u53d8\u4e3a\u70b9\u91d1\u77f3","type":"explicit"},{"id":"explicit.stat_4021083819","text":"\u88c5\u5165\u6280\u80fd\u69fd\u7684\u5df2\u89e6\u53d1\u6280\u80fd\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3589396689","text":"\u4ece\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6700\u5927\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3868443508","text":"\u6bcf\u4e2a\u518d\u751f\u8150\u5c38\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_130","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fc5\u731b\u70d9\u5370\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_768124628","text":"\u8be5\u6b66\u5668\u65bd\u52a0\u7684\u4e2d\u6bd2\u6548\u679c\u6709 #% \u7684\u51e0\u7387\u4f7f\u4e2d\u6bd2\u4f24\u5bb3\u603b\u589e 300%","type":"explicit"},{"id":"explicit.stat_585622486","text":"\u6028\u6bd2\u5149\u73af\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1463929958","text":"\u6700\u5927\u66b4\u51fb\u51e0\u7387\u4e3a 50%","type":"explicit"},{"id":"explicit.indexable_support_21","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u65e0\u60c5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_214242256","text":"\u4ea1\u9b44\u8db3\u8ff9","type":"explicit"},{"id":"explicit.indexable_skill_163","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u4f53\u706b\u7403","type":"explicit"},{"id":"explicit.stat_3174788165","text":"\u51fb\u4e2d\u65f6\u4e3a\u5468\u56f4\u53cb\u519b\u63d0\u4f9b\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1872107885","text":"\u654c\u4eba\u7684\u6bcf\u70b9\u5a01\u529b\u503c\u4f7f\u8be5\u6b66\u5668\u7684\u51fb\u4e2d\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_1004885987","text":"\u653b\u51fb\u5e26\u6765\u7684\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u6548\u679c\u4e0d\u4f1a\u5728\u80fd\u91cf\u62a4\u76fe\u5168\u6ee1\u65f6\u79fb\u9664","type":"explicit"},{"id":"explicit.stat_800598487","text":"\u4e2d\u6bd2\u65f6\uff0c\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3358745905","text":"\u653b\u51fb\u6d88\u8017\u751f\u547d\u800c\u975e\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1859937391","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\uff0c\u5e76\u8f6c\u5316\u4e3a\u989d\u5916\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1509532587","text":"\u3010\u86db\u4e4b\u52bf\u3011\u53ef\u5bf9\u654c\u4eba\u989d\u5916\u9020\u6210 1 \u5c42\u8718\u86db\u7f51","type":"explicit"},{"id":"explicit.stat_4069101408","text":"\u6709 #% \u7684\u51e0\u7387\u611f\u7535\u5df2\u88ab\u51b0\u7f13\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2966079414","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u6389\u843d\u7684\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2859664487","text":"\u6bcf\u5931\u53bb 1% \u51b0\u971c\u6297\u6027\uff0c\u51b0\u971c\u4f24\u5bb3\u5c31\u63d0\u9ad8 #%\uff0c\u6700\u591a\u63d0\u9ad8 300%","type":"explicit"},{"id":"explicit.stat_1861913998","text":"\u6bcf 25 \u70b9\u667a\u6167\u4f7f\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1604984482","text":"\u4f60\u7684\u95ea\u7535\u4f24\u5bb3\u4f1a\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1816894864","text":"\u88ab\u4f60\u7684\u51fb\u4e2d\u51b0\u7f13\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8\uff0c\u6548\u679c\u76f8\u5f53\u4e8e\u51b0\u7f13\u6548\u679c","type":"explicit"},{"id":"explicit.stat_282353000","text":"\u4e0d\u9020\u6210\u975e\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_162742068","text":"+#% \u602a\u7269\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1776612984","text":"\u5c06\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20","type":"explicit"},{"id":"explicit.indexable_support_39","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u591a\u91cd\u9677\u9631\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_126","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9644\u52a0\u706b\u7130\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_103928310","text":"\u5bf9\u53d7 3 \u5c42\u8718\u86db\u7f51\u5f71\u54cd\u7684\u654c\u4eba\uff0c\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1766730250","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u514d\u75ab\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3348211884","text":"\u7981\u7528\u9664\u618e\u6068\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.indexable_support_144","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5f3a\u5316\u805a\u80fd\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1258100102","text":"\u4f60\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u65f6\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u3001\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_1226049915","text":"\u6bcf\u6709\u4e00\u4e2a\u72c2\u6012\u7403\uff0c\u53ef\u4f7f\u4f60\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_196313911","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u5bf9\u51bb\u7ed3\u7684\u654c\u4eba\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1990354706","text":"\u4f60\u5728\u62e5\u6709\u6700\u5927\u6570\u91cf\u7684\u72c2\u6012\u7403\u65f6\uff0c\u5f97\u5230\u3010\u9738\u4f53\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3128272024","text":"\u533a\u57df\u672a\u5c01\u9501\u65f6\uff0c\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%\\n\u533a\u57df\u672a\u5c01\u9501\u65f6\uff0c\u73a9\u5bb6\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_1692565595","text":"\u6301\u7eed\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1325783255","text":"\u9576\u5d4c\u7684\u6280\u80fd\u5b9d\u77f3\u54c1\u8d28\u63d0\u9ad8 +#%","type":"explicit"},{"id":"explicit.indexable_skill_28","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u77db","type":"explicit"},{"id":"explicit.stat_1905034712","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_deshret","text":"\u5728\u8fea\u865a\u745e\u7279\u7684\u963f\u5361\u62c9\u4e2d\u6307\u6d3e # \u540d\u5fb7\u5361\u62c9\u7684\u670d\u52a1","type":"explicit"},{"id":"explicit.stat_600221736","text":"\u4f60\u65bd\u52a0\u7684\u51b0\u971c\u66dd\u9732\u4f7f\u51b0\u971c\u6297\u6027\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_3571964448","text":"\u51b0\u971c\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3288016752","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u6709\u66f4\u5b9d\u8d35\u7684\u4f20\u5947\u7269\u54c1","type":"explicit"},{"id":"explicit.indexable_support_70","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5c16\u523a\u6218\u6756\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_849152640","text":"\u975e\u5149\u73af\u6280\u80fd\u5728\u4e13\u6ce8\u65f6\u4e0d\u6d88\u8017\u9b54\u529b\u6216\u751f\u547d","type":"explicit"},{"id":"explicit.stat_877233648","text":"\u82e5\u4f60\u62e5\u6709 10 \u4e2a\u4ee5\u4e0a\u7684\u3010\u6df1\u6d77\u5c4f\u969c\u3011\uff0c\u5219\u65e0\u6cd5\u88ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_1302700515","text":"\u6bcf\u4e2a\u63d2\u5165\u7684\u7ea2\u8272\u6280\u80fd\u77f3\u90fd\u4f7f #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1128763150","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u70c8\u7130\u5b88\u62a4\u3011","type":"explicit"},{"id":"explicit.indexable_support_25","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6301\u7eed\u65f6\u95f4\u7f29\u77ed\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1003608257","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u65bd\u653e\u8fc7\u51b2\u523a\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1312481589","text":"\u4f24\u5bb3\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%\\n\u73a9\u5bb6\u4f24\u5bb3\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3263216405","text":"\u63d2\u5165\u7684\u4f4d\u79fb\u6280\u80fd\u4e0d\u6d88\u8017\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3623716321","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u683c\u6321\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_27","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5f29\u70ae\u56fe\u817e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3844152269","text":"\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.indexable_skill_252","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51db\u51ac\u4e4b\u773c","type":"explicit"},{"id":"explicit.stat_3832130495","text":"\u3010\u86db\u4e4b\u52bf\u3011\u6539\u4e3a\u6bcf # \u79d2\u55b7\u51fa\u8718\u86db\u7f51\u548c\u7f13\u901f\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1592278124","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_95","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5e7b\u5316\u5b88\u536b","type":"explicit"},{"id":"explicit.indexable_skill_27","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u7403","type":"explicit"},{"id":"explicit.stat_2225434657","text":"\u7981\u7528\u9664\u5143\u7d20\u51c0\u5316\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_47271484","text":"\u88ab\u8150\u5316\u6280\u80fd\u77f3\u83b7\u53d6\u7684\u7ecf\u9a8c\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2796308895","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u83b7\u5f97\u8106\u5f31\u91cd\u751f\u5e76\u8fbe\u5230\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2659793306","text":"\u82e5\u4f60\u8fd1\u671f\u65bd\u653e\u8fc7\u51b2\u523a\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1051688002","text":"\u66b4\u51fb\u7387\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%\\n\u73a9\u5bb6\u66b4\u51fb\u7387\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_89","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5143\u7d20\u6269\u6563\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_720395808","text":"\u5143\u7d20\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.indexable_support_82","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u706b\u7130\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3500359417","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\uff0c\u53ec\u5524\u751f\u7269\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.indexable_support_105","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51e0\u7387\u70b9\u71c3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_785655723","text":"\u53d7\u4f60\u81f3\u5c11 1 \u5c42\u8718\u86db\u7f51\u5f71\u54cd\u7684\u654c\u4eba\uff0c\u6240\u6709\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_3859593448","text":"\u9759\u6b62\u65f6\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.indexable_support_143","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6052\u795d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1646760085","text":"\u4e0d\u6d01\u4e4b\u529b","type":"explicit"},{"id":"explicit.stat_1429385513","text":"\u6bcf\u4e2a\u53ec\u5524\u7684\u56fe\u817e +# \u62a4\u7532","type":"explicit"},{"id":"explicit.indexable_support_68","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1470894892","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u5bf9\u88ab\u611f\u7535\u7684\u654c\u4eba\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1619549198","text":"\u88ab\u70b9\u71c3\u654c\u4eba\u7684\u71c3\u70e7\u51cf\u7f13 #%","type":"explicit"},{"id":"explicit.indexable_support_40","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u591a\u91cd\u56fe\u817e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_817611267","text":"\u6bcf 10 \u70b9\u654f\u6377\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 #-# \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_59","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u94a2\u94c1\u4e4b\u63e1\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1324450398","text":"\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u731b\u653b\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1169422227","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5143\u7d20\u96c6\u4e2d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_949718413","text":"\u95ea\u7535\u6280\u80fd\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_2863332749","text":"\u9576\u5d4c\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d\u65f6\uff0c\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u8d25\u65f6\u83b7\u5f97\u731b\u653b\u6548\u679c","type":"explicit"},{"id":"explicit.indexable_support_17","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u591a\u91cd\u8303\u56f4\u65bd\u6cd5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_7","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2355615476","text":"\u5bf9\u6ee1\u8840\u654c\u4eba\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 +#%","type":"explicit"},{"id":"explicit.indexable_support_85","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5feb\u901f\u65bd\u6cd5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3593797653","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u70b9\u71c3\u6269\u6563 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4147528862","text":"\u751f\u6548\u671f\u95f4\uff0c\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_1829869055","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u4f60\u83b7\u5f97 1 \u4e2a\u3010\u6df1\u6d77\u5c4f\u969c\u3011\u65f6\uff0c\u76f4\u63a5\u83b7\u5f97\u6700\u5927\u4e0a\u9650\u7684\u3010\u6df1\u6d77\u5c4f\u969c\u3011","type":"explicit"},{"id":"explicit.stat_3095345438","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u5bf9\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_237513297","text":"\u82e5\u4f60\u8fd1\u671f\u65bd\u653e\u8fc7\u51b2\u523a\uff0c\u5219\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_86","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5feb\u901f\u653b\u51fb\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_5","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5f02\u5e38\u7206\u53d1\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_57","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_45","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fd1\u6218\u4f24\u5bb3\u6269\u6563\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1700808530","text":"\u611f\u7535\u65f6\uff0c\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_273206351","text":"\u51fb\u4e2d\u88ab 1 \u5c42\u8718\u86db\u7f51\u5f71\u54cd\u7684\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2738190959","text":"\u82e5\u4f60\u8fd1\u671f\u505c\u6b62\u53d7\u5230\u71c3\u70e7\u4f24\u5bb3\uff0c\u4e0d\u4f1a\u53d7\u5230\u71c3\u70e7\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2462090973","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u73e0\u5b9d","type":"explicit"},{"id":"explicit.indexable_support_2","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u865a\u7a7a\u64cd\u7eb5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3066073024","text":"\u7981\u7528\u9664\u51b2\u523a\u5916\u7684\u4f4d\u79fb\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_76458612","text":"\u4f60\u5728\u5929\u8d4b\u6811\u4e0a\u8fde\u63a5\u5230\u91ce\u86ee\u4eba\u7684\u51fa\u53d1\u4f4d\u7f6e\u65f6\uff0c\u4f60\u83b7\u5f97\uff1a\\n\u6bcf\u79d2\u751f\u547d\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_3621706946","text":"\u6bcf 50 \u70b9\u529b\u91cf\u90fd\u4f7f\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_50","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u762b\u75ea\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_88","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1243114410","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1722480396","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u795e\u51fa\u9b3c\u6ca1\u3011","type":"explicit"},{"id":"explicit.stat_1935500672","text":"\u5728\u836f\u5242\u751f\u6548\u671f\u95f4\u88ab\u77f3\u5316","type":"explicit"},{"id":"explicit.stat_888026555","text":"\u4f60\u88ab\u611f\u7535\u65f6\uff0c\u5143\u7d20\u4f24\u5bb3\u51fb\u4e2d\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.stat_2344590267","text":"\u751f\u6548\u671f\u95f4\u4f7f\u7528\u74e6\u5c14\u6280\u80fd\u4e0d\u65bd\u52a0\u963b\u7075\u672f","type":"explicit"},{"id":"explicit.stat_2733285506","text":"\u6301\u7eed\u541f\u5531\u6280\u80fd\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1550221644","text":"\u9493\u9c7c\u6c60\u6d88\u8017\u91cf\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.indexable_support_16","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6cd5\u672f\u51dd\u805a\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2438099615","text":"\u5927\u578b\u593a\u5b9d\u5192\u9669\u6709 #% \u7684\u51e0\u7387\u4e0d\u6fc0\u6d3b\u5c01\u9501","type":"explicit"},{"id":"explicit.indexable_support_43","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5e7b\u5f71\u5c04\u624b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_137","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8d64\u70bc\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_948687156","text":"\u4f60\u8eab\u4e0a\u6bcf\u5c42\u4e2d\u6bd2\u6548\u679c\u90fd\u4f7f\u80fd\u91cf\u62a4\u76fe\u6bcf\u79d2\u518d\u751f # \u70b9\uff0c\u6700\u591a\u6bcf\u79d2 400 \u70b9","type":"explicit"},{"id":"explicit.stat_1331907976","text":"\u6ca1\u6709\u4f20\u5947\u654c\u4eba\u51fa\u73b0\u5728\u4f60\u9762\u524d\u65f6\uff0c\u6bcf\u79d2\u635f\u5931\u4e00\u4e2a\u88ab\u541e\u566c\u7684\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_3577248251","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1658498488","text":"\u3010\u8150\u5316\u4e4b\u8840\u3011\u65e0\u6cd5\u65bd\u52a0\u4e8e\u4f60","type":"explicit"},{"id":"explicit.stat_3861913659","text":"\u5bf9\u53d7\u8bc5\u5492\u654c\u4eba\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.indexable_support_71","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u732e\u796d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_79","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u62a4\u4f53\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_966747987","text":"+# \u3010\u9b54\u536b\u590d\u82cf\u3011\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2856326982","text":"\u6bcf\u6709\u4e00\u4e2a\u66b4\u51fb\u7403\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_743677006","text":"\u4e0d\u9020\u6210\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2418322751","text":"\u653b\u51fb\u901f\u5ea6\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_897996059","text":"\u65e0\u751f\u547d\u4fdd\u7559\u65f6\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3153125103","text":"\u6700\u591a#\u4e2a\u88ab\u541e\u566c\u7684\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_615884286","text":"\u5c06\u4f60\u8eab\u4e0a\u7684\u611f\u7535\u72b6\u6001\u53cd\u5c04\u7ed9\u5468\u56f4\u6240\u6709\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_982177653","text":"\u654c\u4eba\u8eab\u4e0a\u6bcf\u6709 1 \u5c42\u8718\u86db\u7f51\uff0c\u5219\u9644\u52a0 # - # \u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2538411280","text":"\u65bd\u52a0\u653b\u51fb\u7684\u6280\u80fd\u6709#%\u7684\u51e0\u7387\u4e0d\u8ba1\u4e3a\u653b\u51fb\u3002","type":"explicit"},{"id":"explicit.stat_3192291777","text":"\u7981\u7528\u9664\u706b\u7130\u51c0\u5316\u4e4b\u5916\u7684\u5176\u4ed6\u5149\u73af\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1662669872","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u89e6\u53d1 # \u7ea7\u7684\u3010\u5c3e\u968f\u4e4b\u75ae\u3011","type":"explicit"},{"id":"explicit.indexable_support_95","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u86ca\u5492\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1817677817","text":"\u82e5\u4f60\u8fd1\u671f\u672a\u683c\u6321\u8fc7\uff0c\u4f60\u62e5\u6709\u6700\u5927\u7684\u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u51e0\u7387","type":"explicit"},{"id":"explicit.stat_1672793731","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6218\u543c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.indexable_support_58","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u94a2\u94c1\u610f\u5fd7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4169430079","text":"\u751f\u547d\u4e0a\u9650\u6309\u7167\u6bcf\u4ef6\u5df2\u88c5\u5907\u7684\u8150\u5316\u7269\u54c1\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3916980068","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u6309\u7167\u6bcf\u4ef6\u5df2\u88c5\u5907\u7684\u8150\u5316\u7269\u54c1\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_833719670","text":"\u65e0\u751f\u547d\u4fdd\u7559\u65f6\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_135","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8840\u6c14\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2415497478","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2482927318","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u65bd\u653e\u8fc7\u51b2\u523a\uff0c\u5219\u5f13\u7c7b\u653b\u51fb\u53d1\u5c04 # \u679a\u989d\u5916\u7bad\u77e2","type":"explicit"},{"id":"explicit.indexable_support_97","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7cbe\u51c6\u7834\u574f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_120","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5f39\u5e55\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_77","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u7130\u9677\u9631","type":"explicit"},{"id":"explicit.stat_719626796","text":"\u6253\u51fb\u6280\u80fd\u540c\u65f6\u5c06\u5176\u4e4b\u524d\u653b\u51fb\u7684\u5730\u70b9\u8bbe\u4e3a\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_799872465","text":"\u7ad9\u5b9a\u65f6\uff0c\u811a\u4e0b\u4ea7\u751f\u771f\u83cc\u5730\u8868","type":"explicit"},{"id":"explicit.indexable_support_33","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3150967823","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4197792189","text":"\u4f60\u53ef\u80fd\u4f1a\u88ab\u4e00\u4e2a\u7f6a\u9b42\u89e6\u78b0","type":"explicit"},{"id":"explicit.indexable_support_103","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5145\u80fd\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_117","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u55dc\u8840\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2563691316","text":"\u6bcf\u7ea7 +# \u6700\u5927\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_779829642","text":"\u9759\u6b62\u65f6\uff0c\u6df7\u6c8c\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.indexable_support_121","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7bad\u4e4b\u65b0\u661f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1723738042","text":"\u53d7\u5230\u706b\u7130\u51c0\u5316\u5f71\u54cd\u65f6\uff0c\u53d7\u5230\u7684\u51b0\u971c\u548c\u95ea\u7535\u4f24\u5bb3\u7684#%\u89c6\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_114","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6b8b\u66b4\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_146","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9b54\u86ca\u7efd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_106","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51e0\u7387\u6d41\u8840\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2511969244","text":"\u975e\u66b4\u51fb\u65e0\u6cd5\u9020\u6210\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4263513561","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u683c\u6321\u8fc7\u6cd5\u672f\u4f24\u5bb3\uff0c\u5219 +#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u7387","type":"explicit"},{"id":"explicit.stat_1669135888","text":"\u6bcf\u6709 1 \u4e2a\u516d\u5206\u4eea\u5f71\u54cd\u8be5\u5730\u533a\uff0c\u5143\u7d20\u4f24\u5bb3\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1480595847","text":"\u6cd5\u672f\u9020\u6210\u7684\u7a7f\u523a\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_761598374","text":"\u5f53\u66b4\u51fb\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\uff0c\u4f60\u53ef\u4ee5\u5bf9\u654c\u4eba\u989d\u5916\u65bd\u52a0 1 \u4e2a\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_3058395672","text":"\u82e5\u4f60\u8fd1\u671f\u9020\u6210\u8fc7\u66b4\u51fb\uff0c\u5219\u4f60\u83b7\u5f97\u5b8c\u7f8e\u82e6\u75db\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2072625596","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4230767876","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_653107703","text":"\u4f60\u62e5\u6709\u81f3\u5c11 10 \u4e2a\u3010\u6df1\u6d77\u5c4f\u969c\u3011\u65f6\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387+#%","type":"explicit"},{"id":"explicit.stat_3827349913","text":"\u4f60\u6ca1\u6709\u80fd\u91cf\u62a4\u76fe\u65f6\uff0c\u5168\u5c40\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3111255591","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_549215295","text":"\u4f60\u6bcf\u51fb\u4e2d 1 \u4e2a\u88ab\u3010\u8718\u86db\u7f51\u3011\u8986\u76d6\u7684\u654c\u4eba\uff0c\u4fbf\u83b7\u5f97 # \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.indexable_support_10","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u53ec\u5524\u5e7b\u5f71\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4228951304","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.indexable_support_13","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u704c\u80fd\u541f\u5531\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_254","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7981\u65ad\u5178\u4eea","type":"explicit"},{"id":"explicit.indexable_support_4","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u91ca\u51fa\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1985969957","text":"\u4f60\u7684\u706b\u7130\u4f24\u5bb3\u4f1a\u4f7f\u654c\u4eba\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_436556261","text":"\u6b64\u5730\u56fe\u7684\u7269\u54c1\u6570\u91cf\u52a0\u6210\u540c\u65f6\u5957\u7528\u4e8e\u7269\u54c1\u7a00\u6709\u5ea6\u4e0a","type":"explicit"},{"id":"explicit.indexable_support_131","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7d27\u6025\u53f7\u4ee4\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2462976337","text":"\u63d2\u69fd\u5185\u7684\u7684\u8fd1\u6218\u6280\u80fd\u77f3\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_391460978","text":"\u79fb\u52a8\u65f6\uff0c\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1019038967","text":"\u6bcf\u4e2a\u3010\u6df1\u6d77\u5c4f\u969c\u3011\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_110","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_3","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u731b\u6bd2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3371432622","text":"\u72c2\u6012\u7403\u6ee1\u65f6\uff0c\u6253\u51fa\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u70b9\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2977774856","text":"\u6d41\u8840\u65f6\u51fb\u4e2d\u654c\u4eba\u5c06\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3686780108","text":"\u3010\u86db\u4e4b\u52bf\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1011373762","text":"\u6cd5\u672f\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.indexable_support_155","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8150\u5316\u6218\u543c\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3322709337","text":"\u4f60\u7684\u51fb\u4e2d\u65bd\u52a0\u8150\u574f\u6548\u679c\uff0c\u5728 8 \u79d2\u5185\u6bcf\u79d2\u9020\u6210 700 \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4179663748","text":"\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.indexable_support_31","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6bd2\u5316\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_147","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6cd5\u94f8\u7bad\u77e2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3918947537","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u51dd\u51b0\u5b88\u62a4\u3011","type":"explicit"},{"id":"explicit.stat_2269282877","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u72c2\u6012\u9955\u992e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3159312340","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u73b7\u6c61\u3011","type":"explicit"},{"id":"explicit.stat_3864993324","text":"\u6bcf\u7ea7 +# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_2811179011","text":"\u53d7\u5230\u4f20\u5947\u6df1\u6e0a\u73e0\u5b9d\u5f71\u54cd\u65f6\uff0c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4142376596","text":"\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_767464019","text":"\u4f60\u7528\u5f13\u7c7b\u653b\u51fb\u65f6\u89e6\u53d1 # \u7ea7\u6bd2\u96e8","type":"explicit"},{"id":"explicit.stat_3769211656","text":"\u4f60\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_2503253050","text":"\u65e0\u6cd5\u83b7\u5f97\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3308030688","text":"\u9759\u6b62\u65f6\u9b54\u529b\u56de\u590d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_72","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u70b9\u71c3\u6269\u6563\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1887508417","text":"\u751f\u547d\u5077\u53d6\u65f6\u514d\u75ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_697807915","text":"\u4f24\u5bb3\u7a7f\u900f\u654c\u4eba #% \u7684\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2144847042","text":"\u53ec\u5524\u7684\u52b2\u5f29\u6709#%\u7684\u51e0\u7387\u9020\u6210\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2332726055","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u6709 #% \u7684\u51e0\u7387\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_2103621252","text":"\u51fb\u4e2d\u4f20\u5947\u654c\u4eba\u65f6\u541e\u566c\u4e00\u4e2a\u7075\u9b42\uff0c\u6bcf\u79d2\u6700\u591a\u89e6\u53d1\u4e00\u6b21","type":"explicit"},{"id":"explicit.stat_1243641369","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u4e3a\u5468\u56f4\u53cb\u519b\u63d0\u4f9b\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_1314418188","text":"\u4f60\u5728\u62e5\u6709\u6700\u5927\u6570\u91cf\u7684\u8010\u529b\u7403\u65f6\uff0c\u83b7\u5f97\u3010\u74e6\u5c14\u51a5\u7ea6\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2881210047","text":"\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_55","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u4f4e\u9636\u591a\u91cd\u6295\u5c04\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3883691934","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u51b2\u523a\u3011\u6280\u80fd","type":"explicit"},{"id":"explicit.indexable_support_104","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51cb\u96f6\u4e4b\u89e6\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_62","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u53ec\u5524\u751f\u7269\u901f\u5ea6\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_190652296","text":"\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_105","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u6124\u6012\u72c2\u7075","type":"explicit"},{"id":"explicit.stat_2970902024","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u76f4\u63a5\u88ab\u6467\u6bc1","type":"explicit"},{"id":"explicit.stat_1704843611","text":"\u82e5\u4f60\u81f3\u5c11\u62e5\u6709 1000 \u5c42\u80fd\u91cf\u62a4\u76fe\uff0c\u5219\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_1124661381","text":"\u6bcf 200 \u70b9\u529b\u91cf\u90fd\u4f7f\u6563\u5c04\u5f29\u70ae\u7684\u53ec\u5524\u56fe\u817e\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_3399924348","text":"\u6218\u543c\u4f7f\u4f60\u548c\u53cb\u519b\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011\uff0c\u6bcf 5 \u70b9\u5a01\u529b\u503c\u4f7f\u6548\u679c\u63d0\u9ad8 #%\uff0c\u6700\u9ad8 50%","type":"explicit"},{"id":"explicit.stat_3231424461","text":"\u88ab\u4f60\u8986\u76d6\u8718\u86db\u7f51\u7684\u654c\u4eba\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3550460467","text":"\u5728\u771f\u83cc\u5730\u8868\u4e0a\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u5b83\u4eec 5% \u751f\u547d\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3242537102","text":"\u6240\u6709\u63d2\u5165\u7684\u5b9d\u77f3\u4e3a\u7ea2\u8272\u65f6\uff0c\u83b7\u5f97\u3010\u74e6\u5c14\u51a5\u7ea6\u3011","type":"explicit"},{"id":"explicit.indexable_skill_104","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5929\u96f7\u4e4b\u73e0","type":"explicit"},{"id":"explicit.stat_3995612171","text":"\u3010\u6781\u5730\u88c5\u7532\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3511992942","text":"\u706b\u7130\u89e6\u78b0\u65f6\u6bcf\u79d2\u53d7\u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1215155013","text":"\u4ece\u76fe\u724c\u83b7\u53d6\u7684\u9632\u5fa1\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_729430714","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219 +#% \u6cd5\u672f\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.stat_3094222195","text":"\u6cd5\u672f\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1330109706","text":"\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_4265906483","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u95ea\u7535\u66dd\u9732","type":"explicit"},{"id":"explicit.indexable_skill_173","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7eaf\u51c0\u4e4b\u6377","type":"explicit"},{"id":"explicit.stat_3876876906","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u5f00\u542f\u5956\u52b1\u5b9d\u7bb1\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u53d6\u5f97\u989d\u5916\u60ca\u60b8\u8ff7\u96fe\u7269\u54c1","type":"explicit"},{"id":"explicit.indexable_support_83","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u72c2\u566c\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_154","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6f29\u6da1","type":"explicit"},{"id":"explicit.stat_2189230542","text":"\u6bcf\u9694 4 \u79d2\uff0c\u79fb\u9664\u4f60\u8eab\u4e0a\u7684\u8bc5\u5492\u548c\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2877370216","text":"\u8010\u529b\u7403\u6ee1\u65f6\uff0c\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1217959763","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u6124\u6012\u72c2\u7075","type":"explicit"},{"id":"explicit.indexable_skill_237","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9b54\u86ca\u7206\u70b8","type":"explicit"},{"id":"explicit.stat_1982144275","text":"\u6bcf\u7ea7 +# \u6700\u5927\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2044840211","text":"\u9576\u5d4c\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d\u65f6\uff0c\u653b\u51fb\u51fb\u4e2d\u65f6\u81f4\u76f2\u654c\u4eba 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1243613350","text":"\u521b\u9020\u3010\u6e0e\u795e\u5730\u9762\u3011\u6765\u4ee3\u66ff\u3010\u5949\u732e\u5730\u9762\u3011","type":"explicit"},{"id":"explicit.stat_1089858120","text":"\u4f24\u5bb3\u5728\u4f60\u88ab\u51b0\u7f13\u65f6\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3892691596","text":"\u9576\u5d4c\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d\u65f6\uff0c\u8fd1\u6218\u653b\u51fb\u51fb\u4e2d\u4ea7\u751f # \u70b9\u6012\u706b\uff0c\u6bcf\u79d2\u6700\u591a\u89e6\u53d1\u4e00\u6b21","type":"explicit"},{"id":"explicit.stat_2523146878","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u6240\u9020\u6210\u7684\u4e2d\u6bd2\u6548\u679c\u6709 #% \u7684\u51e0\u7387\u4f7f\u4e2d\u6bd2\u4f24\u5bb3\u603b\u589e 100%","type":"explicit"},{"id":"explicit.stat_1166487805","text":"\u6bcf 1 \u4e2a\u805a\u5149\u4e4b\u77f3\u53ef\u4f7f\u62a4\u7532\u63d0\u9ad8 #","type":"explicit"},{"id":"explicit.indexable_skill_138","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u98de\u5203\u98ce\u66b4","type":"explicit"},{"id":"explicit.stat_13172430","text":"Gain #% of Lightning Damage as Extra Cold Damage per 2% Shock Effect on Enemy","type":"explicit"},{"id":"explicit.indexable_skill_238","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8d64\u70bc\u9b54\u5149","type":"explicit"},{"id":"explicit.stat_4147897060","text":"\u653b\u51fb\u53ca\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2506681313","text":"\u6b3a\u8bc8\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2420786978","text":"\u6295\u63b7\u9677\u9631\u7684\u6280\u80fd\u6d88\u8017\u751f\u547d\u800c\u975e\u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2602585351","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u5143\u7d20\u5b88\u62a4\u3011","type":"explicit"},{"id":"explicit.stat_1551563177","text":"\u73a9\u5bb6\u53d7\u5230\u7edd\u671b\u8bc5\u5492","type":"explicit"},{"id":"explicit.stat_1757389331","text":"\u526f\u624b\u66b4\u51fb\u7387 +#%","type":"explicit"},{"id":"explicit.stat_474452755","text":"\u65e0\u6cd5\u95ea\u907f\u654c\u4eba\u653b\u51fb","type":"explicit"},{"id":"explicit.indexable_support_44","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5730\u96f7\u7f51\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2638865425","text":"\u6d41\u8840\u65f6\u4e0d\u4f1a\u88ab\u7729\u6655","type":"explicit"},{"id":"explicit.stat_1871938116","text":"\u4f4e\u8840\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011","type":"explicit"},{"id":"explicit.stat_2923442950","text":"\u63d0\u4f9b # \u7ea7\u8fc5\u6377","type":"explicit"},{"id":"explicit.stat_332854027","text":"\u3010\u86db\u4e4b\u52bf\u3011\u7684\u51cf\u76ca\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_349619704","text":"\u82e5\u4f60\u88ab\u706b\u7130\u89e6\u78b0\uff0c\u5219\u83b7\u5f97\u80be\u4e0a\u817a\u7d20","type":"explicit"},{"id":"explicit.stat_787185456","text":"\u6bcf 25 \u70b9\u529b\u91cf\u90fd\u4f7f\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_support_78","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5145\u80fd\u9677\u9631\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2908111053","text":"\u5bf9\u51b0\u51bb\u654c\u4eba\u6240\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2927667525","text":"\u82e5\u88c5\u5907\u7684\u5176\u4ed6\u7269\u54c1\u6ca1\u6709\u751f\u547d\u8bcd\u7f00\uff0c\u751f\u547d\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.indexable_skill_251","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8d66\u7f6a","type":"explicit"},{"id":"explicit.stat_2353201291","text":"\u4f60\u6ca1\u6709\u80fd\u91cf\u62a4\u76fe\u65f6\u83b7\u5f97\u3010\u4e0d\u6d01\u4e4b\u529b\u3011","type":"explicit"},{"id":"explicit.indexable_support_87","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u80fd\u91cf\u5077\u53d6\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1479533453","text":"\u4f7f\u7528\u5269\u4f59 # \u6b21","type":"explicit"},{"id":"explicit.stat_2784102684","text":"\u6d41\u8840\u65f6\u4e0d\u4f1a\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.indexable_support_138","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5f29\u70ae\u96c6\u706b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_161","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u846c","type":"explicit"},{"id":"explicit.stat_1094808741","text":"\u628a\u53ec\u5524\u52b2\u5f29 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_521054609","text":"\u6bcf\u79d2\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.indexable_support_108","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u541f\u5531\u65f6\u65bd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3959337123","text":"\u7a7a\u660e\u4e4b\u638c","type":"explicit"},{"id":"explicit.indexable_support_11","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5143\u7d20\u5927\u519b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_813119588","text":"\u66b4\u51fb\u7403\u6ee1\u65f6\uff0c\u6cd5\u672f\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"explicit"},{"id":"explicit.indexable_support_116","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8840\u9b54\u6cd5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_65","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6301\u7eed\u65f6\u95f4\u5ef6\u957f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_260","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u80fd\u91cf\u4e4b\u5203","type":"explicit"},{"id":"explicit.stat_2200114771","text":"\u6bcf 16 \u79d2\u83b7\u5f97\u4e00\u6b21\u3010\u9738\u4f53\u3011\uff0c\u6301\u7eed 8 \u79d2","type":"explicit"},{"id":"explicit.stat_3865389316","text":"\u4f60\u9020\u6210\u7684\u51bb\u7ed3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_skill_181","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u98ce\u66b4\u70d9\u5370","type":"explicit"},{"id":"explicit.stat_2760138143","text":"\u6240\u6709\u8eab\u4e0a\u7a7f\u6234\u7684\u7269\u54c1\u7686\u4e3a\u5df2\u8150\u5316\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_2418574586","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u3010\u88c2\u754c\u8005\u7269\u54c1\u3011\uff0c\u5f02\u5e38\u72b6\u6001\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_48","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8089\u76fe\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_56401364","text":"\u4e3b\u624b\u653b\u51fb\u901f\u5ea6\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_740728913","text":"\u6050\u6016\u4e4b\u65d7\u5728\u653e\u7f6e\u65f6\u4f7f\u62a4\u8eab\u4e0a\u9650\u989d\u5916 +#","type":"explicit"},{"id":"explicit.stat_1331336999","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u88ab\u7b49\u7ea7 # \u7684\u3010\u7bad\u4e4b\u65b0\u661f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_141","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_778552242","text":"\u51b0\u7f13\u65f6\uff0c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2489070122","text":"\u62e5\u6709 1 \u4e2a\u989d\u5916\u7684\u56fa\u6709\u8bcd\u7f00","type":"explicit"},{"id":"explicit.indexable_support_129","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6218\u4e89\u94c1\u62f3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_8","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9677\u9631\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3100523498","text":"\u6240\u6709\u6297\u6027\u90fd\u6309\u7167\u6bcf\u4ef6\u5df2\u88c5\u5907\u7684\u8150\u5316\u7269\u54c1 +#%","type":"explicit"},{"id":"explicit.stat_3848992177","text":"\u5728\u594b\u9510\u5149\u73af\u5f71\u54cd\u4e0b\uff0c\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3227159962","text":"\u82e5\u4f60\u81f3\u5c11\u62e5\u6709 1500 \u5c42\u80fd\u91cf\u62a4\u76fe\uff0c\u5219\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"explicit"},{"id":"explicit.stat_130616495","text":"\u82e5\u4f60\u8eab\u4e0a\u7684\u4e2d\u6bd2\u6548\u679c\u5c11\u4e8e 5 \u5c42\\n\u5219\u4f60\u7684\u4f4d\u79fb\u6280\u80fd\u65bd\u52a0\u7684\u4e2d\u6bd2\u6548\u679c\u53cd\u5c04\u7ed9\u4f60\u81ea\u5df1","type":"explicit"},{"id":"explicit.indexable_support_54","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u4f4e\u9636\u6bd2\u5316\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_329974315","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3973790753","text":"\u4f60\u51fb\u4e2d\u51bb\u7ed3\u7684\u654c\u4eba\u65f6\uff0c\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2490633856","text":"\u8ff7\u8e2a\u72b6\u6001\u4e0b\uff0c\u88ab\u51fb\u4e2d\u65f6\u907f\u514d\u7269\u7406\u4f24\u5bb3\u7684\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.indexable_support_63","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u53ec\u5524\u751f\u7269\u751f\u547d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3356013982","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u91ca\u51fa \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4084476257","text":"[DNT]\u6cd5\u672f\u66b4\u51fb\u65f6\u6709 #% \u51e0\u7387\u9020\u6210\u7a7f\u523a","type":"explicit"},{"id":"explicit.indexable_skill_60","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u7bad\u77e2","type":"explicit"},{"id":"explicit.stat_138579627","text":"\u82e5\u4f60\u4e0d\u518d\u88ab\u706b\u7130\u89e6\u78b0\uff0c\u5219\u5931\u53bb\u80be\u4e0a\u817a\u7d20","type":"explicit"},{"id":"explicit.stat_3726936056","text":"\u7bad\u77e2\u6bcf\u6b21\u7a7f\u900f\u65f6\u9644\u52a0 #-# \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2992087211","text":"\u6bcf\u62e5\u6709 1 \u4e2a\u66b4\u51fb\u7403\uff0c\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.indexable_support_36","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9f50\u5c04\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1857935842","text":"\u53ec\u5524\u52b2\u5f29\u7684\u6295\u5c04\u7269\u4f1a\u5206\u88c2\u4e3a # \u679a","type":"explicit"},{"id":"explicit.indexable_support_9","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fc5\u6574\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1733969225","text":"\u4f20\u5947\u9996\u9886\u6389\u843d # \u4e2a\u989d\u5916\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2227180465","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_support_160","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6838\u5fc3\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2785835061","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51dd\u805a\u3011","type":"explicit"},{"id":"explicit.stat_170497091","text":"\u9493\u9c7c\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2953854044","text":"\u3010\u7075\u5de7\u3011\u6548\u679c\u4e0b\uff0c\u4e0d\u4f1a\u53d7\u5230\u66b4\u51fb\u9020\u6210\u7684\u989d\u5916\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3146356577","text":"\u7528\u6b3a\u8bc8\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_1250317014","text":"\u82e5\u8303\u56f4\u5185\u542b\u6709 40 \u70b9\u529b\u91cf\uff0c\u88ab\u3010\u51b0\u971c\u4e4b\u9524\u3011\u51fb\u788e\u7684\u654c\u4eba\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4099989681","text":"\u4f60\u7684\u53ec\u5524\u751f\u7269\u6b7b\u4ea1\u65f6\u4ea7\u751f\u71c3\u70e7\u5730\u9762\uff0c\u6bcf\u79d2\u9020\u6210\u7b49\u540c\u5b83\u4eec\u6700\u5927\u751f\u547d #% \u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_113","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9f99\u5377\u5c04\u51fb","type":"explicit"},{"id":"explicit.stat_3930242735","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u81ea\u4fe1\u6597\u58eb\u3011","type":"explicit"},{"id":"explicit.indexable_support_60","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u95ea\u7535\u652f\u914d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_69","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u618e\u6068","type":"explicit"},{"id":"explicit.stat_3591816140","text":"\u6d88\u8017\u603b\u8ba1 800 \u70b9\u9b54\u529b\u540e\uff0c\u6548\u679c\u533a\u57df\u6269\u5927 #%\uff0c\u6301\u7eed 2 \u79d2","type":"explicit"},{"id":"explicit.stat_3265807022","text":"\u4e2d\u6bd2\u65f6\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2748763342","text":"\u5728\u4efb\u4f55\u7075\u9b42\u6495\u88c2\u8005\u836f\u5242\u751f\u6548\u671f\u95f4\u4e0d\u83b7\u5f97\u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_204458505","text":"\u62b5\u5fa1\u654c\u4eba\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5c06\u5143\u7d20\u6297\u6027\u89c6\u4f5c 90%","type":"explicit"},{"id":"explicit.stat_1876857497","text":"\u4f60\u5728\u62e5\u6709\u6700\u5927\u6570\u91cf\u7684\u66b4\u51fb\u80fd\u91cf\u7403\u65f6\uff0c\u5f97\u5230\u3010\u5fc3\u80dc\u4e8e\u7269\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2232609651","text":"\u4f7f\u7528\u9006\u5411\u5947\u672f\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_3039589351","text":"\u6bcf\u6709\u4e00\u4e2a\u8010\u529b\u7403\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.indexable_support_124","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u989d\u5916\u547d\u4e2d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_93","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u9525\u5730\u96f7","type":"explicit"},{"id":"explicit.stat_4076910393","text":"\u65e0\u6cd5\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2408544213","text":"\u72c2\u6012\u7403\u6ee1\u65f6\uff0c\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u731b\u653b\u6548\u679c\u3011 4 \u79d2","type":"explicit"},{"id":"explicit.indexable_support_139","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u88c2\u5730\u4e4b\u7075\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_112","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u53d7\u4f24\u65f6\u65bd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_304032021","text":"\u5f53\u4f60\u83b7\u5f97\u3010\u9738\u4f53\u3011\u65f6\uff0c\u8fd1\u8ddd\u79bb\u7528\u5f13\u51fb\u4e2d\u540e\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_223656429","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u95ea\u7535\u66dd\u9732","type":"explicit"},{"id":"explicit.stat_2170294665","text":"\u4f20\u5947\u9996\u9886\u6389\u843d\u547d\u8fd0\u5361","type":"explicit"},{"id":"explicit.indexable_skill_41","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u60e9\u6212","type":"explicit"},{"id":"explicit.indexable_support_111","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6b7b\u4ea1\u65f6\u65bd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_96","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u4f53\u6295\u63b7","type":"explicit"},{"id":"explicit.stat_3203086927","text":"\u82e5\u8fc7\u53bb 8 \u79d2\u5185\u4f60\u9020\u6210\u8fc7\u66b4\u51fb\uff0c\u5219\u6301\u7eed\u4f24\u5bb3\u52a0\u6210 +#%","type":"explicit"},{"id":"explicit.stat_282757414","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u7c89\u788e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_118","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u81f4\u76f2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_151","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u788e\u5f71\u9b54\u5203\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_16","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9b54\u536b\u590d\u82cf","type":"explicit"},{"id":"explicit.indexable_support_32","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u96f6\u70b9\u5c04\u51fb\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2542650946","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u66b4\u51fb\u65f6\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.indexable_support_20","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u52a9\u529b\u4e4b\u98ce\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1415418540","text":"\u4f60\u6709\u70ed\u60c5\u727a\u7272\u65f6\uff0c\u51fb\u4e2d\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_2287328323","text":"\u4f60\u4f7f\u7528\u6280\u80fd\u65f6\u83b7\u5f97\u70ed\u60c5\u727a\u7272\u6548\u679c\uff0c\u6bcf\u79d2\u9020\u6210\u7b49\u4e8e\u5176\u9b54\u529b\u6d88\u8017 #% \u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_97","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5e7b\u5316\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_2038577923","text":"\u7075\u9b42\u7267\u8005","type":"explicit"},{"id":"explicit.stat_2325592140","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\uff0c\u5219\u6bcf\u79d2\u5931\u53bb #% \u751f\u547d","type":"explicit"},{"id":"explicit.indexable_skill_212","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u8150\u5316\u9b54\u50cf","type":"explicit"},{"id":"explicit.indexable_skill_172","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u76fe\u6295\u63b7","type":"explicit"},{"id":"explicit.stat_2060601355","text":"\u8840\u8089\u4e0e\u5ca9\u77f3\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.indexable_support_53","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51fb\u4e2d\u751f\u547d\u56de\u590d\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3251948367","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70bc\u72f1\u4e4b\u8beb\u3011","type":"explicit"},{"id":"explicit.stat_1575046591","text":"\u4e0d\u53d7\u4f24\u5bb3\u5f02\u5e38\u72b6\u6001\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_3389184522","text":"\u66b4\u51fb\u65f6\u7acb\u5373\u83b7\u5f97\u751f\u547d\u548c\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_332217711","text":"\u6bcf\u5757\u805a\u5149\u4e4b\u77f3\u4f7f\u6700\u5927\u751f\u547d\u589e\u52a0#%","type":"explicit"},{"id":"explicit.stat_1485150248","text":"\u5728\u593a\u5b9d\u5947\u5175\u4e2d\u6253\u5f00\u5956\u52b1\u5b9d\u7bb1\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u989d\u5916\u7684\u81f4\u547d\u8d2a\u5a6a\u7269\u54c1","type":"explicit"},{"id":"explicit.indexable_skill_1","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u7403","type":"explicit"},{"id":"explicit.indexable_skill_19","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u5149\u5bd2\u971c","type":"explicit"},{"id":"explicit.stat_401685616","text":"\u4f60\u683c\u6321\u65f6\u89e6\u53d1 # \u7ea7\u7834\u76fe\u51fb","type":"explicit"},{"id":"explicit.stat_655918588","text":"\u53ec\u5524\u52b2\u5f29\u83b7\u5f97\u989d\u5916\u51b0\u971c\u4f24\u5bb3\uff0c\u7b49\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_1654414582","text":"\u514d\u75ab\u6c89\u9ed8\u8bc5\u5492","type":"explicit"},{"id":"explicit.indexable_support_148","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u68f1\u5149\u9b54\u7206\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3888064854","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3789765926","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u683c\u6321\u8fc7\u653b\u51fb\u4f24\u5bb3\uff0c\u5219\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387 +#%","type":"explicit"},{"id":"explicit.indexable_skill_179","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u5723\u7269","type":"explicit"},{"id":"explicit.stat_3284029342","text":"\u5f53\u4f60\u6ca1\u6709\u83b7\u5f97\u3010\u9738\u4f53\u3011\u65f6\uff0c\u83b7\u5f97\u3010\u8fdc\u5c04\u3011","type":"explicit"},{"id":"explicit.stat_3733496041","text":"\u590d\u82cf\u7684\u9b54\u536b\u6bcf\u79d2\u5c06\u5b83\u4eec\u6700\u5927\u751f\u547d\u7684 #% \u89c6\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_247","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4e03\u4f24\u7834","type":"explicit"},{"id":"explicit.stat_3476327198","text":"\u5f53\u4f60\u6ca1\u6709\u83b7\u5f97\u3010\u9738\u4f53\u3011\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\uff0c\u65bd\u6cd5\u901f\u5ea6\u548c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2936084533","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 30%","type":"explicit"},{"id":"explicit.stat_3303984198","text":"\u975e\u589e\u52a9\u653b\u51fb\u65e0\u6cd5\u9020\u6210\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_164","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4eb5\u6e0e\u4e4b\u77db","type":"explicit"},{"id":"explicit.indexable_skill_73","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9707\u6ce2\u56fe\u817e","type":"explicit"},{"id":"explicit.indexable_skill_234","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u865a\u7a7a\u6cd5\u7403","type":"explicit"},{"id":"explicit.indexable_support_119","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8bc5\u5492\u5149\u73af\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_24","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6b63\u4e49\u4e4b\u706b","type":"explicit"},{"id":"explicit.indexable_skill_194","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6028\u6bd2\u5149\u73af","type":"explicit"},{"id":"explicit.stat_3265951306","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u706b\u7130\u7a7f\u900f \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2214228141","text":"\u6295\u5c04\u7269\u7a7f\u900f\u6240\u6709\u71c3\u70e7\u7684\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_skill_123","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","type":"explicit"},{"id":"explicit.indexable_skill_25","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u89e3\u653e","type":"explicit"},{"id":"explicit.indexable_skill_26","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u73b0\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_125","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u95ea\u7535\u9b54\u50cf","type":"explicit"},{"id":"explicit.indexable_skill_224","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5c06\u519b\u4e4b\u543c","type":"explicit"},{"id":"explicit.indexable_support_6","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9677\u9631\u51b7\u5374\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2934219859","text":"\u628a\u53ec\u5524\u52b2\u5f29 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_999511066","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.indexable_skill_71","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u71c3\u70e7\u7bad\u77e2","type":"explicit"},{"id":"explicit.stat_3771323968","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u683c\u6321\u8fc7\u654c\u4eba\uff0c\u5219\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u7387 +#%","type":"explicit"},{"id":"explicit.stat_1660373569","text":"\u6548\u679c\u671f\u95f4\u83b7\u5f97 # \u7ea7\u8106\u5f31\u8bc5\u5492\u5149\u73af","type":"explicit"},{"id":"explicit.stat_1862591837","text":"\u4f60\u9020\u6210\u66b4\u51fb\u65f6\uff0c\u5931\u53bb #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2727188901","text":"\u6280\u80fd\u6295\u51fa\u7684\u9677\u9631\u4f1a\u88ab\u968f\u673a\u6254\u5728\u76ee\u6807\u4f4d\u7f6e\u9644\u8fd1","type":"explicit"},{"id":"explicit.indexable_skill_176","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u60e9\u51fb","type":"explicit"},{"id":"explicit.stat_922014346","text":"\u62a4\u4f53\u4e0a\u9650\u5728\u4e13\u6ce8\u65f6 +#","type":"explicit"},{"id":"explicit.stat_407576170","text":"\u82e5\u653b\u51fb\u51bb\u7ed3\u4e86\u654c\u4eba\uff0c\u5219\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2764164760","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u4f60\u5f97\u5230 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.indexable_support_149","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6295\u5c04\u7269\u5f52\u8fd4\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_101","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u98ce\u66b4\u547c\u5524","type":"explicit"},{"id":"explicit.indexable_skill_137","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u653b\u57ce\u70ae\u53f0","type":"explicit"},{"id":"explicit.stat_2201102274","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u708e\u519b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2611023406","text":"\u6bcf 50 \u70b9\u529b\u91cf\u53ef\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3780437763","text":"\u8010\u529b\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\u4f60\u65e0\u6cd5\u88ab\u6655\u7729","type":"explicit"},{"id":"explicit.indexable_support_77","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u548c\u5584\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_225","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5965\u6cd5\u70d9\u5370","type":"explicit"},{"id":"explicit.stat_4271994824","text":"\u9632\u5fa1\u4e3a\u96f6","type":"explicit"},{"id":"explicit.stat_2052458107","text":"\u53ec\u5524\u7684\u52b2\u5f29\u6709#%\u7684\u51e0\u7387\u9020\u6210\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_4261620841","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u5965\u745e\u4e9a\u9b54\u536b","type":"explicit"},{"id":"explicit.stat_1842038569","text":"\u9493\u9c7c\u7ebf\u5f3a\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_112","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7194\u5ca9\u4e4b\u51fb","type":"explicit"},{"id":"explicit.stat_3415234440","text":"\u6280\u80fd\u7684\u6012\u706b\u6d88\u8017\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4054463312","text":"\u53ec\u5524\u52b2\u5f29\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_4231915769","text":"\u7ed3\u754c\u7834\u574f\u65f6\uff0c\u83b7\u5f97 # \u79d2\u80be\u4e0a\u817a\u7d20","type":"explicit"},{"id":"explicit.stat_196260576","text":"\u836f\u5242\u5728\u4f60\u51fb\u4e2d\u975e\u4f20\u5947\u654c\u4eba\u65f6\u83b7\u5f97 # \u6b21\u5145\u80fd\uff0c\u6700\u591a\u6bcf\u79d2\u4e00\u6b21","type":"explicit"},{"id":"explicit.stat_1514657588","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.indexable_skill_65","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7eaa\u5f8b","type":"explicit"},{"id":"explicit.stat_264841388","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u5361\u80e1\u56fe\u7f57\u963f\u4e4b\u9b42","type":"explicit"},{"id":"explicit.indexable_skill_209","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u98de\u63a0\u8005","type":"explicit"},{"id":"explicit.indexable_skill_155","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bc4\u751f\xb7\u83cc\u6f6e","type":"explicit"},{"id":"explicit.stat_1474437010","text":"\u590d\u82cf\u7684\u9b54\u536b\u5177\u6709\u706b\u4e4b\u5316\u8eab","type":"explicit"},{"id":"explicit.indexable_skill_136","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u865a\u7a7a\u5200\u96e8","type":"explicit"},{"id":"explicit.indexable_skill_132","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u4e4b\u5203","type":"explicit"},{"id":"explicit.indexable_skill_130","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7194\u5ca9\u5954\u6d8c","type":"explicit"},{"id":"explicit.indexable_support_161","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51cc\u8650\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_169","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9707\u6ce2\u9677\u9631","type":"explicit"},{"id":"explicit.indexable_support_91","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6548\u80fd\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_93","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u63a0\u98df\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_20","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u5c04\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_182","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u672b\u65e5\u70d9\u5370","type":"explicit"},{"id":"explicit.stat_3353368340","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2106095595","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u6df7\u6c8c\u77f3\u53d8\u4e3a\u795e\u5723\u77f3","type":"explicit"},{"id":"explicit.indexable_skill_143","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u98ce\u66b4\u6f29\u6da1","type":"explicit"},{"id":"explicit.stat_272906215","text":"\u589e\u52a9\u653b\u51fb\u7684\u751f\u547d\u5077\u53d6\u7acb\u5373\u751f\u6548","type":"explicit"},{"id":"explicit.indexable_skill_94","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u96f7\u66b4\u5730\u96f7","type":"explicit"},{"id":"explicit.indexable_support_156","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u65e0\u5e38\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_31336590","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u963f\u534e\u7eb3\u4e4b\u9b42","type":"explicit"},{"id":"explicit.stat_2156210979","text":"\u9759\u6b62\u65f6\u6bcf 4 \u79d2\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_430248187","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6655\u7729\u8fc7\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_28821524","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6cd5\u672f\u51dd\u805a\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_221532021","text":"\u82e5\u8fc7\u53bb 8 \u79d2\u5185\u4f60\u9020\u6210\u8fc7\u66b4\u51fb\uff0c\u5219\u6bcf\u79d2\u751f\u547d\u518d\u751f #%","type":"explicit"},{"id":"explicit.indexable_skill_257","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7206\u7834\u7075\u836f","type":"explicit"},{"id":"explicit.indexable_skill_240","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8d64\u8840\u51dd\u7ed3","type":"explicit"},{"id":"explicit.stat_591162856","text":"\u53d1\u5c04\u6295\u5c04\u7269\u7684\u653b\u51fb\u6700\u591a\u6d88\u8017 # \u4e2a\u989d\u5916\u94a2\u5203\u788e\u7247","type":"explicit"},{"id":"explicit.stat_779592324","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u6df7\u6c8c\u77f3\u53d8\u4e3a\u5d07\u9ad8\u77f3","type":"explicit"},{"id":"explicit.indexable_skill_67","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u575a\u5b9a","type":"explicit"},{"id":"explicit.stat_593279674","text":"\u5bf9\u88ab\u51b0\u51bb\u654c\u4eba\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_1229725509","text":"\u4f60\u9020\u6210\u66b4\u51fb\u65f6\uff0c\u5931\u53bb #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3945147290","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_2592705940","text":"\u7194\u94f8\u7269\u54c1\u5b8c\u5168\u8fde\u63a5","type":"explicit"},{"id":"explicit.indexable_skill_232","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6012\u708e\u7a7f\u5fc3","type":"explicit"},{"id":"explicit.indexable_skill_193","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u594b\u9510\u5149\u73af","type":"explicit"},{"id":"explicit.indexable_support_56","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51fb\u9000\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4217417523","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u9676\u54c8\u52aa\u5e93\u4e4b\u9b42","type":"explicit"},{"id":"explicit.stat_1563396443","text":"\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_208","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5267\u6bd2\u65cb\u98ce","type":"explicit"},{"id":"explicit.stat_3327243369","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u706b\u7130\u66dd\u9732","type":"explicit"},{"id":"explicit.stat_3312593243","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8fd1\u6218\u51fb\u8d25\u654c\u4eba\u65f6\u65bd\u653e \u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_121","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u529b\u91cf\u7206\u7834","type":"explicit"},{"id":"explicit.indexable_skill_199","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8840\u4e0e\u6c99","type":"explicit"},{"id":"explicit.stat_1634061592","text":"\u589e\u52a9\u653b\u51fb\u51fb\u4e2d\u65f6\u51fb\u9000\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_support_142","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u795e\u5723\u795d\u798f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3143579606","text":"+# \u6124\u6012\u72c2\u7075\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.indexable_skill_122","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","type":"explicit"},{"id":"explicit.stat_3595254837","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u3010\u71c3\u70e7\u5730\u9762\u3011\uff0c\u5728 # \u79d2\u5185\u6bcf\u79d2\u9020\u6210 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_157070900","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u51b0\u971c\u66dd\u9732","type":"explicit"},{"id":"explicit.stat_3938603844","text":"\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_272515409","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u5c24\u56fe\u62c9\u4e4b\u9b42","type":"explicit"},{"id":"explicit.indexable_skill_54","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70c8\u708e\u98ce\u66b4","type":"explicit"},{"id":"explicit.indexable_skill_135","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7206\u88c2\u7bad\u96e8","type":"explicit"},{"id":"explicit.stat_3313284037","text":"\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u88ab\u6253\u65ad","type":"explicit"},{"id":"explicit.stat_396113830","text":"\u6765\u81ea\u653b\u51fb\u7684\u6295\u5c04\u7269\u4f1a\u5206\u53c9","type":"explicit"},{"id":"explicit.indexable_skill_221","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5a01\u5413\u6218\u543c","type":"explicit"},{"id":"explicit.indexable_skill_18","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8150\u8680\u7bad\u77e2","type":"explicit"},{"id":"explicit.stat_277930304","text":"\u4f7f\u7528\u7075\u654f\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.indexable_skill_17","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7206\u7075\u672f","type":"explicit"},{"id":"explicit.stat_2697534676","text":"\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_107","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4eb5\u6e0e","type":"explicit"},{"id":"explicit.indexable_skill_139","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u761f\u75ab","type":"explicit"},{"id":"explicit.stat_1455766505","text":"\u654c\u4eba\u8eab\u4e0a\u6bcf\u4e2a\u7a7f\u523a\u6548\u679c\u90fd\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_335507772","text":"\u62a4\u8eab\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.indexable_skill_269","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u901a\u9053","type":"explicit"},{"id":"explicit.indexable_skill_87","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u65cb\u98ce\u65a9","type":"explicit"},{"id":"explicit.indexable_skill_50","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6e05\u7b97","type":"explicit"},{"id":"explicit.stat_746994389","text":"\u5468\u56f4\u654c\u4eba\u7070\u70ec\u7f20\u8eab","type":"explicit"},{"id":"explicit.indexable_skill_165","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7206\u70b8\u9677\u9631","type":"explicit"},{"id":"explicit.indexable_skill_46","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u4f20\u9001","type":"explicit"},{"id":"explicit.stat_2520458995","text":"\u6b3a\u8bc8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_253","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u5e7b\u65cb\u65a9","type":"explicit"},{"id":"explicit.stat_4156715241","text":"\u6240\u6709\u8eab\u4e0a\u88c5\u5907\u7684\u7269\u54c1\u7686\u4e3a\u5df2\u8150\u5316\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.indexable_support_14","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5148\u7956\u53ec\u5524\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_581152495","text":"\u4f7f\u7528\u7206\u7834\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_316122366","text":"\u4f7f\u7528\u5de5\u7a0b\u5b66\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_3664778308","text":"\u66b4\u51fb\u7403\u62b5\u8fbe\u4e0a\u9650\u65f6\u627f\u53d7 # \u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3057722139","text":"\u53ec\u5524\u52b2\u5f29\u6709 #% \u7684\u51e0\u7387\u4f24\u5bb3\u7ffb\u500d","type":"explicit"},{"id":"explicit.indexable_skill_266","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8840\u7075\u7f81\u7eca","type":"explicit"},{"id":"explicit.stat_2228892313","text":"\u51fb\u4e2d\u65f6\u6709#%\u7684\u51e0\u7387\u78be\u538b","type":"explicit"},{"id":"explicit.indexable_skill_115","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bd2\u51b0\u4e4b\u6377","type":"explicit"},{"id":"explicit.stat_33065250","text":"\u8fd1\u6218\u653b\u51fb\u51fb\u4e2d\u540e\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_3527458221","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u8fc7\u683c\u6321\uff0c\u5219\u83b7\u5f97 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"explicit"},{"id":"explicit.indexable_skill_55","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u6253\u51fb","type":"explicit"},{"id":"explicit.stat_2139238642","text":"\u65f6\u7a7a\u88c2\u9699\u6ca1\u6709\u4fdd\u7559\u6548\u679c","type":"explicit"},{"id":"explicit.indexable_skill_80","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u865a\u7a7a\u5315\u9996","type":"explicit"},{"id":"explicit.stat_2631827343","text":"\u53ec\u5524\u52b2\u5f29\u83b7\u5f97\u989d\u5916\u95ea\u7535\u4f24\u5bb3\uff0c\u7b49\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.indexable_skill_49","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u590d\u4ec7","type":"explicit"},{"id":"explicit.stat_3708045494","text":"\u5bf9\u6297\u6ee1\u8840\u654c\u4eba\uff0c\u51fb\u4e2d\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_187","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u65ad\u91d1\u4e4b\u5203","type":"explicit"},{"id":"explicit.stat_2918242917","text":"\u65e0\u6cd5\u5077\u53d6\u6216\u81ea\u7136\u518d\u751f\u9b54\u529b","type":"explicit"},{"id":"explicit.indexable_support_154","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u711a\u6728\u70c8\u706b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_81","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51e0\u7387\u9003\u8dd1\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_517587669","text":"\u53ec\u5524\u7684\u5e7b\u7075\u6570\u91cf\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.indexable_skill_153","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bd2\u51b0\u5f39","type":"explicit"},{"id":"explicit.indexable_skill_78","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8bf1\u9975\u56fe\u817e","type":"explicit"},{"id":"explicit.indexable_skill_174","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u82e6\u75db\u4e4b\u6377","type":"explicit"},{"id":"explicit.indexable_skill_205","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5c0a\u4e25","type":"explicit"},{"id":"explicit.stat_3015749212","text":"\u4f7f\u7528\u89e3\u9664\u9677\u9631\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_2681416653","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u5e7b\u7075","type":"explicit"},{"id":"explicit.indexable_skill_58","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u529b\u91cf\u62bd\u53d6","type":"explicit"},{"id":"explicit.indexable_skill_45","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7edd\u671b","type":"explicit"},{"id":"explicit.stat_1103075489","text":"\u5bf9\u4f60\u81ea\u5df1\u4f7f\u7528\u7684\u74e6\u5c14\u653b\u51fb\u6280\u80fd\u6539\u4e3a\u6d88\u8017\u6012\u706b\u800c\u4e0d\u9700\u8981\u7075\u9b42","type":"explicit"},{"id":"explicit.stat_2591028853","text":"\u653b\u51fb\u51fb\u4e2d\u88ab\u8bc5\u5492\u7684\u654c\u4eba\u65f6\u6709 25% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.indexable_support_109","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6655\u7729\u65f6\u65bd\u653e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_support_145","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8bc5\u5492\u4e4b\u5730\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_66","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4f18\u96c5","type":"explicit"},{"id":"explicit.stat_1623397857","text":"\u4f60\u53d7\u5230\u7684\u6d41\u8840\u4f24\u5bb3\u6539\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_52","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9738\u6c14\u4e4b\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_38","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u65f6\u7a7a\u9501\u94fe","type":"explicit"},{"id":"explicit.indexable_skill_157","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5200\u5203\u4e71\u821e","type":"explicit"},{"id":"explicit.stat_3790386828","text":"\u51fb\u8d25\u654c\u4eba\u7684\u836f\u5242\u5145\u80fd\u83b7\u53d6\u7387\u603b\u589e #%","type":"explicit"},{"id":"explicit.indexable_skill_244","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6012\u706b\u6f29\u6da1","type":"explicit"},{"id":"explicit.indexable_skill_10","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5143\u7d20\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_233","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u6b9b\u957f\u67aa","type":"explicit"},{"id":"explicit.indexable_skill_64","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6d3b\u529b","type":"explicit"},{"id":"explicit.indexable_skill_29","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u7075\u4f53","type":"explicit"},{"id":"explicit.stat_1430928642","text":"\u975e\u66b4\u51fb\u9020\u6210\u7684\u95ea\u7535\u4f24\u5bb3\u7279\u522b\u5e78\u8fd0","type":"explicit"},{"id":"explicit.indexable_skill_259","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u65f6\u7a7a\u88c2\u9699","type":"explicit"},{"id":"explicit.indexable_skill_91","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u5c51\u5730\u96f7","type":"explicit"},{"id":"explicit.indexable_skill_192","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5b9a\u7f6a\u6ce2","type":"explicit"},{"id":"explicit.indexable_skill_22","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5206\u88c2\u7bad\u77e2","type":"explicit"},{"id":"explicit.indexable_skill_191","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5723\u6028","type":"explicit"},{"id":"explicit.indexable_support_101","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6563\u5f39\u9677\u9631\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_231","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70c8\u7130\u4e4b\u5899","type":"explicit"},{"id":"explicit.stat_796406325","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u6709 #% \u7684\u51e0\u7387\u611f\u7535","type":"explicit"},{"id":"explicit.stat_2954406821","text":"\u628a\u53ec\u5524\u52b2\u5f29 #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_39","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5143\u7d20\u8981\u5bb3","type":"explicit"},{"id":"explicit.stat_369650395","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u6012\u706b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_145","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","type":"explicit"},{"id":"explicit.stat_1841503755","text":"\u53ec\u5524\u52b2\u5f29\u653b\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u6d41\u8840\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1526975429","text":"\u4f60\u7684\u7269\u7406\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u51b0\u51bb","type":"explicit"},{"id":"explicit.indexable_skill_203","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u95ea\u73b0","type":"explicit"},{"id":"explicit.indexable_skill_70","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u66b4\u6012","type":"explicit"},{"id":"explicit.stat_359450079","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9ad8\u9636\u591a\u91cd\u6295\u5c04 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1285056331","text":"\u8fd1\u6218\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.indexable_skill_6","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5288\u780d","type":"explicit"},{"id":"explicit.stat_1282219780","text":"\u53d7\u5230\u4f60\u5632\u8bbd\u7684\u654c\u4eba\u6240\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_261","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9f99\u5377\u65cb\u98ce","type":"explicit"},{"id":"explicit.stat_3382957283","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u6697\u5f71\u5370\u8bb0","type":"explicit"},{"id":"explicit.indexable_skill_210","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u761f\u75ab\u4f7f\u5f92","type":"explicit"},{"id":"explicit.indexable_skill_211","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u81f4\u75ab\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_116","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u4e4b\u6377","type":"explicit"},{"id":"explicit.stat_3888707953","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u963f\u5bc7\u4e9a\u4e4b\u9b42","type":"explicit"},{"id":"explicit.indexable_support_52","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u751f\u547d\u5077\u53d6\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1643324992","text":"Projectiles from Attacks can Fork # additional time","type":"explicit"},{"id":"explicit.stat_1192661666","text":"\u9677\u9631\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3337754340","text":"\u751f\u6548\u671f\u95f4\uff0c\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_140","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6b7b\u4ea1\u51cb\u96f6","type":"explicit"},{"id":"explicit.stat_397829245","text":"\u4f7f\u7528\u6d1e\u5bdf\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.indexable_skill_246","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","type":"explicit"},{"id":"explicit.indexable_skill_152","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u9b42\u5949\u732e","type":"explicit"},{"id":"explicit.indexable_skill_35","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6bd2\u86c7\u6253\u51fb","type":"explicit"},{"id":"explicit.stat_2911866787","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u51b0\u971c\u95ea\u73b0\u3011\u6280\u80fd","type":"explicit"},{"id":"explicit.indexable_skill_151","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7834\u7a7a\u65a9","type":"explicit"},{"id":"explicit.indexable_skill_218","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6cd5\u672f\u8282\u9b54","type":"explicit"},{"id":"explicit.indexable_skill_236","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6c34\u6e90\u6cd5\u7403","type":"explicit"},{"id":"explicit.stat_2138548436","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u762b\u75ea\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_skill_114","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7070\u70ec\u4e4b\u6377","type":"explicit"},{"id":"explicit.indexable_skill_186","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7834\u788e\u94c1\u5203","type":"explicit"},{"id":"explicit.stat_2282705842","text":"\u5bf9\u6d41\u8840\u654c\u4eba\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_59547568","text":"\u8fd1\u6218\u4f4d\u79fb\u6280\u80fd\u7684\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"explicit"},{"id":"explicit.indexable_skill_189","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u88c2\u9b42\u672f","type":"explicit"},{"id":"explicit.indexable_skill_207","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51cb\u96f6\u6b65","type":"explicit"},{"id":"explicit.indexable_skill_195","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7cbe\u51c6","type":"explicit"},{"id":"explicit.indexable_skill_188","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51c0\u5316\u70c8\u7130","type":"explicit"},{"id":"explicit.indexable_skill_103","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5f39\u5e55","type":"explicit"},{"id":"explicit.stat_1316646496","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u541f\u5531\u65f6\u65bd\u653e \u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_37","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7206\u70b8\u7bad\u77e2","type":"explicit"},{"id":"explicit.stat_1345659139","text":"\u5bf9\u4e2d\u6bd2\u654c\u4eba\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1483753325","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_36","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6697\u5f71\u8ff7\u8e2a","type":"explicit"},{"id":"explicit.indexable_skill_106","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6012\u7130\u5954\u817e","type":"explicit"},{"id":"explicit.indexable_skill_198","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5251\u5203\u98ce\u66b4","type":"explicit"},{"id":"explicit.indexable_skill_258","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6bd2\u7206\u7075\u836f","type":"explicit"},{"id":"explicit.stat_2897207025","text":"\u82e5\u6cd5\u672f\u79fb\u9664\u4e86\u5c01\u5370\u6570\u91cf\u4e0a\u9650\uff0c\u5219\u8be5\u6cd5\u672f\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_243","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u66b4\u96e8\u7bad","type":"explicit"},{"id":"explicit.indexable_skill_180","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bd2\u51ac\u5b9d\u73e0","type":"explicit"},{"id":"explicit.indexable_skill_124","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u70c8\u7130\u9b54\u50cf","type":"explicit"},{"id":"explicit.indexable_skill_206","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6bd2\u86c7\u97ad\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_82","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5723\u7130\u56fe\u817e","type":"explicit"},{"id":"explicit.indexable_skill_223","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9707\u5730\u6218\u543c","type":"explicit"},{"id":"explicit.indexable_skill_118","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u80fd\u91ca\u653e","type":"explicit"},{"id":"explicit.indexable_skill_102","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70c8\u7130\u7206\u7834","type":"explicit"},{"id":"explicit.indexable_skill_128","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70bc\u72f1\u6218\u543c","type":"explicit"},{"id":"explicit.stat_1357672429","text":"\u4f60\u51fb\u4e2d\u51bb\u7ed3\u7684\u654c\u4eba\u65f6\u89e6\u53d1 # \u7ea7\u7206\u73af\u51b0\u523a","type":"explicit"},{"id":"explicit.stat_2580101523","text":"\u51fb\u8d25\u88ab\u5632\u8bbd\u7684\u654c\u4eba\u83b7\u5f97 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2888942321","text":"\u9006\u5411\u5947\u672f\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_144","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bd2\u971c\u7206","type":"explicit"},{"id":"explicit.indexable_skill_204","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8840\u8089\u4e0e\u5ca9\u77f3","type":"explicit"},{"id":"explicit.stat_150668988","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u9677\u9631\u6280\u80fd\u77f3\u3011\u6216\u3010\u5730\u96f7\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.indexable_skill_110","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u5ddd\u4e4b\u523a","type":"explicit"},{"id":"explicit.stat_3312732077","text":"\u89e3\u5bc6\u672f\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_183","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70d9\u5370\u53ec\u56de","type":"explicit"},{"id":"explicit.stat_3128318472","text":"\u53ea\u80fd\u4f7f\u7528\u8be5\u6b66\u5668\u9020\u6210\u4f24\u5bb3\uff0c\u6216\u70b9\u71c3\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_skill_21","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5145\u80fd\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_245","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u76fe\u724c\u78be\u538b","type":"explicit"},{"id":"explicit.indexable_skill_160","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u88c2\u98ce\u96f7\u7403","type":"explicit"},{"id":"explicit.indexable_support_153","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9c9c\u8089\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_48","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51fb\u5203","type":"explicit"},{"id":"explicit.stat_3941271999","text":"\u3010\u51b0\u971c\u95ea\u73b0\u3011\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_98","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u7130\u51c0\u5316","type":"explicit"},{"id":"explicit.indexable_skill_177","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5929\u707e\u4e4b\u7bad","type":"explicit"},{"id":"explicit.stat_1980613100","text":"\u963b\u7075\u672f\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_1195895224","text":"\u4f7f\u7528\u51f6\u86ee\u4e4b\u529b\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.indexable_skill_47","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53ec\u5524\u9b54\u4f8d","type":"explicit"},{"id":"explicit.indexable_skill_185","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6050\u6016\u4e4b\u65d7","type":"explicit"},{"id":"explicit.stat_3726536628","text":"\u6bcf\u5632\u8bbd 1 \u4e2a\u654c\u4eba\u56de\u590d +# \u751f\u547d","type":"explicit"},{"id":"explicit.indexable_skill_62","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8fc5\u6377","type":"explicit"},{"id":"explicit.stat_3422638915","text":"\u7075\u654f\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1742651309","text":"\u5c06\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.indexable_skill_249","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u96f7\u7535\u9b54\u7206","type":"explicit"},{"id":"explicit.indexable_skill_167","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u63b7\u706b\u9677\u9631","type":"explicit"},{"id":"explicit.indexable_skill_149","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5148\u7956\u536b\u58eb","type":"explicit"},{"id":"explicit.stat_2524029637","text":"\u4f60\u4f7f\u654c\u4eba\u611f\u7535\u65f6\uff0c\u56de\u590d #% \u9b54\u529b","type":"explicit"},{"id":"explicit.indexable_skill_40","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7763\u519b\u5370\u8bb0","type":"explicit"},{"id":"explicit.indexable_skill_120","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u73b0\u5c04\u51fb","type":"explicit"},{"id":"explicit.stat_2453321622","text":"\u602a\u7269\u672a\u53d7\u611f\u7535\u5f71\u54cd","type":"explicit"},{"id":"explicit.indexable_skill_219","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5ff5\u52a8\u98de\u7bad","type":"explicit"},{"id":"explicit.stat_615595418","text":"\u8303\u56f4\u5185\u6bcf\u914d\u7f6e 10 \u70b9\u667a\u6167\\n\u4fbf\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.indexable_skill_79","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u541e\u566c\u56fe\u817e","type":"explicit"},{"id":"explicit.stat_2894626576","text":"\u53ec\u5524\u52b2\u5f29\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1630969195","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u62c9\u5176\u5854\u4e4b\u9b42","type":"explicit"},{"id":"explicit.indexable_skill_134","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u5149\u7bad","type":"explicit"},{"id":"explicit.indexable_skill_168","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u5854\u9677\u9631","type":"explicit"},{"id":"explicit.indexable_support_157","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5b88\u536b\u795d\u798f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_230","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5206\u88c2\u94a2\u5203","type":"explicit"},{"id":"explicit.indexable_skill_30","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70bc\u72f1\u4e4b\u51fb","type":"explicit"},{"id":"explicit.indexable_support_12","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51fb\u6655\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1900098804","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u7a7f\u523a\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_127","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6fc0\u52b1\u6218\u543c","type":"explicit"},{"id":"explicit.indexable_skill_202","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u94a9\u94fe\u653b\u51fb","type":"explicit"},{"id":"explicit.stat_308309328","text":"\u4f7f\u7528\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u56de\u590d 10% \u9b54\u529b","type":"explicit"},{"id":"explicit.indexable_skill_229","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5a01\u80fd\u6cd5\u5370","type":"explicit"},{"id":"explicit.stat_374891408","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"explicit"},{"id":"explicit.indexable_skill_141","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u9b42\u5438\u53d6","type":"explicit"},{"id":"explicit.indexable_skill_56","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u66b4\u98ce\u4e4b\u76fe","type":"explicit"},{"id":"explicit.indexable_skill_5","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u88c2\u5730\u4e4b\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_15","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u971c\u66b4","type":"explicit"},{"id":"explicit.stat_613525808","text":"\u590d\u82cf\u7684\u9b54\u536b\u51fb\u4e2d\u65bd\u52a0\u7070\u70ec\u7f20\u8eab","type":"explicit"},{"id":"explicit.indexable_skill_222","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5148\u7956\u6218\u543c","type":"explicit"},{"id":"explicit.indexable_skill_217","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4e71\u5251\u7a7f\u5fc3","type":"explicit"},{"id":"explicit.stat_1588539856","text":"\u4e13\u6ce8\u65f6\u6709#% \u7684\u4f24\u5bb3\u4f18\u5148\u7531\u9b54\u529b\u627f\u53d7","type":"explicit"},{"id":"explicit.indexable_skill_63","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5143\u7d20\u51c0\u5316","type":"explicit"},{"id":"explicit.stat_1477474340","text":"\u53ec\u5524\u52b2\u5f29\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c\u7b49\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"explicit"},{"id":"explicit.stat_2916634441","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u751f\u547d\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_228","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5c16\u523a\u6218\u543c","type":"explicit"},{"id":"explicit.indexable_skill_200","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u76db\u6012","type":"explicit"},{"id":"explicit.stat_3231614028","text":"\u63d0\u4f9b # \u7ea7\u575a\u5b9a","type":"explicit"},{"id":"explicit.indexable_skill_13","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u56de\u65cb\u4e4b\u5203","type":"explicit"},{"id":"explicit.stat_3063943261","text":"\u9006\u5411\u5947\u672f\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_831284309","text":"\u53ec\u5524\u7684\u52b2\u5f29\u6709#%\u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3","type":"explicit"},{"id":"explicit.indexable_skill_90","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u9677\u9631","type":"explicit"},{"id":"explicit.stat_117667746","text":"\u5730\u96f7\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.indexable_skill_68","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6124\u6012","type":"explicit"},{"id":"explicit.stat_630994130","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_4","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6a2a\u626b","type":"explicit"},{"id":"explicit.stat_708630863","text":"\u53ef\u4ee5\u65bd\u653e 1 \u4e2a\u989d\u5916\u70d9\u5370","type":"explicit"},{"id":"explicit.indexable_skill_216","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7f1a\u96f7\u4e4b\u7eb9","type":"explicit"},{"id":"explicit.indexable_skill_255","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5251\u5203\u9677\u9631","type":"explicit"},{"id":"explicit.stat_1773891268","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u8fc7\u654c\u4eba\uff0c\u5219\u5b83\u4eec\u7684\u95ea\u907f\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.indexable_skill_159","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6697\u591c\u8840\u5951","type":"explicit"},{"id":"explicit.stat_4249521944","text":"\u6bcf 16 \u70b9\u529b\u91cf\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_196","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u94a2\u94c1\u4e4b\u80a4","type":"explicit"},{"id":"explicit.stat_514705332","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5143\u7d20\u5927\u519b\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_239","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8150\u707c\u70ed\u761f","type":"explicit"},{"id":"explicit.indexable_skill_214","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6563\u5c04\u5f29\u70ae","type":"explicit"},{"id":"explicit.stat_1536266147","text":"\u5f53\u4f60\u51fb\u4e2d 1 \u4e2a\u6d41\u8840\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.indexable_skill_133","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u91ce\u6027\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_76","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6355\u718a\u9677\u9631","type":"explicit"},{"id":"explicit.indexable_skill_3","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8dc3\u51fb","type":"explicit"},{"id":"explicit.stat_549203380","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1579578270","text":"\u89e3\u9664\u9677\u9631\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_220","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5965\u672f\u6597\u7bf7","type":"explicit"},{"id":"explicit.stat_1464115829","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u4f7f\u7528\u6218\u543c\uff0c\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u653b\u51fb\uff0c\u65bd\u6cd5\u548c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_support_159","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u51b0\u51bd\u8fde\u63a5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_265","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9632\u5fa1\u7f81\u7eca","type":"explicit"},{"id":"explicit.indexable_skill_43","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6697\u5f71\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_3255961830","text":"\u82e5\u4f60\u6700\u8fd1\u6d88\u706d\u8fc7\u654c\u4eba\uff0c\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.indexable_skill_72","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6e05\u6670","type":"explicit"},{"id":"explicit.indexable_skill_126","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bd2\u51b0\u51b2\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_241","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7edd\u547d\u4e4b\u9570","type":"explicit"},{"id":"explicit.indexable_skill_32","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u5899","type":"explicit"},{"id":"explicit.stat_2635869389","text":"\u4e0d\u53d7\u70b9\u71c3\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_4040152475","text":"\u4f60\u88ab\u70b9\u71c3\u65f6\uff0c\u51fb\u4e2d\u602a\u7269\u654c\u4eba\u65e0\u89c6\u5176\u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.indexable_skill_74","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u56de\u6625\u56fe\u817e","type":"explicit"},{"id":"explicit.stat_1586164348","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u6839\u636e\u8d85\u91cf\u706b\u7130\u6297\u6027\u63d0\u9ad8","type":"explicit"},{"id":"explicit.indexable_skill_267","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6bc1\u706d\u7f81\u7eca","type":"explicit"},{"id":"explicit.stat_125312907","text":"\u88c5\u5907\u65f6\u89e6\u53d1 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5931\u660e\u5149\u73af\u3011","type":"explicit"},{"id":"explicit.stat_2939409392","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u81f4\u76f2","type":"explicit"},{"id":"explicit.indexable_skill_264","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u76f4\u89c9\u7f81\u7eca","type":"explicit"},{"id":"explicit.stat_2678065384","text":"\u6b3a\u8bc8\u7684\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1866911844","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u542f\u8fea\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2062835769","text":"\u63d2\u5165\u7684\u6df7\u6c8c\u5b9d\u77f3\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.indexable_skill_272","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u5c71\u88c2\u7f1d","type":"explicit"},{"id":"explicit.indexable_skill_271","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u5c01\u519b\u56e2","type":"explicit"},{"id":"explicit.stat_3366029652","text":"\u95ea\u907f\u503c\u4e0e\u62a4\u7532\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1757548756","text":"\u63d0\u4f9b # \u7ea7\u53ec\u5524\u5fb7\u745e\u7684\u5851\u50cf\\n\u53ec\u5524\u5fb7\u745e\u7684\u5851\u50cf\u65f6\u5019\u89e6\u53d1\u63d2\u5165\u7684\u9b54\u86ca\u6280\u80fd\\n\u63d2\u5165\u7684\u6280\u80fd\u53ef\u4efb\u610f\u65bd\u52a0 5 \u6b21\u989d\u5916\u8bc5\u5492\\n\u63d2\u5165\u7684\u9b54\u86ca\u6280\u80fd\u4ea7\u751f\u7684\u8bc5\u5492\u6548\u679c\u603b\u964d 20%","type":"explicit"},{"id":"explicit.stat_411986876","text":"\u7167\u4eae\u8303\u56f4\u7684\u6269\u5927\u548c\u7f29\u5c0f\u4e5f\u540c\u6837\u4f5c\u7528\u4e8e\u547d\u4e2d\u503c","type":"explicit"},{"id":"explicit.stat_2956083810","text":"\u5de5\u7a0b\u5b66\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_256","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7f1a\u9b54\u7535\u6b9b","type":"explicit"},{"id":"explicit.indexable_skill_31","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u4e4b\u9524","type":"explicit"},{"id":"explicit.indexable_skill_146","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9707\u5730","type":"explicit"},{"id":"explicit.stat_1550015622","text":"\u8fd1\u671f\u82e5\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_148","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6b8b\u70ec","type":"explicit"},{"id":"explicit.stat_1178188780","text":"\u541f\u5531\u6280\u80fd\u6d88\u8017+#\u9b54\u529b","type":"explicit"},{"id":"explicit.indexable_skill_184","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6218\u65d7","type":"explicit"},{"id":"explicit.stat_995332031","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u901f\u5ea6 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1456551059","text":"\u6d1e\u5bdf\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2776399916","text":"\u683c\u6321\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u6613\u71c3\u8bc5\u5492\u3002","type":"explicit"},{"id":"explicit.stat_3977907993","text":"\u8be5\u6b66\u5668\u51fb\u4e2d\u81f4\u76f2\u654c\u4eba\u65f6\uff0c\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_7","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u91cd\u76fe\u51b2\u950b","type":"explicit"},{"id":"explicit.stat_2698606393","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_122450405","text":"\u653b\u51fb\u901f\u5ea6\u5728\u62a4\u4f53\u65f6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_162","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u4f53\u8f6c\u6362","type":"explicit"},{"id":"explicit.stat_2634885412","text":"\u51fb\u4e2d\u6d41\u8840\u7684\u654c\u4eba\u65f6\uff0c\u89e6\u53d1 # \u7ea7\u7684\u3010\u88c2\u9aa8\u65b0\u661f\u3011","type":"explicit"},{"id":"explicit.stat_3729324251","text":"\u5468\u56f4\u654c\u4eba\u5c06\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1370804479","text":"\u4f60\u65bd\u52a0\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u53cd\u5c04\u7ed9\u4f60\u81ea\u5df1","type":"explicit"},{"id":"explicit.indexable_skill_242","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6297\u4e89\u4e4b\u65d7","type":"explicit"},{"id":"explicit.stat_3815724042","text":"\u653b\u51fb\u8005\u683c\u6321\u65f6\u53cd\u5c04 # \u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_23","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u72c2\u91ce\u6012\u706b","type":"explicit"},{"id":"explicit.indexable_skill_248","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4f0f\u51fb","type":"explicit"},{"id":"explicit.indexable_support_158","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u727a\u7272\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_158","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u84c4\u529b\u75be\u98ce\u95ea","type":"explicit"},{"id":"explicit.indexable_skill_86","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70e7\u6bc1","type":"explicit"},{"id":"explicit.indexable_skill_2","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u65b0\u661f","type":"explicit"},{"id":"explicit.stat_1649099067","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u6bcf\u51fb\u4e2d\u4e00\u4e2a\u88ab\u81f4\u76f2\u7684\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d\u503c","type":"explicit"},{"id":"explicit.indexable_skill_75","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8ff7\u9b45\u9677\u9631","type":"explicit"},{"id":"explicit.stat_2684385509","text":"\u53ec\u5524\u751f\u7269\u514d\u75ab\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_2008219439","text":"\u65a7\u7c7b\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_11","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u4e0d\u673d\u6012\u568e","type":"explicit"},{"id":"explicit.indexable_skill_89","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b2\u51fb\u6ce2","type":"explicit"},{"id":"explicit.indexable_skill_53","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7bad\u96e8","type":"explicit"},{"id":"explicit.indexable_skill_14","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u72c2\u6012","type":"explicit"},{"id":"explicit.stat_753801406","text":"\u6bcf 100 \u70b9\u6700\u5927\u751f\u547d\u6216\u6700\u5927\u9b54\u529b\uff08\u53d6\u5176\u4f4e\u503c\uff09\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_171","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7834\u91dc\u4e00\u51fb","type":"explicit"},{"id":"explicit.stat_3095027077","text":"\u51f6\u86ee\u4e4b\u529b\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_683365179","text":"\u963b\u7075\u672f\u6301\u7eed\u671f\u95f4\u4f60\u65e0\u6cd5\u83b7\u5f97\u6012\u706b","type":"explicit"},{"id":"explicit.indexable_skill_109","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9ab8\u9aa8\u5949\u732e","type":"explicit"},{"id":"explicit.indexable_skill_147","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u72d9\u51fb","type":"explicit"},{"id":"explicit.indexable_support_162","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u7cbe\u51c6\u70bd\u708e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_59","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u653e\u8840","type":"explicit"},{"id":"explicit.indexable_skill_44","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u72d9\u51fb\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_817287945","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u5188\u59c6\u4e4b\u9b42","type":"explicit"},{"id":"explicit.indexable_skill_156","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u707c\u70ed\u5149\u7ebf","type":"explicit"},{"id":"explicit.stat_2612056840","text":"\u6bcf 16 \u70b9\u654f\u6377\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_178386603","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f1a\u4f7f\u4f60\u88ab\u547d\u4e2d\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_111","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53f7\u53ec","type":"explicit"},{"id":"explicit.stat_1195705739","text":"\u653b\u51fb\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_3572665414","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u739b\u5854\u4e4b\u9b42","type":"explicit"},{"id":"explicit.indexable_skill_9","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53cc\u91cd\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_8","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u575a\u51b3\u6218\u543c","type":"explicit"},{"id":"explicit.indexable_skill_227","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51ac\u6f6e\u70d9\u5370","type":"explicit"},{"id":"explicit.stat_559827707","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u540e\u6094\u77f3\u53d8\u4e3a\u5265\u79bb\u77f3","type":"explicit"},{"id":"explicit.indexable_skill_57","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7194\u5ca9\u62a4\u76fe","type":"explicit"},{"id":"explicit.indexable_skill_85","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5bfc\u7535","type":"explicit"},{"id":"explicit.indexable_skill_34","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u70c1\u65b0\u661f","type":"explicit"},{"id":"explicit.stat_3298440988","text":"\u5730\u96f7\u4f24\u5bb3\u603b\u964d #%","type":"explicit"},{"id":"explicit.stat_251446805","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u94a2\u94c1\u4e4b\u63e1 \u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_268","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u6d41\u573a","type":"explicit"},{"id":"explicit.indexable_support_152","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u541e\u566c\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_213","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u706b\u529b\u5f29\u70ae","type":"explicit"},{"id":"explicit.stat_3391299828","text":"\u89e3\u5bc6\u672f\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1672183492","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u66b4\u51fb\u7387\u4e3a #%","type":"explicit"},{"id":"explicit.indexable_skill_51","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u91cd\u51fb","type":"explicit"},{"id":"explicit.stat_647064288","text":"\u4f7f\u7528\u89e3\u5bc6\u672f\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_2142803347","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709#%\u7684\u51e0\u7387\u635f\u5931\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_1688834903","text":"\u63d2\u69fd\u5185\u7684\u6cd5\u672f\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2522672898","text":"\u53d7\u5230\u51fb\u4e2d\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.indexable_skill_197","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b2\u523a","type":"explicit"},{"id":"explicit.indexable_skill_83","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6613\u71c3","type":"explicit"},{"id":"explicit.stat_1812251528","text":"\u8d2f\u7a7f\u7bad\u77e2\u6709 50% \u7684\u51e0\u7387\u65bd\u52a0\u6d41\u8840\u72b6\u6001","type":"explicit"},{"id":"explicit.indexable_skill_119","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u955c\u50cf\u5c04\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_250","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u9b54\u6b66\u6218\u53f7","type":"explicit"},{"id":"explicit.stat_2761732967","text":"\u6124\u6012\u72c2\u7075\u51fb\u8d25\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u540e\u4f1a\u5237\u65b0\u81ea\u8eab\u6301\u7eed\u65f6\u95f4\u3002","type":"explicit"},{"id":"explicit.stat_3680061663","text":"\u7206\u7834\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_937372143","text":"\u4e0d\u53d7\u51b0\u7f13\u5f71\u54cd","type":"explicit"},{"id":"explicit.indexable_skill_190","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6df7\u6c8c\u4e4b\u6bd2","type":"explicit"},{"id":"explicit.indexable_skill_108","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8840\u8089\u5949\u732e","type":"explicit"},{"id":"explicit.indexable_skill_166","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8679\u5438\u9677\u9631","type":"explicit"},{"id":"explicit.stat_2054162825","text":"\u5361\u9c81\u77f3\u9c7c\u94a9","type":"explicit"},{"id":"explicit.stat_3346092312","text":"\u751f\u547d\u5077\u53d6\u4f1a\u5957\u7528\u4e8e\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3244118730","text":"\u4e13\u6ce8\u65f6\uff0c\u6bcf\u79d2\u5c06 #% \u7684\u95ea\u907f\u503c\u8f6c\u5316\u4e3a\u751f\u547d\u6062\u590d","type":"explicit"},{"id":"explicit.indexable_skill_129","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6212\u5907\u6253\u51fb","type":"explicit"},{"id":"explicit.indexable_skill_42","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8870\u5f31","type":"explicit"},{"id":"explicit.stat_2513410880","text":"\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u7684\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_175","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5949\u732e\u4e4b\u8def","type":"explicit"},{"id":"explicit.stat_2939195168","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709#%\u7684\u51e0\u7387\u635f\u5931\u4e00\u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_243713911","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u95ea\u7535\u4f20\u9001\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2885031631","text":"\u6d1e\u5bdf\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_81","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6781\u5730\u88c5\u7532","type":"explicit"},{"id":"explicit.stat_2960683632","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.indexable_skill_84","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51bb\u4f24","type":"explicit"},{"id":"explicit.stat_2481080006","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0\u591a\u6ce2\u52ab\u63a0\u4e4b\u5589","type":"explicit"},{"id":"explicit.indexable_support_150","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5185\u4f24\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_263","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70c8\u708e\u7f81\u7eca","type":"explicit"},{"id":"explicit.stat_3211817426","text":"\u5de5\u7a0b\u5b66\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_170","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8106\u5f31","type":"explicit"},{"id":"explicit.stat_3461563650","text":"\u5728\u5fc6\u5883\u4e4b\u53f0\u4e0a\u4f7f\u7528\u65f6\uff0c\u65b0\u7269\u54c1\u83b7\u5f97\u4e00\u4e2a\u989d\u5916\u7684\u3010\u6377\u3011\u5c5e\u6027","type":"explicit"},{"id":"explicit.indexable_support_49","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u9b54\u529b\u5077\u53d6\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.indexable_skill_262","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7075\u9b42\u7f81\u7eca","type":"explicit"},{"id":"explicit.stat_3114696875","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u627f\u53d7\u8fc7\u6295\u5c04\u7269\u4f24\u5bb3\uff0c\u5219\u6709 #% \u7684\u51e0\u7387\u907f\u5f00\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_2872715880","text":"\u89e3\u9664\u9677\u9631\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_999837849","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u57fa\u6d1b\u74e6\u4e4b\u9b42","type":"explicit"},{"id":"explicit.stat_3606985138","text":"\u8d24\u4e3b\u4e00\u6b21\u65bd\u653e\u6240\u6709\u9996\u9886","type":"explicit"},{"id":"explicit.stat_807186595","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u591a\u91cd\u56fe\u817e \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_627015097","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709#%\u7684\u51e0\u7387\u635f\u5931\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2164793549","text":"\u7075\u654f\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3733808322","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u6389\u843d\u7684\u7269\u54c1\u6709\u88c2\u754c\u8005\u5f71\u54cd\u6548\u679c","type":"explicit"},{"id":"explicit.stat_911839512","text":"\u4f60\u5728\u6548\u679c\u671f\u95f4\u9020\u6210\u7684\u611f\u7535\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_690707482","text":"\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_725896422","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u3010\u65bd\u6cd5\u56de\u54cd\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1135493957","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u7ec8\u7ed3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3914774028","text":"\u63d0\u4f9b # \u7ea7\u4f18\u96c5","type":"explicit"},{"id":"explicit.stat_1263311755","text":"\u602a\u7269\u7684\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_810166817","text":"\u88ab\u8bc5\u5492\u7684\u60c5\u51b5\u4e0b\uff0c\u8fd1\u6218\u51fb\u4e2d\u89e6\u53d1 # \u7ea7\u7684\u3010\u5143\u7d20\u5b88\u536b\u3011","type":"explicit"},{"id":"explicit.stat_4006301249","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7531 # \u7ea7\u7684 \u751f\u547d\u5077\u53d6 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1153966848","text":"\u8be5\u5730\u56fe\u6709 # \u4e2a\u989d\u5916\u7684\u968f\u673a\u540e\u7f00","type":"explicit"},{"id":"explicit.stat_779663446","text":"\u975e\u4f4e\u9b54\u529b\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3338065776","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u9020\u6210\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_33","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u8109\u51b2","type":"explicit"},{"id":"explicit.indexable_skill_117","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u76d7\u730e\u8005\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_3595519743","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u5728\u4f60\u88ab\u70b9\u71c3\u65f6\u89c6\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20\u989d\u5916\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2328234364","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.indexable_skill_235","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u62a4\u76fe","type":"explicit"},{"id":"explicit.indexable_skill_150","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5148\u7956\u6218\u58eb\u957f","type":"explicit"},{"id":"explicit.stat_1472543401","text":"\u4f4e\u8840\u65f6\u514d\u75ab\u6655\u7729","type":"explicit"},{"id":"explicit.stat_2847917427","text":"\u7206\u7834\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.indexable_skill_201","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51ff\u51fb","type":"explicit"},{"id":"explicit.stat_1323465399","text":"\u70d9\u5370\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_92","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70df\u96fe\u5730\u96f7","type":"explicit"},{"id":"explicit.stat_2100048639","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2622251413","text":"\u6709 #% \u7684\u51e0\u7387\u4f7f\u6655\u7729\u65f6\u95f4\u5ef6\u957f 1 \u500d","type":"explicit"},{"id":"explicit.stat_1494306466","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u6389\u843d\u7684\u7269\u54c1\u6709\u5851\u754c\u8005\u5f71\u54cd\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1657549833","text":"\u5f53\u4f60\u5632\u8bbd 1 \u4e2a\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2228913626","text":"\u5730\u96f7\u7c7b\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3279574030","text":"\u83b7\u5f97 # \u7ea7\u7684\u3010\u5e7b\u8c61\u4f20\u9001\u3011","type":"explicit"},{"id":"explicit.indexable_skill_100","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u95ea\u7535\u51c0\u5316","type":"explicit"},{"id":"explicit.indexable_skill_131","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70c8\u7130\u51b2\u523a","type":"explicit"},{"id":"explicit.stat_3109875952","text":"\u6ca1\u6709\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_1029319062","text":"\u53d7\u5230\u51fb\u4e2d\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3610197448","text":"\u88ab\u4f60\u7684\u6218\u543c\u5632\u8bbd\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3418772","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u9003\u8dd1","type":"explicit"},{"id":"explicit.stat_3734675602","text":"\u63d0\u4f9b # \u7ea7\u594b\u9510\u5149\u73af","type":"explicit"},{"id":"explicit.stat_2011785027","text":"\u4f60\u9020\u6210\u7684\u70b9\u71c3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_skill_270","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u70bc\u91d1\u5e08\u5370\u8bb0","type":"explicit"},{"id":"explicit.indexable_skill_178","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u6bd2\u96e8","type":"explicit"},{"id":"explicit.stat_2578176147","text":"\u63d0\u4f9b # \u7ea7\u7eaa\u5f8b","type":"explicit"},{"id":"explicit.stat_828170926","text":"\u593a\u5b9d\u5947\u5175\u7684\u6b3a\u8bc8\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1239233415","text":"\u6700\u5927\u72d9\u51fb\u5c42\u6570 +#","type":"explicit"},{"id":"explicit.stat_3229976559","text":"\u6bcf 250 \u70b9\u603b\u5c5e\u6027\u90fd\u4f7f\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_226","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u5fcf\u6094\u70d9\u5370","type":"explicit"},{"id":"explicit.stat_1276918229","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1163205473","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u53ec\u5524\u4f0a\u57fa\u963f\u970d\u4e4b\u9b42","type":"explicit"},{"id":"explicit.stat_4022502578","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u6cd5\u94f8\u7bad\u77e2\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3537762266","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1164882313","text":"\u63d2\u5165\u7684\u51b0\u971c\u5b9d\u77f3\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.stat_762154651","text":"\u5f53\u4f60\u683c\u6321\u65f6\uff0c\u80fd\u91cf\u62a4\u76fe\u6709 #% \u7684\u51e0\u7387\u5f00\u59cb\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_2706175703","text":"\u4f60\u6ca1\u6709\u667a\u6167","type":"explicit"},{"id":"explicit.stat_3020069394","text":"\u6389\u843d\u9274\u5b9a\u8fc7\u7684\u9b54\u6cd5\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2377447058","text":"\u51f6\u86ee\u4e4b\u529b\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_385361774","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2264523604","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_729367217","text":"\u4f60\u6bcf\u63a7\u5236\u4e00\u4e2a\u9b54\u4f8d\uff0c\u53ec\u5524\u751f\u7269\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u4fbf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1018753640","text":"\u51f6\u86ee\u4e4b\u529b\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_154668190","text":"\u6d1e\u5bdf\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2174134106","text":"\u6218\u543c\u6280\u80fd\u4e0d\u80fd\u589e\u52a9\u4f4d\u79fb\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_430044247","text":"\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u518d\u751f #%\u751f\u547d","type":"explicit"},{"id":"explicit.indexable_skill_88","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u707c\u70ed\u8fde\u63a5","type":"explicit"},{"id":"explicit.stat_1372426763","text":"\u5de5\u7a0b\u5b66\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_777246604","text":"\u6bcf\u63a7\u5236 1 \u4e2a\u9b54\u536b\u590d\u82cf\uff0c\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3191537057","text":"\u6bcf\u62e5\u6709\u4e00\u4e2a\u7075\u4f53\uff0c\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2589042711","text":"\u6bcf\u79d2\u5931\u53bb # \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_1637928656","text":"\u4f4e\u8840\u65f6 +#% \u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_73272763","text":"\u4f4e\u8840\u65f6\uff0c\u6280\u80fd\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4118945608","text":"\u4f7f\u7528\u6218\u543c\u65f6\u83b7\u5f97 # \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3481736410","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_1730304831","text":"\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2206792089","text":"\u4f7f\u654c\u4eba\u611f\u7535\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_90597215","text":"\u88ab\u81f4\u76f2\u7684\u654c\u4eba\u65e0\u6cd5\u95ea\u907f\u4f60\u7684\u51fb\u4e2d","type":"explicit"},{"id":"explicit.stat_3750917270","text":"\u653b\u51fb\u88ab\u5632\u8bbd\u7684\u654c\u4eba\u65f6\uff0c\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4207149030","text":"\u593a\u5b9d\u5947\u5175\u7684\u9006\u5411\u5947\u672f\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_592020238","text":"\u4f24\u5bb3\u5728\u6ee1\u8840\u65f6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1237550112","text":"\u9006\u5411\u5947\u672f\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.indexable_skill_12","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u53cc\u6301\u6253\u51fb","type":"explicit"},{"id":"explicit.stat_461663422","text":"#% increased Effect of Jewel Socket Passive Skills containing\\nCorrupted Magic Jewels, if not from Cluster Jewels","type":"explicit"},{"id":"explicit.stat_1795756125","text":"\u51fb\u4e2d\u65f6\u89e6\u53d1 # \u7ea7\u7684\u3010\u5a01\u5413\u6218\u543c\u3011","type":"explicit"},{"id":"explicit.stat_1141249906","text":"\u63d0\u4f9b # \u7ea7\u95ea\u7535\u51c0\u5316","type":"explicit"},{"id":"explicit.stat_2608186870","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u88c2\u754c\u8005\u602a\u7269\u3011","type":"explicit"},{"id":"explicit.stat_1493325653","text":"\u80fd\u91cf\u62a4\u76fe\u5168\u6ee1\u72b6\u6001\u4e0b\u9632\u6b62+#%\u7684\u88ab\u538b\u5236\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2528440851","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u5851\u754c\u8005\u602a\u7269\u3011","type":"explicit"},{"id":"explicit.indexable_skill_99","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u971c\u51c0\u5316","type":"explicit"},{"id":"explicit.stat_2943725337","text":"\u593a\u5b9d\u5947\u5175\u7684\u7075\u654f\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_881914531","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_178394804","text":"\u63d0\u4f9b # \u7ea7\u618e\u6068","type":"explicit"},{"id":"explicit.stat_449494711","text":"\u63d0\u4f9b # \u7ea7\u6124\u6012","type":"explicit"},{"id":"explicit.stat_1748657990","text":"\u5bf9\u81f4\u76f2\u654c\u4eba\u7684\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_583277599","text":"\u5728\u4f60\u683c\u6321\u65f6\u51b0\u7f13\u5468\u56f4\u654c\u4eba","type":"explicit"},{"id":"explicit.indexable_skill_142","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u51b0\u51bb\u9677\u9631","type":"explicit"},{"id":"explicit.stat_23537505","text":"\u8be5\u5730\u56fe\u6709 # \u4e2a\u989d\u5916\u7684\u968f\u673a\u524d\u7f00","type":"explicit"},{"id":"explicit.stat_3301510262","text":"\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"explicit"},{"id":"explicit.stat_3936926420","text":"\u6218\u543c\u65f6\u79fb\u9664\u6d41\u8840\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1773232936","text":"\u51fb\u4e2d\u6ee1\u8840\u654c\u4eba\u65f6\u78be\u538b\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_952897668","text":"\u751f\u547d\u5728\u88ab\u70b9\u71c3\u65f6\u6bcf\u79d2\u518d\u751f #%","type":"explicit"},{"id":"explicit.stat_1169552613","text":"\u593a\u5b9d\u5947\u5175\u7684\u51f6\u86ee\u4e4b\u529b\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_4203400545","text":"\u70b9\u71c3\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u5973\u795e\u7684\u795d\u798f\u3011 3 \u79d2","type":"explicit"},{"id":"explicit.stat_3049760680","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u6301\u7eed 3 \u79d2\u7684\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1997151732","text":"\u7bad\u77e2\u5728\u8fde\u9501\u540e\u8d2f\u7a7f\u6240\u6709\u76ee\u6807","type":"explicit"},{"id":"explicit.stat_2076519255","text":"\u906d\u53d7\u611f\u7535\u65f6\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_632209492","text":"\u51fb\u4e2d\u6ee1\u8840\u654c\u4eba\u65f6\u4f7f\u5176\u51b0\u971c\u7f20\u8eab\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_3306713700","text":"\u4f60\u65bd\u52a0\u7684\u66dd\u9732\u6548\u679c\u4f1a\u4f7f\u53d7\u5f71\u54cd\u7684\u6297\u6027\u989d\u5916 +#%","type":"explicit"},{"id":"explicit.stat_3772078232","text":"\u4f60\u66b4\u51fb\u65bd\u52a0\u7684\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_502047644","text":"\u89e3\u9664\u9677\u9631\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_754005431","text":"\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e #% \u5251\u7c7b\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1568319697","text":"\u63d0\u4f9b # \u7ea7\u96f7\u9706","type":"explicit"},{"id":"explicit.stat_3191123893","text":"\u4f60\u7684\u975e\u4f20\u5947\u5730\u56fe\u4e2d\u8bcd\u7f00\u6548\u679c\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_1492314881","text":"\u7206\u7834\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1300125165","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u74e6\u5c14\u51b0\u971c\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_828179689","text":"\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_992435560","text":"\u51fb\u4e2d\u5468\u56f4\u654c\u4eba\u65f6\uff0c\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 50%","type":"explicit"},{"id":"explicit.stat_2409504914","text":"\u6bcf\u4e2a\u70d9\u5370\u90fd\u4f7f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1196902248","text":"\u5bf9\u88ab\u51b0\u51bb\u654c\u4eba\u7684\u51fb\u4e2d\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_245401622","text":"\u7075\u654f\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2937199008","text":"\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387\u5728\u4f60\u8fd1\u671f\u5185\u7729\u6655\u8fc7\u654c\u4eba\u7684\u60c5\u51b5\u4e0b +#%","type":"explicit"},{"id":"explicit.stat_4253105373","text":"\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_357325557","text":"\u53ec\u5524\u52b2\u5f29\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u3001\u611f\u7535\u3001\u70b9\u71c3\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3155072742","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u53ec\u5524\u5e7b\u7075\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_153004860","text":"\u62a4\u7532\u503c\u5728\u62a4\u4f53\u72b6\u6001\u4e0b +#","type":"explicit"},{"id":"explicit.stat_1071676747","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u589e\u5e45\u77f3\u53d8\u4e3a\u5bcc\u8c6a\u77f3","type":"explicit"},{"id":"explicit.stat_2140446632","text":"\u6295\u5c04\u7269\u51fb\u4e2d\u5730\u5f62\u6709 #% \u7684\u51e0\u7387\u4ea7\u751f\u8fde\u9501\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3135669941","text":"\u51fb\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u521b\u9020\u3010\u5949\u732e\u5730\u9762\u3011\uff0c\u6301\u7eed 8 \u79d2","type":"explicit"},{"id":"explicit.stat_3425951133","text":"\u4f60\u65bd\u52a0\u7684\u3010\u7a7f\u523a\u3011\u6548\u679c\u6301\u7eed 1 \u6b21\u989d\u5916\u51fb\u4e2d","type":"explicit"},{"id":"explicit.stat_1093704472","text":"\u53d7\u5230\u5973\u795e\u7684\u795d\u798f\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3\u3001\u51b0\u7f13\u6216\u51b0\u51bb","type":"explicit"},{"id":"explicit.stat_450155423","text":"\u5c01\u9501\u671f\u95f4\u65bd\u884c\u7206\u7834\u4e0d\u4ea7\u751f\u989d\u5916\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_1434381067","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u906d\u5230\u611f\u7535\u6548\u679c\uff0c\u5219\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1786672841","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u6b66\u5668\u5143\u7d20\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2845459668","text":"\u5728\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u51e0\u7387\u5c06\u6389\u843d\u7684\u91cd\u94f8\u77f3\u53d8\u4e3a\u5265\u79bb\u77f3","type":"explicit"},{"id":"explicit.stat_2316712523","text":"\u89e3\u5bc6\u672f\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_424026624","text":"\u5bf9\u4e2d\u6bd2\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2978835006","text":"\u593a\u5b9d\u5947\u5175\u7684\u5de5\u7a0b\u5b66\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_497196601","text":"\u4e13\u6ce8\u65f6\uff0c#%\u7684\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_1296614065","text":"\u9c7c\u54ac\u7684\u7075\u654f\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_528002207","text":"\u51fb\u8d25\u654c\u4eba\u540e\u6389\u843d\u7269\u54c1\u7684\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2327728343","text":"\u83b7\u5f97\u3010\u5973\u795e\u7684\u795d\u798f\u3011\u65f6\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u5468\u56f4\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_760855772","text":"\u4f4e\u8840\u65f6\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3716281760","text":"\u63d0\u4f9b # \u7ea7\u706b\u7130\u51c0\u5316","type":"explicit"},{"id":"explicit.stat_1302208736","text":"\u51bb\u7ed3\u654c\u4eba\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_248982637","text":"\u51fb\u4e2d\u4f60\u65f6\u83b7\u5f97\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3#%\u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1193925814","text":"\u9b54\u529b\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_1756017808","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u83b7\u5f97\u3010\u73ab\u7ea2\u4e4b\u821e\u3011","type":"explicit"},{"id":"explicit.stat_1828254451","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u71c3\u5c3d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2716882575","text":"\u82e5\u6700\u5927\u751f\u547d\u548c\u6700\u5927\u9b54\u529b\u5728 500 \u4ee5\u5185\uff0c\u5219\u514d\u53d7\u70b9\u71c3\u6216\u611f\u7535\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_2629366488","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u7ea2\u8272\u6280\u80fd\u77f3\u989d\u5916\u83b7\u5f97 #% \u7684\u7269\u7406\u4f24\u5bb3\uff0c\u5e76\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2453554491","text":"\u6b64\u6b66\u5668\u653b\u51fb\u51fb\u4e2d\u6d41\u8840\u654c\u4eba\u65f6\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2202639361","text":"\u6b64\u6b66\u5668\u653b\u51fb\u51fb\u4e2d\u88ab\u70b9\u71c3\u654c\u4eba\u65f6\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2359025380","text":"\u593a\u5b9d\u5947\u5175\u7684\u7206\u7834\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_321765853","text":"\u88ab\u51fb\u4e2d\u65f6\u627f\u53d7 +# \u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_3148418088","text":"\u6b64\u6b66\u5668\u653b\u51fb\u51fb\u4e2d\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"explicit"},{"id":"explicit.stat_2710898947","text":"\u602a\u7269\u7684\u751f\u547d\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3735443206","text":"\u5bf9\u6ee1\u8840\u654c\u4eba\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 +#%","type":"explicit"},{"id":"explicit.stat_2368149582","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219 +# \u62a4\u7532","type":"explicit"},{"id":"explicit.stat_681709908","text":"\u7ed9\u4e88\u4f60\u548c\u5468\u56f4\u53cb\u519b\u76f8\u5f53\u4e8e\u4f60 #% \u4fdd\u7559\u9b54\u529b\u7684\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_298613712","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u7528\u8be5\u6b66\u5668\u9020\u6210\u66b4\u51fb\uff0c\u5219\u6bcf\u79d2\u518d\u751f #% \u7684\u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3853465279","text":"\u6050\u6016\u4e4b\u65d7\u7684\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2433615566","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u7a7f\u900f\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2818854203","text":"\u62a4\u7532\u503c\u548c\u95ea\u907f\u503c\u6309\u7167\u6bcf 1% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387+#","type":"explicit"},{"id":"explicit.stat_2173069393","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3984519770","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_2968804751","text":"\u83b7\u5f97\u3010\u5973\u795e\u7684\u795d\u798f\u3011\u65f6\u653b\u51fb\u901f\u5ea6\u548c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2155513095","text":"\u66b4\u51fb\u7387\u968f\u95ea\u7535\u6297\u6027\u63d0\u9ad8","type":"explicit"},{"id":"explicit.stat_3184880507","text":"\u683c\u6321\u65f6\u83b7\u5f97\u3010\u4e0d\u6d01\u4e4b\u529b\u3011\uff0c\u6301\u7eed # \u79d2","type":"explicit"},{"id":"explicit.stat_4205704547","text":"\u5728\u4f60\u5904\u4e8e\u6fd2\u6b7b\u72b6\u6001\u65f6\u83b7\u5f97\u80be\u4e0a\u817a\u7d20#\u79d2","type":"explicit"},{"id":"explicit.stat_966400988","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2289189129","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u603b\u589e 50% \u7684\u8303\u56f4\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1827932821","text":"\u4e0d\u4f1a\u627f\u53d7\u53cd\u5c04\u7684\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_364425699","text":"\u5730\u56fe\u9996\u9886\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u94f6\u5e01","type":"explicit"},{"id":"explicit.stat_2477381238","text":"\u654c\u4eba\u7684\u683c\u6321\u7387\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3086585712","text":"\u63d0\u4f9b # \u7ea7\u6028\u6bd2\u5149\u73af","type":"explicit"},{"id":"explicit.stat_1073314277","text":"\u6bcf 10 \u70b9\u529b\u91cf\u4f1a\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4082662318","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7684\u63a0\u98df\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3612470379","text":"\u63d0\u4f9b # \u7ea7\u5c0a\u4e25","type":"explicit"},{"id":"explicit.stat_4109767878","text":"\u4f60\u7684\u5730\u56fe\u6389\u843d\u7684\u62a4\u7532\u7269\u54c1\u6709#%\u7684\u51e0\u7387\u62e5\u670920%\u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_2237902788","text":"\u4f24\u5bb3\u7a7f\u900f #% \u6df7\u6c8c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2126431157","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6ee1\u8840\u653b\u51fb\u7269\u7406\u4f24\u5bb3 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_588560583","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"explicit"},{"id":"explicit.stat_3291313404","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u836f\u5242\u6709#%\u7684\u51e0\u7387\u62e5\u670920%\u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_3592330380","text":"\u79fb\u52a8\u65f6\u65e0\u6cd5\u88ab\u611f\u7535\u6216\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_3546420819","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u9b54\u7b26","type":"explicit"},{"id":"explicit.stat_3152149523","text":"\u6613\u71c3\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\uff0c\u5176\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1980028507","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u9ad8\u9636\u591a\u91cd\u6295\u5c04\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_923608573","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2880316165","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u654c\u4eba\u611f\u7535\uff0c\u5219\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_3422008440","text":"\u63d2\u5165\u7684\u706b\u7130\u5b9d\u77f3\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.stat_2071120096","text":"\u4f60\u7684\u5949\u732e\u6280\u80fd\u5bf9\u81ea\u8eab\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2647355055","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u8150\u8680\u7bad\u77e2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1351703960","text":"\u51fb\u8d25\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u56de\u590d #% \u7684\u751f\u547d","type":"explicit"},{"id":"explicit.stat_364728407","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u76d7\u730e\u8005\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_1798031916","text":"\u8106\u5f31\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\uff0c\u5176\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3181879507","text":"\u5f53\u4f60\u4e13\u6ce8\u65f6\u4f7f\u81ea\u5df1\u611f\u7535#\u79d2","type":"explicit"},{"id":"explicit.stat_3035931505","text":"\u51fb\u4e2d\u5728\u4f60\u8fc7\u53bb 20 \u79d2\u5185\u6210\u529f\u683c\u6321\u7684\u60c5\u51b5\u4e0b\u65e0\u89c6\u654c\u65b9\u602a\u7269\u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_1124657098","text":"\u5c01\u9501\u671f\u95f4\u65bd\u884c\u5de5\u7a0b\u5b66\u4e0d\u4ea7\u751f\u989d\u5916\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_1857928882","text":"\u4f60\u7684\u66b4\u51fb\u4f24\u5bb3\u65e0\u6cd5\u88ab\u53cd\u5c04","type":"explicit"},{"id":"explicit.stat_2858921304","text":"\u4f60\u9020\u6210\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u6b21\u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_245959100","text":"\u6d88\u706d\u83b7\u5f97\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2393355605","text":"\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 #% \u7684\u5143\u7d20\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4116217552","text":"\u5728\u5730\u56fe\u4e2d\u968f\u673a\u9047\u5230\u5927\u5e08\u743c\u7684\u51e0\u7387\u589e\u52a0#%\u3002\\n\u5b8c\u6210\u4f60\u7684\u5730\u56fe\u540e\u5927\u5e08\u4efb\u52a1\u6210\u4e3a\u743c\u7684\u51e0\u7387\u589e\u52a0#%\u3002","type":"explicit"},{"id":"explicit.stat_1712740586","text":"\u4f60\u51fb\u4e2d\u9020\u6210\u7684\u611f\u7535\u6548\u679c\u59cb\u7ec8\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8\u81f3\u5c11 #%","type":"explicit"},{"id":"explicit.stat_1471729472","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u5730\u56fe\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_555061211","text":"\u593a\u5b9d\u5947\u5175\u7684\u89e3\u9664\u9677\u9631 +#","type":"explicit"},{"id":"explicit.stat_3410306164","text":"\u4f60\u5728\u538b\u5236\u6cd5\u672f\u4f24\u5bb3\u65f6\uff0c\u6709#%\u51e0\u7387\u7ed9\u80fd\u91cf\u62a4\u76fe\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_622678123","text":"\u602a\u7269\u6bcf 20 \u79d2\u83b7\u5f97 # \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1311723478","text":"\u65e0\u89c6\u7a7f\u7740\u62a4\u7532\u6240\u5e26\u6765\u7684\u79fb\u52a8\u901f\u5ea6\u964d\u4f4e\u6548\u679c","type":"explicit"},{"id":"explicit.stat_1952992278","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u65bd\u653e\u6cd5\u672f\uff0c\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2356069535","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u627e\u5230\u7684\u7269\u54c1\u6709#%\u7684\u51e0\u7387\u5b8c\u5168\u516d\u8fde","type":"explicit"},{"id":"explicit.stat_2636728487","text":"\u4f60\u6b63\u5728\u71c3\u70e7\u65f6\u603b\u80fd\u70b9\u71c3\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1870732546","text":"\u53ef\u4ee5\u53ec\u5524\u56fe\u817e\u7684\u6280\u80fd\u6709 #% \u7684\u51e0\u7387\u53ec\u5524\u4e24\u4e2a\u56fe\u817e","type":"explicit"},{"id":"explicit.stat_170274897","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u706b\u7130\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1290611485","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6709 #% \u7684\u51e0\u7387\u5c06\u6389\u843d\u7684\u6539\u9020\u77f3\u53d8\u4e3a\u5bcc\u8c6a\u77f3","type":"explicit"},{"id":"explicit.stat_1519665289","text":"\u63d2\u69fd\u5185\u6280\u80fd\u77f3\u7684\u6295\u5c04\u7269\u4f1a\u5206\u53c9","type":"explicit"},{"id":"explicit.stat_1661496782","text":"\u6295\u5c04\u7269\u51fb\u4e2d\u5730\u5f62\u6709 #% \u7684\u51e0\u7387\u4ea7\u751f\u8fde\u9501\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2340750293","text":"\u53d7\u5230\u51fb\u4e2d\u5143\u7d20\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_1876637240","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6cd5\u672f\u51dd\u805a \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_85355826","text":"\u4f60\u5bf9\u975e\u4e2d\u6bd2\u654c\u4eba\u65bd\u52a0\u7684\u3010\u4e2d\u6bd2\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_96977651","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u9b54\u529b\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4204320922","text":"\u653b\u51fb\u51fb\u4e2d\u6d41\u8840\u7684\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u81f4\u76f2","type":"explicit"},{"id":"explicit.stat_573511501","text":"\u5730\u56fe\u5185\u7684\u6218\u4e71\u4e4b\u6b87\u906d\u9047\u6218\u6709\u4e00\u652f\u5723\u5802\u6559\u56e2\u519b\u961f\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1166417447","text":"\u8fd1\u6218\u51fb\u4e2d\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_3239503729","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5e7b\u5f71\u5f13\u624b \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_159726667","text":"\u5728\u533a\u57df\u4e2d\u7684\u9a71\u7075\u796d\u575b\u5904\u732e\u796d\u602a\u7269\u63d0\u4f9b\u7684\u8d21\u54c1\u589e\u52a0#%","type":"explicit"},{"id":"explicit.stat_353652601","text":"\u538b\u5236 #% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"explicit"},{"id":"explicit.stat_628032624","text":"\u79fb\u52a8\u65f6\u65e0\u6cd5\u88ab\u51b0\u7f13\u6216\u51bb\u7ed3","type":"explicit"},{"id":"explicit.stat_70389693","text":"\u602a\u7269\u6bcf 20 \u79d2\u83b7\u5f97 # \u4e2a\u66b4\u51fb\u7403","type":"explicit"},{"id":"explicit.stat_3608339129","text":"\u82e5\u4f60\u7684\u6012\u706b\u4f4e\u4e8e 25 \u70b9\uff0c\u6bcf 5 \u70b9\u5a01\u529b\u503c\u4f7f\u6218\u543c\u83b7\u5f97 #\u70b9\u6012\u706b","type":"explicit"},{"id":"explicit.stat_4047137117","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5237\u65b0\u6d41\u8840\u6301\u7eed\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_3922006600","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u8d64\u56a3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3369332977","text":"\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"explicit"},{"id":"explicit.stat_2509486489","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u9644\u52a0\u51b0\u971c\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2932532516","text":"\u593a\u5b9d\u5947\u5175\u7684\u6d1e\u5bdf\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_3713917371","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u9c9c\u8089\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4208907162","text":"\u653b\u51fb\u6280\u80fd\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1790196169","text":"\u5f53\u4f60\u521b\u5efa\u65d7\u5e1c\u65f6\uff0c\u5b83\u4f1a\u83b7\u5f97\u4f60\u5f53\u524d\u653e\u7f6e\u65d7\u5e1c\u7b49\u9636\u7684 #%","type":"explicit"},{"id":"explicit.stat_3327487371","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u7269\u7406\u8f6c\u95ea\u7535 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2562564343","text":"\u7edd\u671b\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\uff0c\u5176\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1019145105","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u65a9\u9996\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3148570142","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u6d41\u8840\u7684\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"explicit"},{"id":"explicit.stat_973664716","text":"\u4f4e\u8840\u65f6\u4f60\u7684\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f","type":"explicit"},{"id":"explicit.stat_50229759","text":"\u82e5\u4f60\u8fd1\u671f\u88ab\u51fb\u4e2d\uff0c\u6b66\u5668\u653b\u51fb\u53d1\u5c04\u4e00\u679a\u989d\u5916\u6295\u5c04\u7269","type":"explicit"},{"id":"explicit.stat_3281809492","text":"\u88ab\u51fb\u4e2d\u65f6\u83b7\u5f97\u4ece\u964d\u4f4e #% \u81f3\u63d0\u9ad8 #% \u4e4b\u95f4\u7684\u968f\u673a\u79fb\u52a8\u901f\u5ea6\u4fee\u6b63\uff0c\u76f4\u5230\u88ab\u518d\u6b21\u51fb\u4e2d","type":"explicit"},{"id":"explicit.stat_1193283913","text":"\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_651232125","text":"\u6bcf\u79d2\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_726359715","text":"\u4efb\u610f\u88c5\u5907\u7684\u6bcf\u4e2a\u7a7a\u7684\u7ea2\u8272\u63d2\u69fd\u4f7f\u6700\u5927\u751f\u547d +#","type":"explicit"},{"id":"explicit.stat_597739519","text":"\u4efb\u610f\u88c5\u5907\u7684\u6bcf\u4e2a\u7a7a\u7684\u767d\u8272\u63d2\u69fd\u4f7f\u6240\u6709\u5143\u7d20\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_2962020005","text":"\u4efb\u610f\u88c5\u5907\u7684\u6bcf\u4e2a\u7a7a\u7684\u84dd\u8272\u63d2\u69fd\u4f7f\u6700\u5927\u9b54\u529b +#","type":"explicit"},{"id":"explicit.stat_3175648755","text":"\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u4f60\u751f\u547d\u4e0a\u9650 #% \u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2983926876","text":"\u5728\u62a4\u4f53\u72b6\u6001\u4e0b\u4e0d\u80fd\u88ab\u7729\u6655","type":"explicit"},{"id":"explicit.stat_2291122510","text":"\u5077\u53d6\u65f6\u4e0d\u53d7\u3010\u6d41\u8840\u3011\u5f71\u54cd","type":"explicit"},{"id":"explicit.stat_215242678","text":"\u88ab\u4f60\u6216\u4f60\u7684\u56fe\u817e\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u5176\u751f\u547d\u4e0a\u9650 500% \u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4286031492","text":"\u5f53\u4f60\u6216\u4f60\u7684\u56fe\u817e\u4f7f\u7528\u6cd5\u672f\u51fb\u4e2d 1 \u540d\u654c\u4eba\uff0c\u4fbf\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3875592188","text":"\u4f60\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u6210\u4e0d\u4f1a\u8ba9\u4f60\u51cf\u901f\u81f3\u57fa\u7840\u901f\u5ea6\u4ee5\u4e0b","type":"explicit"},{"id":"explicit.stat_293071889","text":"\u5f53\u4f60\u4f7f\u7528\u6218\u543c\u65f6\uff0c\u5468\u56f4\u7684\u7075\u67e9\u7206\u70b8\uff0c\u9020\u6210\u5176\u751f\u547d #% \u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_981417307","text":"\u4f60\u51fb\u4e2d\u9020\u6210\u7684\u51b0\u7f13\u6548\u679c\u59cb\u7ec8\u4f7f\u884c\u52a8\u901f\u5ea6\u964d\u4f4e\u81f3\u5c11 #%","type":"explicit"},{"id":"explicit.stat_1884837533","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5237\u65b0\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_1763939859","text":"\u4f60\u6216\u4f60\u7684\u53ec\u5524\u751f\u7269\u51fb\u8d25\u7684\u53d7\u8bc5\u5492\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u7b49\u540c\u8be5\u654c\u4eba\u6700\u5927\u751f\u547d\u56db\u5206\u4e4b\u4e00\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_4184135167","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u65e0\u5e38\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1369840970","text":"\u6240\u6709\u4f24\u5bb3\u5747\u53ef\u70b9\u71c3","type":"explicit"},{"id":"explicit.stat_2998330946","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u4e00\u5c42\u7f13\u901f\u85e4\u8513","type":"explicit"},{"id":"explicit.stat_2050672595","text":"\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u70b9\u6012\u706b","type":"explicit"},{"id":"explicit.stat_1194301451","text":"\u5bf9\u4f4e\u8840\u654c\u4eba\u7684 #% \u7684\u5077\u53d6\u7acb\u5373\u751f\u6548","type":"explicit"},{"id":"explicit.stat_3561837752","text":"#% \u7684\u5077\u53d6\u7acb\u5373\u751f\u6548","type":"explicit"},{"id":"explicit.stat_3030738875","text":"\u51fb\u8d25\u7a00\u6709\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\\n\u83b7\u5f97\u5b83\u7684\u4e00\u9879\u5c5e\u6027\u8bcd\u7f00\uff0c\u6301\u7eed 60 \u79d2","type":"explicit"},{"id":"explicit.stat_1889268646","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u5176\u7206\u70b8\uff0c\u9020\u6210\u5176\u751f\u547d\u4e0a\u9650\u5341\u5206\u4e4b\u4e00\u7684\u706b\u7130\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2959369472","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u74e6\u5c14\u95ea\u7535\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3058290552","text":"\u4f60\u683c\u6321\u7684\u51fb\u4e2d\u65e0\u6cd5\u5c06\u4f60\u6655\u7729","type":"explicit"},{"id":"explicit.stat_2664667514","text":"\u5bf9\u51bb\u7ed3\u7684\u654c\u4eba\u5177\u6709\u7ec8\u7ed3\u6548\u679c","type":"explicit"},{"id":"explicit.stat_249805317","text":"\u4e0d\u4f1a\u627f\u53d7\u53cd\u5c04\u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2446943603","text":"\u8fd1\u6218\u6253\u51fb\u6280\u80fd\u5bf9\u5468\u56f4\u76ee\u6807\u9020\u6210\u6e85\u5c04\u4f24\u5bb3\uff0c\u5176\u6548\u679c\u8303\u56f4\u7f29\u5c0f #%","type":"explicit"},{"id":"explicit.stat_2268802111","text":"\u4e3a\u53ec\u5524\u751f\u7269\u9644\u52a0\u76f8\u5f53\u4e8e\u4f60\u88c5\u5907\u5934\u76d4\u7684\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650 #% \u7684\u7269\u7406\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2202201823","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u6d41\u8840\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2076876595","text":"\u56fe\u817e\u88ab\u53ec\u5524\u65f6\u5632\u8bbd\u5468\u56f4\u654c\u4eba # \u79d2","type":"explicit"},{"id":"explicit.stat_1905983154","text":"\u51fb\u4e2d\u6ee1\u8840\u654c\u4eba\u65f6\u65bd\u52a0 # \u5c42\u6b7b\u4ea1\u51cb\u96f6\u51cf\u76ca\uff0c\u6301\u7eed 2 \u79d2","type":"explicit"},{"id":"explicit.stat_1582887649","text":"\u5f53\u4f60\u6655\u7729 1 \u4e2a\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_1381557885","text":"\u82e5\u4f60\u5728\u8fc7\u53bb 8 \u79d2\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1087146228","text":"\u5f53\u4f60\u83b7\u5f97\u62a4\u4f53\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u5931\u53bb\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_4201339891","text":"\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_3868184702","text":"\u53cd\u5c04 # \u95ea\u7535\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"explicit"},{"id":"explicit.stat_3721828090","text":"\u6bcf\u541e\u566c\u4e00\u4e2a\u7075\u67e9\uff0c\u4fbf\u6bcf 2 \u79d2\u56de\u590d #% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_3714446071","text":"\u5f53\u654c\u4eba\u5bf9\u4f60\u9020\u6210\u5143\u7d20\u4f24\u5bb3\u65f6\uff0c\u4f7f\u5176\u5bf9\u5e94\u5143\u7d20\u6297\u6027\u53d8\u4e3a\u96f6\uff0c\u6301\u7eed 4 \u79d2","type":"explicit"},{"id":"explicit.stat_3443585706","text":"\u4f60\u7684\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650\u7b49\u4e8e\u4f60\u7684\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_3272283603","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_3243270997","text":"\u51fb\u8d25\u7a00\u6709\u6216\u8005\u4f20\u5947\u654c\u4eba\u4f7f\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%\uff0c\u6301\u7eed 20 \u79d2","type":"explicit"},{"id":"explicit.stat_918170065","text":"\u602a\u7269 +#% \u9b54\u529b\u5077\u53d6\u6297\u6027","type":"explicit"},{"id":"explicit.stat_319842716","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u5143\u7d20\u6297\u6027 +#%","type":"explicit"},{"id":"explicit.stat_3184268466","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u56de\u590d #% \u751f\u547d","type":"explicit"},{"id":"explicit.stat_2333301609","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u589e\u5927\u8303\u56f4\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_103909236","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u81f4\u547d\u5f02\u5e38\u72b6\u6001 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_275498888","text":"\u54c1\u8d28\u4e0a\u9650\u4e3a #%","type":"explicit"},{"id":"explicit.stat_2543977012","text":"+# \u529b\u91cf\u548c\u667a\u6167","type":"explicit"},{"id":"explicit.stat_2121424530","text":"\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2032578228","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u4f7f\u62a4\u4f53\u4e0a\u9650 +#","type":"explicit"},{"id":"explicit.stat_2069161757","text":"\u589e\u52a0 #% \u4f60\u8eab\u4e0a\u7684\u51b0\u51bb\u6548\u679c","type":"explicit"},{"id":"explicit.stat_3173297737","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u731b\u653b 10 \u79d2","type":"explicit"},{"id":"explicit.stat_2881124988","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_589437732","text":"\u51fb\u8d25\u53d7\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u5f71\u54cd\u7684\u654c\u4eba\\n\u63d0\u9ad8 #% \u836f\u5242\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_86516932","text":"\u8fd1\u671f\u5185\u4f60\u65bd\u52a0\u7684\u6bcf\u5c42\u4e2d\u6bd2\u6548\u679c\u90fd\u4f7f\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%\uff0c\u6700\u591a\u53ef\u5ef6\u957f 100%","type":"explicit"},{"id":"explicit.stat_91274577","text":"\u6ea2\u51fa\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u751f\u547d\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_2700934265","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u74e6\u5c14\u706b\u7130\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_921536976","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u5f29\u70ae\u96c6\u706b\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2105355711","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u654f\u6377\u548c\u529b\u91cf\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u3010\u7075\u76fe\u6295\u63b7\u3011\u8fde\u9501\u5f39\u5c04\u6b21\u6570 +#","type":"explicit"},{"id":"explicit.stat_3736628755","text":"\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u603b\u964d 50%","type":"explicit"},{"id":"explicit.stat_1521863824","text":"\u5728\u71c3\u70e7\uff0c\u51b0\u7f13\uff0c\u611f\u7535\u5730\u9762\u4e0a\u65f6\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_402499111","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u52a9\u529b\u4e4b\u98ce\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4272260340","text":"\u51bb\u4f24\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\uff0c\u5176\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_4278270018","text":"\u51fb\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u521b\u9020\u3010\u5949\u732e\u5730\u9762\u3011\uff0c\u6301\u7eed 8 \u79d2","type":"explicit"},{"id":"explicit.stat_3730497630","text":"\u5f53\u5468\u56f4\u6709\u81f3\u5c11 5 \u4e2a\u53cb\u519b\uff0c\u4f60\u548c\u5468\u56f4\u7684\u53cb\u519b\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_1866583932","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u865a\u7a7a\u64cd\u7eb5 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3094501804","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_2556900184","text":"\u4f60\u7684\u7f81\u7eca\u5149\u675f\u4e2d\u7684\u654c\u4eba\u4e0d\u80fd\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"explicit"},{"id":"explicit.stat_2474564741","text":"\u4f60\u521b\u9020\u7684\u3010\u5949\u732e\u5730\u9762\u3011\u53ef\u4ee5\u4f7f\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3954735777","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"explicit"},{"id":"explicit.stat_1820083363","text":"\u3010\u5e7b\u5316\u4e4b\u5203\u5fb7\u5c14\u7ef4\u5e0c\u3011\u4e5f\u4f1a\u5e7b\u5316\u4e00\u4e2a\u3010\u7985\u610f\u82e6\u884c\u50e7\u3011\u7684\u590d\u5236\u54c1","type":"explicit"},{"id":"explicit.stat_1636220212","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6781\u901f\u8150\u5316 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2643665787","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8fde\u9501 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2935548106","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219 +# \u95ea\u907f\u503c","type":"explicit"},{"id":"explicit.stat_1123291426","text":"\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"explicit"},{"id":"explicit.stat_526251910","text":"\u65e0\u6cd5\u5077\u53d6\u602a\u7269\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2659463225","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u76d7\u730e\u8005\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_3969573213","text":"\u5c01\u9501\u671f\u95f4\u65bd\u884c\u9006\u5411\u5947\u672f\u4e0d\u4ea7\u751f\u989d\u5916\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_1166971727","text":"\u5f53\u66b4\u51fb\u7403\u8fbe\u5230\u4e0a\u9650\u65f6\uff0c+#% \u66b4\u51fb\u7387","type":"explicit"},{"id":"explicit.stat_1211769158","text":"\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"explicit"},{"id":"explicit.stat_1453771408","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u8fdb\u884c\u653b\u51fb\uff0c\u4f60\u548c\u5468\u56f4\u53cb\u519b\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u653b\u51fb\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_2545584555","text":"\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2762445213","text":"\u6709 #% \u88ab\u51fb\u4e2d\u7684\u4f24\u5bb3\u4f18\u5148\u7531\u4f60\u7684\u56fe\u817e\u627f\u53d7","type":"explicit"},{"id":"explicit.stat_2983098558","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5077\u53d6\u72c2\u6012\u7403","type":"explicit"},{"id":"explicit.stat_3131367308","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2","type":"explicit"},{"id":"explicit.stat_1613298037","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7528\u4e00\u79cd\u968f\u673a\u9b54\u86ca\u8bc5\u5492\u654c\u4eba","type":"explicit"},{"id":"explicit.stat_1475598909","text":"\u4e3a\u9b54\u4f8d\u9644\u52a0\u76f8\u5f53\u4e8e\u4f60\u88c5\u5907\u76fe\u724c\u7684\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650 #% \u7684\u6df7\u6c8c\u4f24\u5bb3","type":"explicit"},{"id":"explicit.stat_348975247","text":"\u5bf9\u4f4e\u8840\u654c\u4eba\u9020\u6210\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3600749521","text":"\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3665534869","text":"\u533a\u57df\u5185\u6709\u3010\u71c3\u70e7\u5730\u9762\u3011","type":"explicit"},{"id":"explicit.stat_1889095429","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u51b0\u971c\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3425526049","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u3010\u7cbe\u51c6\u7834\u574f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_389725673","text":"\u533a\u57df\u5185\u6709\u3010\u51b0\u7f13\u5730\u9762\u3011","type":"explicit"},{"id":"explicit.indexable_skill_215","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u8bf1\u6355\u4e4b\u7bad","type":"explicit"},{"id":"explicit.stat_451866048","text":"\u4f7f\u654c\u4eba\u611f\u7535\u5982\u540c\u4f24\u5bb3\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_478612089","text":"\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_894768849","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u654f\u6377\u548c\u529b\u91cf\u603b\u8ba1 40 \u70b9\u65f6\uff0c\u3010\u7075\u76fe\u6295\u63b7\u3011\u8fde\u9501\u5f39\u5c04\u7684\u788e\u7247\u6295\u5c04\u7269\u6570\u91cf\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3778599971","text":"\u6bcf\u79d2\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"explicit"},{"id":"explicit.stat_2854183975","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6563\u5f39\u9677\u9631 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3779771090","text":"\u65f6\u7a7a\u9501\u94fe\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\uff0c\u5176\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_151975117","text":"\u63d0\u4f9b # \u7ea7\u51b0\u971c\u51c0\u5316","type":"explicit"},{"id":"explicit.stat_271119551","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u7cbe\u51c6\u7834\u574f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_250961191","text":"\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1263384098","text":"\u63d2\u69fd\u5185\u6280\u80fd\u89e6\u53d1\u7684\u9677\u9631\u4f1a\u5236\u9020\u4e00\u9635\u70df\u96fe","type":"explicit"},{"id":"explicit.stat_3963266703","text":"\u533a\u57df\u4e2d\u7684\u88c2\u9699\u5c5e\u4e8e\u7d22\u4f0f\u7684\u51e0\u7387\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_2657125649","text":"\u5730\u56fe\u9996\u9886\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u6709\u968f\u673a\u5f71\u54cd\u6548\u679c\u7684\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_1123357133","text":"\u5730\u56fe\u5185\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u76d7\u8d3c\u6d41\u653e\u8005","type":"explicit"},{"id":"explicit.stat_1306304169","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u968f\u673a\u906d\u9047\u7684\u5927\u5e08\u4e3a\u672d\u5a1c\u7684\u51e0\u7387\u63d0\u9ad8#%\\n\u5b8c\u6210\u5730\u56fe\u6240\u5f97\u7684\u5927\u5e08\u4efb\u52a1\u4e3a\u672d\u5a1c\u7684\u51e0\u7387\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_2390685262","text":"\u8be5\u5730\u56fe\u7269\u54c1\u6570\u91cf\u589e\u52a0 #%","type":"explicit"},{"id":"explicit.stat_2737229970","text":"\u5730\u56fe\u5185\u7684\u7a00\u6709\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7a00\u6709\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_2003753577","text":"\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3835483564","text":"\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3664934139","text":"\u5730\u56fe\u4e2d\u627e\u5230\u7684\u6b66\u5668\u6709#%\u7684\u51e0\u7387\u62e5\u670920%\u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_1503311893","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u7cbe\u534e","type":"explicit"},{"id":"explicit.stat_2282052746","text":"\u5728\u5730\u56fe\u4e2d\u7684\u9a71\u7075\u796d\u575b\u5904\u91cd\u7f6e\u6069\u5178\u6d88\u8017\u7684\u8d21\u54c1\u589e\u52a0#%","type":"explicit"},{"id":"explicit.stat_942938211","text":"\u6295\u5c04\u7269\u4f1a\u5206\u88c2","type":"explicit"},{"id":"explicit.indexable_skill_61","text":"\u6240\u6709 # \u5b9d\u77f3\u7b49\u7ea7 +\u7535\u5f27","type":"explicit"},{"id":"explicit.stat_1238581103","text":"\u5730\u56fe\u5185\u7684\u602a\u7269\u548c\u5b9d\u7bb1\u6389\u843d\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387 +1 \u7269\u54c1\u7b49\u7ea7","type":"explicit"},{"id":"explicit.stat_111587186","text":"\u51fb\u8d25\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u5c06\u5176\u50cf\u51bb\u7ed3\u4e00\u6837\u51fb\u788e","type":"explicit"},{"id":"explicit.stat_3377019059","text":"\u5730\u56fe\u5185\u88c2\u9699\u5f52\u5c5e\u590f\u4e4c\u62c9\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2804918815","text":"\u5730\u56fe\u5185\u7684\u7a00\u6709\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7a00\u6709\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_4013794060","text":"\u6280\u80fd\u83b7\u5f97\u7b49\u4e8e\u57fa\u7840\u9b54\u529b\u6d88\u8017 #% \u7684\u57fa\u7840\u80fd\u91cf\u62a4\u76fe\u6d88\u8017","type":"explicit"},{"id":"explicit.stat_2306002879","text":"\u5730\u56fe\u5185\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_10358266","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u5de5\u5320\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_2836003955","text":"\u6709#%\u51e0\u7387\u590d\u5236\u4e00\u5934\u533a\u57df\u4e2d\u88ab\u6355\u6349\u7684\u9b54\u7269","type":"explicit"},{"id":"explicit.stat_2469861066","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u5e7b\u8272\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_4092986415","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387\u8fbe\u5230\u63d2\u69fd\u6570\u4e0a\u9650","type":"explicit"},{"id":"explicit.stat_2391424983","text":"\u5730\u56fe\u5185\u53d7\u5f71\u54cd\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u7a00\u6709\u9970\u54c1","type":"explicit"},{"id":"explicit.stat_825316273","text":"\u5c06\u56fe\u817e\u6240\u53d7\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3615401038","text":"\u5728\u4f60\u7684\u5730\u56fe\u4e2d\u5904\u51b3\u7684\u4e0d\u673d\u8f9b\u8fea\u52a0\u6210\u5458\u6709#%\u7684\u51e0\u7387\u989d\u5916\u63d0\u5347\u4e00\u7ea7","type":"explicit"},{"id":"explicit.stat_4162516667","text":"\u5b8c\u6210\u88ab\u5f02\u754c\u5f81\u670d\u8005\u5f71\u54cd\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\\n\u83b7\u5f97\u5b9a\u4f4d\u5176\u8981\u585e\u7684\u53cc\u500d\u8fdb\u5ea6","type":"explicit"},{"id":"explicit.stat_266448395","text":"\u5730\u56fe\u5185\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u5148\u9a71\u8005","type":"explicit"},{"id":"explicit.stat_3457217894","text":"\u5730\u56fe\u5185\u7684\u9b54\u6cd5\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7a00\u6709\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_1505882627","text":"\u5730\u56fe\u5185\u7684\u53e4\u7075\u5e84\u56ed\u5e84\u7a3c\u6709 4 \u9636\u4f5c\u7269\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1042687374","text":"\u5728\u5730\u56fe\u4e2d\u6536\u5272\u7684\u4f5c\u7269\u6709 #% \u7684\u51e0\u7387\u7ed9\u4e88\u4e00\u4e2a\u989d\u5916\u5de5\u827a\u9009\u9879","type":"explicit"},{"id":"explicit.stat_846433713","text":"\u4f60\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u88ab\u4e00\u4e2a\u989d\u5916\u7684\u7f6a\u9b42\u7ea0\u7f20","type":"explicit"},{"id":"explicit.stat_2181411965","text":"\u5730\u56fe\u5185\u7684\u4e0d\u673d\u8f9b\u8fea\u52a0\u6210\u5458\\n\u6709\u63f4\u519b\u7684\u51e0\u7387\u518d\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1065580342","text":"\u63d2\u5165\u7684\u95ea\u7535\u5b9d\u77f3\u54c1\u8d28 +#%","type":"explicit"},{"id":"explicit.stat_430821956","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u70b9\u71c3\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1126826428","text":"\u4f60\u65e0\u6cd5\u88ab\u762b\u75ea","type":"explicit"},{"id":"explicit.stat_804508379","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u55dc\u8840 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_511417258","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u591a\u91cd\u6253\u51fb\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4004160031","text":"\u5c01\u9501\u524d\u7684\u65f6\u95f4\u589e\u52a0 #%","type":"explicit"},{"id":"explicit.stat_3059700363","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1658124062","text":"\u653b\u51fb\u6295\u5c04\u7269\u8fd4\u56de\u4f60\u8eab\u8fb9","type":"explicit"},{"id":"explicit.stat_2021420128","text":"\u5f53\u4f60\u51fb\u4e2d\u7684\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u6ca1\u6709\u88ab\u6807\u8bb0\uff0c\u89e6\u53d1 # \u7ea7\u7763\u519b\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_2614654450","text":"\u51b0\u51bb\u65f6\u7269\u7406\u4f24\u5bb3\u589e\u52a0 #%","type":"explicit"},{"id":"explicit.stat_1269219558","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3144025395","text":"\u5c01\u9501\u671f\u95f4\u65bd\u884c\u89e3\u5bc6\u672f\u4e0d\u4ea7\u751f\u989d\u5916\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_2721871046","text":"\u575a\u5b9a\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1539368271","text":"\u70b8\u836f\u653e\u7f6e\u8303\u56f4\u6269\u5927 #%","type":"explicit"},{"id":"explicit.stat_3158958938","text":"\u53cd\u5c04\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1135152940","text":"\u706b\u7130\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3485498591","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1803598623","text":"\u4f18\u96c5\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3484910620","text":"\u5c0a\u4e25\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1920370417","text":"\u618e\u6068\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3227145554","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7684\u672b\u65e5\u5c06\u81f3\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4219583418","text":"\u602a\u7269\u6389\u843d\u7684\u795e\u5668\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_622901199","text":"\u533a\u57df\u4e2d\u7684\u88c2\u9699\u5c5e\u4e8e\u6258\u6c83\u7684\u51e0\u7387\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_4021476585","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u8fc5\u6574\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1284151528","text":"\u82e6\u75db\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3819451758","text":"\u7070\u70ec\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3462081007","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7#\u7ea7\u5f3a\u5316\u805a\u80fd\u652f\u6301","type":"explicit"},{"id":"explicit.stat_4216444167","text":"\u594b\u9510\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2910545715","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u68f1\u5149\u9b54\u7206\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_248838155","text":"\u53cd\u5c04\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1086623733","text":"\u6bcf\u79d2\u83b7\u5f97 1 \u6b21\u3010\u8106\u5f31\u91cd\u751f\u3011","type":"explicit"},{"id":"explicit.stat_3448022820","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u7684\u5148\u9a71\u8005\u6389\u843d\u66f4\u7a00\u6709\u7684\u901a\u8d27\u788e\u7247","type":"explicit"},{"id":"explicit.stat_2819193674","text":"\u533a\u57df\u4e2d\u7684\u88c2\u9699\u5c5e\u4e8e\u4e4c\u5c14\u5c3c\u591a\u7684\u51e0\u7387\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_1450978702","text":"\u95ea\u7535\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1761642973","text":"\u96f7\u9706\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4270449170","text":"\u5730\u56fe\u5185\u7684\u707e\u53d8\u5956\u52b1\u6709 #% \u7684\u51e0\u7387\u7ffb\u500d","type":"explicit"},{"id":"explicit.stat_3266567165","text":"\u6028\u6bd2\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3580714718","text":"\u5730\u56fe\u5185\u60ca\u60b8\u8ff7\u96fe\u602a\u7269\u6389\u843d\u661f\u56e2\u73e0\u5b9d\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3652278215","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u5927\u6cd5\u5e08\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_703341733","text":"\u8b66\u62a5\u7b49\u7ea7\u63d0\u5347\u7684\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1544223714","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u95ea\u7535\u7a7f\u900f\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1679136","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u51cc\u5389\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3467824501","text":"\u5730\u56fe\u5185\u7684\u4e0d\u673d\u8f9b\u8fea\u52a0\u6210\u5458\u6709 #% \u7684\u51e0\u7387\u63d0\u4f9b\u53cc\u500d\u7ecf\u9a8c\u503c","type":"explicit"},{"id":"explicit.stat_3271464175","text":"#%\u7684\u51b0\u971c\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_52197415","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u6295\u5c04\u7269\u5f52\u8fd4\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3016436615","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u591a\u91cd\u9677\u9631 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2116002108","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u5f02\u5e38\u7206\u53d1\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_481710678","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u7684\u9b54\u6cd5\u602a\u7269\u6709#% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2676451350","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u6309\u7167\u6bcf 250 \u70b9\u603b\u5c5e\u6027\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_47734694","text":"\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u603b\u589e #%","type":"explicit"},{"id":"explicit.stat_3959101898","text":"\u95ea\u7535\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1549898151","text":"\u4f18\u96c5\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1803865171","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u5206\u88c2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3034509000","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u7684\u76d7\u8d3c\u6d41\u653e\u8005\u6709#%\u7684\u51e0\u7387\u88ab\u7f6a\u9b42\u9644\u8eab","type":"explicit"},{"id":"explicit.stat_3811649872","text":"\u5bf9\u6cd5\u672f\u4f24\u5bb3\u7684\u589e\u5e45\u4e0e\u51cf\u76ca\u4e5f\u4f1a\u5957\u7528\u4e8e\u653b\u51fb\u4e0a","type":"explicit"},{"id":"explicit.stat_2233726619","text":"\u6781\u5730\u88c5\u7532\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_694651314","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u8fd1\u6218\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3062849155","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u6052\u795d\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3561676020","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u3010\u51dd\u805a\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_44716414","text":"\u88ab\u81f4\u76f2\u4e0d\u5f71\u54cd\u4f60\u7684\u51fb\u4e2d\u7387","type":"explicit"},{"id":"explicit.stat_388696990","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8150\u8680 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2377438118","text":"\u8d4b\u80fd\u589e\u52a0#%","type":"explicit"},{"id":"explicit.stat_2127532091","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u8fc5\u731b\u70d9\u5370\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2200030809","text":"\u7eaa\u5f8b\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2419657101","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u6218\u4e89\u94c1\u62f3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2602865453","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u6bcf\u79d2\u56de\u590d #% \u9b54\u529b","type":"explicit"},{"id":"explicit.stat_714566414","text":"\u8bc5\u5492\u5149\u73af\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4048257027","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u704c\u6ce8\u541f\u5531 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3931293247","text":"\u5730\u56fe\u5185\u53d7\u5f71\u54cd\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2485799092","text":"\u5c01\u9501\u671f\u95f4\u65bd\u884c\u51f6\u86ee\u4e4b\u529b\u4e0d\u4ea7\u751f\u989d\u5916\u65f6\u95f4","type":"explicit"},{"id":"explicit.stat_2302977956","text":"\u62e5\u6709\u9a71\u7075\u796d\u575b\u7684\u5730\u56fe\u59cb\u7ec8\u62e5\u6709\u56db\u4e2a\u9a71\u7075\u796d\u575b","type":"explicit"},{"id":"explicit.stat_2253550081","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u8fd1\u6218\u4f24\u5bb3\u6269\u6563\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2697741965","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7684\u86ca\u5492\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3287477747","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u51cb\u96f6\u4e4b\u89e6 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_721643763","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u795e\u5723\u77f3\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76844\u4e2a\u795e\u5723\u77f3","type":"explicit"},{"id":"explicit.stat_493707013","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u71c3\u70e7\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_11106713","text":"\u6cd5\u672f\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"explicit"},{"id":"explicit.stat_4089933397","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u6025\u901f\u8150\u5316\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1882929618","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u865a\u7a7a\u64cd\u7eb5\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_223937937","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_1046449631","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u6e0e\u795e\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3610200044","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u91ce\u6027\u6b8b\u66b4\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3192966873","text":"\u51b0\u971c\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1542765265","text":"\u7eaf\u51c0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2111661233","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u5143\u7d20\u4e13\u6ce8\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3031310169","text":"\u593a\u5b9d\u5947\u5175\u7684\u89e3\u5bc6\u672f\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_4120821275","text":"\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3757930834","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"explicit"},{"id":"explicit.stat_1852896268","text":"\u6bcf\u4e2a\u8010\u529b\u7403 +#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"explicit"},{"id":"explicit.stat_2249251344","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u8fde\u9501\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3616645755","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51bb\u7ed3\uff0c\u5219\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4202507508","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2934907255","text":"\u533a\u57df\u4e2d\u7684\u602a\u7269\u6389\u843d\u7684\u5546\u4eba\u5237\u65b0\u901a\u8d27\u7684\u54c1\u8d28\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_2233120145","text":"\u5730\u56fe\u5185\u7684\u83cc\u6f6e\u5b9d\u7bb1\u6709\u83cc\u6f6e\u5730\u56fe\u6216\u5723\u6cb9\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2503682584","text":"\u6bcf\u4e2a\u9576\u5d4c\u7684\u5b9d\u77f3\u4f7f\u9576\u5d4c\u7684\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_1857447509","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u6539\u9020\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_914487959","text":"\u5730\u56fe\u5185\u53d7\u5f71\u54cd\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u7a00\u6709\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_3559931431","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u673a\u4f1a\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_4252890057","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u91cd\u94f8\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_301104070","text":"\u5f53\u4f60\u53d7\u5230\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u5145\u80fd","type":"explicit"},{"id":"explicit.stat_1986702303","text":"\u5f81\u670d\u8005\u5730\u56fe\u4e2d\u6389\u843d\u7684\u7269\u54c1\u88ab\u5f71\u54cd\u7684\u51e0\u7387\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_3230138360","text":"\u5730\u56fe\u5185\u53d7\u5f71\u54cd\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u6709\u54c1\u8d28\u7684\u5b9d\u77f3","type":"explicit"},{"id":"explicit.stat_3259960466","text":"\u533a\u57df\u5185\u53d1\u73b0\u7684\u5723\u6cb9\u6709#%\u51e0\u7387\u9ad8\u4e00\u9636","type":"explicit"},{"id":"explicit.stat_1123167602","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u5f20\u989d\u5916\u7684\u547d\u8fd0\u5361","type":"explicit"},{"id":"explicit.stat_1274902666","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u7684+#\u4e2a\u707e\u53d8\u602a\u7269\u6837\u672c\u62e5\u6709\u5956\u52b1","type":"explicit"},{"id":"explicit.stat_3292930705","text":"\u8bc5\u5492\u5149\u73af\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_799443127","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u80fd\u91cf\u5077\u53d6 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1285430327","text":"\u95ea\u7535\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3825355878","text":"\u5730\u56fe\u5185\u7684\u6218\u4e71\u4e4b\u6b87\u906d\u9047\u6218\u6709\u4e00\u652f\u6c38\u6052\u5e1d\u56fd\u519b\u961f\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3477720557","text":"\u533a\u57df\u5185\u6709\u3010\u611f\u7535\u5730\u9762\u3011","type":"explicit"},{"id":"explicit.stat_3215042347","text":"\u706b\u7130\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_3978557462","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u4f20\u5947\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_399319107","text":"\u5728\u5730\u56fe\u4e2d\u968f\u673a\u9047\u5230\u5927\u5e08\u5c3c\u514b\u7684\u51e0\u7387\u589e\u52a0#%\u3002\\n\u5b8c\u6210\u4f60\u7684\u5730\u56fe\u540e\u5927\u5e08\u4efb\u52a1\u6210\u4e3a\u5c3c\u514b\u7684\u51e0\u7387\u589e\u52a0#%\u3002","type":"explicit"},{"id":"explicit.stat_495465216","text":"\u4f60\u7684\u5730\u56fe\u6709#%\u7684\u51e0\u7387\u62e5\u6709\u5347\u534e\u8bd5\u70bc","type":"explicit"},{"id":"explicit.stat_3072232736","text":"\u575a\u5b9a\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1174549622","text":"\u5730\u56fe\u5185\u7684\u9b54\u7206\u4e9a\u786b\u9178\u77ff\u8109\u548c\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u6709\u53cc\u500d\u4e9a\u786b\u9178","type":"explicit"},{"id":"explicit.stat_2101592167","text":"\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5730\u56fe\u5185\u7684\u83cc\u6f6e\u5b9d\u7bb1","type":"explicit"},{"id":"explicit.stat_622203853","text":"\u5bfc\u7535\u4ee5\u5149\u73af\u5f62\u5f0f\u65bd\u653e\u65f6\uff0c\u5176\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1552965282","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u94fe\u7ed3\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_4122946258","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u7684\u4e0d\u673d\u8f9b\u8fea\u52a0\u6210\u5458\u6709#%\u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u52a0\u5bc6\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_581013336","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 1 \u4e2a\u989d\u5916\u7684\u9b54\u6cd5\u602a\u7269\u7fa4","type":"explicit"},{"id":"explicit.stat_725617492","text":"\u5730\u56fe\u5185\u7a7f\u8d8a\u5185\u5bb9\u6389\u843d\u7684\u7269\u54c1\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4094461744","text":"\u5730\u56fe\u5185\u7684\u6218\u4e71\u4e4b\u6b87\u906d\u9047\u6218\u6709\u4e00\u652f\u5361\u9c81\u519b\u961f\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1365328494","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5145\u80fd\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_511024200","text":"\u53d7\u5230\u7684\u6301\u7eed\u7269\u7406\u4f24\u5bb3\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1502389239","text":"\u5b9d\u7bb1\u5185\u7684\u7269\u54c1\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_416299653","text":"\u5730\u56fe\u5b8c\u6210\u65f6\u63d0\u4f9b\u5f02\u754c\u56fe\u9274\u4efb\u52a1\u7684\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_4086926366","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u5723\u7532\u866b","type":"explicit"},{"id":"explicit.stat_45548764","text":"#%\u7684\u706b\u7130\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_3846810663","text":"\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_2874244045","text":"\u5730\u56fe\u5185\u88ab\u56da\u7981\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u7cbe\u534e","type":"explicit"},{"id":"explicit.stat_1301096166","text":"\u5728\u5730\u56fe\u4e2d\u968f\u673a\u9047\u5230\u5927\u5e08\u4f0a\u6069\u54c8\u5c14\u7684\u51e0\u7387\u589e\u52a0#%\u3002\\n\u5b8c\u6210\u4f60\u7684\u5730\u56fe\u540e\u5927\u5e08\u4efb\u52a1\u6210\u4e3a\u4f0a\u6069\u54c8\u5c14\u7684\u51e0\u7387\u589e\u52a0#%\u3002","type":"explicit"},{"id":"explicit.stat_4028855406","text":"\u5730\u56fe\u5185\u7684\u7a00\u6709\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7a00\u6709\u9970\u54c1","type":"explicit"},{"id":"explicit.stat_3218477736","text":"\u5730\u56fe\u5185\u7684\u6218\u4e71\u4e4b\u6b87\u906d\u9047\u6218\u6709\u4e00\u652f\u74e6\u5c14\u519b\u961f\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2861649515","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u3010\u591c\u5203\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_4069523014","text":"\u5730\u56fe\u5185\u6709\u8d70\u79c1\u8005\u79d8\u85cf\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_479453859","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5145\u80fd\u9677\u9631\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3349136454","text":"\u7a7f\u8d8a\u5efa\u7b51\u5e08\u6709#%\u7684\u51e0\u7387\u6389\u843d\u4e00\u4ef6\u989d\u5916\u7684\u7a00\u6709\u7a7f\u8d8a\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_413137939","text":"\u5730\u56fe\u4e2d\u7684\u4e9a\u786b\u9178\u77ff\u8109\u548c\u5b9d\u7bb1\u6709#%\u7684\u51e0\u7387\u88ab\u56e4\u79ef\u4e9a\u786b\u9178\u77ff\u7684\u602a\u7269\u628a\u5b88","type":"explicit"},{"id":"explicit.stat_2317489660","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u795d\u798f\u77f3\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76848\u4e2a\u795d\u798f\u77f3","type":"explicit"},{"id":"explicit.stat_1946193520","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u5730\u56fe\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2731689292","text":"\u5730\u56fe\u5185\u7684\u4fdd\u9669\u7bb1\u53d8\u4e3a\u4f20\u5947\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_4262046342","text":"\u5730\u56fe\u5185\u7684\u666e\u5170\u5fb7\u65af\u5b9d\u7bb1\u53d8\u4e3a\u50a8\u7269\u7bb1\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3396926649","text":"\u5730\u56fe\u5185\u7684\u7a7f\u8d8a\u5efa\u7b51\u5e08\u6709 #% \u7684\u51e0\u7387\u63d0\u4f9b\u53cc\u500d\u7ecf\u9a8c\u503c","type":"explicit"},{"id":"explicit.stat_3362812763","text":"\u5bf9\u51fb\u4e2d\u65f6\u53d7\u5230\u7684\u706b\u7130\u3001\u51b0\u971c\u548c\u95ea\u7535\u4f24\u5bb3\u65bd\u52a0#%\u7684\u62a4\u7532\u6548\u679c","type":"explicit"},{"id":"explicit.stat_2975078312","text":"\u5730\u56fe\u5185\u6df1\u6e0a\u602a\u7269\u63d0\u4f9b\u7684\u7ecf\u9a8c\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3190100548","text":"\u5730\u56fe\u5185\u7684\u7ea2\u91ce\u517d\u6709 #% \u7684\u51e0\u7387\u63d0\u4f9b\u53cc\u500d\u7ecf\u9a8c\u503c","type":"explicit"},{"id":"explicit.stat_2147182152","text":"\u533a\u57df\u4e2d\u7684\u88c2\u9699\u5c5e\u4e8e\u827e\u8bb8\u7684\u51e0\u7387\u63d0\u9ad8#%","type":"explicit"},{"id":"explicit.stat_2888521660","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u8715\u53d8\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_1611826374","text":"\u5730\u56fe\u5185\u7684\u6218\u4e71\u4e4b\u6b87\u906d\u9047\u6218\u6709\u4e00\u652f\u9a6c\u62c9\u514b\u65af\u519b\u961f\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1595637549","text":"\u5730\u56fe\u5185\u7684\u7ea2\u91ce\u517d\u6765\u81ea\u6d1e\u7a9f\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1189717666","text":"\u5730\u56fe\u5185\u7684\u7a00\u6709\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u6709\u54c1\u8d28\u7684\u5b9d\u77f3","type":"explicit"},{"id":"explicit.stat_2436491720","text":"\u5730\u56fe\u5185\u7684\u7ea2\u91ce\u517d\u6765\u81ea\u6c99\u6f20\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3343030527","text":"\u5730\u56fe\u5185\u7684\u672d\u5a1c\u4efb\u52a1\u6709 # \u4e2a\u989d\u5916\u5730\u56fe\u9009\u9879","type":"explicit"},{"id":"explicit.stat_4008016019","text":"\u8d85\u8d8a\u4f20\u9001\u95e8\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u53ec\u5524\u4e00\u4e2a\u8d85\u8d8a\u6076\u9b54","type":"explicit"},{"id":"explicit.stat_3791540252","text":"\u5730\u56fe\u5185\u8d85\u8d8a\u6076\u9b54\u63d0\u4f9b\u7684\u7ecf\u9a8c\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2810286377","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 1 \u7fa4\u989d\u5916\u602a\u7269\uff0c\u5176\u4e2d\u6709 1 \u4e2a\u7a00\u6709\u602a","type":"explicit"},{"id":"explicit.stat_1186599719","text":"\u5730\u56fe\u5185\u7684\u666e\u5170\u5fb7\u65af\u5b9d\u7bb1\u53d8\u4e3a\u85cf\u91d1\u76d2\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1344789934","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u9707\u6ce2\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1750700932","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u5730\u56fe\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u6389\u843d\u4f20\u5947\u5730\u56fe","type":"explicit"},{"id":"explicit.stat_2609011894","text":"\u4f60\u5730\u56fe\u4e2d\u7684\u51a5\u6e0a\u5c16\u5854\u548c\u6df1\u6e0a\u4fdd\u9669\u7bb1\u6709 #% \u51e0\u7387\u6389\u843d\u4e00\u4ef6\u5177\u6709\u4e00\u4e2a\u6df1\u6e0a\u63d2\u69fd\u7684\u7a00\u6709\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_3060454102","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u767d\u8272\u63d2\u69fd","type":"explicit"},{"id":"explicit.stat_619910101","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u84dd\u56fe\u589e\u52a0#%","type":"explicit"},{"id":"explicit.stat_3014714876","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_3586007174","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u6df7\u6c8c\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_2301218725","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u68a6\u9b47\u62df\u50cf\u88c2\u7247\u5806\u53e0\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_262769816","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u70b9\u91d1\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_4265306219","text":"\u5730\u56fe\u5185\u7684\u9b54\u6cd5\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7a00\u6709\u9970\u54c1","type":"explicit"},{"id":"explicit.stat_4223033382","text":"\u5730\u56fe\u5185\u53d7\u5f71\u54cd\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u7a00\u6709\u62a4\u7532","type":"explicit"},{"id":"explicit.stat_3856820324","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u5265\u79bb\u77f3\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76843\u4e2a\u5265\u79bb\u77f3","type":"explicit"},{"id":"explicit.stat_1384053575","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u5949\u732e\u788e\u7247","type":"explicit"},{"id":"explicit.stat_3063495090","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u5bcc\u8c6a\u77f3\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76845\u4e2a\u5bcc\u8c6a\u77f3","type":"explicit"},{"id":"explicit.stat_59091266","text":"\u5730\u56fe\u5185\u7684\u7ea2\u91ce\u517d\u6765\u81ea\u9ed1\u6e0a\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1260233365","text":"\u5730\u56fe\u5185\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u795e\u9f9b","type":"explicit"},{"id":"explicit.stat_3265124719","text":"\u5730\u56fe\u5185\u6389\u843d\u6709\u5956\u52b1\u7684\u707e\u53d8\u6837\u672c\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3090817208","text":"\u5730\u56fe\u5185\u7684\u7ea2\u91ce\u517d\u6765\u81ea\u8352\u91ce\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_663610248","text":"\u3010\u7f6a\u9b42\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3897649208","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u9879\u94fe\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u795d\u5723\u62a4\u7b26","type":"explicit"},{"id":"explicit.stat_1044770866","text":"\u6709\u53ef\u6293\u6355\u9b54\u7269\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u7ea2\u91ce\u517d","type":"explicit"},{"id":"explicit.stat_2734027184","text":"\u5730\u56fe\u5185\u88ab\u89e6\u52a8\u548c\u88ab\u9644\u8eab\u7684\u602a\u7269\u6389\u843d\u7684\u7269\u54c1\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_495713612","text":"\u795e\u6bbf\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"explicit"},{"id":"explicit.stat_3425389359","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u78e8\u5200\u77f3\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_2156201537","text":"\u5730\u56fe\u5185\u6709\u8150\u5316\u5730\u56fe\u7684\u51e0\u7387 +#%","type":"explicit"},{"id":"explicit.stat_657708069","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0\u5806\u53e0\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_326199362","text":"\u6bcf\u5f20\u5730\u56fe\u7684\u6700\u7ec8\u5730\u56fe\u9996\u9886\u6709#%\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7684\u5f02\u754c\u5e95\u5b50","type":"explicit"},{"id":"explicit.stat_1770833858","text":"\u5730\u56fe\u5185\u7684\u60ca\u60b8\u8ff7\u96fe\u906d\u9047\u6218\u6709 #% \u7684\u51e0\u7387\u4ea7\u751f\u4e00\u4e2a\u989d\u5916\u5956\u52b1\u7c7b\u578b","type":"explicit"},{"id":"explicit.stat_3394339562","text":"\u6389\u843d\u7684\u88c2\u9699\u788e\u7247\u6709#%\u7684\u51e0\u7387\u53d8\u6210\u88c2\u9699\u77f3","type":"explicit"},{"id":"explicit.stat_4287089865","text":"\u5730\u56fe\u5185\u7684\u7ea2\u91ce\u517d\u6709 #% \u7684\u51e0\u7387\u4e3a\u66f4\u5c11\u89c1\u7684\u54c1\u79cd","type":"explicit"},{"id":"explicit.stat_2456335054","text":"\u5730\u56fe\u5185\u7684\u53e4\u7075\u5e84\u56ed\u5e84\u7a3c\u6709\u4e00\u6b21\u989d\u5916\u673a\u4f1a\u957f\u51fa\u9ad8\u9636\u4f5c\u7269","type":"explicit"},{"id":"explicit.stat_628272574","text":"\u5148\u9a71\u8005\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u53e0\u901a\u8d27\u788e\u7247","type":"explicit"},{"id":"explicit.stat_3458597256","text":"\u5730\u56fe\u4e2d\u7684\u7a00\u6709\u602a\u7269\u6709#%\u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4ef6\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_407036985","text":"\u5728\u4f60\u7684\u5730\u56fe\u4e2d\uff0c\u6c38\u6052\u88c2\u7247\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u6389\u843d\u6c38\u6052\u5370\u8bb0","type":"explicit"},{"id":"explicit.stat_1825047276","text":"\u5728\u4f60\u7684\u5730\u56fe\u4e2d\uff0c\u5d07\u9ad8\u77f3\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u6389\u843d3\u4e2a","type":"explicit"},{"id":"explicit.stat_617548179","text":"\u7a7f\u8d8a\u5efa\u7b51\u5e08\u6709 #% \u7684\u51e0\u7387\u88ab\u4e00\u4e2a\u7f6a\u9b42\u9644\u8eab","type":"explicit"},{"id":"explicit.stat_1753206712","text":"\u5730\u56fe\u5185\u7684\u4fdd\u9669\u7bb1\u53d8\u4e3a\u7a00\u6709\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3568535270","text":"\u5730\u56fe\u5185\u7684\u666e\u5170\u5fb7\u65af\u5b9d\u7bb1\u53d8\u4e3a\u5b9d\u85cf\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_697969593","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u74e6\u5c14\u5b9d\u73e0\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76847\u4e2a\u74e6\u5c14\u5b9d\u73e0","type":"explicit"},{"id":"explicit.stat_1183261553","text":"\u5730\u56fe\u5185\u7684\u666e\u5170\u5fb7\u65af\u5b9d\u7bb1\u53d8\u4e3a\u85cf\u4e66\u7bb1\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1818703431","text":"\u5730\u56fe\u5185\u7684\u9b54\u6cd5\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u4e00\u4e2a\u989d\u5916\u7a00\u6709\u6b66\u5668","type":"explicit"},{"id":"explicit.stat_553616540","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u5236\u56fe\u9489\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_2722831300","text":"\u533a\u57df\u5185\u7684\u6df1\u6e0a\u901a\u5411\u7edd\u671b\u6df1\u6e0a\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2731946686","text":"\u5730\u56fe\u5185\u7684\u9b54\u6cd5\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u6709\u54c1\u8d28\u7684\u5b9d\u77f3","type":"explicit"},{"id":"explicit.stat_1445968994","text":"\u88ab\u7981\u9522\u7684\u602a\u7269\u6709#%\u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4ef6\u5e26\u7cbe\u534e\u8bcd\u7f00\u7684\u7a00\u6709\u7269\u54c1","type":"explicit"},{"id":"explicit.stat_2639334413","text":"\u5730\u56fe\u5185\u4ece\u666e\u5170\u5fb7\u65af\u5b9d\u7bb1\u91cc\u83b7\u53d6\u7269\u54c1\u7684\u6570\u91cf\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1634426651","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u5361\u5170\u5fb7\u7684\u9b54\u955c\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76842\u4e2a\u5361\u5170\u5fb7\u7684\u9b54\u955c","type":"explicit"},{"id":"explicit.stat_463675009","text":"\u5730\u56fe\u4e2d\u7684\u5947\u62c9\u514b\u4efb\u52a1\u63d0\u4f9b\u7684\u5730\u56fe\u54c1\u8d28+#%","type":"explicit"},{"id":"explicit.stat_1293790340","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u5730\u56fe\u6709 #% \u7684\u51e0\u7387\u88ab\u8150\u5316","type":"explicit"},{"id":"explicit.stat_3515781151","text":"\u5730\u56fe\u5185\u53d1\u73b0\u7684\u62a4\u7532\u7247\u6709 #% \u7684\u51e0\u7387\u5806\u6ee1","type":"explicit"},{"id":"explicit.stat_3827538724","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u88ab\u7b49\u7ea7 # \u7684\u3010\u5f39\u5e55\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1207229270","text":"\u5730\u56fe\u5185\u7684\u666e\u5170\u5fb7\u65af\u5b9d\u7bb1\u53d8\u4e3a\u76ee\u5f55\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_298904616","text":"\u5730\u56fe\u5185\u4efb\u52a1\u63d0\u4f9b\u7684\u53cb\u60c5\u70b9\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_1604751261","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u5b9d\u77f3\u5320\u7684\u68f1\u955c\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u76846\u4e2a\u5b9d\u77f3\u5320\u7684\u68f1\u955c","type":"explicit"},{"id":"explicit.stat_2188554989","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u540e\u6094\u77f3\u6709#%\u7684\u51e0\u7387\u6539\u4e3a\u5806\u53e0\u768420\u4e2a\u540e\u6094\u77f3","type":"explicit"},{"id":"explicit.stat_2059168182","text":"\u5730\u56fe\u5185\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u4fb5\u7565\u9996\u9886","type":"explicit"},{"id":"explicit.stat_2805586447","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5730\u96f7\u7f51 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1966051190","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u964d\u4f4e\u683c\u6321\u51e0\u7387 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_689720069","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6655\u7729 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3425934849","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"explicit"},{"id":"explicit.stat_2116100988","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u9ad8\u7206\u5730\u96f7\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3991611906","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u5b9d\u77f3\u6709#%\u7684\u51e0\u7387\u62e5\u670920%\u54c1\u8d28","type":"explicit"},{"id":"explicit.stat_1661347488","text":"\u6bcf\u79d2\u635f\u5931#%\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2032386732","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u51fb\u4e2d\u751f\u547d\u56de\u590d \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_3629418990","text":"\u5728\u5730\u56fe\u4e2d\u968f\u673a\u9047\u5230\u5927\u5e08\u963f\u5c14\u74e6\u7684\u51e0\u7387\u589e\u52a0#%\u3002\\n\u5b8c\u6210\u4f60\u7684\u5730\u56fe\u540e\u5927\u5e08\u4efb\u52a1\u6210\u4e3a\u963f\u5c14\u74e6\u7684\u51e0\u7387\u589e\u52a0#%\u3002","type":"explicit"},{"id":"explicit.stat_3754129682","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u96f6\u70b9\u5c04\u51fb \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2774670797","text":"\u4f60\u51fb\u4e2d\u9020\u6210\u7684\u51b0\u7f13\u6548\u679c\u59cb\u7ec8\u4f7f\u884c\u52a8\u901f\u5ea6\u964d\u4f4e\u81f3\u5c11 #%","type":"explicit"},{"id":"explicit.stat_407139870","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u9677\u9631\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"explicit"},{"id":"explicit.stat_492027537","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"explicit"},{"id":"explicit.stat_2665518524","text":"\u51b0\u971c\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3111091501","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u4e09\u4f4d\u4e00\u4f53\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_339131601","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u9644\u52a0\u706b\u7130\u4f24\u5bb3\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_2062753054","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5206\u88c2 \u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_88817332","text":"\u6ee1\u8840\u65f6\u6700\u5927\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_48859060","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u5f3a\u5316\u7248\u65bd\u6cd5\u56de\u54cd\u3011\u8f85\u52a9","type":"explicit"},{"id":"explicit.stat_1537296847","text":"\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"explicit"},{"id":"explicit.stat_1413930902","text":"\u73a9\u5bb6\u670920\u7ea7\u51b2\u523a\u6280\u80fd","type":"explicit"},{"id":"explicit.stat_1692887998","text":"\u7eaa\u5f8b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2605040931","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3925004212","text":"#%\u7684\u95ea\u7535\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"explicit"},{"id":"explicit.stat_2963485753","text":"\u6124\u6012\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_3611255236","text":"\u5730\u56fe\u5185\u7684\u88c2\u9699\u602a\u7269\u63d0\u4f9b\u7684\u7ecf\u9a8c\u503c\u63d0\u9ad8 #%","type":"explicit"},{"id":"explicit.stat_2858930612","text":"\u6709#%\u7684\u51e0\u7387\u5728\u4f7f\u7528\u6280\u80fd\u65f6\u635f\u593110%\u7684\u9b54\u529b","type":"explicit"}]},{"id":"implicit","label":"\u57fa\u5e95","entries":[{"id":"implicit.stat_587431675","text":"\u5168\u57df\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3917489142","text":"\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3299347043","text":"+# \u6700\u5927\u751f\u547d","type":"implicit"},{"id":"implicit.stat_1379411836","text":"+# \u5168\u5c5e\u6027","type":"implicit"},{"id":"implicit.stat_2974417149","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1658498488","text":"\u3010\u8150\u5316\u4e4b\u8840\u3011\u65e0\u6cd5\u65bd\u52a0\u4e8e\u4f60","type":"implicit"},{"id":"implicit.stat_1589917703","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4077843608","text":"\u6709 1 \u4e2a\u63d2\u69fd","type":"implicit"},{"id":"implicit.stat_2587176568","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2923486259","text":"+#% \u6df7\u6c8c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3141070085","text":"\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3489782002","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"implicit"},{"id":"implicit.stat_4080418644","text":"+# \u529b\u91cf","type":"implicit"},{"id":"implicit.stat_989948703","text":"\u7269\u54c1\u6570\u91cf\u8bcd\u7f00\u4e5f\u5f71\u54cd\u9996\u9886\u6389\u843d\u7684\u5956\u52b1\u6570\u91cf\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 #%","type":"implicit"},{"id":"implicit.stat_2915988346","text":"+#% \u706b\u7130\u4e0e\u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3556824919","text":"+#% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1792283443","text":"\u5730\u56fe\u88ab#\u5f71\u54cd","type":"implicit","option":{"options":[{"id":1,"text":"\u5851\u754c\u8005"},{"id":2,"text":"\u88c2\u754c\u8005"}]}},{"id":"implicit.stat_2901986750","text":"+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1671376347","text":"+#% \u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_983749596","text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4277795662","text":"+#% \u51b0\u971c\u4e0e\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_538848803","text":"+# \u529b\u91cf\u548c\u654f\u6377","type":"implicit"},{"id":"implicit.stat_3032590688","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2154246560","text":"\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3527617737","text":"\u62e5\u6709 # \u4e2a\u6df1\u6e0a\u63d2\u69fd","type":"implicit"},{"id":"implicit.stat_4220027924","text":"+#% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3513534186","text":"\u7269\u54c1\u5356\u7684\u94b1\u66f4\u591a","type":"implicit"},{"id":"implicit.stat_1423639565","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3372524247","text":"+#% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3261801346","text":"+# \u654f\u6377","type":"implicit"},{"id":"implicit.stat_3441501978","text":"+#% \u706b\u7130\u4e0e\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1535626285","text":"+# \u529b\u91cf\u548c\u667a\u6167","type":"implicit"},{"id":"implicit.stat_1001829678","text":"\u6301\u957f\u6756\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#% (\u957f\u6756)","type":"implicit"},{"id":"implicit.stat_1310194496","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_734614379","text":"\u529b\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2250533757","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_4139681126","text":"\u654f\u6377\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_328541901","text":"+# \u667a\u6167","type":"implicit"},{"id":"implicit.stat_656461285","text":"\u667a\u6167\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_280731498","text":"\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_2300185227","text":"+# \u654f\u6377\u4e0e\u667a\u6167","type":"implicit"},{"id":"implicit.stat_681332047","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2452998583","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5149\u73af\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_2101383955","text":"\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3417711605","text":"\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_789117908","text":"\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3325883026","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #","type":"implicit"},{"id":"implicit.stat_2551600084","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6548\u679c\u533a\u57df\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_2656027173","text":"\u8be5\u533a\u57df\u7684\u666e\u901a\u751f\u7269\u88ab\u79fb\u9664","type":"implicit"},{"id":"implicit.stat_299373046","text":"\u533a\u57df\u5185\u6709\u83cc\u6f6e\u4e1b\u751f\\n\u5730\u56fe\u7269\u54c1\u6570\u91cf\u8bcd\u7f00\u4e5f\u4f5c\u7528\u4e8e\u83cc\u6f6e\u5b9d\u7bb1\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 20%\\n\u53ef\u4ee5\u6d82\u818f 3 \u6b21","type":"implicit"},{"id":"implicit.stat_2843100721","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_1126826428","text":"\u4f60\u65e0\u6cd5\u88ab\u762b\u75ea","type":"implicit"},{"id":"implicit.stat_1654414582","text":"\u514d\u75ab\u6c89\u9ed8\u8bc5\u5492","type":"implicit"},{"id":"implicit.stat_2563183002","text":"\u5730\u56fe\u6709 #\'s \u7684\u8981\u585e","type":"implicit","option":{"options":[{"id":1,"text":"\u5df4\u5170"},{"id":2,"text":"\u7ef4\u5229\u5854\u59ae\u5a05"},{"id":3,"text":"\u963f\u5c14\u8d6b\u5179\u654f"},{"id":4,"text":"\u72c4\u6d1b\u514b\u65af"}]}},{"id":"implicit.stat_3624393862","text":"\u5730\u56fe\u88ab#\u5360\u9886","type":"implicit","option":{"options":[{"id":1,"text":"\u88c2\u754c\u5b88\u536b\uff1a\u5974\u5f79"},{"id":2,"text":"\u88c2\u754c\u5b88\u536b\uff1a\u5bc2\u706d"},{"id":3,"text":"\u88c2\u754c\u5b88\u536b\uff1a\u7ea6\u675f"},{"id":4,"text":"\u88c2\u754c\u5b88\u536b\uff1a\u51c0\u4e16"}]}},{"id":"implicit.stat_818778753","text":"\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_387439868","text":"\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2115168758","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6301\u7eed\u65f6\u95f4\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_624954515","text":"\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2653955271","text":"\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1050105434","text":"+# \u6700\u5927\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_1522386771","text":"\u7269\u54c1\u6570\u91cf\u8bcd\u7f00\u4e5f\u5f71\u54cd\u906d\u9047\u6218\u6389\u843d\u7684\u5956\u52b1\u6570\u91cf\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 #%","type":"implicit"},{"id":"implicit.stat_782230869","text":"\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3291658075","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3962278098","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_721014846","text":"\u4f60\u65e0\u6cd5\u88ab\u7f13\u901f","type":"implicit"},{"id":"implicit.stat_2146730404","text":"\u4f7f\u7528\u65f6\u4ea7\u751f\u5949\u732e\u5730\u9762","type":"implicit"},{"id":"implicit.stat_736967255","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3680664274","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"implicit"},{"id":"implicit.stat_2511217560","text":"\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2176571093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6295\u5c04\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_836936635","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"implicit"},{"id":"implicit.stat_2482852589","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2495041954","text":"\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"implicit"},{"id":"implicit.stat_4078695","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"implicit"},{"id":"implicit.stat_3742945352","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_821021828","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 # \u70b9\u751f\u547d","type":"implicit"},{"id":"implicit.stat_4262448838","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"implicit"},{"id":"implicit.stat_2231156303","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2891184298","text":"\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3691695237","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8bc5\u5492\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_3001853534","text":"\u5305\u542b\u4e00\u4e2a\u7194\u7089\uff0c\u53ef\u4ee5\u7ec4\u5408\u7194\u7089\u5929\u8d4b\u6811","type":"implicit"},{"id":"implicit.stat_2375316951","text":"\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2028847114","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u5143\u7d20\u8981\u5bb3\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_3653400807","text":"\u3010\u575a\u5b9a\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_227523295","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"implicit"},{"id":"implicit.stat_1420496319","text":"\u5bf9\u6ee1\u8840\u654c\u4eba\u7684\u66b4\u51fb\u51e0\u7387 +#%","type":"implicit"},{"id":"implicit.stat_1514829491","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"implicit"},{"id":"implicit.stat_1002362373","text":"\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1783006896","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_788317702","text":"\u3010\u7eaa\u5f8b\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3604946673","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_4175197580","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_150668988","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u9677\u9631\u6280\u80fd\u77f3\u3011\u6216\u3010\u5730\u96f7\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_4053951709","text":"#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_1672793731","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6218\u543c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_4096052153","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4160330571","text":"\u533a\u57df\u5185\u989d\u5916\u6709 # \u4e2a\u5b9d\u7bb1\u4e4b\u5370","type":"implicit"},{"id":"implicit.stat_4219583418","text":"\u602a\u7269\u6389\u843d\u7684\u795e\u5668\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3801067695","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2517001139","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_1539368271","text":"\u70b8\u836f\u653e\u7f6e\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_4237190083","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2181791238","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_397427740","text":"\u3010\u4f18\u96c5\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1871765599","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"implicit"},{"id":"implicit.stat_3964634628","text":"\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 #-# \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3967845372","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8106\u5f31\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_3483999943","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"implicit"},{"id":"implicit.stat_1592278124","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1652997002","text":"\u5bf9\u672a\u6d41\u8840\u7684\u654c\u4eba\u9020\u6210\u7684\u6d41\u8840\u4f24\u5bb3\u603b\u589e #%","type":"implicit"},{"id":"implicit.stat_2748665614","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2005503156","text":"\u4f7f\u7528\u65f6\u5632\u8bbd\u5468\u56f4\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_691932474","text":"+# \u547d\u4e2d\u503c (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_4247488219","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1443060084","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2865550257","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u7684\u6d88\u8017\u53ca\u4fdd\u7559\u52a0\u6210\u4e3a\u539f\u6765\u7684 #%","type":"implicit"},{"id":"implicit.stat_2764915899","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u7edd\u671b\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_1871805225","text":"\u6b8b\u9ab8\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6709\u4e00\u4e2a\u540e\u7f00","type":"implicit"},{"id":"implicit.stat_202275580","text":"\u5c5e\u6027\u5728\u88c2\u9699\u5185\u5f97\u5230\u52a0\u500d","type":"implicit"},{"id":"implicit.stat_538730182","text":"\u4f7f\u7528\u65f6\u4ea7\u751f\u4e00\u7247\u70df\u96fe","type":"implicit"},{"id":"implicit.stat_1478653032","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2991413918","text":"\u533a\u57df\u5185\u6b8b\u9ab8\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_986397080","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_1625819882","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8870\u5f31\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_1618589784","text":"#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_569299859","text":"+#% \u5168\u90e8\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_2572042788","text":"\u653b\u51fb\u9644\u52a0 +#% \u653b\u51fb\u57fa\u7840\u66b4\u51fb\u7387","type":"implicit"},{"id":"implicit.stat_2885144362","text":"\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1515657623","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"implicit"},{"id":"implicit.stat_2339757871","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3051490307","text":"\u7206\u70b8\u7269\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_95249895","text":"\u602a\u7269\u751f\u547d\u603b\u589e #%","type":"implicit"},{"id":"implicit.stat_1662717006","text":"\u653b\u51fb\u548c\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_422450559","text":"\u5305\u542b\u4e00\u4e2a\u7194\u7089\uff0c\u53ef\u4ee5\u7ec4\u5408\u7194\u7089\u5929\u8d4b\u6811\uff0c\u5305\u62ec\u4f20\u5947\u548c\u8150\u5316\u7269\u54c1","type":"implicit"},{"id":"implicit.stat_210067635","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #% (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_770672621","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_532463031","text":"\u57fa\u5e95\u8bcd\u7f00\u4e0d\u80fd\u6539\u53d8","type":"implicit"},{"id":"implicit.stat_3289828378","text":"\u7206\u70b8\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_2133341901","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_55876295","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_3741323227","text":"\u836f\u5242\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_2162876159","text":"\u6295\u5c04\u7269\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1640965354","text":"\u533a\u57df\u5185\u7b26\u7eb9\u602a\u7269\u4e4b\u5370\u7684\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2091591880","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2859471749","text":"\u653b\u51fb\u7684\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_791835907","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +#%","type":"implicit"},{"id":"implicit.stat_1915989164","text":"\u533a\u57df\u5185\u602a\u7269\u4e4b\u5370\u7684\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2306522833","text":"\u602a\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2106365538","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3433724931","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_967627487","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3407849389","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2797971005","text":"\u4f60\u7684\u653b\u51fb\u51fb\u4e2d\u6bcf\u4e2a\u654c\u4eba\u4f1a\u56de\u590d # \u751f\u547d","type":"implicit"},{"id":"implicit.stat_2843214518","text":"\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3301100256","text":"\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_718638445","text":"\u5141\u8bb8\u7684\u540e\u7f00 +#","type":"implicit"},{"id":"implicit.stat_369183568","text":"\u683c\u6321\u56de\u590d\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_30642521","text":"\u4f60\u80fd\u65bd\u52a0 # \u4e2a\u989d\u5916\u8bc5\u5492","type":"implicit"},{"id":"implicit.stat_561307714","text":"#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"implicit"},{"id":"implicit.stat_248838155","text":"\u53cd\u5c04\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3182714256","text":"\u5141\u8bb8\u7684\u524d\u7f00 +#","type":"implicit"},{"id":"implicit.stat_284496119","text":"\u602a\u7269\u7b49\u7ea7\uff1a#","type":"implicit"},{"id":"implicit.stat_763611529","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u6050\u60e7\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_1880071428","text":"\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3872306017","text":"\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_44159086","text":"\u533a\u57df\u5185\u989d\u5916\u6709\u4e00\u4e2a\u88ab\u5b88\u536b\u7684\u74e6\u5c14\u5bb9\u5668","type":"implicit"},{"id":"implicit.stat_3736589033","text":"\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"implicit"},{"id":"implicit.stat_3338298622","text":"\u72c2\u6012\u7403\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3319896421","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_2866361420","text":"\u62a4\u7532\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1389153006","text":"\u5168\u5c40\u9632\u5fa1\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3835551335","text":"\u4e0d\u4f1a\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_884586851","text":"\u7269\u54c1\u6389\u843d\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3759663284","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1573130764","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3855016469","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2530372417","text":"#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387","type":"implicit"},{"id":"implicit.stat_1263695895","text":"\u7167\u4eae\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_78985352","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_472520716","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_2672805335","text":"\u653b\u51fb\u4e0e\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3423006863","text":"\u7bad\u77e2\u4f1a\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_240289863","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_690707482","text":"\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_979246511","text":"\u83b7\u5f97\u989d\u5916\u51b0\u971c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_3999401129","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3814876985","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u66b4\u51fb\u7403","type":"implicit"},{"id":"implicit.stat_2633745731","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_44972811","text":"\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_331731406","text":"\u65e0\u6cd5\u88ab\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_3848282610","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3005701891","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u51b0\u971c\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3023957681","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_3005472710","text":"#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1645459191","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u51b0\u971c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_2148556029","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6028\u6bd2\u5149\u73af\u3011","type":"implicit"},{"id":"implicit.stat_1692879867","text":"\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2898434123","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_339179093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u706b\u7130\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_80079005","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_1509134228","text":"\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2878959938","text":"\u884c\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"implicit"},{"id":"implicit.stat_3143208761","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_474294393","text":"\u6280\u80fd\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3377888098","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_1170174456","text":"\u8010\u529b\u7403\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_2257141320","text":"\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_737908626","text":"\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2994708956","text":"\u53ef\u4ee5\u9644\u7740\u53ec\u5524\u751f\u7269\u5c5e\u6027","type":"implicit"},{"id":"implicit.stat_2316658489","text":"+# \u62a4\u7532\u548c\u95ea\u907f\u503c","type":"implicit"},{"id":"implicit.stat_690135178","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_174664100","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_895264825","text":"\u5149\u73af\u6280\u80fd\u8303\u56f4\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_304970526","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_4193390599","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u51b0\u971c\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_4043416969","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u95ea\u7535\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_3158958938","text":"\u53cd\u5c04\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2387423236","text":"\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_465051235","text":"\u88ab\u51fb\u4e2d\u65f6\u627f\u53d7 +# \u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2067062068","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_2120297997","text":"\u6301\u957f\u6756\u65f6\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"implicit"},{"id":"implicit.stat_1175385867","text":"\u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1365052901","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1871056256","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1793818220","text":"\u51b0\u971c\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_105466375","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5143\u7d20\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1166417447","text":"\u8fd1\u6218\u51fb\u4e2d\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1901158930","text":"\u514d\u75ab\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_1368271171","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_3591306273","text":"\u5077\u53d6\u751f\u547d\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3970432307","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u706b\u7130\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1004011302","text":"\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_4129825612","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1994684426","text":"\u5077\u53d6\u9b54\u529b\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2833896424","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6389\u843d\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2160282525","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_1940865751","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_1290399200","text":"\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3336890334","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_614758785","text":"\u88ab\u51fb\u4e2d\u65f6\u627f\u53d7 +# \u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_261654754","text":"\u88ab\u51fb\u4e2d\u65f6\u627f\u53d7 +# \u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1037193709","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_2527686725","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2192875806","text":"\u63d2\u5165\u7684\u6280\u80fd\u51fb\u4e2d\u65f6\u65bd\u52a0\u706b\u7130\u3001\u51b0\u971c\u3001\u95ea\u7535\u66dd\u9732\u6548\u679c","type":"implicit"},{"id":"implicit.stat_3753703249","text":"\u83b7\u5f97\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684 1 \u4e2a\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_369494213","text":"\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_425242359","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3822878124","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u95ea\u7535\u51c0\u5316\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1782086450","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u65f6\u95f4\u63d0\u524d #%","type":"implicit"},{"id":"implicit.stat_2429546158","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u618e\u6068\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3676141501","text":"+#% \u51b0\u971c\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_709508406","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_2265307453","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u96f7\u9706\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3342989455","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1826802197","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"implicit"},{"id":"implicit.stat_3771516363","text":"#% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"implicit"},{"id":"implicit.stat_4015621042","text":"\u8be5\u88c5\u5907\u7684\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_4095671657","text":"+#% \u706b\u7130\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_4021566756","text":"\u5c06\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3695891184","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3374165039","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3237923082","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 # \u7ea7\u52a8\u91cf\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_484879947","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6124\u6012\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3224664127","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u594b\u9510\u5149\u73af\u3011","type":"implicit"},{"id":"implicit.stat_252194507","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3311869501","text":"\u4f7f\u7528\u65f6\u4ea7\u751f\u51b0\u7f13\u5730\u9762","type":"implicit"},{"id":"implicit.stat_2034658008","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1160596338","text":"\u533a\u57df\u5185\u989d\u5916\u6709\u4e00\u4e2a\u5730\u4e0b\u533a\u57df","type":"implicit"},{"id":"implicit.stat_74338099","text":"\u6280\u80fd\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"implicit"},{"id":"implicit.stat_2813626504","text":"\u6cd5\u672f\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1172810729","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_827329571","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1436284579","text":"\u514d\u75ab\u81f4\u76f2","type":"implicit"},{"id":"implicit.stat_1581907402","text":"\u5916\u5ef6\u8bcd\u7f00\u5e45\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3577248251","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2514424018","text":"\u51fb\u4e2d\u654c\u4eba\u65f6\u83b7\u5f97 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_2308278768","text":"\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_902747843","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_124859000","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #% (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_107118693","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u62a4\u4f53 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2841027131","text":"\u79fb\u52a8\u65f6\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"implicit"},{"id":"implicit.stat_4291461939","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f # \u70b9","type":"implicit"},{"id":"implicit.stat_4180346416","text":"\u6240\u6709\u74e6\u5c14\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_1062208444","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u63d0\u9ad8 #% (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_1169502663","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u51bb\u4f24\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_114734841","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3743301799","text":"\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_640052854","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 # \u70b9\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_1760576992","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_800141891","text":"#% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_219391121","text":"\u83b7\u5f97\u989d\u5916\u95ea\u7535\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_2194114101","text":"\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2209668839","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6613\u71c3\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2960683632","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3239978999","text":"\u53d1\u6398\u7684\u7bb1\u5b50\u6709 #% \u7684\u51e0\u7387\u4f7f\u5176\u4e2d\u7684\u7269\u54c1\u7ffb\u500d","type":"implicit"},{"id":"implicit.stat_3303114033","text":"\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3943945975","text":"\u575a\u6bc5\u4e4b\u5fc3","type":"implicit"},{"id":"implicit.stat_461472247","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5bfc\u7535\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3511815065","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6e05\u6670\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2451856207","text":"\u4f7f\u7528\u65f6\u6062\u590d\u7ed3\u754c","type":"implicit"},{"id":"implicit.stat_2044547677","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u7edd\u671b\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2763429652","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"implicit"},{"id":"implicit.stat_1276918229","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3515686789","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_496011033","text":"+# \u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_984148407","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u6613\u788e\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_2896346114","text":"\u96f6\u70b9\u5c04\u51fb","type":"implicit"},{"id":"implicit.stat_4138979329","text":"\u66b4\u51fb\u7403\u548c\u8010\u529b\u7403\u4e0a\u9650 +#","type":"implicit"},{"id":"implicit.stat_989800292","text":"\u751f\u547d\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u6bcf\u79d2\u518d\u751f #%","type":"implicit"},{"id":"implicit.stat_426847518","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u51bb\u4f24\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_3382807662","text":"+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_4124805414","text":"+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_589489789","text":"\u4e0d\u80fd\u4f7f\u7528\u7b2c\u4e94\u680f\u7684\u836f\u5242","type":"implicit"},{"id":"implicit.stat_3868549606","text":"\u6d88\u8017\u603b\u8ba1 200 \u9b54\u529b\u540e\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"implicit"},{"id":"implicit.stat_4052037485","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_3668351662","text":"\u654c\u4eba\u7684\u611f\u7535\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_1309840354","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u706b\u7130\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_820939409","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_1745952865","text":"\u81ea\u8eab\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_3120164895","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2181129193","text":"\u9759\u6b62\u65f6\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_4184565463","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5c0a\u4e25\u3011","type":"implicit"},{"id":"implicit.stat_1795443614","text":"\u5177\u6709\u88c2\u754c\u8005\u3001\u5851\u754c\u8005\u548c\u6240\u6709\u5f81\u670d\u8005\u5f71\u54cd\u6548\u679c","type":"implicit"},{"id":"implicit.stat_3562211447","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 3 \u79d2","type":"implicit"},{"id":"implicit.stat_3441651621","text":"\u653b\u51fb\u51fb\u4e2d\u627f\u53d7 +# \u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1661253443","text":"\u975e\u74e6\u5c14\u6253\u51fb\u6280\u80fd\u4ee5\u5468\u56f4\u989d\u5916 # \u540d\u654c\u4eba\u4e3a\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_1188846263","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u8fc5\u6377\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1582887649","text":"\u5f53\u4f60\u6655\u7729 1 \u4e2a\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403","type":"implicit"},{"id":"implicit.stat_2089652545","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_2469416729","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1896971621","text":"\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_710372469","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u5bfc\u7535\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_3759735052","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_803185500","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4055307827","text":"+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3825877290","text":"\u79fb\u52a8\u65f6 +# \u70b9\u6700\u5927\u95ea\u907f\u503c","type":"implicit"},{"id":"implicit.stat_2831165374","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3438201750","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_1040269876","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1011760251","text":"+#% \u95ea\u7535\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_703341733","text":"\u8b66\u62a5\u7b49\u7ea7\u63d0\u5347\u7684\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1950806024","text":"+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_338121249","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u6613\u71c3\u8bc5\u5492\u3002","type":"implicit"},{"id":"implicit.stat_1923210508","text":"\u6bcf\u6b21\u654c\u4eba\u88ab\u8fde\u9501\uff0c\u6295\u5c04\u7269\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_981753179","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u95ea\u7535\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3001376862","text":"\u88ab\u51fb\u4e2d\u65f6\u53d7\u5230\u7684\u8303\u56f4\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_4208096430","text":"\u6cd5\u672f\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"implicit"},{"id":"implicit.stat_1452809865","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1520059289","text":"\u731b\u653b","type":"implicit"},{"id":"implicit.stat_4253454700","text":"\u8be5\u88c5\u5907 +#% \u653b\u51fb\u683c\u6321\u7387 (\u62a4\u76fe)","type":"implicit"},{"id":"implicit.stat_2483795307","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"implicit"},{"id":"implicit.stat_660404777","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u63d0\u9ad8 #% \u95ea\u907f\u503c","type":"implicit"},{"id":"implicit.stat_883169830","text":"\u6bcf\u7a7f\u900f\u4e00\u4e2a\u654c\u4eba\uff0c\u6295\u5c04\u7269\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2443492284","text":"\u4f60\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2551779822","text":"\u9759\u6b62\u65f6 +# \u62a4\u7532","type":"implicit"},{"id":"implicit.stat_3484657501","text":"+# \u62a4\u7532 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_3159649981","text":"\u533a\u57df\u5185\u6709\u5148\u7956\u79d8\u85cf\u9996\u9886 (#)","type":"implicit","option":{"options":[{"id":1,"text":"\u82f1\u96c4\u4f19\u4f34\u6885\u5fb7\u7ef4\u5fb7"},{"id":2,"text":"\u575a\u6301\u5230\u5e95\u7684\u6c83\u62c9\u7eb3"},{"id":3,"text":"\u8d2a\u5a6a\u53db\u5f92\u4e4c\u5d14\u5fb7"},{"id":4,"text":"\u5815\u843d\u4e4b\u6e90\u6b27\u7f57\u4ec0"}]}},{"id":"implicit.stat_4154259475","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_1519615863","text":"\u51fb\u4e2d\u65f6 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_1915414884","text":"\u4f60\u65bd\u653e\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u5f97\u5230\u7b49\u4e8e\u5176\u82b1\u8d39\u7684\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_1425651005","text":"\u53d7\u5230\u7684\u6295\u5c04\u7269\u51fb\u4e2d\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1294118672","text":"\u6d41\u8840\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2320884914","text":"\u3010\u731b\u653b\u3011\u6548\u679c\u6301\u7eed\u65f6\uff0c\u653b\u51fb\u4e0e\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_767196662","text":"\u82e5\u8150\u5316\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_215124030","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1054322244","text":"\u51fb\u8d25\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u65f6\u83b7\u5f97\u8010\u529b\u7403","type":"implicit"},{"id":"implicit.stat_4265392510","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u575a\u5b9a\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_563547620","text":"\u65bd\u653e\u63d2\u5165\u7684\u6280\u80fd\u65f6\uff0c\u5728\u6d88\u8017\u9b54\u529b\u524d\u5148\u6d88\u8017\u80fd\u91cf\u62a4\u76fe","type":"implicit"},{"id":"implicit.stat_3648858570","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_99089516","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5feb\u901f\u6295\u5c04 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2341269061","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u7eaa\u5f8b\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_149574107","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2907156609","text":"\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2696701853","text":"\u4e3b\u624b\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_396238230","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u70e7\u707c\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_3390848861","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u667a\u6167\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1774370437","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u89e6\u53d1 # \u7ea7\u53ec\u5524\u5632\u8bbd\u88c5\u7f6e","type":"implicit"},{"id":"implicit.stat_791154540","text":"\u5934\u90e8\u88c5\u5907\u548c\u624b\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u62a4\u7532\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1419713278","text":"\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_118398748","text":"\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3293699237","text":"\u5251\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3174776455","text":"\u63d2\u5165\u7684\u667a\u6167\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_3240769289","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2011785027","text":"\u4f60\u9020\u6210\u7684\u70b9\u71c3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_2223678961","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_4282426229","text":"\u6bcf 6 \u79d2\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u6216\u66b4\u51fb\u7403","type":"implicit"},{"id":"implicit.stat_1533563525","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2353576063","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1060540099","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u529b\u91cf\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_53045048","text":"+# \u70b9\u95ea\u907f\u503c (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_3828613551","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_1702195217","text":"+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"implicit"},{"id":"implicit.stat_4064396395","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_122841557","text":"\u63d2\u5165\u7684\u529b\u91cf\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_2170876738","text":"\u66b4\u51fb\u653b\u51fb\u65e0\u89c6\u654c\u4eba\u7684\u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1133016593","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1263158408","text":"\u5143\u7d20\u4e4b\u76f8","type":"implicit"},{"id":"implicit.stat_3714003708","text":"\u653b\u51fb\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"implicit"},{"id":"implicit.stat_3375935924","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_803737631","text":"+# \u547d\u4e2d\u503c","type":"implicit"},{"id":"implicit.stat_3295179224","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u7b49\u540c\u8be5\u654c\u4eba\u6700\u5927\u751f\u547d\u5341\u5206\u4e4b\u4e00\u7684\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3966666111","text":"\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u667a\u6167\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1742651309","text":"\u5c06\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_2419712247","text":"\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_1538773178","text":"\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"implicit"},{"id":"implicit.stat_4274080377","text":"\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u529b\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1431238626","text":"\u8be5\u6b66\u5668\u51fb\u4e2d\u540e\u9020\u6210\u7684 #% \u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2907896585","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u79fb\u52a8\u65f6 +#%","type":"implicit"},{"id":"implicit.stat_4139229725","text":"\u6bcf 200 \u70b9\u547d\u4e2d\u503c\u90fd\u9644\u52a0 # \u5230 # \u70b9\u653b\u51fb\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2877754099","text":"\u63d2\u5165\u7684\u654f\u6377\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_4251717817","text":"\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1017730114","text":"\u53d7\u5230\u51fb\u4e2d\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2867050084","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u4f18\u96c5\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3067892458","text":"\u88ab\u89e6\u53d1\u6cd5\u672f\u7684\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2924279089","text":"\u526f\u624b\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1678690824","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1569101201","text":"\u589e\u52a9\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_402920808","text":"\u5f13\u7c7b\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1443215722","text":"\u3010\u51bb\u4f24\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1069618951","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8#%","type":"implicit"},{"id":"implicit.stat_1001077145","text":"\u7bad\u77e2\u8fde\u9501 +# \u6b21","type":"implicit"},{"id":"implicit.stat_1766142294","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u6301\u76fe\u724c\u65f6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3191479793","text":"\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2970621759","text":"\u5c06\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3151397056","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a #%","type":"implicit"},{"id":"implicit.stat_3720627346","text":"\u6cd5\u6756\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_282417259","text":"\u3010\u6613\u71c3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1421645223","text":"\u722a\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2622251413","text":"\u6709 #% \u7684\u51e0\u7387\u4f7f\u6655\u7729\u65f6\u95f4\u5ef6\u957f 1 \u500d","type":"implicit"},{"id":"implicit.stat_2309614417","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1866911844","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u3010\u542f\u8fea\u3011\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3375859421","text":"\u53d7\u5230\u51fb\u4e2d\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1944316218","text":"\u3010\u51b0\u971c\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1712221299","text":"\u5f13\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1314617696","text":"+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1612163368","text":"\u6301\u76fe\u724c\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3767873853","text":"\u53cd\u5c04 # \u7269\u7406\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"implicit"},{"id":"implicit.stat_3944782785","text":"\u653b\u51fb\u4f24\u5bb3\u5bf9\u6d41\u8840\u7684\u654c\u4eba\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3185156108","text":"\u3010\u7edd\u671b\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_496053892","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u589e\u5f3a#%","type":"implicit"},{"id":"implicit.stat_4279053153","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u589e\u5f3a#%","type":"implicit"},{"id":"implicit.stat_2905515354","text":"\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 #% \u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1335054179","text":"\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_1916904011","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u589e\u52a0#%","type":"implicit"},{"id":"implicit.stat_1997664024","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u529b\u7aed\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_2382196858","text":"\u53cc\u6301\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1749278976","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u7ed9\u5b83\u4eec\u65bd\u52a0\u6613\u788e","type":"implicit"},{"id":"implicit.stat_4000101551","text":"\u53ec\u5524\u751f\u7269\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3574189159","text":"\u5143\u7d20\u8d85\u8f7d","type":"implicit"},{"id":"implicit.stat_221309863","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u589e\u52a0#%","type":"implicit"},{"id":"implicit.stat_2126027382","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3814560373","text":"\u5251\u7c7b\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2802161115","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u83b7\u5f97 1 \u70b9\u6012\u706b\uff0c\u6bcf # \u79d2\u53d1\u751f\u4e00\u6b21","type":"implicit"},{"id":"implicit.stat_240857668","text":"\u7075\u5de7\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1623640288","text":"\u4f60\u9020\u6210\u7684\u51bb\u7ed3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_1396421504","text":"\u63d2\u5165\u7684\u8fd1\u6218\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_1504091975","text":"\u53d7\u5230\u51fb\u4e2d\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1444556985","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_170394517","text":"\u603b\u547d\u4e2d\u503c\u603b\u589e #%","type":"implicit"},{"id":"implicit.stat_2023107756","text":"\u751f\u547d\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"implicit"},{"id":"implicit.stat_1510714129","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"implicit"},{"id":"implicit.stat_3496944181","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u6301\u63e1\u957f\u6756\u65f6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1313503107","text":"\u53d7\u5230\u51fb\u4e2d\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_261342933","text":"\u82e6\u96be\u79d8\u8f9b","type":"implicit"},{"id":"implicit.stat_3289633055","text":"\u63d2\u5165\u7684\u5b9d\u77f3\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2223640518","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u81f4\u76f2 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2457848738","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u589e\u52a0#%","type":"implicit"},{"id":"implicit.stat_4223377453","text":"\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_310246444","text":"\u5077\u53d6\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_669069897","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_1754445556","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_335507772","text":"\u62a4\u8eab\u4e0a\u9650 +#","type":"implicit"},{"id":"implicit.stat_1189760108","text":"\u53d7\u5230\u51fb\u4e2d\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_327253797","text":"\u62a4\u7532\u503c\u6709 #% \u7684\u51e0\u7387\u4ee5 200% \u8fdb\u884c\u9632\u5fa1","type":"implicit"},{"id":"implicit.stat_3240073117","text":"\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_264042990","text":"\u7528\u8be5\u6b66\u5668\u51fb\u4e2d\u65f6\uff0c\u6240\u6709\u4f24\u5bb3\u90fd\u5bfc\u81f4\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_635761691","text":"\u722a\u7c7b\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3002506763","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"implicit"},{"id":"implicit.stat_2522672898","text":"\u53d7\u5230\u51fb\u4e2d\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4067062424","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1193283913","text":"\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"implicit"},{"id":"implicit.stat_1328548975","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_350598685","text":"\u6b66\u5668\u8303\u56f4 +# \u7c73","type":"implicit"},{"id":"implicit.stat_2769075491","text":"\u6cd5\u6756\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1567462963","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u989d\u5916\u547d\u4e2d \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3550868361","text":"\u65a7\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_762600725","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6 #","type":"implicit"},{"id":"implicit.stat_2066542501","text":"\u6301\u957f\u6756\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1301765461","text":"+#% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_424549222","text":"\u4f60\u9020\u6210\u7684\u611f\u7535\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_2962782530","text":"\u62a4\u7532\u503c\u548c\u95ea\u907f\u503c\u5728\u62a4\u4f53\u72b6\u6001\u4e0b +#","type":"implicit"},{"id":"implicit.stat_4136821316","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2538566497","text":"\u5315\u9996\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2515515064","text":"\u9524\u7c7b\u6216\u77ed\u6756\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3679418014","text":"\u5c06\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_2349237916","text":"\u53cc\u6301\u65f6\uff0c+#% \u6cd5\u672f\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3871212304","text":"\u5bf9\u74e6\u5c14\u6280\u80fd\u4f24\u5bb3\u7684\u589e\u5f3a\u4e0e\u51cf\u5f31\u6548\u679c\u4e5f\u4f5c\u7528\u4e8e\u975e\u74e6\u5c14\u6280\u80fd","type":"implicit"},{"id":"implicit.stat_3774831856","text":"\u9524\u7c7b\u6216\u77ed\u6756\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2311200892","text":"\u6301\u76fe\u724c\u65f6\uff0c+#% \u6cd5\u672f\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3909846940","text":"\u3010\u5e7b\u5316\u5b88\u536b\u3011\u88c5\u5907\u7684\u7269\u54c1\u5c06\u5728\u5b83\u6b7b\u4ea1\u65f6\u6389\u843d","type":"implicit"},{"id":"implicit.stat_1394963553","text":"\u957f\u6756\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_49183689","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u9677\u5165\u7184\u706d\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1633778432","text":"\u4f60\u4f7f\u7528\u63d2\u5165\u7684\u6280\u80fd\u65f6\u89e6\u53d1 # \u7ea7\u70c8\u7130\u51b2\u523a","type":"implicit"},{"id":"implicit.stat_1504905117","text":"\u6218\u543c\u6280\u80fd\u51b7\u5374\u65f6\u95f4 +# \u79d2","type":"implicit"},{"id":"implicit.stat_1241396104","text":"\u6cd5\u6756\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_2011656677","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3828375170","text":"\u4f60\u9020\u6210\u7684\u6d41\u8840\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3237948413","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_4061200499","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2008219439","text":"\u65a7\u7c7b\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1923879260","text":"\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_1962922582","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u83b7\u5f97 1 \u4e2a\u74e6\u5c14\u7075\u9b42","type":"implicit"},{"id":"implicit.stat_2062835769","text":"\u63d2\u5165\u7684\u6df7\u6c8c\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_846313030","text":"\u4f60\u88ab\u78be\u538b\u4e86","type":"implicit"},{"id":"implicit.stat_1234687045","text":"\u624b\u90e8\u88c5\u5907\u548c\u811a\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1079239905","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u8d64\u70bc\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2122183138","text":"\u9b54\u529b\u5728\u4f60\u683c\u6321\u65f6 #","type":"implicit"},{"id":"implicit.stat_3422008440","text":"\u63d2\u5165\u7684\u706b\u7130\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_1220361974","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u4f1a\u7206\u70b8\uff0c\u9020\u6210\u5176 #% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_860668586","text":"\u653b\u51fb\u6280\u80fd\u7684\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1423749435","text":"+#% \u6d41\u8840\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3882531569","text":"\u5315\u9996\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2113677718","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u4f7f\u5b83\u4eec\u529b\u7aed","type":"implicit"},{"id":"implicit.stat_3593843976","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_1334060246","text":"\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_821241191","text":"\u836f\u5242\u7ed9\u4e88\u7684\u751f\u547d\u6062\u590d\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3998961962","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"implicit"},{"id":"implicit.stat_1579578270","text":"\u89e3\u9664\u9677\u9631\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1718147982","text":"\u53ec\u5524\u751f\u7269\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1164882313","text":"\u63d2\u5165\u7684\u51b0\u971c\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_3395908304","text":"\u3010\u5bfc\u7535\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2239667237","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u589e\u52a0#%","type":"implicit"},{"id":"implicit.stat_1590336483","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1794120699","text":"\u524d\u7f00\u5e45\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3150705301","text":"\u957f\u6756\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3629080637","text":"\u6301\u957f\u6756\u65f6\uff0c+#% \u6cd5\u672f\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_2186994986","text":"\u6cd5\u672f\u6280\u80fd\u7684\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1065580342","text":"\u63d2\u5165\u7684\u95ea\u7535\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_3666934677","text":"\u7ecf\u9a8c\u503c\u83b7\u53d6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_720395808","text":"\u5143\u7d20\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_458899422","text":"\u9524\u7c7b\u6216\u77ed\u6756 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1477049675","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3903907406","text":"\u8fd1\u671f\u5185\u88ab\u4f60\u51fb\u4e2d\u7684\u654c\u4eba\u7684\u751f\u547d\u518d\u751f\u7387\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3165492062","text":"\u74e6\u5c14\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1124980805","text":"\u4f4d\u79fb\u6280\u80fd\u7684\u7684\u51b7\u5374\u6062\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1030153674","text":"\u9b54\u529b\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"implicit"},{"id":"implicit.stat_1809006367","text":"\u56fe\u817e +#% \u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1699220089","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u65bd\u52a0\u51b0\u971c\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2081344089","text":"\u7eaa\u5f8b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4189960647","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1683578560","text":"\u70c8\u58eb\u610f\u5fd7","type":"implicit"},{"id":"implicit.stat_2112874376","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1916766878","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3761858151","text":"\u6cd5\u672f\u6280\u80fd\u53ef\u4f7f\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3348324479","text":"\u3010\u5143\u7d20\u8981\u5bb3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3019083030","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2032386732","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u51fb\u4e2d\u751f\u547d\u56de\u590d \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2811834828","text":"\u722a\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_342670903","text":"\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u654f\u6377\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1434716233","text":"\u6218\u543c\u589e\u52a9 # \u6b21\u989d\u5916\u653b\u51fb","type":"implicit"},{"id":"implicit.stat_4191234472","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_674553446","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_795138349","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_744858137","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684#%\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3710240762","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1959092146","text":"\u653b\u51fb\u6280\u80fd\u53ef\u4f7f\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3126680545","text":"\u547d\u4e2d\u503c\u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403 +#","type":"implicit"},{"id":"implicit.stat_3739863694","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_3114492047","text":"\u5251\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1609570656","text":"\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b\u65f6\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_988575597","text":"\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1114962813","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3684879618","text":"\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\u65f6\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3257279374","text":"\u5bf9\u6df1\u6e0a\u602a\u7269\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1430255627","text":"\u6cd5\u672f\u6280\u80fd\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1662974426","text":"\u3010\u65f6\u7a7a\u9501\u94fe\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_139925400","text":"\u51b0\u971c\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1033086302","text":"\u540e\u7f00\u5e45\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2875239648","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3935031607","text":"\u6cd5\u672f\u6280\u80fd\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1435748744","text":"\u8bc5\u5492\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_2520458995","text":"\u6b3a\u8bc8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2166444903","text":"\u53cc\u6301\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"implicit"},{"id":"implicit.stat_274716455","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"implicit"},{"id":"implicit.stat_321077055","text":"\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1474913037","text":"\u957f\u6756\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_4219746989","text":"\u65a7\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3411256933","text":"\u95ea\u7535\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3846810663","text":"\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1625982517","text":"\u4f60\u65bd\u52a0\u7684\u6b7b\u4ea1\u51cb\u96f6\u8017\u7aed\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_490098963","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3764265320","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3706959521","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"implicit"},{"id":"implicit.stat_1218939541","text":"\u53cc\u6301\u65f6\u6cd5\u672f\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2558323947","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_744082851","text":"\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_2847548062","text":"\u9b54\u529b\u518d\u751f\u7387\u968f\u6bcf\u4e2a\u66b4\u51fb\u7403\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2435536961","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2915373966","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u51b0\u971c\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_1980216452","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u62a4\u7532\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2442647190","text":"\u683c\u6321\u65f6\u56de\u590d #% \u751f\u547d","type":"implicit"},{"id":"implicit.stat_1801289192","text":"\u9ab8\u9aa8\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2039822488","text":"\u6700\u5927\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_2428621158","text":"\u63d2\u5165\u7684\u6295\u5c04\u7269\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_1862926389","text":"\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3425675761","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1456551059","text":"\u6d1e\u5bdf\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3961014595","text":"\u6bcf 16 \u70b9\u667a\u6167\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2323242761","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u72c2\u6012\u7403","type":"implicit"},{"id":"implicit.stat_3320868777","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u6280\u80fd\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u589e\u52a0#%","type":"implicit"},{"id":"implicit.stat_450178102","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u7684#%\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2888942321","text":"\u9006\u5411\u5947\u672f\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_604852150","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1065909420","text":"\u3010\u8106\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1599775597","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u706b\u7130\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_325889252","text":"\u575a\u5b9a\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3003688066","text":"\u706b\u7130\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_623823763","text":"\u5934\u90e8\u88c5\u5907\u548c\u811a\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2947215268","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_644456512","text":"\u836f\u5242\u5145\u80fd\u4f7f\u7528\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_141810208","text":"\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_2250111474","text":"\u5bd2\u51b0\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2062174346","text":"\u6bcf 15 \u70b9\u654f\u6377\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_211381198","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u80fd\u91cf\u62a4\u76fe","type":"implicit"},{"id":"implicit.stat_3806837783","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_658456881","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"implicit"},{"id":"implicit.stat_2127607252","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3948776386","text":"\u6bcf 15 \u70b9\u529b\u91cf\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3801128794","text":"\u6bcf 15 \u70b9\u667a\u6167\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_952509814","text":"\u6301\u76fe\u724c\u65f6\u6cd5\u672f\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_505694848","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_732411542","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u65bd\u52a0\u706b\u7130\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_779391868","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_2154349925","text":"\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3998601568","text":"\u5315\u9996\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3422638915","text":"\u7075\u654f\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_17730902","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684#%\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2284801675","text":"\u5de8\u77f3\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1743742391","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_1598254831","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2668120423","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_768982451","text":"\u63d2\u5165\u7684\u8303\u56f4\u4f24\u5bb3\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_3062531896","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u5168\u90e8\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_621576159","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_2300399854","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_680068163","text":"\u6655\u7729\u95e8\u69db\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_900639351","text":"\u4f18\u96c5\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2612056840","text":"\u6bcf 16 \u70b9\u654f\u6377\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2539726203","text":"\u3010\u706b\u7130\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3394288644","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2241902512","text":"\u6bcf 20 \u70b9\u529b\u91cf\u53ef\u4f7f\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3095027077","text":"\u51f6\u86ee\u4e4b\u529b\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_280213220","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_3972739758","text":"\u6d3b\u529b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1240056437","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_361162316","text":"\u6cd5\u672f\u6280\u80fd\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2950684886","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2266750692","text":"\u653b\u51fb\u6280\u80fd\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_11106713","text":"\u6cd5\u672f\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3041288981","text":"\u683c\u6321\u65f6\u56de\u590d #% \u6700\u5927\u9b54\u529b","type":"implicit"},{"id":"implicit.stat_876831634","text":"\u65e0\u6cd5\u88ab\u51b0\u51bb","type":"implicit"},{"id":"implicit.stat_2347923784","text":"\u653b\u51fb\u4f24\u5bb3\u5728\u8150\u5316\u7684\u60c5\u51b5\u4e0b\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1523888729","text":"\u4f7f\u7528\u8be5\u6b66\u5668\u8fd1\u6218\u51fb\u4e2d\u65f6\u89e6\u53d1 # \u7ea7\u706b\u70c8\u51b2\u51fb","type":"implicit"},{"id":"implicit.stat_1871491972","text":"\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u529b\u91cf\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_3645693773","text":"\u7075\u4f53\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2844206732","text":"\u3010\u60e9\u6212\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1181501418","text":"+# \u6700\u5927\u6012\u706b","type":"implicit"},{"id":"implicit.stat_1145451936","text":"\u533a\u57df\u5185\u6709\u53e4\u7075\u5e84\u56ed","type":"implicit"},{"id":"implicit.stat_3312732077","text":"\u89e3\u5bc6\u672f\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1999711879","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"implicit"},{"id":"implicit.stat_2696663331","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_4208907162","text":"\u653b\u51fb\u6280\u80fd\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_140429540","text":"\u6301\u957f\u6756\u65f6\uff0c\u6cd5\u672f\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2847917427","text":"\u7206\u7834\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2402136583","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u95ea\u7535\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_547412107","text":"\u74e6\u5c14\u6280\u80fd\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3059357595","text":"\u3010\u9b54\u4f8d\u9020\u6210\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_725501141","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387","type":"implicit"},{"id":"implicit.stat_3171354842","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u51b0\u971c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_4249521944","text":"\u6bcf 16 \u70b9\u529b\u91cf\u53ef\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2238792070","text":"\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3906868545","text":"\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"implicit"},{"id":"implicit.stat_2555092341","text":"\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"implicit"},{"id":"implicit.stat_1916706958","text":"\u65bd\u6cd5\u65f6\u6709 #% \u7684\u51e0\u7387\u65e0\u89c6\u7729\u6655","type":"implicit"},{"id":"implicit.stat_2468413380","text":"\u653b\u51fb\u6280\u80fd\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3341892633","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_318953428","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_3541970927","text":"\u3010\u5143\u7d20\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1839076647","text":"\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2109043683","text":"\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_614709726","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_824762042","text":"\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u654f\u6377\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_2479683456","text":"\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"implicit"},{"id":"implicit.stat_2377438118","text":"\u8d4b\u80fd\u589e\u52a0#%","type":"implicit"},{"id":"implicit.stat_3037553757","text":"\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2527931375","text":"\u95ea\u7535\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3056045252","text":"\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3015437071","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1708506642","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u6050\u60e7\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_169946467","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2459451600","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_1358320252","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"implicit"},{"id":"implicit.stat_3211817426","text":"\u5de5\u7a0b\u5b66\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3531280422","text":"\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2264295449","text":"\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"implicit"},{"id":"implicit.stat_2276941637","text":"\u63d2\u5165\u7684\u5149\u73af\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_2894476716","text":"\u82e5\u4f60\u8fd1\u671f\u88ab\u51fb\u4e2d\uff0c\u5219\u6bcf\u79d2\u83b7\u5f97 # \u4e2a\u8010\u529b\u7403","type":"implicit"},{"id":"implicit.stat_491899612","text":"\u65e0\u6cd5\u88ab\u611f\u7535","type":"implicit"},{"id":"implicit.stat_1648511635","text":"\u6df7\u6c8c\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2420972973","text":"\u8150\u5316\u9b54\u50cf\u7ed9\u4e0e\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2669364207","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1408638732","text":"\u89d2\u8272\u4f53\u578b\u589e\u5927 #%","type":"implicit"},{"id":"implicit.stat_2478238773","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684#%\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1905512385","text":"\u53f3\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u7684#%\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3401410854","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3188455409","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f #%","type":"implicit"},{"id":"implicit.stat_2634574895","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_2358903592","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2874488491","text":"\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u667a\u6167\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_1388668644","text":"\u6301\u957f\u6756\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"implicit"},{"id":"implicit.stat_45589825","text":"\u3010\u95ea\u7535\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3814686091","text":"\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3762868276","text":"\u6301\u76fe\u724c\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"implicit"},{"id":"implicit.stat_1316278494","text":"\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3478075311","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3637727672","text":"\u3010\u5c06\u519b\u4e4b\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1297965523","text":"\u722a\u7c7b\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_144453866","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_3513180117","text":"\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3293830776","text":"\u3010\u8870\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1323927995","text":"\u5de6\u8fb9\u7684\u6212\u6307\u680f\u4f4d\uff1a\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684#%\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3885405204","text":"\u5f13\u7c7b\u653b\u51fb\u53d1\u5c04 # \u652f\u989d\u5916\u7bad\u77e2","type":"implicit"},{"id":"implicit.stat_66303477","text":"\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u3001\u66b4\u51fb\u7403\u4e0b\u9650 +#","type":"implicit"},{"id":"implicit.stat_2224292784","text":"\u540c\u65f6\u53ef\u4ee5\u653e\u7f6e\u6700\u591a # \u4e2a\u989d\u5916\u9677\u9631","type":"implicit"},{"id":"implicit.stat_1771822543","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u65f6\u7559\u4e0b\u6613\u788e\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_2090868905","text":"\u5251\u7c7b\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2662416009","text":"\u66b4\u98ce\u4e4b\u76fe\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2150183156","text":"\u6cd5\u6756\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_269930125","text":"\u70c8\u7130\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_841219865","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_4218330172","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3444931985","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u51b0\u971c\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_3594640492","text":"\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"implicit"},{"id":"implicit.stat_1847660463","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_1394771132","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1361343333","text":"\u53cc\u6301\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u9b54\u529b","type":"implicit"},{"id":"implicit.stat_3533655459","text":"\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"implicit"},{"id":"implicit.stat_2774148053","text":"\u5468\u56f4\u654c\u4eba\u6709\u6076\u8bed\u672f\u6548\u679c","type":"implicit"},{"id":"implicit.stat_2094281311","text":"+#% \u5e7b\u5316\u5b88\u536b\u7684\u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2826979740","text":"\u5468\u56f4\u654c\u4eba\u88ab\u81f4\u76f2","type":"implicit"},{"id":"implicit.stat_3617955571","text":"\u575a\u51b3\u6218\u543c\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2998245080","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"implicit"},{"id":"implicit.stat_3544391750","text":"\u7075\u9b42\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_395808938","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 1 \u4e2a\u7cbe\u534e","type":"implicit"},{"id":"implicit.stat_2016247664","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3208450870","text":"\u9524\u7c7b\u6216\u77ed\u6756\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3485067555","text":"\u654c\u4eba\u88ab\u51b0\u7f13\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3796902731","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3743438423","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u4e2d\u6263\u9664","type":"implicit"},{"id":"implicit.stat_1482572705","text":"\u63d2\u69fd\u5185\u7684\u3010\u6df1\u6e0a\u73e0\u5b9d\u3011\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2228518621","text":"\u9b54\u536b\u590d\u82cf\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1617235962","text":"\u957f\u6756\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2349328837","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3549954477","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_3897451709","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0 1 \u4e2a\u6218\u4e71\u4e4b\u6b87\u4e8b\u4ef6","type":"implicit"},{"id":"implicit.stat_2070979181","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_966747987","text":"+# \u3010\u9b54\u536b\u590d\u82cf\u3011\u6570\u91cf\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_2221570601","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u81f4\u76f2","type":"implicit"},{"id":"implicit.stat_1954526925","text":"\u8150\u5316\u540e\u514d\u75ab\u8bc5\u5492","type":"implicit"},{"id":"implicit.stat_4118987751","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u751f\u547d\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3788782813","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3608782127","text":"\u5468\u56f4\u654c\u4eba\u88ab\u78be\u538b","type":"implicit"},{"id":"implicit.stat_2538120572","text":"\u65a7\u7c7b\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_504850499","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u5148\u9a71\u8005","type":"implicit"},{"id":"implicit.stat_475684070","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u706b\u7130\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_358129101","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u7f6a\u9b42\u6b63\u5728\u6e38\u8361","type":"implicit"},{"id":"implicit.stat_2909684383","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7edd\u671b\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_817495383","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3731630482","text":"\u82e5\u8150\u5316\uff0c\u83b7\u5f97 +#% \u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2876365933","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u65bd\u52a0\u95ea\u7535\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3885634897","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 (\u533a\u57df)","type":"implicit"},{"id":"implicit.stat_2545907302","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2415020123","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_67280387","text":"\u83b7\u5f97\u7b49\u540c #% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"implicit"},{"id":"implicit.stat_430248187","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6655\u7729\u8fc7\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_1153825002","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3550168289","text":"\u533a\u57df\u5185\u4f1a\u51fa\u73b0\u989d\u5916 # \u4e2a\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011","type":"implicit"},{"id":"implicit.stat_2054715690","text":"\u5315\u9996\u653b\u51fb\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3557750122","text":"\u533a\u57df\u5185\u6709\u4e00\u573a\u5148\u7956\u79d8\u85cf\u906d\u9047\u6218","type":"implicit"},{"id":"implicit.stat_2227180465","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_620552892","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_2163155983","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_1123291426","text":"\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2325632050","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u66b4\u51fb\u65f6\u65bd\u653e \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1918094957","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u95ea\u7535\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_1086147743","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_1211769158","text":"\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1283684786","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_493814995","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u65f6\u7559\u4e0b\u70e7\u707c\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_3141084961","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2386062386","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1412947753","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3280600715","text":"\u63d2\u5165\u7684\u5f13\u7c7b\u5b9d\u77f3\u54c1\u8d28 +#%","type":"implicit"},{"id":"implicit.stat_3224819794","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 1 \u4e2a\u88c2\u9699","type":"implicit"},{"id":"implicit.stat_2909740133","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"implicit"},{"id":"implicit.stat_1917716710","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2508100173","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_1576689223","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3133935886","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3240183538","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u4fdd\u9669\u7bb1","type":"implicit"},{"id":"implicit.stat_2524254339","text":"\u7ec8\u7ed3","type":"implicit"},{"id":"implicit.stat_2986495340","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_631097842","text":"\u70bc\u72f1\u6218\u543c\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_2572910724","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3199183447","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u51bb\u4f24\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_287491423","text":"\u5bf9\u6df1\u6e0a\u602a\u7269\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"implicit"},{"id":"implicit.stat_2782184338","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2839036860","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_4004011170","text":"\u6bcf\u88c5\u5907\u4e00\u4e2a\u88ab\u8150\u5316\u7684\u7269\u54c1\u65f6\uff0c\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3815042054","text":"\u6bcf\u88c5\u5907\u4e00\u4ef6\u88ab\u8150\u5316\u7684\u7269\u54c1\uff0c\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2679819855","text":"\u6bcf\u88c5\u5907 1 \u4e2a\u88ab\u8150\u5316\u7684\u7269\u54c1\u65f6\uff0c\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2426838124","text":"\u9b54\u6b66\u6218\u53f7\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1586470077","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5934\u90e8\u88c5\u5907\u548c\u624b\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u62a4\u7532\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1702124724","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_977908611","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u51fb\u9000\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_2193147166","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1018817416","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1671749203","text":"\u533a\u57df\u5185\u6709\u9a71\u7075\u796d\u575b","type":"implicit"},{"id":"implicit.stat_1162425204","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u70b9\u71c3\u548c\u71c3\u70e7\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_991194404","text":"\u53d7\u5230\u3010\u7eaa\u5f8b\u3011\u5f71\u54cd\u65f6\uff0c\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"implicit"},{"id":"implicit.stat_3995612171","text":"\u3010\u6781\u5730\u88c5\u7532\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1134560807","text":"\u3010\u5a01\u5413\u6218\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_374116820","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u8150\u5316\u7684\u60c5\u51b5\u4e0b\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3264420229","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_3326567914","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387","type":"implicit"},{"id":"implicit.stat_2451060005","text":"\u4f60\u53ef\u4ee5\u6355\u83b7\u8150\u5316\u9c7c","type":"implicit"},{"id":"implicit.stat_2828309116","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3044748809","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4213793369","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3828039449","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1870961528","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3658662726","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u65bd\u52a0\u51b0\u971c\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1585769763","text":"\u81f4\u76f2\u6548\u679c\u63d0\u9ad8#%","type":"implicit"},{"id":"implicit.stat_2408490382","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5934\u90e8\u88c5\u5907\u548c\u811a\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_720015764","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"implicit"},{"id":"implicit.stat_2491353340","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_26006636","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1840069423","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_867827325","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3307533469","text":"\u533a\u57df\u5185\u989d\u5916\u6709\u4e00\u4e2a\u8d70\u79c1\u8005\u79d8\u85cf","type":"implicit"},{"id":"implicit.stat_4288334466","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u624b\u90e8\u88c5\u5907\u548c\u811a\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_165218607","text":"\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_403285636","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2413932980","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7075\u5de7\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1116269888","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u7684\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1328859059","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2146663823","text":"\u88ab\u5148\u7956\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1554912650","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4084536353","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_3262721796","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u65bd\u52a0\u7684\u6b7b\u4ea1\u51cb\u96f6\u8017\u7aed\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_26867112","text":"\u82e5\u8150\u5316\uff0c\u5219\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1994562755","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u3010\u707e\u53d8\u602a\u7269\u3011","type":"implicit"},{"id":"implicit.stat_3423886807","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u5728\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"implicit"},{"id":"implicit.stat_491577732","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a #%","type":"implicit"},{"id":"implicit.stat_196824923","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2150799098","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"implicit"},{"id":"implicit.stat_1070816711","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 1 \u4e2a\u989d\u5916\u6df1\u6e0a","type":"implicit"},{"id":"implicit.stat_1394267723","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6613\u71c3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3252913608","text":"\u88ab\u9707\u5730\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_789714862","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u95ea\u7535\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_1350472585","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1016769968","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_266654028","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6655\u7729\u95e8\u69db\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1371764251","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u62a4\u7532\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3456379680","text":"\u8840\u8089\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_550672859","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_771845579","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5143\u7d20\u8981\u5bb3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2996280658","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"implicit"},{"id":"implicit.stat_1096728982","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1175129684","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1516273114","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4093169696","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4116705863","text":"\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3 +#%","type":"implicit"},{"id":"implicit.stat_1739741837","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3653191834","text":"\u4e0d\u53d7\u51b0\u7f13\u5730\u9762\u5f71\u54cd","type":"implicit"},{"id":"implicit.stat_2391907787","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_1327020319","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_561861132","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u611f\u7535\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_673499528","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u5168\u90e8\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_1894390763","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u667a\u6167\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2881111359","text":"#% \u6cd5\u672f\u683c\u6321\u51e0\u7387 (\u9057\u4ea7)","type":"implicit"},{"id":"implicit.stat_3887484120","text":"\u751f\u547d\u4e0a\u9650\u5728\u8150\u5316\u7684\u60c5\u51b5\u4e0b\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_498250787","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3309607228","text":"\u82e5\u8150\u5316\uff0c\u5219\u627f\u53d7\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_475859964","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u547d\u4e2d\u503c\u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403 +#","type":"implicit"},{"id":"implicit.stat_2143647966","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_848890513","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_744196525","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6df7\u6c8c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3582580206","text":"\u6b7b\u4ea1\u65f6\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4147277532","text":"\u3010\u6fc0\u52b1\u6218\u543c\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2111629859","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1073942215","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_3802667447","text":"\u9493\u9c7c\u6570\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1787073323","text":"\u6280\u80fd\u53ef\u4ee5\u8fde\u9501\u5f39\u5c04 +# \u6b21","type":"implicit"},{"id":"implicit.stat_3291139981","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u589e\u52a9\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_865433929","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"implicit"},{"id":"implicit.stat_3301510262","text":"\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1170386874","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u74e6\u5c14\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_380027104","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4224921626","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u529b\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1481249164","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1138753695","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3004272949","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_96977651","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u9b54\u529b\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1459321413","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"implicit"},{"id":"implicit.stat_4163073767","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u9677\u5165\u7184\u706d\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_2234049899","text":"\u4e0d\u53d7\u611f\u7535\u5730\u9762\u5f71\u54cd","type":"implicit"},{"id":"implicit.stat_1343931641","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1132843482","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2388574377","text":"\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"implicit"},{"id":"implicit.stat_2570471069","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8fd1\u671f\u5185\u88ab\u4f60\u51fb\u4e2d\u7684\u654c\u4eba\u7684\u751f\u547d\u518d\u751f\u7387\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2013799819","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4171615823","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u60e9\u6212\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2067485824","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_3556129896","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2080582538","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_2220831041","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u65f6\u7559\u4e0b\u529b\u7aed\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_1623369100","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_789978501","text":"\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_1643688236","text":"\u4e0d\u53d7\u71c3\u70e7\u5730\u9762\u5f71\u54cd","type":"implicit"},{"id":"implicit.stat_2718698372","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7eff\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_4039774101","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2880601380","text":"\u82e5\u8150\u5316\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2651293339","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_4057155645","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4018420421","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u6050\u60e7\u654c\u4eba 4 \u79d2","type":"implicit"},{"id":"implicit.stat_99927264","text":"\u4f60\u88ab\u611f\u7535\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_2410613176","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6d3b\u529b\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2621869142","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"implicit"},{"id":"implicit.stat_1524679549","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u975e\u74e6\u5c14\u6253\u51fb\u6280\u80fd\u4ee5\u5468\u56f4\u989d\u5916 # \u540d\u654c\u4eba\u4e3a\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_1918872160","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u529b\u518d\u751f\u7387\u968f\u6bcf\u4e2a\u66b4\u51fb\u7403\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2521809744","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_26879978","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"implicit"},{"id":"implicit.stat_3924473787","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_1123587207","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u751f\u547d\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u6bcf\u79d2\u518d\u751f #%","type":"implicit"},{"id":"implicit.stat_46472075","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"implicit"},{"id":"implicit.stat_1468737867","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u795e\u9f9b","type":"implicit"},{"id":"implicit.stat_738837643","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u6d41\u8840\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_874990741","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_2423625781","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3490650294","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_1172401338","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_371531651","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2366356855","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u575a\u5b9a\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2240274773","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_1296614065","text":"\u9c7c\u54ac\u7684\u7075\u654f\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2027269580","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5f13\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_93625449","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_4212255859","text":"\u65e0\u6cd5\u88ab\u51fb\u9000","type":"implicit"},{"id":"implicit.stat_2433754249","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_2358153166","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_109112452","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3521653836","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3588695478","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5bd2\u51b0\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2638071469","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u8106\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1874553720","text":"\u4f60\u88ab\u51b0\u7f13\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_1146717028","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3499126604","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u51b0\u971c\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_535580777","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u654f\u6377\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2619970520","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"implicit"},{"id":"implicit.stat_399528178","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1300694383","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_2068042138","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u51bb\u4f24\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3389591826","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u529b\u91cf\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_469487616","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u538b\u5236 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"implicit"},{"id":"implicit.stat_1829486532","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u884c\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"implicit"},{"id":"implicit.stat_1682072497","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u654f\u6377\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_3736925508","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u6697\u5f71\u5370\u8bb0\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3303144948","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u4f18\u96c5\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1217759839","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3553907672","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_1747983672","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2479119864","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3430693940","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_740797388","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2393004388","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2520245478","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_1079148723","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6655\u7729\u65f6\u65bd\u653e \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1133929401","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u706b\u7130\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_661603414","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2076129434","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u51fb\u4e2d\u65f6\u83b7\u5f97 1 \u70b9\u6012\u706b\uff0c\u6bcf # \u79d2\u53d1\u751f\u4e00\u6b21","type":"implicit"},{"id":"implicit.stat_2752131673","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7eaa\u5f8b\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2917444195","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8150\u5316\u9b54\u50cf\u7ed9\u4e0e\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1253537227","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_334238649","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7eaa\u5f8b\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3995172058","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_568930056","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_2255001736","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_4272276606","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2889664727","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_587322642","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_357957215","text":"\u6240\u6709\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_940324562","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u65f6\u7a7a\u9501\u94fe\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_760444887","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1025108940","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u5728\u8150\u5316\u7684\u60c5\u51b5\u4e0b\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1519845279","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"implicit"},{"id":"implicit.stat_553122931","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u667a\u6167\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_916797432","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7ea2\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_2034940983","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u706b\u7130\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1719423857","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u84dd\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_485385046","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u65f6\u7a7a\u9501\u94fe\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1073314277","text":"\u6bcf 10 \u70b9\u529b\u91cf\u4f1a\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2792560229","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u575a\u51b3\u6218\u543c\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_850668052","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3591219299","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u70c8\u7130\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2021058489","text":"+#% \u95ea\u907f\u653b\u51fb\u51fb\u4e2d\u7387","type":"implicit"},{"id":"implicit.stat_2033289503","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1941017392","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1722486495","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5de8\u77f3\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_64193828","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_74135418","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6df7\u6c8c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_42242677","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4045839821","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_4241033239","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1516326076","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3401199213","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"implicit"},{"id":"implicit.stat_1855179125","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1807607778","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6df7\u6c8c\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2290911895","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9ab8\u9aa8\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_829382474","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_778803098","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2444070126","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2543269407","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u51bb\u7ed3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_235328972","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u65f6\u7559\u4e0b\u6613\u788e\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_636616197","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_1629531681","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u65bd\u52a0\u706b\u7130\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3357881628","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_1425454108","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u51b0\u971c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_3381588096","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5a01\u5413\u6218\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2204282073","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_38083709","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u8870\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4057257145","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_458438597","text":"#% \u7684\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u6263\u9664","type":"implicit"},{"id":"implicit.stat_1499657170","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2095999895","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5bfc\u7535\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2525287976","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_664899091","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1324460486","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u575a\u5b9a\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_485268361","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1270539481","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u51fb\u4e2d\u65f6\u83b7\u5f97 1 \u70b9\u6012\u706b\uff0c\u6bcf # \u79d2\u53d1\u751f\u4e00\u6b21","type":"implicit"},{"id":"implicit.stat_3322913142","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"implicit"},{"id":"implicit.stat_2796083262","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_1870591253","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u654f\u6377\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2029969019","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5143\u7d20\u8981\u5bb3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1167349834","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3593717239","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1531647220","text":"\u51fb\u4e2d\u6ee1\u8840\u654c\u4eba\u5e76\u9020\u6210\u4f24\u5bb3\u65f6\u5fc5\u5b9a\u4f7f\u5176\u6655\u7729","type":"implicit"},{"id":"implicit.stat_3953801646","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_969576725","text":"\u53d7\u3010\u4f18\u96c5\u3011\u5f71\u54cd\u65f6\uff0c+#% \u95ea\u907f\u653b\u51fb\u51fb\u4e2d\u7387","type":"implicit"},{"id":"implicit.stat_1873457881","text":"\u53d7\u5230\u3010\u575a\u5b9a\u3011\u5f71\u54cd\u65f6\uff0c\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"implicit"},{"id":"implicit.stat_3854721949","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u9677\u5165\u7184\u706d\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_1668340466","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u8106\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4065516297","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"implicit"},{"id":"implicit.stat_2809284200","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1811422871","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8fd1\u6218\u4f24\u5bb3\u6269\u6563 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1033279468","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1060820709","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1335630001","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_2868404935","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u611f\u7535\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_1296291315","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u65f6\u7559\u4e0b\u529b\u7aed\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_649027123","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1381761351","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6fc0\u52b1\u6218\u543c\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1299790658","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u706b\u7130\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2251516251","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3887072924","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"implicit"},{"id":"implicit.stat_1762412317","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u65bd\u52a0\u95ea\u7535\u66dd\u9732\uff0c\u9002\u914d #% \u7684\u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3550578554","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3415855998","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u51b0\u971c\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_2441896589","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"implicit"},{"id":"implicit.stat_3610955422","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3567752586","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2443166200","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3310914132","text":"\u9493\u9c7c\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3864103630","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u51b0\u971c\u6297\u6027","type":"implicit"},{"id":"implicit.stat_2775855429","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7edd\u671b\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_944211673","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3874289","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2466412811","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2925105924","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_490830332","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u547d\u4e2d\u503c\u6309\u7167\u6bcf\u4e2a\u72c2\u6012\u7403 +#","type":"implicit"},{"id":"implicit.stat_532792006","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_937462392","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u8870\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3457821036","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u65bd\u52a0\u7684\u6b7b\u4ea1\u51cb\u96f6\u8017\u7aed\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_323292443","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6613\u71c3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_92591094","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2532279515","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u667a\u6167\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2761472996","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3330140563","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5934\u90e8\u88c5\u5907\u548c\u624b\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u62a4\u7532\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2955927568","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"implicit"},{"id":"implicit.stat_2055257822","text":"\u533a\u57df\u5185\u6709\u81f4\u547d\u8d2a\u5a6a\u906d\u9047\u6218","type":"implicit"},{"id":"implicit.stat_168204696","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5bd2\u51b0\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2063107864","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6fc0\u52b1\u6218\u543c\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2824722288","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3018587936","text":"\u6240\u6709\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u611f\u7535","type":"implicit"},{"id":"implicit.stat_2527345629","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3801851872","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u667a\u6167\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_2251857767","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u884c\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"implicit"},{"id":"implicit.stat_2389569738","text":"\u6240\u6709\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_3163099942","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2714750784","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"implicit"},{"id":"implicit.stat_908556575","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u95ea\u7535\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3972399670","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4023723828","text":"\u82e5\u8150\u5316\uff0c\u5219\u5168\u57df\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3349767748","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2980409921","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5934\u90e8\u88c5\u5907\u548c\u811a\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_993223747","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8fd1\u6218\u51fb\u4e2d\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_3536689603","text":"\u83b7\u5f97 # \u7ea7\u72d9\u51fb\u5370\u8bb0","type":"implicit"},{"id":"implicit.stat_4136085904","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u95ea\u7535\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_348693938","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5143\u7d20\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3611265227","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3764409984","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_2446980928","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3209267362","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a #%","type":"implicit"},{"id":"implicit.stat_1698847655","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u70b9\u71c3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_1954944666","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3477311591","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_40584863","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u60e9\u6212\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2847070982","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"implicit"},{"id":"implicit.stat_3045509476","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4047779849","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6781\u5730\u88c5\u7532\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3173180145","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u6b66\u6218\u53f7\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3181974858","text":"#% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u9003\u8dd1","type":"implicit"},{"id":"implicit.stat_4146719724","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_2293353005","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3199255605","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u70bc\u72f1\u6218\u543c\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_4054012096","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u79fb\u52a8\u65f6\u7559\u4e0b\u70e7\u707c\u5730\u9762\uff0c\u6301\u7eed # \u79d2","type":"implicit"},{"id":"implicit.stat_2117066923","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1926772156","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u706b\u7130\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1016130575","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_942266300","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5c06\u519b\u4e4b\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_4098747485","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_575726461","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_1513279759","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6655\u7729\u95e8\u69db\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3599488608","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8840\u8089\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3225230656","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u751f\u547d\u6309\u7167\u6bcf\u4e2a\u8010\u529b\u7403\u6bcf\u79d2\u518d\u751f #%","type":"implicit"},{"id":"implicit.stat_3296873305","text":"\u4f7f\u7528\u836f\u5242\u65f6\u79fb\u9664\u51b0\u7f13\u548c\u51b0\u51bb\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_794753348","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2216092051","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u654f\u6377\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_3206883665","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_4155771029","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2526554500","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2825010848","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"implicit"},{"id":"implicit.stat_3904394775","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_503887731","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2809900883","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3042217102","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_942478380","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u66b4\u98ce\u4e4b\u76fe\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3947691353","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_125264229","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u627f\u53d7\u4f24\u5bb3\u6309\u7167\u6bcf # \u70b9\u529b\u91cf\u603b\u964d 1%","type":"implicit"},{"id":"implicit.stat_1896842319","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_2459490852","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"implicit"},{"id":"implicit.stat_2838459808","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_995369618","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_944522962","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650","type":"implicit"},{"id":"implicit.stat_221690080","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5143\u7d20\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2169620689","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2929101122","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5143\u7d20\u6269\u6563 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_632297605","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u83b7\u5f97\u989d\u5916\u95ea\u7535\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"implicit"},{"id":"implicit.stat_2391109128","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_1229298404","text":"\u7ec8\u7ed3","type":"implicit"},{"id":"implicit.stat_24378154","text":"\u6240\u6709\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u51bb\u7ed3","type":"implicit"},{"id":"implicit.stat_2425364074","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u529b\u518d\u751f\u7387\u968f\u6bcf\u4e2a\u66b4\u51fb\u7403\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3671920033","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u7684\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1505297139","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u88ab\u9707\u5730\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4293455942","text":"\u654c\u4eba\u65e0\u6cd5\u5077\u53d6\u4f60\u7684\u751f\u547d","type":"implicit"},{"id":"implicit.stat_951862199","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"implicit"},{"id":"implicit.stat_2159248495","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_133006298","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5c06\u519b\u4e4b\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3870554516","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_1065477979","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_81526858","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u4f18\u96c5\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1884100040","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u975e\u74e6\u5c14\u6253\u51fb\u6280\u80fd\u4ee5\u5468\u56f4\u989d\u5916 # \u540d\u654c\u4eba\u4e3a\u76ee\u6807","type":"implicit"},{"id":"implicit.stat_668321613","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2264523604","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_438468314","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5de8\u77f3\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3522931817","text":"\u6bcf 250 \u70b9\u667a\u6167\u4f1a\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3743375737","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u51b0\u971c\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1850144024","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_604515066","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u5728\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"implicit"},{"id":"implicit.stat_3985862221","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_3980173235","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a+#% \u95ea\u7535\u6297\u6027","type":"implicit"},{"id":"implicit.stat_3954869480","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1799586622","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u88ab\u5148\u7956\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1053495752","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_560848642","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"implicit"},{"id":"implicit.stat_2477636501","text":"\u6bcf 250 \u70b9\u654f\u6377\u4f1a\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_689720069","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6655\u7729 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_298106626","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8fd1\u6218\u51fb\u4e2d\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"implicit"},{"id":"implicit.stat_2818518881","text":"\u6bcf 10 \u70b9\u667a\u6167\u4f1a\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1613190388","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_3792821911","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5143\u7d20\u8981\u5bb3\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2814835155","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7075\u9b42\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_928972227","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"implicit"},{"id":"implicit.stat_3173079195","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7075\u5de7\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_376260015","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u589e\u52a9\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2501237765","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u591a\u91cd\u6253\u51fb \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3598887112","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u88ab\u5148\u7956\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_505327219","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_4222133389","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3001066983","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1101403182","text":"\u53d7\u5230\u7684\u6301\u7eed\u6027\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1714653952","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u88ab\u9707\u5730\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2163876658","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3547319552","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5bfc\u7535\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_350069479","text":"\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_3407071583","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8fd1\u671f\u5185\u88ab\u4f60\u51fb\u4e2d\u7684\u654c\u4eba\u7684\u751f\u547d\u518d\u751f\u7387\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_911929910","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_4014428128","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_1388739249","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u624b\u90e8\u88c5\u5907\u548c\u811a\u90e8\u88c5\u5907\u63d0\u4f9b\u7684\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_279246355","text":"\u8be5\u533a\u57df\u5185\u4f1a\u51fa\u73b0 1 \u4e2a\u989d\u5916\u3010\u4fb5\u7565\u8054\u76df\u3011\u7684\u9996\u9886","type":"implicit"},{"id":"implicit.stat_3178090061","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_339123312","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_510803146","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6df7\u6c8c\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2703923310","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6bcf # \u79d2\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"implicit"},{"id":"implicit.stat_4154778375","text":"\u989d\u5916\u6709\u4e00\u573a\u5148\u7956\u79d8\u85cf\u906d\u9047\u6218","type":"implicit"},{"id":"implicit.stat_862077496","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8840\u8089\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2622009823","text":"\u8fde\u9501\u8303\u56f4\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_2062753054","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u5206\u88c2 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_4134865890","text":"\u6bcf 500 \u70b9\u6700\u5927\u9b54\u529b\u4f1a\u4f7f\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3215042347","text":"\u706b\u7130\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2675603254","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6df7\u6c8c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"implicit"},{"id":"implicit.stat_3720936304","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u589e\u5927\u8303\u56f4 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1553385903","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1472965536","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_3786274521","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u51b0\u971c\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1443108510","text":"\u6bcf 250 \u70b9\u529b\u91cf\u4f1a\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_891277550","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u751f\u547d\u5077\u53d6 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2200030809","text":"\u7eaa\u5f8b\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_3192966873","text":"\u51b0\u971c\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1122074043","text":"\u6d3b\u529b\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1803598623","text":"\u4f18\u96c5\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1447222021","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u8106\u5f31\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1692887998","text":"\u7eaa\u5f8b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1233806203","text":"\u6d3b\u529b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3072232736","text":"\u575a\u5b9a\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_1749598944","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u6263\u9664","type":"implicit"},{"id":"implicit.stat_2665518524","text":"\u51b0\u971c\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3823702653","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"implicit"},{"id":"implicit.stat_2721871046","text":"\u575a\u5b9a\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1549898151","text":"\u4f18\u96c5\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_2532625478","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u6b66\u5668\u5143\u7d20\u4f24\u5bb3 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_2169938251","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684\u5feb\u901f\u65bd\u6cd5\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_3695602451","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u65f6\u7a7a\u9501\u94fe\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_828179689","text":"\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1609260458","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_547463927","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1450978702","text":"\u95ea\u7535\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2610114836","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"implicit"},{"id":"implicit.stat_1135152940","text":"\u706b\u7130\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_4128294206","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1436051850","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u51bb\u7ed3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_4106235309","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u6d41\u8840\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_2399066987","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7075\u9b42\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3827973062","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_3744585764","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u6781\u5730\u88c5\u7532\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3774100463","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9ab8\u9aa8\u5949\u732e\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2181576428","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u5c06\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u7684 #% \u5438\u7eb3\u4e3a\u751f\u547d","type":"implicit"},{"id":"implicit.stat_4117139221","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2572192375","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u706b\u7130\u4f24\u5bb3 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_433740375","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_783010498","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u70c8\u7130\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3922006600","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u8d64\u56a3\u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_1269219558","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1080711147","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8150\u5316\u9b54\u50cf\u7ed9\u4e0e\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_100371300","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1445513967","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u95ea\u7535\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_886650454","text":"\u6709\u4e00\u4e2a\u4f20\u5947\u602a\u7269\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u81f4\u76f2\u6548\u679c\u63d0\u9ad8#%","type":"implicit"},{"id":"implicit.stat_699673918","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u7684\u4f24\u5bb3\u4f18\u5148\u4ece\u9b54\u529b\u6263\u9664","type":"implicit"},{"id":"implicit.stat_1030674088","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"implicit"},{"id":"implicit.stat_3718361973","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"implicit"},{"id":"implicit.stat_1455812442","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u9b54\u6b66\u6218\u53f7\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3005679448","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3183308031","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f24\u5bb3\u6309\u7167\u6bcf 100 \u70b9\u529b\u91cf\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2086047206","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_3393490212","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_3555662994","text":"\u6bcf 500 \u70b9\u9b54\u529b\u4f1a\u4f7f\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2601015548","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u66b4\u98ce\u4e4b\u76fe\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2661498709","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"implicit"},{"id":"implicit.stat_4202507508","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_2351239732","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1108755349","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3 \u8f85\u52a9","type":"implicit"},{"id":"implicit.stat_990874979","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"implicit"},{"id":"implicit.stat_10259064","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_906749304","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u575a\u51b3\u6218\u543c\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"implicit"},{"id":"implicit.stat_1774377226","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u70bc\u72f1\u6218\u543c\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"implicit"},{"id":"implicit.stat_3343791355","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u70b9\u71c3\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_3945581778","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u3010\u5a01\u5413\u6218\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"implicit"},{"id":"implicit.stat_1285430327","text":"\u95ea\u7535\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"implicit"},{"id":"implicit.stat_492027537","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"implicit"},{"id":"implicit.stat_2500914030","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"implicit"},{"id":"implicit.stat_2218095219","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u4f60\u9020\u6210\u7684\u611f\u7535\u4f1a\u6269\u6563\u7ed9 # \u7c73\u5185\u7684\u5176\u4ed6\u654c\u4eba","type":"implicit"},{"id":"implicit.stat_4122616021","text":"\u6709\u4e00\u4e2a\u5f02\u754c\u56fe\u9274\u6700\u7ec8\u9996\u9886\u51fa\u73b0\u5728\u4f60\u9762\u524d\uff1a\u81f4\u76f2\u6548\u679c\u63d0\u9ad8#%","type":"implicit"}]},{"id":"fractured","label":"\u5206\u88c2\u7684","entries":[{"id":"fractured.stat_3299347043","text":"+# \u6700\u5927\u751f\u547d","type":"fractured"},{"id":"fractured.stat_3261801346","text":"+# \u654f\u6377","type":"fractured"},{"id":"fractured.stat_4080418644","text":"+# \u529b\u91cf","type":"fractured"},{"id":"fractured.stat_3372524247","text":"+#% \u706b\u7130\u6297\u6027","type":"fractured"},{"id":"fractured.stat_328541901","text":"+# \u667a\u6167","type":"fractured"},{"id":"fractured.stat_3917489142","text":"\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3556824919","text":"+#% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_3325883026","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #","type":"fractured"},{"id":"fractured.stat_1671376347","text":"+#% \u95ea\u7535\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3680664274","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"fractured"},{"id":"fractured.stat_4220027924","text":"+#% \u51b0\u971c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2923486259","text":"+#% \u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_681332047","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3489782002","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_737908626","text":"\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2901986750","text":"+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3032590688","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2375316951","text":"\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_210067635","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_3962278098","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1175385867","text":"\u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1509134228","text":"\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2891184298","text":"\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3291658075","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1444556985","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u751f\u547d","type":"fractured"},{"id":"fractured.stat_1837040413","text":"\u51fb\u8d25\u654c\u4eba\u5c06\u4f1a\u5438\u5f15\u66f4\u5f3a\u5927\u7684\u602a\u7269\u767b\u573a","type":"fractured"},{"id":"fractured.stat_1589917703","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_983749596","text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4052037485","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_587431675","text":"\u5168\u57df\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2843100721","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_803737631","text":"+# \u547d\u4e2d\u503c","type":"fractured"},{"id":"fractured.stat_2250533757","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3988349707","text":"+#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_387439868","text":"\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1712221299","text":"\u5f13\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_2231156303","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1050105434","text":"+# \u6700\u5927\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_3336890334","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_491450213","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2974417149","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2511217560","text":"\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_691932474","text":"+# \u547d\u4e2d\u503c (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_4015621042","text":"\u8be5\u88c5\u5907\u7684\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_709508406","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_3759663284","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_44972811","text":"\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3741323227","text":"\u836f\u5242\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_2482852589","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2831165374","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4237190083","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2618549697","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_829382474","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_1754445556","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_789117908","text":"\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_915908446","text":"+#% \u51b0\u971c\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_1037193709","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_1379411836","text":"+# \u5168\u5c5e\u6027","type":"fractured"},{"id":"fractured.stat_1940865751","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_2307547323","text":"+#% \u706b\u7130\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_53045048","text":"+# \u70b9\u95ea\u907f\u503c (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_967627487","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2441475928","text":"+#% \u95ea\u7535\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_770672621","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2027269580","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5f13\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_3382807662","text":"+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_2254480358","text":"\u6240\u6709\u51b0\u971c\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_1310194496","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1133016593","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2091591880","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_624954515","text":"\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1573130764","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_591105508","text":"\u6240\u6709\u706b\u7130\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_3484657501","text":"+# \u62a4\u7532 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_2223678961","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_1545858329","text":"\u6240\u6709\u95ea\u7535\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2469416729","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1854213750","text":"\u53ec\u5524\u751f\u7269 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_4067062424","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2546185479","text":"\u53cc\u6301\u65f6\u9644\u52a0 +#% \u57fa\u7840\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_4237442815","text":"+#% \u8fd1\u6218\u653b\u51fb\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_1600707273","text":"\u6240\u6709\u7269\u7406\u4e3b\u52a8\u6cd5\u672f\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_644456512","text":"\u836f\u5242\u5145\u80fd\u4f7f\u7528\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_4251717817","text":"\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3793155082","text":"\u7a00\u6709\u602a\u7269\u7684\u6570\u91cf\u589e\u52a0#%","type":"fractured"},{"id":"fractured.stat_1290399200","text":"\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3091578504","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_174664100","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_670153687","text":"\u8fd1\u6218\u5355\u624b\u6b66\u5668\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_1569407745","text":"+#% \u5143\u7d20\u6280\u80fd\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_1839076647","text":"\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2866361420","text":"\u62a4\u7532\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3759735052","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1389153006","text":"\u5168\u5c40\u9632\u5fa1\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1263695895","text":"\u7167\u4eae\u8303\u56f4\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_252507949","text":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668\u7684\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_3695891184","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"fractured"},{"id":"fractured.stat_4226189338","text":"\u6240\u6709\u6df7\u6c8c\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_4249220643","text":"\u53cc\u6301\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1294118672","text":"\u6d41\u8840\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_700317374","text":"\u56de\u590d\u91cf\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3293699237","text":"\u5251\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2339757871","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1950806024","text":"+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_2162097452","text":"\u6240\u6709\u53ec\u5524\u751f\u7269\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_3005472710","text":"#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_124859000","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_274716455","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"fractured"},{"id":"fractured.stat_736967255","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_124131830","text":"\u6240\u6709\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_1452809865","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2797971005","text":"\u4f60\u7684\u653b\u51fb\u51fb\u4e2d\u6bcf\u4e2a\u654c\u4eba\u4f1a\u56de\u590d # \u751f\u547d","type":"fractured"},{"id":"fractured.stat_561307714","text":"#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"fractured"},{"id":"fractured.stat_474294393","text":"\u6280\u80fd\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_2154246560","text":"\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3885634897","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_2672805335","text":"\u653b\u51fb\u4e0e\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1999113824","text":"\u8be5\u88c5\u5907\u7684\u95ea\u907f\u4e0e\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_1062208444","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_2918708827","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_4095671657","text":"+#% \u706b\u7130\u6297\u6027\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_3805075944","text":"\u6301\u76fe\u724c\u65f6\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2748665614","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3676141501","text":"+#% \u51b0\u971c\u6297\u6027\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_2137912951","text":"\u5730\u96f7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1314617696","text":"+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_3321629045","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u4e0e\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_1923879260","text":"\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u6d41\u8840","type":"fractured"},{"id":"fractured.stat_4055307827","text":"+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_1917910910","text":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1813451228","text":"\u8fd1\u6218\u5355\u624b\u6b66\u5668\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3593843976","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_1535626285","text":"+# \u529b\u91cf\u548c\u667a\u6167","type":"fractured"},{"id":"fractured.stat_1309218394","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5185\u7701","type":"fractured"},{"id":"fractured.stat_67169579","text":"\u6240\u6709\u6df7\u6c8c\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2805714016","text":"\u51fb\u4e2d\u51b0\u7f13\u654c\u4eba\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_538848803","text":"+# \u529b\u91cf\u548c\u654f\u6377","type":"fractured"},{"id":"fractured.stat_2300185227","text":"+# \u654f\u6377\u4e0e\u667a\u6167","type":"fractured"},{"id":"fractured.stat_2451402625","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u4e0e\u95ea\u907f\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_724930776","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u667a\u6167","type":"fractured"},{"id":"fractured.stat_1423639565","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1147690586","text":"\u6240\u6709\u95ea\u7535\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_392168009","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u63d0\u9ad8 +#% \u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_693959086","text":"\u653b\u51fb\u6280\u80fd\u7684\u6301\u7eed\u4f24\u5bb3\u52a0\u6210 +#%","type":"fractured"},{"id":"fractured.stat_1538773178","text":"\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"fractured"},{"id":"fractured.stat_2941585404","text":"\u9677\u9631\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1011760251","text":"+#% \u95ea\u7535\u6297\u6027\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_4277795662","text":"+#% \u51b0\u971c\u4e0e\u95ea\u7535\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3337344042","text":"\u51b0\u971c\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4000101551","text":"\u53ec\u5524\u751f\u7269\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_619213329","text":"\u6240\u6709\u7269\u7406\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_83050999","text":"\u5251\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3441501978","text":"+#% \u706b\u7130\u4e0e\u95ea\u7535\u6297\u6027","type":"fractured"},{"id":"fractured.stat_4188894176","text":"\u5f13\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1241625305","text":"\u5f13\u7c7b\u6280\u80fd\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3550868361","text":"\u65a7\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1078455967","text":"\u6240\u6709\u51b0\u971c\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2106365538","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2915988346","text":"+#% \u706b\u7130\u4e0e\u51b0\u971c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_538241406","text":"\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1002362373","text":"\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3720627346","text":"\u6cd5\u6756\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_444174528","text":"\u653b\u51fb\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_51994685","text":"\u836f\u5242\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3258414199","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u529b\u91cf","type":"fractured"},{"id":"fractured.stat_1335054179","text":"\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"fractured"},{"id":"fractured.stat_2309614417","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_3851254963","text":"\u56fe\u817e\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2643685329","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_3237948413","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_1393393937","text":"\u6301\u76fe\u724c\u65f6\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3375935924","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2675603254","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6df7\u6c8c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_569299859","text":"+#% \u5168\u90e8\u6297\u6027\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_2517001139","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_1836374041","text":"\u53cc\u624b\u6b66\u5668\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_114734841","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2144192055","text":"+# \u70b9\u95ea\u907f\u503c","type":"fractured"},{"id":"fractured.stat_4283407333","text":"\u6240\u6709\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_599749213","text":"\u6240\u6709\u706b\u7130\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_4253454700","text":"\u8be5\u88c5\u5907 +#% \u653b\u51fb\u683c\u6321\u7387 (\u62a4\u76fe)","type":"fractured"},{"id":"fractured.stat_3739863694","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_1199429645","text":"\u8fd1\u6218\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1368271171","text":"\u6bcf\u51fb\u8d25\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_755922799","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3152982863","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2669029667","text":"\u6dfb\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6240\u6709\u5143\u7d20\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_1010549321","text":"\u5355\u624b\u6b66\u5668\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_795138349","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_674553446","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1880071428","text":"\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1421645223","text":"\u722a\u7c7b\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2011656677","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3314142259","text":"\u65a7\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_455556407","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1766142294","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u6301\u76fe\u724c\u65f6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4036575250","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6240\u6709\u5c5e\u6027","type":"fractured"},{"id":"fractured.stat_3702513529","text":"\u53cc\u6301\u6b66\u5668\u65f6\uff0c\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1301765461","text":"+#% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_3819827377","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6700\u5927\u751f\u547d","type":"fractured"},{"id":"fractured.stat_2090413987","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u654f\u6377","type":"fractured"},{"id":"fractured.stat_3407849389","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_4043416969","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u95ea\u7535\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_439950087","text":"\u5143\u7d20\u6280\u80fd\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1186596295","text":"\u95ea\u7535\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1172029298","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_173226756","text":"\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1811604576","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_379328644","text":"\u6cd5\u6756\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3668351662","text":"\u654c\u4eba\u7684\u611f\u7535\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_2452998583","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5149\u73af\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_3771516363","text":"#% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"fractured"},{"id":"fractured.stat_1678690824","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_762600725","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6 #","type":"fractured"},{"id":"fractured.stat_821021828","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 # \u70b9\u751f\u547d","type":"fractured"},{"id":"fractured.stat_3496944181","text":"\u6cd5\u672f\u4f24\u5bb3\u5728\u6301\u63e1\u957f\u6756\u65f6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1896971621","text":"\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1412217137","text":"\u836f\u5242\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1104796138","text":"\u706b\u7130\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1073942215","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_764295120","text":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2381842786","text":"\u8fd1\u6218\u5355\u624b\u6b66\u5668\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1719521705","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2561836520","text":"\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_2930653471","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 # \u5230 # \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1585344030","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1040269876","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_211381198","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_182714578","text":"\u5728\u6d41\u8840\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u6d41\u8840\\n\u88ab\u8150\u5316\u4e4b\u8840\u5f71\u54cd\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u8150\u5316\u4e4b\u8840","type":"fractured"},{"id":"fractured.stat_635485889","text":"\u6280\u80fd\u7684\u751f\u547d\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1411310186","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3969608626","text":"\u672a\u4fdd\u7559\u7684\u9b54\u529b\u5145\u6ee1\u65f6\uff0c\u6548\u679c\u4e0d\u4f1a\u6d88\u5931\\n\u6548\u679c\u4e0d\u4f1a\u5806\u53e0","type":"fractured"},{"id":"fractured.stat_1086147743","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_1782086450","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u65f6\u95f4\u63d0\u524d #%","type":"fractured"},{"id":"fractured.stat_2911442053","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_339179093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u706b\u7130\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2431643207","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_1645459191","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u51b0\u971c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_686254215","text":"\u56fe\u817e\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1072119541","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2937483991","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_3855016469","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_2515515064","text":"\u9524\u7c7b\u6216\u77ed\u6756\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1069260037","text":"\u722a\u7c7b\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1661151735","text":"\u53ec\u5524\u751f\u7269 +# \u547d\u4e2d\u503c","type":"fractured"},{"id":"fractured.stat_938645499","text":"\u6301\u76fe\u724c\u65f6\u6709 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3351784991","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1718147982","text":"\u53ec\u5524\u751f\u7269\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1459321413","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_2538566497","text":"\u5315\u9996\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1394963553","text":"\u957f\u6756\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_809229260","text":"+# \u62a4\u7532","type":"fractured"},{"id":"fractured.stat_3767873853","text":"\u53cd\u5c04 # \u7269\u7406\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"fractured"},{"id":"fractured.stat_1871056256","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3586984690","text":"\u5315\u9996\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3801067695","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_4061558269","text":"\u6301\u76fe\u724c\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387 +#%","type":"fractured"},{"id":"fractured.stat_928238845","text":"\u51b0\u971c\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2856328513","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u6253\u51fa\u66b4\u51fb\uff0c\u5219\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1790411851","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u706b\u7130\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3342989455","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4087089130","text":"\u957f\u6756\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3895393544","text":"\u4f7f\u7528\u65f6\u79fb\u9664\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_215124030","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2065361612","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u542f\u8499 \u8f85\u52a9","type":"fractured"},{"id":"fractured.stat_412745376","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u4f7f\u7528\u4e86\u53ec\u5524\u751f\u7269\u6280\u80fd\uff0c\u5219\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_369494213","text":"\u83b7\u5f97\u989d\u5916\u706b\u7130\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"fractured"},{"id":"fractured.stat_3639275092","text":"\u5c5e\u6027\u9700\u6c42\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_977908611","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u51fb\u9000\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_4193088553","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3721672021","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"fractured"},{"id":"fractured.stat_1181419800","text":"\u9524\u7c7b\u6216\u77ed\u6756\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_118398748","text":"\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1526933524","text":"\u7acb\u5373\u56de\u590d","type":"fractured"},{"id":"fractured.stat_2133341901","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1974445926","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_1636209393","text":"\u4f60\u7684\u6280\u80fd\u65bd\u52a0\u7ed9\u654c\u4eba\u7684\u975e\u8bc5\u5492\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_125218179","text":"+# \u7075\u4f53\u6570\u91cf\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_2889601781","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3120164895","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_138741818","text":"\u53cc\u6301\u65f6\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"fractured"},{"id":"fractured.stat_426847518","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u51bb\u4f24\u8bc5\u5492\u3002","type":"fractured"},{"id":"fractured.stat_2709692542","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u51b0\u971c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1004011302","text":"\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2435536961","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_887556907","text":"\u672a\u5904\u4e8e\u6fd2\u8840\u72b6\u6001\u65f6\uff0c\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u65e0\u6cd5\u5ffd\u7565\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_3738001379","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u5145\u80fd","type":"fractured"},{"id":"fractured.stat_3854949926","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u53d7\u5230\u4f24\u5bb3\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_52953650","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5ac9\u5992\u3011\uff0c\u4e14\u53ef\u88ab\u6b64\u9053\u5177\u4e0a\u7684\u6280\u80fd\u77f3\u8f85\u52a9","type":"fractured"},{"id":"fractured.stat_710372469","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u5bfc\u7535\u8bc5\u5492\u3002","type":"fractured"},{"id":"fractured.stat_1871765599","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"fractured"},{"id":"fractured.stat_3748879662","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u8ba9\u654c\u4eba\u53d7\u5230\u3010\u7070\u70ec\u7f20\u8eab\u3011","type":"fractured"},{"id":"fractured.stat_2310019673","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1612163368","text":"\u6301\u76fe\u724c\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1443060084","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_2250780084","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u95ea\u7535\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2166444903","text":"\u53cc\u6301\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"fractured"},{"id":"fractured.stat_2382196858","text":"\u53cc\u6301\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3062329212","text":"\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d # \u751f\u547d","type":"fractured"},{"id":"fractured.stat_279227559","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2066542501","text":"\u6301\u957f\u6756\u65f6\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2424133568","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u62a4\u7532\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3869628136","text":"\u88ab\u51b0\u7f13\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u5185\u514d\u75ab\u51b0\u7f13\\n\u88ab\u51bb\u7ed3\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u51bb\u7ed3","type":"fractured"},{"id":"fractured.stat_1174076861","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2129352930","text":"\u62a4\u7532\u503c\u968f\u8d85\u91cf\u706b\u7130\u6297\u6027\u63d0\u9ad8","type":"fractured"},{"id":"fractured.stat_1599775597","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u706b\u7130\u4f24\u5bb3\u7684 #%","type":"fractured"},{"id":"fractured.stat_388617051","text":"\u6bcf\u6b21\u4f7f\u7528\u6d88\u8017\u7684\u5145\u80fd\u6b21\u6570\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2323739383","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u7528\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"fractured"},{"id":"fractured.stat_2361218755","text":"\u88ab\u70b9\u71c3\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u70b9\u71c3\\n\u4f7f\u7528\u65f6\u79fb\u9664\u6240\u6709\u71c3\u70e7\u6548\u679c","type":"fractured"},{"id":"fractured.stat_1506355899","text":"\u6301\u7eed\u65f6\u95f4\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3081816887","text":"\u95ea\u7535\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2300399854","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4003593289","text":"\u7f13\u901f\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u7f13\u901f","type":"fractured"},{"id":"fractured.stat_55876295","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_2503377690","text":"\u7acb\u5373\u56de\u590d#% \u56de\u590d\u91cf","type":"fractured"},{"id":"fractured.stat_1793818220","text":"\u51b0\u971c\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3604946673","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2416869319","text":"\u7ed9\u53ec\u5524\u751f\u7269\u63d0\u4f9b #% \u751f\u547d\u6062\u590d\u6548\u679c","type":"fractured"},{"id":"fractured.stat_3603666270","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u88ab\u51fb\u4e2d\u540e\u53d7\u5230\u4f24\u5bb3\uff0c\u5219\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"fractured"},{"id":"fractured.stat_734823525","text":"\u79fb\u52a8\u65f6\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1476643878","text":"\u706b\u7130\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3885405204","text":"\u5f13\u7c7b\u653b\u51fb\u53d1\u5c04 # \u652f\u989d\u5916\u7bad\u77e2","type":"fractured"},{"id":"fractured.stat_1788635023","text":"\u95ea\u7535\u6280\u80fd\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2915373966","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u51b0\u971c\u4f24\u5bb3\u7684 #%","type":"fractured"},{"id":"fractured.stat_820939409","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_1533563525","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2770782267","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 #% \u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_338121249","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u6613\u71c3\u8bc5\u5492\u3002","type":"fractured"},{"id":"fractured.stat_683273571","text":"\u751f\u6548\u671f\u95f4\uff0c\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_966747987","text":"+# \u3010\u9b54\u536b\u590d\u82cf\u3011\u6570\u91cf\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_1101206134","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\u5e76\u53d7\u5230\u4f24\u5bb3\uff0c\u5219 +#% \u7684\u51e0\u7387\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3812107348","text":"\u4f4e\u8840\u65f6\u7acb\u5373\u56de\u590d","type":"fractured"},{"id":"fractured.stat_425242359","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_728267040","text":"\u533a\u57df\u5185\u627e\u5230\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387\u5728\u6389\u843d\u65f6\u8150\u5316","type":"fractured"},{"id":"fractured.stat_214001793","text":"\u53cc\u6301\u65f6\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3648858570","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4204954479","text":"\u9b54\u529b\u56de\u590d\u4f1a\u5728\u6548\u679c\u7ed3\u675f\u65f6\u7acb\u5373\u5f00\u59cb","type":"fractured"},{"id":"fractured.stat_1256719186","text":"\u751f\u6548\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3240769289","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_30642521","text":"\u4f60\u80fd\u65bd\u52a0 # \u4e2a\u989d\u5916\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_1478653032","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_2402136583","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u95ea\u7535\u4f24\u5bb3\u7684 #%","type":"fractured"},{"id":"fractured.stat_4291461939","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f # \u70b9","type":"fractured"},{"id":"fractured.stat_799271621","text":"\u533a\u57df\u5185\u6709\u4e24\u4e2a\u4f20\u5947\u9996\u9886","type":"fractured"},{"id":"fractured.stat_3527617737","text":"\u62e5\u6709 # \u4e2a\u6df1\u6e0a\u63d2\u69fd","type":"fractured"},{"id":"fractured.stat_2764915899","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u7edd\u671b\u8bc5\u5492\u3002","type":"fractured"},{"id":"fractured.stat_128585622","text":"\u53ec\u5524\u751f\u7269\u8f6c\u4e3a\u3010\u4fb5\u7565\u3011","type":"fractured"},{"id":"fractured.stat_470688636","text":"\u88c5\u5907\u65f6\u89e6\u53d1\u7b49\u7ea720\u5e7d\u9b3c\u4e4b\u7075\uff0c\\n\u5e7d\u9b3c\u4e4b\u7075\u7684\u6570\u91cf\u4e0a\u9650 +#","type":"fractured"},{"id":"fractured.stat_2474836297","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_968369591","text":"\u751f\u6548\u671f\u95f4\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1244360317","text":"\u6301\u76fe\u724c\u65f6\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3110907148","text":"\u8fd1\u671f\u5185\u4f60\u7684\u53ec\u5524\u751f\u7269\u82e5\u88ab\u51fb\u8d25\uff0c\u5219\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2989883253","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u70bc\u91d1\u5947\u624d\u6548\u679c","type":"fractured"},{"id":"fractured.stat_3408048164","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u4e3a\u6cd5\u672f\u9644\u52a0 # \u6700\u5c0f\u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4262448838","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"fractured"},{"id":"fractured.stat_2351239732","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1514829491","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"fractured"},{"id":"fractured.stat_280731498","text":"\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_3319896421","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"fractured"},{"id":"fractured.stat_4232582040","text":"\u762b\u75ea\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u762b\u75ea","type":"fractured"},{"id":"fractured.stat_2358015838","text":"\u95ea\u907f\u503c\u968f\u8d85\u91cf\u51b0\u971c\u6297\u6027\u63d0\u9ad8","type":"fractured"},{"id":"fractured.stat_2464689927","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1809006367","text":"\u56fe\u817e +#% \u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1032614900","text":"\u88ab\u4f60\u6b7b\u4ea1\u51cb\u96f6\u7684\u654c\u4eba +#% \u6240\u6709\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1582728645","text":"\u4f60\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"fractured"},{"id":"fractured.stat_2448920197","text":"\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1692879867","text":"\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2609768284","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u74e6\u5c14\u751f\u7269\u3011","type":"fractured"},{"id":"fractured.stat_3166317791","text":"\u8fd1\u6218\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2","type":"fractured"},{"id":"fractured.stat_1778298516","text":"\u6301\u957f\u6756\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"fractured"},{"id":"fractured.stat_318953428","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_818778753","text":"\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"fractured"},{"id":"fractured.stat_908516597","text":"\u79fb\u52a8\u65f6\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"fractured"},{"id":"fractured.stat_3291999509","text":"\u53cd\u5c04\u611f\u7535","type":"fractured"},{"id":"fractured.stat_3837707023","text":"\u53ec\u5524\u751f\u7269\u6709 +#% \u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_986397080","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"fractured"},{"id":"fractured.stat_2443492284","text":"\u4f60\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3994193163","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u6700\u5927\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_1783006896","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"fractured"},{"id":"fractured.stat_1621470436","text":"\u51fb\u4e2d\u65bd\u653e 20 \u7ea7\u706b\u7130\u7206\u7834","type":"fractured"},{"id":"fractured.stat_2383797932","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1618589784","text":"#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"fractured"},{"id":"fractured.stat_2120297997","text":"\u6301\u957f\u6756\u65f6\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"fractured"},{"id":"fractured.stat_1327522346","text":"\u5f53\u79fb\u52a8\u65f6\uff0c\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_120895749","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u88ab\u70b9\u71c3\u7684\u654c\u4eba\u83b7\u5f97#\u70b9\u751f\u547d","type":"fractured"},{"id":"fractured.stat_299054775","text":"\u751f\u6548\u671f\u95f4\uff0c\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4231842891","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2693266036","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"fractured"},{"id":"fractured.stat_4100161067","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u95ea\u907f\u503c","type":"fractured"},{"id":"fractured.stat_2810434465","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u83b7\u5f97\u7269\u7406\u4f24\u5bb3 #% \u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3352373076","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3479683016","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4053951709","text":"#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_2067062068","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"fractured"},{"id":"fractured.stat_3002506763","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"fractured"},{"id":"fractured.stat_2551600084","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6548\u679c\u533a\u57df\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_1134501245","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u6028\u6068\u59ff\u6001","type":"fractured"},{"id":"fractured.stat_3998967779","text":"\u53ec\u5524\u751f\u7269\u6709#%\u7684\u51e0\u7387\u9020\u6210\u653b\u51fb\u6d41\u8840","type":"fractured"},{"id":"fractured.stat_2554466725","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+# \u62a4\u7532\u503c","type":"fractured"},{"id":"fractured.stat_3417711605","text":"\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2479683456","text":"\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"fractured"},{"id":"fractured.stat_3257279374","text":"\u5bf9\u6df1\u6e0a\u602a\u7269\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_852195286","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u56e0\u88ab\u51fb\u4e2d\u800c\u53d7\u4f24\uff0c\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"fractured"},{"id":"fractured.stat_2930706364","text":"\u683c\u6321\u65f6\u6c38\u4e45\u5a01\u5413\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_2313899959","text":"\u5728\u9b54\u529b\u4e0d\u6ee1\u65f6\u4f7f\u7528\u53ef\u4ee5\u7f13\u901f\u5468\u56f4\u654c\u4eba\uff0c\u4f7f\u5b83\u4eec\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"fractured"},{"id":"fractured.stat_3165492062","text":"\u74e6\u5c14\u6280\u80fd\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1693613464","text":"\u751f\u6548\u671f\u95f4\uff0c\u62a4\u7532\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_669069897","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_3835899275","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u5143\u7d20\u4f24\u5bb3\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3196823591","text":"\u5145\u80fd\u56de\u590d\u91cf\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_886931978","text":"\u6062\u590d\u6548\u679c\u5728\u4f4e\u8840\u72b6\u6001\u4e0b\u4f7f\u7528\u65f6\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_2063695047","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u975e\u6df7\u6c8c\u4f24\u5bb3\u7684 #%","type":"fractured"},{"id":"fractured.stat_3182498570","text":"\u751f\u6548\u671f\u95f4\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_830161081","text":"\u7ed3\u754c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3256116097","text":"\u751f\u6548\u671f\u95f4\uff0c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_4227567885","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6216\u4f60\u7684\u53ec\u5524\u751f\u7269\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219\u53ec\u5524\u751f\u7269\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1681904129","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3 +#% \u66b4\u51fb\u7387","type":"fractured"},{"id":"fractured.stat_87098247","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_44182350","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3965637181","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u6d41\u8840\u548c\u8150\u5316\u4e4b\u8840","type":"fractured"},{"id":"fractured.stat_542375676","text":"\u4e2d\u6bd2\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_972201717","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_187418672","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1760576992","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3954157711","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1859937391","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\uff0c\u5e76\u8f6c\u5316\u4e3a\u989d\u5916\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2458962764","text":"#% \u7684\u6700\u5927\u751f\u547d\u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_3023957681","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_1582068183","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2459809121","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u540e\u4f7f\u5176\u51b0\u7f13 # \u79d2\uff0c\u884c\u52a8\u901f\u5ea6\u964d\u4f4e 30%","type":"fractured"},{"id":"fractured.stat_2848646243","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3392890360","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1261958804","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3478075311","text":"\u5f13\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_298173317","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2478752719","text":"\u66b4\u51fb\u7387\u968f\u8d85\u91cf\u95ea\u7535\u6297\u6027\u63d0\u9ad8","type":"fractured"},{"id":"fractured.stat_2135335407","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_307410279","text":"\u5728\u751f\u547d\u4e0d\u6ee1\u65f6\u4f7f\u7528\u5219\u5728 10 \u79d2\u5185\u989d\u5916\u6062\u590d\u751f\u547d\uff0c\u7b49\u4e8e\u751f\u547d\u836f\u5242\u6062\u590d\u91cf\u7684 #%","type":"fractured"},{"id":"fractured.stat_507505131","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u52c7\u6bc5\u5148\u9a71\u3011","type":"fractured"},{"id":"fractured.stat_2181129193","text":"\u9759\u6b62\u65f6\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_1237708713","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2620267328","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u6b63\u4e49\u4e4b\u8def","type":"fractured"},{"id":"fractured.stat_3483999943","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"fractured"},{"id":"fractured.stat_3322709337","text":"\u4f60\u7684\u51fb\u4e2d\u65bd\u52a0\u8150\u574f\u6548\u679c\uff0c\u5728 8 \u79d2\u5185\u6bcf\u79d2\u9020\u6210 700 \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3854439683","text":"\u906d\u53d7\u611f\u7535\u65f6\u4f7f\u7528\u53ef\u4ee5\u5728\u63a5\u4e0b\u6765 # \u79d2\u514d\u75ab\u611f\u7535","type":"fractured"},{"id":"fractured.stat_3848282610","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_774059442","text":"\u7ed3\u754c +#","type":"fractured"},{"id":"fractured.stat_1263342750","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_498214257","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403\u3001\u72c2\u6012\u7403\u6216\u8010\u529b\u7403","type":"fractured"},{"id":"fractured.stat_803185500","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1801889979","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1437957544","text":"\u6700\u5927\u5145\u80fd +#","type":"fractured"},{"id":"fractured.stat_2241560081","text":"\u6bcf 25 \u70b9\u654f\u6377\u53ef\u4f7f\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_601249293","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3376452528","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1235873320","text":"\u4f4e\u8840\u65f6\u63d2\u5165\u7684\u6280\u80fd\u77f3\u4f24\u5bb3\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_2671663397","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_287491423","text":"\u5bf9\u6df1\u6e0a\u602a\u7269\u83b7\u5f97 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"fractured"},{"id":"fractured.stat_3571964448","text":"\u51b0\u971c\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_280213220","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_3945908658","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_3168149399","text":"\u653b\u51fb\u6309\u7167\u6bcf 10 \u70b9\u667a\u6167\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_346351023","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u603b\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_2398198236","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2653955271","text":"\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2350668735","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u65e0\u5e38\u59ff\u6001","type":"fractured"},{"id":"fractured.stat_2921084940","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3187805501","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1462364052","text":"\u5728\u751f\u547d\u4e0d\u6ee1\u65f6\u4f7f\u7528\u53ef\u4ee5\u7f13\u901f\u5468\u56f4\u654c\u4eba\uff0c\u4f7f\u5b83\u4eec\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"fractured"},{"id":"fractured.stat_3444629796","text":"\u5728\u3010\u5949\u732e\u5730\u9762\u3011\u4e0a\uff0c\u4f60\u8eab\u4e0a\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1818773442","text":"\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u6309\u7167\u654c\u4eba\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2964800094","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u9020\u6210\u7684\u6cd5\u672f\u4f24\u5bb3\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_1496043857","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u91cd\u88c5\u4e0a\u9635\u3011","type":"fractured"},{"id":"fractured.stat_1054322244","text":"\u51fb\u8d25\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u65f6\u83b7\u5f97\u8010\u529b\u7403","type":"fractured"},{"id":"fractured.stat_4255924189","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_962725504","text":"\u751f\u6548\u671f\u95f4\uff0c\u5143\u7d20\u6297\u6027\u989d\u5916\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2008255263","text":"\u751f\u6548\u671f\u95f4\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3967845372","text":"\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8106\u5f31\u8bc5\u5492\u3002","type":"fractured"},{"id":"fractured.stat_1658498488","text":"\u3010\u8150\u5316\u4e4b\u8840\u3011\u65e0\u6cd5\u65bd\u52a0\u4e8e\u4f60","type":"fractured"},{"id":"fractured.stat_2947215268","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2699118751","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u5143\u7d20\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1181129483","text":"\u6301\u76fe\u724c\u65f6\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_658456881","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"fractured"},{"id":"fractured.stat_472520716","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_2096159630","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2161689853","text":"\u51fb\u8d25\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u540e\u6389\u843d\u7269\u54c1\u7684\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2138819920","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_2491363440","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_769783486","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4ee5\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3119612865","text":"\u53ec\u5524\u751f\u7269\u6709 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"fractured"},{"id":"fractured.stat_3607154250","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u8d25\u51bb\u7ed3\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"fractured"},{"id":"fractured.stat_464535071","text":"\u9677\u9631\u548c\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2907156609","text":"\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_589991690","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u611f\u7535","type":"fractured"},{"id":"fractured.stat_648019518","text":"\u4f7f\u7528\u65f6\u4f1a\u79fb\u9664\u9b54\u529b\uff0c\u7b49\u540c\u4e8e\u751f\u547d\u56de\u590d\u503c\u7684 #%","type":"fractured"},{"id":"fractured.stat_310246444","text":"\u5077\u53d6\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2764164760","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u4f60\u5f97\u5230 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_935326447","text":"\u6d41\u8840\u72b6\u6001\u4e0b\u79fb\u52a8\u4e0d\u518d\u627f\u53d7\u989d\u5916\u7684\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1984113628","text":"\u4f60\u8eab\u4e0a\u7684\u51b0\u7f13\u548c\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2787733863","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3595254837","text":"\u79fb\u52a8\u65f6\u7559\u4e0b\u3010\u71c3\u70e7\u5730\u9762\u3011\uff0c\u5728 # \u79d2\u5185\u6bcf\u79d2\u9020\u6210 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2628163981","text":"\u4e13\u6ce8\u65f6\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_4265534424","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_37078857","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u658b\u6212\u3011","type":"fractured"},{"id":"fractured.stat_1865428306","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3706959521","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"fractured"},{"id":"fractured.stat_744082851","text":"\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_2483795307","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"fractured"},{"id":"fractured.stat_3303015","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3999401129","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_1719423857","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u84dd\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_4129825612","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3838369929","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u51bb\u7ed3\u548c\u51b0\u7f13","type":"fractured"},{"id":"fractured.stat_3301100256","text":"\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3146788701","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3577248251","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_1086057912","text":"\u53ec\u5524\u751f\u7269\u5bf9\u6df1\u6e0a\u654c\u4eba\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3220927448","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_662691280","text":"\u53cc\u6301\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_658443507","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\u514d\u75ab\u70b9\u71c3\\n\u4f7f\u7528\u65f6\u79fb\u9664\u71c3\u70e7\u6548\u679c","type":"fractured"},{"id":"fractured.stat_1152182658","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b66\u827a\u7cbe\u6e5b\u3011","type":"fractured"},{"id":"fractured.stat_201731102","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u95ea\u7535\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1743759111","text":"\u6301\u53cc\u624b\u6b66\u5668\u65f6\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u6cd5\u672f\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_304970526","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1782176131","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1811130680","text":"\u9b54\u529b\u56de\u590d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2461965653","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2054530657","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u51b0\u971c\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1172810729","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1999711879","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"fractured"},{"id":"fractured.stat_10224385","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u6700\u5927\u5168\u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2154290807","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3450276548","text":"\u51fb\u4e2d\u51b0\u7f13\u7684\u654c\u4eba\u65f6\u4f7f\u5176\u81f4\u76f2","type":"fractured"},{"id":"fractured.stat_97064873","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u9020\u6210\u51bb\u7ed3\u3001\u611f\u7535\u548c\u70b9\u71c3","type":"fractured"},{"id":"fractured.stat_227523295","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"fractured"},{"id":"fractured.stat_3479987487","text":"\u751f\u6548\u671f\u95f4\uff0c\u683c\u6321\u53ca\u6655\u7729\u56de\u590d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1515657623","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"fractured"},{"id":"fractured.stat_3581578643","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u8d4b\u4e88 \u8f85\u52a9","type":"fractured"},{"id":"fractured.stat_475518267","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"fractured"},{"id":"fractured.stat_916797432","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7ea2\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2633745731","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_382360671","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51b3\u4e0d\u59a5\u534f\u3011","type":"fractured"},{"id":"fractured.stat_2238019079","text":"\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_3025453294","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u81ea\u5236\u3011","type":"fractured"},{"id":"fractured.stat_1316278494","text":"\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1456464057","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u6cd5\u672f\u4f24\u5bb3\u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_2662268382","text":"\u4f60\u5728\u3010\u7075\u5de7\u3011\u72b6\u6001\u4e0b\uff0c\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_80079005","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_153777645","text":"\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_2379781920","text":"\u8fd1\u671f\u82e5\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1040189894","text":"\u5251\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3846088475","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u6301\u7eed\u4f24\u5bb3\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3762784591","text":"\u53d7\u5230\u7684\u6301\u7eed\u6027\u6df7\u6c8c\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_3691695237","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8bc5\u5492\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_959641748","text":"\u4f7f\u7528\u65f6\u4f1a\u6263\u9664\u751f\u547d\uff0c\u7b49\u540c\u4e8e\u9b54\u529b\u56de\u590d\u503c\u7684 #%","type":"fractured"},{"id":"fractured.stat_95249895","text":"\u602a\u7269\u751f\u547d\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_2488361432","text":"\u602a\u7269\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1349296959","text":"\u751f\u6548\u671f\u95f4\u514d\u75ab\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_3212481075","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2016708976","text":"+#% \u54c1\u8d28","type":"fractured"},{"id":"fractured.stat_2439129490","text":"\u6df7\u6c8c\u6297\u6027\u5f52\u96f6","type":"fractured"},{"id":"fractured.stat_2176571093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6295\u5c04\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_20251177","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"fractured"},{"id":"fractured.stat_3873704640","text":"\u9b54\u6cd5\u602a\u7269\u6570\u91cf\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_677564538","text":"\u975e\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"fractured"},{"id":"fractured.stat_2387423236","text":"\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1289910726","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2228892313","text":"\u51fb\u4e2d\u65f6\u6709#%\u7684\u51e0\u7387\u78be\u538b","type":"fractured"},{"id":"fractured.stat_1910361436","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1261982764","text":"\u751f\u547d\u56de\u590d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1826802197","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"fractured"},{"id":"fractured.stat_1849042097","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u706b\u7130\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2556436882","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u589e\u5e45 \u8f85\u52a9","type":"fractured"},{"id":"fractured.stat_1173558568","text":"\u751f\u6548\u671f\u95f4\uff0c#% \u7684\u653b\u51fb\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_2251304016","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5d07\u9ad8\u4e4b\u5f62\u3011","type":"fractured"},{"id":"fractured.stat_3374165039","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_133683091","text":"\u6cd5\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2889664727","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3835551335","text":"\u4e0d\u4f1a\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_1195353227","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1298238534","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_165402179","text":"\u5bf9\u71c3\u70e7\u7684\u654c\u4eba\u9644\u52a0 # - # \u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1582781759","text":"\u4f7f\u7528\u6280\u80fd\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 # \u79d2\u51b7\u5374\u65f6\u95f4\\n\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\u89e6\u53d1\u7684\u6cd5\u672f\u6d88\u8017\u603b\u589e 150%","type":"fractured"},{"id":"fractured.stat_1878455805","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_308309328","text":"\u4f7f\u7528\u6280\u80fd\u65f6\u6709 #% \u7684\u51e0\u7387\u56de\u590d 10% \u9b54\u529b","type":"fractured"},{"id":"fractured.stat_4181072906","text":"\u73a9\u5bb6\u7684\u751f\u547d\u548c\u80fd\u91cf\u62a4\u76fe\u603b\u56de\u590d\u901f\u5ea6\u603b\u964d #%","type":"fractured"},{"id":"fractured.stat_1619168299","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"fractured"},{"id":"fractured.stat_2960683632","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_1435748744","text":"\u8bc5\u5492\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3533432197","text":"\u975e\u5149\u73af\u74e6\u5c14\u6280\u80fd\u6bcf\u6b21\u65bd\u653e\u9700\u8981\u7684\u7075\u9b42\u91cf\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_3143208761","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1903097619","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u7269\u7406\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3743375737","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3826977109","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u762b\u75ea \u8f85\u52a9","type":"fractured"},{"id":"fractured.stat_2745149002","text":"\u88ab\u4f60\u762b\u75ea\u7684\u654c\u4eba\u53d7\u5230\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1913583994","text":"\u602a\u7269\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_321077055","text":"\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3764265320","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_276103140","text":"\u5bf9\u611f\u7535\u76ee\u6807\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_792262925","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u72c2\u4e71\u4e4b\u76f8","type":"fractured"},{"id":"fractured.stat_1911162866","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6bc1\u706d\u5f15\u64ce\u3011","type":"fractured"},{"id":"fractured.stat_3599340381","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5145\u80fd\u5907\u6218\u3011","type":"fractured"},{"id":"fractured.stat_4222857095","text":"\u8fd1\u671f\u5185\u4f60\u6bcf\u51fb\u8d25 1 \u4e2a\u611f\u7535\u654c\u4eba\uff0c\u5219\u9644\u52a0 #-# \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3950683692","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u7535\u9707\u59ff\u6001","type":"fractured"},{"id":"fractured.stat_2806435316","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3859593448","text":"\u9759\u6b62\u65f6\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_2353576063","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2372915005","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7eaf\u7cb9\u4e4b\u529b\u3011","type":"fractured"},{"id":"fractured.stat_2312652600","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"fractured"},{"id":"fractured.stat_1334060246","text":"\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1041951480","text":"\u602a\u7269\u514d\u75ab\u6655\u7729","type":"fractured"},{"id":"fractured.stat_583277599","text":"\u5728\u4f60\u683c\u6321\u65f6\u51b0\u7f13\u5468\u56f4\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_2718698372","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7eff\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_410939404","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51cc\u8fdf\u3011","type":"fractured"},{"id":"fractured.stat_3623716321","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u683c\u6321\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3359207393","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u707e\u6b83\u3011","type":"fractured"},{"id":"fractured.stat_3317068522","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5c60\u592b\u547c\u5524\u3011","type":"fractured"},{"id":"fractured.stat_540300548","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u622a\u5fc3\u51fb\u3011","type":"fractured"},{"id":"fractured.stat_2908886986","text":"\u4e13\u6ce8\u65f6\u6709 #% \u7684\u51e0\u7387\u4f24\u5bb3\u7ffb\u500d","type":"fractured"},{"id":"fractured.stat_3079007202","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u4f7f\u7528\u6280\u80fd\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 8 \u79d2\u51b7\u5374\u65f6\u95f4\\n\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\u89e6\u53d1\u7684\u6cd5\u672f\u6d88\u8017\u603b\u589e 150%","type":"fractured"},{"id":"fractured.stat_1539825365","text":"\u3010\u963b\u7075\u672f\u3011\u751f\u6548\u671f\u95f4\uff0c+# \u62a4\u7532","type":"fractured"},{"id":"fractured.stat_69898010","text":"\u957f\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3257074218","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7edf\u5fa1\u4e4b\u4e3b\u3011","type":"fractured"},{"id":"fractured.stat_2523334466","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3032585258","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u72c2\u6012\u7403","type":"fractured"},{"id":"fractured.stat_3882662078","text":"\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1621496909","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u751f\u72e1\u8bc8\u3011","type":"fractured"},{"id":"fractured.stat_42242677","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_539970476","text":"\u5bf9\u6297\u88ab\u8bc5\u5492\u7684\u654c\u4eba\u65f6\uff0c\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3944525413","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6012\u706b\u76db\u5bb4\u3011","type":"fractured"},{"id":"fractured.stat_3040667106","text":"\u4f20\u5947\u9996\u9886\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_2213584313","text":"\u6709 #% \u51e0\u7387\u51fb\u4e2d\u65f6\u5bf9\u654c\u4eba\u9644\u52a0\u8106\u5f31\u8bc5\u5492\u3002","type":"fractured"},{"id":"fractured.stat_4078695","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"fractured"},{"id":"fractured.stat_2306522833","text":"\u602a\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1497673356","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_68673913","text":"\u6bcf 10 \u70b9\u529b\u91cf\u53ef\u4ee5\u4e3a\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_365540634","text":"+#% \u602a\u7269\u7684\u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_4154259475","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_558910024","text":"\u73a9\u5bb6\u53d7\u5230\u5143\u7d20\u8981\u5bb3\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_836936635","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"fractured"},{"id":"fractured.stat_311030839","text":"\u65a7\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_67280387","text":"\u83b7\u5f97\u7b49\u540c #% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_3550168289","text":"\u533a\u57df\u5185\u4f1a\u51fa\u73b0\u989d\u5916 # \u4e2a\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011","type":"fractured"},{"id":"fractured.stat_3235814433","text":"\u6240\u6709\u53ec\u5524\u7075\u4f53\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_1177358866","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2093523445","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3509724289","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u8d4b\u7980\u5f02\u3011","type":"fractured"},{"id":"fractured.stat_573223427","text":"\u4f60\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"fractured"},{"id":"fractured.stat_1859333175","text":"\u53ef\u4ee5\u6700\u591a\u62e5\u6709 3 \u4e2a\u5de5\u827a\u5c5e\u6027","type":"fractured"},{"id":"fractured.stat_2205982416","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4fa7\u8237\u70ae\u3011","type":"fractured"},{"id":"fractured.stat_2896346114","text":"\u96f6\u70b9\u5c04\u51fb","type":"fractured"},{"id":"fractured.stat_4064396395","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3945147290","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u66b4\u51fb\u7403","type":"fractured"},{"id":"fractured.stat_383245807","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9955\u992e\u7fa4\u9b54\u3011","type":"fractured"},{"id":"fractured.stat_1000591322","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u56fe\u817e","type":"fractured"},{"id":"fractured.stat_3743301799","text":"\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2342448236","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u68f1\u5149\u4e4b\u5fc3\u3011","type":"fractured"},{"id":"fractured.stat_3811191316","text":"\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_378817135","text":"+#% \u706b\u7130\u4e0e\u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1572897579","text":"\u5f53\u4f60\u62e5\u6709\u963b\u7075\u672f\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_2138205941","text":"\u602a\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"fractured"},{"id":"fractured.stat_1843941387","text":"\u63f4\u519b\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_4235300427","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7279\u522b\u9884\u5907\u3011","type":"fractured"},{"id":"fractured.stat_2642917409","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u5149\u73af\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_311641062","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u6b21\u6570","type":"fractured"},{"id":"fractured.stat_2564857472","text":"\u5bf9\u4f60\u65bd\u7528\u7684\u9b54\u6cd5\u529f\u80fd\u836f\u5242\u5177\u6709#%\u589e\u76ca\u6548\u679c","type":"fractured"},{"id":"fractured.stat_2087561637","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u75db\u996e\u3011","type":"fractured"},{"id":"fractured.stat_3465022881","text":"+#% \u95ea\u7535\u4e0e\u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_1366534040","text":"\u73a9\u5bb6\u53d7\u5230\u8106\u5f31\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_1583385065","text":"\u975e\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u5728\u963b\u7075\u672f\u6301\u7eed\u671f\u95f4\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3250272113","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u529b\u91cf\u8403\u53d6\u3011","type":"fractured"},{"id":"fractured.stat_798009319","text":"\u602a\u7269\u7684\u884c\u52a8\u901f\u5ea6\u65e0\u6cd5\u88ab\u51cf\u901f\u81f3\u57fa\u7840\u901f\u5ea6\u4ee5\u4e0b","type":"fractured"},{"id":"fractured.stat_335507772","text":"\u62a4\u8eab\u4e0a\u9650 +#","type":"fractured"},{"id":"fractured.stat_1678643716","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6bc1\u5929\u706d\u5730\u3011","type":"fractured"},{"id":"fractured.stat_2264295449","text":"\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"fractured"},{"id":"fractured.stat_3303114033","text":"\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_3031766858","text":"\u4e13\u6ce8\u65f6\uff0c\u4f7f\u5468\u56f4\u654c\u4eba\u611f\u7535 # \u79d2","type":"fractured"},{"id":"fractured.stat_3901992019","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u672f\u82f1\u59ff\u3011","type":"fractured"},{"id":"fractured.stat_1903496649","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4f18\u96c5\u5904\u5211\u3011","type":"fractured"},{"id":"fractured.stat_3464419871","text":"\u602a\u7269\u4f1a\u53cd\u5c04 #% \u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_436556261","text":"\u6b64\u5730\u56fe\u7684\u7269\u54c1\u6570\u91cf\u52a0\u6210\u540c\u65f6\u5957\u7528\u4e8e\u7269\u54c1\u7a00\u6709\u5ea6\u4e0a","type":"fractured"},{"id":"fractured.stat_2434101731","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_415837237","text":"\u5468\u56f4\u654c\u4eba\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1342271987","text":"\u63f4\u519b\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1397498432","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6d41\u7ebf\u4f5c\u4e1a\u3011","type":"fractured"},{"id":"fractured.stat_2674336304","text":"\u5468\u56f4\u654c\u4eba\u7684\u51b0\u971c\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_1324450398","text":"\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u731b\u653b\u3011\u6548\u679c","type":"fractured"},{"id":"fractured.stat_2233272527","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8fde\u53d1\u3011","type":"fractured"},{"id":"fractured.stat_3590128077","text":"\u5e7d\u7075\u821e\u6b65","type":"fractured"},{"id":"fractured.stat_3372255769","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9489\u523a\u8c03\u548c\u3011","type":"fractured"},{"id":"fractured.stat_3393628375","text":"+#% \u51b0\u971c\u4e0e\u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3642618258","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"fractured"},{"id":"fractured.stat_57326096","text":"+#% \u602a\u7269\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_4216282855","text":"\u88ab\u4f60\u81f4\u76f2\u7684\u654c\u4eba\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2253286128","text":"\u4f4e\u8840\u65f6\uff0c\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +#%","type":"fractured"},{"id":"fractured.stat_3992439283","text":"\u82e5\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\uff0c\u5219 +#% \u57fa\u7840\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_1054098949","text":"+#% \u602a\u7269\u7684\u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2553656203","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_3692167527","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6df7\u6c8c\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2008682345","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u63b7\u8c61\u529f\u3011","type":"fractured"},{"id":"fractured.stat_1703766309","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df1\u5bd2\u3011","type":"fractured"},{"id":"fractured.stat_3523867985","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"fractured"},{"id":"fractured.stat_3967765261","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9c9c\u8840\u4e4b\u8165\u3011","type":"fractured"},{"id":"fractured.stat_567971948","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u6bd2\u7a7f\u523a\u3011","type":"fractured"},{"id":"fractured.stat_1106651798","text":"\u602a\u7269\u65e0\u6cd5\u88ab\u5632\u8bbd","type":"fractured"},{"id":"fractured.stat_3736589033","text":"\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"fractured"},{"id":"fractured.stat_2109106920","text":"\u4f20\u5947\u9996\u9886\u7684\u653b\u51fb\u901f\u5ea6\u53ca\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3448216135","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1890519597","text":"\u602a\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1519615863","text":"\u51fb\u4e2d\u65f6 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"fractured"},{"id":"fractured.stat_185592058","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5927\u6f29\u6da1\u4e4b\u4e3b","type":"fractured"},{"id":"fractured.stat_771127912","text":"\u6bcf\u79d2\u635f\u5931#\u70b9\u751f\u547d","type":"fractured"},{"id":"fractured.stat_932096321","text":"\u4f60\u7684\u706b\u7130\u4f24\u5bb3\u53ef\u4ee5\u611f\u7535","type":"fractured"},{"id":"fractured.stat_3324747104","text":"\u4e13\u6ce8\u65f6\uff0c\u5c06 #% \u7684\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"fractured"},{"id":"fractured.stat_1919892065","text":"\u5bf9\u6297\u88ab\u4f60\u5a01\u5413\u7684\u654c\u4eba\u65f6\uff0c\u5b83\u4eec\u7684\u7729\u6655\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_1276918229","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_1708461270","text":"\u602a\u7269\u6548\u679c\u533a\u57df\u7684\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_1595367309","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u66b4\u98ce\u96ea\u3011","type":"fractured"},{"id":"fractured.stat_3151397056","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a #%","type":"fractured"},{"id":"fractured.stat_4191067677","text":"\u722a\u7c7b\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_839186746","text":"\u602a\u7269\u7684\u7269\u7406\u51cf\u4f24\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_392942015","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4ee5\u773c\u8fd8\u773c\u3011","type":"fractured"},{"id":"fractured.stat_3729445224","text":"\u4f60\u6280\u80fd\u7684\u5149\u73af\u53ef\u4f7f\u4f60\u548c\u5468\u56f4\u53cb\u519b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1483753325","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3416853625","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_4291066912","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u90aa\u6076\u4e4b\u773c\u3011","type":"fractured"},{"id":"fractured.stat_4180925106","text":"\u6cd5\u5e08\u514b\u661f","type":"fractured"},{"id":"fractured.stat_2289610642","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u70c2\u4e4b\u722a\u3011","type":"fractured"},{"id":"fractured.stat_3435403756","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65bd\u6cd5\u719f\u624b\u3011","type":"fractured"},{"id":"fractured.stat_2695848124","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5fb7\u745e\u7684\u9955\u992e","type":"fractured"},{"id":"fractured.stat_2549889921","text":"\u73a9\u5bb6\u83b7\u5f97\u7684\u836f\u5242\u5145\u80fd\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_4252630904","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u8bb8\u591a\u5947\u5854\u5f17\u7684\u72c2\u4fe1\u8005","type":"fractured"},{"id":"fractured.stat_1339532482","text":"\u63f4\u519b\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3350803563","text":"\u88ab\u602a\u7269\u51fb\u4e2d\u65f6\u4e2d\u6bd2","type":"fractured"},{"id":"fractured.stat_1038897629","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5bf8\u8349\u4e0d\u751f\u3011","type":"fractured"},{"id":"fractured.stat_124877078","text":"\u4f20\u5947\u9996\u9886\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4188581520","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u575a\u5b88\u6218\u573a\u3011","type":"fractured"},{"id":"fractured.stat_2454339320","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7981\u65ad\u4e4b\u8a00\u3011","type":"fractured"},{"id":"fractured.stat_782230869","text":"\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_205619502","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 1 \u7ea7\u7684\u3010\u72c2\u91ce\u6012\u706b\u3011","type":"fractured"},{"id":"fractured.stat_380759151","text":"\u4f60\u7684\u95ea\u7535\u4f24\u5bb3\u53ef\u4ee5\u51b0\u51bb","type":"fractured"},{"id":"fractured.stat_2484082827","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u56de\u98ce\u4e4b\u5251\u3011","type":"fractured"},{"id":"fractured.stat_327253797","text":"\u62a4\u7532\u503c\u6709 #% \u7684\u51e0\u7387\u4ee5 200% \u8fdb\u884c\u9632\u5fa1","type":"fractured"},{"id":"fractured.stat_2022851697","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u83b7\u5f97\u74e6\u5c14\u51a5\u7ea6\u6548\u679c","type":"fractured"},{"id":"fractured.stat_3561450806","text":"\u533a\u57df\u5185\u7684\u602a\u7269\u79cd\u7c7b\u589e\u52a0\u4e86","type":"fractured"},{"id":"fractured.stat_1015189426","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b66\u827a\u4e13\u7cbe\u3011","type":"fractured"},{"id":"fractured.stat_177215332","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u6cd5\u8815\u866b\u3011","type":"fractured"},{"id":"fractured.stat_2350430215","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u653e\u8840\u3011","type":"fractured"},{"id":"fractured.stat_2264586521","text":"\u63d2\u69fd\u5185\u653b\u51fb\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"fractured"},{"id":"fractured.stat_2076519255","text":"\u906d\u53d7\u611f\u7535\u65f6\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2449392400","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df7\u6c8c\u964d\u751f\u3011","type":"fractured"},{"id":"fractured.stat_3212859169","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f27\u5149\u7bad\u3011","type":"fractured"},{"id":"fractured.stat_3753650187","text":"\u4e13\u6ce8\u65f6\u6709 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"fractured"},{"id":"fractured.stat_1265282021","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u732b\u4e4b\u52bf\u3011","type":"fractured"},{"id":"fractured.stat_3594640492","text":"\u6bcf\u79d2\u56de\u590d #% \u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_337935900","text":"\u602a\u7269\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_4105031548","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5492\u6cd5\u4e4b\u5899\u3011","type":"fractured"},{"id":"fractured.stat_3640252904","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u91d1\u521a\u62f3\u3011","type":"fractured"},{"id":"fractured.stat_2326202293","text":"\u73a9\u5bb6\u53d7\u5230\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_941368244","text":"\u73a9\u5bb6\u7684\u51b7\u5374\u56de\u590d\u7387\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_1588049749","text":"\u602a\u7269\u7684\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1328548975","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"fractured"},{"id":"fractured.stat_774474440","text":"\u751f\u6548\u671f\u95f4\uff0c\u4f60\u53d7\u5230\u7684\u51bb\u7ed3\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3709502856","text":"\u88ab\u4f60\u7f13\u901f\u7684\u654c\u4eba\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1936135020","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u727a\u7272\u5236\u9020\u8005\u3011","type":"fractured"},{"id":"fractured.stat_1959158336","text":"\u4f20\u5947\u9996\u9886\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4056408881","text":"\u5956\u52b1\u5ba4\u7684\u602a\u7269\u589e\u52a0 #%","type":"fractured"},{"id":"fractured.stat_3828375170","text":"\u4f60\u9020\u6210\u7684\u6d41\u8840\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_744783843","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51bb\u5f7b\u5fc3\u6249\u3011","type":"fractured"},{"id":"fractured.stat_4103440490","text":"\u73a9\u5bb6\u53d7\u5230\u8870\u5f31\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_2569717992","text":"\u5b88\u536b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4120556534","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7a7a\u6c14\u529b\u5b66\u3011","type":"fractured"},{"id":"fractured.stat_3374054207","text":"\u53ec\u5524\u751f\u7269\u6709+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"fractured"},{"id":"fractured.stat_2651141461","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u4eba\u578b\u751f\u7269\u3011","type":"fractured"},{"id":"fractured.stat_4164174520","text":"\u602a\u7269\u7684\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u762b\u75ea\u3011","type":"fractured"},{"id":"fractured.stat_3796523155","text":"\u5bf9\u602a\u7269\u7684\u8bc5\u5492\u603b\u6548\u679c\u603b\u964d #%","type":"fractured"},{"id":"fractured.stat_1813544255","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u7f8a\u7537\u3011","type":"fractured"},{"id":"fractured.stat_1678358883","text":"\u5fd8\u5ddd\u4e4b\u5f71","type":"fractured"},{"id":"fractured.stat_2771217016","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6050\u60e7\u4e4b\u4e3b\u3011","type":"fractured"},{"id":"fractured.stat_3128272024","text":"\u533a\u57df\u672a\u5c01\u9501\u65f6\uff0c\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%\\n\u533a\u57df\u672a\u5c01\u9501\u65f6\uff0c\u73a9\u5bb6\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"fractured"},{"id":"fractured.stat_622362787","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u539f\u521d\u4e4b\u7f1a\u3011","type":"fractured"},{"id":"fractured.stat_816079058","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1541224187","text":"\u602a\u7269\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u7a7f\u523a\u3011","type":"fractured"},{"id":"fractured.stat_4272503233","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u762b\u75ea\u3011","type":"fractured"},{"id":"fractured.stat_3914740665","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u9e1f\u4e4b\u52bf\u3011","type":"fractured"},{"id":"fractured.stat_836566759","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51b7\u8840\u6740\u624b\u3011","type":"fractured"},{"id":"fractured.stat_2401834120","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_25085466","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u6d77\u5deb\u3011\u548c\u5b83\u7684\u53ec\u5524\u751f\u7269","type":"fractured"},{"id":"fractured.stat_2262736444","text":"\u5f02\u80fd\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_2589589781","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u95ea\u5149\u7406\u5ff5\u3011","type":"fractured"},{"id":"fractured.stat_4198346809","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u52a8\u7269","type":"fractured"},{"id":"fractured.stat_3839688967","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u95ea\u7535\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_4281625943","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d81\u673a\u53d1\u96be\u3011","type":"fractured"},{"id":"fractured.stat_69078820","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u5316\u521b\u4f24\u3011","type":"fractured"},{"id":"fractured.stat_2261237498","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u63a2\u7d22\u7b26\u6587\u3011","type":"fractured"},{"id":"fractured.stat_962720646","text":"\u602a\u7269\u7684\u6cd5\u672f\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u7f13\u901f\u3011","type":"fractured"},{"id":"fractured.stat_3585232432","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u89c4\u5f8b\u4e3b\u5bb0\u3011","type":"fractured"},{"id":"fractured.stat_3258653591","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u94a2\u94c1\u6597\u58eb\u3011","type":"fractured"},{"id":"fractured.stat_4102318278","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u87f9\u4e4b\u52bf\u3011","type":"fractured"},{"id":"fractured.stat_1840751341","text":"\u4e13\u6ce8\u65f6\uff0c\u4f60\u65bd\u52a0\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_608164368","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b7b\u4ea1\u4e4b\u613f\u3011","type":"fractured"},{"id":"fractured.stat_617462123","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_536929014","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u788e\u654c\u4eba\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_2530372417","text":"#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387","type":"fractured"},{"id":"fractured.stat_828170926","text":"\u593a\u5b9d\u5947\u5175\u7684\u6b3a\u8bc8\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_14664297","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"fractured"},{"id":"fractured.stat_3482587079","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2787931289","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u62a4\u7532\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_2879723104","text":"\u524d\u7f00\u65e0\u6cd5\u88ab\u6539\u53d8","type":"fractured"},{"id":"fractured.stat_346029096","text":"\u706b\u4e4b\u5316\u8eab","type":"fractured"},{"id":"fractured.stat_3577222856","text":"\u533a\u57df\u5185\u6709\u8150\u5316\u5730\u9762","type":"fractured"},{"id":"fractured.stat_2233905349","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5723\u6cb9","type":"fractured"},{"id":"fractured.stat_2764017512","text":"\u602a\u7269\u4f1a\u53cd\u5c04 #% \u5143\u7d20\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2244243943","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5343\u65a4\u5760\u3011","type":"fractured"},{"id":"fractured.stat_1722821275","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5dc5\u5cf0\u72b6\u6001\u3011","type":"fractured"},{"id":"fractured.stat_2032453153","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d4b\u80fd\u4f7f\u8005\u3011","type":"fractured"},{"id":"fractured.stat_3246076198","text":"\u533a\u57df\u5185\u6709\u3010\u611f\u7535\u5730\u9762\u3011\uff0c\u4f7f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2250169390","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9738\u4e3b\u3011","type":"fractured"},{"id":"fractured.stat_1888494262","text":"\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u53ef\u4ee5\u70b9\u71c3","type":"fractured"},{"id":"fractured.stat_1902595112","text":"\u5468\u56f4\u654c\u4eba\u7684\u6df7\u6c8c\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_2930275641","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7ffb\u5929\u6a2a\u626b\u3011","type":"fractured"},{"id":"fractured.stat_547412107","text":"\u74e6\u5c14\u6280\u80fd\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_248982637","text":"\u51fb\u4e2d\u4f60\u65f6\u83b7\u5f97\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3#%\u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1421267186","text":"\u65e0\u4e0a\u81ea\u6211","type":"fractured"},{"id":"fractured.stat_2923069345","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3711553948","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7834\u574f\u8005\u3011","type":"fractured"},{"id":"fractured.stat_2314111938","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u79d8\u6cd5\u7ed3\u754c\u3011","type":"fractured"},{"id":"fractured.stat_725880290","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_882876854","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u6bd2\u6495\u54ac\u3011","type":"fractured"},{"id":"fractured.stat_1849749435","text":"\u5468\u56f4\u654c\u4eba\u7684\u95ea\u7535\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_774369953","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9632\u62a4\u6bd2\u7d20\u3011","type":"fractured"},{"id":"fractured.stat_1499057234","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6218\u573a\u4e3b\u5bb0\u3011","type":"fractured"},{"id":"fractured.stat_3202667190","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u673d\u5b66\u5f92\u3011","type":"fractured"},{"id":"fractured.stat_2175178647","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u7cbe\u534e","type":"fractured"},{"id":"fractured.stat_4126210832","text":"\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f","type":"fractured"},{"id":"fractured.stat_1096136223","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7cbe\u534e\u75be\u653b\u3011","type":"fractured"},{"id":"fractured.stat_2312028586","text":"\u73a9\u5bb6\u6280\u80fd\u7684\u8303\u56f4\u603b\u964d #%","type":"fractured"},{"id":"fractured.stat_4223377453","text":"\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_131358113","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u89e3\u5256\u7597\u6cd5\u3011","type":"fractured"},{"id":"fractured.stat_715786975","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fc3\u7075\u67af\u7aed\u3011","type":"fractured"},{"id":"fractured.stat_2783012144","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u547c\u5578\u98de\u7bad\u3011","type":"fractured"},{"id":"fractured.stat_713945233","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u70c2\u6297\u529b\u3011","type":"fractured"},{"id":"fractured.stat_3415827027","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u72c2\u98ce\u626b\u8361\u3011","type":"fractured"},{"id":"fractured.stat_4080245957","text":"\u7b26\u6587\u7ed1\u5b9a\u8005","type":"fractured"},{"id":"fractured.stat_1910157106","text":"\u73a9\u5bb6\u65e0\u6cd5\u518d\u751f\u751f\u547d\uff0c\u9b54\u529b\u548c\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_751773204","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_4291434923","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f25\u8865\u4e4b\u6e90\u3011","type":"fractured"},{"id":"fractured.stat_1616734644","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u90aa\u6076\u70df\u4e91\u3011","type":"fractured"},{"id":"fractured.stat_3515686789","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2118664144","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6cd5\u5e08\u730e\u4eba\u3011","type":"fractured"},{"id":"fractured.stat_3872380586","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7edd\u5999\u9547\u538b\u3011","type":"fractured"},{"id":"fractured.stat_1225383362","text":"+# \u9b54\u4f8d\u6570\u91cf\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_2462090973","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u73e0\u5b9d","type":"fractured"},{"id":"fractured.stat_647064288","text":"\u4f7f\u7528\u89e3\u5bc6\u672f\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"fractured"},{"id":"fractured.stat_462115791","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5fb7\u745e\u7684\u6028\u6068","type":"fractured"},{"id":"fractured.stat_1080363357","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u7075\u4e4b\u568e\u3011","type":"fractured"},{"id":"fractured.stat_1130670241","text":"\u7ed3\u754c\u590d\u539f\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2194205899","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9634\u51b7\u8a93\u8a00\u3011","type":"fractured"},{"id":"fractured.stat_1140978125","text":"\u4e0d\u80fd\u5077\u53d6\u602a\u7269","type":"fractured"},{"id":"fractured.stat_889728548","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u9a91\u624b\u3011","type":"fractured"},{"id":"fractured.stat_1741700339","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u96f7\u8f70\u9876\u3011","type":"fractured"},{"id":"fractured.stat_664010431","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9632\u5fa1\u8001\u624b\u3011","type":"fractured"},{"id":"fractured.stat_4154059009","text":"\u602a\u7269\u514d\u75ab\u8bc5\u5492","type":"fractured"},{"id":"fractured.stat_407390981","text":"#%\u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_178386603","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f1a\u4f7f\u4f60\u88ab\u547d\u4e2d\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2785835061","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51dd\u805a\u3011","type":"fractured"},{"id":"fractured.stat_3938603844","text":"\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u51b0\u971c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3916182167","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u6076\u9b54\u3011","type":"fractured"},{"id":"fractured.stat_2055715585","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65f1\u9b43\u3011","type":"fractured"},{"id":"fractured.stat_2753083623","text":"\u602a\u7269\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1048879642","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u66b4\u6c11\u601d\u7ef4\u3011","type":"fractured"},{"id":"fractured.stat_2048995720","text":"\u795e\u5a01\u4e4b\u76fe","type":"fractured"},{"id":"fractured.stat_286947568","text":"\u73a9\u5bb6\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3 +#%","type":"fractured"},{"id":"fractured.stat_1766730250","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u514d\u75ab\u5f02\u5e38\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_4070754804","text":"\u53ec\u5524\u7684\u6124\u6012\u72c2\u7075\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u5237\u65b0\u6301\u7eed\u65f6\u95f4","type":"fractured"},{"id":"fractured.stat_3762412853","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_2665170385","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8fde\u6253\u5e26\u8dd1\u3011","type":"fractured"},{"id":"fractured.stat_272758639","text":"\u73a9\u5bb6\u7684\u62a4\u7532\u603b\u964d #%","type":"fractured"},{"id":"fractured.stat_2693705594","text":"#%\u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"fractured"},{"id":"fractured.stat_3758712376","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u547c\u98ce\u5524\u96ea\u3011","type":"fractured"},{"id":"fractured.stat_2631806437","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6dec\u706b\u7bad\u5934\u3011","type":"fractured"},{"id":"fractured.stat_7847395","text":"\u53ec\u5524\u7684\u5e7b\u7075\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u5237\u65b0\u6301\u7eed\u65f6\u95f4","type":"fractured"},{"id":"fractured.stat_816367946","text":"\u602a\u7269\u7684\u6240\u6709\u4f24\u5bb3\u5fc5\u5b9a\u70b9\u71c3","type":"fractured"},{"id":"fractured.stat_1026390635","text":"\u73a9\u5bb6\u4e0d\u80fd\u65bd\u52a0\u66dd\u9732\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_1982436039","text":"\u5de1\u903b\u961f\u88ab\u7cbe\u82f1\u5de1\u903b\u961f\u53d6\u4ee3\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1543731719","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u89d2\u6597\u6218\u6cd5\u3011","type":"fractured"},{"id":"fractured.stat_2122183138","text":"\u9b54\u529b\u5728\u4f60\u683c\u6321\u65f6 #","type":"fractured"},{"id":"fractured.stat_3391925584","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u76f4\u653b\u8981\u5bb3\u3011","type":"fractured"},{"id":"fractured.stat_2961018200","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u5927\u91cf\u88ab\u521b\u9020\u7684\u751f\u7269","type":"fractured"},{"id":"fractured.stat_2142803347","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709#%\u7684\u51e0\u7387\u635f\u5931\u4e00\u4e2a\u72c2\u6012\u7403","type":"fractured"},{"id":"fractured.stat_922014346","text":"\u62a4\u4f53\u4e0a\u9650\u5728\u4e13\u6ce8\u65f6 +#","type":"fractured"},{"id":"fractured.stat_1705633890","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6062\u5b8f\u58c1\u5792\u3011","type":"fractured"},{"id":"fractured.stat_3610263531","text":"\u4e13\u6ce8\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3138486617","text":"\u8b66\u62a5\u7b49\u7ea7\u6bcf\u79d2\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4186213466","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6e0e\u795e\u96c5\u91cf\u3011","type":"fractured"},{"id":"fractured.stat_349586058","text":"\u533a\u57df\u5185\u6709\u3010\u51b0\u7f13\u5730\u9762\u3011","type":"fractured"},{"id":"fractured.stat_150668988","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u9677\u9631\u6280\u80fd\u77f3\u3011\u6216\u3010\u5730\u96f7\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_3848677307","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9ad8\u7a7a\u94a2\u4e1d\u3011","type":"fractured"},{"id":"fractured.stat_3416410609","text":"+#% \u5bf9\u6295\u5c04\u7269\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"fractured"},{"id":"fractured.stat_3702411606","text":"\u5de1\u903b\u961f\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2174134106","text":"\u6218\u543c\u6280\u80fd\u4e0d\u80fd\u589e\u52a9\u4f4d\u79fb\u6280\u80fd","type":"fractured"},{"id":"fractured.stat_3492924480","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u68f1\u5149\u4e4b\u58f3\u3011","type":"fractured"},{"id":"fractured.stat_902747843","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3441651621","text":"\u653b\u51fb\u51fb\u4e2d\u627f\u53d7 +# \u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3799759054","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u541f\u5531\u6280\u80fd\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2887760183","text":"\u602a\u7269\u5c06\u751f\u547d\u4e0a\u9650\u7684 #% \u8f6c\u5316\u4e3a\u989d\u5916\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650","type":"fractured"},{"id":"fractured.stat_2387539034","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3836017971","text":"\u7167\u4eae\u8303\u56f4\u5c06\u57fa\u4e8e\u80fd\u91cf\u62a4\u76fe\u7684\u5c5e\u6027","type":"fractured"},{"id":"fractured.stat_1153801980","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u711a\u5316\u7089\u3011","type":"fractured"},{"id":"fractured.stat_693808153","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5343\u91cc\u51b0\u5c01\u3011","type":"fractured"},{"id":"fractured.stat_1051688002","text":"\u66b4\u51fb\u7387\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%\\n\u73a9\u5bb6\u66b4\u51fb\u7387\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4122424929","text":"\u4e0d\u80fd\u9644\u52a0\u6b66\u5668\u653b\u51fb\u76f8\u5173\u5c5e\u6027\u4fee\u6b63","type":"fractured"},{"id":"fractured.stat_3516340048","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u9b3c\u9b42","type":"fractured"},{"id":"fractured.stat_133340941","text":"\u533a\u57df\u5185\u6709\u3010\u71c3\u70e7\u5730\u9762\u3011","type":"fractured"},{"id":"fractured.stat_1309819744","text":"\u602a\u7269\u53ef\u4ee5\u53d1\u5c04 # \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"fractured"},{"id":"fractured.stat_2692578539","text":"\u593a\u5b9d\u5947\u5175\u7684\u6240\u6709\u4efb\u52a1\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2017927451","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6df7\u5143\u9707\u5929\u3011","type":"fractured"},{"id":"fractured.stat_2257141320","text":"\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2357136187","text":"\u4e3b\u8981\u8d4f\u91d1\u76ee\u6807\u7684\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0\u4ef7\u503c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_645841425","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u8fdc\u7a0b\u602a\u7269","type":"fractured"},{"id":"fractured.stat_1217583941","text":"\u73a9\u5bb6\u8eab\u4e0a\u7684\u589e\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2978905446","text":"\u4efb\u52a1\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_999511066","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3398283493","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u706b\u7130\u6297\u6027","type":"fractured"},{"id":"fractured.stat_668504404","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u88c2\u9699\u788e\u7247","type":"fractured"},{"id":"fractured.stat_3607300552","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u590d\u5174\u3011","type":"fractured"},{"id":"fractured.stat_3638731729","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u72c2\u8650\u8005\u3011","type":"fractured"},{"id":"fractured.stat_808491979","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u4e0d\u6b7b\u751f\u7269","type":"fractured"},{"id":"fractured.stat_3134632618","text":"\u8be5\u533a\u57df\u88ab\u6708\u5f71\u5973\u795e\u5360\u9886","type":"fractured"},{"id":"fractured.stat_1970781345","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3417757416","text":"\u9677\u9631\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1390113017","text":"\u5956\u52b1\u5ba4\u602a\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2001530951","text":"\u9677\u9631\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3909846940","text":"\u3010\u5e7b\u5316\u5b88\u536b\u3011\u88c5\u5907\u7684\u7269\u54c1\u5c06\u5728\u5b83\u6b7b\u4ea1\u65f6\u6389\u843d","type":"fractured"},{"id":"fractured.stat_918170065","text":"\u602a\u7269 +#% \u9b54\u529b\u5077\u53d6\u6297\u6027","type":"fractured"},{"id":"fractured.stat_3667574329","text":"\u73a9\u5bb6\u7684\u547d\u4e2d\u503c\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3376488707","text":"\u73a9\u5bb6\u7684\u6297\u6027\u4e0a\u9650 #%","type":"fractured"},{"id":"fractured.stat_2513410880","text":"\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u7684\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1239251576","text":"\u8b66\u62a5\u7b49\u7ea7\u4e00\u6ee1\u4fbf\u7acb\u523b\u89e6\u53d1\u5c01\u9501","type":"fractured"},{"id":"fractured.stat_2195518432","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u65e0\u4e2d\u751f\u6709\u3011","type":"fractured"},{"id":"fractured.stat_3574189159","text":"\u5143\u7d20\u8d85\u8f7d","type":"fractured"},{"id":"fractured.stat_1149326139","text":"\u4e0d\u80fd\u9644\u52a0\u6cd5\u672f\u76f8\u5173\u5c5e\u6027\u4fee\u6b63","type":"fractured"},{"id":"fractured.stat_1238382441","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u603b\u95ea\u907f\u503c\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_2266636761","text":"\u5bf9\u6301\u7eed\u4f24\u5bb3\u6709 +#% \u6df7\u6c8c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_314741699","text":"\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_308396001","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2992263716","text":"\u4e13\u6ce8\u65f6\u8865\u5145 #% \u7684\u9b54\u529b\u548c\u80fd\u91cf\u62a4\u76fe","type":"fractured"},{"id":"fractured.stat_821241191","text":"\u836f\u5242\u7ed9\u4e88\u7684\u751f\u547d\u6062\u590d\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4222635921","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51f6\u86ee\u56de\u8361\u3011","type":"fractured"},{"id":"fractured.stat_492027537","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"fractured"},{"id":"fractured.stat_2835888248","text":"\u73a9\u5bb6\u62e5\u6709\u3010\u96f6\u70b9\u5c04\u51fb\u3011","type":"fractured"},{"id":"fractured.stat_2301191210","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"fractured"},{"id":"fractured.stat_873692616","text":"\u5b88\u536b\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1466172118","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u751f\u547d\u56de\u590d\u7387\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3925004212","text":"#%\u7684\u95ea\u7535\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"fractured"},{"id":"fractured.stat_1563396443","text":"\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2129392647","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5faa\u73af\u6e6e\u706d\u3011","type":"fractured"},{"id":"fractured.stat_117667746","text":"\u5730\u96f7\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3141070085","text":"\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1821748178","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u72fc\u54ed\u53f7\u3011","type":"fractured"},{"id":"fractured.stat_322206271","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_652638686","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4f7f\u73a9\u5bb6\u7684\u6297\u6027\u4e0a\u9650 +#%","type":"fractured"},{"id":"fractured.stat_828179689","text":"\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2144634814","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6c38\u6052\u82e6\u96be\u3011","type":"fractured"},{"id":"fractured.stat_1269219558","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2596487673","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6218\u543c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_720398262","text":"\u963b\u7075\u672f\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_687813731","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u8010\u529b\u7403","type":"fractured"},{"id":"fractured.stat_3144910208","text":"\u5de1\u903b\u602a\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2605040931","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2287264161","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u79d8\u672f\u589e\u5f3a \u8f85\u52a9","type":"fractured"},{"id":"fractured.stat_3652138990","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5b8c\u7f8e\u65e0\u6687\u3011","type":"fractured"},{"id":"fractured.stat_526251910","text":"\u65e0\u6cd5\u5077\u53d6\u602a\u7269\u751f\u547d","type":"fractured"},{"id":"fractured.stat_839556554","text":"\u5956\u52b1\u5ba4\u602a\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3085465082","text":"\u5730\u96f7\u5f15\u7206\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3003321700","text":"\u4f60\u4e0d\u80fd\u83b7\u5f97\u836f\u5242\u6548\u679c","type":"fractured"},{"id":"fractured.stat_3884934810","text":"\u5b8c\u7f8e\u82e6\u75db","type":"fractured"},{"id":"fractured.stat_2697534676","text":"\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1468606528","text":"\u6d88\u706d\u654c\u4eba\u65f6\u89e6\u53d1\u7b49\u7ea710\u53ec\u5524\u5e7d\u72fc","type":"fractured"},{"id":"fractured.stat_2127433866","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_1742567045","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u72c2\u6012\u7403","type":"fractured"},{"id":"fractured.stat_98977150","text":"\u82e6\u75db\u7075\u66f2","type":"fractured"},{"id":"fractured.stat_1290215329","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9b54\u4f8d\u51cb\u96f6\u3011","type":"fractured"},{"id":"fractured.stat_3828613551","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"fractured"},{"id":"fractured.stat_3211817426","text":"\u5de5\u7a0b\u5b66\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2374357674","text":"\u82e5\u4f60\u8eab\u4e0a\u7684\u4e2d\u6bd2\u6548\u679c\u5c11\u4e8e 100\uff0c \u5219\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u5c06\u4f5c\u7528\u5230\u4f60\u8eab\u4e0a","type":"fractured"},{"id":"fractured.stat_593845252","text":"\u591a\u9762\u597d\u624b","type":"fractured"},{"id":"fractured.stat_1424794574","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u53d7\u798f\u91cd\u751f\u3011","type":"fractured"},{"id":"fractured.stat_2450628570","text":"\u73a9\u5bb6\u6280\u80fd\u7684\u975e\u8bc5\u5492\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1005475168","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6a2a\u626b\u5343\u519b\u3011","type":"fractured"},{"id":"fractured.stat_2043284086","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6301\u4e45\u51b7\u9759\u3011","type":"fractured"},{"id":"fractured.stat_3777170562","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9739\u96f3\u96f7\u9707\u3011","type":"fractured"},{"id":"fractured.stat_4272248216","text":"\u7075\u80fd\u62a4\u4f53","type":"fractured"},{"id":"fractured.stat_406353061","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u83b7\u5f97\u66b4\u51fb\u7403","type":"fractured"},{"id":"fractured.stat_590557979","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u516d\u5206\u4eea","type":"fractured"},{"id":"fractured.stat_2946222246","text":"\u65e0\u65c5\u884c\u8d39\u7528","type":"fractured"},{"id":"fractured.stat_2101383955","text":"\u4f24\u5bb3\u7a7f\u900f #% \u5143\u7d20\u6297\u6027","type":"fractured"},{"id":"fractured.stat_112130960","text":"\u552f\u6211\u72ec\u5c0a","type":"fractured"},{"id":"fractured.stat_3500911418","text":"\u751f\u547d\u5728\u4efb\u610f\u836f\u5242\u751f\u6548\u671f\u95f4\u6bcf\u79d2\u518d\u751f #%","type":"fractured"},{"id":"fractured.stat_1745952865","text":"\u81ea\u8eab\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u65f6\u95f4\u7f29\u77ed #%","type":"fractured"},{"id":"fractured.stat_2843214518","text":"\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1462135249","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u706b\u7130\u4e4b\u4e3b\u3011","type":"fractured"},{"id":"fractured.stat_3612470379","text":"\u63d0\u4f9b # \u7ea7\u5c0a\u4e25","type":"fractured"},{"id":"fractured.stat_228455793","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u591a\u5229\u4e9a\u5c3c\u4e4b\u8bad\u3011","type":"fractured"},{"id":"fractured.stat_3471951849","text":"\u5c01\u9501\u8ba1\u65f6 +# \u79d2","type":"fractured"},{"id":"fractured.stat_680068163","text":"\u6655\u7729\u95e8\u69db\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2588474575","text":"\u4f20\u5947\u9996\u9886\u88ab\u9644\u8eab","type":"fractured"},{"id":"fractured.stat_2195406641","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6309\u56fe\u7d22\u9aa5\u3011","type":"fractured"},{"id":"fractured.stat_4216809421","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5723\u7532\u866b","type":"fractured"},{"id":"fractured.stat_3900877792","text":"\u6ca1\u6709\u7269\u7406\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2891175306","text":"\u751f\u6548\u671f\u95f4\uff0c\u7ed3\u754c\u589e\u5f3a #%","type":"fractured"},{"id":"fractured.stat_3536778624","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u80c1\u8feb\u5982\u5c71\u3011","type":"fractured"},{"id":"fractured.stat_1263158408","text":"\u5143\u7d20\u4e4b\u76f8","type":"fractured"},{"id":"fractured.stat_2918755450","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u717d\u98ce\u70b9\u706b\u3011","type":"fractured"},{"id":"fractured.stat_3244118730","text":"\u4e13\u6ce8\u65f6\uff0c\u6bcf\u79d2\u5c06 #% \u7684\u95ea\u907f\u503c\u8f6c\u5316\u4e3a\u751f\u547d\u6062\u590d","type":"fractured"},{"id":"fractured.stat_3881737087","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u7981\u6b32\u4e4b\u76f8","type":"fractured"},{"id":"fractured.stat_2506681313","text":"\u6b3a\u8bc8\u4efb\u52a1\u7684\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1539696482","text":"\u8303\u56f4\u5185\u914d\u7f6e\u7684\u529b\u91cf\u81f3\u5c11 40 \u70b9\u65f6\uff0c\u5468\u56f4\u6bcf\u4e2a\u654c\u4eba\u4f7f\u5288\u780d\u8303\u56f4 +0.1 \u7c73\uff0c\\n\u6700\u591a +1 \u7c73","type":"fractured"},{"id":"fractured.stat_3262895685","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u53d7\u6377\u5f71\u54cd\u65f6\uff0c\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_814369372","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5185\u5978\u3011","type":"fractured"},{"id":"fractured.stat_1626818279","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9003\u4e4b\u592d\u592d\u3011","type":"fractured"},{"id":"fractured.stat_407482587","text":"\u975e\u541f\u5531\u6280\u80fd\u6d88\u8017+#\u9b54\u529b","type":"fractured"},{"id":"fractured.stat_1172162241","text":"\u89d2\u8272\u7b49\u7ea7 +#","type":"fractured"},{"id":"fractured.stat_2916448124","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u51b0\u971c\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_3313284037","text":"\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u88ab\u6253\u65ad","type":"fractured"},{"id":"fractured.stat_3087667389","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u81f4\u547d\u884c\u519b\u3011","type":"fractured"},{"id":"fractured.stat_3683643898","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6389\u843d\u7684\u7269\u54c1\u6570\u91cf\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_713280739","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_2322980282","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u71c3\u70ec\u4e4b\u70df\u3011","type":"fractured"},{"id":"fractured.stat_3310914132","text":"\u9493\u9c7c\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1122051203","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u4e4b\u624b\u3011","type":"fractured"},{"id":"fractured.stat_723832351","text":"#% \u7684\u51b0\u971c\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3860179422","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u6bc1\u706d\u4e4b\u76f8","type":"fractured"},{"id":"fractured.stat_1248507170","text":"\u5288\u780d\u7684\u51fb\u4e2d\u5728\u8303\u56f4\u5185\u81f3\u5c11\u6709 40 \u70b9\u529b\u91cf\u7684\u60c5\u51b5\u4e0b\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_1722480396","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u795e\u51fa\u9b3c\u6ca1\u3011","type":"fractured"},{"id":"fractured.stat_3226074658","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8d85\u7ea7\u805a\u80fd\u3011","type":"fractured"},{"id":"fractured.stat_1028754276","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u50f5\u5316\u7075\u836f\u3011","type":"fractured"},{"id":"fractured.stat_3875792669","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7194\u5ca9\u8005\u5370\u8bb0\u3011","type":"fractured"},{"id":"fractured.stat_953449033","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u9b54\u529b\u56de\u590d\u7387\u603b\u589e #%","type":"fractured"},{"id":"fractured.stat_3274270612","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4f20\u4ee4\u8005\u3011","type":"fractured"},{"id":"fractured.stat_2421446548","text":"\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"fractured"},{"id":"fractured.stat_2316658489","text":"+# \u62a4\u7532\u548c\u95ea\u907f\u503c","type":"fractured"},{"id":"fractured.stat_2428334013","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u60ca\u6016\u9177\u5211\u3011","type":"fractured"},{"id":"fractured.stat_3708045494","text":"\u5bf9\u6297\u6ee1\u8840\u654c\u4eba\uff0c\u51fb\u4e2d\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1312481589","text":"\u4f24\u5bb3\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%\\n\u73a9\u5bb6\u4f24\u5bb3\u5728\u533a\u57df\u672a\u5c01\u9501\u65f6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2257592286","text":"\u8d4f\u91d1\u730e\u4eba\u62db\u52df\u8d39\u7528\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3569230441","text":"\u4efb\u52a1\u7ecf\u9a8c\u83b7\u53d6\u7387\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2435922859","text":"\u5c01\u9501\u524d\u7684\u65f6\u95f4\u589e\u52a0 #%","type":"fractured"},{"id":"fractured.stat_2780712583","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b8b\u9177\u4e4b\u89e6\u3011","type":"fractured"},{"id":"fractured.stat_2264523604","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4154008618","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u4ee5\u653b\u4e3a\u5b88","type":"fractured"},{"id":"fractured.stat_3086585712","text":"\u63d0\u4f9b # \u7ea7\u6028\u6bd2\u5149\u73af","type":"fractured"},{"id":"fractured.stat_1353571444","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6574\u987f\u3011","type":"fractured"},{"id":"fractured.stat_4260403588","text":"\u6bcf # \u5c42\u66b4\u8d70\u80fd\u91cf\u589e\u52a0 1% \u7269\u54c1\u7a00\u6709\u5ea6","type":"fractured"},{"id":"fractured.stat_3044826007","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210 2 \u79d2\u7684\u6b7b\u4ea1\u51cb\u96f6","type":"fractured"},{"id":"fractured.stat_3134222965","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51f6\u9a87\u6b66\u58eb\u3011","type":"fractured"},{"id":"fractured.stat_45546355","text":"\u533a\u57df\u5185\u6709\u8bb8\u591a\u3010\u9b54\u4f8d\u3011","type":"fractured"},{"id":"fractured.stat_2068574831","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6076\u540d\u662d\u8457\u3011","type":"fractured"},{"id":"fractured.stat_2337273077","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u7531\u6b7b\u590d\u751f\u3011","type":"fractured"},{"id":"fractured.stat_3818661553","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u98ce\u66b4\u4e4b\u773c\u3011","type":"fractured"},{"id":"fractured.stat_3467711950","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u80bf\u80c0\u7075\u67a2\u3011","type":"fractured"},{"id":"fractured.stat_633943719","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5766\u7387\u3011","type":"fractured"},{"id":"fractured.stat_3410752193","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u597d\u6574\u4ee5\u6687\u3011","type":"fractured"},{"id":"fractured.stat_2978494217","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6280\u5982\u957f\u8679\u3011","type":"fractured"},{"id":"fractured.stat_3049760680","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u6301\u7eed 3 \u79d2\u7684\u3010\u731b\u653b\u3011\u72b6\u6001","type":"fractured"},{"id":"fractured.stat_3178542354","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u51fb\u4e2d\u654c\u4eba\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_1882129725","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6e38\u51fb\u6218\u3011","type":"fractured"},{"id":"fractured.stat_3464137628","text":"\u540e\u7f00\u65e0\u6cd5\u88ab\u6539\u53d8","type":"fractured"},{"id":"fractured.stat_1948962470","text":"\u533a\u57df\u4e2d\u51fa\u73b0\u5949\u732e\u5730\u9762","type":"fractured"},{"id":"fractured.stat_1318683911","text":"\u6bcf 25% \u8b66\u62a5\u7b49\u7ea7\u4fbf\u4f7f\u73a9\u5bb6\u7684\u706b\u7130\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_2527686725","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2257118425","text":"\u74e6\u5c14\u51a5\u7ea6","type":"fractured"},{"id":"fractured.stat_289885185","text":"\u6df7\u6c8c\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_2886441936","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u653e\u5927\u5668\u3011","type":"fractured"},{"id":"fractured.stat_2262034536","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6b22\u6b23\u9884\u5146\u3011","type":"fractured"},{"id":"fractured.stat_553402472","text":"\u593a\u5b9d\u5192\u9669\u603b\u8d39\u7528\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3183973644","text":"\u602a\u7269\u7684\u6280\u80fd\u9644\u52a0 # \u6b21\u8fde\u9501\u5f39\u5c04","type":"fractured"},{"id":"fractured.stat_2350900742","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5b8f\u4f1f\u8ba1\u5212\u3011","type":"fractured"},{"id":"fractured.stat_2294919888","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51ac\u7720\u8005\u3011","type":"fractured"},{"id":"fractured.stat_393565679","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u672f\u4e13\u5bb6\u3011","type":"fractured"},{"id":"fractured.stat_876831634","text":"\u65e0\u6cd5\u88ab\u51b0\u51bb","type":"fractured"},{"id":"fractured.stat_2066820199","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u51cc\u8650\u9177\u5211\u3011","type":"fractured"},{"id":"fractured.stat_77045106","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5148\u7956\u6559\u5316\u3011","type":"fractured"},{"id":"fractured.stat_1456551059","text":"\u6d1e\u5bdf\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_2885763444","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u5730\u56fe","type":"fractured"},{"id":"fractured.stat_2227180465","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1364858171","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5d07\u9ad8\u611f\u3011","type":"fractured"},{"id":"fractured.stat_2228913626","text":"\u5730\u96f7\u7c7b\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_3898572660","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u795e\u5723\u5f81\u670d\u3011","type":"fractured"},{"id":"fractured.stat_190652296","text":"\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3\\n\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2034658008","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_3248691197","text":"\u5315\u9996\u653b\u51fb\u9644\u52a0 # \u5230 # \u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_3078065247","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u975e\u51e1\u624d\u80fd\u3011","type":"fractured"},{"id":"fractured.stat_3206911230","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5fc3\u795e\u9519\u4e71\u3011","type":"fractured"},{"id":"fractured.stat_1870262721","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u96fe\u9b47\u5b9d\u73e0\u548c\u88c2\u7247","type":"fractured"},{"id":"fractured.stat_3500359417","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\uff0c\u53ec\u5524\u751f\u7269\u56de\u590d #% \u751f\u547d","type":"fractured"},{"id":"fractured.stat_616993076","text":"\u79d8\u73af\u4e0d\u62bd\u6210","type":"fractured"},{"id":"fractured.stat_3539175001","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u54c1\u5473\u7247\u523b\u3011","type":"fractured"},{"id":"fractured.stat_1094635162","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6db2\u5316\u542f\u8fea\u3011","type":"fractured"},{"id":"fractured.stat_497196601","text":"\u4e13\u6ce8\u65f6\uff0c#%\u7684\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"fractured"},{"id":"fractured.stat_1740229525","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u51b0\u971c\u6297\u6027","type":"fractured"},{"id":"fractured.stat_50129423","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5f00\u53d1\u8981\u5bb3\u3011","type":"fractured"},{"id":"fractured.stat_3784610129","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u9ed1\u6697\u4f7f\u8005\u3011","type":"fractured"},{"id":"fractured.stat_2121053002","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u83cc\u6f6e\u5730\u56fe\u548c\u50ac\u5316\u5242","type":"fractured"},{"id":"fractured.stat_1629869774","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u81f4\u76f2","type":"fractured"},{"id":"fractured.stat_1926135629","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a+#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"fractured"},{"id":"fractured.stat_4288473380","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u91ce\u86ee\u568e\u53eb\u3011","type":"fractured"},{"id":"fractured.stat_4222265138","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u72ec\u65ad\u5ba3\u8a00\u3011","type":"fractured"},{"id":"fractured.stat_2062792091","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"fractured"},{"id":"fractured.stat_1195319608","text":"\u88c5\u5907\u8eab\u4f53\u62a4\u7532\u7684\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_2833896424","text":"\u593a\u5b9d\u5192\u9669\u4e2d\u6389\u843d\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_4199056048","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u718a\u718a\u71c3\u70e7\u3011","type":"fractured"},{"id":"fractured.stat_1085167979","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5927\u96ea\u6f2b\u5929\u3011","type":"fractured"},{"id":"fractured.stat_4050593908","text":"\u9677\u9631\u6240\u4f7f\u7528\u7684\u6280\u80fd\u8303\u56f4\u6269\u5927 #%","type":"fractured"},{"id":"fractured.stat_881914531","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u72c2\u6012\u7403","type":"fractured"},{"id":"fractured.stat_2043503530","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5965\u672f\u70df\u82b1\u3011","type":"fractured"},{"id":"fractured.stat_1777139212","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8150\u8680\u5143\u7d20\u3011","type":"fractured"},{"id":"fractured.stat_679080252","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_647201233","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u90aa\u6076\u590d\u5174\u3011","type":"fractured"},{"id":"fractured.stat_397829245","text":"\u4f7f\u7528\u6d1e\u5bdf\u5f00\u542f\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4e0d\u4ea7\u751f\u8b66\u62a5\u7b49\u7ea7","type":"fractured"},{"id":"fractured.stat_2335364359","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u775a\u7726\u5fc5\u62a5\u3011","type":"fractured"},{"id":"fractured.stat_2788982914","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u4e0d\u52a8\u4e4b\u6076\u3011","type":"fractured"},{"id":"fractured.stat_1938661964","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u87ba\u65cb\u4e4b\u98ce\u3011","type":"fractured"},{"id":"fractured.stat_555800967","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u730e\u72ac\u9762\u5177","type":"fractured"},{"id":"fractured.stat_3338465330","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u8fd8\u83b7\u5f97\uff1a\u654c\u4eba\u8eab\u4e0a\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"fractured"},{"id":"fractured.stat_3015437071","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_956546305","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u86db\u4e4b\u52bf\u3011","type":"fractured"},{"id":"fractured.stat_63302094","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u547d\u8fd0\u5361","type":"fractured"},{"id":"fractured.stat_144665660","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u4e2d\u6bd2\u3001\u7a7f\u523a\u3001\u6d41\u8840","type":"fractured"},{"id":"fractured.stat_145701647","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u519b\u56e2\u88c2\u7247","type":"fractured"},{"id":"fractured.stat_3222482040","text":"\u602a\u7269\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\u7403\uff0c\u72c2\u66b4\u7403\uff0c\u8010\u529b\u7403","type":"fractured"},{"id":"fractured.stat_1661347488","text":"\u6bcf\u79d2\u635f\u5931#%\u751f\u547d","type":"fractured"},{"id":"fractured.stat_2678065384","text":"\u6b3a\u8bc8\u7684\u83b7\u5f97\u7684\u7ecf\u9a8c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_1349659520","text":"\u4e13\u6ce8\u65f6\uff0c\u4f60\u7684\u66b4\u51fb\u7387\u7279\u522b\u5e78\u8fd0","type":"fractured"},{"id":"fractured.stat_3729221884","text":"\u73a9\u5bb6\u7684\u683c\u6321\u51e0\u7387\u964d\u4f4e #%","type":"fractured"},{"id":"fractured.stat_2904116257","text":"\u65c5\u884c\u62a5\u916c\u63d0\u9ad8 #%","type":"fractured"},{"id":"fractured.stat_293465345","text":"\u79d8\u73af\u62bd\u6210\u63d0\u9ad8\u81f3 #%","type":"fractured"},{"id":"fractured.stat_3292262540","text":"\u53ec\u96c6\u90e8\u961f","type":"fractured"},{"id":"fractured.stat_2026112251","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u796d\u4eea\u9886\u8896\u3011","type":"fractured"},{"id":"fractured.stat_578355556","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u8b66\u6212\u4e4b\u53f7\u3011","type":"fractured"},{"id":"fractured.stat_2773515950","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u5929\u8863\u65e0\u7f1d\u3011","type":"fractured"},{"id":"fractured.stat_1381945089","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u5fb7\u745e\u7684\u51b7\u6f20","type":"fractured"},{"id":"fractured.stat_3319205340","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u6fc0\u8361\u72c2\u7075\u3011","type":"fractured"},{"id":"fractured.stat_3914021960","text":"\u5468\u56f4\u654c\u4eba\u7684\u706b\u7130\u6297\u6027 +#%","type":"fractured"},{"id":"fractured.stat_2457517302","text":"\u8be5\u533a\u57df\u88ab\u65e5\u8000\u5973\u795e\u5360\u9886","type":"fractured"},{"id":"fractured.stat_1840747977","text":"\u602a\u7269\u9020\u6210\u7684 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u89c6\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"fractured"},{"id":"fractured.stat_2500803699","text":"\u5f00\u7bb1\u5bfc\u81f4\u8b66\u62a5\u7b49\u7ea7\u63d0\u5347\u7684\u901f\u5ea6\u52a0\u5feb #%","type":"fractured"},{"id":"fractured.stat_3084359503","text":"\u5176\u4e2d 1 \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u82e6\u96be\u6839\u57fa\u3011","type":"fractured"}]},{"id":"enchant","label":"\u9644\u9b54","entries":[{"id":"enchant.stat_3086156145","text":"\u589e\u52a0 # \u4e2a\u5929\u8d4b\u6280\u80fd","type":"enchant"},{"id":"enchant.stat_3948993189","text":"\u589e\u52a0\u7684\u5c0f\u5929\u8d4b\u83b7\u5f97\uff1a#","type":"enchant","option":{"options":[{"id":1,"text":"\u65a7\u7c7b\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u5251\u7c7b\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":2,"text":"\u957f\u6756\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u9524\u7c7b\u6216\u77ed\u6756\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":3,"text":"\u722a\u7c7b\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u5315\u9996\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":4,"text":"\u5f13\u7c7b\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u5f13\u7c7b\u6280\u80fd\u7684\u6301\u7eed\u4f24\u5bb3\u6548\u679c\u63d0\u9ad8 12%"},{"id":5,"text":"\u6cd5\u6756\u653b\u51fb\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":6,"text":"\u53cc\u624b\u6b66\u5668\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":7,"text":"\u653b\u51fb\u4f24\u5bb3\u5728\u53cc\u6301\u6b66\u5668\u65f6\u63d0\u9ad8 12%"},{"id":8,"text":"\u6301\u76fe\u724c\u65f6\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":9,"text":"\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":10,"text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":11,"text":"\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":12,"text":"\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":13,"text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":14,"text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":15,"text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":16,"text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":17,"text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":18,"text":"\u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":19,"text":"\u6301\u7eed\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":20,"text":"\u6301\u7eed\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":21,"text":"\u6301\u7eed\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":22,"text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":23,"text":"\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 10%"},{"id":24,"text":"\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 3% (\u9057\u4ea7)"},{"id":25,"text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 2% (\u9057\u4ea7)"},{"id":26,"text":"\u53d7\u6377\u5f71\u54cd\u65f6\uff0c\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":27,"text":"\u4f60\u53d7\u6377\u5f71\u54cd\u65f6\uff0c\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":28,"text":"\u589e\u52a9\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 20%"},{"id":29,"text":"\u66b4\u51fb\u7387\u63d0\u9ad8 15%"},{"id":30,"text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 12%"},{"id":31,"text":"\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":32,"text":"\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 10%"},{"id":33,"text":"\u9677\u9631\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u5730\u96f7\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":34,"text":"\u56fe\u817e\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":35,"text":"\u70d9\u5370\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":36,"text":"\u6301\u7eed\u541f\u5531\u6280\u80fd\u4f24\u5bb3\u63d0\u9ad8 12%"},{"id":37,"text":"\u836f\u5242\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 6%"},{"id":38,"text":"\u836f\u5242\u7ed9\u4e88\u7684\u751f\u547d\u6062\u590d\u63d0\u9ad8 10%\\n\u836f\u5242\u7ed9\u4e88\u7684\u9b54\u529b\u6062\u590d\u63d0\u9ad8 10%"},{"id":39,"text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 4%"},{"id":40,"text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 6%"},{"id":41,"text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 6%"},{"id":42,"text":"\u62a4\u7532\u63d0\u9ad8 15%"},{"id":43,"text":"\u95ea\u907f\u503c\u63d0\u9ad8 15%"},{"id":44,"text":"+1% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387"},{"id":45,"text":"1% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387"},{"id":46,"text":"+15% \u706b\u7130\u6297\u6027"},{"id":47,"text":"+15% \u51b0\u971c\u6297\u6027"},{"id":48,"text":"+15% \u95ea\u7535\u6297\u6027"},{"id":49,"text":"+12% \u6df7\u6c8c\u6297\u6027"},{"id":50,"text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +2%"},{"id":51,"text":"+10 \u529b\u91cf"},{"id":52,"text":"+10 \u654f\u6377"},{"id":53,"text":"+10 \u667a\u6167"},{"id":54,"text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 6%"},{"id":55,"text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 2%"}]}},{"id":"enchant.stat_4079888060","text":"\u5176\u4e2d # \u4e2a\u589e\u52a0\u7684\u5929\u8d4b\u4e3a\u3010\u73e0\u5b9d\u69fd\u3011","type":"enchant"},{"id":"enchant.stat_290368246","text":"\u4f7f\u7528\u5269\u4f59 # \u6b21","type":"enchant"},{"id":"enchant.stat_2954116742","text":"\u914d\u7f6e #","type":"enchant","option":{"options":[{"id":32345,"text":"\u8fc5\u6377"},{"id":15027,"text":"\u58ee\u6c49"},{"id":56029,"text":"\u7075\u654f"},{"id":36874,"text":"\u539f\u91ce\u667a\u6167"},{"id":32245,"text":"\u8d85\u7fa4\u8eab\u6cd5"},{"id":60180,"text":"\u76d7\u8d3c\u5de5\u827a"},{"id":52714,"text":"\u82f1\u52c7"},{"id":34601,"text":"\u719f\u80fd\u751f\u5de7"},{"id":50197,"text":"\u5148\u7956\u667a\u6167"},{"id":5456,"text":"\u575a\u5f3a\u529b\u91cf"},{"id":30160,"text":"\u81ea\u536b\u672f"},{"id":18025,"text":"\u9759\u4fee"},{"id":10153,"text":"\u58ee\u7855\u4e4b\u4f53"},{"id":23690,"text":"\u7cbe\u534e\u704c\u6ce8"},{"id":10542,"text":"\u8346\u523a\u5b88\u62a4"},{"id":37078,"text":"\u8d24\u8005\u4e4b\u8def"},{"id":12702,"text":"\u6218\u58eb\u4e4b\u8def"},{"id":19506,"text":"\u730e\u4eba\u4e4b\u8def"},{"id":38516,"text":"\u6b63\u4e49\u5ba1\u5224"},{"id":63150,"text":"\u94c1\u6728"},{"id":16243,"text":"\u805a\u7075\u4e4b\u6756"},{"id":2715,"text":"\u75be\u6b65"},{"id":52230,"text":"\u591c\u4e4b\u72e9\u730e"},{"id":21435,"text":"\u8fc5\u5f71\u79d8\u672f"},{"id":31033,"text":"\u5065\u58ee"},{"id":65224,"text":"\u9e70\u7075\u795d\u798f"},{"id":24256,"text":"\u84c4\u7535"},{"id":21973,"text":"\u8150\u8680\u4e4b\u536b"},{"id":45067,"text":"\u98a4\u6817\u6253\u51fb\u8005"},{"id":24067,"text":"\u672c\u80fd"},{"id":1382,"text":"\u7cbe\u534e\u62bd\u53d6"},{"id":529,"text":"\u56de\u8f6c\u6b7b\u795e"},{"id":46965,"text":"\u6020\u5de5\u8005"},{"id":47484,"text":"\u6f5c\u610f\u8bc6"},{"id":42686,"text":"\u5143\u7d20\u96c6\u4e2d"},{"id":27929,"text":"\u6c89\u9759\u667a\u6167"},{"id":27301,"text":"\u6c99\u573a\u5386\u7ec3"},{"id":60002,"text":"\u7834\u7a7a\u5f39"},{"id":5289,"text":"\u6218\u6597\u9f13\u821e"},{"id":27190,"text":"\u8fc7\u5ea6\u51c6\u5907"},{"id":20832,"text":"\u5e87\u62a4\u5723\u6240"},{"id":49645,"text":"\u7130\u707c\u8840\u8089"},{"id":7440,"text":"\u65a9\u654c\u8005"},{"id":8135,"text":"\u5316\u865a\u4e3a\u5b9e"},{"id":46408,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":10016,"text":"\u5904\u51b3\u8005"},{"id":42804,"text":"\u6c72\u7075\u672f"},{"id":50690,"text":"\u91cd\u88c5\u62ef\u6551"},{"id":15344,"text":"\u884c\u52a8\u81ea\u5982"},{"id":10835,"text":"\u5e7b\u68a6\u8005"},{"id":8001,"text":"\u673a\u654f\u730e\u4eba"},{"id":44788,"text":"\u5f3a\u6548\u8fde\u63a5"},{"id":2550,"text":"\u711a\u70e7"},{"id":28878,"text":"\u51b7\u9177\u65e0\u60c5"},{"id":7085,"text":"\u821e\u5203\u5b97\u5e08"},{"id":35233,"text":"\u4e0d\u8c10\u4e4b\u827a"},{"id":18174,"text":"\u79d8\u8a00\u5b88\u62a4"},{"id":53757,"text":"\u8428\u6ee1\u4e4b\u6012"},{"id":22133,"text":"\u6b22\u6b23\u70bd\u708e"},{"id":24362,"text":"\u6c89\u9759\u601d\u7ef4"},{"id":10115,"text":"\u5b8c\u7f8e\u65e0\u7f3a"},{"id":19144,"text":"\u54e8\u5175"},{"id":65107,"text":"\u7834\u58c1\u8005"},{"id":42720,"text":"\u5f3a\u5f29"},{"id":54791,"text":"\u9e4a\u722a"},{"id":52157,"text":"\u7075\u9b42\u5438\u6536"},{"id":59423,"text":"\u5347\u7ea7"},{"id":60781,"text":"\u540c\u8fdb\u540c\u9000"},{"id":56207,"text":"\u767e\u6218\u4f24\u75a4"},{"id":17608,"text":"\u795e\u51fa\u9b3c\u6ca1"},{"id":29861,"text":"\u7206\u70b8\u7b26\u6587"},{"id":36859,"text":"\u8eab\u575a\u5982\u94c1"},{"id":44102,"text":"\u9ad8\u6548\u7206\u70b8"},{"id":30693,"text":"\u5143\u7d20\u50ac\u5316"},{"id":63933,"text":"\u70ed\u60c5\u56fe\u817e"},{"id":40645,"text":"\u7834\u9aa8"},{"id":11784,"text":"\u5438\u8840\u9b3c\u75c7"},{"id":59556,"text":"\u5feb\u901f\u5f39\u836f"},{"id":33082,"text":"\u5243\u5203"},{"id":56359,"text":"\u60e8\u7edd\u5178\u793c"},{"id":28034,"text":"\u5f3a\u5316\u7ebd\u5e26"},{"id":59866,"text":"\u7262\u56fa"},{"id":45657,"text":"\u4fe1\u4ef0\u8bd5\u70bc"},{"id":35436,"text":"\u52a8\u80fd\u51b2\u51fb"},{"id":41476,"text":"\u667a\u6167\u4e4b\u529b"},{"id":58168,"text":"\u9ad8\u538b"},{"id":45608,"text":"\u8fde\u7eed\u5f15\u7206"},{"id":33582,"text":"\u5f3a\u529b\u7a7f\u523a"},{"id":23038,"text":"\u51b7\u8840"},{"id":55002,"text":"\u6b63\u4e49\u4e4b\u6012"},{"id":52789,"text":"\u751f\u547d\u4e4b\u73af"},{"id":60619,"text":"\u805a\u80fd\u4e4b\u9524"},{"id":63453,"text":"\u8425\u517b\u8fc7\u5269"},{"id":28449,"text":"\u6d3b\u529b\u4e4b\u6d8c"},{"id":62802,"text":"\u751f\u6b7b\u8fb9\u7f18"},{"id":6237,"text":"\u7cbe\u51c6"},{"id":16236,"text":"\u6d82\u6bd2\u653b\u51fb"},{"id":39657,"text":"\u75db\u82e6\u5927\u5e08"},{"id":36915,"text":"\u4ea1\u7075\u62db\u96c6"},{"id":51212,"text":"\u4e71\u4e16"},{"id":61982,"text":"\u4ea1\u7075\u4e4b\u8a93"},{"id":6233,"text":"\u51b2\u51fb\u6ce2\u7eb9"},{"id":48823,"text":"\u81f4\u547d\u7bad\u77e2"},{"id":65093,"text":"\u5251\u821e\u8005"},{"id":37504,"text":"\u76f4\u89c9\u611f\u77e5"},{"id":36736,"text":"\u51f6\u6b8b\u70c8\u7130"},{"id":64077,"text":"\u6b66\u58eb\u8bad\u7ec3"},{"id":63635,"text":"\u56fe\u817e\u4e13\u7cbe"},{"id":5126,"text":"\u94bb\u51fb\u8005"},{"id":51559,"text":"\u6c89\u91cd\u4e4b\u51fb"},{"id":63921,"text":"\u7ec8\u6781\u4e4b\u901f"},{"id":47743,"text":"\u8fdc\u89c6"},{"id":42917,"text":"\u6756\u5f71\u5c4f\u969c"},{"id":59605,"text":"\u4e0d\u7a33\u5b9a\u5f39\u836f"},{"id":46471,"text":"\u622e\u529b\u540c\u5fc3"},{"id":1405,"text":"\u5f71\u5203"},{"id":26096,"text":"\u65a7\u5203\u5b97\u5e08"},{"id":55380,"text":"\u806a\u660e\u7684\u5efa\u8bbe"},{"id":49772,"text":"\u7ec8\u6781\u4e4b\u529b"},{"id":22972,"text":"\u6597\u6756\u8005\u4e4b\u529b"},{"id":49969,"text":"\u52c7\u6bc5"},{"id":41870,"text":"\u51db\u51ac\u4e4b\u62e5"},{"id":25738,"text":"\u65e0\u5c3d\u8ffd\u8e2a"},{"id":17171,"text":"\u6025\u901f\u51bb\u7ed3"},{"id":36490,"text":"\u5265\u76ae\u5203"},{"id":35685,"text":"\u6050\u6016\u4e4b\u529b"},{"id":62849,"text":"\u51b0\u5ddd\u7262\u7b3c"},{"id":24858,"text":"\u9c7c\u53c9\u730e\u624b"},{"id":15046,"text":"\u6551\u8d4e"},{"id":55114,"text":"\u7ec8\u6781\u667a\u6167"},{"id":7918,"text":"\u79d8\u5deb\u9632\u5fa1"},{"id":14606,"text":"\u5c60\u592b"},{"id":33435,"text":"\u795e\u5723\u7edf\u5fa1"},{"id":26557,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":14001,"text":"\u7a33\u6b65\u575a\u51b3"},{"id":9567,"text":"\u5149\u8292\u541e\u566c\u8005"},{"id":63033,"text":"\u65d7\u624b"},{"id":63976,"text":"\u5723\u676f"},{"id":53493,"text":"\u6a2a\u626b\u5343\u519b"},{"id":45317,"text":"\u4e09\u76f8\u4e4b\u529b"},{"id":44207,"text":"\u9f9f\u7532\u76fe"},{"id":30225,"text":"\u96f7\u7075\u4e4b\u9053"},{"id":9788,"text":"\u5de7\u8bed"},{"id":31508,"text":"\u5c71\u732b\u4e4b\u7075"},{"id":53042,"text":"\u5353\u8d8a\u7684\u8868\u73b0"},{"id":4940,"text":"\u5288\u780d"},{"id":42795,"text":"\u79d8\u80fd\u4e4b\u5fc3"},{"id":21413,"text":"\u6218\u6597\u7cbe\u529b"},{"id":33903,"text":"\u5229\u5203\u610f\u5fd7"},{"id":44347,"text":"\u5723\u6012"},{"id":65502,"text":"\u523a\u5fc3\u8005"},{"id":6770,"text":"\u5965\u672f\u62a4\u536b"},{"id":1340,"text":"\u58c1\u5792"},{"id":13164,"text":"\u795e\u5723\u5ba1\u5224"},{"id":35894,"text":"\u8be1\u8ba1"},{"id":49538,"text":"\u6297\u4e89"},{"id":33545,"text":"\u6d77\u730e\u9e70"},{"id":6,"text":"\u53cc\u91cd\u60e7\u5203"},{"id":65273,"text":"\u79d8\u5deb\u4e4b\u89e6"},{"id":25178,"text":"\u539f\u59cb\u7cbe\u795e"},{"id":29522,"text":"\u5203\u821e"},{"id":19730,"text":"\u5341\u62ff\u4e5d\u7a33"},{"id":15085,"text":"\u5353\u8d8a"},{"id":24383,"text":"\u6218\u58eb\u4e4b\u8840"},{"id":32681,"text":"\u6807\u8bb0\u730e\u7269"},{"id":6967,"text":"\u62a4\u536b"},{"id":37403,"text":"\u8840\u8089\u704c\u6ce8"},{"id":54694,"text":"\u795e\u5723\u542f\u8499"},{"id":45945,"text":"\u5492\u6cd5\u5c4f\u969c"},{"id":49621,"text":"\u5fc3\u773c"},{"id":54142,"text":"\u5a34\u719f"},{"id":9432,"text":"\u7cbe\u795e\u8fc5\u6377"},{"id":26960,"text":"\u672a\u535c\u5148\u77e5"},{"id":14813,"text":"\u72c2\u6b22"},{"id":861,"text":"\u597d\u6218\u58c1\u5792"},{"id":26866,"text":"\u5723\u6d01\u4e4b\u529b"},{"id":65053,"text":"\u7075\u9b42\u865a\u7a7a"},{"id":25439,"text":"\u9001\u846c\u8005"},{"id":49416,"text":"\u91d1\u949f\u7f69"},{"id":64355,"text":"\u516c\u6b63\u70d9\u5370"},{"id":24050,"text":"\u51b7\u9177\u8ba1\u7b97"},{"id":11420,"text":"\u5965\u672f\u5e08\u7684\u7edf\u5fa1"},{"id":2225,"text":"\u9e70\u773c"},{"id":32455,"text":"\u98ce\u66b4\u7ec7\u8005"},{"id":12809,"text":"\u72c2\u6218\u4e4b\u9b42"},{"id":1006,"text":"\u610f\u5fd7\u4e4b\u529b"},{"id":5823,"text":"\u548c\u8c10\u4e4b\u4f53"},{"id":18703,"text":"\u77eb\u82e5\u60ca\u9f99"},{"id":20835,"text":"\u7f81\u7e3b"},{"id":3309,"text":"\u8ff7\u8e2a\u6b65"},{"id":15842,"text":"\u5929\u4eba\u5408\u4e00"},{"id":15711,"text":"\u6cd5\u672f\u8303\u56f4\u589e\u5e45"},{"id":34666,"text":"\u7834\u574f\u8005"},{"id":14665,"text":"\u795e\u5723\u6012\u706b"},{"id":30471,"text":"\u771f\u5b9e\u4e4b\u51fb"},{"id":49318,"text":"\u5d29\u96f7"},{"id":32059,"text":"\u6cf0\u5766\u51b2\u51fb"},{"id":65308,"text":"\u6676\u94bb\u4e4b\u80a4"},{"id":12795,"text":"\u4fca\u654f"},{"id":33287,"text":"\u6218\u795e"},{"id":25456,"text":"\u4fee\u884c\u4e4b\u5203"},{"id":35663,"text":"\u5f3a\u58ee\u624b\u81c2"},{"id":60737,"text":"\u620f\u6cd5"},{"id":41137,"text":"\u533b\u5b66\u9886\u57df"},{"id":50858,"text":"\u8bad\u8beb"},{"id":7069,"text":"\u5206\u88c2\u5c04\u51fb"},{"id":544,"text":"\u6d1e\u82e5\u89c2\u706b"},{"id":61308,"text":"\u589e\u5e45"},{"id":570,"text":"\u8000\u76ee\u6253\u51fb"},{"id":34284,"text":"\u719f\u7ec3\u5251\u6280"},{"id":24324,"text":"\u66b4\u70c8\u51b2\u51fb"},{"id":57006,"text":"\u590d\u4ec7\u5954\u6d41"},{"id":34661,"text":"\u706b\u7075\u4e4b\u9053"},{"id":54268,"text":"\u5251\u5203\u5c4f\u969c"},{"id":44824,"text":"\u7075\u79d8"},{"id":18865,"text":"\u878d\u5408"},{"id":49445,"text":"\u6df1\u547c\u5438"},{"id":47306,"text":"\u5272\u6218\u8005"},{"id":44955,"text":"\u51b0\u7075\u4e4b\u9053"},{"id":48556,"text":"\u9ed1\u6697\u4e4b\u5fc3"},{"id":39743,"text":"\u9ed1\u6697\u827a\u672f"},{"id":50338,"text":"\u5f39\u9053\u5b66"},{"id":58032,"text":"\u873f\u8712\u8282\u9b54"},{"id":53802,"text":"\u7cbe\u534e\u8403\u53d6"},{"id":49254,"text":"\u5236\u88c1"},{"id":25970,"text":"\u5c16\u523b"},{"id":32176,"text":"\u7a83\u9b42\u8005"},{"id":51748,"text":"\u6700\u540e\u4eea\u5f0f"},{"id":57900,"text":"\u94a2\u94c1\u547d\u4ee4"},{"id":5430,"text":"\u7194\u5ca9\u6253\u51fb"},{"id":49379,"text":"\u751f\u547d\u64b7\u53d6"},{"id":12878,"text":"\u590d\u4ec7"},{"id":19103,"text":"\u516c\u6b63\u5927\u519b"},{"id":8458,"text":"\u8fdc\u5c04"},{"id":24721,"text":"\u5f00\u819b\u624b"},{"id":9015,"text":"\u6050\u6016\u6298\u78e8"},{"id":27308,"text":"\u4ea1\u7075\u4e4b\u7ea6"},{"id":31513,"text":"\u54ab\u5c3a\u4e4b\u6068"},{"id":30974,"text":"\u8001\u7ec3\u730e\u624b"},{"id":6615,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":64882,"text":"\u4e0d\u5c48\u95e8\u5f92"},{"id":52031,"text":"\u89e3\u79bb"},{"id":25367,"text":"\u5200\u5251\u5b97\u5e08"},{"id":57199,"text":"\u523a\u9aa8\u5bd2\u51b0"},{"id":39761,"text":"\u957f\u6756\u5316\u8eab"},{"id":21602,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":9535,"text":"\u730e\u4eba\u4e4b\u52bf"},{"id":28503,"text":"\u751f\u547d\u6536\u5272"},{"id":27163,"text":"\u5965\u672f\u610f\u5fd7"},{"id":8920,"text":"\u5077\u88ad"},{"id":63207,"text":"\u98ce\u66b4\u51b2\u51fb"},{"id":43385,"text":"\u7269\u51b0\u8f6c\u6362"},{"id":21297,"text":"\u70bc\u72f1\u70b8\u5f39"},{"id":29049,"text":"\u795e\u5723\u4e4b\u706b"},{"id":54713,"text":"\u529b\u91cf\u6210\u5f62"},{"id":44562,"text":"\u8428\u6ee1\u5723\u57df"},{"id":18707,"text":"\u5b8c\u7f8e\u4e4b\u4eba"},{"id":41595,"text":"\u6b7b\u4ea1\u5370\u8bb0"},{"id":57839,"text":"\u5de7\u5203"},{"id":15437,"text":"\u504f\u8f6c"},{"id":38849,"text":"\u707c\u70ed"},{"id":33777,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":26564,"text":"\u767e\u6218\u767e\u80dc"},{"id":4481,"text":"\u81ea\u7136\u4e4b\u529b"},{"id":10511,"text":"\u5bbd\u5bb9"},{"id":26620,"text":"\u8150\u5316"},{"id":16703,"text":"\u788e\u9885"},{"id":32227,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":19794,"text":"\u9707\u8361\u4e4b\u529b"},{"id":31359,"text":"\u81f4\u547d\u4e4b\u6bd2"},{"id":63727,"text":"\u575a\u6bc5\u6597\u58eb"},{"id":41119,"text":"\u81f4\u547d\u950b\u8292"},{"id":52090,"text":"\u7834\u654c\u8005"},{"id":62094,"text":"\u8d64\u8272\u4e4b\u5473"},{"id":55772,"text":"\u94c1\u5320\u4e4b\u6376"},{"id":49459,"text":"\u5f3a\u5f29\u4e4b\u5f26"},{"id":26294,"text":"\u51fa\u8840"},{"id":7136,"text":"\u5de5\u5175\u5927\u5e08"},{"id":33725,"text":"\u53cc\u5203\u4e4b\u821e"},{"id":34591,"text":"\u4e0d\u5584\u610f\u56fe"},{"id":31585,"text":"\u8c28\u614e\u4fdd\u62a4"},{"id":22702,"text":"\u86c7\u5f71\u6218\u9635"},{"id":4854,"text":"\u9003\u96be\u6240"},{"id":36281,"text":"\u5143\u7d20\u6ce8\u5165"},{"id":19897,"text":"\u4ea1\u7075\u8c10\u66f2"},{"id":51881,"text":"\u98de\u77e2\u5b97\u5e08"},{"id":15614,"text":"\u9e70\u96bc\u4e4b\u722a"},{"id":61689,"text":"\u7206\u7834\u5143\u7d20"},{"id":9194,"text":"\u65e0\u60c5\u7a7f\u523a"},{"id":27611,"text":"\u4ea1\u7075\u4e4b\u4e3b"},{"id":64395,"text":"\u9ebb\u75f9\u521b\u4f24"},{"id":21389,"text":"\u7b26\u6587\u5de5\u5320"},{"id":39986,"text":"\u6c61\u79fd\u5927\u519b"},{"id":9261,"text":"\u7981\u793c\u95e8\u5f92"},{"id":36687,"text":"\u72e9\u730e\u4e4b\u5f81"},{"id":63944,"text":"\u7eeb\u5f69\u4ea4\u7ec7"},{"id":25409,"text":"\u4e0d\u8d25\u4e4b\u519b"},{"id":1568,"text":"\u81f4\u547d\u4e4b\u5203"},{"id":30439,"text":"\u7194\u5ca9\u4e4b\u529b"},{"id":53013,"text":"\u840e\u7f29"},{"id":41989,"text":"\u667a\u8c0b"},{"id":43689,"text":"\u7075\u9b42\u4e4b\u4ee4"},{"id":7263,"text":"\u8fc5\u901f\u81f4\u6bd2"},{"id":38922,"text":"\u5de8\u4eba\u4e4b\u529b"},{"id":56094,"text":"\u4e0e\u6c34\u540c\u884c"},{"id":7688,"text":"\u6301\u4e45\u5951\u7ea6"},{"id":59151,"text":"\u6b8b\u66b4\u4e4b\u5203"},{"id":56648,"text":"\u730e\u9e70\u4e4b\u722a"},{"id":4207,"text":"\u5927\u597d\u65f6\u673a"},{"id":9864,"text":"\u6210\u957f\u4e0e\u8870\u53d8"},{"id":58921,"text":"\u51b7\u8840\u95e8\u5f92"},{"id":56276,"text":"\u591c\u88ad"},{"id":9055,"text":"\u96f6\u79d2\u51fa\u624b"},{"id":48298,"text":"\u6d1e\u5bdf\u4e07\u7269"},{"id":55194,"text":"\u6c89\u964d\u7070\u70ec"},{"id":42649,"text":"\u96ea\u953b"},{"id":53652,"text":"\u6c89\u6eba\u4e8e\u4eb5\u6e0e"},{"id":53759,"text":"\u51c0\u5316\u7684\u601d\u60f3"},{"id":12143,"text":"\u5f71\u54cd"},{"id":38246,"text":"\u9884\u77e5\u4e4b\u529b"},{"id":56716,"text":"\u96f7\u9706\u4e4b\u5fc3"},{"id":36949,"text":"\u5949\u732e"},{"id":58218,"text":"\u8089\u4f53\u4e4b\u7eaf\u51c0"},{"id":61981,"text":"\u706d\u4e16\u4e4b\u7075"},{"id":21330,"text":"\u5feb\u901f\u56de\u590d"},{"id":40743,"text":"\u9b54\u6676\u4e4b\u80a4"},{"id":48438,"text":"\u82f1\u52c7"},{"id":11924,"text":"\u706b\u7130\u4e4b\u606f"},{"id":45803,"text":"\u9971\u7ecf\u5f81\u6218"},{"id":48614,"text":"\u6fc0\u60c5"},{"id":40849,"text":"\u9532\u800c\u4e0d\u820d"},{"id":42041,"text":"\u751f\u7269\u5b66"},{"id":60501,"text":"\u706b\u7130\u4e4b\u5fc3"},{"id":18769,"text":"\u8840\u4e66"},{"id":45329,"text":"\u8be1\u5c04"},{"id":21958,"text":"\u6b8b\u5fcd\u51c6\u5907"},{"id":58831,"text":"\u5f00\u80a0\u5256\u809a"},{"id":27137,"text":"\u601d\u7ef4\u5723\u6bbf"},{"id":13375,"text":"\u591a\u91cd\u5c04\u51fb"},{"id":55485,"text":"\u6784\u6210"},{"id":46842,"text":"\u79d8\u80fd\u7206\u53d1"},{"id":11645,"text":"\u95ea\u7535\u4e4b\u606f"},{"id":4833,"text":"\u6d3b\u529b\u4e4b\u6e90"},{"id":38706,"text":"\u6218\u58eb\u4e4b\u9053"},{"id":22356,"text":"\u5438\u8840"},{"id":51440,"text":"\u5fb7\u9c81\u4f0a\u7684\u4eea\u5f0f"},{"id":27203,"text":"\u5fc3\u4e0e\u7075"},{"id":6289,"text":"\u65e0\u8840\u4e4b\u4f53"},{"id":58449,"text":"\u4e3a\u6218\u800c\u751f"},{"id":65210,"text":"\u6a61\u6728\u4e4b\u5fc3"},{"id":33718,"text":"\u8d77\u6e90"},{"id":24133,"text":"\u6b7b\u91cc\u9003\u751f"},{"id":34173,"text":"\u5f3a\u5316\u805a\u80fd"},{"id":47471,"text":"\u8d85\u8f7d"},{"id":34009,"text":"\u51b3\u6218\u5b97\u5e08"},{"id":62596,"text":"\u79d8\u8a00\u5929\u8d4b"},{"id":58198,"text":"\u51db\u51bd\u4e4b\u6307"},{"id":30302,"text":"\u70ed\u5ff1"},{"id":19858,"text":"\u836f\u8349\u5b66"},{"id":41420,"text":"\u81ea\u7136\u7597\u6cd5"},{"id":25058,"text":"\u8840\u6db2\u62bd\u53d6"},{"id":7555,"text":"\u795e\u901f\u66b4\u88c2"},{"id":65097,"text":"\u9886\u5bfc\u7cbe\u795e"},{"id":53573,"text":"\u79d8\u672f\u6269\u5f20"},{"id":11730,"text":"\u8010\u529b"},{"id":35958,"text":"\u94a2\u4e4b\u4fe1\u4ef0"},{"id":34973,"text":"\u514b\u5236\u4e4b\u6012"},{"id":41307,"text":"\u81f4\u547d\u503e\u5411"},{"id":26023,"text":"\u72c2\u91ce\u4e4b\u521b"},{"id":2959,"text":"\u5bd2\u51b0\u4e4b\u5b63"},{"id":44103,"text":"\u53cd\u5c04"},{"id":54629,"text":"\u52bf\u4e0d\u53ef\u6321"},{"id":37326,"text":"\u5145\u6c9b\u7cbe\u529b"},{"id":51108,"text":"\u5965\u672f\u5145\u80fd"},{"id":65108,"text":"\u51b7\u9177"},{"id":46904,"text":"\u5965\u672f\u5723\u6240"},{"id":44988,"text":"\u6d6a\u8d39"},{"id":23066,"text":"\u91ce\u6027\u4e4b\u5fc3"},{"id":54776,"text":"\u9b54\u529b\u4e4b\u6d41"},{"id":21634,"text":"\u79d8\u6cd5\u5b66"},{"id":48807,"text":"\u6597\u58eb\u827a\u672f"},{"id":20528,"text":"\u805a\u80fd\u4e4b\u754c"},{"id":59766,"text":"\u5351\u52a3\u624b\u6cd5"},{"id":15290,"text":"\u5b88\u671b\u4e4b\u5854"},{"id":3452,"text":"\u5148\u89c1\u4e4b\u660e"},{"id":21460,"text":"\u971c\u96ea\u4e4b\u606f"},{"id":63422,"text":"\u6c72\u8840\u8005"},{"id":42443,"text":"\u72c2\u70ed"},{"id":47065,"text":"\u5200\u5251\u4e4b\u4e3b"},{"id":21228,"text":"\u7a7f\u5c04\u7bad\u77e2"},{"id":19069,"text":"\u5f3a\u5316\u4e4b\u80a4"},{"id":37647,"text":"\u80a2\u89e3"},{"id":25411,"text":"\u704c\u6ce8"},{"id":8833,"text":"\u51b0\u96ea\u4e4b\u5fc3"},{"id":63251,"text":"\u6839\u6df1\u8482\u56fa"},{"id":27788,"text":"\u6c72\u8840\u8005"},{"id":39530,"text":"\u6d3b\u529b\u865a\u7a7a"},{"id":31257,"text":"\u81ea\u7136\u5a01\u4eea"},{"id":15852,"text":"\u7a7a\u7075\u76db\u5bb4"},{"id":29381,"text":"\u8d2a\u5a6a\u90e8\u843d"},{"id":62577,"text":"\u7cbe\u7eaf\u4e4b\u6f6e"},{"id":34506,"text":"\u9b54\u50cf\u6307\u6325\u5b98"},{"id":41472,"text":"\u4e25\u5cfb\u8bad\u7ec3"},{"id":28754,"text":"\u6697\u5f71"},{"id":61198,"text":"\u6218\u58eb\u4e4b\u5fc3"},{"id":48698,"text":"\u865a\u5f71\u5c4f\u969c"},{"id":15400,"text":"\u98de\u63a0\u7b26\u6587"},{"id":53118,"text":"\u91ce\u86ee"},{"id":42009,"text":"\u575a\u94a2\u4e4b\u7075"},{"id":13922,"text":"\u575a\u97e7\u4e0d\u62d4"},{"id":61039,"text":"\u7edf\u63fd\u5168\u5c40"},{"id":11820,"text":"\u795d\u5723\u4e4b\u4f53"},{"id":50029,"text":"\u6c89\u5bc2\u4e4b\u5fc3"},{"id":1325,"text":"\u9b54\u50cf\u8840\u7edf"},{"id":16246,"text":"\u5b81\u9759"},{"id":53114,"text":"\u6b7b\u4ea1\u901a\u7f09"},{"id":64217,"text":"\u5ca9\u77f3\u4e4b\u52bf"},{"id":52282,"text":"\u987d\u5f3a"},{"id":32932,"text":"\u4e3b\u6743"},{"id":27119,"text":"\u90e8\u843d\u4e4b\u6012"},{"id":5624,"text":"\u5723\u6218"},{"id":4177,"text":"\u7075\u9b42\u63f4\u52a9"},{"id":6799,"text":"\u9b45\u529b"},{"id":60031,"text":"\u8679\u5149\u4e4b\u80a4"},{"id":22535,"text":"\u706d\u4e16\u4e4b\u8bed"}]}},{"id":"enchant.stat_2448920197","text":"\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4123533923","text":"\u751f\u6548\u671f\u95f4\u4e0d\u53ef\u5145\u80fd","type":"enchant"},{"id":"enchant.stat_2052525717","text":"\u54c1\u8d28\u4e0d\u63d0\u9ad8\u7269\u7406\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3287581721","text":"\u5145\u80fd\u5168\u6ee1\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_2677401098","text":"\u54c1\u8d28\u4e0d\u63d0\u9ad8\u9632\u5fa1\u5c5e\u6027","type":"enchant"},{"id":"enchant.stat_3240183538","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u4fdd\u9669\u7bb1","type":"enchant"},{"id":"enchant.stat_3187151138","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u5305\u542b# (\u5927\u5e08)","type":"enchant","option":{"options":[{"id":2,"text":"\u4f0a\u6069\u54c8\u5c14"},{"id":3,"text":"\u963f\u5c14\u74e6"},{"id":5,"text":"\u5c3c\u514b"},{"id":6,"text":"\u743c"}]}},{"id":"enchant.stat_906446422","text":"\u5148\u9a71\u8005\u6389\u843d\u989d\u5916\u7684\u901a\u8d27\u788e\u7247","type":"enchant"},{"id":"enchant.stat_3522828354","text":"\u533a\u57df\u5185\u7684\u4fdd\u9669\u7bb1\u91cc\u81f3\u5c11\u4e3a #","type":"enchant","option":{"options":[{"id":1,"text":"\u9b54\u6cd5\u7684"},{"id":2,"text":"\u7a00\u6709\u7684"},{"id":3,"text":"\u4f20\u5947\u7684"}]}},{"id":"enchant.stat_3407367154","text":"\u4f20\u5947\u9996\u9886\u7684\u751f\u547d\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_1715784068","text":"\u533a\u57df\u91cc\u7684\u73a9\u5bb6 #% \u4ea2\u594b","type":"enchant"},{"id":"enchant.stat_1932727102","text":"\u8be5\u836f\u5242\u6548\u679c\u7ed3\u675f\u65f6\u81ea\u52a8\u91cd\u65b0\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_397012377","text":"\u4f20\u5947\u9996\u9886\u7531 1 \u4e2a\u795e\u79d8\u5148\u9a71\u8005\u5b88\u62a4","type":"enchant"},{"id":"enchant.stat_2711867632","text":"\u6bcf 2% \u54c1\u8d28 +# \u6700\u5927\u751f\u547d","type":"enchant"},{"id":"enchant.stat_2067409550","text":"\u5e84\u56ed\u602a\u7269\u7684\u751f\u547d\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_2681419531","text":"\u8be5\u533a\u57df\u5185\u7684\u4fdd\u9669\u7bb1\u5df2\u88ab\u8150\u5316","type":"enchant"},{"id":"enchant.stat_1482025771","text":"\u6bcf 2% \u54c1\u8d28\u4f7f\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1508220097","text":"\u4f20\u5947\u5934\u76ee\u6389\u843d\u989d\u5916\u7684\u901a\u8d27\u788e\u7247","type":"enchant"},{"id":"enchant.stat_1854137416","text":"\u4fdd\u9669\u7bb1\u91cc\u602a\u7269\u7684\u6389\u843d\u7269\u54c1\u54c1\u8d28\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1542416476","text":"\u533a\u57df\u5185\u7684\u88c2\u9699\u5c5e\u4e8e #","type":"enchant","option":{"options":[{"id":1,"text":"\u4e4c\u5c14\u5c3c\u591a"},{"id":2,"text":"\u7d22\u4f0f"},{"id":3,"text":"\u6258\u6c83"},{"id":4,"text":"\u827e\u8bb8"},{"id":5,"text":"\u590f\u4e4c\u62c9"}]}},{"id":"enchant.stat_3917452877","text":"\u4f20\u5947\u9996\u9886\u7684\u4f24\u5bb3\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_3362917830","text":"\u4f60\u7684\u5730\u56fe\u4e2d\u7684\u8d85\u8d8a\u6076\u9b54\u7fa4\u89c4\u6a21\u63d0\u9ad8#%","type":"enchant"},{"id":"enchant.stat_3672378181","text":"\u4f60\u7684\u7a00\u6709\u5730\u56fe\u989d\u5916\u5305\u542b#\u4e2a\u7a00\u6709\u602a\u7269\u7fa4","type":"enchant"},{"id":"enchant.stat_1439991839","text":"\u88ab\u7981\u9522\u7684\u7cbe\u534e\u602a\u6709 #% \u7684\u51e0\u7387\u51fa\u73b0\u4e00\u4e2a\u9057\u5fd8\u7684\u8150\u5316\u5668\u76bf","type":"enchant"},{"id":"enchant.stat_3250634678","text":"\u53e4\u7075\u5e84\u56ed\u602a\u7269\u6389\u843d\u7684\u547d\u80fd\u88ab\u590d\u5236","type":"enchant"},{"id":"enchant.stat_832377952","text":"\u533a\u57df\u5185\u7684\u5e84\u56ed\u81f3\u5c11\u6709\u4e00\u7247 # \u5e84\u7a3c","type":"enchant","option":{"options":[{"id":1,"text":"\u7d2b\u8272"},{"id":2,"text":"\u9ec4\u8272"},{"id":3,"text":"\u84dd\u8272"}]}},{"id":"enchant.stat_1837040413","text":"\u51fb\u8d25\u654c\u4eba\u5c06\u4f1a\u5438\u5f15\u66f4\u5f3a\u5927\u7684\u602a\u7269\u767b\u573a","type":"enchant"},{"id":"enchant.stat_1867024035","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u989d\u5916\u7684\u3010\u8150\u5316\u7684\u74e6\u5c14\u602a\u7269\u7fa4\u3011","type":"enchant"},{"id":"enchant.stat_3960907415","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u8d70\u79c1\u8005\u79d8\u85cf","type":"enchant"},{"id":"enchant.stat_334333797","text":"\u6bcf 4% \u54c1\u8d28\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_395808938","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 1 \u4e2a\u7cbe\u534e","type":"enchant"},{"id":"enchant.stat_21993405","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u955c\u50cf\u7a00\u6709\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_3151377452","text":"\u73a9\u5bb6\u548c\u4ed6\u4eec\u7684\u53ec\u5524\u751f\u7269\u4e0d\u4f1a\u53d7\u5230\u53cd\u5c04\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_281254371","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u4f24\u5bb3\u4f1a\u7a7f\u900f #% \u654c\u4eba\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_839907382","text":"\u4f60\u7684\u9b54\u6cd5\u5730\u56fe\u989d\u5916\u5305\u542b#\u4e2a\u9b54\u6cd5\u602a\u7269\u7fa4","type":"enchant"},{"id":"enchant.stat_2224050171","text":"\u8be5\u533a\u57df\u4e2d\u7684\u88c2\u9699\u989d\u5916\u5305\u542b#\u4e2a\u7d27\u63e1\u4e4b\u624b","type":"enchant"},{"id":"enchant.stat_989837434","text":"\u4e0d\u6d88\u8017\u516d\u5206\u4eea\u4f7f\u7528\u6b21\u6570","type":"enchant"},{"id":"enchant.stat_124877078","text":"\u4f20\u5947\u9996\u9886\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4135304575","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1122635070","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"enchant"},{"id":"enchant.stat_3897451709","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0 1 \u4e2a\u6218\u4e71\u4e4b\u6b87\u4e8b\u4ef6","type":"enchant"},{"id":"enchant.stat_3331111689","text":"\u6bcf 8% \u54c1\u8d28\u4f7f\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2130041903","text":"\u4f60\u7684\u672a\u9274\u5b9a\u7684\u5730\u56fe\u4e2d\u7684\u602a\u7269\u7fa4\u89c4\u6a21\u63d0\u9ad8#%","type":"enchant"},{"id":"enchant.stat_2459443694","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u4e00\u4e2a\u989d\u5916\u7684\u3010\u83cc\u6f6e\u906d\u9047\u6218\u3011","type":"enchant"},{"id":"enchant.stat_2649372092","text":"\u6bcf\u4f7f\u7528 1 \u4e2a\u732e\u796d\u788e\u7247\u5c31\u80fd\u8ba9\u8be5\u533a\u57df\u51fa\u73b0\u732e\u796d\u4e4b\u793c\u7684\u51e0\u7387\u589e\u52a0 #%","type":"enchant"},{"id":"enchant.stat_3893420071","text":"\u4f60\u7684\u666e\u901a\u5730\u56fe\u989d\u5916\u5305\u542b#\u4e2a\u666e\u901a\u602a\u7269\u7fa4","type":"enchant"},{"id":"enchant.stat_1145451936","text":"\u533a\u57df\u5185\u6709\u53e4\u7075\u5e84\u56ed","type":"enchant"},{"id":"enchant.stat_3224819794","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 1 \u4e2a\u88c2\u9699","type":"enchant"},{"id":"enchant.stat_1070816711","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 1 \u4e2a\u989d\u5916\u6df1\u6e0a","type":"enchant"},{"id":"enchant.stat_2747603858","text":"\u8150\u5316\u7684\u5f02\u754c\u5730\u56fe\u4e2d\u7684\u5730\u56fe\u9996\u9886\u989d\u5916\u6389\u843d\u4e00\u4e2a\u74e6\u5c14\u7269\u54c1","type":"enchant"},{"id":"enchant.stat_804187877","text":"\u8be5\u533a\u57df\u5185\u7684\u4f20\u5947\u602a\u7269\u6389\u843d\u8150\u5316\u7269\u54c1","type":"enchant"},{"id":"enchant.stat_425606182","text":"\u8be5\u5730\u56fe\u7684\u54c1\u8d28\u4e3a #%","type":"enchant"},{"id":"enchant.stat_1714706956","text":"\u9b54\u6cd5\u602a\u7269\u7fa4\u5927\u5c0f\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3693451031","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3123392503","text":"\u4fdd\u9669\u7bb1\u91cc\u7684\u602a\u7269\u5df2\u66b4\u6012","type":"enchant"},{"id":"enchant.delirium_reward_scarabs","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5723\u7532\u866b (\xd7#)","type":"enchant"},{"id":"enchant.stat_3903190985","text":"\u5b8c\u6210\u533a\u57df\u65f6\u989d\u5916\u6389\u843d\u4e00\u4e2a\u5f81\u670d\u8005\u5730\u56fe\uff0814\u9636\u6216\u4ee5\u4e0a\uff09","type":"enchant"},{"id":"enchant.stat_3010587200","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_308396001","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1076056376","text":"\u6bcf\u4f7f\u7528 1 \u4e2a\u51e1\u4eba\u788e\u7247\u5c31\u80fd\u8ba9\u8be5\u533a\u57df\u51fa\u73b0\u7ea2\u5973\u738b\u4e4b\u793c\u7684\u51e0\u7387\u589e\u52a0 #%","type":"enchant"},{"id":"enchant.stat_1671749203","text":"\u533a\u57df\u5185\u6709\u9a71\u7075\u796d\u575b","type":"enchant"},{"id":"enchant.stat_2180286756","text":"\u8be5\u533a\u57df\u5185\u53ef\u80fd\u4f1a\u51fa\u73b0\u88c2\u9699","type":"enchant"},{"id":"enchant.stat_728267040","text":"\u533a\u57df\u5185\u627e\u5230\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387\u5728\u6389\u843d\u65f6\u8150\u5316","type":"enchant"},{"id":"enchant.stat_504023787","text":"\u8be5\u533a\u57df\u989d\u5916\u88ab 1 \u4e2a\u82e6\u75db\u53db\u5f92\u7ea0\u7f20","type":"enchant"},{"id":"enchant.stat_1335369947","text":"\u5916\u5ef6\u7269\u7406\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2398157267","text":"\u533a\u57df\u4e2d\u6709\u4e00\u4e2a\u60ca\u60b8\u8ff7\u96fe\u4e4b\u955c","type":"enchant"},{"id":"enchant.stat_412905518","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"enchant"},{"id":"enchant.stat_1640965354","text":"\u533a\u57df\u5185\u7b26\u7eb9\u602a\u7269\u4e4b\u5370\u7684\u6570\u91cf\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3986662538","text":"\u5185\u83cc\u6f6e\u906d\u9047\u6218\u7684\u83cc\u6f6e\u901a\u9053\u6709#%\u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u7684\u5b9d\u7bb1","type":"enchant"},{"id":"enchant.stat_2836003955","text":"\u6709#%\u51e0\u7387\u590d\u5236\u4e00\u5934\u533a\u57df\u4e2d\u88ab\u6355\u6349\u7684\u9b54\u7269","type":"enchant"},{"id":"enchant.stat_3564826949","text":"\u8be5\u533a\u57df\u53ef\u80fd\u4f1a\u51fa\u73b0\u6df1\u6e0a","type":"enchant"},{"id":"enchant.stat_3801130154","text":"\u3010\u51b0\u77db\u3011\u4f1a\u53d1\u5c04 1 \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.delirium_reward_currency","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u901a\u8d27\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_3844573517","text":"\u5b8c\u6210\u533a\u57df\u65f6\u989d\u5916\u6389\u843d\u4e00\u4e2a\u88c2\u754c\u5b88\u536b\u5730\u56fe\uff0814\u9636\u6216\u4ee5\u4e0a\uff09","type":"enchant"},{"id":"enchant.stat_4139181362","text":"\u60ca\u60b8\u8ff7\u96fe\u5956\u52b1\u6761\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2421363283","text":"\u6bcf 2% \u54c1\u8d28\u4f7f\u547d\u4e2d\u503c\u63d0\u9ad8\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_387722020","text":"\u6218\u4e71\u4e4b\u6b87\u602a\u7269\u6389\u843d\u7684\u5370\u8bb0\u548c\u88c2\u7247\u4f1a\u590d\u5236","type":"enchant"},{"id":"enchant.stat_1080855680","text":"\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2055257822","text":"\u533a\u57df\u5185\u6709\u81f4\u547d\u8d2a\u5a6a\u906d\u9047\u6218","type":"enchant"},{"id":"enchant.stat_3036365740","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5012\u5f71\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_1519019245","text":"\u6bcf 2% \u54c1\u8d28 +# \u529b\u91cf","type":"enchant"},{"id":"enchant.stat_3259960466","text":"\u533a\u57df\u5185\u53d1\u73b0\u7684\u5723\u6cb9\u6709#%\u51e0\u7387\u9ad8\u4e00\u9636","type":"enchant"},{"id":"enchant.stat_1293597434","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u51fb\u8d25\u8fc7\u654c\u4eba\uff0c\u5219\u9644\u52a0 # - # \u95ea\u7535\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3109915337","text":"\u4f60\u88ab\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5149\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3103053611","text":"\u6bcf 4% \u54c1\u8d28\u4f7f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1829593182","text":"\u6218\u4e71\u4e4b\u6b87\u602a\u7269\u7684\u751f\u547d\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_4143730600","text":"\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011\u989d\u5916\u6389\u843d 1 \u4e2a\u73e0\u5b9d","type":"enchant"},{"id":"enchant.stat_493747147","text":"\u5b8c\u6210\u533a\u57df\u65f6\u989d\u5916\u6389\u843d\u4e00\u4e2a\u5851\u754c\u5b88\u536b\u5730\u56fe\uff0814\u9636\u6216\u4ee5\u4e0a\uff09","type":"enchant"},{"id":"enchant.stat_1223360315","text":"\u533a\u57df\u5185\u53d1\u73b0\u7684\u5730\u56fe\u88ab 8 \u4e2a\u8bcd\u7f00\u8150\u5316","type":"enchant"},{"id":"enchant.stat_835592326","text":"\u3010\u65cb\u98ce\u65a9\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3300369861","text":"\u5916\u5ef6\u9632\u5fa1\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2425554673","text":"\u7b2c\u4e00\u6b21\u5728\u9a71\u7075\u796d\u575b\u4e0a\u91cd\u7f6e\u6069\u5178\u65e0\u9700\u6d88\u8017","type":"enchant"},{"id":"enchant.stat_2256808958","text":"\u533a\u57df\u5185\u53d1\u73b0\u7684\u975e\u4f20\u5947\u593a\u5b9d\u5947\u5175\u5951\u7ea6\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6709\u4e00\u4e2a\u57fa\u5e95\u8bcd\u7f00","type":"enchant"},{"id":"enchant.stat_186513618","text":"\u3010\u7535\u7403\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_1503864797","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u4f60\u8fd1\u671f\u5185\\n\u627f\u53d7\u8fc7\u6cd5\u672f\u4f24\u5bb3\u7684\u60c5\u51b5\u4e0b +#%","type":"enchant"},{"id":"enchant.stat_471027242","text":"\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_495713612","text":"\u795e\u6bbf\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3728052911","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u6df7\u6c8c\u5c5e\u6027\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_2187439577","text":"\u73a9\u5bb6\u548c\u602a\u7269\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2428040317","text":"\u707e\u53d8\u4f53\u7684\u751f\u547d\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_3701991680","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u3010\u95ea\u73b0\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1374371477","text":"\u4f60\u7684\u6280\u80fd\u6216\u53ec\u5524\u751f\u7269\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51b0\u5893\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.delirium_reward_divinationcards","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u547d\u8fd0\u5361 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1274634881","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u5171\u9e23\u795e\u9f9b","type":"enchant"},{"id":"enchant.stat_3207852985","text":"\u73a9\u5bb6\u548c\u602a\u7269\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_545950479","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u95ea\u7535\u5c5e\u6027\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_4265846487","text":"\u8be5\u5730\u56fe\u7684\u54c1\u8d28\u4e5f\u4f1a\u5957\u7528\u4e8e\u6389\u843d\u7269\u54c1\u7684\u7a00\u6709\u5ea6","type":"enchant"},{"id":"enchant.stat_1992047981","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u9690\u5fcd\u795e\u9f9b","type":"enchant"},{"id":"enchant.stat_1213035889","text":"\u3010\u95ea\u7535\u6253\u51fb\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_1959158336","text":"\u4f20\u5947\u9996\u9886\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1554500307","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u72c2\u6012\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3047407995","text":"\u7981\u65ad\u5178\u4eea\u53d1\u5c04\u4e00\u679a\u989d\u5916\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3105097589","text":"\u3010\u529b\u91cf\u7206\u7834\u3011\u6709 #% \u7684\u51e0\u7387\u589e\u52a0\u4e00\u6b21\u7206\u7834","type":"enchant"},{"id":"enchant.stat_1682417271","text":"\u4ece\u4e0d\u673d\u8f9b\u8fea\u52a0\u76ee\u6807\u5904\u83b7\u5f97\u7684\u60c5\u62a5\u63d0\u9ad8#%","type":"enchant"},{"id":"enchant.stat_2400448724","text":"\u73a9\u5bb6\u548c\u602a\u7269\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2366645974","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u706b\u7130\u5c5e\u6027\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_1480568810","text":"\u524d 3 \u4e2a\u88ab\u9644\u8eab\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d 1 \u4e2a\u989d\u5916\u7684\u9540\u91d1\u5723\u7532\u866b","type":"enchant"},{"id":"enchant.stat_3541635261","text":"\u73a9\u5bb6\u548c\u602a\u7269\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2748574832","text":"\u6bcf 2% \u54c1\u8d28 +# \u667a\u6167","type":"enchant"},{"id":"enchant.stat_3747734818","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u4e00\u4e9b\u88ab\u60ac\u8d4f\u7684\u53db\u5f92","type":"enchant"},{"id":"enchant.stat_2156140483","text":"\u618e\u6068\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3639275092","text":"\u5c5e\u6027\u9700\u6c42\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3059368202","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u4f1a\u6cbb\u7597\u672f\u7684\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_2393315299","text":"\u5916\u5ef6\u66b4\u51fb\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1177831984","text":"Power Siphon fires at up to # additional target","type":"enchant"},{"id":"enchant.stat_1409388882","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u65bd\u653e\u6cd5\u672f\uff0c\u5219\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_995860222","text":"\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.delirium_reward_maps","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5730\u56fe\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1877374369","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5bd2\u51b0\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3303293173","text":"\u5143\u7d20\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3817220109","text":"\u95ea\u7535\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2593021351","text":"\u4f60\u5177\u6709\u3010\u731b\u653b\u3011\u7684\u60c5\u51b5\u4e0b\uff0c\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1259277978","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6028\u6068\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_452753731","text":"\u6bcf 2% \u54c1\u8d28 +# \u654f\u6377","type":"enchant"},{"id":"enchant.stat_3383226338","text":"\u6028\u6bd2\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3009270704","text":"\u3010\u5f39\u5e55\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_964930886","text":"\u3010\u95ea\u7535\u7bad\u77e2\u3011\u53ef\u4ee5\u51fb\u4e2d\u76ee\u6807\u5468\u56f4\u7684\u4e00\u540d\u989d\u5916\u654c\u4eba","type":"enchant"},{"id":"enchant.stat_325889252","text":"\u575a\u5b9a\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3194736016","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u51b0\u971c\u5c5e\u6027\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_4291115328","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u9020\u6210\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"enchant"},{"id":"enchant.stat_363924732","text":"\u5916\u5ef6\u901f\u5ea6\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_168308685","text":"\u594b\u9510\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.delirium_reward_armour","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u62a4\u7532 (\xd7#)","type":"enchant"},{"id":"enchant.stat_2219523244","text":"\u8ddf\u63a5\u90bb\u7684\u836f\u5242\u4e00\u8d77\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_3444518809","text":"\u96f7\u9706\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3024867180","text":"\u3010\u98de\u5203\u98ce\u66b4\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_147952811","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5200\u950b\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3077703716","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_884399432","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u88ab\u51fb\u4e2d\uff0c\u5219\u9644\u52a0 # - # \u51b0\u971c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_939320550","text":"\u8fc5\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3420683028","text":"\u3010\u5929\u96f7\u4e4b\u73e0\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_2140127102","text":"\u3010\u6bd2\u96e8\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u7bad\u77e2","type":"enchant"},{"id":"enchant.stat_2090693207","text":"\u51fb\u4e2d\u88ab\u4f60\u6050\u60e7\u7684\u654c\u4eba\u65f6\uff0c\u8be5\u6b21\u51fb\u4e2d\u7684\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3034788766","text":"\u3010\u7075\u4f53\u706b\u7403\u3011\u541e\u566c\u6700\u591a # \u4e2a\u989d\u5916\u7075\u67e9","type":"enchant"},{"id":"enchant.stat_3491968196","text":"\u3010\u865a\u7a7a\u5315\u9996\u3011\u4ee5\u73af\u72b6\u65b9\u5f0f\u53d1\u5c04\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3243861579","text":"\u5916\u5ef6\u5c5e\u6027\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3550168289","text":"\u533a\u57df\u5185\u4f1a\u51fa\u73b0\u989d\u5916 # \u4e2a\u3010\u76d7\u8d3c\u6d41\u653e\u8005\u3011","type":"enchant"},{"id":"enchant.stat_2666843091","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u539f\u529b\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3359178310","text":"\u3010\u6b63\u4e49\u4e4b\u706b\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1984484581","text":"\u73a9\u5bb6\u548c\u602a\u7269\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2284801675","text":"\u5de8\u77f3\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2081344089","text":"\u7eaa\u5f8b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3804597710","text":"\u83cc\u6f6e\u9632\u5fa1\u5854\u7684\u5efa\u9020\u5347\u7ea7\u82b1\u8d39\u7ffb\u500d","type":"enchant"},{"id":"enchant.delirium_reward_trinkets","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u9970\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_2420972973","text":"\u8150\u5316\u9b54\u50cf\u7ed9\u4e0e\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_249139784","text":"\u8be5\u533a\u57df\u4f1a\u989d\u5916\u51fa\u73b0 # \u7ec4\u51fb\u8d25\u540e\u80fd\u88ab\u8f6c\u5316\u7684\u602a\u7269","type":"enchant"},{"id":"enchant.stat_1308141466","text":"\u5916\u5ef6\u751f\u547d\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3134777190","text":"\u3010\u95ea\u7535\u6253\u51fb\u3011\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807","type":"enchant"},{"id":"enchant.stat_1406617410","text":"\u62e5\u6709\u3010\u79d8\u672f\u589e\u5f3a\u3011\u65f6\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_900639351","text":"\u4f18\u96c5\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3137138073","text":"\u73a9\u5bb6\u4f7f\u7528\u836f\u5242\u56de\u590d\u7684\u751f\u547d\u548c\u9b54\u529b\u4f1a\u7acb\u5373\u56de\u590d","type":"enchant"},{"id":"enchant.stat_3703722637","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70c8\u706b\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3608981617","text":"\u3010\u7075\u76fe\u6295\u63b7\u3011\u53ef\u989d\u5916\u53d1\u5c04\u4e00\u4e2a\u788e\u7247\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_2583039202","text":"\u3010\u98de\u5203\u98ce\u66b4\u3011\u7684\u6bcf\u7247\u5200\u5203 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"enchant"},{"id":"enchant.stat_3989543665","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u7269\u7406\u5c5e\u6027\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_2047590583","text":"\u4f60\u53d7\u5230\u7684\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\u5728\u4f60\u8fd1\u671f\u5185\u53d7\u5230\u8fc7\u66b4\u51fb\u7684\u60c5\u51b5\u4e0b\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_4203647216","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u98ce\u66b4\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_2870283358","text":"\u4e03\u4f24\u7834\u6709 #% \u7684\u51e0\u7387 +1 \u5c42\u5185\u4f24","type":"enchant"},{"id":"enchant.delirium_reward_weapon","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u6b66\u5668 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1843506018","text":"\u3010\u98ce\u66b4\u547c\u5524\u3011\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"enchant"},{"id":"enchant.stat_3760667977","text":"\u4f20\u5947\u9996\u9886\u4f1a\u6389\u843d\u989d\u5916 # \u4ef6\u4f20\u5947\u7269\u54c1","type":"enchant"},{"id":"enchant.stat_586167247","text":"\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011\u751f\u6210 +# \u7ea7\u7684\u7075\u67e9","type":"enchant"},{"id":"enchant.stat_3222886961","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51ac\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_1133703802","text":"\u82e6\u75db\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3416709884","text":"\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u73a9\u5bb6\u83b7\u5f97\u4e00\u4e2a\u989d\u5916\u7684\u74e6\u5c14\u4e4b\u7075","type":"enchant"},{"id":"enchant.stat_926530613","text":"\u4f60\u7684\u51b0\u971c\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3645693773","text":"\u7075\u4f53\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4137556603","text":"\u3010\u7075\u4f53\u3011\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3764009282","text":"\u6bcf 2% \u54c1\u8d28 +# \u6700\u5927\u9b54\u529b","type":"enchant"},{"id":"enchant.delirium_reward_fossils","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5316\u77f3 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1498186316","text":"\u5916\u5ef6\u65bd\u6cd5\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3481854423","text":"\u4f20\u5947\u9996\u9886\u7531\u5b88\u536b\u5b88\u62a4","type":"enchant"},{"id":"enchant.stat_2189040439","text":"\u7eaf\u51c0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_513715594","text":"\u3010\u8840\u8089\u5949\u732e\u3011\u63d0\u4f9b\u7684\u53ec\u5524\u751f\u7269\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.delirium_reward_harbinger","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5148\u9a71\u8005\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_3734339018","text":"\u5bd2\u51ac\u5b9d\u73e0\u7684\u6700\u5927\u7b49\u9636 +#","type":"enchant"},{"id":"enchant.stat_3915210550","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51b0\u51bb\uff0c\u611f\u7535\uff0c\u548c\u70b9\u71c3","type":"enchant"},{"id":"enchant.stat_3510848926","text":"\u3010\u51b0\u77db\u3011\u7b2c\u4e8c\u9636\u6bb5\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1663783758","text":"\u3010\u76db\u6012\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1256719186","text":"\u751f\u6548\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3395872960","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_494477497","text":"\u51fb\u8d25\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6218\u4e89\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_2500442851","text":"\u7070\u70ec\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1695754537","text":"\u53ec\u5524\u98de\u63a0\u8005\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1468737867","text":"\u533a\u57df\u5185\u6709\u4e00\u4e2a\u989d\u5916\u7684\u795e\u9f9b","type":"enchant"},{"id":"enchant.stat_2967267655","text":"\u6bcf 10% \u54c1\u8d28\u4f7f\u6b66\u5668\u8303\u56f4 +# \u7c73","type":"enchant"},{"id":"enchant.stat_139925400","text":"\u51b0\u971c\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1032614900","text":"\u88ab\u4f60\u6b7b\u4ea1\u51cb\u96f6\u7684\u654c\u4eba +#% \u6240\u6709\u6297\u6027","type":"enchant"},{"id":"enchant.stat_1317250154","text":"\u524d 3 \u4e2a\u88ab\u9644\u8eab\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d 1 \u4e2a\u989d\u5916\u7684\u629b\u5149\u5723\u7532\u866b","type":"enchant"},{"id":"enchant.stat_3555919553","text":"\u3010\u9f99\u5377\u5c04\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_173612563","text":"\u51db\u51ac\u4e4b\u773c\u5728\u98de\u884c\u9014\u4e2d\u53d1\u5c04\u9730\u5f39\u6295\u5c04\u7269\u7684\u9891\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1972391381","text":"\u5916\u5ef6\u6297\u6027\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_620045439","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u9706\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_2862290356","text":"\u8be5\u533a\u57df\u5438\u5f15\u9c7c","type":"enchant"},{"id":"enchant.stat_1988467615","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u7535\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_1044970549","text":"Scourge Arrow creates +# Spore Pod","type":"enchant"},{"id":"enchant.stat_3418033798","text":"\u3010\u72c2\u91ce\u6012\u706b\u3011\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_444686294","text":"\u3010\u7075\u4f53\u6295\u63b7\u3011\u6295\u5c04\u7269\u7684\u60ac\u505c\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2461552986","text":"\u3010\u7535\u5f27\u3011\u989d\u5916\u8fde\u9501\u5f39\u5c04 # \u6b21","type":"enchant"},{"id":"enchant.stat_3993865658","text":"\u5c0a\u4e25\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2426838124","text":"\u9b54\u6b66\u6218\u53f7\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_373209496","text":"\u8be5\u533a\u57df\u989d\u5916\u88ab 1 \u4e2a\u82e6\u75db\u5f02\u6559\u5f92\u7ea0\u7f20","type":"enchant"},{"id":"enchant.stat_3003688066","text":"\u706b\u7130\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1730598557","text":"# \u4e2a\u83cc\u6f6e\u5b9d\u7bb1\u91cc\u7684\u5404\u7c7b\u7269\u54c1\u5747\u6709\u5e78\u8fd0\u5c5e\u6027","type":"enchant"},{"id":"enchant.stat_2889995769","text":"\u3010\u5c06\u519b\u4e4b\u543c\u3011 +# \u8703\u5f71\u6b66\u58eb\u6570\u91cf\u4e0a\u9650","type":"enchant"},{"id":"enchant.stat_3473724367","text":"\u4f60\u7684\u4fa6\u5bdf\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.delirium_reward_essences","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u7cbe\u534e (\xd7#)","type":"enchant"},{"id":"enchant.stat_2247138020","text":"\u82e5\u4f60\u6ca1\u6709\u4efb\u4f55\u836f\u5242\u6548\u679c\u65f6\u51fb\u4e2d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\uff0c\u4fbf\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_155429578","text":"\u53ec\u5524\u7684\u82e6\u75db\u722c\u884c\u8005\u989d\u5916\u53d1\u5c04 # \u7684\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_1019790379","text":"\u3010\u76db\u6012\u3011\u7684\u6012\u706b\u8870\u51cf\u901f\u5ea6\u6bcf\u79d2\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1454162553","text":"\u3010\u65cb\u98ce\u65a9\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2430635444","text":"\u3010\u6b63\u4e49\u4e4b\u706b\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1648511635","text":"\u6df7\u6c8c\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1994562755","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u3010\u707e\u53d8\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_1815368527","text":"\u3010\u9f99\u5377\u5c04\u51fb\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1833626118","text":"\u3010\u89e3\u653e\u3011\u9020\u6210\u4f24\u5bb3\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u80fd\u91cf\u7403","type":"enchant"},{"id":"enchant.stat_3340686967","text":"\u524d 3 \u4e2a\u88ab\u9644\u8eab\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d 1 \u5f20\u989d\u5916\u7684\u5730\u56fe","type":"enchant"},{"id":"enchant.stat_3624940721","text":"\u5916\u5ef6\u95ea\u7535\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3803013948","text":"\u3010\u7535\u7403\u3011\u4ee5\u73af\u72b6\u65b9\u5f0f\u53d1\u5c04\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_2020183428","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70bc\u72f1\u4e4b\u8beb\u3011","type":"enchant"},{"id":"enchant.stat_3459808765","text":"\u914d\u7f6e # (\u79d2)","type":"enchant","option":{"options":[{"id":32345,"text":"\u8fc5\u6377"},{"id":15027,"text":"\u58ee\u6c49"},{"id":56029,"text":"\u7075\u654f"},{"id":36874,"text":"\u539f\u91ce\u667a\u6167"},{"id":32245,"text":"\u8d85\u7fa4\u8eab\u6cd5"},{"id":60180,"text":"\u76d7\u8d3c\u5de5\u827a"},{"id":52714,"text":"\u82f1\u52c7"},{"id":34601,"text":"\u719f\u80fd\u751f\u5de7"},{"id":50197,"text":"\u5148\u7956\u667a\u6167"},{"id":5456,"text":"\u575a\u5f3a\u529b\u91cf"},{"id":30160,"text":"\u81ea\u536b\u672f"},{"id":18025,"text":"\u9759\u4fee"},{"id":10153,"text":"\u58ee\u7855\u4e4b\u4f53"},{"id":23690,"text":"\u7cbe\u534e\u704c\u6ce8"},{"id":10542,"text":"\u8346\u523a\u5b88\u62a4"},{"id":37078,"text":"\u8d24\u8005\u4e4b\u8def"},{"id":12702,"text":"\u6218\u58eb\u4e4b\u8def"},{"id":19506,"text":"\u730e\u4eba\u4e4b\u8def"},{"id":38516,"text":"\u6b63\u4e49\u5ba1\u5224"},{"id":63150,"text":"\u94c1\u6728"},{"id":16243,"text":"\u805a\u7075\u4e4b\u6756"},{"id":2715,"text":"\u75be\u6b65"},{"id":52230,"text":"\u591c\u4e4b\u72e9\u730e"},{"id":21435,"text":"\u8fc5\u5f71\u79d8\u672f"},{"id":31033,"text":"\u5065\u58ee"},{"id":65224,"text":"\u9e70\u7075\u795d\u798f"},{"id":24256,"text":"\u84c4\u7535"},{"id":21973,"text":"\u8150\u8680\u4e4b\u536b"},{"id":45067,"text":"\u98a4\u6817\u6253\u51fb\u8005"},{"id":24067,"text":"\u672c\u80fd"},{"id":1382,"text":"\u7cbe\u534e\u62bd\u53d6"},{"id":529,"text":"\u56de\u8f6c\u6b7b\u795e"},{"id":46965,"text":"\u6020\u5de5\u8005"},{"id":47484,"text":"\u6f5c\u610f\u8bc6"},{"id":42686,"text":"\u5143\u7d20\u96c6\u4e2d"},{"id":27929,"text":"\u6c89\u9759\u667a\u6167"},{"id":27301,"text":"\u6c99\u573a\u5386\u7ec3"},{"id":60002,"text":"\u7834\u7a7a\u5f39"},{"id":5289,"text":"\u6218\u6597\u9f13\u821e"},{"id":27190,"text":"\u8fc7\u5ea6\u51c6\u5907"},{"id":20832,"text":"\u5e87\u62a4\u5723\u6240"},{"id":49645,"text":"\u7130\u707c\u8840\u8089"},{"id":7440,"text":"\u65a9\u654c\u8005"},{"id":8135,"text":"\u5316\u865a\u4e3a\u5b9e"},{"id":46408,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":10016,"text":"\u5904\u51b3\u8005"},{"id":42804,"text":"\u6c72\u7075\u672f"},{"id":50690,"text":"\u91cd\u88c5\u62ef\u6551"},{"id":15344,"text":"\u884c\u52a8\u81ea\u5982"},{"id":10835,"text":"\u5e7b\u68a6\u8005"},{"id":8001,"text":"\u673a\u654f\u730e\u4eba"},{"id":44788,"text":"\u5f3a\u6548\u8fde\u63a5"},{"id":2550,"text":"\u711a\u70e7"},{"id":28878,"text":"\u51b7\u9177\u65e0\u60c5"},{"id":7085,"text":"\u821e\u5203\u5b97\u5e08"},{"id":35233,"text":"\u4e0d\u8c10\u4e4b\u827a"},{"id":18174,"text":"\u79d8\u8a00\u5b88\u62a4"},{"id":53757,"text":"\u8428\u6ee1\u4e4b\u6012"},{"id":22133,"text":"\u6b22\u6b23\u70bd\u708e"},{"id":24362,"text":"\u6c89\u9759\u601d\u7ef4"},{"id":10115,"text":"\u5b8c\u7f8e\u65e0\u7f3a"},{"id":19144,"text":"\u54e8\u5175"},{"id":65107,"text":"\u7834\u58c1\u8005"},{"id":42720,"text":"\u5f3a\u5f29"},{"id":54791,"text":"\u9e4a\u722a"},{"id":52157,"text":"\u7075\u9b42\u5438\u6536"},{"id":59423,"text":"\u5347\u7ea7"},{"id":60781,"text":"\u540c\u8fdb\u540c\u9000"},{"id":56207,"text":"\u767e\u6218\u4f24\u75a4"},{"id":17608,"text":"\u795e\u51fa\u9b3c\u6ca1"},{"id":29861,"text":"\u7206\u70b8\u7b26\u6587"},{"id":36859,"text":"\u8eab\u575a\u5982\u94c1"},{"id":44102,"text":"\u9ad8\u6548\u7206\u70b8"},{"id":30693,"text":"\u5143\u7d20\u50ac\u5316"},{"id":63933,"text":"\u70ed\u60c5\u56fe\u817e"},{"id":40645,"text":"\u7834\u9aa8"},{"id":11784,"text":"\u5438\u8840\u9b3c\u75c7"},{"id":59556,"text":"\u5feb\u901f\u5f39\u836f"},{"id":33082,"text":"\u5243\u5203"},{"id":56359,"text":"\u60e8\u7edd\u5178\u793c"},{"id":28034,"text":"\u5f3a\u5316\u7ebd\u5e26"},{"id":59866,"text":"\u7262\u56fa"},{"id":45657,"text":"\u4fe1\u4ef0\u8bd5\u70bc"},{"id":35436,"text":"\u52a8\u80fd\u51b2\u51fb"},{"id":41476,"text":"\u667a\u6167\u4e4b\u529b"},{"id":58168,"text":"\u9ad8\u538b"},{"id":45608,"text":"\u8fde\u7eed\u5f15\u7206"},{"id":33582,"text":"\u5f3a\u529b\u7a7f\u523a"},{"id":23038,"text":"\u51b7\u8840"},{"id":55002,"text":"\u6b63\u4e49\u4e4b\u6012"},{"id":52789,"text":"\u751f\u547d\u4e4b\u73af"},{"id":60619,"text":"\u805a\u80fd\u4e4b\u9524"},{"id":63453,"text":"\u8425\u517b\u8fc7\u5269"},{"id":28449,"text":"\u6d3b\u529b\u4e4b\u6d8c"},{"id":62802,"text":"\u751f\u6b7b\u8fb9\u7f18"},{"id":6237,"text":"\u7cbe\u51c6"},{"id":16236,"text":"\u6d82\u6bd2\u653b\u51fb"},{"id":39657,"text":"\u75db\u82e6\u5927\u5e08"},{"id":36915,"text":"\u4ea1\u7075\u62db\u96c6"},{"id":51212,"text":"\u4e71\u4e16"},{"id":61982,"text":"\u4ea1\u7075\u4e4b\u8a93"},{"id":6233,"text":"\u51b2\u51fb\u6ce2\u7eb9"},{"id":48823,"text":"\u81f4\u547d\u7bad\u77e2"},{"id":65093,"text":"\u5251\u821e\u8005"},{"id":37504,"text":"\u76f4\u89c9\u611f\u77e5"},{"id":36736,"text":"\u51f6\u6b8b\u70c8\u7130"},{"id":64077,"text":"\u6b66\u58eb\u8bad\u7ec3"},{"id":63635,"text":"\u56fe\u817e\u4e13\u7cbe"},{"id":5126,"text":"\u94bb\u51fb\u8005"},{"id":51559,"text":"\u6c89\u91cd\u4e4b\u51fb"},{"id":63921,"text":"\u7ec8\u6781\u4e4b\u901f"},{"id":47743,"text":"\u8fdc\u89c6"},{"id":42917,"text":"\u6756\u5f71\u5c4f\u969c"},{"id":59605,"text":"\u4e0d\u7a33\u5b9a\u5f39\u836f"},{"id":46471,"text":"\u622e\u529b\u540c\u5fc3"},{"id":1405,"text":"\u5f71\u5203"},{"id":26096,"text":"\u65a7\u5203\u5b97\u5e08"},{"id":55380,"text":"\u806a\u660e\u7684\u5efa\u8bbe"},{"id":49772,"text":"\u7ec8\u6781\u4e4b\u529b"},{"id":22972,"text":"\u6597\u6756\u8005\u4e4b\u529b"},{"id":49969,"text":"\u52c7\u6bc5"},{"id":41870,"text":"\u51db\u51ac\u4e4b\u62e5"},{"id":25738,"text":"\u65e0\u5c3d\u8ffd\u8e2a"},{"id":17171,"text":"\u6025\u901f\u51bb\u7ed3"},{"id":36490,"text":"\u5265\u76ae\u5203"},{"id":35685,"text":"\u6050\u6016\u4e4b\u529b"},{"id":62849,"text":"\u51b0\u5ddd\u7262\u7b3c"},{"id":24858,"text":"\u9c7c\u53c9\u730e\u624b"},{"id":15046,"text":"\u6551\u8d4e"},{"id":55114,"text":"\u7ec8\u6781\u667a\u6167"},{"id":7918,"text":"\u79d8\u5deb\u9632\u5fa1"},{"id":14606,"text":"\u5c60\u592b"},{"id":33435,"text":"\u795e\u5723\u7edf\u5fa1"},{"id":26557,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":14001,"text":"\u7a33\u6b65\u575a\u51b3"},{"id":9567,"text":"\u5149\u8292\u541e\u566c\u8005"},{"id":63033,"text":"\u65d7\u624b"},{"id":63976,"text":"\u5723\u676f"},{"id":53493,"text":"\u6a2a\u626b\u5343\u519b"},{"id":45317,"text":"\u4e09\u76f8\u4e4b\u529b"},{"id":44207,"text":"\u9f9f\u7532\u76fe"},{"id":30225,"text":"\u96f7\u7075\u4e4b\u9053"},{"id":9788,"text":"\u5de7\u8bed"},{"id":31508,"text":"\u5c71\u732b\u4e4b\u7075"},{"id":53042,"text":"\u5353\u8d8a\u7684\u8868\u73b0"},{"id":4940,"text":"\u5288\u780d"},{"id":42795,"text":"\u79d8\u80fd\u4e4b\u5fc3"},{"id":21413,"text":"\u6218\u6597\u7cbe\u529b"},{"id":33903,"text":"\u5229\u5203\u610f\u5fd7"},{"id":44347,"text":"\u5723\u6012"},{"id":65502,"text":"\u523a\u5fc3\u8005"},{"id":6770,"text":"\u5965\u672f\u62a4\u536b"},{"id":1340,"text":"\u58c1\u5792"},{"id":13164,"text":"\u795e\u5723\u5ba1\u5224"},{"id":35894,"text":"\u8be1\u8ba1"},{"id":49538,"text":"\u6297\u4e89"},{"id":33545,"text":"\u6d77\u730e\u9e70"},{"id":6,"text":"\u53cc\u91cd\u60e7\u5203"},{"id":65273,"text":"\u79d8\u5deb\u4e4b\u89e6"},{"id":25178,"text":"\u539f\u59cb\u7cbe\u795e"},{"id":29522,"text":"\u5203\u821e"},{"id":19730,"text":"\u5341\u62ff\u4e5d\u7a33"},{"id":15085,"text":"\u5353\u8d8a"},{"id":24383,"text":"\u6218\u58eb\u4e4b\u8840"},{"id":32681,"text":"\u6807\u8bb0\u730e\u7269"},{"id":6967,"text":"\u62a4\u536b"},{"id":37403,"text":"\u8840\u8089\u704c\u6ce8"},{"id":54694,"text":"\u795e\u5723\u542f\u8499"},{"id":45945,"text":"\u5492\u6cd5\u5c4f\u969c"},{"id":49621,"text":"\u5fc3\u773c"},{"id":54142,"text":"\u5a34\u719f"},{"id":9432,"text":"\u7cbe\u795e\u8fc5\u6377"},{"id":26960,"text":"\u672a\u535c\u5148\u77e5"},{"id":14813,"text":"\u72c2\u6b22"},{"id":861,"text":"\u597d\u6218\u58c1\u5792"},{"id":26866,"text":"\u5723\u6d01\u4e4b\u529b"},{"id":65053,"text":"\u7075\u9b42\u865a\u7a7a"},{"id":25439,"text":"\u9001\u846c\u8005"},{"id":49416,"text":"\u91d1\u949f\u7f69"},{"id":64355,"text":"\u516c\u6b63\u70d9\u5370"},{"id":24050,"text":"\u51b7\u9177\u8ba1\u7b97"},{"id":11420,"text":"\u5965\u672f\u5e08\u7684\u7edf\u5fa1"},{"id":2225,"text":"\u9e70\u773c"},{"id":32455,"text":"\u98ce\u66b4\u7ec7\u8005"},{"id":12809,"text":"\u72c2\u6218\u4e4b\u9b42"},{"id":1006,"text":"\u610f\u5fd7\u4e4b\u529b"},{"id":5823,"text":"\u548c\u8c10\u4e4b\u4f53"},{"id":18703,"text":"\u77eb\u82e5\u60ca\u9f99"},{"id":20835,"text":"\u7f81\u7e3b"},{"id":3309,"text":"\u8ff7\u8e2a\u6b65"},{"id":15842,"text":"\u5929\u4eba\u5408\u4e00"},{"id":15711,"text":"\u6cd5\u672f\u8303\u56f4\u589e\u5e45"},{"id":34666,"text":"\u7834\u574f\u8005"},{"id":14665,"text":"\u795e\u5723\u6012\u706b"},{"id":30471,"text":"\u771f\u5b9e\u4e4b\u51fb"},{"id":49318,"text":"\u5d29\u96f7"},{"id":32059,"text":"\u6cf0\u5766\u51b2\u51fb"},{"id":65308,"text":"\u6676\u94bb\u4e4b\u80a4"},{"id":12795,"text":"\u4fca\u654f"},{"id":33287,"text":"\u6218\u795e"},{"id":25456,"text":"\u4fee\u884c\u4e4b\u5203"},{"id":35663,"text":"\u5f3a\u58ee\u624b\u81c2"},{"id":60737,"text":"\u620f\u6cd5"},{"id":41137,"text":"\u533b\u5b66\u9886\u57df"},{"id":50858,"text":"\u8bad\u8beb"},{"id":7069,"text":"\u5206\u88c2\u5c04\u51fb"},{"id":544,"text":"\u6d1e\u82e5\u89c2\u706b"},{"id":61308,"text":"\u589e\u5e45"},{"id":570,"text":"\u8000\u76ee\u6253\u51fb"},{"id":34284,"text":"\u719f\u7ec3\u5251\u6280"},{"id":24324,"text":"\u66b4\u70c8\u51b2\u51fb"},{"id":57006,"text":"\u590d\u4ec7\u5954\u6d41"},{"id":34661,"text":"\u706b\u7075\u4e4b\u9053"},{"id":54268,"text":"\u5251\u5203\u5c4f\u969c"},{"id":44824,"text":"\u7075\u79d8"},{"id":18865,"text":"\u878d\u5408"},{"id":49445,"text":"\u6df1\u547c\u5438"},{"id":47306,"text":"\u5272\u6218\u8005"},{"id":44955,"text":"\u51b0\u7075\u4e4b\u9053"},{"id":48556,"text":"\u9ed1\u6697\u4e4b\u5fc3"},{"id":39743,"text":"\u9ed1\u6697\u827a\u672f"},{"id":50338,"text":"\u5f39\u9053\u5b66"},{"id":58032,"text":"\u873f\u8712\u8282\u9b54"},{"id":53802,"text":"\u7cbe\u534e\u8403\u53d6"},{"id":49254,"text":"\u5236\u88c1"},{"id":25970,"text":"\u5c16\u523b"},{"id":32176,"text":"\u7a83\u9b42\u8005"},{"id":51748,"text":"\u6700\u540e\u4eea\u5f0f"},{"id":57900,"text":"\u94a2\u94c1\u547d\u4ee4"},{"id":5430,"text":"\u7194\u5ca9\u6253\u51fb"},{"id":49379,"text":"\u751f\u547d\u64b7\u53d6"},{"id":12878,"text":"\u590d\u4ec7"},{"id":19103,"text":"\u516c\u6b63\u5927\u519b"},{"id":8458,"text":"\u8fdc\u5c04"},{"id":24721,"text":"\u5f00\u819b\u624b"},{"id":9015,"text":"\u6050\u6016\u6298\u78e8"},{"id":27308,"text":"\u4ea1\u7075\u4e4b\u7ea6"},{"id":31513,"text":"\u54ab\u5c3a\u4e4b\u6068"},{"id":30974,"text":"\u8001\u7ec3\u730e\u624b"},{"id":6615,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":64882,"text":"\u4e0d\u5c48\u95e8\u5f92"},{"id":52031,"text":"\u89e3\u79bb"},{"id":25367,"text":"\u5200\u5251\u5b97\u5e08"},{"id":57199,"text":"\u523a\u9aa8\u5bd2\u51b0"},{"id":39761,"text":"\u957f\u6756\u5316\u8eab"},{"id":21602,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":9535,"text":"\u730e\u4eba\u4e4b\u52bf"},{"id":28503,"text":"\u751f\u547d\u6536\u5272"},{"id":27163,"text":"\u5965\u672f\u610f\u5fd7"},{"id":8920,"text":"\u5077\u88ad"},{"id":63207,"text":"\u98ce\u66b4\u51b2\u51fb"},{"id":43385,"text":"\u7269\u51b0\u8f6c\u6362"},{"id":21297,"text":"\u70bc\u72f1\u70b8\u5f39"},{"id":29049,"text":"\u795e\u5723\u4e4b\u706b"},{"id":54713,"text":"\u529b\u91cf\u6210\u5f62"},{"id":44562,"text":"\u8428\u6ee1\u5723\u57df"},{"id":18707,"text":"\u5b8c\u7f8e\u4e4b\u4eba"},{"id":41595,"text":"\u6b7b\u4ea1\u5370\u8bb0"},{"id":57839,"text":"\u5de7\u5203"},{"id":15437,"text":"\u504f\u8f6c"},{"id":38849,"text":"\u707c\u70ed"},{"id":33777,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":26564,"text":"\u767e\u6218\u767e\u80dc"},{"id":4481,"text":"\u81ea\u7136\u4e4b\u529b"},{"id":10511,"text":"\u5bbd\u5bb9"},{"id":26620,"text":"\u8150\u5316"},{"id":16703,"text":"\u788e\u9885"},{"id":32227,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":19794,"text":"\u9707\u8361\u4e4b\u529b"},{"id":31359,"text":"\u81f4\u547d\u4e4b\u6bd2"},{"id":63727,"text":"\u575a\u6bc5\u6597\u58eb"},{"id":41119,"text":"\u81f4\u547d\u950b\u8292"},{"id":52090,"text":"\u7834\u654c\u8005"},{"id":62094,"text":"\u8d64\u8272\u4e4b\u5473"},{"id":55772,"text":"\u94c1\u5320\u4e4b\u6376"},{"id":49459,"text":"\u5f3a\u5f29\u4e4b\u5f26"},{"id":26294,"text":"\u51fa\u8840"},{"id":7136,"text":"\u5de5\u5175\u5927\u5e08"},{"id":33725,"text":"\u53cc\u5203\u4e4b\u821e"},{"id":34591,"text":"\u4e0d\u5584\u610f\u56fe"},{"id":31585,"text":"\u8c28\u614e\u4fdd\u62a4"},{"id":22702,"text":"\u86c7\u5f71\u6218\u9635"},{"id":4854,"text":"\u9003\u96be\u6240"},{"id":36281,"text":"\u5143\u7d20\u6ce8\u5165"},{"id":19897,"text":"\u4ea1\u7075\u8c10\u66f2"},{"id":51881,"text":"\u98de\u77e2\u5b97\u5e08"},{"id":15614,"text":"\u9e70\u96bc\u4e4b\u722a"},{"id":61689,"text":"\u7206\u7834\u5143\u7d20"},{"id":9194,"text":"\u65e0\u60c5\u7a7f\u523a"},{"id":27611,"text":"\u4ea1\u7075\u4e4b\u4e3b"},{"id":64395,"text":"\u9ebb\u75f9\u521b\u4f24"},{"id":21389,"text":"\u7b26\u6587\u5de5\u5320"},{"id":39986,"text":"\u6c61\u79fd\u5927\u519b"},{"id":9261,"text":"\u7981\u793c\u95e8\u5f92"},{"id":36687,"text":"\u72e9\u730e\u4e4b\u5f81"},{"id":63944,"text":"\u7eeb\u5f69\u4ea4\u7ec7"},{"id":25409,"text":"\u4e0d\u8d25\u4e4b\u519b"},{"id":1568,"text":"\u81f4\u547d\u4e4b\u5203"},{"id":30439,"text":"\u7194\u5ca9\u4e4b\u529b"},{"id":53013,"text":"\u840e\u7f29"},{"id":41989,"text":"\u667a\u8c0b"},{"id":43689,"text":"\u7075\u9b42\u4e4b\u4ee4"},{"id":7263,"text":"\u8fc5\u901f\u81f4\u6bd2"},{"id":38922,"text":"\u5de8\u4eba\u4e4b\u529b"},{"id":56094,"text":"\u4e0e\u6c34\u540c\u884c"},{"id":7688,"text":"\u6301\u4e45\u5951\u7ea6"},{"id":59151,"text":"\u6b8b\u66b4\u4e4b\u5203"},{"id":56648,"text":"\u730e\u9e70\u4e4b\u722a"},{"id":4207,"text":"\u5927\u597d\u65f6\u673a"},{"id":9864,"text":"\u6210\u957f\u4e0e\u8870\u53d8"},{"id":58921,"text":"\u51b7\u8840\u95e8\u5f92"},{"id":56276,"text":"\u591c\u88ad"},{"id":9055,"text":"\u96f6\u79d2\u51fa\u624b"},{"id":48298,"text":"\u6d1e\u5bdf\u4e07\u7269"},{"id":55194,"text":"\u6c89\u964d\u7070\u70ec"},{"id":42649,"text":"\u96ea\u953b"},{"id":53652,"text":"\u6c89\u6eba\u4e8e\u4eb5\u6e0e"},{"id":53759,"text":"\u51c0\u5316\u7684\u601d\u60f3"},{"id":12143,"text":"\u5f71\u54cd"},{"id":38246,"text":"\u9884\u77e5\u4e4b\u529b"},{"id":56716,"text":"\u96f7\u9706\u4e4b\u5fc3"},{"id":36949,"text":"\u5949\u732e"},{"id":58218,"text":"\u8089\u4f53\u4e4b\u7eaf\u51c0"},{"id":61981,"text":"\u706d\u4e16\u4e4b\u7075"},{"id":21330,"text":"\u5feb\u901f\u56de\u590d"},{"id":40743,"text":"\u9b54\u6676\u4e4b\u80a4"},{"id":48438,"text":"\u82f1\u52c7"},{"id":11924,"text":"\u706b\u7130\u4e4b\u606f"},{"id":45803,"text":"\u9971\u7ecf\u5f81\u6218"},{"id":48614,"text":"\u6fc0\u60c5"},{"id":40849,"text":"\u9532\u800c\u4e0d\u820d"},{"id":42041,"text":"\u751f\u7269\u5b66"},{"id":60501,"text":"\u706b\u7130\u4e4b\u5fc3"},{"id":18769,"text":"\u8840\u4e66"},{"id":45329,"text":"\u8be1\u5c04"},{"id":21958,"text":"\u6b8b\u5fcd\u51c6\u5907"},{"id":58831,"text":"\u5f00\u80a0\u5256\u809a"},{"id":27137,"text":"\u601d\u7ef4\u5723\u6bbf"},{"id":13375,"text":"\u591a\u91cd\u5c04\u51fb"},{"id":55485,"text":"\u6784\u6210"},{"id":46842,"text":"\u79d8\u80fd\u7206\u53d1"},{"id":11645,"text":"\u95ea\u7535\u4e4b\u606f"},{"id":4833,"text":"\u6d3b\u529b\u4e4b\u6e90"},{"id":38706,"text":"\u6218\u58eb\u4e4b\u9053"},{"id":22356,"text":"\u5438\u8840"},{"id":51440,"text":"\u5fb7\u9c81\u4f0a\u7684\u4eea\u5f0f"},{"id":27203,"text":"\u5fc3\u4e0e\u7075"},{"id":6289,"text":"\u65e0\u8840\u4e4b\u4f53"},{"id":58449,"text":"\u4e3a\u6218\u800c\u751f"},{"id":65210,"text":"\u6a61\u6728\u4e4b\u5fc3"},{"id":33718,"text":"\u8d77\u6e90"},{"id":24133,"text":"\u6b7b\u91cc\u9003\u751f"},{"id":34173,"text":"\u5f3a\u5316\u805a\u80fd"},{"id":47471,"text":"\u8d85\u8f7d"},{"id":34009,"text":"\u51b3\u6218\u5b97\u5e08"},{"id":62596,"text":"\u79d8\u8a00\u5929\u8d4b"},{"id":58198,"text":"\u51db\u51bd\u4e4b\u6307"},{"id":30302,"text":"\u70ed\u5ff1"},{"id":19858,"text":"\u836f\u8349\u5b66"},{"id":41420,"text":"\u81ea\u7136\u7597\u6cd5"},{"id":25058,"text":"\u8840\u6db2\u62bd\u53d6"},{"id":7555,"text":"\u795e\u901f\u66b4\u88c2"},{"id":65097,"text":"\u9886\u5bfc\u7cbe\u795e"},{"id":53573,"text":"\u79d8\u672f\u6269\u5f20"},{"id":11730,"text":"\u8010\u529b"},{"id":35958,"text":"\u94a2\u4e4b\u4fe1\u4ef0"},{"id":34973,"text":"\u514b\u5236\u4e4b\u6012"},{"id":41307,"text":"\u81f4\u547d\u503e\u5411"},{"id":26023,"text":"\u72c2\u91ce\u4e4b\u521b"},{"id":2959,"text":"\u5bd2\u51b0\u4e4b\u5b63"},{"id":44103,"text":"\u53cd\u5c04"},{"id":54629,"text":"\u52bf\u4e0d\u53ef\u6321"},{"id":37326,"text":"\u5145\u6c9b\u7cbe\u529b"},{"id":51108,"text":"\u5965\u672f\u5145\u80fd"},{"id":65108,"text":"\u51b7\u9177"},{"id":46904,"text":"\u5965\u672f\u5723\u6240"},{"id":44988,"text":"\u6d6a\u8d39"},{"id":23066,"text":"\u91ce\u6027\u4e4b\u5fc3"},{"id":54776,"text":"\u9b54\u529b\u4e4b\u6d41"},{"id":21634,"text":"\u79d8\u6cd5\u5b66"},{"id":48807,"text":"\u6597\u58eb\u827a\u672f"},{"id":20528,"text":"\u805a\u80fd\u4e4b\u754c"},{"id":59766,"text":"\u5351\u52a3\u624b\u6cd5"},{"id":15290,"text":"\u5b88\u671b\u4e4b\u5854"},{"id":3452,"text":"\u5148\u89c1\u4e4b\u660e"},{"id":21460,"text":"\u971c\u96ea\u4e4b\u606f"},{"id":63422,"text":"\u6c72\u8840\u8005"},{"id":42443,"text":"\u72c2\u70ed"},{"id":47065,"text":"\u5200\u5251\u4e4b\u4e3b"},{"id":21228,"text":"\u7a7f\u5c04\u7bad\u77e2"},{"id":19069,"text":"\u5f3a\u5316\u4e4b\u80a4"},{"id":37647,"text":"\u80a2\u89e3"},{"id":25411,"text":"\u704c\u6ce8"},{"id":8833,"text":"\u51b0\u96ea\u4e4b\u5fc3"},{"id":63251,"text":"\u6839\u6df1\u8482\u56fa"},{"id":27788,"text":"\u6c72\u8840\u8005"},{"id":39530,"text":"\u6d3b\u529b\u865a\u7a7a"},{"id":31257,"text":"\u81ea\u7136\u5a01\u4eea"},{"id":15852,"text":"\u7a7a\u7075\u76db\u5bb4"},{"id":29381,"text":"\u8d2a\u5a6a\u90e8\u843d"},{"id":62577,"text":"\u7cbe\u7eaf\u4e4b\u6f6e"},{"id":34506,"text":"\u9b54\u50cf\u6307\u6325\u5b98"},{"id":41472,"text":"\u4e25\u5cfb\u8bad\u7ec3"},{"id":28754,"text":"\u6697\u5f71"},{"id":61198,"text":"\u6218\u58eb\u4e4b\u5fc3"},{"id":48698,"text":"\u865a\u5f71\u5c4f\u969c"},{"id":15400,"text":"\u98de\u63a0\u7b26\u6587"},{"id":53118,"text":"\u91ce\u86ee"},{"id":42009,"text":"\u575a\u94a2\u4e4b\u7075"},{"id":13922,"text":"\u575a\u97e7\u4e0d\u62d4"},{"id":61039,"text":"\u7edf\u63fd\u5168\u5c40"},{"id":11820,"text":"\u795d\u5723\u4e4b\u4f53"},{"id":50029,"text":"\u6c89\u5bc2\u4e4b\u5fc3"},{"id":1325,"text":"\u9b54\u50cf\u8840\u7edf"},{"id":16246,"text":"\u5b81\u9759"},{"id":53114,"text":"\u6b7b\u4ea1\u901a\u7f09"},{"id":64217,"text":"\u5ca9\u77f3\u4e4b\u52bf"},{"id":52282,"text":"\u987d\u5f3a"},{"id":32932,"text":"\u4e3b\u6743"},{"id":27119,"text":"\u90e8\u843d\u4e4b\u6012"},{"id":5624,"text":"\u5723\u6218"},{"id":4177,"text":"\u7075\u9b42\u63f4\u52a9"},{"id":6799,"text":"\u9b45\u529b"},{"id":60031,"text":"\u8679\u5149\u4e4b\u80a4"},{"id":22535,"text":"\u706d\u4e16\u4e4b\u8bed"}]}},{"id":"enchant.stat_2836937264","text":"+# \u7eaf\u51c0\u54e8\u5175\u6570\u91cf\u4e0a\u9650","type":"enchant"},{"id":"enchant.stat_3318254108","text":"\u3010\u98ce\u66b4\u70d9\u5370\u3011\u7684\u4f24\u5bb3\u4f1a\u7a7f\u900f\u5e26\u6709\u70d9\u5370\u654c\u4eba\u95ea\u7535\u6297\u6027\u7684 #%","type":"enchant"},{"id":"enchant.delirium_reward_uniques","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u4f20\u5947\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_3232905239","text":"\u3010\u51b0\u77db\u3011\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u66b4\u51fb\u7403","type":"enchant"},{"id":"enchant.stat_2834109076","text":"\u4f60\u7684\u51b0\u7bad\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3185156108","text":"\u3010\u7edd\u671b\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1662974426","text":"\u3010\u65f6\u7a7a\u9501\u94fe\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1105773670","text":"\u6297\u4e89\u4e4b\u65d7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3371533847","text":"\u3010\u88c2\u9b42\u672f\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_2549369799","text":"\u6124\u6012\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_558298545","text":"\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_850390248","text":"\u4f60\u7684\u53ec\u5524\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1151217691","text":"\u3010\u5143\u7d20\u6253\u51fb\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3444629796","text":"\u5728\u3010\u5949\u732e\u5730\u9762\u3011\u4e0a\uff0c\u4f60\u8eab\u4e0a\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_388617051","text":"\u6bcf\u6b21\u4f7f\u7528\u6d88\u8017\u7684\u5145\u80fd\u6b21\u6570\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3574578302","text":"\u5916\u5ef6\u706b\u7130\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_931294424","text":"\u6709 # \u4e2a\u767d\u8272\u63d2\u69fd","type":"enchant"},{"id":"enchant.stat_3972739758","text":"\u6d3b\u529b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1935930829","text":"\u3010\u89e3\u653e\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4221797807","text":"\u3010\u98de\u5203\u98ce\u66b4\u3011\u7684\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.delirium_reward_labyrinth","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u8ff7\u5bab\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_2250111474","text":"\u5bd2\u51b0\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3078026860","text":"\u3010\u7206\u70b8\u9677\u9631\u3011\u4f1a\u989d\u5916\u9020\u6210\u4e00\u6b21\u5c0f\u578b\u7206\u70b8","type":"enchant"},{"id":"enchant.stat_1898784841","text":"\u914d\u7f6e # \uff08\u7b2c\u4e09\uff09","type":"enchant","option":{"options":[{"id":32345,"text":"\u8fc5\u6377"},{"id":15027,"text":"\u58ee\u6c49"},{"id":56029,"text":"\u7075\u654f"},{"id":36874,"text":"\u539f\u91ce\u667a\u6167"},{"id":32245,"text":"\u8d85\u7fa4\u8eab\u6cd5"},{"id":60180,"text":"\u76d7\u8d3c\u5de5\u827a"},{"id":52714,"text":"\u82f1\u52c7"},{"id":34601,"text":"\u719f\u80fd\u751f\u5de7"},{"id":50197,"text":"\u5148\u7956\u667a\u6167"},{"id":5456,"text":"\u575a\u5f3a\u529b\u91cf"},{"id":30160,"text":"\u81ea\u536b\u672f"},{"id":18025,"text":"\u9759\u4fee"},{"id":10153,"text":"\u58ee\u7855\u4e4b\u4f53"},{"id":23690,"text":"\u7cbe\u534e\u704c\u6ce8"},{"id":10542,"text":"\u8346\u523a\u5b88\u62a4"},{"id":37078,"text":"\u8d24\u8005\u4e4b\u8def"},{"id":12702,"text":"\u6218\u58eb\u4e4b\u8def"},{"id":19506,"text":"\u730e\u4eba\u4e4b\u8def"},{"id":38516,"text":"\u6b63\u4e49\u5ba1\u5224"},{"id":63150,"text":"\u94c1\u6728"},{"id":16243,"text":"\u805a\u7075\u4e4b\u6756"},{"id":2715,"text":"\u75be\u6b65"},{"id":52230,"text":"\u591c\u4e4b\u72e9\u730e"},{"id":21435,"text":"\u8fc5\u5f71\u79d8\u672f"},{"id":31033,"text":"\u5065\u58ee"},{"id":65224,"text":"\u9e70\u7075\u795d\u798f"},{"id":24256,"text":"\u84c4\u7535"},{"id":21973,"text":"\u8150\u8680\u4e4b\u536b"},{"id":45067,"text":"\u98a4\u6817\u6253\u51fb\u8005"},{"id":24067,"text":"\u672c\u80fd"},{"id":1382,"text":"\u7cbe\u534e\u62bd\u53d6"},{"id":529,"text":"\u56de\u8f6c\u6b7b\u795e"},{"id":46965,"text":"\u6020\u5de5\u8005"},{"id":47484,"text":"\u6f5c\u610f\u8bc6"},{"id":42686,"text":"\u5143\u7d20\u96c6\u4e2d"},{"id":27929,"text":"\u6c89\u9759\u667a\u6167"},{"id":27301,"text":"\u6c99\u573a\u5386\u7ec3"},{"id":60002,"text":"\u7834\u7a7a\u5f39"},{"id":5289,"text":"\u6218\u6597\u9f13\u821e"},{"id":27190,"text":"\u8fc7\u5ea6\u51c6\u5907"},{"id":20832,"text":"\u5e87\u62a4\u5723\u6240"},{"id":49645,"text":"\u7130\u707c\u8840\u8089"},{"id":7440,"text":"\u65a9\u654c\u8005"},{"id":8135,"text":"\u5316\u865a\u4e3a\u5b9e"},{"id":46408,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":10016,"text":"\u5904\u51b3\u8005"},{"id":42804,"text":"\u6c72\u7075\u672f"},{"id":50690,"text":"\u91cd\u88c5\u62ef\u6551"},{"id":15344,"text":"\u884c\u52a8\u81ea\u5982"},{"id":10835,"text":"\u5e7b\u68a6\u8005"},{"id":8001,"text":"\u673a\u654f\u730e\u4eba"},{"id":44788,"text":"\u5f3a\u6548\u8fde\u63a5"},{"id":2550,"text":"\u711a\u70e7"},{"id":28878,"text":"\u51b7\u9177\u65e0\u60c5"},{"id":7085,"text":"\u821e\u5203\u5b97\u5e08"},{"id":35233,"text":"\u4e0d\u8c10\u4e4b\u827a"},{"id":18174,"text":"\u79d8\u8a00\u5b88\u62a4"},{"id":53757,"text":"\u8428\u6ee1\u4e4b\u6012"},{"id":22133,"text":"\u6b22\u6b23\u70bd\u708e"},{"id":24362,"text":"\u6c89\u9759\u601d\u7ef4"},{"id":10115,"text":"\u5b8c\u7f8e\u65e0\u7f3a"},{"id":19144,"text":"\u54e8\u5175"},{"id":65107,"text":"\u7834\u58c1\u8005"},{"id":42720,"text":"\u5f3a\u5f29"},{"id":54791,"text":"\u9e4a\u722a"},{"id":52157,"text":"\u7075\u9b42\u5438\u6536"},{"id":59423,"text":"\u5347\u7ea7"},{"id":60781,"text":"\u540c\u8fdb\u540c\u9000"},{"id":56207,"text":"\u767e\u6218\u4f24\u75a4"},{"id":17608,"text":"\u795e\u51fa\u9b3c\u6ca1"},{"id":29861,"text":"\u7206\u70b8\u7b26\u6587"},{"id":36859,"text":"\u8eab\u575a\u5982\u94c1"},{"id":44102,"text":"\u9ad8\u6548\u7206\u70b8"},{"id":30693,"text":"\u5143\u7d20\u50ac\u5316"},{"id":63933,"text":"\u70ed\u60c5\u56fe\u817e"},{"id":40645,"text":"\u7834\u9aa8"},{"id":11784,"text":"\u5438\u8840\u9b3c\u75c7"},{"id":59556,"text":"\u5feb\u901f\u5f39\u836f"},{"id":33082,"text":"\u5243\u5203"},{"id":56359,"text":"\u60e8\u7edd\u5178\u793c"},{"id":28034,"text":"\u5f3a\u5316\u7ebd\u5e26"},{"id":59866,"text":"\u7262\u56fa"},{"id":45657,"text":"\u4fe1\u4ef0\u8bd5\u70bc"},{"id":35436,"text":"\u52a8\u80fd\u51b2\u51fb"},{"id":41476,"text":"\u667a\u6167\u4e4b\u529b"},{"id":58168,"text":"\u9ad8\u538b"},{"id":45608,"text":"\u8fde\u7eed\u5f15\u7206"},{"id":33582,"text":"\u5f3a\u529b\u7a7f\u523a"},{"id":23038,"text":"\u51b7\u8840"},{"id":55002,"text":"\u6b63\u4e49\u4e4b\u6012"},{"id":52789,"text":"\u751f\u547d\u4e4b\u73af"},{"id":60619,"text":"\u805a\u80fd\u4e4b\u9524"},{"id":63453,"text":"\u8425\u517b\u8fc7\u5269"},{"id":28449,"text":"\u6d3b\u529b\u4e4b\u6d8c"},{"id":62802,"text":"\u751f\u6b7b\u8fb9\u7f18"},{"id":6237,"text":"\u7cbe\u51c6"},{"id":16236,"text":"\u6d82\u6bd2\u653b\u51fb"},{"id":39657,"text":"\u75db\u82e6\u5927\u5e08"},{"id":36915,"text":"\u4ea1\u7075\u62db\u96c6"},{"id":51212,"text":"\u4e71\u4e16"},{"id":61982,"text":"\u4ea1\u7075\u4e4b\u8a93"},{"id":6233,"text":"\u51b2\u51fb\u6ce2\u7eb9"},{"id":48823,"text":"\u81f4\u547d\u7bad\u77e2"},{"id":65093,"text":"\u5251\u821e\u8005"},{"id":37504,"text":"\u76f4\u89c9\u611f\u77e5"},{"id":36736,"text":"\u51f6\u6b8b\u70c8\u7130"},{"id":64077,"text":"\u6b66\u58eb\u8bad\u7ec3"},{"id":63635,"text":"\u56fe\u817e\u4e13\u7cbe"},{"id":5126,"text":"\u94bb\u51fb\u8005"},{"id":51559,"text":"\u6c89\u91cd\u4e4b\u51fb"},{"id":63921,"text":"\u7ec8\u6781\u4e4b\u901f"},{"id":47743,"text":"\u8fdc\u89c6"},{"id":42917,"text":"\u6756\u5f71\u5c4f\u969c"},{"id":59605,"text":"\u4e0d\u7a33\u5b9a\u5f39\u836f"},{"id":46471,"text":"\u622e\u529b\u540c\u5fc3"},{"id":1405,"text":"\u5f71\u5203"},{"id":26096,"text":"\u65a7\u5203\u5b97\u5e08"},{"id":55380,"text":"\u806a\u660e\u7684\u5efa\u8bbe"},{"id":49772,"text":"\u7ec8\u6781\u4e4b\u529b"},{"id":22972,"text":"\u6597\u6756\u8005\u4e4b\u529b"},{"id":49969,"text":"\u52c7\u6bc5"},{"id":41870,"text":"\u51db\u51ac\u4e4b\u62e5"},{"id":25738,"text":"\u65e0\u5c3d\u8ffd\u8e2a"},{"id":17171,"text":"\u6025\u901f\u51bb\u7ed3"},{"id":36490,"text":"\u5265\u76ae\u5203"},{"id":35685,"text":"\u6050\u6016\u4e4b\u529b"},{"id":62849,"text":"\u51b0\u5ddd\u7262\u7b3c"},{"id":24858,"text":"\u9c7c\u53c9\u730e\u624b"},{"id":15046,"text":"\u6551\u8d4e"},{"id":55114,"text":"\u7ec8\u6781\u667a\u6167"},{"id":7918,"text":"\u79d8\u5deb\u9632\u5fa1"},{"id":14606,"text":"\u5c60\u592b"},{"id":33435,"text":"\u795e\u5723\u7edf\u5fa1"},{"id":26557,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":14001,"text":"\u7a33\u6b65\u575a\u51b3"},{"id":9567,"text":"\u5149\u8292\u541e\u566c\u8005"},{"id":63033,"text":"\u65d7\u624b"},{"id":63976,"text":"\u5723\u676f"},{"id":53493,"text":"\u6a2a\u626b\u5343\u519b"},{"id":45317,"text":"\u4e09\u76f8\u4e4b\u529b"},{"id":44207,"text":"\u9f9f\u7532\u76fe"},{"id":30225,"text":"\u96f7\u7075\u4e4b\u9053"},{"id":9788,"text":"\u5de7\u8bed"},{"id":31508,"text":"\u5c71\u732b\u4e4b\u7075"},{"id":53042,"text":"\u5353\u8d8a\u7684\u8868\u73b0"},{"id":4940,"text":"\u5288\u780d"},{"id":42795,"text":"\u79d8\u80fd\u4e4b\u5fc3"},{"id":21413,"text":"\u6218\u6597\u7cbe\u529b"},{"id":33903,"text":"\u5229\u5203\u610f\u5fd7"},{"id":44347,"text":"\u5723\u6012"},{"id":65502,"text":"\u523a\u5fc3\u8005"},{"id":6770,"text":"\u5965\u672f\u62a4\u536b"},{"id":1340,"text":"\u58c1\u5792"},{"id":13164,"text":"\u795e\u5723\u5ba1\u5224"},{"id":35894,"text":"\u8be1\u8ba1"},{"id":49538,"text":"\u6297\u4e89"},{"id":33545,"text":"\u6d77\u730e\u9e70"},{"id":6,"text":"\u53cc\u91cd\u60e7\u5203"},{"id":65273,"text":"\u79d8\u5deb\u4e4b\u89e6"},{"id":25178,"text":"\u539f\u59cb\u7cbe\u795e"},{"id":29522,"text":"\u5203\u821e"},{"id":19730,"text":"\u5341\u62ff\u4e5d\u7a33"},{"id":15085,"text":"\u5353\u8d8a"},{"id":24383,"text":"\u6218\u58eb\u4e4b\u8840"},{"id":32681,"text":"\u6807\u8bb0\u730e\u7269"},{"id":6967,"text":"\u62a4\u536b"},{"id":37403,"text":"\u8840\u8089\u704c\u6ce8"},{"id":54694,"text":"\u795e\u5723\u542f\u8499"},{"id":45945,"text":"\u5492\u6cd5\u5c4f\u969c"},{"id":49621,"text":"\u5fc3\u773c"},{"id":54142,"text":"\u5a34\u719f"},{"id":9432,"text":"\u7cbe\u795e\u8fc5\u6377"},{"id":26960,"text":"\u672a\u535c\u5148\u77e5"},{"id":14813,"text":"\u72c2\u6b22"},{"id":861,"text":"\u597d\u6218\u58c1\u5792"},{"id":26866,"text":"\u5723\u6d01\u4e4b\u529b"},{"id":65053,"text":"\u7075\u9b42\u865a\u7a7a"},{"id":25439,"text":"\u9001\u846c\u8005"},{"id":49416,"text":"\u91d1\u949f\u7f69"},{"id":64355,"text":"\u516c\u6b63\u70d9\u5370"},{"id":24050,"text":"\u51b7\u9177\u8ba1\u7b97"},{"id":11420,"text":"\u5965\u672f\u5e08\u7684\u7edf\u5fa1"},{"id":2225,"text":"\u9e70\u773c"},{"id":32455,"text":"\u98ce\u66b4\u7ec7\u8005"},{"id":12809,"text":"\u72c2\u6218\u4e4b\u9b42"},{"id":1006,"text":"\u610f\u5fd7\u4e4b\u529b"},{"id":5823,"text":"\u548c\u8c10\u4e4b\u4f53"},{"id":18703,"text":"\u77eb\u82e5\u60ca\u9f99"},{"id":20835,"text":"\u7f81\u7e3b"},{"id":3309,"text":"\u8ff7\u8e2a\u6b65"},{"id":15842,"text":"\u5929\u4eba\u5408\u4e00"},{"id":15711,"text":"\u6cd5\u672f\u8303\u56f4\u589e\u5e45"},{"id":34666,"text":"\u7834\u574f\u8005"},{"id":14665,"text":"\u795e\u5723\u6012\u706b"},{"id":30471,"text":"\u771f\u5b9e\u4e4b\u51fb"},{"id":49318,"text":"\u5d29\u96f7"},{"id":32059,"text":"\u6cf0\u5766\u51b2\u51fb"},{"id":65308,"text":"\u6676\u94bb\u4e4b\u80a4"},{"id":12795,"text":"\u4fca\u654f"},{"id":33287,"text":"\u6218\u795e"},{"id":25456,"text":"\u4fee\u884c\u4e4b\u5203"},{"id":35663,"text":"\u5f3a\u58ee\u624b\u81c2"},{"id":60737,"text":"\u620f\u6cd5"},{"id":41137,"text":"\u533b\u5b66\u9886\u57df"},{"id":50858,"text":"\u8bad\u8beb"},{"id":7069,"text":"\u5206\u88c2\u5c04\u51fb"},{"id":544,"text":"\u6d1e\u82e5\u89c2\u706b"},{"id":61308,"text":"\u589e\u5e45"},{"id":570,"text":"\u8000\u76ee\u6253\u51fb"},{"id":34284,"text":"\u719f\u7ec3\u5251\u6280"},{"id":24324,"text":"\u66b4\u70c8\u51b2\u51fb"},{"id":57006,"text":"\u590d\u4ec7\u5954\u6d41"},{"id":34661,"text":"\u706b\u7075\u4e4b\u9053"},{"id":54268,"text":"\u5251\u5203\u5c4f\u969c"},{"id":44824,"text":"\u7075\u79d8"},{"id":18865,"text":"\u878d\u5408"},{"id":49445,"text":"\u6df1\u547c\u5438"},{"id":47306,"text":"\u5272\u6218\u8005"},{"id":44955,"text":"\u51b0\u7075\u4e4b\u9053"},{"id":48556,"text":"\u9ed1\u6697\u4e4b\u5fc3"},{"id":39743,"text":"\u9ed1\u6697\u827a\u672f"},{"id":50338,"text":"\u5f39\u9053\u5b66"},{"id":58032,"text":"\u873f\u8712\u8282\u9b54"},{"id":53802,"text":"\u7cbe\u534e\u8403\u53d6"},{"id":49254,"text":"\u5236\u88c1"},{"id":25970,"text":"\u5c16\u523b"},{"id":32176,"text":"\u7a83\u9b42\u8005"},{"id":51748,"text":"\u6700\u540e\u4eea\u5f0f"},{"id":57900,"text":"\u94a2\u94c1\u547d\u4ee4"},{"id":5430,"text":"\u7194\u5ca9\u6253\u51fb"},{"id":49379,"text":"\u751f\u547d\u64b7\u53d6"},{"id":12878,"text":"\u590d\u4ec7"},{"id":19103,"text":"\u516c\u6b63\u5927\u519b"},{"id":8458,"text":"\u8fdc\u5c04"},{"id":24721,"text":"\u5f00\u819b\u624b"},{"id":9015,"text":"\u6050\u6016\u6298\u78e8"},{"id":27308,"text":"\u4ea1\u7075\u4e4b\u7ea6"},{"id":31513,"text":"\u54ab\u5c3a\u4e4b\u6068"},{"id":30974,"text":"\u8001\u7ec3\u730e\u624b"},{"id":6615,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":64882,"text":"\u4e0d\u5c48\u95e8\u5f92"},{"id":52031,"text":"\u89e3\u79bb"},{"id":25367,"text":"\u5200\u5251\u5b97\u5e08"},{"id":57199,"text":"\u523a\u9aa8\u5bd2\u51b0"},{"id":39761,"text":"\u957f\u6756\u5316\u8eab"},{"id":21602,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":9535,"text":"\u730e\u4eba\u4e4b\u52bf"},{"id":28503,"text":"\u751f\u547d\u6536\u5272"},{"id":27163,"text":"\u5965\u672f\u610f\u5fd7"},{"id":8920,"text":"\u5077\u88ad"},{"id":63207,"text":"\u98ce\u66b4\u51b2\u51fb"},{"id":43385,"text":"\u7269\u51b0\u8f6c\u6362"},{"id":21297,"text":"\u70bc\u72f1\u70b8\u5f39"},{"id":29049,"text":"\u795e\u5723\u4e4b\u706b"},{"id":54713,"text":"\u529b\u91cf\u6210\u5f62"},{"id":44562,"text":"\u8428\u6ee1\u5723\u57df"},{"id":18707,"text":"\u5b8c\u7f8e\u4e4b\u4eba"},{"id":41595,"text":"\u6b7b\u4ea1\u5370\u8bb0"},{"id":57839,"text":"\u5de7\u5203"},{"id":15437,"text":"\u504f\u8f6c"},{"id":38849,"text":"\u707c\u70ed"},{"id":33777,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":26564,"text":"\u767e\u6218\u767e\u80dc"},{"id":4481,"text":"\u81ea\u7136\u4e4b\u529b"},{"id":10511,"text":"\u5bbd\u5bb9"},{"id":26620,"text":"\u8150\u5316"},{"id":16703,"text":"\u788e\u9885"},{"id":32227,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":19794,"text":"\u9707\u8361\u4e4b\u529b"},{"id":31359,"text":"\u81f4\u547d\u4e4b\u6bd2"},{"id":63727,"text":"\u575a\u6bc5\u6597\u58eb"},{"id":41119,"text":"\u81f4\u547d\u950b\u8292"},{"id":52090,"text":"\u7834\u654c\u8005"},{"id":62094,"text":"\u8d64\u8272\u4e4b\u5473"},{"id":55772,"text":"\u94c1\u5320\u4e4b\u6376"},{"id":49459,"text":"\u5f3a\u5f29\u4e4b\u5f26"},{"id":26294,"text":"\u51fa\u8840"},{"id":7136,"text":"\u5de5\u5175\u5927\u5e08"},{"id":33725,"text":"\u53cc\u5203\u4e4b\u821e"},{"id":34591,"text":"\u4e0d\u5584\u610f\u56fe"},{"id":31585,"text":"\u8c28\u614e\u4fdd\u62a4"},{"id":22702,"text":"\u86c7\u5f71\u6218\u9635"},{"id":4854,"text":"\u9003\u96be\u6240"},{"id":36281,"text":"\u5143\u7d20\u6ce8\u5165"},{"id":19897,"text":"\u4ea1\u7075\u8c10\u66f2"},{"id":51881,"text":"\u98de\u77e2\u5b97\u5e08"},{"id":15614,"text":"\u9e70\u96bc\u4e4b\u722a"},{"id":61689,"text":"\u7206\u7834\u5143\u7d20"},{"id":9194,"text":"\u65e0\u60c5\u7a7f\u523a"},{"id":27611,"text":"\u4ea1\u7075\u4e4b\u4e3b"},{"id":64395,"text":"\u9ebb\u75f9\u521b\u4f24"},{"id":21389,"text":"\u7b26\u6587\u5de5\u5320"},{"id":39986,"text":"\u6c61\u79fd\u5927\u519b"},{"id":9261,"text":"\u7981\u793c\u95e8\u5f92"},{"id":36687,"text":"\u72e9\u730e\u4e4b\u5f81"},{"id":63944,"text":"\u7eeb\u5f69\u4ea4\u7ec7"},{"id":25409,"text":"\u4e0d\u8d25\u4e4b\u519b"},{"id":1568,"text":"\u81f4\u547d\u4e4b\u5203"},{"id":30439,"text":"\u7194\u5ca9\u4e4b\u529b"},{"id":53013,"text":"\u840e\u7f29"},{"id":41989,"text":"\u667a\u8c0b"},{"id":43689,"text":"\u7075\u9b42\u4e4b\u4ee4"},{"id":7263,"text":"\u8fc5\u901f\u81f4\u6bd2"},{"id":38922,"text":"\u5de8\u4eba\u4e4b\u529b"},{"id":56094,"text":"\u4e0e\u6c34\u540c\u884c"},{"id":7688,"text":"\u6301\u4e45\u5951\u7ea6"},{"id":59151,"text":"\u6b8b\u66b4\u4e4b\u5203"},{"id":56648,"text":"\u730e\u9e70\u4e4b\u722a"},{"id":4207,"text":"\u5927\u597d\u65f6\u673a"},{"id":9864,"text":"\u6210\u957f\u4e0e\u8870\u53d8"},{"id":58921,"text":"\u51b7\u8840\u95e8\u5f92"},{"id":56276,"text":"\u591c\u88ad"},{"id":9055,"text":"\u96f6\u79d2\u51fa\u624b"},{"id":48298,"text":"\u6d1e\u5bdf\u4e07\u7269"},{"id":55194,"text":"\u6c89\u964d\u7070\u70ec"},{"id":42649,"text":"\u96ea\u953b"},{"id":53652,"text":"\u6c89\u6eba\u4e8e\u4eb5\u6e0e"},{"id":53759,"text":"\u51c0\u5316\u7684\u601d\u60f3"},{"id":12143,"text":"\u5f71\u54cd"},{"id":38246,"text":"\u9884\u77e5\u4e4b\u529b"},{"id":56716,"text":"\u96f7\u9706\u4e4b\u5fc3"},{"id":36949,"text":"\u5949\u732e"},{"id":58218,"text":"\u8089\u4f53\u4e4b\u7eaf\u51c0"},{"id":61981,"text":"\u706d\u4e16\u4e4b\u7075"},{"id":21330,"text":"\u5feb\u901f\u56de\u590d"},{"id":40743,"text":"\u9b54\u6676\u4e4b\u80a4"},{"id":48438,"text":"\u82f1\u52c7"},{"id":11924,"text":"\u706b\u7130\u4e4b\u606f"},{"id":45803,"text":"\u9971\u7ecf\u5f81\u6218"},{"id":48614,"text":"\u6fc0\u60c5"},{"id":40849,"text":"\u9532\u800c\u4e0d\u820d"},{"id":42041,"text":"\u751f\u7269\u5b66"},{"id":60501,"text":"\u706b\u7130\u4e4b\u5fc3"},{"id":18769,"text":"\u8840\u4e66"},{"id":45329,"text":"\u8be1\u5c04"},{"id":21958,"text":"\u6b8b\u5fcd\u51c6\u5907"},{"id":58831,"text":"\u5f00\u80a0\u5256\u809a"},{"id":27137,"text":"\u601d\u7ef4\u5723\u6bbf"},{"id":13375,"text":"\u591a\u91cd\u5c04\u51fb"},{"id":55485,"text":"\u6784\u6210"},{"id":46842,"text":"\u79d8\u80fd\u7206\u53d1"},{"id":11645,"text":"\u95ea\u7535\u4e4b\u606f"},{"id":4833,"text":"\u6d3b\u529b\u4e4b\u6e90"},{"id":38706,"text":"\u6218\u58eb\u4e4b\u9053"},{"id":22356,"text":"\u5438\u8840"},{"id":51440,"text":"\u5fb7\u9c81\u4f0a\u7684\u4eea\u5f0f"},{"id":27203,"text":"\u5fc3\u4e0e\u7075"},{"id":6289,"text":"\u65e0\u8840\u4e4b\u4f53"},{"id":58449,"text":"\u4e3a\u6218\u800c\u751f"},{"id":65210,"text":"\u6a61\u6728\u4e4b\u5fc3"},{"id":33718,"text":"\u8d77\u6e90"},{"id":24133,"text":"\u6b7b\u91cc\u9003\u751f"},{"id":34173,"text":"\u5f3a\u5316\u805a\u80fd"},{"id":47471,"text":"\u8d85\u8f7d"},{"id":34009,"text":"\u51b3\u6218\u5b97\u5e08"},{"id":62596,"text":"\u79d8\u8a00\u5929\u8d4b"},{"id":58198,"text":"\u51db\u51bd\u4e4b\u6307"},{"id":30302,"text":"\u70ed\u5ff1"},{"id":19858,"text":"\u836f\u8349\u5b66"},{"id":41420,"text":"\u81ea\u7136\u7597\u6cd5"},{"id":25058,"text":"\u8840\u6db2\u62bd\u53d6"},{"id":7555,"text":"\u795e\u901f\u66b4\u88c2"},{"id":65097,"text":"\u9886\u5bfc\u7cbe\u795e"},{"id":53573,"text":"\u79d8\u672f\u6269\u5f20"},{"id":11730,"text":"\u8010\u529b"},{"id":35958,"text":"\u94a2\u4e4b\u4fe1\u4ef0"},{"id":34973,"text":"\u514b\u5236\u4e4b\u6012"},{"id":41307,"text":"\u81f4\u547d\u503e\u5411"},{"id":26023,"text":"\u72c2\u91ce\u4e4b\u521b"},{"id":2959,"text":"\u5bd2\u51b0\u4e4b\u5b63"},{"id":44103,"text":"\u53cd\u5c04"},{"id":54629,"text":"\u52bf\u4e0d\u53ef\u6321"},{"id":37326,"text":"\u5145\u6c9b\u7cbe\u529b"},{"id":51108,"text":"\u5965\u672f\u5145\u80fd"},{"id":65108,"text":"\u51b7\u9177"},{"id":46904,"text":"\u5965\u672f\u5723\u6240"},{"id":44988,"text":"\u6d6a\u8d39"},{"id":23066,"text":"\u91ce\u6027\u4e4b\u5fc3"},{"id":54776,"text":"\u9b54\u529b\u4e4b\u6d41"},{"id":21634,"text":"\u79d8\u6cd5\u5b66"},{"id":48807,"text":"\u6597\u58eb\u827a\u672f"},{"id":20528,"text":"\u805a\u80fd\u4e4b\u754c"},{"id":59766,"text":"\u5351\u52a3\u624b\u6cd5"},{"id":15290,"text":"\u5b88\u671b\u4e4b\u5854"},{"id":3452,"text":"\u5148\u89c1\u4e4b\u660e"},{"id":21460,"text":"\u971c\u96ea\u4e4b\u606f"},{"id":63422,"text":"\u6c72\u8840\u8005"},{"id":42443,"text":"\u72c2\u70ed"},{"id":47065,"text":"\u5200\u5251\u4e4b\u4e3b"},{"id":21228,"text":"\u7a7f\u5c04\u7bad\u77e2"},{"id":19069,"text":"\u5f3a\u5316\u4e4b\u80a4"},{"id":37647,"text":"\u80a2\u89e3"},{"id":25411,"text":"\u704c\u6ce8"},{"id":8833,"text":"\u51b0\u96ea\u4e4b\u5fc3"},{"id":63251,"text":"\u6839\u6df1\u8482\u56fa"},{"id":27788,"text":"\u6c72\u8840\u8005"},{"id":39530,"text":"\u6d3b\u529b\u865a\u7a7a"},{"id":31257,"text":"\u81ea\u7136\u5a01\u4eea"},{"id":15852,"text":"\u7a7a\u7075\u76db\u5bb4"},{"id":29381,"text":"\u8d2a\u5a6a\u90e8\u843d"},{"id":62577,"text":"\u7cbe\u7eaf\u4e4b\u6f6e"},{"id":34506,"text":"\u9b54\u50cf\u6307\u6325\u5b98"},{"id":41472,"text":"\u4e25\u5cfb\u8bad\u7ec3"},{"id":28754,"text":"\u6697\u5f71"},{"id":61198,"text":"\u6218\u58eb\u4e4b\u5fc3"},{"id":48698,"text":"\u865a\u5f71\u5c4f\u969c"},{"id":15400,"text":"\u98de\u63a0\u7b26\u6587"},{"id":53118,"text":"\u91ce\u86ee"},{"id":42009,"text":"\u575a\u94a2\u4e4b\u7075"},{"id":13922,"text":"\u575a\u97e7\u4e0d\u62d4"},{"id":61039,"text":"\u7edf\u63fd\u5168\u5c40"},{"id":11820,"text":"\u795d\u5723\u4e4b\u4f53"},{"id":50029,"text":"\u6c89\u5bc2\u4e4b\u5fc3"},{"id":1325,"text":"\u9b54\u50cf\u8840\u7edf"},{"id":16246,"text":"\u5b81\u9759"},{"id":53114,"text":"\u6b7b\u4ea1\u901a\u7f09"},{"id":64217,"text":"\u5ca9\u77f3\u4e4b\u52bf"},{"id":52282,"text":"\u987d\u5f3a"},{"id":32932,"text":"\u4e3b\u6743"},{"id":27119,"text":"\u90e8\u843d\u4e4b\u6012"},{"id":5624,"text":"\u5723\u6218"},{"id":4177,"text":"\u7075\u9b42\u63f4\u52a9"},{"id":6799,"text":"\u9b45\u529b"},{"id":60031,"text":"\u8679\u5149\u4e4b\u80a4"},{"id":22535,"text":"\u706d\u4e16\u4e4b\u8bed"}]}},{"id":"enchant.stat_3859865977","text":"\u7cbe\u51c6\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3305838454","text":"\u88ab\u6cd5\u672f\u8282\u9b54\u8f85\u52a9\u7684\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3059357595","text":"\u3010\u9b54\u4f8d\u9020\u6210\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3206904707","text":"\u5916\u5ef6\u51b0\u971c\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3908539803","text":"\u6012\u708e\u7a7f\u5fc3\u53d1\u5c04\u4e00\u679a\u989d\u5916\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3411256933","text":"\u95ea\u7535\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3503624267","text":"\u3010\u706b\u846c\u3011\u6280\u80fd\u6700\u591a\u540c\u65f6\u53ef\u989d\u5916\u5236\u9020 # \u4e2a\u706b\u6cc9","type":"enchant"},{"id":"enchant.delirium_reward_fragments","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u788e\u7247 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1303996723","text":"\u5f53\u5148\u7956\u536b\u58eb\u56fe\u817e\u5b58\u5728\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1437957544","text":"\u6700\u5927\u5145\u80fd +#","type":"enchant"},{"id":"enchant.stat_1171483499","text":"\u3010\u5de8\u77f3\u9b54\u50cf\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3949159285","text":"\u3010\u7206\u70b8\u7bad\u77e2\u3011\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3012437250","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u72c2\u6012\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_2789561878","text":"\u72d9\u51fb\u5370\u8bb0\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2748553775","text":"\u3010\u98de\u5203\u98ce\u66b4\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1422267548","text":"\u914d\u7f6e # \uff08\u7b2c\u56db\uff09","type":"enchant","option":{"options":[{"id":32345,"text":"\u8fc5\u6377"},{"id":15027,"text":"\u58ee\u6c49"},{"id":56029,"text":"\u7075\u654f"},{"id":36874,"text":"\u539f\u91ce\u667a\u6167"},{"id":32245,"text":"\u8d85\u7fa4\u8eab\u6cd5"},{"id":60180,"text":"\u76d7\u8d3c\u5de5\u827a"},{"id":52714,"text":"\u82f1\u52c7"},{"id":34601,"text":"\u719f\u80fd\u751f\u5de7"},{"id":50197,"text":"\u5148\u7956\u667a\u6167"},{"id":5456,"text":"\u575a\u5f3a\u529b\u91cf"},{"id":30160,"text":"\u81ea\u536b\u672f"},{"id":18025,"text":"\u9759\u4fee"},{"id":10153,"text":"\u58ee\u7855\u4e4b\u4f53"},{"id":23690,"text":"\u7cbe\u534e\u704c\u6ce8"},{"id":10542,"text":"\u8346\u523a\u5b88\u62a4"},{"id":37078,"text":"\u8d24\u8005\u4e4b\u8def"},{"id":12702,"text":"\u6218\u58eb\u4e4b\u8def"},{"id":19506,"text":"\u730e\u4eba\u4e4b\u8def"},{"id":38516,"text":"\u6b63\u4e49\u5ba1\u5224"},{"id":63150,"text":"\u94c1\u6728"},{"id":16243,"text":"\u805a\u7075\u4e4b\u6756"},{"id":2715,"text":"\u75be\u6b65"},{"id":52230,"text":"\u591c\u4e4b\u72e9\u730e"},{"id":21435,"text":"\u8fc5\u5f71\u79d8\u672f"},{"id":31033,"text":"\u5065\u58ee"},{"id":65224,"text":"\u9e70\u7075\u795d\u798f"},{"id":24256,"text":"\u84c4\u7535"},{"id":21973,"text":"\u8150\u8680\u4e4b\u536b"},{"id":45067,"text":"\u98a4\u6817\u6253\u51fb\u8005"},{"id":24067,"text":"\u672c\u80fd"},{"id":1382,"text":"\u7cbe\u534e\u62bd\u53d6"},{"id":529,"text":"\u56de\u8f6c\u6b7b\u795e"},{"id":46965,"text":"\u6020\u5de5\u8005"},{"id":47484,"text":"\u6f5c\u610f\u8bc6"},{"id":42686,"text":"\u5143\u7d20\u96c6\u4e2d"},{"id":27929,"text":"\u6c89\u9759\u667a\u6167"},{"id":27301,"text":"\u6c99\u573a\u5386\u7ec3"},{"id":60002,"text":"\u7834\u7a7a\u5f39"},{"id":5289,"text":"\u6218\u6597\u9f13\u821e"},{"id":27190,"text":"\u8fc7\u5ea6\u51c6\u5907"},{"id":20832,"text":"\u5e87\u62a4\u5723\u6240"},{"id":49645,"text":"\u7130\u707c\u8840\u8089"},{"id":7440,"text":"\u65a9\u654c\u8005"},{"id":8135,"text":"\u5316\u865a\u4e3a\u5b9e"},{"id":46408,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":10016,"text":"\u5904\u51b3\u8005"},{"id":42804,"text":"\u6c72\u7075\u672f"},{"id":50690,"text":"\u91cd\u88c5\u62ef\u6551"},{"id":15344,"text":"\u884c\u52a8\u81ea\u5982"},{"id":10835,"text":"\u5e7b\u68a6\u8005"},{"id":8001,"text":"\u673a\u654f\u730e\u4eba"},{"id":44788,"text":"\u5f3a\u6548\u8fde\u63a5"},{"id":2550,"text":"\u711a\u70e7"},{"id":28878,"text":"\u51b7\u9177\u65e0\u60c5"},{"id":7085,"text":"\u821e\u5203\u5b97\u5e08"},{"id":35233,"text":"\u4e0d\u8c10\u4e4b\u827a"},{"id":18174,"text":"\u79d8\u8a00\u5b88\u62a4"},{"id":53757,"text":"\u8428\u6ee1\u4e4b\u6012"},{"id":22133,"text":"\u6b22\u6b23\u70bd\u708e"},{"id":24362,"text":"\u6c89\u9759\u601d\u7ef4"},{"id":10115,"text":"\u5b8c\u7f8e\u65e0\u7f3a"},{"id":19144,"text":"\u54e8\u5175"},{"id":65107,"text":"\u7834\u58c1\u8005"},{"id":42720,"text":"\u5f3a\u5f29"},{"id":54791,"text":"\u9e4a\u722a"},{"id":52157,"text":"\u7075\u9b42\u5438\u6536"},{"id":59423,"text":"\u5347\u7ea7"},{"id":60781,"text":"\u540c\u8fdb\u540c\u9000"},{"id":56207,"text":"\u767e\u6218\u4f24\u75a4"},{"id":17608,"text":"\u795e\u51fa\u9b3c\u6ca1"},{"id":29861,"text":"\u7206\u70b8\u7b26\u6587"},{"id":36859,"text":"\u8eab\u575a\u5982\u94c1"},{"id":44102,"text":"\u9ad8\u6548\u7206\u70b8"},{"id":30693,"text":"\u5143\u7d20\u50ac\u5316"},{"id":63933,"text":"\u70ed\u60c5\u56fe\u817e"},{"id":40645,"text":"\u7834\u9aa8"},{"id":11784,"text":"\u5438\u8840\u9b3c\u75c7"},{"id":59556,"text":"\u5feb\u901f\u5f39\u836f"},{"id":33082,"text":"\u5243\u5203"},{"id":56359,"text":"\u60e8\u7edd\u5178\u793c"},{"id":28034,"text":"\u5f3a\u5316\u7ebd\u5e26"},{"id":59866,"text":"\u7262\u56fa"},{"id":45657,"text":"\u4fe1\u4ef0\u8bd5\u70bc"},{"id":35436,"text":"\u52a8\u80fd\u51b2\u51fb"},{"id":41476,"text":"\u667a\u6167\u4e4b\u529b"},{"id":58168,"text":"\u9ad8\u538b"},{"id":45608,"text":"\u8fde\u7eed\u5f15\u7206"},{"id":33582,"text":"\u5f3a\u529b\u7a7f\u523a"},{"id":23038,"text":"\u51b7\u8840"},{"id":55002,"text":"\u6b63\u4e49\u4e4b\u6012"},{"id":52789,"text":"\u751f\u547d\u4e4b\u73af"},{"id":60619,"text":"\u805a\u80fd\u4e4b\u9524"},{"id":63453,"text":"\u8425\u517b\u8fc7\u5269"},{"id":28449,"text":"\u6d3b\u529b\u4e4b\u6d8c"},{"id":62802,"text":"\u751f\u6b7b\u8fb9\u7f18"},{"id":6237,"text":"\u7cbe\u51c6"},{"id":16236,"text":"\u6d82\u6bd2\u653b\u51fb"},{"id":39657,"text":"\u75db\u82e6\u5927\u5e08"},{"id":36915,"text":"\u4ea1\u7075\u62db\u96c6"},{"id":51212,"text":"\u4e71\u4e16"},{"id":61982,"text":"\u4ea1\u7075\u4e4b\u8a93"},{"id":6233,"text":"\u51b2\u51fb\u6ce2\u7eb9"},{"id":48823,"text":"\u81f4\u547d\u7bad\u77e2"},{"id":65093,"text":"\u5251\u821e\u8005"},{"id":37504,"text":"\u76f4\u89c9\u611f\u77e5"},{"id":36736,"text":"\u51f6\u6b8b\u70c8\u7130"},{"id":64077,"text":"\u6b66\u58eb\u8bad\u7ec3"},{"id":63635,"text":"\u56fe\u817e\u4e13\u7cbe"},{"id":5126,"text":"\u94bb\u51fb\u8005"},{"id":51559,"text":"\u6c89\u91cd\u4e4b\u51fb"},{"id":63921,"text":"\u7ec8\u6781\u4e4b\u901f"},{"id":47743,"text":"\u8fdc\u89c6"},{"id":42917,"text":"\u6756\u5f71\u5c4f\u969c"},{"id":59605,"text":"\u4e0d\u7a33\u5b9a\u5f39\u836f"},{"id":46471,"text":"\u622e\u529b\u540c\u5fc3"},{"id":1405,"text":"\u5f71\u5203"},{"id":26096,"text":"\u65a7\u5203\u5b97\u5e08"},{"id":55380,"text":"\u806a\u660e\u7684\u5efa\u8bbe"},{"id":49772,"text":"\u7ec8\u6781\u4e4b\u529b"},{"id":22972,"text":"\u6597\u6756\u8005\u4e4b\u529b"},{"id":49969,"text":"\u52c7\u6bc5"},{"id":41870,"text":"\u51db\u51ac\u4e4b\u62e5"},{"id":25738,"text":"\u65e0\u5c3d\u8ffd\u8e2a"},{"id":17171,"text":"\u6025\u901f\u51bb\u7ed3"},{"id":36490,"text":"\u5265\u76ae\u5203"},{"id":35685,"text":"\u6050\u6016\u4e4b\u529b"},{"id":62849,"text":"\u51b0\u5ddd\u7262\u7b3c"},{"id":24858,"text":"\u9c7c\u53c9\u730e\u624b"},{"id":15046,"text":"\u6551\u8d4e"},{"id":55114,"text":"\u7ec8\u6781\u667a\u6167"},{"id":7918,"text":"\u79d8\u5deb\u9632\u5fa1"},{"id":14606,"text":"\u5c60\u592b"},{"id":33435,"text":"\u795e\u5723\u7edf\u5fa1"},{"id":26557,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":14001,"text":"\u7a33\u6b65\u575a\u51b3"},{"id":9567,"text":"\u5149\u8292\u541e\u566c\u8005"},{"id":63033,"text":"\u65d7\u624b"},{"id":63976,"text":"\u5723\u676f"},{"id":53493,"text":"\u6a2a\u626b\u5343\u519b"},{"id":45317,"text":"\u4e09\u76f8\u4e4b\u529b"},{"id":44207,"text":"\u9f9f\u7532\u76fe"},{"id":30225,"text":"\u96f7\u7075\u4e4b\u9053"},{"id":9788,"text":"\u5de7\u8bed"},{"id":31508,"text":"\u5c71\u732b\u4e4b\u7075"},{"id":53042,"text":"\u5353\u8d8a\u7684\u8868\u73b0"},{"id":4940,"text":"\u5288\u780d"},{"id":42795,"text":"\u79d8\u80fd\u4e4b\u5fc3"},{"id":21413,"text":"\u6218\u6597\u7cbe\u529b"},{"id":33903,"text":"\u5229\u5203\u610f\u5fd7"},{"id":44347,"text":"\u5723\u6012"},{"id":65502,"text":"\u523a\u5fc3\u8005"},{"id":6770,"text":"\u5965\u672f\u62a4\u536b"},{"id":1340,"text":"\u58c1\u5792"},{"id":13164,"text":"\u795e\u5723\u5ba1\u5224"},{"id":35894,"text":"\u8be1\u8ba1"},{"id":49538,"text":"\u6297\u4e89"},{"id":33545,"text":"\u6d77\u730e\u9e70"},{"id":6,"text":"\u53cc\u91cd\u60e7\u5203"},{"id":65273,"text":"\u79d8\u5deb\u4e4b\u89e6"},{"id":25178,"text":"\u539f\u59cb\u7cbe\u795e"},{"id":29522,"text":"\u5203\u821e"},{"id":19730,"text":"\u5341\u62ff\u4e5d\u7a33"},{"id":15085,"text":"\u5353\u8d8a"},{"id":24383,"text":"\u6218\u58eb\u4e4b\u8840"},{"id":32681,"text":"\u6807\u8bb0\u730e\u7269"},{"id":6967,"text":"\u62a4\u536b"},{"id":37403,"text":"\u8840\u8089\u704c\u6ce8"},{"id":54694,"text":"\u795e\u5723\u542f\u8499"},{"id":45945,"text":"\u5492\u6cd5\u5c4f\u969c"},{"id":49621,"text":"\u5fc3\u773c"},{"id":54142,"text":"\u5a34\u719f"},{"id":9432,"text":"\u7cbe\u795e\u8fc5\u6377"},{"id":26960,"text":"\u672a\u535c\u5148\u77e5"},{"id":14813,"text":"\u72c2\u6b22"},{"id":861,"text":"\u597d\u6218\u58c1\u5792"},{"id":26866,"text":"\u5723\u6d01\u4e4b\u529b"},{"id":65053,"text":"\u7075\u9b42\u865a\u7a7a"},{"id":25439,"text":"\u9001\u846c\u8005"},{"id":49416,"text":"\u91d1\u949f\u7f69"},{"id":64355,"text":"\u516c\u6b63\u70d9\u5370"},{"id":24050,"text":"\u51b7\u9177\u8ba1\u7b97"},{"id":11420,"text":"\u5965\u672f\u5e08\u7684\u7edf\u5fa1"},{"id":2225,"text":"\u9e70\u773c"},{"id":32455,"text":"\u98ce\u66b4\u7ec7\u8005"},{"id":12809,"text":"\u72c2\u6218\u4e4b\u9b42"},{"id":1006,"text":"\u610f\u5fd7\u4e4b\u529b"},{"id":5823,"text":"\u548c\u8c10\u4e4b\u4f53"},{"id":18703,"text":"\u77eb\u82e5\u60ca\u9f99"},{"id":20835,"text":"\u7f81\u7e3b"},{"id":3309,"text":"\u8ff7\u8e2a\u6b65"},{"id":15842,"text":"\u5929\u4eba\u5408\u4e00"},{"id":15711,"text":"\u6cd5\u672f\u8303\u56f4\u589e\u5e45"},{"id":34666,"text":"\u7834\u574f\u8005"},{"id":14665,"text":"\u795e\u5723\u6012\u706b"},{"id":30471,"text":"\u771f\u5b9e\u4e4b\u51fb"},{"id":49318,"text":"\u5d29\u96f7"},{"id":32059,"text":"\u6cf0\u5766\u51b2\u51fb"},{"id":65308,"text":"\u6676\u94bb\u4e4b\u80a4"},{"id":12795,"text":"\u4fca\u654f"},{"id":33287,"text":"\u6218\u795e"},{"id":25456,"text":"\u4fee\u884c\u4e4b\u5203"},{"id":35663,"text":"\u5f3a\u58ee\u624b\u81c2"},{"id":60737,"text":"\u620f\u6cd5"},{"id":41137,"text":"\u533b\u5b66\u9886\u57df"},{"id":50858,"text":"\u8bad\u8beb"},{"id":7069,"text":"\u5206\u88c2\u5c04\u51fb"},{"id":544,"text":"\u6d1e\u82e5\u89c2\u706b"},{"id":61308,"text":"\u589e\u5e45"},{"id":570,"text":"\u8000\u76ee\u6253\u51fb"},{"id":34284,"text":"\u719f\u7ec3\u5251\u6280"},{"id":24324,"text":"\u66b4\u70c8\u51b2\u51fb"},{"id":57006,"text":"\u590d\u4ec7\u5954\u6d41"},{"id":34661,"text":"\u706b\u7075\u4e4b\u9053"},{"id":54268,"text":"\u5251\u5203\u5c4f\u969c"},{"id":44824,"text":"\u7075\u79d8"},{"id":18865,"text":"\u878d\u5408"},{"id":49445,"text":"\u6df1\u547c\u5438"},{"id":47306,"text":"\u5272\u6218\u8005"},{"id":44955,"text":"\u51b0\u7075\u4e4b\u9053"},{"id":48556,"text":"\u9ed1\u6697\u4e4b\u5fc3"},{"id":39743,"text":"\u9ed1\u6697\u827a\u672f"},{"id":50338,"text":"\u5f39\u9053\u5b66"},{"id":58032,"text":"\u873f\u8712\u8282\u9b54"},{"id":53802,"text":"\u7cbe\u534e\u8403\u53d6"},{"id":49254,"text":"\u5236\u88c1"},{"id":25970,"text":"\u5c16\u523b"},{"id":32176,"text":"\u7a83\u9b42\u8005"},{"id":51748,"text":"\u6700\u540e\u4eea\u5f0f"},{"id":57900,"text":"\u94a2\u94c1\u547d\u4ee4"},{"id":5430,"text":"\u7194\u5ca9\u6253\u51fb"},{"id":49379,"text":"\u751f\u547d\u64b7\u53d6"},{"id":12878,"text":"\u590d\u4ec7"},{"id":19103,"text":"\u516c\u6b63\u5927\u519b"},{"id":8458,"text":"\u8fdc\u5c04"},{"id":24721,"text":"\u5f00\u819b\u624b"},{"id":9015,"text":"\u6050\u6016\u6298\u78e8"},{"id":27308,"text":"\u4ea1\u7075\u4e4b\u7ea6"},{"id":31513,"text":"\u54ab\u5c3a\u4e4b\u6068"},{"id":30974,"text":"\u8001\u7ec3\u730e\u624b"},{"id":6615,"text":"\u7535\u80fd\u4e4b\u51fb"},{"id":64882,"text":"\u4e0d\u5c48\u95e8\u5f92"},{"id":52031,"text":"\u89e3\u79bb"},{"id":25367,"text":"\u5200\u5251\u5b97\u5e08"},{"id":57199,"text":"\u523a\u9aa8\u5bd2\u51b0"},{"id":39761,"text":"\u957f\u6756\u5316\u8eab"},{"id":21602,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":9535,"text":"\u730e\u4eba\u4e4b\u52bf"},{"id":28503,"text":"\u751f\u547d\u6536\u5272"},{"id":27163,"text":"\u5965\u672f\u610f\u5fd7"},{"id":8920,"text":"\u5077\u88ad"},{"id":63207,"text":"\u98ce\u66b4\u51b2\u51fb"},{"id":43385,"text":"\u7269\u51b0\u8f6c\u6362"},{"id":21297,"text":"\u70bc\u72f1\u70b8\u5f39"},{"id":29049,"text":"\u795e\u5723\u4e4b\u706b"},{"id":54713,"text":"\u529b\u91cf\u6210\u5f62"},{"id":44562,"text":"\u8428\u6ee1\u5723\u57df"},{"id":18707,"text":"\u5b8c\u7f8e\u4e4b\u4eba"},{"id":41595,"text":"\u6b7b\u4ea1\u5370\u8bb0"},{"id":57839,"text":"\u5de7\u5203"},{"id":15437,"text":"\u504f\u8f6c"},{"id":38849,"text":"\u707c\u70ed"},{"id":33777,"text":"\u6bc1\u706d\u88c5\u7f6e"},{"id":26564,"text":"\u767e\u6218\u767e\u80dc"},{"id":4481,"text":"\u81ea\u7136\u4e4b\u529b"},{"id":10511,"text":"\u5bbd\u5bb9"},{"id":26620,"text":"\u8150\u5316"},{"id":16703,"text":"\u788e\u9885"},{"id":32227,"text":"\u6bd2\u86c7\u4e4b\u7259"},{"id":19794,"text":"\u9707\u8361\u4e4b\u529b"},{"id":31359,"text":"\u81f4\u547d\u4e4b\u6bd2"},{"id":63727,"text":"\u575a\u6bc5\u6597\u58eb"},{"id":41119,"text":"\u81f4\u547d\u950b\u8292"},{"id":52090,"text":"\u7834\u654c\u8005"},{"id":62094,"text":"\u8d64\u8272\u4e4b\u5473"},{"id":55772,"text":"\u94c1\u5320\u4e4b\u6376"},{"id":49459,"text":"\u5f3a\u5f29\u4e4b\u5f26"},{"id":26294,"text":"\u51fa\u8840"},{"id":7136,"text":"\u5de5\u5175\u5927\u5e08"},{"id":33725,"text":"\u53cc\u5203\u4e4b\u821e"},{"id":34591,"text":"\u4e0d\u5584\u610f\u56fe"},{"id":31585,"text":"\u8c28\u614e\u4fdd\u62a4"},{"id":22702,"text":"\u86c7\u5f71\u6218\u9635"},{"id":4854,"text":"\u9003\u96be\u6240"},{"id":36281,"text":"\u5143\u7d20\u6ce8\u5165"},{"id":19897,"text":"\u4ea1\u7075\u8c10\u66f2"},{"id":51881,"text":"\u98de\u77e2\u5b97\u5e08"},{"id":15614,"text":"\u9e70\u96bc\u4e4b\u722a"},{"id":61689,"text":"\u7206\u7834\u5143\u7d20"},{"id":9194,"text":"\u65e0\u60c5\u7a7f\u523a"},{"id":27611,"text":"\u4ea1\u7075\u4e4b\u4e3b"},{"id":64395,"text":"\u9ebb\u75f9\u521b\u4f24"},{"id":21389,"text":"\u7b26\u6587\u5de5\u5320"},{"id":39986,"text":"\u6c61\u79fd\u5927\u519b"},{"id":9261,"text":"\u7981\u793c\u95e8\u5f92"},{"id":36687,"text":"\u72e9\u730e\u4e4b\u5f81"},{"id":63944,"text":"\u7eeb\u5f69\u4ea4\u7ec7"},{"id":25409,"text":"\u4e0d\u8d25\u4e4b\u519b"},{"id":1568,"text":"\u81f4\u547d\u4e4b\u5203"},{"id":30439,"text":"\u7194\u5ca9\u4e4b\u529b"},{"id":53013,"text":"\u840e\u7f29"},{"id":41989,"text":"\u667a\u8c0b"},{"id":43689,"text":"\u7075\u9b42\u4e4b\u4ee4"},{"id":7263,"text":"\u8fc5\u901f\u81f4\u6bd2"},{"id":38922,"text":"\u5de8\u4eba\u4e4b\u529b"},{"id":56094,"text":"\u4e0e\u6c34\u540c\u884c"},{"id":7688,"text":"\u6301\u4e45\u5951\u7ea6"},{"id":59151,"text":"\u6b8b\u66b4\u4e4b\u5203"},{"id":56648,"text":"\u730e\u9e70\u4e4b\u722a"},{"id":4207,"text":"\u5927\u597d\u65f6\u673a"},{"id":9864,"text":"\u6210\u957f\u4e0e\u8870\u53d8"},{"id":58921,"text":"\u51b7\u8840\u95e8\u5f92"},{"id":56276,"text":"\u591c\u88ad"},{"id":9055,"text":"\u96f6\u79d2\u51fa\u624b"},{"id":48298,"text":"\u6d1e\u5bdf\u4e07\u7269"},{"id":55194,"text":"\u6c89\u964d\u7070\u70ec"},{"id":42649,"text":"\u96ea\u953b"},{"id":53652,"text":"\u6c89\u6eba\u4e8e\u4eb5\u6e0e"},{"id":53759,"text":"\u51c0\u5316\u7684\u601d\u60f3"},{"id":12143,"text":"\u5f71\u54cd"},{"id":38246,"text":"\u9884\u77e5\u4e4b\u529b"},{"id":56716,"text":"\u96f7\u9706\u4e4b\u5fc3"},{"id":36949,"text":"\u5949\u732e"},{"id":58218,"text":"\u8089\u4f53\u4e4b\u7eaf\u51c0"},{"id":61981,"text":"\u706d\u4e16\u4e4b\u7075"},{"id":21330,"text":"\u5feb\u901f\u56de\u590d"},{"id":40743,"text":"\u9b54\u6676\u4e4b\u80a4"},{"id":48438,"text":"\u82f1\u52c7"},{"id":11924,"text":"\u706b\u7130\u4e4b\u606f"},{"id":45803,"text":"\u9971\u7ecf\u5f81\u6218"},{"id":48614,"text":"\u6fc0\u60c5"},{"id":40849,"text":"\u9532\u800c\u4e0d\u820d"},{"id":42041,"text":"\u751f\u7269\u5b66"},{"id":60501,"text":"\u706b\u7130\u4e4b\u5fc3"},{"id":18769,"text":"\u8840\u4e66"},{"id":45329,"text":"\u8be1\u5c04"},{"id":21958,"text":"\u6b8b\u5fcd\u51c6\u5907"},{"id":58831,"text":"\u5f00\u80a0\u5256\u809a"},{"id":27137,"text":"\u601d\u7ef4\u5723\u6bbf"},{"id":13375,"text":"\u591a\u91cd\u5c04\u51fb"},{"id":55485,"text":"\u6784\u6210"},{"id":46842,"text":"\u79d8\u80fd\u7206\u53d1"},{"id":11645,"text":"\u95ea\u7535\u4e4b\u606f"},{"id":4833,"text":"\u6d3b\u529b\u4e4b\u6e90"},{"id":38706,"text":"\u6218\u58eb\u4e4b\u9053"},{"id":22356,"text":"\u5438\u8840"},{"id":51440,"text":"\u5fb7\u9c81\u4f0a\u7684\u4eea\u5f0f"},{"id":27203,"text":"\u5fc3\u4e0e\u7075"},{"id":6289,"text":"\u65e0\u8840\u4e4b\u4f53"},{"id":58449,"text":"\u4e3a\u6218\u800c\u751f"},{"id":65210,"text":"\u6a61\u6728\u4e4b\u5fc3"},{"id":33718,"text":"\u8d77\u6e90"},{"id":24133,"text":"\u6b7b\u91cc\u9003\u751f"},{"id":34173,"text":"\u5f3a\u5316\u805a\u80fd"},{"id":47471,"text":"\u8d85\u8f7d"},{"id":34009,"text":"\u51b3\u6218\u5b97\u5e08"},{"id":62596,"text":"\u79d8\u8a00\u5929\u8d4b"},{"id":58198,"text":"\u51db\u51bd\u4e4b\u6307"},{"id":30302,"text":"\u70ed\u5ff1"},{"id":19858,"text":"\u836f\u8349\u5b66"},{"id":41420,"text":"\u81ea\u7136\u7597\u6cd5"},{"id":25058,"text":"\u8840\u6db2\u62bd\u53d6"},{"id":7555,"text":"\u795e\u901f\u66b4\u88c2"},{"id":65097,"text":"\u9886\u5bfc\u7cbe\u795e"},{"id":53573,"text":"\u79d8\u672f\u6269\u5f20"},{"id":11730,"text":"\u8010\u529b"},{"id":35958,"text":"\u94a2\u4e4b\u4fe1\u4ef0"},{"id":34973,"text":"\u514b\u5236\u4e4b\u6012"},{"id":41307,"text":"\u81f4\u547d\u503e\u5411"},{"id":26023,"text":"\u72c2\u91ce\u4e4b\u521b"},{"id":2959,"text":"\u5bd2\u51b0\u4e4b\u5b63"},{"id":44103,"text":"\u53cd\u5c04"},{"id":54629,"text":"\u52bf\u4e0d\u53ef\u6321"},{"id":37326,"text":"\u5145\u6c9b\u7cbe\u529b"},{"id":51108,"text":"\u5965\u672f\u5145\u80fd"},{"id":65108,"text":"\u51b7\u9177"},{"id":46904,"text":"\u5965\u672f\u5723\u6240"},{"id":44988,"text":"\u6d6a\u8d39"},{"id":23066,"text":"\u91ce\u6027\u4e4b\u5fc3"},{"id":54776,"text":"\u9b54\u529b\u4e4b\u6d41"},{"id":21634,"text":"\u79d8\u6cd5\u5b66"},{"id":48807,"text":"\u6597\u58eb\u827a\u672f"},{"id":20528,"text":"\u805a\u80fd\u4e4b\u754c"},{"id":59766,"text":"\u5351\u52a3\u624b\u6cd5"},{"id":15290,"text":"\u5b88\u671b\u4e4b\u5854"},{"id":3452,"text":"\u5148\u89c1\u4e4b\u660e"},{"id":21460,"text":"\u971c\u96ea\u4e4b\u606f"},{"id":63422,"text":"\u6c72\u8840\u8005"},{"id":42443,"text":"\u72c2\u70ed"},{"id":47065,"text":"\u5200\u5251\u4e4b\u4e3b"},{"id":21228,"text":"\u7a7f\u5c04\u7bad\u77e2"},{"id":19069,"text":"\u5f3a\u5316\u4e4b\u80a4"},{"id":37647,"text":"\u80a2\u89e3"},{"id":25411,"text":"\u704c\u6ce8"},{"id":8833,"text":"\u51b0\u96ea\u4e4b\u5fc3"},{"id":63251,"text":"\u6839\u6df1\u8482\u56fa"},{"id":27788,"text":"\u6c72\u8840\u8005"},{"id":39530,"text":"\u6d3b\u529b\u865a\u7a7a"},{"id":31257,"text":"\u81ea\u7136\u5a01\u4eea"},{"id":15852,"text":"\u7a7a\u7075\u76db\u5bb4"},{"id":29381,"text":"\u8d2a\u5a6a\u90e8\u843d"},{"id":62577,"text":"\u7cbe\u7eaf\u4e4b\u6f6e"},{"id":34506,"text":"\u9b54\u50cf\u6307\u6325\u5b98"},{"id":41472,"text":"\u4e25\u5cfb\u8bad\u7ec3"},{"id":28754,"text":"\u6697\u5f71"},{"id":61198,"text":"\u6218\u58eb\u4e4b\u5fc3"},{"id":48698,"text":"\u865a\u5f71\u5c4f\u969c"},{"id":15400,"text":"\u98de\u63a0\u7b26\u6587"},{"id":53118,"text":"\u91ce\u86ee"},{"id":42009,"text":"\u575a\u94a2\u4e4b\u7075"},{"id":13922,"text":"\u575a\u97e7\u4e0d\u62d4"},{"id":61039,"text":"\u7edf\u63fd\u5168\u5c40"},{"id":11820,"text":"\u795d\u5723\u4e4b\u4f53"},{"id":50029,"text":"\u6c89\u5bc2\u4e4b\u5fc3"},{"id":1325,"text":"\u9b54\u50cf\u8840\u7edf"},{"id":16246,"text":"\u5b81\u9759"},{"id":53114,"text":"\u6b7b\u4ea1\u901a\u7f09"},{"id":64217,"text":"\u5ca9\u77f3\u4e4b\u52bf"},{"id":52282,"text":"\u987d\u5f3a"},{"id":32932,"text":"\u4e3b\u6743"},{"id":27119,"text":"\u90e8\u843d\u4e4b\u6012"},{"id":5624,"text":"\u5723\u6218"},{"id":4177,"text":"\u7075\u9b42\u63f4\u52a9"},{"id":6799,"text":"\u9b45\u529b"},{"id":60031,"text":"\u8679\u5149\u4e4b\u80a4"},{"id":22535,"text":"\u706d\u4e16\u4e4b\u8bed"}]}},{"id":"enchant.stat_3283028259","text":"\u3010\u706b\u529b\u5f29\u70ae\u3011\u53d1\u5c04\u4e00\u652f\u989d\u5916\u7684\u7bad\u77e2","type":"enchant"},{"id":"enchant.stat_2662268382","text":"\u4f60\u5728\u3010\u7075\u5de7\u3011\u72b6\u6001\u4e0b\uff0c\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"enchant"},{"id":"enchant.stat_246356360","text":"\u4f60\u7684\u8d4b\u80fd\u4e4b\u5854\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_464448327","text":"\u3010\u95ea\u73b0\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2278715446","text":"\u3010\u5206\u88c2\u7bad\u77e2\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3514984677","text":"\u5916\u5ef6\u9b54\u529b\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_977063976","text":"\u73a9\u5bb6\u7684\u74e6\u5c14\u6280\u80fd\u65e0\u6cd5\u7528\u4e8e\u3010\u963b\u7075\u672f\u3011","type":"enchant"},{"id":"enchant.stat_3111060801","text":"\u4f60\u88ab\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5149\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_1539846779","text":"\u3010\u7206\u7075\u672f\u3011\u6709 #% \u7684\u51e0\u7387\u5f15\u7206 1 \u4e2a\u989d\u5916\u7075\u67e9","type":"enchant"},{"id":"enchant.stat_3316822388","text":"\u3010\u6b63\u4e49\u4e4b\u706b\u3011\u7684\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2294732229","text":"\u3010\u60e9\u51fb\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3045497140","text":"\u8150\u5316\u74e6\u5c14\u602a\u7269\u6389\u843d\u7684\u7269\u54c1\u6709 #% \u7684\u51e0\u7387\u88ab\u8150\u5316","type":"enchant"},{"id":"enchant.stat_2563177940","text":"\u5267\u6bd2\u65cb\u98ce\u6709 #% \u51e0\u7387\u8ba9\u6bcf\u4e00\u4e2a\u6293\u56de\u7684\u6295\u5c04\u7269\u53d1\u5c04\u56de\u65cb\u4e4b\u5203","type":"enchant"},{"id":"enchant.stat_3026134008","text":"\u602a\u7269\u751f\u547d\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_2716178075","text":"\u89e3\u653e\u8303\u56f4 +# \u7c73","type":"enchant"},{"id":"enchant.stat_1779904215","text":"\u8d64\u8840\u51dd\u7ed3\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.delirium_reward_breach","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u88c2\u9699\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_2309146693","text":"\u5b8c\u6210\u593a\u5b9d\u5947\u5175\u5192\u9669\u4f1a\u4ea7\u751f\u4e00\u4e2a\u989d\u5916\u7834\u89e3","type":"enchant"},{"id":"enchant.stat_3038236553","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u4ec0\u4e48\u90fd\u6ca1\u6709","type":"enchant"},{"id":"enchant.stat_3628984170","text":"\u3010\u7206\u70b8\u7bad\u77e2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_696413077","text":"\u5b8c\u6210\u8be5\u533a\u57df\u65f6\u4f1a\u989d\u5916\u6389\u843d 1 \u5f20\u5730\u56fe","type":"enchant"},{"id":"enchant.stat_2499559911","text":"\u9b54\u536b\u590d\u82cf\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1793005352","text":"\u7075\u9b42\u5949\u732e\u80fd\u4f7f\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210\u63d0\u9ad8+#%","type":"enchant"},{"id":"enchant.stat_2318562335","text":"\u9b54\u86ca\u7206\u70b8\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1217516474","text":"\u80fd\u91cf\u4e4b\u5203\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1961975107","text":"\u3010\u6697\u5f71\u5370\u8bb0\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2634094270","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5012\u5f71\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_3837805260","text":"\u6ca1\u6709\u84dd\u8272\u63d2\u69fd","type":"enchant"},{"id":"enchant.stat_1959522666","text":"\u4f60\u7684\u8d4b\u80fd\u4e4b\u5854\u8303\u56f4\u5185\u6240\u6709\u9632\u5fa1\u5854\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"enchant"},{"id":"enchant.delirium_reward_gems","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5b9d\u77f3 (\xd7#)","type":"enchant"},{"id":"enchant.stat_3593547682","text":"\u53ec\u5524\u7684\u8150\u5316\u9b54\u50cf\u9020\u6210\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2471636515","text":"\u3010\u8840\u4e0e\u6c99\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1398394628","text":"\u95ea\u73b0\u6253\u51fb\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_261996832","text":"\u65bd\u52a0\u5728\u88ab\u4f60\u66dd\u9732\u7684\u654c\u4eba\u8eab\u4e0a\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3086446674","text":"\u5916\u5ef6\u5f02\u5e38\u72b6\u6001\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_451037529","text":"\u3010\u51b0\u5ddd\u4e4b\u523a\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1162506883","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u539f\u529b\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_1660758870","text":"\u3010\u529b\u91cf\u7206\u7834\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_320043039","text":"\u6ca1\u6709\u7ea2\u8272\u63d2\u69fd","type":"enchant"},{"id":"enchant.stat_1740848995","text":"\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1510381560","text":"\u3010\u98ce\u66b4\u70d9\u5370\u3011\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u5f39\u5c04\u4e00\u6b21","type":"enchant"},{"id":"enchant.delirium_reward_abyss","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u6df1\u6e0a\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_465162370","text":"\u6280\u80fd\u88ab\u3010\u6cd5\u672f\u8282\u9b54\u3011\u8f85\u52a9\u65f6\uff0c\u5176\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1357120250","text":"\u4f60\u7684\u51b0\u971c\u4e4b\u5854\u53d1\u5c04\u7684\u51b0\u7f13\u5c04\u7ebf\u4f7f\u654c\u4eba\u51bb\u7ed3 # \u79d2","type":"enchant"},{"id":"enchant.stat_3709502856","text":"\u88ab\u4f60\u7f13\u901f\u7684\u654c\u4eba\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3519675720","text":"\u3010\u7206\u88c2\u7bad\u96e8\u3011\u53d1\u5c04\u4e00\u652f\u989d\u5916\u7bad\u77e2","type":"enchant"},{"id":"enchant.delirium_reward_incubators","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5b55\u80b2\u77f3 (\xd7#)","type":"enchant"},{"id":"enchant.stat_898812928","text":"\u8d4f\u91d1\u730e\u4eba\u4e13\u957f\u7ffb\u500d","type":"enchant"},{"id":"enchant.stat_865511246","text":"\u3010\u6bd2\u96e8\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1139911029","text":"\u4f60\u7684\u51b0\u971c\u4e4b\u5854\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3998182656","text":"\u3010\u7535\u5f27\u3011\u6bcf\u8fde\u9501\u5f39\u5c04 1 \u6b21\uff0c\u4f24\u5bb3\u4fbf\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3750528071","text":"\u5730\u56fe\u9996\u9886\u88ab\u7f6a\u9b42\u73af\u7ed5","type":"enchant"},{"id":"enchant.stat_2527140156","text":"\u4f60\u7684\u6280\u80fd\u6216\u53ec\u5524\u751f\u7269\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51b0\u5893\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_444858149","text":"\u653b\u57ce\u70ae\u53f0\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3610104224","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u98ce\u66b4\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_1906144841","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6218\u4e89\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_153004860","text":"\u62a4\u7532\u503c\u5728\u62a4\u4f53\u72b6\u6001\u4e0b +#","type":"enchant"},{"id":"enchant.stat_1463704577","text":"\u8be5\u533a\u57df\u989d\u5916\u88ab 1 \u4e2a\u82e6\u75db\u76d7\u5893\u8005\u7ea0\u7f20","type":"enchant"},{"id":"enchant.stat_841281094","text":"\u706b\u5c51\u5730\u96f7\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u7684\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_4216282855","text":"\u88ab\u4f60\u81f4\u76f2\u7684\u654c\u4eba\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_609478942","text":"\u3010\u95ea\u7535\u4f20\u9001\u3011\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"enchant"},{"id":"enchant.stat_2447447843","text":"\u3010\u91ce\u6027\u6253\u51fb\u3011\u7684\u5c04\u7ebf\u4f1a\u989d\u5916\u8fde\u9501\u5f39\u5c04\u4e00\u6b21","type":"enchant"},{"id":"enchant.stat_4218649240","text":"\u8d64\u70bc\u7403\u4e0a\u9650 +#","type":"enchant"},{"id":"enchant.stat_2702369635","text":"\u6bcf 2% \u54c1\u8d28 +#% \u95ea\u7535\u6297\u6027","type":"enchant"},{"id":"enchant.stat_3169671355","text":"\u4f60\u5728\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\u4e0b +# \u95ea\u907f\u503c","type":"enchant"},{"id":"enchant.stat_3295914630","text":"\u5728\u6539\u53d8\u5f62\u6001\u524d\uff0c\u3010\u51b0\u77db\u3011\u7684\u98de\u884c\u8ddd\u79bb\u7f29\u77ed #%","type":"enchant"},{"id":"enchant.stat_2461424099","text":"\u3010\u6f29\u6da1\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3305072079","text":"\u4f60\u5177\u6709\u6012\u706b\u65f6\uff0c\u51fb\u8d25\u654c\u4eba\u56de\u590d #% \u751f\u547d","type":"enchant"},{"id":"enchant.stat_3348324479","text":"\u3010\u5143\u7d20\u8981\u5bb3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1255310381","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u72c2\u6012\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2228518621","text":"\u9b54\u536b\u590d\u82cf\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_891161612","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70c8\u706b\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_3026109282","text":"\u4f60\u7684\u706b\u7403\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2556095677","text":"\u3010\u6697\u5f71\u8ff7\u8e2a\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3655654928","text":"\u3010\u4eb5\u6e0e\u3011\u53ef\u4ee5\u751f\u6210 1 \u4e2a\u989d\u5916\u7075\u67e9","type":"enchant"},{"id":"enchant.stat_2745149002","text":"\u88ab\u4f60\u762b\u75ea\u7684\u654c\u4eba\u53d7\u5230\u7684\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1615727675","text":"\u6ca1\u6709\u7eff\u8272\u63d2\u69fd","type":"enchant"},{"id":"enchant.stat_4175166318","text":"\u7075\u5e7b\u65cb\u65a9\u7684\u6295\u5c04\u7269\u87ba\u65cb\u8f6c\u52a8\u6b21\u6570 +#","type":"enchant"},{"id":"enchant.stat_1207515735","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u989d\u5916\u795e\u79d8\u6728\u6876\u5806","type":"enchant"},{"id":"enchant.stat_775200811","text":"\u3010\u5723\u7130\u56fe\u817e\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3548112418","text":"\u66b4\u96e8\u7bad\u53d1\u5c04\u4e00\u652f\u989d\u5916\u7bad\u77e2","type":"enchant"},{"id":"enchant.stat_2472584898","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u9706\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_3196512240","text":"\u5916\u5ef6\u6df7\u6c8c\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1662993931","text":"\u540c\u65f6\u5251\u5203\u98ce\u66b4\u6570\u91cf +#","type":"enchant"},{"id":"enchant.stat_3789079511","text":"\u524d 3 \u4e2a\u88ab\u9644\u8eab\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d 1 \u4e2a\u989d\u5916\u7684\u9508\u8680\u5723\u7532\u866b","type":"enchant"},{"id":"enchant.stat_1350605126","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u7535\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_4109038270","text":"\u3010\u5143\u7d20\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_345703394","text":"\u3010\u706b\u7130\u9677\u9631\u3011\u71c3\u70e7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1354248411","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51ac\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_1389191919","text":"\u3010\u9707\u6ce2\u9677\u9631\u3011\u4f1a\u989d\u5916\u91ca\u653e\u4e00\u80a1\u9707\u8361\u6ce2","type":"enchant"},{"id":"enchant.stat_2094281311","text":"+#% \u5e7b\u5316\u5b88\u536b\u7684\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_1819674879","text":"\u3010\u5e7b\u5316\u6b66\u5668\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1684204928","text":"\u88ab\u4f60\u5632\u8bbd\u7684\u654c\u4eba\u603b\u8303\u56f4\u4f24\u5bb3\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_1007135105","text":"\u529b\u91cf\u7206\u7834\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1460853241","text":"\u706b\u5c71\u88c2\u7f1d\u53d1\u5c04 1 \u4e2a\u989d\u5916\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_2056176052","text":"\u3010\u706b\u529b\u5f29\u70ae\u3011\u7684\u6295\u5c04\u7269\u6539\u4e3a\u4ee5\u5782\u76f4\u964d\u843d\u7684\u4e24\u6761\u76f4\u7ebf\u53d1\u5c04","type":"enchant"},{"id":"enchant.stat_3302747233","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5bd2\u51b0\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_1948292587","text":"\u76fe\u724c\u78be\u538b\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3139672534","text":"\u5b9a\u7f6a\u6ce2\u7684\u66b4\u9732\u5bf9\u5143\u7d20\u6297\u6027\u989d\u5916\u65bd\u52a0+#%\u6548\u679c","type":"enchant"},{"id":"enchant.stat_3901337328","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70bc\u72f1\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_1898356067","text":"\u3010\u88c2\u98ce\u96f7\u7403\u3011\u6709 #% \u7684\u51e0\u7387\u521b\u9020\u4e00\u4e2a\u989d\u5916\u7684\u96f7\u7403","type":"enchant"},{"id":"enchant.stat_756653426","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5200\u950b\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.delirium_reward_metamorphosis","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u50ac\u5316\u5242 (\xd7#)","type":"enchant"},{"id":"enchant.stat_3617955571","text":"\u575a\u51b3\u6218\u543c\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_27499777","text":"\u51b0\u971c\u4e4b\u5854\u7684\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1065909420","text":"\u3010\u8106\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3992962185","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6028\u6068\u4e4b\u8a93\u3011","type":"enchant"},{"id":"enchant.stat_2295263113","text":"\u5728\u3010\u5bd2\u51b0\u5f39\u3011\u4e0a\u65bd\u653e\u65f6\uff0c\u3010\u6f29\u6da1\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1443215722","text":"\u3010\u51bb\u4f24\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3233607638","text":"\u3010\u9ab8\u9aa8\u5949\u732e\u3011\u63d0\u4f9b\u7684\u989d\u5916\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"enchant"},{"id":"enchant.stat_1152784934","text":"\u3010\u53ec\u5524\u5723\u7269\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_819852672","text":"\u3010\u51b0\u971c\u8109\u51b2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2392278281","text":"\u524d 3 \u4e2a\u88ab\u9644\u8eab\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d 1 \u4e2a\u989d\u5916\u7684\u4f20\u5947\u7269\u54c1","type":"enchant"},{"id":"enchant.stat_1212590278","text":"\u3010\u7075\u4f53\u706b\u7403\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_959534996","text":"\u3010\u6563\u5c04\u5f29\u70ae\u3011\u53d1\u5c04\u4e00\u652f\u989d\u5916\u7684\u7bad\u77e2","type":"enchant"},{"id":"enchant.stat_122106412","text":"\u3010\u5965\u672f\u6597\u7bf7\u3011\u989d\u5916\u6d88\u8017 #% \u5f53\u524d\u9b54\u529b","type":"enchant"},{"id":"enchant.stat_3125201823","text":"\u3010\u53cc\u91cd\u6253\u51fb\u3011\u6709 #% \u7684\u51e0\u7387\u5bf9\u6d41\u8840\u654c\u4eba\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_1471796012","text":"\u3010\u6bd2\u86c7\u97ad\u51fb\u3011\u6709\u989d\u5916\u4e00\u6b21\u8fde\u9501\u5f39\u5c04","type":"enchant"},{"id":"enchant.stat_531461618","text":"\u3010\u98ce\u66b4\u70d9\u5370\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2527931375","text":"\u95ea\u7535\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1797913614","text":"\u4f60\u7684\u51b0\u7bad\u4e4b\u5854\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u7684\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_4157143640","text":"\u3010\u5e7b\u5316\u5b88\u536b\u3011\u9020\u6210\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1086309398","text":"\u3010\u51b0\u971c\u65b0\u661f\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.delirium_reward_blight","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u83cc\u6f6e\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_3465202861","text":"\u3010\u5bd2\u51b0\u51b2\u51fb\u3011\u83b7\u5f97\u7b49\u540c\u5176 #% \u7269\u7406\u4f24\u5bb3\u7684\u989d\u5916\u51b0\u971c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_2396402660","text":"\u4f60\u7684\u9668\u661f\u4e4b\u5854\u964d\u4e0b\u4e00\u4e2a\u989d\u5916\u7684\u6d41\u661f","type":"enchant"},{"id":"enchant.stat_1095160683","text":"\u3010\u9738\u6c14\u4e4b\u51fb\u3011\u53ef\u4ee5\u53ec\u5524 1 \u4e2a\u3010\u9b54\u6cd5\u7edf\u5fa1\u54e8\u5175\u3011","type":"enchant"},{"id":"enchant.stat_2351239732","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2003026405","text":"\u3010\u51b0\u971c\u8109\u51b2\u3011\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1056655244","text":"\u4f60\u7684\u51b0\u7b3c\u4e4b\u5854\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1494168614","text":"\u3010\u6563\u5c04\u5f29\u70ae\u3011\u7a7f\u900f\u4e00\u4e2a\u989d\u5916\u7684\u76ee\u6807","type":"enchant"},{"id":"enchant.stat_2097223452","text":"\u4f60\u7684\u8d4b\u80fd\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1008350423","text":"\u4f60\u7684\u706b\u7403\u4e4b\u5854\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u7684\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_1819243251","text":"\u4f60\u7684\u9668\u661f\u4e4b\u5854\u603b\u662f\u7729\u6655\u654c\u4eba","type":"enchant"},{"id":"enchant.stat_2440551805","text":"\u3010\u9707\u6ce2\u56fe\u817e\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3449510470","text":"\u3010\u51b0\u971c\u4e4b\u5203\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2740567252","text":"\u3010\u7535\u5f27\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1496334795","text":"\u3010\u8150\u8680\u7bad\u77e2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3505939359","text":"\u3010\u7bad\u96e8\u3011\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u53d1\u5c04\u4e00\u4e32\u7bad\u77e2","type":"enchant"},{"id":"enchant.stat_3011405513","text":"\u4f60\u7684\u7535\u5f27\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_931713173","text":"\u9b54\u6b66\u6218\u53f7\u589e\u52a9\u989d\u5916 # \u6b21\u653b\u51fb","type":"enchant"},{"id":"enchant.stat_3816405721","text":"\u3010\u5bd2\u51b0\u9b54\u50cf\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2085855914","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_279246355","text":"\u8be5\u533a\u57df\u5185\u4f1a\u51fa\u73b0 1 \u4e2a\u989d\u5916\u3010\u4fb5\u7565\u8054\u76df\u3011\u7684\u9996\u9886","type":"enchant"},{"id":"enchant.stat_2259906777","text":"\u3010\u9707\u6ce2\u56fe\u817e\u3011\u7684\u65bd\u653e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_391609701","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u53d7\u5230\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3630274354","text":"\u3010\u95ea\u7535\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1478321338","text":"\u4f60\u7684\u63b7\u706b\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1919892065","text":"\u5bf9\u6297\u88ab\u4f60\u5a01\u5413\u7684\u654c\u4eba\u65f6\uff0c\u5b83\u4eec\u7684\u7729\u6655\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1575282859","text":"\u3010\u70c8\u7130\u9b54\u50cf\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1555251","text":"\u51b0\u9525\u5730\u96f7 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"enchant"},{"id":"enchant.stat_3910961021","text":"\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1715805151","text":"\u3010\u672b\u65e5\u70d9\u5370\u3011\u7684\u4f24\u5bb3\u4f1a\u7a7f\u900f\u5e26\u6709\u70d9\u5370\u654c\u4eba\u706b\u7130\u6297\u6027\u7684 #%","type":"enchant"},{"id":"enchant.stat_2977067558","text":"\u3010\u575a\u51b3\u6218\u543c\u3011\u83b7\u5f97 # \u4e2a\u989d\u5916\u7684\u8010\u529b\u7403","type":"enchant"},{"id":"enchant.stat_2454791895","text":"\u4f60\u7684\u51b0\u7b3c\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_287319069","text":"\u3010\u6050\u6016\u4e4b\u65d7\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3590425794","text":"\u3010\u7206\u70b8\u7bad\u77e2\u3011\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1084180630","text":"\u4f60\u7684\u9668\u661f\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2384264970","text":"\u4e03\u4f24\u7834\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3026752303","text":"\u3010\u51b0\u971c\u5c04\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_181307038","text":"\u3010\u706b\u7130\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_865345996","text":"\u5200\u5203\u4e71\u821e\u5c42\u6570\u4e0a\u9650 +1","type":"enchant"},{"id":"enchant.stat_1381908541","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u53ec\u5524\u4e00\u4e2a\u53ec\u5524\u751f\u7269","type":"enchant"},{"id":"enchant.stat_3492427828","text":"\u51b0\u5ddd\u4e4b\u523a\u5c06\u7269\u7406\u4f24\u5bb3\u7684 #% \u89c6\u4e3a\u989d\u5916\u51b0\u971c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_4172171622","text":"\u3010\u51b2\u523a\u3011+# \u51b7\u5374\u65f6\u95f4\u6b21\u6570","type":"enchant"},{"id":"enchant.stat_1697321918","text":"\u524d\u4e09\u4e2a\u88ab\u9644\u8eab\u7684\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u6389\u843d\u4e00\u4e2a\u6709\u7ffc\u5723\u7532\u866b","type":"enchant"},{"id":"enchant.stat_1837341489","text":"\u83cc\u6f6e\u602a\u7269\u7684\u5237\u65b0\u901f\u5ea6\u52a0\u5feb#%","type":"enchant"},{"id":"enchant.stat_2013536039","text":"\u4f60\u7684\u54e8\u5175\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3026568825","text":"\u3010\u53ec\u5524\u5723\u7269\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_732320584","text":"\u3010\u7834\u7a7a\u65a9\u3011\u5bf9\u6d41\u8840\u654c\u4eba\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_1798919988","text":"\u3010\u6bd2\u96e8\u3011\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"enchant"},{"id":"enchant.stat_3798342608","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u989d\u5916\u795e\u79d8\u6728\u6876\u5806","type":"enchant"},{"id":"enchant.stat_453778214","text":"\u6e05\u6670\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4099204231","text":"\u6700\u5927\u63d2\u69fd +#","type":"enchant"},{"id":"enchant.stat_2078691497","text":"\u5efa\u9020\u548c\u5347\u7ea7\u9632\u5fa1\u5854\u7684\u8d39\u7528\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1460506005","text":"\u3010\u5ff5\u52a8\u98de\u7bad\u3011\u989d\u5916\u6539\u53d8 # \u6b21\u65b9\u5411","type":"enchant"},{"id":"enchant.stat_1040958896","text":"\u53ec\u5524\u9b54\u4f8d\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u53ec\u5524\u4e00\u4e2a\u9b54\u4f8d","type":"enchant"},{"id":"enchant.stat_2787227226","text":"\u6bcf 2% \u54c1\u8d28 +#% \u706b\u7130\u6297\u6027","type":"enchant"},{"id":"enchant.stat_3383175526","text":"\u7981\u65ad\u5178\u4eea\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3196823591","text":"\u5145\u80fd\u56de\u590d\u91cf\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3543257184","text":"\u5148\u7956\u6218\u58eb\u957f\u56fe\u817e\u751f\u6548\u65f6\uff0c\u4f60\u7684\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1153159301","text":"\u3010\u9707\u6ce2\u56fe\u817e\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3698446010","text":"\u3010\u51b0\u51bb\u9677\u9631\u3011\u7684\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"enchant"},{"id":"enchant.stat_200942664","text":"\u3010\u6f29\u6da1\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3867484047","text":"\u3010\u70e7\u6bc1\u3011\u6700\u591a +# \u9636","type":"enchant"},{"id":"enchant.stat_4019701925","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u989d\u5916\u795e\u79d8\u6728\u6876\u5806","type":"enchant"},{"id":"enchant.stat_734712401","text":"\u76fe\u724c\u78be\u538b\u4e2d\u5fc3\u9707\u6ce2\u7684\u6548\u679c\u533a\u57df\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_1739537617","text":"\u51db\u51ac\u4e4b\u773c\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3711386843","text":"\u3010\u5e7b\u5316\u6b66\u5668\u3011\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u53ec\u5524 1 \u4e2a\u590d\u5236\u54c1","type":"enchant"},{"id":"enchant.stat_73209495","text":"\u5730\u56fe\u4e2d\u6709\u8150\u5316\u533a\u57df","type":"enchant"},{"id":"enchant.stat_1501151168","text":"\u80fd\u91cf\u4e4b\u5203\u7684\u653b\u51fb\u7a7f\u900f #% \u95ea\u7535\u6297\u6027","type":"enchant"},{"id":"enchant.stat_3214665792","text":"\u3010\u7834\u91dc\u4e00\u51fb\u3011\u6709 #% \u7684\u51e0\u7387\u521b\u9020\u4e00\u6b21\u84c4\u529b\u731b\u51fb","type":"enchant"},{"id":"enchant.stat_35081783","text":"\u51ac\u6f6e\u70d9\u5370 +# \u6700\u5927\u5c42\u6570","type":"enchant"},{"id":"enchant.stat_840189382","text":"\u3010\u653b\u57ce\u70ae\u53f0\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2555366825","text":"\u3010\u51b0\u971c\u4e4b\u9524\u3011\u83b7\u5f97\u7b49\u540c\u5176 #% \u7269\u7406\u4f24\u5bb3\u7684\u989d\u5916\u51b0\u971c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_359574900","text":"\u4f60\u4f7f\u7528\u751f\u547d\u836f\u5242\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_4081185348","text":"\u65ad\u91d1\u4e4b\u5203\u53d1\u5c04\u4e00\u679a\u989d\u5916\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_754797886","text":"\u3010\u5200\u5203\u4e71\u821e\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3564777492","text":"\u3010\u70df\u96fe\u5730\u96f7\u3011\u53ef\u4f7f\u79fb\u52a8\u901f\u5ea6\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_2685482716","text":"\u4f60\u7684\u706b\u7403\u4e4b\u5854\u4ee5\u73af\u72b6\u53d1\u5c04\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3162144587","text":"\u51b0\u9525\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1208019382","text":"\u3010\u7535\u7403\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_120598364","text":"\u9b54\u86ca\u7206\u70b8\u6709 +#% \u7684\u51e0\u7387\u79fb\u9664\u4e00\u4e2a\u9b54\u86ca","type":"enchant"},{"id":"enchant.stat_2896672990","text":"\u3010\u95ea\u7535\u7bad\u77e2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1943147282","text":"\u3010\u7535\u5149\u7bad\u3011\u83b7\u5f97\u7b49\u540c\u5176 #% \u7269\u7406\u4f24\u5bb3\u7684\u989d\u5916\u95ea\u7535\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_4202548383","text":"\u3010\u6a2a\u626b\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3152812191","text":"\u3010\u5929\u96f7\u4e4b\u73e0\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2523298357","text":"\u3010\u5f39\u5e55\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2803653753","text":"\u6240\u6709\u63d2\u69fd\u90fd\u662f\u84dd\u8272","type":"enchant"},{"id":"enchant.stat_3096183736","text":"\u3010\u66b4\u98ce\u4e4b\u76fe\u3011\u989d\u5916\u8fde\u9501\u5f39\u5c04\u4e00\u6b21","type":"enchant"},{"id":"enchant.stat_3946561324","text":"\u3010\u60e9\u51fb\u3011\u6709 #% \u7684\u51e0\u7387\u95ea\u7535\u6253\u51fb\u53e6\u4e00\u4e2a\u76ee\u6807","type":"enchant"},{"id":"enchant.stat_3316480899","text":"\u7981\u65ad\u5178\u4eea\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1811698551","text":"\u9b54\u86ca\u7206\u70b8\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2523663201","text":"\u865a\u7a7a\u6cd5\u7403\u7684\u8109\u51b2\u9891\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3122413716","text":"\u906d\u9047\u6218\u6301\u7eed\u65f6\u95f4\u7f29\u77ed # \u79d2","type":"enchant"},{"id":"enchant.stat_3685345485","text":"\u3010\u5f39\u5e55\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_609916976","text":"\u3010\u6a2a\u626b\u3011\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u8010\u529b\u7403","type":"enchant"},{"id":"enchant.stat_1260843520","text":"\u4f60\u4f7f\u7528\u4f4d\u79fb\u6280\u80fd\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_3106577499","text":"\u5288\u780d\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3760588941","text":"\u3010\u91cd\u51fb\u3011\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_282417259","text":"\u3010\u6613\u71c3\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3009603087","text":"\u4e3b\u8981\u8d4f\u91d1\u76ee\u6807\u7684\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_1277406505","text":"\u4f60\u7684\u3010\u704c\u6ce8\u4e4b\u5854\u3011\u8fd8\u63d0\u4f9b\u3010\u731b\u653b\u3011","type":"enchant"},{"id":"enchant.stat_1993913925","text":"\u3010\u8150\u8680\u7bad\u77e2\u3011\u51fb\u4e2d\u540e\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed # \u79d2","type":"enchant"},{"id":"enchant.stat_2589980605","text":"\u7194\u5ca9\u5954\u6d8c\u989d\u5916\u8fde\u9501\u4e00\u6b21","type":"enchant"},{"id":"enchant.stat_4117042530","text":"\u3010\u88c2\u9b42\u672f\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1452255482","text":"\u3010\u63b7\u706b\u9677\u9631\u3011\u4f1a\u989d\u5916\u55b7\u51fa\u4e00\u9053\u70c8\u7130","type":"enchant"},{"id":"enchant.stat_1219778564","text":"\u3010\u9f99\u5377\u5c04\u51fb\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 # \u4e2a\u9644\u5c5e\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_1561141582","text":"\u3010\u7075\u76fe\u6295\u63b7\u3011\u7684\u6295\u63b7\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2157671820","text":"\u3010\u5267\u6bd2\u65cb\u98ce\u3011\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed 2 \u79d2","type":"enchant"},{"id":"enchant.stat_3825617457","text":"\u3010\u7bad\u96e8\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3229580299","text":"\u3010\u71c3\u70e7\u7bad\u77e2\u3011\u63d0\u9ad8\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684\u706b\u7130\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_767884542","text":"\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1389457945","text":"\u5730\u56fe\u968f\u673a\u4ece\u5947\u62c9\u514b\u7684\u5de5\u827a\u53f0\u4e0a\u83b7\u5f97\u4e00\u4e2a\u989d\u5916\u8bcd\u7f00","type":"enchant"},{"id":"enchant.stat_1260718722","text":"\u83cc\u6f6e\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u6709\u4e00\u4e2a\u989d\u5916\u5956\u52b1","type":"enchant"},{"id":"enchant.stat_3087527696","text":"\u3010\u7206\u7075\u672f\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3831546273","text":"\u88ab\u6c34\u6e90\u6cd5\u7403\u6d78\u6e7f\u7684\u654c\u4eba\u6709\u51b0\u971c\u548c\u95ea\u7535\u66dd\u9732\u6548\u679c\uff0c\u6297\u6027 +#%","type":"enchant"},{"id":"enchant.stat_3514973342","text":"\u3010\u865a\u7a7a\u5315\u9996\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_387490713","text":"\u3010\u8150\u8680\u7bad\u77e2\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2226973351","text":"\u71c3\u70e7\u7bad\u77e2\u59cb\u7ec8\u9020\u6210\u70b9\u71c3\u72b6\u6001","type":"enchant"},{"id":"enchant.stat_1669553893","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u989d\u5916\u795e\u79d8\u6728\u6876\u5806","type":"enchant"},{"id":"enchant.stat_680880155","text":"\u94a2\u94c1\u4e4b\u80a4\u4f1a\u4f7f\u73a9\u5bb6\u83b7\u5f97\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"enchant"},{"id":"enchant.stat_3637727672","text":"\u3010\u5c06\u519b\u4e4b\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2925650365","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u539f\u529b\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_4147746721","text":"\u51b2\u523a\u7684\u79fb\u52a8\u8ddd\u79bb\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_88796379","text":"\u3010\u51b0\u5ddd\u4e4b\u523a\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1891516164","text":"\u3010\u7075\u76fe\u6295\u63b7\u3011\u7684\u6295\u63b7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2337005967","text":"\u3010\u9738\u6c14\u4e4b\u51fb\u3011\u53ef\u4ee5\u53ec\u5524 1 \u4e2a\u3010\u7a00\u6709\u7edf\u5fa1\u54e8\u5175\u3011","type":"enchant"},{"id":"enchant.stat_1336543283","text":"\u3010\u4e0d\u673d\u6012\u568e\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3346280197","text":"\u4f60\u7684\u704c\u6ce8\u4e4b\u5854\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1366391108","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70bc\u72f1\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_3781924200","text":"\u3010\u51b0\u971c\u5c04\u51fb\u3011\u7684\u6548\u679c\u533a\u57df\u89d2\u5ea6\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_27640220","text":"+#% \u53ec\u5524\u7075\u4f53\u7684\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_3893203185","text":"\u7535\u6d41\u573a\u989d\u5916\u8fde\u95011\u6b21","type":"enchant"},{"id":"enchant.stat_3309486263","text":"\u3010\u4e71\u5251\u7a7f\u5fc3\u3011\u5f15\u7206\u5176\u5b83\u3010\u5f98\u5f8a\u4e4b\u5203\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3764410821","text":"\u3010\u95ea\u7535\u9677\u9631\u3011\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807","type":"enchant"},{"id":"enchant.stat_3469967347","text":"\u3010\u7075\u9b42\u5438\u53d6\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1792647120","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5012\u5f71\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_611022108","text":"\u7834\u788e\u94c1\u5203\u8fd1\u8ddd\u79bb\u51fb\u4e2d\u65f6\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001","type":"enchant"},{"id":"enchant.stat_2078274993","text":"\u3010\u5bd2\u51b0\u5f39\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2252338738","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u72c2\u6012\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_1844721010","text":"\u3010\u7834\u7a7a\u65a9\u3011\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2746213081","text":"\u3010\u5200\u5203\u4e71\u821e\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3854723321","text":"\u3010\u7834\u7a7a\u65a9\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3080391193","text":"\u53ec\u5524\u7684\u5723\u7269\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1062615953","text":"\u3010\u7075\u4f53\u6295\u63b7\u3011\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4243904146","text":"\u72c2\u6012\u72b6\u6001\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u989d\u5916\u7684\u72c2\u6012\u7403","type":"enchant"},{"id":"enchant.stat_2876793597","text":"\u51b0\u5c01\u519b\u56e2\u6709 +# \u6b21\u51b7\u5374\u65f6\u95f4\u6b21\u6570","type":"enchant"},{"id":"enchant.stat_3676540188","text":"\u4f60\u5f00\u59cb\u6d41\u8840\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_3641868987","text":"\u4f60\u88ab\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5149\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_1404787106","text":"\u3010\u5267\u6bd2\u65cb\u98ce\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2844206732","text":"\u3010\u60e9\u6212\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2680060124","text":"\u53f7\u53ec\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1918718830","text":"\u6240\u6709\u63d2\u69fd\u90fd\u662f\u7ea2\u8272","type":"enchant"},{"id":"enchant.stat_1015388938","text":"\u51db\u51ac\u4e4b\u773c\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_788307702","text":"\u3010\u5929\u96f7\u4e4b\u73e0\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1045213941","text":"\u627e\u4e0d\u5230\u8d4f\u91d1\u730e\u4eba\u88c5\u5907","type":"enchant"},{"id":"enchant.stat_101788216","text":"\u3010\u8840\u8089\u5949\u732e\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_696995312","text":"\u3010\u71c3\u70e7\u7bad\u77e2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_269930125","text":"\u70c8\u7130\u9b54\u50cf\u7ed9\u4e88\u4f60\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1799087078","text":"\u66b4\u96e8\u7bad\u6ce2\u675f\u9891\u7387\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_760994068","text":"\u3010\u865a\u7a7a\u5315\u9996\u3011\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2882048906","text":"\u4f60\u7684\u95ea\u7535\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_295557151","text":"\u6bd2\u7206\u7075\u836f\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3280107027","text":"\u3010\u95ea\u7535\u9b54\u50cf\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1087923932","text":"\u3010\u51b0\u971c\u4e4b\u5203\u3011\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4152292551","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u7535\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_2833482311","text":"\u3010\u865a\u7a7a\u5200\u96e8\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_253870897","text":"\u3010\u6a2a\u626b\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1917107304","text":"\u3010\u53cc\u6301\u6253\u51fb\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_647221668","text":"\u7edd\u547d\u4e4b\u9570\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2681941384","text":"\u9f99\u5377\u65cb\u98ce\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1556508042","text":"\u9ec4\u6c99\u5251\u5203\u98ce\u66b4\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_281958409","text":"\u3010\u51cb\u96f6\u6b65\u3011\u7684\u3010\u7075\u5de7\u3011\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3359777583","text":"\u3010\u98ce\u66b4\u547c\u5524\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1975621585","text":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075\u7684\u6301\u7eed\u7269\u7406\u4f24\u5bb3\u52a0\u6210 +#%","type":"enchant"},{"id":"enchant.stat_1017161280","text":"\u5bd2\u51ac\u5b9d\u73e0\u6bcf\u9636\u53ef\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_578067404","text":"\u3010\u7834\u7a7a\u65a9\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3513613206","text":"\u8150\u707c\u70ed\u761f\u989d\u5916\u65bd\u52a0\u4e00\u4e2a\u8150\u5316\u4e4b\u8840\u51cf\u76ca\u6548\u679c\u7684\u51e0\u7387 +#%","type":"enchant"},{"id":"enchant.stat_2054059315","text":"\u3010\u53f7\u53ec\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1665106429","text":"\u6bcf 2% \u54c1\u8d28 +#% \u51b0\u971c\u6297\u6027","type":"enchant"},{"id":"enchant.stat_2187415468","text":"\u4f60\u7684\u6280\u80fd\u6216\u53ec\u5524\u751f\u7269\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51b0\u5893\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_1545524769","text":"\u7edd\u547d\u4e4b\u9570\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1268512925","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5bd2\u51b0\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_1962401751","text":"\u3010\u51b0\u971c\u5c04\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3606492882","text":"\u3010\u5965\u672f\u6597\u7bf7\u3011\u83b7\u5f97\u751f\u547d\u56de\u590d\uff0c\u7b49\u4e8e\u6bcf\u79d2\u6d88\u8017\u9b54\u529b\u7684 #%","type":"enchant"},{"id":"enchant.stat_2753191013","text":"\u3010\u529b\u91cf\u62bd\u53d6\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1350243490","text":"\u51fb\u4e2d\u65f6\uff0c\u88ab\u3010\u5965\u6cd5\u70d9\u5370\u3011\u89e6\u53d1\u7684\u6cd5\u672f\u6050\u60e7\u654c\u4eba 4 \u79d2","type":"enchant"},{"id":"enchant.stat_4228580629","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5012\u5f71\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_2843908086","text":"\u3010\u6df7\u6c8c\u4e4b\u6bd2\u3011\u65bd\u52a0\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2505115650","text":"\u3010\u6df7\u6c8c\u9b54\u50cf\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_599289531","text":"\u3010\u5251\u5203\u98ce\u66b4\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3953599026","text":"\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2512194486","text":"\u3010\u672b\u65e5\u70d9\u5370\u3011\u7684\u6fc0\u6d3b\u9891\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2592211591","text":"\u3010\u6218\u65d7\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1816969033","text":"\u6c34\u6e90\u6cd5\u7403\u7684\u8109\u51b2\u9891\u7387\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_648343221","text":"\u3010\u91cd\u76fe\u51b2\u950b\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2038865857","text":"\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_78767457","text":"\u3010\u529b\u91cf\u62bd\u53d6\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1041365824","text":"\u3010\u7206\u70b8\u7bad\u77e2\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2484188706","text":"\u3010\u70bc\u72f1\u4e4b\u51fb\u3011\u63d0\u9ad8\u7b49\u540c #% \u7269\u7406\u4f24\u5bb3\u7684\u706b\u7130\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3755794090","text":"\u3010\u7075\u4f53\u6295\u63b7\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4014289250","text":"\u3010\u7206\u88c2\u7bad\u96e8\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3069740560","text":"\u3010\u865a\u7a7a\u5200\u96e8\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1691862754","text":"\u9677\u5165\u51bb\u7ed3\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_2849380136","text":"\u6240\u6709\u63d2\u69fd\u90fd\u662f\u7eff\u8272","type":"enchant"},{"id":"enchant.stat_3338074370","text":"\u63d0\u9ad8 #% \u5e7b\u5316\u6b66\u5668\u65f6\u95f4","type":"enchant"},{"id":"enchant.stat_1699139870","text":"\u3010\u672b\u65e5\u70d9\u5370\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2550660356","text":"\u4f60\u7684\u53ec\u5524\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4129421630","text":"\u3010\u95ea\u7535\u7bad\u77e2\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3172519570","text":"\u3010\u5288\u780d\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2515273888","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51ac\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_2747693610","text":"\u73cd\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u590d\u5236\u5176\u4e2d\u7684\u7269\u54c1","type":"enchant"},{"id":"enchant.stat_3152806535","text":"\u3010\u72c2\u91ce\u6012\u706b\u3011\u6709\u989d\u5916 #% \u7684\u51e0\u7387\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u72c2\u6012\u7403","type":"enchant"},{"id":"enchant.stat_2740018301","text":"\u8fde\u63a5\u6240\u6709\u63d2\u69fd","type":"enchant"},{"id":"enchant.stat_192534517","text":"\u3010\u5929\u707e\u4e4b\u7bad\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2541263647","text":"\u4f60\u7684\u51b0\u7bad\u4e4b\u5854\u5bf9\u5bd2\u7cfb\u654c\u4eba\u9020\u6210\u5b8c\u6574\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3609207587","text":"\u4f7f\u7528\u3010\u529b\u91cf\u62bd\u53d6\u3011\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u989d\u5916\u7684\u66b4\u51fb\u7403","type":"enchant"},{"id":"enchant.stat_2634945088","text":"\u3010\u7535\u5149\u7bad\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1963398329","text":"\u53ef\u4ee5\u6709 # \u4e2a\u989d\u5916\u5de5\u827a\u8bcd\u7f00","type":"enchant"},{"id":"enchant.stat_3100629498","text":"\u51c0\u5316\u70c8\u7130\u521b\u9020\u7684\u3010\u5949\u732e\u5730\u9762\u3011\u53ef\u4ee5\u4f7f\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2160886943","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5200\u950b\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_2304517189","text":"\u8d64\u70bc\u9b54\u5149\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u8fde\u9501\u4e00\u6b21","type":"enchant"},{"id":"enchant.stat_2068943099","text":"\u6bcf 0.1 \u79d2\u6301\u7eed\u65f6\u95f4\u90fd\u4f7f\u3010\u9707\u5730\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1154155584","text":"\u5c06\u51b0\u5ddd\u4e4b\u523a #% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3278819254","text":"\u3010\u76d7\u730e\u8005\u5370\u8bb0\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2844839137","text":"\u53ec\u5524\u7684\u98de\u63a0\u8005\u6548\u679c\u533a\u57df\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_701215561","text":"\u3010\u5c16\u523a\u6218\u543c\u3011+# \u9053\u88c2\u7f1d","type":"enchant"},{"id":"enchant.stat_165958462","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5200\u950b\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_2896357741","text":"\u3010\u653b\u57ce\u70ae\u53f0\u3011\u7684\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1734517294","text":"\u3010\u706b\u529b\u5f29\u70ae\u3011\u7684\u4f24\u5bb3\u7a7f\u900f #% \u7684\u706b\u7130\u6297\u6027","type":"enchant"},{"id":"enchant.stat_4084540709","text":"\u98ce\u66b4\u6f29\u6da1\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3816022821","text":"\u3010\u7535\u5149\u5bd2\u971c\u3011\u7684\u6548\u679c\u533a\u57df\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2244239056","text":"\u3010\u5ff5\u52a8\u98de\u7bad\u3011\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1999307054","text":"\u3010\u5927\u5730\u9707\u51fb\u3011\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1785831895","text":"\u6012\u708e\u7a7f\u5fc3\u7684\u6295\u5c04\u7269\u964d\u843d\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1894493605","text":"\u3010\u51b0\u971c\u8109\u51b2\u3011\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2257652056","text":"\u6bcf\u4e00\u9636\u3010\u5929\u707e\u4e4b\u7bad\u3011\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e2d\u6bd2","type":"enchant"},{"id":"enchant.stat_2537202749","text":"\u3010\u5145\u80fd\u6253\u51fb\u3011\u7684\u6700\u5927\u5149\u675f\u76ee\u6807 +#","type":"enchant"},{"id":"enchant.stat_2387717928","text":"\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011\u7684\u65bd\u653e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2200744772","text":"\u3010\u5bd2\u51ac\u5b9d\u73e0\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2363866815","text":"\u51b0\u9525\u5730\u96f7\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_786149615","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70c8\u706b\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_2846773529","text":"\u3010\u7535\u5149\u5bd2\u971c\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2779309910","text":"\u3010\u53cc\u91cd\u6253\u51fb\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4255043252","text":"\u3010\u7194\u5ca9\u62a4\u76fe\u3011\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2600498881","text":"\u3010\u706b\u7403\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_522780692","text":"\u3010\u72c2\u6012\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_68809719","text":"\u3010\u51b0\u971c\u65b0\u661f\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2259734653","text":"\u8d64\u70bc\u9b54\u5149\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3524326896","text":"\u5bd2\u971c\u7206\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3831658908","text":"\u4f60\u683c\u6321\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_2289367813","text":"\u971c\u66b4\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3809563078","text":"\u51b0\u5c01\u519b\u56e2\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2380598805","text":"\u3010\u5bd2\u971c\u7206\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1035680542","text":"\u4f60\u7684\u51b0\u7b3c\u4e4b\u5854\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_383710904","text":"\u7206\u7834\u7075\u836f\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3652051346","text":"\u3010\u95ea\u7535\u65b0\u661f\u3011\u7684\u7535\u5708\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3995612171","text":"\u3010\u6781\u5730\u88c5\u7532\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_482660590","text":"\u3010\u7206\u7075\u672f\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_38715141","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3395908304","text":"\u3010\u5bfc\u7535\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3901016205","text":"\u3010\u60e9\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4175469673","text":"\u3010\u706b\u846c\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1914436944","text":"\u4f60\u627f\u53d7\u6b8b\u66b4\u6253\u51fb\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_2098790581","text":"\u706b\u7403\u59cb\u7ec8\u9020\u6210\u70b9\u71c3\u72b6\u6001","type":"enchant"},{"id":"enchant.stat_2948719994","text":"\u3010\u88c2\u98ce\u96f7\u7403\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4259029320","text":"\u3010\u6697\u5f71\u8ff7\u8e2a\u3011\u5ef6\u957f\u6301\u7eed\u65f6\u95f4\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u72c2\u6012\u7403","type":"enchant"},{"id":"enchant.stat_3432170876","text":"\u3010\u7bad\u96e8\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_308154324","text":"\u4f60\u7684\u6280\u80fd\u6216\u53ec\u5524\u751f\u7269\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u51b0\u5893\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_2094069860","text":"\u3010\u53cc\u6301\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3006815533","text":"\u4f60\u7684\u9707\u5730\u4e4b\u5854\u6655\u7729\u6301\u7eed\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2558170600","text":"\u8d66\u7f6a\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_990408262","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70c8\u706b\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_3698833303","text":"\u7075\u9b42\u5438\u53d6\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3179781611","text":"\u3010\u7075\u4f53\u706b\u7403\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1477213724","text":"\u5806\u53e0\u5c42\u6570\u65f6\uff0c\u3010\u5723\u6028\u3011\u4f1a\u5bf9\u5468\u56f4\u7684\u4e00\u4e2a\u989d\u5916\u654c\u4eba\u9020\u6210\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_2760193888","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u539f\u529b\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_42482990","text":"\u4f60\u7684\u3010\u4fa6\u5bdf\u4e4b\u5854\u3011\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65bd\u52a0\u3010\u6076\u8bed\u672f\u3011","type":"enchant"},{"id":"enchant.stat_4102483123","text":"\u94a2\u94c1\u4e4b\u80a4\u53ef\u4ee5\u627f\u53d7\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2125952342","text":"\u6bcf\u6709\u4e00\u79cd\u542f\u52a8\u7684\u9632\u5fa1\u5854\uff0c\u5c31\u4f7f\u4f60\u9632\u5fa1\u5854\u9020\u6210\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_726779274","text":"\u4f60\u7684\u7a92\u606f\u4e4b\u5854\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3687716368","text":"\u4f60\u7684\u63b7\u706b\u4e4b\u5854\u5bf9\u706b\u7cfb\u654c\u4eba\u9020\u6210\u5b8c\u6574\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_1607493537","text":"\u9ab8\u9aa8\u5949\u732e\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1934891174","text":"\u6df1\u6e0a\u6218\u543c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_105839441","text":"\u3010\u70bc\u72f1\u4e4b\u51fb\u3011\u7684\u51cf\u76ca\u6548\u679c\u6bcf\u5c42\u53ef\u989d\u5916\u9020\u6210 #% \u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_1106926438","text":"\u51fb\u8d25\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6218\u4e89\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_1175282728","text":"\u3010\u9707\u6ce2\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4074562940","text":"\u3010\u5bd2\u51b0\u5f39\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1671985305","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u98ce\u66b4\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_2555469486","text":"\u3010\u5206\u88c2\u7bad\u77e2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3205997967","text":"\u5143\u7d20\u6253\u51fb\u59cb\u7ec8\u9020\u6210\u51bb\u7ed3\u3001\u611f\u7535\u3001\u70b9\u71c3\u72b6\u6001","type":"enchant"},{"id":"enchant.stat_430890565","text":"\u5bf9\u71c3\u70e7\u7684\u654c\u4eba\u9020\u6210\u7684\u51fb\u4e2d\u548c\u5f02\u5e38\u72b6\u6001\u7684\u6012\u7130\u5954\u817e\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1528965411","text":"\u3010\u7763\u519b\u5370\u8bb0\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_888039248","text":"\u3010\u65f6\u7a7a\u9501\u94fe\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2729530556","text":"\u3010\u53cc\u6301\u6253\u51fb\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1261917923","text":"\u4f60\u7684\u53ec\u5524\u4e4b\u5854\u53ec\u5524 # \u4e2a\u989d\u5916\u7684\u751f\u7269","type":"enchant"},{"id":"enchant.stat_1698558866","text":"\u3010\u7535\u5149\u7bad\u3011\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_78239163","text":"\u5148\u7956\u6218\u58eb\u957f\u56fe\u817e\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4231484190","text":"\u3010\u5bd2\u51b0\u5f39\u3011\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2938856716","text":"\u3010\u706b\u846c\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_103922739","text":"\u3010\u7535\u7403\u3011\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1582085030","text":"\u4f60\u7684\u9707\u5730\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_147678606","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u3010\u51ac\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_1711789839","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u98ce\u66b4\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_648647905","text":"\u88c2\u5730\u4e4b\u51fb\u7684\u89d2\u5ea6\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1213017413","text":"\u3010\u6563\u5c04\u5f29\u70ae\u3011\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2891251105","text":"\u65ad\u91d1\u4e4b\u5203\u6709 #% \u7684\u51e0\u7387\u89c6\u4e3a\u6d88\u8017\u94a2\u5203\u788e\u7247\uff0c\u4f46\u5e76\u4e0d\u5b9e\u9645\u6d88\u8017","type":"enchant"},{"id":"enchant.stat_183131376","text":"\u7075\u5e7b\u65cb\u65a9\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1952647315","text":"\u7075\u5e7b\u65cb\u65a9\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4100281103","text":"\u7206\u7834\u7075\u836f\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1451372148","text":"\u5bd2\u971c\u7206\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3434272371","text":"\u4f60\u7684\u51b0\u7bad\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1572544406","text":"\u4f60\u7684\u51b0\u971c\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3618430531","text":"\u3010\u9707\u6ce2\u9677\u9631\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3704937638","text":"\u4f60\u7684\u3010\u9668\u661f\u4e4b\u5854\u3011\u51fb\u4e2d\u65f6\u521b\u9020\u3010\u71c3\u70e7\u5730\u9762\u3011\uff0c\u6301\u7eed # \u79d2","type":"enchant"},{"id":"enchant.stat_2146663823","text":"\u88ab\u5148\u7956\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3930497977","text":"\u3010\u5bd2\u51b0\u51b2\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3279786746","text":"\u3010\u706b\u7130\u9677\u9631\u3011\u9020\u6210\u7684\u71c3\u70e7\u5730\u9762\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3854556792","text":"\u3010\u8150\u8680\u7bad\u77e2\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1028884162","text":"\u3010\u5206\u88c2\u7bad\u77e2\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2584129062","text":"\u3010\u5723\u6028\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4010544321","text":"\u8150\u707c\u70ed\u761f\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1451671945","text":"\u76fe\u724c\u78be\u538b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_889695873","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6028\u6068\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_3892584986","text":"\u6bd2\u7206\u7075\u836f\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3569393676","text":"\u3010\u4e71\u5251\u7a7f\u5fc3\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4033078288","text":"\u3010\u5927\u5730\u9707\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2871777604","text":"+#% \u9b54\u536b\u590d\u82cf\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_2524620107","text":"\u3010\u7194\u5ca9\u4e4b\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_573352991","text":"\u4f60\u7684\u77f3\u5316\u4e4b\u5854\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_709541481","text":"\u3010\u5fcf\u6094\u70d9\u5370\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1124690737","text":"\u706b\u5c71\u88c2\u7f1d\u9020\u6210\u7684\u4f24\u5bb3\u589e\u52a0 #%","type":"enchant"},{"id":"enchant.stat_3734756042","text":"\u3010\u6bd2\u86c7\u6253\u51fb\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2690342765","text":"\u865a\u7a7a\u6cd5\u7403\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2437571727","text":"\u95ea\u7535\u73af\u5eca\u7684\u65bd\u6cd5\u901f\u5ea6\u589e\u52a0#%","type":"enchant"},{"id":"enchant.stat_1330754855","text":"\u9632\u5fa1\u5854\u7684\u4f24\u5bb3\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_1694915226","text":"\u3010\u7206\u70b8\u9677\u9631\u3011\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3944779636","text":"\u9677\u5165\u51b0\u7f13\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_2718657160","text":"\u96f7\u66b4\u5730\u96f7\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2413715772","text":"\u865a\u7a7a\u5200\u96e8\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3583185303","text":"\u70bc\u91d1\u5e08\u4e4b\u5370\u8bc5\u5492\u6548\u679c\u589e\u5f3a#%","type":"enchant"},{"id":"enchant.stat_2231403318","text":"\u3010\u706b\u7403\u3011\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1666713639","text":"\u3010\u91ce\u6027\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2516903912","text":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3614009195","text":"\u65f6\u7a7a\u88c2\u9699\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1907051864","text":"\u7206\u7834\u7075\u836f\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_307092526","text":"\u4f60\u7684\u95ea\u7535\u4e4b\u5854\u83b7\u5f97 # \u6b21\u989d\u5916\u91cd\u590d","type":"enchant"},{"id":"enchant.stat_1347575155","text":"\u3010\u95ea\u7535\u4f20\u9001\u3011\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2205814812","text":"\u3010\u7bad\u96e8\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1573799461","text":"\u3010\u6697\u591c\u8840\u5951\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_771292654","text":"\u8d66\u7f6a\u53ec\u5524\u7684\u54e8\u536b\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_610562666","text":"\u3010\u5fcf\u6094\u70d9\u5370\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2511245659","text":"\u95ea\u7535\u73af\u5eca\u9020\u6210\u7684\u4f24\u5bb3\u589e\u52a0#%","type":"enchant"},{"id":"enchant.stat_4147277532","text":"\u3010\u6fc0\u52b1\u6218\u543c\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1794090421","text":"\u3010\u5bd2\u51b0\u51b2\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_257027296","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6028\u6068\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_4048820315","text":"\u706b\u5c51\u5730\u96f7\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3053448465","text":"\u3010\u70c8\u7130\u7206\u7834\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1063173946","text":"\u3010\u7075\u9b42\u5949\u732e\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3252913608","text":"\u88ab\u9707\u5730\u6218\u543c\u589e\u52a9\u7684\u653b\u51fb\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_574378310","text":"\u3010\u7206\u88c2\u7bad\u96e8\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1030003515","text":"\u3010\u6012\u7130\u5954\u817e\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2690620076","text":"\u3010\u5143\u7d20\u8981\u5bb3\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1697080607","text":"\u3010\u9707\u5730\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1412682799","text":"\u9677\u5165\u4e2d\u6bd2\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_2432759583","text":"\u706b\u5c51\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4136186767","text":"\u3010\u9b45\u5f71\u5c04\u51fb\u3011\u548c\u5176\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1474722052","text":"\u6bd2\u7206\u7075\u836f\u7684\u836f\u5242\u5145\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_447560345","text":"\u6b7b\u4ea1\u51cb\u96f6\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_4199670252","text":"\u3010\u6fc0\u52b1\u6218\u543c\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1902197291","text":"\u3010\u56de\u65cb\u4e4b\u5203\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3948894096","text":"\u3010\u95ea\u7535\u65b0\u661f\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2732675053","text":"\u3010\u51b0\u971c\u4e4b\u9524\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_309198891","text":"\u3010\u5b9a\u7f6a\u6ce2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1967208066","text":"\u4f20\u67d3\u65f6\uff0c\u3010\u761f\u75ab\u4f7f\u5f92\u3011\u589e\u76ca\u6548\u679c +#% \u4e2d\u6bd2\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"enchant"},{"id":"enchant.stat_2206071316","text":"\u3010\u6df7\u6c8c\u4e4b\u6bd2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1949390531","text":"\u3010\u7194\u5ca9\u62a4\u76fe\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_59544006","text":"\u53ec\u5524\u7684\u8150\u5316\u9b54\u50cf\u83b7\u5f97 +#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_168538372","text":"\u3010\u98ce\u66b4\u6f29\u6da1\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_241781316","text":"\u3010\u575a\u51b3\u6218\u543c\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_585126960","text":"\u88ab\u70b9\u71c3\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_3881327877","text":"\u70c8\u7130\u4e4b\u5899\u7ed9\u6295\u5c04\u7269\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_683073695","text":"\u3010\u7edd\u671b\u3011\u7684\u8bc5\u5492\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3293830776","text":"\u3010\u8870\u5f31\u3011\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_524936200","text":"\u3010\u91ce\u6027\u6253\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_600891507","text":"\u7194\u5ca9\u5954\u6d8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1201942540","text":"\u3010\u53cc\u91cd\u6253\u51fb\u3011\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2911217910","text":"\u4f60\u7684\u77f3\u5316\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_39356080","text":"\u3010\u7535\u80fd\u91ca\u653e\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2313072099","text":"\u3010\u65ad\u91d1\u4e4b\u5203\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_862824495","text":"\u3010\u51b2\u51fb\u6ce2\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1778800422","text":"\u8d66\u7f6a\u54e8\u536b\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_303359279","text":"\u88c2\u9b42\u672f\u65bd\u52a0\u51cf\u76ca\u6548\u679c\u65f6\u8fd8\u4f1a\u7f13\u901f\u654c\u4eba\uff0c\u4f7f\u79fb\u52a8\u901f\u5ea6\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_277116504","text":"\u3010\u761f\u75ab\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2482018205","text":"\u3010\u5ff5\u52a8\u98de\u7bad\u3011\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_21144785","text":"\u4f60\u7684\u95ea\u7535\u4e4b\u5854\u6bcf\u6b21\u91cd\u590d\u53ef\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4224384031","text":"\u3010\u51b0\u51bb\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_373677479","text":"\u706b\u5c71\u88c2\u7f1d\u5ef6\u4f38\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3472104870","text":"\u7535\u6b9b\u9b54\u7206\u6bcf\u6709 0.1 \u79d2\u6301\u7eed\u65f6\u95f4\u5c31\u4f7f\u5b83\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3999206457","text":"\u3010\u7834\u91dc\u4e00\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_340193547","text":"\u3010\u7834\u91dc\u4e00\u51fb\u3011\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_343849491","text":"\u3010\u91cd\u51fb\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_90942364","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5bd2\u51b0\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_2781179464","text":"\u3010\u7535\u5149\u5bd2\u971c\u3011\u7684\u51b0\u7f13\u533a\u57df\u7684\u8513\u5ef6\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1967878868","text":"\u3010\u95ea\u73b0\u5c04\u51fb\u3011\u548c\u5176\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_479197076","text":"\u6bcf\u5c42\u5a01\u80fd\u6cd5\u5370\u589e\u76ca\u6548\u679c\u90fd\u4f7f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1866415366","text":"\u9f99\u5377\u65cb\u98ce\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3729006707","text":"\u3010\u971c\u66b4\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3802588863","text":"\u4f60\u7684\u3010\u51b0\u7bad\u4e4b\u5854\u3011\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u6613\u788e","type":"enchant"},{"id":"enchant.stat_3699444296","text":"\u9677\u5165\u611f\u7535\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_1153637043","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u72c2\u6012\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_2596239449","text":"\u5148\u7956\u536b\u58eb\u56fe\u817e\u9020\u6210\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2410117075","text":"\u4f60\u7684\u9707\u5730\u4e4b\u5854\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3884539386","text":"\u4f60\u4f7f\u7528\u9632\u536b\u6280\u80fd\u65f6\u81ea\u52a8\u4f7f\u7528","type":"enchant"},{"id":"enchant.stat_1960580674","text":"\u4f60\u7684\u96f7\u66b4\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4151555126","text":"\u3010\u70e7\u6bc1\u3011\u7684\u6bcf\u4e00\u9636\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_770334536","text":"\u3010\u51ac\u6f6e\u70d9\u5370\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3070497632","text":"\u51b0\u971c\u95ea\u73b0\u7684\u6700\u5927\u79fb\u52a8\u8ddd\u79bb\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_341054435","text":"\u3010\u7075\u4f53\u8f6c\u6362\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2742093846","text":"\u4e03\u4f24\u7834\u7684\u6655\u7729\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3496292484","text":"\u3010\u653e\u8840\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3730999759","text":"\u3010\u8dc3\u51fb\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3713499406","text":"\u9f99\u5377\u65cb\u98ce\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_308326229","text":"\u3010\u6e05\u7b97\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1623552446","text":"\u67af\u840e\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1818525360","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u9706\u4e4b\u4ee4\u3011","type":"enchant"},{"id":"enchant.stat_3131492956","text":"\u95ea\u7535\u9677\u9631\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3917881666","text":"\u3010\u9707\u5730\u3011\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"enchant"},{"id":"enchant.stat_2246425134","text":"\u3010\u70e7\u6bc1\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_82475304","text":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1147445274","text":"\u3010\u5965\u6cd5\u70d9\u5370\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3384161880","text":"\u51b0\u7b3c\u5185\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3371538704","text":"\u3010\u971c\u66b4\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4207255685","text":"\u3010\u7206\u70b8\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3061969105","text":"\u3010\u88c2\u5730\u4e4b\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4047323043","text":"\u3010\u5949\u732e\u4e4b\u8def\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3316767657","text":"\u3010\u5927\u5730\u9707\u51fb\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2778301298","text":"\u3010\u98ce\u66b4\u6f29\u6da1\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_271342637","text":"\u4f60\u88ab\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u5149\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_335520087","text":"\u3010\u5c16\u523a\u6218\u543c\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1463790510","text":"\u66b4\u96e8\u7bad\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3169825208","text":"\u88ab\u4f60\u7684\u3010\u77f3\u5316\u4e4b\u5854\u3011\u77f3\u5316\u7684\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2080441723","text":"\u3010\u6fc0\u52b1\u6218\u543c\u3011\u589e\u52a9 # \u6b21\u989d\u5916\u653b\u51fb","type":"enchant"},{"id":"enchant.stat_3653459847","text":"\u9b45\u5f71\u5c04\u51fb\u548c\u5b83\u7684\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1486490067","text":"\u3010\u51b2\u51fb\u6ce2\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1582465837","text":"\u5a01\u80fd\u6cd5\u5370\u9700\u8981\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 #%\u6765\u83b7\u53d6\u4e00\u5c42","type":"enchant"},{"id":"enchant.stat_4102281803","text":"\u6012\u708e\u7a7f\u5fc3\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2070247068","text":"\u3010\u98ce\u66b4\u547c\u5524\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1491182794","text":"\u3010\u6012\u7130\u5954\u817e\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_117905700","text":"\u4f60\u7684\u706b\u7403\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_209345940","text":"\u3010\u95ea\u7535\u4f20\u9001\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2159486200","text":"\u3010\u65ad\u91d1\u4e4b\u5203\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2306522833","text":"\u602a\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4271709087","text":"\u865a\u7a7a\u6cd5\u7403\u5c04\u7a0b\u5185\u7684\u654c\u4eba\u57fa\u4e8e\u8ddf\u865a\u7a7a\u6cd5\u7403\u7684\u8ddd\u79bb\uff0c\u53d7\u5230\u7684\u4f24\u5bb3\u6700\u591a\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_108883700","text":"\u3010\u88c2\u5730\u4e4b\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_429193272","text":"\u5c01\u9501\u524d\u7684\u65f6\u95f4\u589e\u52a0 #%","type":"enchant"},{"id":"enchant.stat_1270423035","text":"\u4f60\u7684\u9668\u661f\u4e4b\u5854\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_617228927","text":"\u7535\u6b9b\u957f\u67aa\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_40032620","text":"\u3010\u5927\u5730\u9707\u51fb\u3011\u7684\u51b2\u51fb\u6ce2\u533a\u57df\u95f4\u9694\u5ef6\u8fdf\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1048825825","text":"\u51b0\u5c01\u6a2a\u626b\u9020\u6210\u7684\u4f24\u5bb3\u589e\u52a0 #%","type":"enchant"},{"id":"enchant.stat_1615912303","text":"\u3010\u9707\u6ce2\u9677\u9631\u3011\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2276547155","text":"\u3010\u4e71\u5251\u7a7f\u5fc3\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_244125450","text":"\u3010\u653e\u8840\u3011\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"enchant"},{"id":"enchant.stat_2052200782","text":"\u7f1a\u9b54\u7535\u6b9b\u5728\u4f4e\u9b54\u72b6\u6001\u4e0b\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"enchant"},{"id":"enchant.stat_3804575865","text":"\u3010\u7535\u5149\u5bd2\u971c\u3011\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2774873427","text":"\u5bd2\u51b0\u5f39\u9020\u6210\u51bb\u7ed3\u72b6\u6001\u7684\u51e0\u7387 +#%","type":"enchant"},{"id":"enchant.stat_2898302567","text":"\u84c4\u529b\u75be\u98ce\u95ea\u5404\u6ce2\u7684\u6700\u540e\u4f24\u5bb3\u533a\u57df\u8303\u56f4 +# \u7c73","type":"enchant"},{"id":"enchant.stat_1557531966","text":"\u3010\u95ea\u7535\u9677\u9631\u3011\u7684\u4f24\u5bb3\u7a7f\u900f #% \u95ea\u7535\u6297\u6027","type":"enchant"},{"id":"enchant.stat_3285719520","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u9706\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_4224588066","text":"\u3010\u6df7\u6c8c\u4e4b\u6bd2\u3011\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_64670441","text":"\u3010\u81f4\u75ab\u6253\u51fb\u3011\u7684\u6280\u80fd\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_815588902","text":"\u51b0\u971c\u95ea\u73b0\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 #%","type":"enchant"},{"id":"enchant.stat_1235531589","text":"\u3010\u7f1a\u96f7\u4e4b\u7eb9\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_118036057","text":"\u4f60\u7684\u7a92\u606f\u4e4b\u5854\u8fd8\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3961497709","text":"\u3010\u88c2\u98ce\u96f7\u7403\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4189505564","text":"\u541e\u566c\u56fe\u817e\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u541e\u566c\u4e00\u5177\u7075\u67a2","type":"enchant"},{"id":"enchant.stat_3395096718","text":"\u3010\u707c\u70ed\u5149\u7ebf\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_494231298","text":"\u96f7\u66b4\u5730\u96f7\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3891165938","text":"\u4f60\u7684\u704c\u6ce8\u4e4b\u5854\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3186938438","text":"\u653e\u8840\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2252888886","text":"\u95ea\u7535\u73af\u5eca\u7684\u6548\u679c\u533a\u57df\u589e\u52a0#%","type":"enchant"},{"id":"enchant.stat_1588572574","text":"\u56de\u6625\u56fe\u817e\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3850775143","text":"\u3010\u8dc3\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_603658709","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u96f7\u7535\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_1440798870","text":"\u70c8\u7130\u51b2\u523a\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1359058534","text":"\u3010\u5288\u780d\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1549594869","text":"\u3010\u6697\u591c\u8840\u5951\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2702698464","text":"\u3010\u70bc\u72f1\u6218\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2212298325","text":"\u3010\u5723\u6028\u3011\u7684\u5149\u6ce2\u5bbd\u5ea6\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4264622444","text":"\u865a\u7a7a\u5315\u9996\u989d\u5916\u8d2f\u7a7f\u4e00\u4e2a\u76ee\u6807","type":"enchant"},{"id":"enchant.stat_684174846","text":"\u9707\u5730\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1040582501","text":"\u6c34\u6e90\u6cd5\u7403\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1609869231","text":"\u7f1a\u9b54\u7535\u6b9b\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1843683045","text":"\u4f60\u7684\u54e8\u5175\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_866725377","text":"\u5206\u88c2\u94a2\u5203\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2189364976","text":"\u70c8\u7130\u4e4b\u5899\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_944311193","text":"\u3010\u51c0\u5316\u70c8\u7130\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2585271359","text":"\u3010\u6bd2\u86c7\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_12756171","text":"\u3010\u7535\u80fd\u91ca\u653e\u3011\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2109176627","text":"\u3010\u5bd2\u971c\u7206\u3011\u6280\u80fd\u4f1a\u4f7f\u51cf\u76ca\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_4072657110","text":"\u7834\u788e\u94c1\u5203\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u94a2\u5203\u788e\u7247","type":"enchant"},{"id":"enchant.stat_169405468","text":"\u3010\u70c8\u7130\u7206\u7834\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3490662882","text":"\u3010\u91cd\u76fe\u51b2\u950b\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1554597333","text":"\u3010\u95ea\u73b0\u5c04\u51fb\u3011\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1972101281","text":"\u3010\u590d\u4ec7\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2343571547","text":"\u88ab\u4f0f\u51fb\u589e\u52a9\u7684\u653b\u51fb\u5176\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +#%","type":"enchant"},{"id":"enchant.stat_3821213705","text":"\u7535\u6d41\u573a\u9020\u6210\u7684\u4f24\u5bb3\u589e\u52a0#%","type":"enchant"},{"id":"enchant.stat_2048678824","text":"\u3010\u5949\u732e\u4e4b\u8def\u3011\u4f20\u9001\u8303\u56f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3469056056","text":"\u3010\u5c16\u523a\u6218\u543c\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2791271819","text":"\u3010\u8bf1\u6355\u4e4b\u7bad\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1532964880","text":"\u3010\u70c8\u7130\u7206\u7834\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_889454763","text":"\u4f60\u7684\u51b0\u971c\u4e4b\u5854\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1080470148","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0 # \u4e2a\u989d\u5916\u795e\u79d8\u6728\u6876\u5806","type":"enchant"},{"id":"enchant.stat_551375258","text":"\u3010\u5145\u80fd\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2875508213","text":"\u3010\u98ce\u66b4\u6f29\u6da1\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_355086768","text":"\u3010\u9707\u5730\u6218\u543c\u3011\u6700\u5c11\u6709 # \u70b9\u5a01\u529b\u503c","type":"enchant"},{"id":"enchant.stat_797408710","text":"\u3010\u84c4\u529b\u75be\u98ce\u95ea\u3011\u7684\u79fb\u52a8\u901f\u5ea6\u603b\u589e #%","type":"enchant"},{"id":"enchant.stat_3723124286","text":"\u3010\u56de\u65cb\u4e4b\u5203\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4148328809","text":"\u4f60\u7684\u3010\u54e8\u5175\u4e4b\u5854\u3011\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u5c06 #% \u7684\u4f24\u5bb3\u5077\u53d6\u4e3a\u751f\u547d","type":"enchant"},{"id":"enchant.stat_1601558321","text":"+#% \u5de8\u77f3\u9b54\u50cf\u7684\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_4162139595","text":"\u3010\u63b7\u706b\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2242331554","text":"\u4f60\u7684\u95ea\u7535\u4e4b\u5854\u5bf9\u7535\u7cfb\u654c\u4eba\u9020\u6210\u5b8c\u6574\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_3044601282","text":"\u4f60\u7684\u704c\u6ce8\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1447427508","text":"\u590d\u4ec7\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2201904285","text":"\u3010\u70c8\u708e\u98ce\u66b4\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1954529734","text":"\u82e5\u76ee\u6807\u533a\u57df\u6709\u5949\u732e\u5730\u9762\uff0c\u5219\u3010\u51c0\u5316\u70c8\u7130\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3320271130","text":"\u5148\u7956\u6218\u58eb\u957f\u56fe\u817e\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3988628118","text":"\u6012\u706b\u6f29\u6da1\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3153431030","text":"\u6012\u706b\u6f29\u6da1\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4210927948","text":"\u95ea\u7535\u9677\u9631\u7684\u95ea\u7535\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1781106044","text":"\u955c\u50cf\u5c04\u51fb\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1265055278","text":"\u3010\u84c4\u529b\u75be\u98ce\u95ea\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2896346908","text":"\u7535\u6b9b\u957f\u67aa\u7684\u5206\u652f\u89d2\u5ea6\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3931013900","text":"\u3010\u70c8\u708e\u98ce\u66b4\u3011\u7206\u70b8\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2121581717","text":"\u3010\u66b4\u98ce\u4e4b\u76fe\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2513745555","text":"\u72d9\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_397438226","text":"\u3010\u7075\u4f53\u8f6c\u6362\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2801853811","text":"\u3010\u5723\u7130\u56fe\u817e\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3279758713","text":"\u3010\u707c\u70ed\u5149\u7ebf\u3011\u7684\u65bd\u653e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2287764959","text":"\u3010\u6212\u5907\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1486948114","text":"\u3010\u5fcf\u6094\u70d9\u5370\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_435519320","text":"\u7535\u6b9b\u957f\u67aa\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_988554168","text":"\u3010\u5148\u7956\u6218\u543c\u3011\u6700\u5c11\u6709 # \u70b9\u5a01\u529b\u503c","type":"enchant"},{"id":"enchant.stat_195463427","text":"\u7535\u5f27\u9020\u6210\u611f\u7535\u72b6\u6001\u7684\u51e0\u7387 +#%","type":"enchant"},{"id":"enchant.stat_3367825241","text":"\u5206\u88c2\u94a2\u5203\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u94a2\u5203\u788e\u7247","type":"enchant"},{"id":"enchant.stat_3285061858","text":"\u5949\u732e\u4e4b\u8def\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_982975385","text":"\u3010\u7535\u5854\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1691710359","text":"\u3010\u70c8\u708e\u98ce\u66b4\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2588242810","text":"\u94a9\u94fe\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u654c\u4eba\u540e\u83b7\u5f97\u6012\u706b +1","type":"enchant"},{"id":"enchant.stat_2807947","text":"\u5723\u7130\u56fe\u817e\u521b\u9020\u7684\u3010\u5949\u732e\u5730\u9762\u3011\u53ef\u4ee5\u4f7f\u654c\u4eba\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_288248772","text":"\u51b0\u971c\u4e4b\u9524\u9020\u6210\u51bb\u7ed3\u72b6\u6001\u7684\u51e0\u7387 +#%","type":"enchant"},{"id":"enchant.stat_3676486210","text":"\u5251\u5203\u9677\u9631\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_321894708","text":"\u96f7\u66b4\u5730\u96f7\u7684\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4048897123","text":"\u4f60\u7684\u4fa6\u5bdf\u4e4b\u5854\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2982851186","text":"\u7535\u6b9b\u9b54\u7206\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2033463878","text":"\u51fb\u8d25\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u6218\u4e89\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_1783696476","text":"\u3010\u51bb\u4f24\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1831757355","text":"\u3010\u51ac\u6f6e\u70d9\u5370\u3011\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3719728947","text":"\u3010\u70df\u96fe\u5730\u96f7\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1056396846","text":"\u761f\u75ab\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3269321994","text":"\u51b0\u971c\u65b0\u661f\u59cb\u7ec8\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"enchant"},{"id":"enchant.stat_775034903","text":"\u3010\u51b0\u5899\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3269147016","text":"\u6bcf 12 \u70b9\u6012\u706b\u90fd\u4f7f\u94fe\u94a9\u8303\u56f4 +# \u7c73","type":"enchant"},{"id":"enchant.stat_4082863126","text":"\u3010\u5723\u7130\u56fe\u817e\u3011\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1809965314","text":"\u3010\u53cc\u91cd\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2913890852","text":"\u7535\u6b9b\u9b54\u7206\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2298223148","text":"\u3010\u707c\u70ed\u8fde\u63a5\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3823033989","text":"\u3010\u7f1a\u96f7\u4e4b\u7eb9\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2479762395","text":"\u51b0\u5899\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1619284089","text":"\u4f60\u7684\u77f3\u5316\u4e4b\u5854\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1646093658","text":"\u7194\u5ca9\u5954\u6d8c\u6548\u679c\u533a\u57df\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2962501808","text":"\u3010\u63b7\u706b\u9677\u9631\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2364563825","text":"\u7535\u6d41\u573a\u7684\u65bd\u6cd5\u901f\u5ea6\u589e\u52a0#%","type":"enchant"},{"id":"enchant.stat_2224580362","text":"\u3010\u6bd2\u86c7\u97ad\u51fb\u3011\u9020\u6210\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3830917556","text":"\u4f60\u7684\u9707\u5730\u4e4b\u5854\u5730\u523a\u957f\u5ea6\u548c\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_954135826","text":"\u3010\u91cd\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2906742892","text":"\u3010\u5145\u80fd\u6253\u51fb\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2685860927","text":"\u3010\u5145\u80fd\u6253\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1441906885","text":"\u4f60\u7684\u65a5\u5019\u4e4b\u5854\u989d\u5916\u53ec\u5524\u4e00\u4e2a\u751f\u7269","type":"enchant"},{"id":"enchant.stat_804983774","text":"\u6e05\u7b97\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_644285691","text":"\u3010\u51b0\u971c\u65b0\u661f\u3011\u51fb\u4e2d\u9020\u6210\u7684\u51b0\u7f13\u5fc5\u5b9a\u4f7f\u76ee\u6807\u7684\u884c\u52a8\u901f\u5ea6\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_2246143608","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u3010\u70bc\u72f1\u4e4b\u5f8b\u3011","type":"enchant"},{"id":"enchant.stat_1924239636","text":"\u60e9\u6212\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1678345858","text":"\u8e29\u4e2d\u3010\u6355\u718a\u9677\u9631\u3011\u7684\u654c\u4eba\u53d7\u5230\u9677\u9631\u6216\u5730\u96f7\u7684\u51fb\u4e2d\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3772643988","text":"\u3010\u7edf\u5fa1\u54e8\u5175\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2412561418","text":"\u3010\u5b9a\u7f6a\u6ce2\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1298820272","text":"\u70c8\u7130\u9b54\u50cf\u7684\u5143\u7d20\u6297\u6027 +#%","type":"enchant"},{"id":"enchant.stat_3229878341","text":"\u8106\u5f31\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2410280305","text":"\u4f60\u7684\u706b\u7403\u4e4b\u5854\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_732631533","text":"\u3010\u6bd2\u86c7\u97ad\u51fb\u3011\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2983274404","text":"\u95ea\u73b0\u5c04\u51fb\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_665179774","text":"\u4f60\u7684\u63b7\u706b\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1243906675","text":"\u3010\u5929\u96f7\u4e4b\u73e0\u3011\u6295\u5c04\u7269\u901f\u5ea6\u51cf\u6162 #%","type":"enchant"},{"id":"enchant.stat_4173465567","text":"\u4f60\u7684\u7535\u5f27\u4e4b\u5854\u83b7\u5f97 # \u6b21\u989d\u5916\u91cd\u590d","type":"enchant"},{"id":"enchant.stat_3529090048","text":"\u8150\u707c\u70ed\u761f\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1104507216","text":"\u3010\u7535\u5854\u9677\u9631\u3011\u4f1a\u653b\u51fb\u4e00\u7247\u989d\u5916\u533a\u57df","type":"enchant"},{"id":"enchant.stat_525771896","text":"\u3010\u63b7\u706b\u9677\u9631\u3011\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_708179348","text":"\u3010\u707c\u70ed\u8fde\u63a5\u3011\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_4024383498","text":"\u4f60\u7684\u65f6\u95f4\u4e4b\u5854\u6548\u679c\u8870\u51cf\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3367298564","text":"\u3010\u51b0\u51bb\u9677\u9631\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3869217625","text":"\u3010\u6bd2\u86c7\u6253\u51fb\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_702909553","text":"\u3010\u707c\u70ed\u5149\u7ebf\u3011\u7684\u5149\u675f\u957f\u5ea6\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2520825974","text":"+#% \u5bd2\u51b0\u9b54\u50cf\u7684\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_2449293016","text":"\u4f60\u7684\u3010\u51b0\u7b3c\u4e4b\u5854\u3011\u4ea7\u751f\u7684\u51b0\u7b3c\u53d8\u5927 #%","type":"enchant"},{"id":"enchant.stat_3651039490","text":"\u4f60\u7684\u53ec\u5524\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3367800526","text":"\u3010\u8dc3\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2731606134","text":"\u3010\u51ff\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2511915418","text":"\u67af\u840e\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_565901339","text":"\u3010\u95ea\u7535\u65b0\u661f\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_242209782","text":"\u4f60\u82e5\u5728\u8fc7\u53bb 1.5 \u79d2\u5185\u6ca1\u6709\u5f15\u7206\u7b26\u7eb9\uff0c\u5219\u3010\u7206\u88c2\u7b26\u7eb9\u3011\u5c06\u4f60\u4f20\u9001\u81f3\u88ab\u5f15\u7206\u7684\u7b26\u7eb9\u5904","type":"enchant"},{"id":"enchant.stat_1977935782","text":"\u5206\u88c2\u94a2\u5203\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4071708873","text":"\u3010\u51fb\u5203\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2287986752","text":"\u3010\u51fb\u5203\u3011\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2565809961","text":"\u3010\u761f\u75ab\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3354028437","text":"\u4f60\u7684\u3010\u96f7\u66b4\u4e4b\u5854\u3011\u5728\u654c\u4eba\u7fa4\u4e2d\u5fc3\u4ea7\u751f\u98ce\u66b4","type":"enchant"},{"id":"enchant.stat_4031295671","text":"\u3010\u70bc\u72f1\u4e4b\u51fb\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2731937118","text":"\u4f60\u7684\u95ea\u7535\u4e4b\u5854\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1946386823","text":"+#% \u6df7\u6c8c\u9b54\u50cf\u7684\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_2562208244","text":"\u3010\u70e7\u6bc1\u3011\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1810898461","text":"\u6b7b\u4ea1\u51cb\u96f6\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2633745731","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_4225882962","text":"\u71c3\u5c3d\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2764047332","text":"\u4f60\u7684\u7a92\u606f\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2166622264","text":"\u3010\u6613\u71c3\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3640837971","text":"\u4f60\u7684\u54e8\u5175\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_639766324","text":"\u4f60\u7684\u704c\u6ce8\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2275055843","text":"\u6212\u5907\u6253\u51fb\u7684\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3686368306","text":"\u3010\u8679\u5438\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1230050013","text":"\u3010\u7535\u80fd\u91ca\u653e\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_906949000","text":"\u4f60\u7684\u3010\u7a92\u606f\u4e4b\u5854\u3011\u8fd8\u6709\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u3010\u51b0\u51bb\u3011\u3001\u3010\u611f\u7535\u3011\u548c\u3010\u70b9\u71c3\u3011","type":"enchant"},{"id":"enchant.stat_957864706","text":"\u3010\u6697\u591c\u8840\u5951\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1978232370","text":"\u7535\u5854\u9677\u9631\u7684\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_441374889","text":"\u4f60\u7684\u3010\u7535\u5f27\u4e4b\u5854\u3011\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u529b\u7aed","type":"enchant"},{"id":"enchant.stat_4089551985","text":"\u4f60\u7684\u65f6\u95f4\u4e4b\u5854\u5c04\u7a0b\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1877863115","text":"\u3010\u6355\u718a\u9677\u9631\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2538402671","text":"\u4f60\u7684\u3010\u65f6\u95f4\u4e4b\u5854\u3011\u8fd8\u63d0\u4f9b\u7729\u6655\u514d\u75ab","type":"enchant"},{"id":"enchant.stat_1971866993","text":"\u4f60\u7684\u54e8\u5175\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2166020726","text":"\u4f60\u7684\u8d4b\u80fd\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_131320052","text":"\u88ab\u4f60\u8ff7\u9b45\u7684\u654c\u4eba\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2511493969","text":"\u51b0\u971c\u62a4\u76fe\u6bcf\u5c42\u6700\u5927\u751f\u547d +#","type":"enchant"},{"id":"enchant.stat_2109921176","text":"\u4f60\u7684\u65f6\u95f4\u4e4b\u5854\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_197351228","text":"\u4f60\u7684\u96f7\u66b4\u4e4b\u5854\u51b2\u51fb\u5ef6\u8fdf\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.delirium_reward_perandus","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u5148\u7956\u79d8\u85cf\u7269\u54c1 (\xd7#)","type":"enchant"},{"id":"enchant.stat_289027663","text":"\u3010\u94a9\u94fe\u653b\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2020183023","text":"#% \u7684\u51e0\u7387\u521b\u9020\u4e00\u6b21\u84c4\u529b\u731b\u51fb","type":"enchant"},{"id":"enchant.stat_1248361993","text":"\u4f60\u7684\u3010\u63b7\u706b\u4e4b\u5854\u3011\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u70e7\u707c","type":"enchant"},{"id":"enchant.stat_4170725899","text":"\u67af\u840e\u6280\u80fd\u4f1a\u4f7f\u5e72\u6270\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_4166695945","text":"\u3010\u8679\u5438\u9677\u9631\u3011\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3013068851","text":"\u3010\u70c8\u7130\u51b2\u523a\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2338484156","text":"+#% \u95ea\u7535\u9b54\u50cf\u7684\u5143\u7d20\u6297\u6027","type":"enchant"},{"id":"enchant.stat_2673745094","text":"\u3010\u8679\u5438\u9677\u9631\u3011\u7684\u5149\u7ebf\u8fde\u63a5\u5230\u4f60\uff0c\u6bcf\u6709\u4e00\u6761\u5176\u4ed6\u5149\u7ebf\uff0c\u90fd\u4f1a\u4f7f\u4f60\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_441455463","text":"\u7f1a\u9b54\u7535\u6b9b\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1134560807","text":"\u3010\u5a01\u5413\u6218\u543c\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1000620493","text":"\u83cc\u6f6e\u906d\u9047\u6218\u989d\u5916\u5305\u542b\u6700\u591a#\u4e2a\u83cc\u6f6e\u9996\u9886","type":"enchant"},{"id":"enchant.stat_242838571","text":"\u3010\u70bc\u72f1\u4e4b\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_248838155","text":"\u53cd\u5c04\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3787328468","text":"\u3010\u81f4\u75ab\u6253\u51fb\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_856157011","text":"\u3010\u81f4\u75ab\u6253\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_292721070","text":"\u8d64\u70bc\u9b54\u5149\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2530563277","text":"\u3010\u8679\u5438\u9677\u9631\u3011\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3849821286","text":"\u4f60\u7684\u96f7\u66b4\u4e4b\u5854\u7206\u53d1\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3198887051","text":"\u4f60\u7684\u65f6\u95f4\u4e4b\u5854\u8fd8\u4f7f\u4f60\u7684\u884c\u52a8\u901f\u5ea6\u51cf\u6162 #%","type":"enchant"},{"id":"enchant.stat_2979443822","text":"\u5916\u5ef6\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3031985694","text":"\u3010\u65ad\u91d1\u4e4b\u5203\u3011\u7684\u4e3b\u6295\u5c04\u7269\u4f1a\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807","type":"enchant"},{"id":"enchant.stat_915160899","text":"\u51b0\u971c\u62a4\u76fe\u51b7\u5374\u65f6\u95f4\u6b21\u6570 +#","type":"enchant"},{"id":"enchant.stat_6032025","text":"\u4f60\u7684\u7535\u5f27\u4e4b\u5854\u83b7\u5f97 # \u6b21\u989d\u5916\u8fde\u9501","type":"enchant"},{"id":"enchant.stat_1220207954","text":"\u5148\u7956\u536b\u58eb\u7684\u5143\u7d20\u6297\u6027 +#%","type":"enchant"},{"id":"enchant.stat_592861938","text":"\u5148\u7956\u536b\u58eb\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_728213819","text":"\u6bc1\u706d\u7f81\u7eca\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3741323227","text":"\u836f\u5242\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1803063132","text":"\u56de\u6625\u56fe\u817e\u8fd8\u4f1a\u63d0\u4f9b\u76f8\u5f53\u4e8e\u5176\u751f\u547d\u56de\u590d #% \u7684\u9b54\u529b\u56de\u590d ","type":"enchant"},{"id":"enchant.stat_3536566359","text":"\u3010\u51ff\u51fb\u3011\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_1405738574","text":"\u3010\u8bf1\u6355\u4e4b\u7bad\u3011\u7684\u51cf\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3094610721","text":"\u4f60\u7684\u9707\u5730\u4e4b\u5854\u83b7\u5f97\u4e00\u4e2a\u989d\u5916\u7684\u5730\u523a","type":"enchant"},{"id":"enchant.stat_1789548201","text":"\u4f60\u7684\u96f7\u66b4\u4e4b\u5854\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3317752680","text":"\u541e\u566c\u56fe\u817e\u7684\u6bcf\u79d2\u5077\u53d6\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_516587640","text":"\u8870\u5f31\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3338298622","text":"\u72c2\u6012\u7403\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3872306017","text":"\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3352207460","text":"\u4f60\u7684\u77f3\u5316\u4e4b\u5854\u77f3\u5316\u5ef6\u8fdf\u65f6\u95f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1570047087","text":"\u3010\u7535\u5854\u9677\u9631\u3011\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2207890291","text":"\u3010\u7535\u5854\u9677\u9631\u3011\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1502095380","text":"\u5251\u5203\u9677\u9631\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_4039396512","text":"\u4f60\u7684\u63b7\u706b\u4e4b\u5854\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_770672621","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2339757871","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3545503197","text":"\u76f4\u89c9\u7f81\u7eca\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2833259811","text":"\u3010\u7834\u788e\u94c1\u5203\u3011\u53ef\u4ee5\u989d\u5916\u53d1\u5c04 1 \u4e2a\u6295\u5c04\u7269","type":"enchant"},{"id":"enchant.stat_3766479096","text":"\u7763\u519b\u5370\u8bb0\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_439316158","text":"\u4f60\u7684\u95ea\u7535\u4e4b\u5854\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_57434274","text":"\u7ecf\u9a8c\u503c\u52a0\u6210\u63d0\u9ad8 #% (\u5730\u56fe)","type":"enchant"},{"id":"enchant.stat_2143519574","text":"\u8ff7\u9b45\u9677\u9631\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1088946611","text":"\u3010\u5a01\u5413\u6218\u543c\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2977107166","text":"\u4f0f\u51fb\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2519689029","text":"\u3010\u707c\u70ed\u8fde\u63a5\u3011\u7684\u5143\u7d20\u6297\u6027\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2563159607","text":"\u4f60\u7684\u7a92\u606f\u4e4b\u5854\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1654191578","text":"\u72d9\u51fb\u5370\u8bb0\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1378482149","text":"\u4f60\u7684\u53ec\u5524\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3564606017","text":"\u4f60\u7684\u8d4b\u80fd\u4e4b\u5854\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_945725535","text":"\u3010\u6fc0\u52b1\u6218\u543c\u3011\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2250533757","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_918308703","text":"\u6355\u718a\u9677\u9631\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3917923501","text":"\u9632\u5fa1\u7f81\u7eca\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1609523492","text":"\u6697\u5f71\u5370\u8bb0\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3975033889","text":"\u7075\u9b42\u7f81\u7eca\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_4227497218","text":"\u3010\u76d7\u730e\u8005\u5370\u8bb0\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1238426677","text":"\u8840\u7075\u7f81\u7eca\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_895264825","text":"\u5149\u73af\u6280\u80fd\u8303\u56f4\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3808171722","text":"\u3010\u865a\u7a7a\u5200\u96e8\u3011\u4f1a\u989d\u5916\u53d1\u5c04\u4e00\u6ce2\u98de\u5203","type":"enchant"},{"id":"enchant.stat_4262448838","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"enchant"},{"id":"enchant.delirium_reward_generic","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u8c35\u5984 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1686675991","text":"\u3010\u8bf1\u9975\u56fe\u817e\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_819890745","text":"\u3010\u5bfc\u7535\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2093796647","text":"\u3010\u761f\u75ab\u4f7f\u5f92\u3011\u57fa\u4e8e\u761f\u75ab\u503c\u7684 #% \u9020\u6210\u989d\u5916\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_691673624","text":"\u6bcf\u6d88\u8017\u4e00\u4e2a\u8010\u529b\u7403\uff0c\u3010\u4e0d\u673d\u6012\u568e\u3011\u7684\u589e\u76ca\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_4040760803","text":"\u3010\u53ec\u5524\u7edf\u5fa1\u54e8\u5175\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_836936635","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"enchant"},{"id":"enchant.stat_3600749521","text":"\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1631824124","text":"\u8bf1\u9975\u56fe\u817e\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2005440071","text":"\u706b\u5c51\u5730\u96f7\u7684\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1251350365","text":"\u63b7\u706b\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1170174456","text":"\u8010\u529b\u7403\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1353140041","text":"#% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u516d\u5206\u4eea\u4f7f\u7528\u6b21\u6570","type":"enchant"},{"id":"enchant.stat_618920318","text":"\u3010\u65ad\u91d1\u4e4b\u5203\u3011\u7684\u989d\u5916\u6295\u5c04\u7269\u7a7f\u523a\u654c\u4eba\u7684\u51e0\u7387 +#%","type":"enchant"},{"id":"enchant.delirium_reward_talismans","text":"\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b: \u9b54\u7b26 (\xd7#)","type":"enchant"},{"id":"enchant.stat_1514829491","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"enchant"},{"id":"enchant.stat_1531456858","text":"\u70c8\u7130\u4e4b\u5899\u6570\u91cf\u4e0a\u9650 +#","type":"enchant"},{"id":"enchant.stat_472520716","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u9b54\u529b","type":"enchant"},{"id":"enchant.stat_1871765599","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"enchant"},{"id":"enchant.stat_4053951709","text":"#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"enchant"},{"id":"enchant.stat_1957790343","text":"\u6012\u706b\u6f29\u6da1\u732e\u796d\u7684\u6012\u706b +#%","type":"enchant"},{"id":"enchant.stat_690135178","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1743954272","text":"\u3010\u89e3\u653e\u3011\u7684\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3976295500","text":"\u51b0\u9525\u5730\u96f7\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_3782733370","text":"\u3010\u51cb\u96f6\u6b65\u3011\u65bd\u52a0 # \u4e2a\u989d\u5916\u7684\u6b7b\u4ea1\u51cb\u96f6\u51cf\u76ca\u6548\u679c","type":"enchant"},{"id":"enchant.stat_971955285","text":"\u4f60\u7684\u4fa6\u5bdf\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_865263728","text":"\u3010\u6fc0\u52b1\u6218\u543c\u3011\u589e\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2661979205","text":"\u3010\u9738\u6c14\u4e4b\u51fb\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3024408350","text":"\u541f\u5531\u72d9\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u88ab\u7729\u6655","type":"enchant"},{"id":"enchant.stat_4253105373","text":"\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_4195549152","text":"\u5251\u5203\u9677\u9631\u8f6c\u52a8\u6b21\u6570 +#","type":"enchant"},{"id":"enchant.stat_986397080","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"enchant"},{"id":"enchant.stat_2160282525","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"enchant"},{"id":"enchant.stat_2462686988","text":"\u7834\u91dc\u4e00\u51fb +#% \u88c2\u7f1d\u5206\u53c9\u51e0\u7387","type":"enchant"},{"id":"enchant.stat_339673147","text":"\u3010\u88c2\u98ce\u96f7\u7403\u3011\u6709 15% \u7684\u51e0\u7387\u521b\u9020\u4e00\u4e2a\u989d\u5916\u7684\u96f7\u7403","type":"enchant"},{"id":"enchant.stat_3996051430","text":"\u70c8\u7130\u7f81\u7eca\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_1783006896","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"enchant"},{"id":"enchant.stat_3011365432","text":"\u707e\u53d8\u4f53\u6389\u843d\u7684\u50ac\u5316\u5242\u4f1a\u590d\u5236","type":"enchant"},{"id":"enchant.stat_3801067695","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1522229796","text":"\u7834\u91dc\u4e00\u51fb +#% \u88c2\u7f1d\u5206\u53c9\u51e0\u7387","type":"enchant"},{"id":"enchant.stat_3483999943","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"enchant"},{"id":"enchant.stat_1849664701","text":"\u5143\u7d20\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3158958938","text":"\u53cd\u5c04\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3835483564","text":"\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1285430327","text":"\u95ea\u7535\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1296244953","text":"Rune Blast teleports you to the detonated Rune if you have not detonated Runes in the past 1 second","type":"enchant"},{"id":"enchant.stat_1239233415","text":"\u6700\u5927\u72d9\u51fb\u5c42\u6570 +#","type":"enchant"},{"id":"enchant.stat_2328234364","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1730304831","text":"\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_4120821275","text":"\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3342959456","text":"\u3010\u51ff\u51fb\u3011\u521b\u9020 +# \u6839\u5c16\u523a","type":"enchant"},{"id":"enchant.stat_478612089","text":"\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_780453137","text":"\u3010\u70bc\u72f1\u6218\u543c\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_884220218","text":"\u65bd\u653e\u88c2\u98ce\u96f7\u7403\u65f6\u6709 #% \u7684\u51e0\u7387\u65e0\u89c6\u7729\u6655","type":"enchant"},{"id":"enchant.stat_1282857477","text":"\u4f60\u7684\u4fa6\u5bdf\u4e4b\u5854\u521b\u9020\u7684\u53ec\u5524\u751f\u7269\u751f\u547d\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1525452114","text":"\u60ca\u60b8\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b\uff1a#","type":"enchant"},{"id":"enchant.stat_3374165039","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_966400988","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1478653032","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_2561956001","text":"\u6280\u80fd\u88ab\u3010\u6cd5\u672f\u8282\u9b54\u3011\u8f85\u52a9\u65f6\uff0c\u5176\u9b54\u529b\u4fdd\u7559\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_2423221070","text":"\u3010\u51b0\u77db\u3011\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1803598623","text":"\u4f18\u96c5\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_75100665","text":"\u4f60\u7684\u5df2\u9274\u5b9a\u7684\u5730\u56fe\u4e2d\u6389\u843d\u7684\u7269\u54c1\u4e3a\u5df2\u9274\u5b9a","type":"enchant"},{"id":"enchant.stat_3229261553","text":"\u3010\u7075\u9b42\u5949\u732e\u3011\u7ed9\u4e88\u7b49\u540c +#% \u7269\u7406\u4f24\u5bb3\u7684\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3","type":"enchant"},{"id":"enchant.stat_98212089","text":"\u672a\u9274\u5b9a\u7684\u5730\u56fe\u4e2d\u627e\u5230\u7684\u7269\u54c1\u7684\u54c1\u8d28\u63d0\u9ad8#%","type":"enchant"},{"id":"enchant.stat_297308603","text":"\u3010\u7206\u88c2\u7bad\u96e8\u3011\u6709 #% \u7684\u51e0\u7387\u53d1\u5c04\u4e00\u652f\u989d\u5916\u7684\u7bad\u77e2","type":"enchant"},{"id":"enchant.stat_4062159806","text":"\u8d64\u8840\u51dd\u7ed3\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3651651560","text":"\u533a\u57df\u4e2d\u6536\u5272\u7684\u690d\u7269\u66f4\u6709\u53ef\u80fd\u63d0\u4f9b\u7a00\u6709\u7684\u5de5\u827a\u9009\u9879\u3002","type":"enchant"},{"id":"enchant.stat_1692887998","text":"\u7eaa\u5f8b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2003753577","text":"\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_91821600","text":"\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1730614496","text":"\u3010\u6f29\u6da1\u3011\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_491551762","text":"\u5143\u7d20\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2200030809","text":"\u7eaa\u5f8b\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_4118537428","text":"+#% \u6a2a\u626b\u51fb\u9000\u7387","type":"enchant"},{"id":"enchant.stat_4216444167","text":"\u594b\u9510\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3798244977","text":"\u53ec\u5524\u98de\u63a0\u8005\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1920370417","text":"\u618e\u6068\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_453789911","text":"\u73a9\u5bb6\u6bcf\u53d7\u5230\u4e00\u79cd\u4e2d\u6bd2\u5c5e\u6027\u4f24\u5bb3\uff0c\u79fb\u52a8\u901f\u5ea6\u4fbf\u63d0\u9ad8 #% ","type":"enchant"},{"id":"enchant.stat_4008016019","text":"\u8d85\u8d8a\u4f20\u9001\u95e8\u6709 #% \u7684\u51e0\u7387\u989d\u5916\u53ec\u5524\u4e00\u4e2a\u8d85\u8d8a\u6076\u9b54","type":"enchant"},{"id":"enchant.stat_1520798835","text":"\u73a9\u5bb6\u6bcf\u53d7\u5230\u4e00\u79cd\u4e2d\u6bd2\u5c5e\u6027\u4f24\u5bb3\uff0c\u5219\u4f24\u5bb3\u63d0\u9ad8 #% ","type":"enchant"},{"id":"enchant.stat_3094365680","text":"\u8be5\u533a\u57df\u4f1a\u51fa\u73b0\u989d\u5916 # \u7fa4\u3010\u5267\u6bd2\u602a\u7269\u3011","type":"enchant"},{"id":"enchant.stat_354556858","text":"\u3010\u7535\u5149\u7bad\u3011\u7684\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_3192966873","text":"\u51b0\u971c\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3215042347","text":"\u706b\u7130\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1537296847","text":"\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_2600949388","text":"\u3010\u51b0\u971c\u5c04\u51fb\u3011\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_3563089138","text":"\u8840\u8089\u4e0e\u5ca9\u77f3\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3738398726","text":"\u6e05\u6670\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_2233726619","text":"\u6781\u5730\u88c5\u7532\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1263695895","text":"\u7167\u4eae\u8303\u56f4\u6269\u5927 #%","type":"enchant"},{"id":"enchant.stat_2665518524","text":"\u51b0\u971c\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2931005730","text":"\u3010\u63b7\u706b\u9677\u9631\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_2679945072","text":"\u3010\u4eb5\u6e0e\u3011\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"enchant"},{"id":"enchant.stat_2721871046","text":"\u575a\u5b9a\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1135152940","text":"\u706b\u7130\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3072232736","text":"\u575a\u5b9a\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_1233806203","text":"\u6d3b\u529b\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1284151528","text":"\u82e6\u75db\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3468905159","text":"\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3484910620","text":"\u5c0a\u4e25\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3818053347","text":"\u53ec\u5524\u98de\u63a0\u8005\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2244550200","text":"\u60ca\u60b8\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b\uff1a#","type":"enchant"},{"id":"enchant.stat_1341061286","text":"\u88ab\u6cd5\u672f\u8282\u9b54\u8f85\u52a9\u7684\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_250961191","text":"\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3537762266","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3003096493","text":"\u60ca\u60b8\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b\uff1a#","type":"enchant"},{"id":"enchant.stat_2329255938","text":"\u590d\u4ec7\u602a\u7269\u6389\u843d # \u4e2a\u989d\u5916\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"enchant"},{"id":"enchant.stat_2668611054","text":"\u6e05\u6670\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1542765265","text":"\u7eaf\u51c0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_535507671","text":"\u3010\u7535\u5854\u9677\u9631\u3011\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"enchant"},{"id":"enchant.stat_1829483269","text":"\u8d64\u8840\u51dd\u7ed3\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3266567165","text":"\u6028\u6bd2\u5149\u73af\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1761642973","text":"\u96f7\u9706\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_804667127","text":"\u8fc5\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1727791743","text":"\u60ca\u60b8\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b\uff1a#","type":"enchant"},{"id":"enchant.stat_2693668441","text":"\u60ca\u60b8\u8ff7\u96fe\u5956\u52b1\u7c7b\u578b\uff1a#","type":"enchant"},{"id":"enchant.stat_2963485753","text":"\u6124\u6012\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3819451758","text":"\u7070\u70ec\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1549898151","text":"\u4f18\u96c5\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3959101898","text":"\u95ea\u7535\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_2605040931","text":"\u6781\u5730\u88c5\u7532\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_658622139","text":"\u7cbe\u51c6\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1122074043","text":"\u6d3b\u529b\u7684\u4fdd\u7559\u6548\u679c\u964d\u4f4e #%","type":"enchant"},{"id":"enchant.stat_3059700363","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_3738339949","text":"\u3010\u71c3\u70e7\u7bad\u77e2\u3011\u7684\u51cf\u76ca\u6548\u679c\u63d0\u9ad8 #%","type":"enchant"},{"id":"enchant.stat_1450978702","text":"\u95ea\u7535\u51c0\u5316\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"enchant"}]},{"id":"scourge","label":"\u5f02\u5ea6\u5929\u707e","entries":[{"id":"scourge.stat_1671376347","text":"+#% \u95ea\u7535\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3299347043","text":"+# \u6700\u5927\u751f\u547d","type":"scourge"},{"id":"scourge.stat_4220027924","text":"+#% \u51b0\u971c\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3372524247","text":"+#% \u706b\u7130\u6297\u6027","type":"scourge"},{"id":"scourge.stat_2923486259","text":"+#% \u6df7\u6c8c\u6297\u6027","type":"scourge"},{"id":"scourge.stat_789117908","text":"\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3523867985","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_2153364323","text":"+# \u667a\u6167\u9700\u6c42","type":"scourge"},{"id":"scourge.stat_1389153006","text":"\u5168\u5c40\u9632\u5fa1\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1050105434","text":"+# \u6700\u5927\u9b54\u529b","type":"scourge"},{"id":"scourge.stat_1133453872","text":"+# \u654f\u6377\u9700\u6c42","type":"scourge"},{"id":"scourge.stat_2833226514","text":"+# \u529b\u91cf\u9700\u6c42","type":"scourge"},{"id":"scourge.stat_2901986750","text":"+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3325883026","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #","type":"scourge"},{"id":"scourge.stat_2250533757","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_3917489142","text":"\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_4080418644","text":"+# \u529b\u91cf","type":"scourge"},{"id":"scourge.stat_2445189705","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u4e09\u500d\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_4052037485","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_681332047","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_2748665614","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_328541901","text":"+# \u667a\u6167","type":"scourge"},{"id":"scourge.stat_3261801346","text":"+# \u654f\u6377","type":"scourge"},{"id":"scourge.stat_1880071428","text":"\u4f60\u6280\u80fd\u7684\u975e\u8bc5\u5492\u7c7b\u5149\u73af\u6548\u679c\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2524254339","text":"\u7ec8\u7ed3","type":"scourge"},{"id":"scourge.stat_983749596","text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3237948413","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_2764164760","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u4f60\u5f97\u5230 # \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"scourge"},{"id":"scourge.stat_387439868","text":"\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3643913768","text":"\u88ab\u51fb\u4e2d\u65f6\u5bf9\u5468\u56f4\u654c\u4eba\u9020\u6210\u7b49\u540c\u4f60 #% \u6700\u5927\u751f\u547d\u7684\u706b\u7130\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1968872681","text":"\u88ab\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u5236\u9020\u5949\u732e\u5730\u9762\uff0c\u6301\u7eed 8 \u79d2","type":"scourge"},{"id":"scourge.stat_3336890334","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_1839076647","text":"\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1328548975","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"scourge"},{"id":"scourge.stat_3900877792","text":"\u6ca1\u6709\u7269\u7406\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1719423857","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u84dd\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_709508406","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3 (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_3593843976","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_1896269067","text":"\u65e0\u6cd5\u9020\u6210\u6df7\u6c8c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3556824919","text":"+#% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_3513180117","text":"\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3639275092","text":"\u5c5e\u6027\u9700\u6c42\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1037193709","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_3240073117","text":"\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_818778753","text":"\u4f24\u5bb3\u7a7f\u900f #% \u7684\u95ea\u7535\u6297\u6027","type":"scourge"},{"id":"scourge.stat_2891184298","text":"\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_53045048","text":"+# \u70b9\u95ea\u907f\u503c (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_876831634","text":"\u65e0\u6cd5\u88ab\u51b0\u51bb","type":"scourge"},{"id":"scourge.stat_1452809865","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2483795307","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403","type":"scourge"},{"id":"scourge.stat_298173317","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3767873853","text":"\u53cd\u5c04 # \u7269\u7406\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"scourge"},{"id":"scourge.stat_1826802197","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403","type":"scourge"},{"id":"scourge.stat_624954515","text":"\u547d\u4e2d\u503c\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_4237190083","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_4000101551","text":"\u53ec\u5524\u751f\u7269\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_2718698372","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7eff\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_3763013280","text":"\u4e0d\u9020\u6210\u706b\u7130\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3520498509","text":"\u4e0d\u9020\u6210\u95ea\u7535\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1923879260","text":"\u653b\u51fb\u6709 #% \u7684\u51e0\u7387\u5bfc\u81f4\u6d41\u8840","type":"scourge"},{"id":"scourge.stat_3375935924","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_988575597","text":"\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_4251717817","text":"\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_763611529","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u6050\u60e7\u654c\u4eba 4 \u79d2","type":"scourge"},{"id":"scourge.stat_916797432","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7ea2\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_1310194496","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2653955271","text":"\u4f24\u5bb3\u7a7f\u900f #% \u706b\u7130\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3141070085","text":"\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2517001139","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f #%","type":"scourge"},{"id":"scourge.stat_3914021960","text":"\u5468\u56f4\u654c\u4eba\u7684\u706b\u7130\u6297\u6027 +#%","type":"scourge"},{"id":"scourge.stat_3417711605","text":"\u4f24\u5bb3\u7a7f\u900f #% \u51b0\u971c\u6297\u6027","type":"scourge"},{"id":"scourge.stat_644456512","text":"\u836f\u5242\u5145\u80fd\u4f7f\u7528\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_782230869","text":"\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_743677006","text":"\u4e0d\u9020\u6210\u51b0\u971c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3638599682","text":"\u65e0\u6cd5\u9020\u6210\u66b4\u51fb","type":"scourge"},{"id":"scourge.stat_1054322244","text":"\u51fb\u8d25\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u65f6\u83b7\u5f97\u8010\u529b\u7403","type":"scourge"},{"id":"scourge.stat_2663376056","text":"\u83b7\u5f97\u7b49\u540c #% \u9b54\u529b\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"scourge"},{"id":"scourge.stat_3089482869","text":"\u70d9\u5370\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"scourge"},{"id":"scourge.stat_587431675","text":"\u5168\u57df\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_129035625","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u7269\u7406\u4f24\u5bb3\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_2511217560","text":"\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3801067695","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_1004011302","text":"\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_1515657623","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"scourge"},{"id":"scourge.stat_44972811","text":"\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2133341901","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1618589784","text":"#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"scourge"},{"id":"scourge.stat_1589917703","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1940865751","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3 (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_2160417795","text":"\u4f60\u548c\u4f60\u7684\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u53cd\u5c04\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_1423639565","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u5143\u7d20\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3484657501","text":"+# \u62a4\u7532 (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_2222186378","text":"\u836f\u5242\u7ed9\u4e88\u7684\u9b54\u529b\u6062\u590d\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2974417149","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1504952168","text":"\u63d0\u4f9b # \u7ea7\u82e6\u75db\u4e4b\u6377","type":"scourge"},{"id":"scourge.stat_3002506763","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f","type":"scourge"},{"id":"scourge.stat_1849749435","text":"\u5468\u56f4\u654c\u4eba\u7684\u95ea\u7535\u6297\u6027 +#%","type":"scourge"},{"id":"scourge.stat_4020144606","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u51b0\u971c\u4f24\u5bb3 \u8f85\u52a9","type":"scourge"},{"id":"scourge.stat_2406605753","text":"\u80fd\u91cf\u62a4\u76fe\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"scourge"},{"id":"scourge.stat_821241191","text":"\u836f\u5242\u7ed9\u4e88\u7684\u751f\u547d\u6062\u590d\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_373932729","text":"\u4f60\u7684\u51fb\u4e2d\u4e0d\u80fd\u7729\u6655\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_736967255","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_4078695","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"scourge"},{"id":"scourge.stat_2674336304","text":"\u5468\u56f4\u654c\u4eba\u7684\u51b0\u971c\u6297\u6027 +#%","type":"scourge"},{"id":"scourge.stat_3023957681","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"scourge"},{"id":"scourge.stat_4262448838","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"scourge"},{"id":"scourge.stat_733138911","text":"\u4f60\u7684\u7269\u7406\u4f24\u5bb3\u65e0\u6cd5\u9020\u6210\u4e2d\u6bd2","type":"scourge"},{"id":"scourge.stat_1702195217","text":"+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"scourge"},{"id":"scourge.stat_2911442053","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_770672621","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_738207023","text":"\u63d0\u4f9b # \u7ea7\u7eaf\u51c0\u4e4b\u6377","type":"scourge"},{"id":"scourge.stat_2419712247","text":"\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"scourge"},{"id":"scourge.stat_78985352","text":"\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5a01\u5413\u654c\u4eba 4 \u79d2","type":"scourge"},{"id":"scourge.stat_19803471","text":"+#% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u51e0\u7387","type":"scourge"},{"id":"scourge.stat_1783006896","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"scourge"},{"id":"scourge.stat_3680664274","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"scourge"},{"id":"scourge.stat_415837237","text":"\u5468\u56f4\u654c\u4eba\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_700952022","text":"\u65e0\u6cd5\u5077\u53d6\u80fd\u91cf\u62a4\u76fe","type":"scourge"},{"id":"scourge.stat_2223678961","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 (\u533a\u57df)","type":"scourge"},{"id":"scourge.stat_1030153674","text":"\u9b54\u529b\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"scourge"},{"id":"scourge.stat_2357996603","text":"\u56fe\u817e\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"scourge"},{"id":"scourge.stat_2231156303","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3962278098","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3616562963","text":"\u56fe\u817e\u6709 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"scourge"},{"id":"scourge.stat_1443060084","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_240857668","text":"\u7075\u5de7\u6548\u679c\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1665492921","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u95ea\u7535\u4e4b\u6377\u3011","type":"scourge"},{"id":"scourge.stat_2023107756","text":"\u751f\u547d\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d #%","type":"scourge"},{"id":"scourge.stat_686254215","text":"\u56fe\u817e\u7684\u751f\u547d\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_280731498","text":"\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"scourge"},{"id":"scourge.stat_1412217137","text":"\u836f\u5242\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_2592686757","text":"\u751f\u547d\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"scourge"},{"id":"scourge.stat_1478653032","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_3407849389","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_795138349","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2","type":"scourge"},{"id":"scourge.stat_3150300096","text":"\u9632\u536b\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_3370064078","text":"\u4f60\u6709 #% \u7684\u51e0\u7387\u5728\u88ab\u51fb\u4e2d\u65f6\u906d\u5230\u6c89\u9ed8\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_2762046953","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387","type":"scourge"},{"id":"scourge.stat_227523295","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 +#","type":"scourge"},{"id":"scourge.stat_2831165374","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3846248551","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u5bd2\u51b0\u4e4b\u6377\u3011","type":"scourge"},{"id":"scourge.stat_2479683456","text":"\u53ec\u5524\u751f\u7269\u6bcf\u79d2\u56de\u590d #% \u751f\u547d","type":"scourge"},{"id":"scourge.stat_1902595112","text":"\u5468\u56f4\u654c\u4eba\u7684\u6df7\u6c8c\u6297\u6027 +#%","type":"scourge"},{"id":"scourge.stat_1533511331","text":"\u6cd5\u672f\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u4f7f\u4f60\u7f13\u901f","type":"scourge"},{"id":"scourge.stat_51994685","text":"\u836f\u5242\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_1514829491","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"scourge"},{"id":"scourge.stat_2578701544","text":"\u4f60\u7684\u6df7\u4e71\u4f24\u5bb3\u65e0\u6cd5\u9020\u6210\u4e2d\u6bd2","type":"scourge"},{"id":"scourge.stat_4053951709","text":"#% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2","type":"scourge"},{"id":"scourge.stat_3483999943","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"scourge"},{"id":"scourge.stat_4266776872","text":"\u3010\u6597\u8f6c\u661f\u79fb\u3011","type":"scourge"},{"id":"scourge.stat_4091521421","text":"\u53d7\u5230\u7684\u4f24\u5bb3\u5728\u6ee1\u8840\u65f6\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_350598685","text":"\u6b66\u5668\u8303\u56f4 +# \u7c73","type":"scourge"},{"id":"scourge.stat_1301765461","text":"+#% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_977908611","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u51fb\u9000\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_1759630226","text":"\u4e0d\u80fd\u5077\u53d6\u9b54\u529b","type":"scourge"},{"id":"scourge.stat_4058681894","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_490098963","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3837707023","text":"\u53ec\u5524\u751f\u7269\u6709 +#% \u6df7\u6c8c\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3240769289","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_4164247992","text":"\u65e0\u6cd5\u5145\u80fd\u80fd\u91cf\u62a4\u76fe","type":"scourge"},{"id":"scourge.stat_3880462354","text":"\u83b7\u5f97 # \u7ea7\u7684\u4e3b\u52a8\u6280\u80fd\u3010\u7070\u70ec\u4e4b\u6377\u3011","type":"scourge"},{"id":"scourge.stat_2797971005","text":"\u4f60\u7684\u653b\u51fb\u51fb\u4e2d\u6bcf\u4e2a\u654c\u4eba\u4f1a\u56de\u590d # \u751f\u547d","type":"scourge"},{"id":"scourge.stat_3706959521","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"scourge"},{"id":"scourge.stat_4152537231","text":"\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u989d\u5916 +#%","type":"scourge"},{"id":"scourge.stat_4076910393","text":"\u65e0\u6cd5\u683c\u6321\u6cd5\u672f\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3374165039","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_26216403","text":"\u5f53\u654c\u4eba\u51fb\u4e2d\u4f60\u65f6\uff0c\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u5b83\u4eec","type":"scourge"},{"id":"scourge.stat_3303114033","text":"\u53d7\u5230\u7684\u51b0\u971c\u4f24\u5bb3\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_450695450","text":"\u80fd\u91cf\u62a4\u76fe\u5728\u4f60\u683c\u6321\u65f6 #","type":"scourge"},{"id":"scourge.stat_3759663284","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_1533563525","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3162258068","text":"\u65e0\u6cd5\u683c\u6321\u653b\u51fb\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_326965591","text":"\u9738\u4f53","type":"scourge"},{"id":"scourge.stat_3291658075","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1444556985","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u751f\u547d","type":"scourge"},{"id":"scourge.stat_1978899297","text":"+#% \u5143\u7d20\u6297\u6027\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_2589042711","text":"\u6bcf\u79d2\u5931\u53bb # \u9b54\u529b","type":"scourge"},{"id":"scourge.stat_1263695895","text":"\u7167\u4eae\u8303\u56f4\u6269\u5927 #%","type":"scourge"},{"id":"scourge.stat_2435536961","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3828375170","text":"\u4f60\u9020\u6210\u7684\u6d41\u8840\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_2907156609","text":"\u4f60\u9020\u6210\u7684\u4e2d\u6bd2\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_1871765599","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"scourge"},{"id":"scourge.stat_60263468","text":"\u540c\u65f6\u53ef\u4ee5\u653e\u7f6e\u6700\u591a # \u4e2a\u989d\u5916\u7684\u9065\u63a7\u5730\u96f7","type":"scourge"},{"id":"scourge.stat_2459809121","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u540e\u4f7f\u5176\u51b0\u7f13 # \u79d2\uff0c\u884c\u52a8\u901f\u5ea6\u964d\u4f4e 30%","type":"scourge"},{"id":"scourge.stat_474452755","text":"\u65e0\u6cd5\u95ea\u907f\u654c\u4eba\u653b\u51fb","type":"scourge"},{"id":"scourge.stat_1999711879","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"scourge"},{"id":"scourge.stat_1647529598","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u95ea\u7535\u4f24\u5bb3 \u8f85\u52a9","type":"scourge"},{"id":"scourge.stat_30642521","text":"\u4f60\u80fd\u65bd\u52a0 # \u4e2a\u989d\u5916\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_4264312960","text":"\u4f24\u5bb3\u7a7f\u900f #% \u6df7\u6c8c\u6297\u6027","type":"scourge"},{"id":"scourge.stat_3769854701","text":"\u4e0d\u80fd\u5077\u53d6\u751f\u547d","type":"scourge"},{"id":"scourge.stat_311641062","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u6b21\u6570","type":"scourge"},{"id":"scourge.stat_2353576063","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1052583507","text":"\u65e0\u6cd5\u81ea\u52a8\u518d\u751f\u80fd\u91cf\u62a4\u76fe","type":"scourge"},{"id":"scourge.stat_658456881","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"scourge"},{"id":"scourge.stat_1052246654","text":"\u65e0\u6cd5\u56de\u590d\u9b54\u529b","type":"scourge"},{"id":"scourge.stat_2339757871","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1500620123","text":"\u4e0d\u80fd\u83b7\u5f97\u5145\u80fd","type":"scourge"},{"id":"scourge.stat_827991492","text":"\u51fb\u4e2d\u4f24\u5bb3\u7279\u522b\u5e78\u8fd0","type":"scourge"},{"id":"scourge.stat_1193925814","text":"\u9b54\u529b\u836f\u5242\u6bcf 3 \u79d2\u83b7\u5f97 # \u6b21\u5145\u80fd","type":"scourge"},{"id":"scourge.stat_1316278494","text":"\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_2221570601","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u81f4\u76f2","type":"scourge"},{"id":"scourge.stat_762600725","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6 #","type":"scourge"},{"id":"scourge.stat_2160282525","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"scourge"},{"id":"scourge.stat_226443538","text":"\u4f60\u906d\u5230\u4e86\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_2248945598","text":"\u4f60\u7684\u6280\u80fd\u65e0\u6cd5\u9020\u6210\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1016707110","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u7528\u51bb\u4f24\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_854225133","text":"\u65e0\u6cd5\u56de\u590d\u751f\u547d","type":"scourge"},{"id":"scourge.stat_3739863694","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_697807915","text":"\u4f24\u5bb3\u7a7f\u900f\u654c\u4eba #% \u7684\u5143\u7d20\u6297\u6027","type":"scourge"},{"id":"scourge.stat_4223377453","text":"\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"scourge"},{"id":"scourge.stat_656461285","text":"\u667a\u6167\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2551600084","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6548\u679c\u533a\u57df\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_734614379","text":"\u529b\u91cf\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_670088789","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u7528\u5bfc\u7535\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_4154259475","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_4272248216","text":"\u7075\u80fd\u62a4\u4f53","type":"scourge"},{"id":"scourge.stat_770490590","text":"\u884c\u52a8\u901f\u5ea6\u4e0d\u80fd\u8c03\u6574\u81f3\u4f4e\u4e8e\u57fa\u7840\u503c\u7684 #%","type":"scourge"},{"id":"scourge.stat_3536689603","text":"\u83b7\u5f97 # \u7ea7\u72d9\u51fb\u5370\u8bb0","type":"scourge"},{"id":"scourge.stat_4291461939","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f # \u70b9","type":"scourge"},{"id":"scourge.stat_373964381","text":"\u5fc3\u7075\u5347\u534e","type":"scourge"},{"id":"scourge.stat_3562211447","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 3 \u79d2","type":"scourge"},{"id":"scourge.stat_3590128077","text":"\u5e7d\u7075\u821e\u6b65","type":"scourge"},{"id":"scourge.stat_3602667353","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u706b\u7130\u66dd\u9732","type":"scourge"},{"id":"scourge.stat_3855016469","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_2843100721","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_339179093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u706b\u7130\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_4256430383","text":"\u4f60\u906d\u5230\u4e86\u5bfc\u7535\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_4139135963","text":"\u51fb\u4e2d\u65f6\u7528\u65f6\u7a7a\u9501\u94fe\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_1896971621","text":"\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_3853018505","text":"\u53d7\u5230\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_986397080","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"scourge"},{"id":"scourge.stat_346029096","text":"\u706b\u4e4b\u5316\u8eab","type":"scourge"},{"id":"scourge.stat_3868073741","text":"\u5931\u8861\u536b\u58eb","type":"scourge"},{"id":"scourge.stat_2675603254","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6df7\u6c8c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_98977150","text":"\u82e6\u75db\u7075\u66f2","type":"scourge"},{"id":"scourge.stat_636057969","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u7528\u5143\u7d20\u8981\u5bb3\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_469418792","text":"\u4f60\u906d\u5230\u4e86\u51bb\u4f24\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_3005472710","text":"#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"scourge"},{"id":"scourge.stat_2960683632","text":"\u53d7\u5230\u7684\u6df7\u6c8c\u4f24\u5bb3\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_654274615","text":"\u51fb\u4e2d\u65f6\u7528\u6613\u71c3\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_1133016593","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3604946673","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_2469416729","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_86000920","text":"\u4f60\u88ab\u7981\u6b62\u4f7f\u7528\u4f4d\u79fb\u6280\u80fd","type":"scourge"},{"id":"scourge.stat_1809006367","text":"\u56fe\u817e +#% \u5143\u7d20\u6297\u6027","type":"scourge"},{"id":"scourge.stat_118398748","text":"\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_3848282610","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_4226189338","text":"\u6240\u6709\u6df7\u6c8c\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_1263158408","text":"\u5143\u7d20\u4e4b\u76f8","type":"scourge"},{"id":"scourge.stat_2630708439","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u51b0\u971c\u66dd\u9732","type":"scourge"},{"id":"scourge.stat_2257118425","text":"\u74e6\u5c14\u51a5\u7ea6","type":"scourge"},{"id":"scourge.stat_2224292784","text":"\u540c\u65f6\u53ef\u4ee5\u653e\u7f6e\u6700\u591a # \u4e2a\u989d\u5916\u9677\u9631","type":"scourge"},{"id":"scourge.stat_411460446","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 # \u7ea7\u7684 \u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3 \u8f85\u52a9","type":"scourge"},{"id":"scourge.stat_1645459191","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u51b0\u971c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_2443492284","text":"\u4f60\u9020\u6210\u7684\u70b9\u71c3\u7684\u4f24\u5bb3\u751f\u6548\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_1712221299","text":"\u5f13\u7c7b\u653b\u51fb +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_2254480358","text":"\u6240\u6709\u51b0\u971c\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_469425157","text":"\u4f60\u906d\u5230\u4e86\u6613\u71c3\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_425242359","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_2452998583","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5149\u73af\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_573347393","text":"\u94a2\u94c1\u4e4b\u63e1","type":"scourge"},{"id":"scourge.stat_3691695237","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8bc5\u5492\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_593845252","text":"\u591a\u9762\u597d\u624b","type":"scourge"},{"id":"scourge.stat_3999401129","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_1545858329","text":"\u6240\u6709\u95ea\u7535\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_462691314","text":"\u60d8\u4fe1\u8005","type":"scourge"},{"id":"scourge.stat_1516661546","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u7528\u8870\u5f31\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_2262736444","text":"\u5f02\u80fd\u9b54\u529b","type":"scourge"},{"id":"scourge.stat_1276918229","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_4139681126","text":"\u654f\u6377\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_575111651","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u653b\u51fb\u8005\u611f\u7535 4 \u79d2","type":"scourge"},{"id":"scourge.stat_4170338365","text":"\u98ce\u821e\u8005","type":"scourge"},{"id":"scourge.stat_2801937280","text":"\u8840\u9b54\u6cd5","type":"scourge"},{"id":"scourge.stat_744082851","text":"\u6df7\u6c8c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_4092697134","text":"\u94a2\u94c1\u610f\u5fd7","type":"scourge"},{"id":"scourge.stat_3743301799","text":"\u53d7\u5230\u7684\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1745952865","text":"\u81ea\u8eab\u53d7\u5230\u7684\u5143\u7d20\u5f02\u5e38\u72b6\u6001\u65f6\u95f4\u7f29\u77ed #%","type":"scourge"},{"id":"scourge.stat_2648570028","text":"\u5148\u7956\u9b42\u7ea6","type":"scourge"},{"id":"scourge.stat_1678358883","text":"\u5fd8\u5ddd\u4e4b\u5f71","type":"scourge"},{"id":"scourge.stat_80079005","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_3374054207","text":"\u53ec\u5524\u751f\u7269\u6709+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"scourge"},{"id":"scourge.stat_2309614417","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"scourge"},{"id":"scourge.stat_3849554033","text":"\u90aa\u6cd5\u5b97\u5e08","type":"scourge"},{"id":"scourge.stat_1510714129","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u762b\u75ea","type":"scourge"},{"id":"scourge.stat_3988349707","text":"+#% \u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_3676141501","text":"+#% \u51b0\u971c\u6297\u6027\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_2177148618","text":"\u4f60\u906d\u5230\u4e86\u7edd\u671b\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_4055307827","text":"+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_1421267186","text":"\u65e0\u4e0a\u81ea\u6211","type":"scourge"},{"id":"scourge.stat_966747987","text":"+# \u3010\u9b54\u536b\u590d\u82cf\u3011\u6570\u91cf\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_150668988","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u9677\u9631\u6280\u80fd\u77f3\u3011\u6216\u3010\u5730\u96f7\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_4095671657","text":"+#% \u706b\u7130\u6297\u6027\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_261024552","text":"\u9c7c\u513f\u4e00\u6293\u5c31\u8150\u70c2","type":"scourge"},{"id":"scourge.stat_2918708827","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001","type":"scourge"},{"id":"scourge.stat_383557755","text":"\u79fb\u5f62\u6362\u5f71","type":"scourge"},{"id":"scourge.stat_3310914132","text":"\u9493\u9c7c\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2896346114","text":"\u96f6\u70b9\u5c04\u51fb","type":"scourge"},{"id":"scourge.stat_2176571093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6295\u5c04\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_1950806024","text":"+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_3382807662","text":"+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_1658124062","text":"\u653b\u51fb\u6295\u5c04\u7269\u8fd4\u56de\u4f60\u8eab\u8fb9","type":"scourge"},{"id":"scourge.stat_1600707273","text":"\u6240\u6709\u7269\u7406\u4e3b\u52a8\u6cd5\u672f\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_3884934810","text":"\u5b8c\u7f8e\u82e6\u75db","type":"scourge"},{"id":"scourge.stat_4043416969","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u95ea\u7535\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_2091591880","text":"\u5f13\u7c7b\u653b\u51fb\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_829382474","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_591105508","text":"\u6240\u6709\u706b\u7130\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_2770782267","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 #% \u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_4180925106","text":"\u6cd5\u5e08\u514b\u661f","type":"scourge"},{"id":"scourge.stat_1538773178","text":"\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"scourge"},{"id":"scourge.stat_4039414411","text":"\u529b\u91cf\u4f24\u5bb3\u5956\u52b1\u4e5f\u4f5c\u7528\u4e8e\u9493\u9c7c\u901f\u5ea6\uff0c\u7b49\u4e8e\u5176\u6570\u503c\u7684 20%","type":"scourge"},{"id":"scourge.stat_1225383362","text":"+# \u9b54\u4f8d\u6570\u91cf\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_3295179224","text":"\u88ab\u4f60\u51fb\u8d25\u7684\u654c\u4eba\u6709 #% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u7b49\u540c\u8be5\u654c\u4eba\u6700\u5927\u751f\u547d\u5341\u5206\u4e4b\u4e00\u7684\u7269\u7406\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_3885405204","text":"\u5f13\u7c7b\u653b\u51fb\u53d1\u5c04 # \u652f\u989d\u5916\u7bad\u77e2","type":"scourge"},{"id":"scourge.stat_1925222248","text":"\u4e0d\u80fd\u65bd\u52a0\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_1335054179","text":"\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"scourge"},{"id":"scourge.stat_1109343199","text":"\u6076\u6bd2\u7ed3\u754c","type":"scourge"},{"id":"scourge.stat_1826297223","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u7528\u8106\u5f31\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_1314617696","text":"+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"scourge"},{"id":"scourge.stat_1550221644","text":"\u9493\u9c7c\u6c60\u6d88\u8017\u91cf\u964d\u4f4e #%","type":"scourge"},{"id":"scourge.stat_433293234","text":"\u590d\u4ec7\u4e4b\u7075","type":"scourge"},{"id":"scourge.stat_1764973832","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u51fb\u4e2d\u65f6\u7528\u7edd\u671b\u8bc5\u5492\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_2115168758","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6301\u7eed\u65f6\u95f4\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_1683578560","text":"\u70c8\u58eb\u610f\u5fd7","type":"scourge"},{"id":"scourge.stat_300702212","text":"\u3010\u73ab\u7ea2\u4e4b\u821e\u3011","type":"scourge"},{"id":"scourge.stat_820939409","text":"\u653b\u51fb\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97#\u70b9\u9b54\u529b","type":"scourge"},{"id":"scourge.stat_1994392904","text":"\u80fd\u91cf\u8fde\u63a5","type":"scourge"},{"id":"scourge.stat_3292262540","text":"\u53ec\u96c6\u90e8\u961f","type":"scourge"},{"id":"scourge.stat_3943945975","text":"\u575a\u6bc5\u4e4b\u5fc3","type":"scourge"},{"id":"scourge.stat_3947740014","text":"\u4f60\u906d\u5230\u4e86\u8106\u5f31\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_3913992084","text":"\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"scourge"},{"id":"scourge.stat_124131830","text":"\u6240\u6709\u6cd5\u672f\u4e3b\u52a8\u6280\u80fd\u77f3\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_736820284","text":"\u82e5\u4f60\u8eab\u4e0a\u81f3\u5c11\u6709 5 \u5c42\u8150\u5316\u4e4b\u8840\uff0c\u5219\u8150\u5316\u4e4b\u8840\u4e0d\u80fd\u518d\u65bd\u52a0\u7ed9\u4f60","type":"scourge"},{"id":"scourge.stat_2048995720","text":"\u795e\u5a01\u4e4b\u76fe","type":"scourge"},{"id":"scourge.stat_2067062068","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"scourge"},{"id":"scourge.stat_1842038569","text":"\u9493\u9c7c\u7ebf\u5f3a\u5ea6\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_4080245957","text":"\u7b26\u6587\u7ed1\u5b9a\u8005","type":"scourge"},{"id":"scourge.stat_170497091","text":"\u9493\u9c7c\u8303\u56f4\u6269\u5927 #%","type":"scourge"},{"id":"scourge.stat_1831380809","text":"\u7ad9\u5728\u6c34\u4e2d\u4e0d\u80fd\u9493\u9c7c","type":"scourge"},{"id":"scourge.stat_3464380325","text":"\u6295\u5c04\u7269\u7684\u5206\u88c2\u76ee\u6807 +#","type":"scourge"},{"id":"scourge.stat_1787073323","text":"\u6280\u80fd\u53ef\u4ee5\u8fde\u9501\u5f39\u5c04 +# \u6b21","type":"scourge"},{"id":"scourge.stat_3332149074","text":"\u9493\u9c7c\u7a33\u5b9a\u6027\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_2122435676","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u7684\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387 +#%","type":"scourge"},{"id":"scourge.stat_1080258032","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5206\u88c2\u8fc7\u7684\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_1771018579","text":"\u9c7c\u7fa4\u89c4\u6a21\u5728\u65e5\u95f4\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1441799693","text":"\u7a7f\u523a\u8005","type":"scourge"},{"id":"scourge.stat_1903167683","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u53e0\u88c2\u9699\u788e\u7247","type":"scourge"},{"id":"scourge.stat_916233227","text":"\u4f60\u906d\u5230\u4e86\u5143\u7d20\u8981\u5bb3\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_1111686834","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5929\u707e\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_500060059","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u53e0\u519b\u56e2\u88c2\u7247","type":"scourge"},{"id":"scourge.stat_602265718","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u6c61\u79fd\u901a\u8d27\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_3007446134","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5f71\u54cd\u6548\u679c\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_3342989455","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_2476677955","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u74f6\u83cc\u6f6e\u5723\u6cb9","type":"scourge"},{"id":"scourge.stat_2606808909","text":"\u6295\u5c04\u7269\u95ea\u907f","type":"scourge"},{"id":"scourge.stat_3574189159","text":"\u5143\u7d20\u8d85\u8f7d","type":"scourge"},{"id":"scourge.stat_4129825612","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_4194727975","text":"\u68a6\u9b47\u91cc\u7684\u602a\u7269\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"scourge"},{"id":"scourge.stat_2717147327","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u53e0\u68a6\u9b47\u62df\u50cf\u88c2\u7247","type":"scourge"},{"id":"scourge.stat_555053464","text":"\u533a\u57df\u5185\u989d\u5916\u6709\u4e00\u4e2a\u5f02\u5ea6\u5929\u707e\u9996\u9886","type":"scourge"},{"id":"scourge.stat_3133835437","text":"\u68a6\u9b47\u91cc\u83b7\u53d6\u7269\u54c1\u7684\u6570\u91cf\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1037674518","text":"\u68a6\u9b47\u91cc\u7684\u602a\u7269\u751f\u547d\u4e0a\u9650\u603b\u589e #%","type":"scourge"},{"id":"scourge.stat_3507985713","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u4f20\u5947\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_3811376579","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u6bcf\u79d2\u5931\u53bb # \u70b9\u80fd\u91cf\u62a4\u76fe","type":"scourge"},{"id":"scourge.stat_1841571309","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u53e0\u5148\u7956\u79d8\u85cf\u901a\u8d27\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_1919253863","text":"\u5728\u4f60\u80fd\u7a7f\u8d8a\u81f3\u68a6\u9b47\u7684\u60c5\u51b5\u4e0b\u6bcf\u79d2\u627f\u53d7\u7269\u7406\u4f24\u5bb3\\n\u7b49\u4e8e #% \u7684\u751f\u547d\u52a0\u4e0a #% \u7684\u80fd\u91cf\u62a4\u76fe\u540e\u518d\u4e58\u4ee5\u8d64\u70bc\u7384\u7089\u4e2d 1% \u7684\u8150\u574f\u80fd\u91cf","type":"scourge"},{"id":"scourge.stat_3876624283","text":"\u5728\u4f60\u8fdb\u51fa\u68a6\u9b47\u65f6\u627f\u53d7 # \u70b9\u95ea\u7535\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_2802961816","text":"\u83b7\u5f97\u8150\u574f\u66dd\u9732\u7684\u9891\u7387\u52a0\u5feb\u4e24\u500d\\n\u6bcf 5 \u79d2\u5931\u53bb 1 \u5c42\u8150\u574f\u66dd\u9732","type":"scourge"},{"id":"scourge.stat_1284275793","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_1886325728","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u6bcf\u79d2\u5931\u53bb # \u70b9\u751f\u547d","type":"scourge"},{"id":"scourge.stat_1138521520","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u6709\u989d\u5916 #% \u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"scourge"},{"id":"scourge.stat_864879045","text":"\u683c\u6321\u65f6\u6709 #% \u7684\u51e0\u7387\u51b0\u7f13\u653b\u51fb\u8005 4 \u79d2","type":"scourge"},{"id":"scourge.stat_4265906483","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u65bd\u52a0\u95ea\u7535\u66dd\u9732","type":"scourge"},{"id":"scourge.stat_2113810473","text":"\u68a6\u9b47\u91cc\u602a\u7269\u7fa4\u89c4\u6a21\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_632761194","text":"\u72c2\u70ed\u8a93\u8a00","type":"scourge"},{"id":"scourge.stat_2614920781","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u57fa\u7840\u901a\u8d27\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_3071604267","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5b55\u80b2\u77f3","type":"scourge"},{"id":"scourge.stat_3078099912","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u7684\u95ea\u907f\u653b\u51fb\u51fb\u4e2d\u7387 +#%","type":"scourge"},{"id":"scourge.stat_1272526351","text":"\u68a6\u9b47\u91cc\u7684\u602a\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u603b\u589e #%","type":"scourge"},{"id":"scourge.stat_2122183138","text":"\u9b54\u529b\u5728\u4f60\u683c\u6321\u65f6 #","type":"scourge"},{"id":"scourge.stat_2138514702","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u50ac\u5316\u5242","type":"scourge"},{"id":"scourge.stat_3388448809","text":"\u5728\u4f60\u8fdb\u51fa\u68a6\u9b47\u65f6\u627f\u53d7 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1868833914","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u6df1\u6e0a\u73e0\u5b9d","type":"scourge"},{"id":"scourge.stat_1982917702","text":"\u73a9\u5bb6\u5728\u68a6\u9b47\u4e2d\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"scourge"},{"id":"scourge.stat_3239455349","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u9644\u9b54\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_1854652099","text":"\u8d64\u70bc\u7384\u7089\u5931\u53bb\u8150\u574f\u80fd\u91cf\u7684\u901f\u5ea6\u52a0\u5feb #%","type":"scourge"},{"id":"scourge.stat_680848795","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5b9d\u77f3","type":"scourge"},{"id":"scourge.stat_286664435","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u6389\u843d\u9ad8 # \u7ea7\u7684\u7269\u54c1","type":"scourge"},{"id":"scourge.stat_2102270408","text":"\u4f60\u906d\u5230\u4e86\u8870\u5f31\u8bc5\u5492","type":"scourge"},{"id":"scourge.stat_280213220","text":"\u653b\u51fb\u51fb\u4e2d\u6709 #% \u7684\u51e0\u7387\u5632\u8bbd\u654c\u4eba","type":"scourge"},{"id":"scourge.stat_1450558011","text":"\u68a6\u9b47\u91cc\u7684\u602a\u7269\u63d0\u4f9b\u7684\u7ecf\u9a8c\u503c\u603b\u589e #%","type":"scourge"},{"id":"scourge.stat_1011760251","text":"+#% \u95ea\u7535\u6297\u6027\u4e0a\u9650","type":"scourge"},{"id":"scourge.stat_834961782","text":"\u53ea\u80fd\u968f\u673a\u7a7f\u8d8a\u8fdb\u51fa\u68a6\u9b47","type":"scourge"},{"id":"scourge.stat_1619848225","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u53e0\u672a\u77e5\u547d\u8fd0\u5361","type":"scourge"},{"id":"scourge.stat_1723063621","text":"\u68a6\u9b47\u91cc\u83b7\u53d6\u7269\u54c1\u7684\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_3749656638","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5316\u77f3","type":"scourge"},{"id":"scourge.stat_3764265320","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"scourge"},{"id":"scourge.stat_2537141444","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u5723\u7532\u866b","type":"scourge"},{"id":"scourge.stat_4190187707","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u4e2a\u7cbe\u534e","type":"scourge"},{"id":"scourge.stat_1862513109","text":"\u68a6\u9b47\u91cc\u7684\u602a\u7269\u4f24\u5bb3\u603b\u589e #%","type":"scourge"},{"id":"scourge.stat_1672793731","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6218\u543c\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"scourge"},{"id":"scourge.stat_950721230","text":"\u5728\u4f60\u8fdb\u51fa\u68a6\u9b47\u65f6\u627f\u53d7 # \u70b9\u7269\u7406\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_1721804958","text":"\u53ea\u6709\u8fbe\u5230\u8150\u574f\u80fd\u91cf\u4e0a\u9650\u65f6\u624d\u80fd\u7a7f\u8d8a\u81f3\u68a6\u9b47\u754c\\n\u8d64\u70bc\u7384\u7089\u5931\u53bb\u8150\u574f\u80fd\u91cf\u7684\u901f\u5ea6\u51cf\u6162 90%\\n\u8150\u574f\u80fd\u91cf\u5728\u51fb\u8d25\u5929\u707e\u602a\u7269\u65f6\u5931\u53bb 0.4%\\n\u79bb\u5f00\u68a6\u9b47\u754c\u65f6\u5931\u53bb\u6240\u6709\u8150\u574f\u80fd\u91cf","type":"scourge"},{"id":"scourge.stat_1269219558","text":"\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u63d0\u9ad8 #%","type":"scourge"},{"id":"scourge.stat_1871056256","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"scourge"},{"id":"scourge.stat_112130960","text":"\u552f\u6211\u72ec\u5c0a","type":"scourge"},{"id":"scourge.stat_1308467455","text":"\u9751\u6625\u6c38\u9a7b","type":"scourge"},{"id":"scourge.stat_1156260371","text":"\u7a00\u6709\u5929\u707e\u602a\u7269\u989d\u5916\u6389\u843d # \u5f20\u5730\u56fe","type":"scourge"},{"id":"scourge.stat_3227755143","text":"\u5728\u51fb\u8d25\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u7ecf\u5e38\u7a7f\u8d8a\u81f3\u68a6\u9b47\u754c","type":"scourge"}]},{"id":"crafted","label":"\u5de5\u827a\u7684","entries":[{"id":"crafted.stat_3299347043","text":"+# \u6700\u5927\u751f\u547d","type":"crafted"},{"id":"crafted.stat_677564538","text":"\u975e\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"crafted"},{"id":"crafted.stat_1859333175","text":"\u53ef\u4ee5\u6700\u591a\u62e5\u6709 3 \u4e2a\u5de5\u827a\u5c5e\u6027","type":"crafted"},{"id":"crafted.stat_587431675","text":"\u5168\u57df\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2250533757","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1050105434","text":"+# \u6700\u5927\u9b54\u529b","type":"crafted"},{"id":"crafted.stat_280731498","text":"\u6548\u679c\u533a\u57df\u6269\u5927 #%","type":"crafted"},{"id":"crafted.stat_387439868","text":"\u653b\u51fb\u6280\u80fd\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2551600084","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6548\u679c\u533a\u57df\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"crafted"},{"id":"crafted.stat_2154246560","text":"\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2375316951","text":"\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3372524247","text":"+#% \u706b\u7130\u6297\u6027","type":"crafted"},{"id":"crafted.stat_210067635","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_4154259475","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8f85\u52a9\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"crafted"},{"id":"crafted.stat_2915988346","text":"+#% \u706b\u7130\u4e0e\u51b0\u971c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_681332047","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_983749596","text":"\u751f\u547d\u4e0a\u9650\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1671376347","text":"+#% \u95ea\u7535\u6297\u6027","type":"crafted"},{"id":"crafted.stat_3023957681","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001","type":"crafted"},{"id":"crafted.stat_2974417149","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_4277795662","text":"+#% \u51b0\u971c\u4e0e\u95ea\u7535\u6297\u6027","type":"crafted"},{"id":"crafted.stat_683273571","text":"\u751f\u6548\u671f\u95f4\uff0c\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_4220027924","text":"+#% \u51b0\u971c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_3079007202","text":"\u6709 #% \u7684\u51e0\u7387\u5728\u4f7f\u7528\u6280\u80fd\u65f6\u89e6\u53d1\u4e00\u4e2a\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 8 \u79d2\u51b7\u5374\u65f6\u95f4\\n\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\u89e6\u53d1\u7684\u6cd5\u672f\u6d88\u8017\u603b\u589e 150%","type":"crafted"},{"id":"crafted.stat_3342989455","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_658456881","text":"\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"crafted"},{"id":"crafted.stat_3706959521","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"crafted"},{"id":"crafted.stat_3441501978","text":"+#% \u706b\u7130\u4e0e\u95ea\u7535\u6297\u6027","type":"crafted"},{"id":"crafted.stat_2748665614","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3489782002","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe","type":"crafted"},{"id":"crafted.stat_4015621042","text":"\u8be5\u88c5\u5907\u7684\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_1535626285","text":"+# \u529b\u91cf\u548c\u667a\u6167","type":"crafted"},{"id":"crafted.stat_2947215268","text":"\u836f\u5242\u6301\u7eed\u671f\u95f4\uff0c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2133341901","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1172810729","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_4052037485","text":"+# \u6700\u5927\u80fd\u91cf\u62a4\u76fe (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_2016708976","text":"+#% \u54c1\u8d28","type":"crafted"},{"id":"crafted.stat_3393628375","text":"+#% \u51b0\u971c\u4e0e\u6df7\u6c8c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_3325883026","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #","type":"crafted"},{"id":"crafted.stat_3465022881","text":"+#% \u95ea\u7535\u4e0e\u6df7\u6c8c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_114734841","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_536929014","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u788e\u654c\u4eba\uff0c\u5219 +#% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_1514829491","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb","type":"crafted"},{"id":"crafted.stat_4080418644","text":"+# \u529b\u91cf","type":"crafted"},{"id":"crafted.stat_1509134228","text":"\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2063695047","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u975e\u6df7\u6c8c\u4f24\u5bb3\u7684 #%","type":"crafted"},{"id":"crafted.stat_538848803","text":"+# \u529b\u91cf\u548c\u654f\u6377","type":"crafted"},{"id":"crafted.stat_3032585258","text":"\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u72c2\u6012\u7403","type":"crafted"},{"id":"crafted.stat_871270154","text":"\u751f\u6548\u671f\u95f4\u6bcf\u79d2\u518d\u751f #% \u751f\u547d","type":"crafted"},{"id":"crafted.stat_1452809865","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_378817135","text":"+#% \u706b\u7130\u4e0e\u6df7\u6c8c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_2901986750","text":"+#% \u6240\u6709\u5143\u7d20\u6297\u6027","type":"crafted"},{"id":"crafted.stat_3251705960","text":"\u751f\u6548\u671f\u95f4\uff0c\u627e\u5230\u7684\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2482852589","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3375935924","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_3556824919","text":"+#% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_1589917703","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_310246444","text":"\u5077\u53d6\u65f6\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2176571093","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6295\u5c04\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"crafted"},{"id":"crafted.stat_3962278098","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2379781920","text":"\u8fd1\u671f\u82e5\u6253\u51fa\u8fc7\u66b4\u51fb\uff0c\u5219\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_4000101551","text":"\u53ec\u5524\u751f\u7269\u7684\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_3261801346","text":"+# \u654f\u6377","type":"crafted"},{"id":"crafted.stat_2161689853","text":"\u51fb\u8d25\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u540e\u6389\u843d\u7269\u54c1\u7684\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3483999943","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u7f13","type":"crafted"},{"id":"crafted.stat_4067062424","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_2067062068","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f # \u4e2a\u989d\u5916\u76ee\u6807","type":"crafted"},{"id":"crafted.stat_2008255263","text":"\u751f\u6548\u671f\u95f4\uff0c\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2387423236","text":"\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_328541901","text":"+# \u667a\u6167","type":"crafted"},{"id":"crafted.stat_4291461939","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f # \u70b9","type":"crafted"},{"id":"crafted.stat_2300185227","text":"+# \u654f\u6377\u4e0e\u667a\u6167","type":"crafted"},{"id":"crafted.stat_737908626","text":"\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_472520716","text":"\u5c06\u6240\u53d7\u4f24\u5bb3\u7684#%\u5438\u7eb3\u4e3a\u9b54\u529b","type":"crafted"},{"id":"crafted.stat_1754445556","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_4251717817","text":"\u8303\u56f4\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2238019079","text":"\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u6bcf\u79d2\u56de\u590d # \u80fd\u91cf\u62a4\u76fe","type":"crafted"},{"id":"crafted.stat_1334060246","text":"\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_4055307827","text":"+#% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_3741323227","text":"\u836f\u5242\u6548\u679c\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_2908886986","text":"\u4e13\u6ce8\u65f6\u6709 #% \u7684\u51e0\u7387\u4f24\u5bb3\u7ffb\u500d","type":"crafted"},{"id":"crafted.stat_2891184298","text":"\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1940865751","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_3291658075","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_311641062","text":"\u4f60\u4f7f\u7528\u836f\u5242\u65f6\u6709 #% \u7684\u51e0\u7387\u4e0d\u6d88\u8017\u6b21\u6570","type":"crafted"},{"id":"crafted.stat_67280387","text":"\u83b7\u5f97\u7b49\u540c #% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe","type":"crafted"},{"id":"crafted.stat_736967255","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1379411836","text":"+# \u5168\u5c5e\u6027","type":"crafted"},{"id":"crafted.stat_3824033729","text":"\u751f\u6548\u671f\u95f4\uff0c\u53d7\u5230\u547d\u4e2d\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_321077055","text":"\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_3143208761","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2421446548","text":"\u541f\u5531\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"crafted"},{"id":"crafted.stat_2231156303","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2451402625","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u4e0e\u95ea\u907f\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_3032590688","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u7269\u7406\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1004011302","text":"\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_3842373291","text":"\u751f\u6548\u671f\u95f4\uff0c\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_2915373966","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u51b0\u971c\u4f24\u5bb3\u7684 #%","type":"crafted"},{"id":"crafted.stat_1335054179","text":"\u6709 #% \u7684\u51e0\u7387\u70b9\u71c3","type":"crafted"},{"id":"crafted.stat_3382807662","text":"+#% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_1839076647","text":"\u6295\u5c04\u7269\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3680664274","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"crafted"},{"id":"crafted.stat_4064396395","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u5143\u7d20\u6297\u6027","type":"crafted"},{"id":"crafted.stat_425242359","text":"\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_4126210832","text":"\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f","type":"crafted"},{"id":"crafted.stat_124859000","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_1062208444","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_474294393","text":"\u6280\u80fd\u9b54\u529b\u6d88\u8017\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_2264295449","text":"\u8fd1\u6218\u6253\u51fb\u8303\u56f4 +# \u7c73","type":"crafted"},{"id":"crafted.stat_3005472710","text":"#% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001","type":"crafted"},{"id":"crafted.stat_2312652600","text":"\u751f\u6548\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"crafted"},{"id":"crafted.stat_967627487","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1896971621","text":"\u5730\u96f7\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1999711879","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +#","type":"crafted"},{"id":"crafted.stat_1177358866","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6ca1\u6709\u88ab\u51fb\u4e2d\uff0c\u5219\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1037193709","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_174664100","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_3464137628","text":"\u540e\u7f00\u65e0\u6cd5\u88ab\u6539\u53d8","type":"crafted"},{"id":"crafted.stat_3321629045","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u4e0e\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_1999113824","text":"\u8be5\u88c5\u5907\u7684\u95ea\u907f\u4e0e\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_3759663284","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_809229260","text":"+# \u62a4\u7532","type":"crafted"},{"id":"crafted.stat_770672621","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2316658489","text":"+# \u62a4\u7532\u548c\u95ea\u907f\u503c","type":"crafted"},{"id":"crafted.stat_1310194496","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2309614417","text":"\u6709 #% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001","type":"crafted"},{"id":"crafted.stat_966747987","text":"+# \u3010\u9b54\u536b\u590d\u82cf\u3011\u6570\u91cf\u4e0a\u9650","type":"crafted"},{"id":"crafted.stat_3484657501","text":"+# \u62a4\u7532 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_573223427","text":"\u4f60\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011","type":"crafted"},{"id":"crafted.stat_1782086450","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u65f6\u95f4\u63d0\u524d #%","type":"crafted"},{"id":"crafted.stat_829382474","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +#","type":"crafted"},{"id":"crafted.stat_2879723104","text":"\u524d\u7f00\u65e0\u6cd5\u88ab\u6539\u53d8","type":"crafted"},{"id":"crafted.stat_2628163981","text":"\u4e13\u6ce8\u65f6\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_4262448838","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u6655\u7729","type":"crafted"},{"id":"crafted.stat_205619502","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 1 \u7ea7\u7684\u3010\u72c2\u91ce\u6012\u706b\u3011","type":"crafted"},{"id":"crafted.stat_407482587","text":"\u975e\u541f\u5531\u6280\u80fd\u6d88\u8017+#\u9b54\u529b","type":"crafted"},{"id":"crafted.stat_3523867985","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 #% (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_1573130764","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_4122424929","text":"\u4e0d\u80fd\u9644\u52a0\u6b66\u5668\u653b\u51fb\u76f8\u5173\u5c5e\u6027\u4fee\u6b63","type":"crafted"},{"id":"crafted.stat_1002362373","text":"\u8fd1\u6218\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_782230869","text":"\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1785942004","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1 18 \u7ea7\u7684\u3010\u53ec\u5524\u5e7d\u72fc\u3011","type":"crafted"},{"id":"crafted.stat_674553446","text":"\u653b\u51fb\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_3992439283","text":"\u82e5\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\uff0c\u5219 +#% \u57fa\u7840\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_2144192055","text":"+# \u70b9\u95ea\u907f\u503c","type":"crafted"},{"id":"crafted.stat_3828613551","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6280\u80fd\u77f3\u3011\u54c1\u8d28 +#%","type":"crafted"},{"id":"crafted.stat_2831165374","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_709508406","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u706b\u7130\u4f24\u5bb3 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_789117908","text":"\u9b54\u529b\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1599775597","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u706b\u7130\u4f24\u5bb3\u7684 #%","type":"crafted"},{"id":"crafted.stat_2402136583","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c \u5176\u6570\u503c\u7b49\u540c\u4e8e\u95ea\u7535\u4f24\u5bb3\u7684 #%","type":"crafted"},{"id":"crafted.stat_3182498570","text":"\u751f\u6548\u671f\u95f4\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_3593843976","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_3336890334","text":"\u8be5\u88c5\u5907\u9644\u52a0 # - # \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_3240769289","text":"\u7269\u7406\u4f24\u5bb3\u7684 #% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1423639565","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +#% \u5143\u7d20\u6297\u6027","type":"crafted"},{"id":"crafted.stat_1519615863","text":"\u51fb\u4e2d\u65f6 #% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840","type":"crafted"},{"id":"crafted.stat_1538773178","text":"\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd","type":"crafted"},{"id":"crafted.stat_3736589033","text":"\u6280\u80fd\u7684\u603b\u9b54\u529b\u6d88\u8017 +#","type":"crafted"},{"id":"crafted.stat_2672805335","text":"\u653b\u51fb\u4e0e\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_725880290","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba","type":"crafted"},{"id":"crafted.stat_3885634897","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_691932474","text":"+# \u547d\u4e2d\u503c (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_2469416729","text":"\u6cd5\u672f\u9644\u52a0 # - # \u57fa\u7840\u51b0\u971c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_3407849389","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_561307714","text":"#% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"crafted"},{"id":"crafted.stat_2530372417","text":"#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u7387","type":"crafted"},{"id":"crafted.stat_314741699","text":"\u5468\u56f4\u6709\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\uff0c\u653b\u51fb\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_53045048","text":"+# \u70b9\u95ea\u907f\u503c (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_3319896421","text":"\u83b7\u5f97\u989d\u5916\u6df7\u6c8c\u4f24\u5bb3\uff0c\u5176\u6570\u503c\u7b49\u540c\u4e8e\u7269\u7406\u4f24\u5bb3\u7684 #%","type":"crafted"},{"id":"crafted.stat_803737631","text":"+# \u547d\u4e2d\u503c","type":"crafted"},{"id":"crafted.stat_3753650187","text":"\u4e13\u6ce8\u65f6\u6709 #% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"crafted"},{"id":"crafted.stat_4253454700","text":"\u8be5\u88c5\u5907 +#% \u653b\u51fb\u683c\u6321\u7387 (\u62a4\u76fe)","type":"crafted"},{"id":"crafted.stat_289885185","text":"\u6df7\u6c8c\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_1533563525","text":"#% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1468606528","text":"\u6d88\u706d\u654c\u4eba\u65f6\u89e6\u53d1\u7b49\u7ea710\u53ec\u5524\u5e7d\u72fc","type":"crafted"},{"id":"crafted.stat_1572897579","text":"\u5f53\u4f60\u62e5\u6709\u963b\u7075\u672f\u65f6\u83b7\u5f97\u3010\u731b\u653b\u3011\u72b6\u6001","type":"crafted"},{"id":"crafted.stat_1583385065","text":"\u975e\u74e6\u5c14\u6280\u80fd\u7684\u4f24\u5bb3\u5728\u963b\u7075\u672f\u6301\u7eed\u671f\u95f4\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3500911418","text":"\u751f\u547d\u5728\u4efb\u610f\u836f\u5242\u751f\u6548\u671f\u95f4\u6bcf\u79d2\u518d\u751f #%","type":"crafted"},{"id":"crafted.stat_2301191210","text":"\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba","type":"crafted"},{"id":"crafted.stat_3762412853","text":"\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f #% \u7684\u6df7\u6c8c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_44972811","text":"\u751f\u547d\u518d\u751f\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3324747104","text":"\u4e13\u6ce8\u65f6\uff0c\u5c06 #% \u7684\u4f24\u5bb3\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_1149326139","text":"\u4e0d\u80fd\u9644\u52a0\u6cd5\u672f\u76f8\u5173\u5c5e\u6027\u4fee\u6b63","type":"crafted"},{"id":"crafted.stat_3515686789","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1618589784","text":"#% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840","type":"crafted"},{"id":"crafted.stat_1133016593","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 # \u5230 # \u70b9\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1950806024","text":"+#% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_2523334466","text":"\u82e5\u4f60\u8fd1\u671f\u5185\u6253\u51fa\u66b4\u51fb\uff0c\u5219\u9644\u52a0 # - # \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1539825365","text":"\u3010\u963b\u7075\u672f\u3011\u751f\u6548\u671f\u95f4\uff0c+# \u62a4\u7532","type":"crafted"},{"id":"crafted.stat_2022851697","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u83b7\u5f97\u74e6\u5c14\u51a5\u7ea6\u6548\u679c","type":"crafted"},{"id":"crafted.stat_2266636761","text":"\u5bf9\u6301\u7eed\u4f24\u5bb3\u6709 +#% \u6df7\u6c8c\u6297\u6027","type":"crafted"},{"id":"crafted.stat_3909846940","text":"\u3010\u5e7b\u5316\u5b88\u536b\u3011\u88c5\u5907\u7684\u7269\u54c1\u5c06\u5728\u5b83\u6b7b\u4ea1\u65f6\u6389\u843d","type":"crafted"},{"id":"crafted.stat_2062792091","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u6709 #% \u7684\u51e0\u7387\u89e6\u53d1\u63d2\u5165\u7684\u6cd5\u672f\uff0c\u5b83\u6709 0.25 \u79d2\u51b7\u5374\u65f6\u95f4","type":"crafted"},{"id":"crafted.stat_3771516363","text":"#% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d","type":"crafted"},{"id":"crafted.stat_849152640","text":"\u975e\u5149\u73af\u6280\u80fd\u5728\u4e13\u6ce8\u65f6\u4e0d\u6d88\u8017\u9b54\u529b\u6216\u751f\u547d","type":"crafted"},{"id":"crafted.stat_3031766858","text":"\u4e13\u6ce8\u65f6\uff0c\u4f7f\u5468\u56f4\u654c\u4eba\u611f\u7535 # \u79d2","type":"crafted"},{"id":"crafted.stat_836936635","text":"\u751f\u547d\u6bcf\u79d2\u518d\u751f #%","type":"crafted"},{"id":"crafted.stat_1840751341","text":"\u4e13\u6ce8\u65f6\uff0c\u4f60\u65bd\u52a0\u7684\u5f02\u5e38\u72b6\u6001\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_118398748","text":"\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1349659520","text":"\u4e13\u6ce8\u65f6\uff0c\u4f60\u7684\u66b4\u51fb\u7387\u7279\u522b\u5e78\u8fd0","type":"crafted"},{"id":"crafted.stat_30642521","text":"\u4f60\u80fd\u65bd\u52a0 # \u4e2a\u989d\u5916\u8bc5\u5492","type":"crafted"},{"id":"crafted.stat_2339757871","text":"\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_4223377453","text":"\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 #%","type":"crafted"},{"id":"crafted.stat_2034658008","text":"\u6bcf\u4e2a\u66b4\u51fb\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3482587079","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u51b0\u971c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1314617696","text":"+#% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210","type":"crafted"},{"id":"crafted.stat_2491363440","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_902747843","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_935326447","text":"\u6d41\u8840\u72b6\u6001\u4e0b\u79fb\u52a8\u4e0d\u518d\u627f\u53d7\u989d\u5916\u7684\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_3374165039","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1984113628","text":"\u4f60\u8eab\u4e0a\u7684\u51b0\u7f13\u548c\u611f\u7535\u6548\u679c\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3500359417","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\uff0c\u53ec\u5524\u751f\u7269\u56de\u590d #% \u751f\u547d","type":"crafted"},{"id":"crafted.stat_2923069345","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u95ea\u7535\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_2137912951","text":"\u5730\u96f7\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3839620417","text":"\u95ea\u907f\u503c\u5728\u4e13\u6ce8\u65f6\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2353576063","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_2941585404","text":"\u9677\u9631\u4f24\u5bb3\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_51994685","text":"\u836f\u5242\u751f\u547d\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_1588539856","text":"\u4e13\u6ce8\u65f6\u6709#% \u7684\u4f24\u5bb3\u4f18\u5148\u7531\u9b54\u529b\u627f\u53d7","type":"crafted"},{"id":"crafted.stat_1225383362","text":"+# \u9b54\u4f8d\u6570\u91cf\u4e0a\u9650","type":"crafted"},{"id":"crafted.stat_1905034712","text":"\u51fb\u4e2d\u4f60\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_3610263531","text":"\u4e13\u6ce8\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_720398262","text":"\u963b\u7075\u672f\u671f\u95f4\uff0c\u6709 #% \u51e0\u7387\u907f\u514d\u53d7\u5230\u7684\u5143\u7d20\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_2992263716","text":"\u4e13\u6ce8\u65f6\u8865\u5145 #% \u7684\u9b54\u529b\u548c\u80fd\u91cf\u62a4\u76fe","type":"crafted"},{"id":"crafted.stat_2127433866","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u706b\u7130\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1178188780","text":"\u541f\u5531\u6280\u80fd\u6d88\u8017+#\u9b54\u529b","type":"crafted"},{"id":"crafted.stat_1783006896","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3","type":"crafted"},{"id":"crafted.stat_429867172","text":"+# \u53ec\u5524\u56fe\u817e\u6570\u91cf\u4e0a\u9650","type":"crafted"},{"id":"crafted.stat_838272676","text":"\u6bcf\u79d2\u635f\u5931#\u70b9\u9b54\u529b","type":"crafted"},{"id":"crafted.stat_1766730250","text":"\u4f60\u5728\u4e13\u6ce8\u65f6\u514d\u75ab\u5f02\u5e38\u72b6\u6001","type":"crafted"},{"id":"crafted.stat_1871765599","text":"#% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535","type":"crafted"},{"id":"crafted.stat_617462123","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u51b0\u971c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_3836017971","text":"\u7167\u4eae\u8303\u56f4\u5c06\u57fa\u4e8e\u80fd\u91cf\u62a4\u76fe\u7684\u5c5e\u6027","type":"crafted"},{"id":"crafted.stat_771127912","text":"\u6bcf\u79d2\u635f\u5931#\u70b9\u751f\u547d","type":"crafted"},{"id":"crafted.stat_2093523445","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u7269\u7406\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_2174134106","text":"\u6218\u543c\u6280\u80fd\u4e0d\u80fd\u589e\u52a9\u4f4d\u79fb\u6280\u80fd","type":"crafted"},{"id":"crafted.stat_3244118730","text":"\u4e13\u6ce8\u65f6\uff0c\u6bcf\u79d2\u5c06 #% \u7684\u95ea\u907f\u503c\u8f6c\u5316\u4e3a\u751f\u547d\u6062\u590d","type":"crafted"},{"id":"crafted.stat_2693705594","text":"#%\u7684\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u88ab\u654c\u4eba\u5438\u53d6\u4e3a\u751f\u547d","type":"crafted"},{"id":"crafted.stat_3801067695","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_385361774","text":"\u653b\u51fb\u4f60\u65f6\u9644\u52a0#-#\u70b9\u6df7\u6c8c\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1101403182","text":"\u53d7\u5230\u7684\u6301\u7eed\u6027\u4f24\u5bb3\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_986397080","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed #%","type":"crafted"},{"id":"crafted.stat_2106365538","text":"\u95ea\u907f\u503c\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_922014346","text":"\u62a4\u4f53\u4e0a\u9650\u5728\u4e13\u6ce8\u65f6 +#","type":"crafted"},{"id":"crafted.stat_55876295","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u4f1a\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_1478653032","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_2866361420","text":"\u62a4\u7532\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3917489142","text":"\u7269\u54c1\u7a00\u6709\u5ea6\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_1316278494","text":"\u6218\u543c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_3237948413","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_1412217137","text":"\u836f\u5242\u9b54\u529b\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"crafted"},{"id":"crafted.stat_2797971005","text":"\u4f60\u7684\u653b\u51fb\u51fb\u4e2d\u6bcf\u4e2a\u654c\u4eba\u4f1a\u56de\u590d # \u751f\u547d","type":"crafted"},{"id":"crafted.stat_2069161757","text":"\u589e\u52a0 #% \u4f60\u8eab\u4e0a\u7684\u51b0\u51bb\u6548\u679c","type":"crafted"},{"id":"crafted.stat_3848282610","text":"\u706b\u7130\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_669069897","text":"\u7269\u7406\u653b\u51fb\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 (\u533a\u57df)","type":"crafted"},{"id":"crafted.stat_1079239905","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u8d64\u70bc\u8f85\u52a9","type":"crafted"},{"id":"crafted.stat_80079005","text":"\u95ea\u7535\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_2477381238","text":"\u654c\u4eba\u7684\u683c\u6321\u7387\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_832404842","text":"\u4f7f\u7528\u8be5\u6b66\u5668\u65f6\uff0c\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e #%","type":"crafted"},{"id":"crafted.stat_2517001139","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_3922006600","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab # \u7ea7\u7684\u8d64\u56a3\u8f85\u52a9","type":"crafted"},{"id":"crafted.stat_1519474779","text":"\u4f60\u8eab\u4e0a\u7684\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 #%","type":"crafted"},{"id":"crafted.stat_3181879507","text":"\u5f53\u4f60\u4e13\u6ce8\u65f6\u4f7f\u81ea\u5df1\u611f\u7535#\u79d2","type":"crafted"},{"id":"crafted.stat_3999401129","text":"\u51b0\u971c\u4f24\u5bb3\u7684 #% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6","type":"crafted"},{"id":"crafted.stat_1435748744","text":"\u8bc5\u5492\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_1445684883","text":"\u653b\u51fb\u8005\u683c\u6321\u65f6\u53cd\u5c04 # \u5230 # \u7269\u7406\u4f24\u5bb3","type":"crafted"},{"id":"crafted.stat_1073942215","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_1658124062","text":"\u653b\u51fb\u6295\u5c04\u7269\u8fd4\u56de\u4f60\u8eab\u8fb9","type":"crafted"},{"id":"crafted.stat_3485067555","text":"\u654c\u4eba\u88ab\u51b0\u7f13\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f #%","type":"crafted"},{"id":"crafted.stat_350598685","text":"\u6b66\u5668\u8303\u56f4 +# \u7c73","type":"crafted"},{"id":"crafted.stat_2166444903","text":"\u53cc\u6301\u65f6\u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387 +#%","type":"crafted"},{"id":"crafted.stat_1702195217","text":"+#% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387","type":"crafted"},{"id":"crafted.stat_301104070","text":"\u5f53\u4f60\u53d7\u5230\u66b4\u51fb\u65f6\u6709 #% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u5145\u80fd","type":"crafted"},{"id":"crafted.stat_492027537","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +#%","type":"crafted"},{"id":"crafted.stat_3767873853","text":"\u53cd\u5c04 # \u7269\u7406\u4f24\u5bb3\u7ed9\u8fd1\u6218\u653b\u51fb\u8005","type":"crafted"}]},{"id":"crucible","label":"\u53e4\u795e\u7194\u7089","entries":[{"id":"crucible.mod_58320","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2397","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 11 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_20412","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 12 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51047","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 16 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_28634","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 19 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_25161","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 12 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1163","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 16 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52531","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22332","text":"\u8be5\u88c5\u5907\u9644\u52a0 11 - 25 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_4467","text":"\u8be5\u88c5\u5907\u9644\u52a0 14 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_7394","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24582","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31100","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_65423","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_53268","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_37103","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 9 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21788","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 11 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37668","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 16 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_65328","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 19 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_1490","text":"\u8be5\u88c5\u5907\u9644\u52a0 11 - 26 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_48262","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54503","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49446","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_24057","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_61453","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_28724","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17154","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9703","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11236","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_924","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_9502","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42157","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58280","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_34572","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_10664","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_35090","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59590","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58310","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21596","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_30768","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_19998","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50630","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42341","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12038","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_39503","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_53227","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57439","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3893","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_10615","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50927","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_26442","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7846","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57561","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_671","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_8915","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_13422","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36266","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22547","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_46249","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_44096","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_15253","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 20% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24002","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 20% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13318","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 20% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5806","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 20% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_25097","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 20% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_43606","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 35% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5172","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 35% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25664","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 35% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8271","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 35% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_36251","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u5c06\u7269\u7406\u4f24\u5bb3\u7684 35% \u8f6c\u5316\u4e3a\u4e00\u79cd\u968f\u673a\u5143\u7d20 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_64268","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_452","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_61454","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_30556","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_15398","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26710","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61223","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33265","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_8452","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6 15% \u7684\u51e0\u7387\u9020\u6210\u6d41\u8840 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_57703","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53584","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62527","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7016","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_55724","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_58769","text":"\u8be5\u88c5\u5907\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11894","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12551","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50747","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 13 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_32892","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 15 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u653b\u51fb\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_51716","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 9 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34545","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 13 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54465","text":"\u8be5\u88c5\u5907\u9644\u52a0 16 - 26 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_52222","text":"\u8be5\u88c5\u5907\u9644\u52a0 27 - 42 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_57667","text":"\u8be5\u88c5\u5907\u9644\u52a0 55 - 83 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_22336","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 14 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39077","text":"\u8be5\u88c5\u5907\u9644\u52a0 16 - 24 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22393","text":"\u8be5\u88c5\u5907\u9644\u52a0 30 - 47 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63596","text":"\u8be5\u88c5\u5907\u9644\u52a0 52 - 77 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_4488","text":"\u8be5\u88c5\u5907\u9644\u52a0 102 - 153 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_64191","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12162","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_51974","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 18 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51463","text":"\u8be5\u88c5\u5907\u9644\u52a0 22 - 32 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_556","text":"\u8be5\u88c5\u5907\u9644\u52a0 42 - 63 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_57276","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32429","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 19 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5561","text":"\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40598","text":"\u8be5\u88c5\u5907\u9644\u52a0 39 - 61 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56502","text":"\u8be5\u88c5\u5907\u9644\u52a0 78 - 118 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_34655","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31456","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29983","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 12 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_17381","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 19 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56300","text":"\u8be5\u88c5\u5907\u9644\u52a0 25 - 39 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_15317","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 9 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44858","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23976","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 22 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_19004","text":"\u8be5\u88c5\u5907\u9644\u52a0 23 - 36 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_38637","text":"\u8be5\u88c5\u5907\u9644\u52a0 48 - 71 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_37712","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29891","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45738","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 7 - 12 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5312","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 12 - 19 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_55457","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 25 - 39 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_48429","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 4 - 9 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46838","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39015","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 13 - 22 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3293","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 23 - 36 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_5480","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u8be5\u88c5\u5907\u9644\u52a0 48 - 71 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_62341","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 9 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65300","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21311","text":"\u8be5\u88c5\u5907\u9644\u52a0 15 - 24 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7504","text":"\u8be5\u88c5\u5907\u9644\u52a0 26 - 39 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_58336","text":"\u8be5\u88c5\u5907\u9644\u52a0 52 - 78 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_5614","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 14 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39084","text":"\u8be5\u88c5\u5907\u9644\u52a0 14 - 23 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49032","text":"\u8be5\u88c5\u5907\u9644\u52a0 28 - 44 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22572","text":"\u8be5\u88c5\u5907\u9644\u52a0 47 - 73 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_33118","text":"\u8be5\u88c5\u5907\u9644\u52a0 95 - 144 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_31374","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44815","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25482","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 18 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_39882","text":"\u8be5\u88c5\u5907\u9644\u52a0 19 - 30 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_16563","text":"\u8be5\u88c5\u5907\u9644\u52a0 41 - 60 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_55976","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45961","text":"\u8be5\u88c5\u5907\u9644\u52a0 10 - 17 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7106","text":"\u8be5\u88c5\u5907\u9644\u52a0 21 - 34 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60744","text":"\u8be5\u88c5\u5907\u9644\u52a0 37 - 55 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_19599","text":"\u8be5\u88c5\u5907\u9644\u52a0 74 - 111 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_64377","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9893","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44638","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27407","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 19 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52619","text":"\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_23395","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26947","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_741","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 21 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_25316","text":"\u8be5\u88c5\u5907\u9644\u52a0 23 - 35 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_10646","text":"\u8be5\u88c5\u5907\u9644\u52a0 45 - 66 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_6602","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22317","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_20897","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50690","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 19 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_61585","text":"\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_21944","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61470","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6546","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 21 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23822","text":"\u8be5\u88c5\u5907\u9644\u52a0 23 - 35 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_34415","text":"\u8be5\u88c5\u5907\u9644\u52a0 45 - 66 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_21850","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 12 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64192","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 20 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59436","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 41 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8937","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 66 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_1934","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 132 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_58772","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 21 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47211","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 38 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32660","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 75 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_64902","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 124 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_2995","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 242 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_4424","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 9 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11676","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 17 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16589","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 30 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_17672","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 51 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_26133","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 101 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_18134","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 16 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50331","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 29 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24278","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 58 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_42223","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 94 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_7619","text":"\u8be5\u88c5\u5907\u9644\u52a0 10 - 186 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_5940","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 6 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64600","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 10 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4512","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 18 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_38707","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 31 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_42997","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 60 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_59525","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 10 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20475","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 19 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56853","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 34 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27326","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 58 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_9341","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 112 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_58047","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 6 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64083","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 10 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39498","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 18 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5507","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 31 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_2816","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 60 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_30845","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 10 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37645","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 19 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47415","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 34 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12538","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 58 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_61644","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 112 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u7684\u653b\u51fb\u66b4\u51fb\u7387\u63d0\u9ad8 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_23529","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8526","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18947","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 18 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30283","text":"\u8be5\u88c5\u5907\u9644\u52a0 19 - 31 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_31388","text":"\u8be5\u88c5\u5907\u9644\u52a0 39 - 59 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_58910","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7388","text":"\u8be5\u88c5\u5907\u9644\u52a0 10 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57950","text":"\u8be5\u88c5\u5907\u9644\u52a0 20 - 30 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3066","text":"\u8be5\u88c5\u5907\u9644\u52a0 34 - 51 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_15164","text":"\u8be5\u88c5\u5907\u9644\u52a0 66 - 99 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_5117","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6852","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 8 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29319","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 14 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54260","text":"\u8be5\u88c5\u5907\u9644\u52a0 15 - 24 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_55286","text":"\u8be5\u88c5\u5907\u9644\u52a0 29 - 46 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_35963","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26177","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 13 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46252","text":"\u8be5\u88c5\u5907\u9644\u52a0 15 - 24 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_55950","text":"\u8be5\u88c5\u5907\u9644\u52a0 26 - 39 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_64292","text":"\u8be5\u88c5\u5907\u9644\u52a0 50 - 77 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_17840","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5349","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5479","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 9 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32010","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 15 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52362","text":"\u8be5\u88c5\u5907\u9644\u52a0 18 - 28 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_34553","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22352","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62789","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 14 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16474","text":"\u8be5\u88c5\u5907\u9644\u52a0 15 - 24 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_59841","text":"\u8be5\u88c5\u5907\u9644\u52a0 31 - 46 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_18265","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25509","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4715","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 9 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_61196","text":"\u8be5\u88c5\u5907\u9644\u52a0 8 - 15 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_31463","text":"\u8be5\u88c5\u5907\u9644\u52a0 18 - 28 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_5998","text":"\u8be5\u88c5\u5907\u9644\u52a0 1 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54019","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 8 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31718","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 14 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_1636","text":"\u8be5\u88c5\u5907\u9644\u52a0 15 - 24 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_62579","text":"\u8be5\u88c5\u5907\u9644\u52a0 31 - 46 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_61405","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 19 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5360","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 18 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 12 - 18 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 29 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46485","text":"\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 55 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12476","text":"\u8be5\u88c5\u5907\u9644\u52a0 14 - 23 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 14 - 23 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 33 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35180","text":"\u8be5\u88c5\u5907\u9644\u52a0 23 - 34 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 23 - 34 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 4 - 56 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7669","text":"\u8be5\u88c5\u5907\u9644\u52a0 43 - 64 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 43 - 64 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 6 - 102 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_28768","text":"\u8be5\u88c5\u5907\u9644\u52a0 5 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 5 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 15 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60306","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 15 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 9 - 15 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 23 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25806","text":"\u8be5\u88c5\u5907\u9644\u52a0 18 - 27 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 18 - 27 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 42 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21009","text":"\u8be5\u88c5\u5907\u9644\u52a0 10 - 17 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 10 - 17 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 26 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63570","text":"\u8be5\u88c5\u5907\u9644\u52a0 17 - 26 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 17 - 26 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 42 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27395","text":"\u8be5\u88c5\u5907\u9644\u52a0 34 - 49 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 34 - 49 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 4 - 78 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_48691","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 8 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n5% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61524","text":"\u8be5\u88c5\u5907\u9644\u52a0 6 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 6 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 13 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n5% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_30676","text":"\u8be5\u88c5\u5907\u9644\u52a0 13 - 20 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 13 - 20 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 25 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n5% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_41601","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 7 - 11 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 15 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9772","text":"\u8be5\u88c5\u5907\u9644\u52a0 12 - 20 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 12 - 20 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 25 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23098","text":"\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 24 - 35 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 4 - 46 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u51b0\u51bb\uff0c\u611f\u7535\u4e0e\u70b9\u71c3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_13110","text":"\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 8 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1775","text":"\u8be5\u88c5\u5907\u9644\u52a0 4 - 9 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 4 - 9 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 1 - 13 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41492","text":"\u8be5\u88c5\u5907\u9644\u52a0 11 - 15 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 11 - 15 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 25 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11659","text":"\u8be5\u88c5\u5907\u9644\u52a0 7 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 7 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 15 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31799","text":"\u8be5\u88c5\u5907\u9644\u52a0 9 - 17 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 9 - 17 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 3 - 25 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14627","text":"\u8be5\u88c5\u5907\u9644\u52a0 20 - 29 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 20 - 29 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u8be5\u88c5\u5907\u9644\u52a0 4 - 46 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u975e\u4f24\u5bb3\u578b\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16058","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36536","text":"\u6cd5\u672f\u9644\u52a0 5 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42973","text":"\u6cd5\u672f\u9644\u52a0 8 - 14 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27249","text":"\u6cd5\u672f\u9644\u52a0 14 - 22 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_15149","text":"\u6cd5\u672f\u9644\u52a0 28 - 42 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_13412","text":"\u6cd5\u672f\u9644\u52a0 4 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50121","text":"\u6cd5\u672f\u9644\u52a0 7 - 12 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1766","text":"\u6cd5\u672f\u9644\u52a0 14 - 22 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_49935","text":"\u6cd5\u672f\u9644\u52a0 24 - 37 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50230","text":"\u6cd5\u672f\u9644\u52a0 47 - 71 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_53045","text":"\u6cd5\u672f\u9644\u52a0 1 - 5 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12689","text":"\u6cd5\u672f\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8935","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_43622","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_14210","text":"\u6cd5\u672f\u9644\u52a0 21 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_37998","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63422","text":"\u6cd5\u672f\u9644\u52a0 5 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6140","text":"\u6cd5\u672f\u9644\u52a0 10 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_39355","text":"\u6cd5\u672f\u9644\u52a0 18 - 28 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52206","text":"\u6cd5\u672f\u9644\u52a0 36 - 55 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_38894","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47310","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46411","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3386","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_24267","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_48760","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26215","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21032","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63657","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_3613","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_2537","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17075","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55490","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_10996","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_2252","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_10727","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34534","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15300","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_43554","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_24082","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_5361","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10049","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34390","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21381","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_7125","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 15% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_48103","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40271","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60447","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_4189","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_53095","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u7269\u7406\u4f24\u5bb3\u7684 25% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_6968","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41288","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21473","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_47009","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_64977","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_36247","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65204","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29911","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60489","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_11109","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_55437","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7879","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29758","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_36730","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_54859","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_63918","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28715","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17739","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_19601","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56142","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_35319","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 4 \u5230 6 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46990","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 6 \u5230 10 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4131","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 12 \u5230 18 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50658","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 19 \u5230 30 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_63183","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 39 \u5230 59 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_28272","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 7 \u5230 10 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34594","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 11 \u5230 17 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46484","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 21 \u5230 34 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_19083","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 37 \u5230 55 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_44944","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 73 \u5230 109 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_41540","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 2 \u5230 5 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31448","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 5 \u5230 7 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55254","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 9 \u5230 14 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35511","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 15 \u5230 24 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_8502","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 30 \u5230 45 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_63780","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 5 \u5230 7 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59188","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 9 \u5230 13 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10201","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 16 \u5230 26 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30193","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 28 \u5230 43 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46855","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 56 \u5230 84 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_47615","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 1 \u5230 3 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2663","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 2 \u5230 4 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44375","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 4 \u5230 9 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_56003","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 8 \u5230 14 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_20146","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 18 \u5230 28 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_5887","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 2 \u5230 6 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59541","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 5 \u5230 8 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10877","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 9 \u5230 16 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30045","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 16 \u5230 26 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56432","text":"\u7ed9\u6cd5\u672f\u9644\u52a0 34 \u5230 51 \u70b9\u706b\u7130\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u70b9\u71c3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_46218","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 1 \u5230 3 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57645","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 2 \u5230 4 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40760","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 4 \u5230 9 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51555","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 8 \u5230 14 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_38110","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 18 \u5230 28 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_2354","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 2 \u5230 6 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38526","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 5 \u5230 8 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23898","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 9 \u5230 16 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35280","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 16 \u5230 26 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_24211","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u7ed9\u6cd5\u672f\u9644\u52a0 34 \u5230 51 \u70b9\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_4180","text":"\u6cd5\u672f\u9644\u52a0 2 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32431","text":"\u6cd5\u672f\u9644\u52a0 5 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54352","text":"\u6cd5\u672f\u9644\u52a0 10 - 17 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_64962","text":"\u6cd5\u672f\u9644\u52a0 18 - 28 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_47547","text":"\u6cd5\u672f\u9644\u52a0 37 - 56 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_60772","text":"\u6cd5\u672f\u9644\u52a0 5 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63835","text":"\u6cd5\u672f\u9644\u52a0 10 - 16 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39641","text":"\u6cd5\u672f\u9644\u52a0 20 - 32 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33090","text":"\u6cd5\u672f\u9644\u52a0 34 - 52 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_37311","text":"\u6cd5\u672f\u9644\u52a0 68 - 103 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u4f60\u7684\u51b0\u971c\u4f24\u5bb3\u65e0\u6cd5\u51b0\u7f13 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_7221","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27339","text":"\u6cd5\u672f\u9644\u52a0 3 - 7 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27792","text":"\u6cd5\u672f\u9644\u52a0 8 - 14 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12769","text":"\u6cd5\u672f\u9644\u52a0 14 - 21 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_60102","text":"\u6cd5\u672f\u9644\u52a0 29 - 43 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_25832","text":"\u6cd5\u672f\u9644\u52a0 4 - 7 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1750","text":"\u6cd5\u672f\u9644\u52a0 7 - 12 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60600","text":"\u6cd5\u672f\u9644\u52a0 15 - 24 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_26963","text":"\u6cd5\u672f\u9644\u52a0 26 - 40 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50869","text":"\u6cd5\u672f\u9644\u52a0 53 - 79 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_4889","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56717","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31320","text":"\u6cd5\u672f\u9644\u52a0 4 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_25836","text":"\u6cd5\u672f\u9644\u52a0 8 - 14 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_62311","text":"\u6cd5\u672f\u9644\u52a0 17 - 25 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_41494","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44622","text":"\u6cd5\u672f\u9644\u52a0 5 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5961","text":"\u6cd5\u672f\u9644\u52a0 9 - 15 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27558","text":"\u6cd5\u672f\u9644\u52a0 16 - 25 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_59529","text":"\u6cd5\u672f\u9644\u52a0 32 - 47 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3\u72b6\u6001 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_53496","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18814","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55477","text":"\u6cd5\u672f\u9644\u52a0 4 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_10387","text":"\u6cd5\u672f\u9644\u52a0 8 - 14 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 5% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_12029","text":"\u6cd5\u672f\u9644\u52a0 17 - 25 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 5% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_60122","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46434","text":"\u6cd5\u672f\u9644\u52a0 5 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64064","text":"\u6cd5\u672f\u9644\u52a0 9 - 15 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3471","text":"\u6cd5\u672f\u9644\u52a0 16 - 25 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_65047","text":"\u6cd5\u672f\u9644\u52a0 32 - 47 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_9156","text":"\u6cd5\u672f\u9644\u52a0 1 - 9 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16838","text":"\u6cd5\u672f\u9644\u52a0 1 - 15 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_20004","text":"\u6cd5\u672f\u9644\u52a0 1 - 29 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_13771","text":"\u6cd5\u672f\u9644\u52a0 2 - 48 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_34675","text":"\u6cd5\u672f\u9644\u52a0 5 - 94 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_60934","text":"\u6cd5\u672f\u9644\u52a0 1 - 16 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51545","text":"\u6cd5\u672f\u9644\u52a0 1 - 28 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37788","text":"\u6cd5\u672f\u9644\u52a0 2 - 53 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_9920","text":"\u6cd5\u672f\u9644\u52a0 4 - 88 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_18073","text":"\u6cd5\u672f\u9644\u52a0 9 - 173 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_14289","text":"\u6cd5\u672f\u9644\u52a0 1 - 6 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44428","text":"\u6cd5\u672f\u9644\u52a0 1 - 12 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60651","text":"\u6cd5\u672f\u9644\u52a0 1 - 22 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_43163","text":"\u6cd5\u672f\u9644\u52a0 2 - 37 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52539","text":"\u6cd5\u672f\u9644\u52a0 4 - 72 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_34147","text":"\u6cd5\u672f\u9644\u52a0 1 - 12 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44958","text":"\u6cd5\u672f\u9644\u52a0 1 - 21 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53189","text":"\u6cd5\u672f\u9644\u52a0 2 - 41 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_15896","text":"\u6cd5\u672f\u9644\u52a0 3 - 68 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_3424","text":"\u6cd5\u672f\u9644\u52a0 7 - 133 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_12692","text":"\u6cd5\u672f\u9644\u52a0 1 - 5 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25397","text":"\u6cd5\u672f\u9644\u52a0 1 - 7 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8885","text":"\u6cd5\u672f\u9644\u52a0 1 - 14 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5491","text":"\u6cd5\u672f\u9644\u52a0 2 - 22 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_3496","text":"\u6cd5\u672f\u9644\u52a0 2 - 43 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_59835","text":"\u6cd5\u672f\u9644\u52a0 1 - 7 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40676","text":"\u6cd5\u672f\u9644\u52a0 1 - 13 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31739","text":"\u6cd5\u672f\u9644\u52a0 2 - 24 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_2961","text":"\u6cd5\u672f\u9644\u52a0 3 - 41 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_22429","text":"\u6cd5\u672f\u9644\u52a0 4 - 80 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u4f7f\u654c\u4eba\u53d7\u5230\u611f\u7535\u6548\u679c\u5f71\u54cd \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_61845","text":"\u6cd5\u672f\u9644\u52a0 1 - 5 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33978","text":"\u6cd5\u672f\u9644\u52a0 1 - 7 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57431","text":"\u6cd5\u672f\u9644\u52a0 1 - 14 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40017","text":"\u6cd5\u672f\u9644\u52a0 2 - 22 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46439","text":"\u6cd5\u672f\u9644\u52a0 2 - 43 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_9832","text":"\u6cd5\u672f\u9644\u52a0 1 - 7 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43267","text":"\u6cd5\u672f\u9644\u52a0 1 - 13 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28686","text":"\u6cd5\u672f\u9644\u52a0 2 - 24 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_31432","text":"\u6cd5\u672f\u9644\u52a0 3 - 41 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_30612","text":"\u6cd5\u672f\u9644\u52a0 4 - 80 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_62856","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9716","text":"\u6cd5\u672f\u9644\u52a0 5 - 7 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49298","text":"\u6cd5\u672f\u9644\u52a0 8 - 14 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54382","text":"\u6cd5\u672f\u9644\u52a0 14 - 22 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_17425","text":"\u6cd5\u672f\u9644\u52a0 28 - 42 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_9388","text":"\u6cd5\u672f\u9644\u52a0 4 - 7 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31054","text":"\u6cd5\u672f\u9644\u52a0 7 - 12 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48564","text":"\u6cd5\u672f\u9644\u52a0 14 - 22 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60066","text":"\u6cd5\u672f\u9644\u52a0 24 - 37 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_32924","text":"\u6cd5\u672f\u9644\u52a0 47 - 71 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 7% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_34956","text":"\u6cd5\u672f\u9644\u52a0 1 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60686","text":"\u6cd5\u672f\u9644\u52a0 2 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_50449","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_13309","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_57471","text":"\u6cd5\u672f\u9644\u52a0 21 - 33 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_8001","text":"\u6cd5\u672f\u9644\u52a0 2 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44609","text":"\u6cd5\u672f\u9644\u52a0 5 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15671","text":"\u6cd5\u672f\u9644\u52a0 10 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60397","text":"\u6cd5\u672f\u9644\u52a0 18 - 28 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_18508","text":"\u6cd5\u672f\u9644\u52a0 36 - 55 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_43950","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1270","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65446","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11624","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_24863","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_49656","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6224","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44112","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_44129","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_65008","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6cd5\u672f\u4f24\u5bb3\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u65bd\u52a0\u3010\u4e2d\u6bd2\u3011 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_19477","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32325","text":"\u6cd5\u672f\u9644\u52a0 2 - 4 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_746","text":"\u6cd5\u672f\u9644\u52a0 4 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_18750","text":"\u6cd5\u672f\u9644\u52a0 6 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_34674","text":"\u6cd5\u672f\u9644\u52a0 13 - 20 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_22564","text":"\u6cd5\u672f\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51341","text":"\u6cd5\u672f\u9644\u52a0 3 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5900","text":"\u6cd5\u672f\u9644\u52a0 7 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_39104","text":"\u6cd5\u672f\u9644\u52a0 11 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_16291","text":"\u6cd5\u672f\u9644\u52a0 22 - 33 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3\\n\u6b7b\u4ea1\u51cb\u96f6\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_30749","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 14%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37032","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_50952","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 28%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_20811","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 35%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_51994","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 42%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_39115","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 22%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36040","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 34%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34251","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 45%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11734","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 56%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_61669","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 68%\\n\u6cd5\u672f\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_55287","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 (3-7)% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56135","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 (8-12)% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59759","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 (13-17)% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_1035","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 (18-22)% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50290","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 (23-26)% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_55410","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 16% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51830","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 24% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56515","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 32% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_42864","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_29079","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 48% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_60047","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 7%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9319","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 10%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39067","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 13%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_14939","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 17%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_44978","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_33931","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 11%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17085","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 16%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55828","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_13328","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 26%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_23877","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 32%\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_31155","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 7%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19412","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 10%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48868","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 13%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63699","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 17%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56908","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_43893","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 11%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50192","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 16%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41446","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22342","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 26%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_12305","text":"\u6cd5\u672f\u4f24\u5bb3\u63d0\u9ad8 32%\\n\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_7148","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 14%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41615","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4920","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 28%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32414","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 35%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_33745","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 42%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_2644","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 22%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 16% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39139","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 34%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22683","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 45%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 16% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40014","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 56%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 16% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_27694","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 68%\\n\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 16% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_4268","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63889","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49233","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40471","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46628","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 30% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_26817","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 16% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29817","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 24% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39435","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 32% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_52142","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_44265","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 48% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_65319","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 7%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26674","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 10%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59741","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 13%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_17079","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 17%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 5% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_34075","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 5% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_6568","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 11%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61298","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 16%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48145","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_28656","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 26%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_42376","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 32%\\n\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_37213","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 7%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1115% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13421","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 10%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1115% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17039","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 13%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1115% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_25657","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 17%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1115% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_29166","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1115% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_43198","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 11%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1125% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40937","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 16%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1125% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_866","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1125% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5261","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 26%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1125% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52801","text":"\u6301\u7eed\u4f24\u5bb3\u63d0\u9ad8 32%\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u51cf\u5c1125% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_33074","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7163","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5688","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 8 - 14 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33685","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 14 - 22 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46564","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 28 - 42 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_6782","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 7 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27604","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 12 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49079","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 14 - 22 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21042","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 24 - 37 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_45709","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 47 - 71 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_59259","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 5 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63983","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3117","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22812","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_37830","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 21 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_14494","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43725","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65111","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 10 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_58965","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 18 - 28 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_43619","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 36 - 55 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_41068","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8324","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32417","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5529","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_31636","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_48387","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64900","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25659","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5131","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_5011","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_46527","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19471","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_38672","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16912","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52144","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_63303","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55703","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61396","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_34959","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_30377","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_34280","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16704","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54326","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35240","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_54298","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_28694","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49124","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32059","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51988","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_25789","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_49790","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48927","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6668","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_58472","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_9962","text":"\u53ec\u5524\u751f\u7269 15% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_37617","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22872","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13797","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_47484","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_33929","text":"\u53ec\u5524\u751f\u7269 25% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_55101","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14291","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18189","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27773","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_33356","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 5% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_427","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45079","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4647","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7278","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_42224","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u7269\u7406\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u538b\u5236 10% \u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_58222","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45922","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_911","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 12 - 18 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_18043","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 19 - 30 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_54492","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 39 - 59 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_3437","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63882","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7684","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 21 - 34 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_37266","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 37 - 55 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_31521","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 73 - 109 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_34723","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6871","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 7 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57885","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 9 - 14 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_41258","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 15 - 24 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50723","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 30 - 45 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_32288","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 7 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37836","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 9 - 13 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36159","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 16 - 26 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_39499","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 28 - 43 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_11819","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 56 - 84 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_57934","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_797","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59717","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 9 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_53810","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 8 - 14 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_822","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 18 - 28 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_41177","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38082","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 8 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5094","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 9 - 16 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60865","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 16 - 26 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_43972","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 34 - 51 \u57fa\u7840\u706b\u7130\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_12622","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36252","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56874","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 9 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62282","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 8 - 14 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_19454","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 18 - 28 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_52919","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 6 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33621","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 8 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62448","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 9 - 16 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_47035","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 16 - 26 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_1865","text":"25% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 34 - 51 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_1843","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33210","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32535","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 12 - 18 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_59606","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 19 - 30 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_40148","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 39 - 59 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_8327","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7870","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8684","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 21 - 34 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50791","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 37 - 55 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46632","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 73 - 109 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_62339","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 6 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10108","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58840","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 10 - 17 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16557","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 18 - 28 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56911","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 37 - 56 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_30083","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 10 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51244","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 10 - 16 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52471","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 20 - 32 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32893","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 34 - 52 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_53931","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 68 - 103 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_23242","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18130","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 7 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58836","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 8 - 14 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22209","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 14 - 21 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_43533","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 29 - 43 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_27276","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 7 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33139","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 12 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18164","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 15 - 24 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_2341","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 26 - 40 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_53920","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 53 - 79 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_31319","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52578","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64206","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50744","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 8 - 14 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 6% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46315","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 17 - 25 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 6% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_1715","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48820","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 8 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63368","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 9 - 15 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_58687","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 16 - 25 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_51658","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 32 - 47 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_47515","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 9 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13733","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 15 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41152","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 29 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_6571","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 48 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_18583","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 4%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 5 \u5230 94 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_8560","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 16 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15932","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 28 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42416","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 53 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32847","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 4 \u5230 88 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_39733","text":"\u53d7\u5230\u7684\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 6%\\n\u53ec\u5524\u751f\u7269\u9020\u6210 9 \u5230 173 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_59256","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 6 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17346","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 12 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1895","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 22 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63645","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 37 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_5013","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 4 \u5230 72 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_562","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 12 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52863","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 21 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_33763","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 41 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_9845","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 3 \u5230 68 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_51239","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 7 \u5230 133 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_12388","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 5 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7793","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 7 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40344","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 14 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_44344","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 22 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_5604","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 43 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_33325","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 7 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36608","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 13 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27178","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 24 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11377","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 3 \u5230 41 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_42162","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 4 \u5230 80 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_22221","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 5 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62897","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 7 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22229","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 14 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_52729","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 22 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_4446","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 43 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_46195","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 7 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36637","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 1 \u5230 13 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64105","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 2 \u5230 24 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8376","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 3 \u5230 41 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_5783","text":"\u53ec\u5524\u751f\u7269\u9020\u6210 4 \u5230 80 \u70b9\u989d\u5916\u95ea\u7535\u4f24\u5bb3\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_30920","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 6%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63472","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 6%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 7 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_43892","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 6%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 8 - 14 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60625","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 6%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 14 - 22 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50673","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 6%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 28 - 42 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_54863","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 7 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38309","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 12 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53218","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 14 - 22 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30327","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 24 - 37 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_10098","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 47 - 71 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_61815","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23448","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13136","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33317","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_56788","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 21 - 33 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_4365","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 5 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12328","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 5 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_30186","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 10 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23081","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 18 - 28 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_44901","text":"\u53ec\u5524\u751f\u7269\u9644\u52a0 36 - 55 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_32284","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 8% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64805","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 8% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58292","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 8% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29145","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 8% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_52766","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 8% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_62323","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 16% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24625","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 16% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58150","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 16% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3733","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 16% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_53281","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 16% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_28602","text":"+7% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1553","text":"+7% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 2 - 4 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9613","text":"+7% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 4 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40925","text":"+7% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 6 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_36962","text":"+7% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 13 - 20 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_21582","text":"+13% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 1 - 3 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30096","text":"+13% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 3 - 6 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5082","text":"+13% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 7 - 10 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_26937","text":"+13% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 11 - 17 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_46630","text":"+13% \u6df7\u6c8c\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u9644\u52a0 22 - 33 \u57fa\u7840\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_30633","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 14%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21298","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 21%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44376","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 28%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22075","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 35%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_23715","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 42%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 40% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_27394","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 22%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12091","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 34%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64784","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 45%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63279","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 56%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_26117","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 68%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u7387\u964d\u4f4e 80% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_51892","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17640","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18058","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35929","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_64645","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 30% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_20288","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 16% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37459","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 24% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26395","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 32% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_18110","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_30015","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 48% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_53895","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21346","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26923","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 13% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27112","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 17% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50122","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_37938","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 11% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3243","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_43166","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 21% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50505","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 26% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_6938","text":"\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 32% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_48424","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16617","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_232","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 13% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_59080","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 17% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_33234","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 10%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_49338","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 11% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37486","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48152","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 21% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7945","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 26% \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_23283","text":"\u80fd\u91cf\u62a4\u76fe\u4e0a\u9650\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u63d0\u9ad8 32% \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_24421","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u5f13\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37197","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46570","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u8fd1\u6218\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23287","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6cd5\u672f\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39532","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u6cd5\u672f\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54268","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49823","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u53ec\u5524\u751f\u7269\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53520","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7eff\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27838","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u7ea2\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63087","text":"\u6b64\u7269\u54c1\u4e0a\u88c5\u5907\u7684\u3010\u84dd\u8272\u6280\u80fd\u77f3\u3011\u7b49\u7ea7 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17194","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 1 - 3 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56001","text":"\u6bcf 10 \u70b9\u654f\u6377\u53ef\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 2 - 4 \u57fa\u7840\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54726","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u529b\u91cf\u9644\u52a0 1 - 3 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37224","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u529b\u91cf\u9644\u52a0 2 - 4 \u57fa\u7840\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25630","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u667a\u6167\u9644\u52a0 1 - 3 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42504","text":"\u4f7f\u7528\u6b64\u6b66\u5668\u653b\u51fb\u65f6\uff0c\u6bcf 10 \u70b9\u667a\u6167\u9644\u52a0 1 - 5 \u57fa\u7840\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9998","text":"\u6bcf 10 \u70b9\u6700\u4f4e\u7684\u5c5e\u6027\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 2 - 4 \u70b9\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42984","text":"\u6bcf 10 \u70b9\u6700\u4f4e\u7684\u5c5e\u6027\u4f7f\u8be5\u6b66\u5668\u7684\u653b\u51fb\u9644\u52a0 3 - 5 \u70b9\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60139","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47650","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 30%\\n\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32547","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 40%\\n\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12247","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 40%\\n\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_333","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 50%\\n\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52765","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 60%\\n\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8535","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12971","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49766","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30278","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10616","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14461","text":"\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21705","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 4%\\n\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33285","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 4%\\n\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 12% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18430","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 4%\\n\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 16% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_20500","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 6%\\n\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28343","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 6%\\n\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35076","text":"\u6240\u6709\u5c5e\u6027\u63d0\u9ad8 6%\\n\u5168\u5c40\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8191","text":"+30 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18092","text":"+35 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12317","text":"+40 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62365","text":"+45 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_50864","text":"+50 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_28322","text":"\u4f24\u5bb3\u964d\u4f4e 20%\\n+60 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46681","text":"\u4f24\u5bb3\u964d\u4f4e 20%\\n+75 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_591","text":"\u4f24\u5bb3\u964d\u4f4e 20%\\n+80 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22067","text":"+60 \u6700\u5927\u751f\u547d\\n-5% \u6240\u6709\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51677","text":"+75 \u6700\u5927\u751f\u547d\\n-5% \u6240\u6709\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14915","text":"+80 \u6700\u5927\u751f\u547d\\n-5% \u6240\u6709\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8830","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 50%\\n+60 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23471","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 50%\\n+75 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47529","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 50%\\n+80 \u6700\u5927\u751f\u547d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_13514","text":"+15 \u6700\u5927\u751f\u547d\\n\u751f\u547d\u6bcf\u79d2\u518d\u751f 0.4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2200","text":"+20 \u6700\u5927\u751f\u547d\\n\u751f\u547d\u6bcf\u79d2\u518d\u751f 0.4% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37571","text":"+25 \u6700\u5927\u751f\u547d\\n\u751f\u547d\u6bcf\u79d2\u518d\u751f 0.4% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29513","text":"+15 \u6700\u5927\u751f\u547d\\n\u6655\u7729\u95e8\u69db\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32340","text":"+20 \u6700\u5927\u751f\u547d\\n\u6655\u7729\u95e8\u69db\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_50606","text":"+25 \u6700\u5927\u751f\u547d\\n\u6655\u7729\u95e8\u69db\u63d0\u9ad8 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23530","text":"+15 \u6700\u5927\u751f\u547d\\n\u751f\u547d\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d 1% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29491","text":"+20 \u6700\u5927\u751f\u547d\\n\u751f\u547d\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d 1% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65097","text":"+25 \u6700\u5927\u751f\u547d\\n\u751f\u547d\u5728\u51fb\u8d25\u654c\u4eba\u65f6\u6062\u590d 1% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_41721","text":"+20 \u62a4\u7532 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43217","text":"+35 \u62a4\u7532 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35119","text":"+50 \u62a4\u7532 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35850","text":"+65 \u62a4\u7532 \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_59252","text":"+80 \u62a4\u7532 \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_61894","text":"+100 \u62a4\u7532\\n\u53d7\u5230\u7684\u6301\u7eed\u6027\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40572","text":"+125 \u62a4\u7532\\n\u53d7\u5230\u7684\u6301\u7eed\u6027\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19595","text":"+150 \u62a4\u7532\\n\u53d7\u5230\u7684\u6301\u7eed\u6027\u4f24\u5bb3\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27060","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 20%\\n+100 \u62a4\u7532 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15661","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 20%\\n+125 \u62a4\u7532 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39258","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 20%\\n+150 \u62a4\u7532 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5670","text":"\u529b\u91cf\u63d0\u9ad8 5%\\n+20 \u62a4\u7532 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40285","text":"\u529b\u91cf\u63d0\u9ad8 5%\\n+30 \u62a4\u7532 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2900","text":"\u529b\u91cf\u63d0\u9ad8 5%\\n+40 \u62a4\u7532 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22071","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+20 \u62a4\u7532 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8466","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+30 \u62a4\u7532 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37110","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+40 \u62a4\u7532 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12422","text":"+20 \u62a4\u7532\\n\u8be5\u88c5\u5907 +2% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7643","text":"+30 \u62a4\u7532\\n\u8be5\u88c5\u5907 +2% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56331","text":"+40 \u62a4\u7532\\n\u8be5\u88c5\u5907 +2% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3583","text":"+20 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31364","text":"+35 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36975","text":"+50 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_45575","text":"+65 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_39768","text":"+80 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_56227","text":"+100 \u70b9\u95ea\u907f\u503c\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u589e\u52a020% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19012","text":"+125 \u70b9\u95ea\u907f\u503c\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u589e\u52a020% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58827","text":"+150 \u70b9\u95ea\u907f\u503c\\n\u4f60\u5904\u4e8e\u5f02\u5e38\u72b6\u6001\u7684\u65f6\u95f4\u589e\u52a020% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32254","text":"+100 \u70b9\u95ea\u907f\u503c\\n\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u964d\u4f4e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16486","text":"+125 \u70b9\u95ea\u907f\u503c\\n\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u964d\u4f4e 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21854","text":"+150 \u70b9\u95ea\u907f\u503c\\n\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u964d\u4f4e 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51176","text":"\u654f\u6377\u63d0\u9ad8 5%\\n+20 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31790","text":"\u654f\u6377\u63d0\u9ad8 5%\\n+30 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10779","text":"\u654f\u6377\u63d0\u9ad8 5%\\n+40 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33157","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+20 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36846","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+30 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11736","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+40 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_17841","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +4%\\n+20 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11505","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +4%\\n+30 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26176","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +4%\\n+40 \u70b9\u95ea\u907f\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30804","text":"+5 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7667","text":"+10 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64218","text":"+15 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63747","text":"+20 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 4\uff09","type":"crucible"},{"id":"crucible.mod_21450","text":"+25 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 5\uff09","type":"crucible"},{"id":"crucible.mod_39701","text":"+28 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22147","text":"+34 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39152","text":"+40 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u80fd\u91cf\u62a4\u76fe\u5145\u80fd\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_48803","text":"+28 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u9b54\u529b\u518d\u751f\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14174","text":"+34 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u9b54\u529b\u518d\u751f\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1235","text":"+40 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u9b54\u529b\u518d\u751f\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_24867","text":"\u667a\u6167\u63d0\u9ad8 5%\\n+9 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27116","text":"\u667a\u6167\u63d0\u9ad8 5%\\n+12 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13687","text":"\u667a\u6167\u63d0\u9ad8 5%\\n+15 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_28288","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+9 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27282","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+12 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32464","text":"50% \u56fa\u5b9a\u57fa\u5e95\u8bcd\u7f00\u6548\u679c\u52a0\u6210\\n+15 \u6700\u5927\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_64807","text":"+9 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6098","text":"+12 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 8% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23156","text":"+15 \u6700\u5927\u80fd\u91cf\u62a4\u76fe\\n\u9b54\u529b\u4e0a\u9650\u63d0\u9ad8 8% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40475","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 30%\\n-10% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23778","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 35%\\n-10% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45201","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 40%\\n-10% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_43685","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31813","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13108","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63302","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 9%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14839","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59992","text":"\u706b\u7130\u4f24\u5bb3\u63d0\u9ad8 15%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23285","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 30%\\n-10% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40580","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 35%\\n-10% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56284","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 40%\\n-10% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_55227","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52693","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22424","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_49806","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 9%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11052","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21848","text":"\u51b0\u971c\u4f24\u5bb3\u63d0\u9ad8 15%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62777","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 30%\\n-10% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63805","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 35%\\n-10% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31784","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 40%\\n-10% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11891","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35012","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29865","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12577","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 9%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6074","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16688","text":"\u95ea\u7535\u4f24\u5bb3\u63d0\u9ad8 15%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_47499","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 30%\\n-10% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43557","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 35%\\n-10% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45555","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 40%\\n-10% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12527","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4723","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26529","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_19138","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 9%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31274","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 12%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5634","text":"\u6df7\u6c8c\u4f24\u5bb3\u63d0\u9ad8 15%\\n\u53d7\u5230\u51fb\u4e2d\u7269\u7406\u4f24\u5bb3\u7684 3% \u8f6c\u5316\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_9880","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 30%\\n\u751f\u547d\u518d\u751f\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27675","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 35%\\n\u751f\u547d\u518d\u751f\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37999","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 40%\\n\u751f\u547d\u518d\u751f\u7387\u964d\u4f4e 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_36639","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55925","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6337","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3449","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 9%\\n2% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36220","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 12%\\n2% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61973","text":"\u5168\u5c40\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 15%\\n2% \u989d\u5916\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40971","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +4%\\n\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8458","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +5%\\n\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16745","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +6%\\n\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_24417","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -3%\\n+40% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47514","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -3%\\n+50% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34604","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -3%\\n+60% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_53788","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -3%\\n+60% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55592","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -3%\\n+80% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28638","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -3%\\n+100% \u5168\u57df\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_5089","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49170","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35417","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.8% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_34544","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 15%\\n\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.9% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62113","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 15%\\n\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.2% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36032","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 15%\\n\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27289","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.9%\\n-500 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42844","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.2%\\n-500 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53521","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.5%\\n-500 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32823","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 30%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_858","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 35%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48515","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 40%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60225","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 24%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50569","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 27%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25963","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 30%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_24626","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58373","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 9% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11316","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_15868","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26108","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1368","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 7% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33250","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_118","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 5%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26022","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 6%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33471","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 3%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38536","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14078","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 5%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54143","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61003","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 5%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34535","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 6%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16269","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 3%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1610","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 4%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61889","text":"\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 5%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 6% \u7684\u51e0\u7387\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_43063","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 25%\\n\u4f7f\u7528\u8be5\u6b66\u5668\u653b\u51fb\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4773","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 25%\\n\u4f7f\u7528\u8be5\u6b66\u5668\u653b\u51fb\u6709 25% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31759","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 25%\\n\u4f7f\u7528\u8be5\u6b66\u5668\u653b\u51fb\u6709 30% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_34378","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 20%\\n\u4f7f\u7528\u8be5\u6b66\u5668\u653b\u51fb\u6709 15% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3455","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 20%\\n\u4f7f\u7528\u8be5\u6b66\u5668\u653b\u51fb\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52903","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 20%\\n\u4f7f\u7528\u8be5\u6b66\u5668\u653b\u51fb\u6709 25% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32122","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 50%\\n\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49071","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -5%\\n\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20722","text":"+150 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42290","text":"+250 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41211","text":"+350 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_61397","text":"\u654f\u6377\u63d0\u9ad8 5%\\n+80 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32932","text":"\u654f\u6377\u63d0\u9ad8 5%\\n+160 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28958","text":"\u654f\u6377\u63d0\u9ad8 5%\\n+240 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12761","text":"\u654f\u6377\u63d0\u9ad8 10%\\n+80 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4740","text":"\u654f\u6377\u63d0\u9ad8 10%\\n+160 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35595","text":"\u654f\u6377\u63d0\u9ad8 10%\\n+240 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_2290","text":"\u95ea\u907f\u503c\u63d0\u9ad8 15%\\n+80 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25253","text":"\u95ea\u907f\u503c\u63d0\u9ad8 15%\\n+160 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12478","text":"\u95ea\u907f\u503c\u63d0\u9ad8 15%\\n+240 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_50707","text":"\u95ea\u907f\u503c\u63d0\u9ad8 30%\\n+80 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60140","text":"\u95ea\u907f\u503c\u63d0\u9ad8 30%\\n+160 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24831","text":"\u95ea\u907f\u503c\u63d0\u9ad8 30%\\n+240 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_31994","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +40%\\n\u6cd5\u672f\u66b4\u51fb\u7387 -2% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34073","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +50%\\n\u6cd5\u672f\u66b4\u51fb\u7387 -2% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22364","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +60%\\n\u6cd5\u672f\u66b4\u51fb\u7387 -2% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21455","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +60%\\n\u6cd5\u672f\u66b4\u51fb\u7387 -2% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56678","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +80%\\n\u6cd5\u672f\u66b4\u51fb\u7387 -2% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10955","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 +100%\\n\u6cd5\u672f\u66b4\u51fb\u7387 -2% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23367","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387 +5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9085","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387 +5.5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11462","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387 +6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16787","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387 +7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47469","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387 +8% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24273","text":"\u4f60\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u66b4\u51fb\u4f24\u5bb3\\n\u6cd5\u672f\u66b4\u51fb\u7387 +9% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_43608","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +0.4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17606","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +0.5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28830","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +0.6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_58547","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +0.8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3712","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +0.9% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53531","text":"\u6cd5\u672f\u66b4\u51fb\u7387 +1% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60659","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 -30%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41102","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 -30%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1.25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47468","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 -30%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1.5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_52168","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 -60%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1.8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34915","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 -60%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +2.2% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_38785","text":"\u6cd5\u672f\u4f24\u5bb3\u7684\u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 -60%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +2.6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62418","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 15%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +0.8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14609","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 15%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25684","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 15%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1.2% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_38275","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 25%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1.2% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6129","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 25%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +1.6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48410","text":"\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 25%\\n\u6cd5\u672f\u66b4\u51fb\u7387 +2% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23639","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 18%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26932","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 20%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15178","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 22%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63401","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 24%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29927","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 27%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34039","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 30%\\n\u5168\u57df\u4f24\u5bb3\u603b\u964d 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_37408","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45878","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_33499","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 6% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54292","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38842","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 9% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10092","text":"\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_36332","text":"\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 12%\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55569","text":"\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 12%\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 7% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53040","text":"\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 12%\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 8% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51153","text":"\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 20%\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15989","text":"\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 20%\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 12% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46240","text":"\u6280\u80fd\u6d88\u8017\u63d0\u9ad8 20%\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u589e 14% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7248","text":"\u4f60\u65bd\u653e\u7684\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u8be5\u6b66\u5668\u4f24\u5bb3 12% \u7684\u6cd5\u672f\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u964d 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60533","text":"\u4f60\u65bd\u653e\u7684\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u8be5\u6b66\u5668\u4f24\u5bb3 16% \u7684\u6cd5\u672f\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u964d 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22879","text":"\u4f60\u65bd\u653e\u7684\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u8be5\u6b66\u5668\u4f24\u5bb3 20% \u7684\u6cd5\u672f\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u964d 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_56322","text":"\u4f60\u65bd\u653e\u7684\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u8be5\u6b66\u5668\u4f24\u5bb3 20% \u7684\u6cd5\u672f\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u964d 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40437","text":"\u4f60\u65bd\u653e\u7684\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u8be5\u6b66\u5668\u4f24\u5bb3 25% \u7684\u6cd5\u672f\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u964d 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63146","text":"\u4f60\u65bd\u653e\u7684\u6cd5\u672f\u9644\u52a0\u76f8\u5f53\u4e8e\u8be5\u6b66\u5668\u4f24\u5bb3 30% \u7684\u6cd5\u672f\u4f24\u5bb3\\n\u65bd\u6cd5\u901f\u5ea6\u603b\u964d 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_37261","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1.5%\\n\u9b54\u529b\u4e0a\u9650\u603b\u964d 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39008","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1.8%\\n\u9b54\u529b\u4e0a\u9650\u603b\u964d 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62936","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 2%\\n\u9b54\u529b\u4e0a\u9650\u603b\u964d 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_20780","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 2%\\n\u9b54\u529b\u4e0a\u9650\u603b\u964d 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30287","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 2.5%\\n\u9b54\u529b\u4e0a\u9650\u603b\u964d 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19977","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 3%\\n\u9b54\u529b\u4e0a\u9650\u603b\u964d 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29064","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1%\\n\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14608","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1.3%\\n\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37115","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1.5%\\n\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 20% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_195","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1.5%\\n\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24763","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 2%\\n\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52914","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 2.5%\\n\u6280\u80fd\u7684\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 30% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27842","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12001","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16250","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.7% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54022","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5949","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.9% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44531","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 1% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62254","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.2%\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53499","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.3%\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56648","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.4%\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_37137","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.5%\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43592","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.6%\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 8% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_50252","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.7%\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 8% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_11967","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.2%\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45101","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.3%\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52532","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.4%\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7155","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.5%\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5289","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.6%\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61183","text":"\u9b54\u529b\u6bcf\u79d2\u518d\u751f 0.7%\\n\u6280\u80fd\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_55506","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1%\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63201","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.2%\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_43718","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.4%\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_59604","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.7%\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18089","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +2%\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19694","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +2.3%\\n\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u51cf\u6162 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_19183","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -1.5%\\n\u53ec\u5524\u751f\u7269 +60% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27623","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -1.5%\\n\u53ec\u5524\u751f\u7269 +80% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15181","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -1.5%\\n\u53ec\u5524\u751f\u7269 +100% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_14857","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -1.5%\\n\u53ec\u5524\u751f\u7269 +100% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59962","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -1.5%\\n\u53ec\u5524\u751f\u7269 +130% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35425","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -1.5%\\n\u53ec\u5524\u751f\u7269 +160% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_65116","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37113","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_20535","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.8% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60460","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63053","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_33715","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.3% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_61306","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.2%\\n\u53ec\u5524\u751f\u7269 +25% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10891","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.3%\\n\u53ec\u5524\u751f\u7269 +25% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16716","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.4%\\n\u53ec\u5524\u751f\u7269 +25% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23328","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.3%\\n\u53ec\u5524\u751f\u7269 +35% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34473","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.5%\\n\u53ec\u5524\u751f\u7269 +35% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7914","text":"\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +0.7%\\n\u53ec\u5524\u751f\u7269 +35% \u66b4\u51fb\u4f24\u5bb3\u52a0\u6210 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_15153","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60254","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.2% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25573","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.4% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_461","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 25%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.7% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45166","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 25%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +2% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6040","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 25%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +2.3% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35298","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 12%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38943","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 16%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_30738","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 20%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_3646","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 18%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1020","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 24%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40386","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 30%\\n\u53ec\u5524\u751f\u7269\u7684\u66b4\u51fb\u4e0d\u9020\u6210\u989d\u5916\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_41072","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1439","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_33886","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 12% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_9467","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 14% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38455","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 18% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18132","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 22% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_32286","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 12%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19795","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 16%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_953","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 20%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35834","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 18%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23800","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 24%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4631","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 30%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62716","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 4%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37671","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 5%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21079","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 6%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e 10% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12574","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 8%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23110","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 10%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32879","text":"\u53ec\u5524\u751f\u7269\u7684\u653b\u51fb\u548c\u65bd\u6cd5\u901f\u5ea6\u52a0\u5feb 12%\\n\u53ec\u5524\u751f\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u964d\u4f4e 15% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63500","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269 +400 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8930","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269 +500 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55994","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269 +600 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_37196","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269 +700 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13450","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269 +850 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4381","text":"\u4f60\u6280\u80fd\u4e2d\u7684\u975e\u8bc5\u5492\u5149\u73af\u5bf9\u4f60\u7684\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269 +1000 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_47097","text":"\u53ec\u5524\u751f\u7269 +200 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10038","text":"\u53ec\u5524\u751f\u7269 +250 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63695","text":"\u53ec\u5524\u751f\u7269 +300 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_65408","text":"\u53ec\u5524\u751f\u7269 +300 \u547d\u4e2d\u503c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52588","text":"\u53ec\u5524\u751f\u7269 +400 \u547d\u4e2d\u503c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13322","text":"\u53ec\u5524\u751f\u7269 +500 \u547d\u4e2d\u503c \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23662","text":"\u53ec\u5524\u751f\u7269 +100 \u547d\u4e2d\u503c\\n\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41323","text":"\u53ec\u5524\u751f\u7269 +150 \u547d\u4e2d\u503c\\n\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59684","text":"\u53ec\u5524\u751f\u7269 +200 \u547d\u4e2d\u503c\\n\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_35654","text":"\u53ec\u5524\u751f\u7269 +160 \u547d\u4e2d\u503c\\n\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50537","text":"\u53ec\u5524\u751f\u7269 +240 \u547d\u4e2d\u503c\\n\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36539","text":"\u53ec\u5524\u751f\u7269 +320 \u547d\u4e2d\u503c\\n\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_64231","text":"\u53ec\u5524\u751f\u7269\u65e0\u6cd5\u9020\u6210\u66b4\u51fb\\n\u53ec\u5524\u751f\u7269\u7684\u51fb\u4e2d\u65e0\u6cd5\u88ab\u95ea\u907f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38146","text":"16% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u6ca1\u6709\u683c\u6863\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45946","text":"20% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u6ca1\u6709\u683c\u6863\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15859","text":"24% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u6ca1\u6709\u683c\u6863\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16794","text":"8% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u8be5\u88c5\u5907 -5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46204","text":"10% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u8be5\u88c5\u5907 -5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61128","text":"12% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u8be5\u88c5\u5907 -5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29676","text":"8% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 10% \u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45943","text":"10% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 10% \u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13479","text":"12% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 10% \u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_44918","text":"3% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37309","text":"4% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21290","text":"5% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_38645","text":"2% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27584","text":"3% \u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u9b54\u529b\u4e0a\u9650\u603b\u589e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3453","text":"\u8be5\u88c5\u5907 +8% \u653b\u51fb\u683c\u6321\u7387\\n\u65e0\u6cd5\u683c\u6321\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35885","text":"\u8be5\u88c5\u5907 +10% \u653b\u51fb\u683c\u6321\u7387\\n\u65e0\u6cd5\u683c\u6321\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10740","text":"\u8be5\u88c5\u5907 +12% \u653b\u51fb\u683c\u6321\u7387\\n\u65e0\u6cd5\u683c\u6321\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_61910","text":"\u8be5\u88c5\u5907 +8% \u653b\u51fb\u683c\u6321\u7387\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 10% \u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31334","text":"\u8be5\u88c5\u5907 +10% \u653b\u51fb\u683c\u6321\u7387\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 10% \u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10653","text":"\u8be5\u88c5\u5907 +12% \u653b\u51fb\u683c\u6321\u7387\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 10% \u4f24\u5bb3 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_38253","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 40%\\n\u8be5\u88c5\u5907 +6% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55499","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 40%\\n\u8be5\u88c5\u5907 +7% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53967","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 40%\\n\u8be5\u88c5\u5907 +8% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62967","text":"\u8be5\u88c5\u5907 +3% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53291","text":"\u8be5\u88c5\u5907 +4% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49101","text":"\u8be5\u88c5\u5907 +5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22831","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6 30\\n\u8be5\u88c5\u5907 +2% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35461","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6 30\\n\u8be5\u88c5\u5907 +3% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26072","text":"\u683c\u6321\u56de\u590d\u63d0\u9ad8 30%\\n\u8be5\u88c5\u5907 +2% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58091","text":"\u683c\u6321\u56de\u590d\u63d0\u9ad8 30%\\n\u8be5\u88c5\u5907 +3% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_767","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 40%\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7636","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 50%\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28204","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 60%\\n\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_12299","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 40%\\n\u8be5\u88c5\u5907 -5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35506","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 50%\\n\u8be5\u88c5\u5907 -5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49542","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 60%\\n\u8be5\u88c5\u5907 -5% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_25922","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 24% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51270","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 32% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56743","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_17105","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 15%\\n\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7426","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 20%\\n\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1499","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 25%\\n\u53d7\u5230\u7684\u53cd\u5c04\u4f24\u5bb3\u964d\u4f4e 40% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8978","text":"\u526f\u624b\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 25%\\n\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46560","text":"\u526f\u624b\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 25%\\n\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23032","text":"\u526f\u624b\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 25%\\n\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_48170","text":"+30% \u706b\u7130\u6297\u6027\\n-20% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46255","text":"+36% \u706b\u7130\u6297\u6027\\n-20% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1939","text":"+42% \u706b\u7130\u6297\u6027\\n-20% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_34076","text":"+30% \u706b\u7130\u6297\u6027\\n-20% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64548","text":"+36% \u706b\u7130\u6297\u6027\\n-20% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55594","text":"+42% \u706b\u7130\u6297\u6027\\n-20% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_26425","text":"-20% \u706b\u7130\u6297\u6027\\n+30% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63721","text":"-20% \u706b\u7130\u6297\u6027\\n+36% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26553","text":"-20% \u706b\u7130\u6297\u6027\\n+42% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_46096","text":"+30% \u51b0\u971c\u6297\u6027\\n-20% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4706","text":"+36% \u51b0\u971c\u6297\u6027\\n-20% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48151","text":"+42% \u51b0\u971c\u6297\u6027\\n-20% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_39456","text":"-20% \u51b0\u971c\u6297\u6027\\n+30% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33348","text":"-20% \u51b0\u971c\u6297\u6027\\n+36% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55088","text":"-20% \u51b0\u971c\u6297\u6027\\n+42% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_48524","text":"-20% \u706b\u7130\u6297\u6027\\n+30% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4743","text":"-20% \u706b\u7130\u6297\u6027\\n+36% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56747","text":"-20% \u706b\u7130\u6297\u6027\\n+42% \u95ea\u7535\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_48210","text":"-6% \u6240\u6709\u5143\u7d20\u6297\u6027\\n+19% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37612","text":"-6% \u6240\u6709\u5143\u7d20\u6297\u6027\\n+23% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3023","text":"-6% \u6240\u6709\u5143\u7d20\u6297\u6027\\n+27% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_31842","text":"+10% \u6240\u6709\u5143\u7d20\u6297\u6027\\n-13% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2115","text":"+12% \u6240\u6709\u5143\u7d20\u6297\u6027\\n-13% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55762","text":"+14% \u6240\u6709\u5143\u7d20\u6297\u6027\\n-13% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_62750","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 25%\\n+10% \u6240\u6709\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13326","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 25%\\n+12% \u6240\u6709\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39333","text":"\u8be5\u88c5\u5907\u7684\u62a4\u7532\u3001\u95ea\u907f\u548c\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 25%\\n+14% \u6240\u6709\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_55018","text":"+10% \u6240\u6709\u5143\u7d20\u6297\u6027\\n\u8be5\u88c5\u5907 -4% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54378","text":"+12% \u6240\u6709\u5143\u7d20\u6297\u6027\\n\u8be5\u88c5\u5907 -4% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34456","text":"+14% \u6240\u6709\u5143\u7d20\u6297\u6027\\n\u8be5\u88c5\u5907 -4% \u653b\u51fb\u683c\u6321\u7387 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_52469","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5%\\n+19% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20074","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5%\\n+23% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53851","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 5%\\n+27% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_40960","text":"+3% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n-2% \u51b0\u971c\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8586","text":"+4% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n-2% \u51b0\u971c\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42954","text":"+3% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n-2% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38786","text":"+4% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n-2% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48755","text":"-2% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n+3% \u51b0\u971c\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1707","text":"-2% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n+4% \u51b0\u971c\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54128","text":"+3% \u51b0\u971c\u6297\u6027\u4e0a\u9650\\n-2% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56323","text":"+4% \u51b0\u971c\u6297\u6027\u4e0a\u9650\\n-2% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28596","text":"-2% \u51b0\u971c\u6297\u6027\u4e0a\u9650\\n+3% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12450","text":"-2% \u51b0\u971c\u6297\u6027\u4e0a\u9650\\n+4% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32353","text":"-2% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n+3% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43668","text":"-2% \u706b\u7130\u6297\u6027\u4e0a\u9650\\n+4% \u95ea\u7535\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64699","text":"-5% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650\\n+1% \u5143\u7d20\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57187","text":"-5% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650\\n+2% \u5143\u7d20\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_43004","text":"+3% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650\\n-1% \u5143\u7d20\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64170","text":"+4% \u6df7\u6c8c\u6297\u6027\u4e0a\u9650\\n-1% \u5143\u7d20\u6297\u6027\u4e0a\u9650 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47597","text":"\u590d\u4ec7\u4e4b\u7075 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53600","text":"\u575a\u6bc5\u4e4b\u5fc3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40831","text":"\u8840\u9b54\u6cd5 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40058","text":"\u82e6\u75db\u7075\u66f2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54440","text":"\u5143\u7d20\u4e4b\u76f8 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49401","text":"\u94a2\u94c1\u4e4b\u63e1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55555","text":"\u96f6\u70b9\u5c04\u51fb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55846","text":"\u79fb\u5f62\u6362\u5f71 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54546","text":"\u7075\u80fd\u62a4\u4f53 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32554","text":"\u74e6\u5c14\u51a5\u7ea6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5084","text":"\u5143\u7d20\u8d85\u8f7d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_734","text":"\u706b\u4e4b\u5316\u8eab \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13138","text":"\u5f02\u80fd\u9b54\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1524","text":"\u5148\u7956\u9b42\u7ea6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5964","text":"\u3010\u73ab\u7ea2\u4e4b\u821e\u3011 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26382","text":"\u5b8c\u7f8e\u82e6\u75db \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31512","text":"\u7b26\u6587\u7ed1\u5b9a\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13719","text":"\u3010\u6597\u8f6c\u661f\u79fb\u3011 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43883","text":"\u53ec\u96c6\u90e8\u961f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47429","text":"\u60d8\u4fe1\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9834","text":"\u65e0\u4e0a\u81ea\u6211 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2589","text":"\u7a7f\u523a\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11654","text":"\u90aa\u6cd5\u5b97\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48723","text":"\u5fd8\u5ddd\u4e4b\u5f71 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51989","text":"\u5e7d\u7075\u821e\u6b65 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12316","text":"\u591a\u9762\u597d\u624b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17221","text":"\u6cd5\u5e08\u514b\u661f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11917","text":"\u552f\u6211\u72ec\u5c0a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33292","text":"\u795e\u5a01\u4e4b\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23672","text":"\u94a2\u94c1\u610f\u5fd7 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23100","text":"\u6076\u6bd2\u7ed3\u754c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38218","text":"\u98ce\u821e\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13026","text":"\u80fd\u91cf\u8fde\u63a5 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55817","text":"\u6295\u5c04\u7269\u95ea\u907f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58601","text":"\u6280\u827a\u7cbe\u6e5b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28028","text":"\u9738\u4f53 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63722","text":"\u70c8\u58eb\u610f\u5fd7 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54463","text":"\u5931\u8861\u536b\u58eb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63167","text":"\u9751\u6625\u6c38\u9a7b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20902","text":"\u5fc3\u7075\u5347\u534e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57589","text":"\u72c2\u70ed\u8a93\u8a00 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20233","text":"\u5206\u914d \u72e9\u730e\u4e4b\u5f81 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11135","text":"\u5206\u914d \u81f4\u547d\u7bad\u77e2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34918","text":"\u5206\u914d \u5f3a\u5f29 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23716","text":"\u5206\u914d \u8fdc\u89c6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11463","text":"\u5206\u914d \u98de\u77e2\u5b97\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52601","text":"\u5206\u914d \u5f3a\u5f29\u4e4b\u5f26 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33664","text":"\u5206\u914d \u9e70\u7075\u795d\u798f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63592","text":"\u5206\u914d \u730e\u4eba\u4e4b\u52bf \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_754","text":"\u5206\u914d \u957f\u6756\u5316\u8eab \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14648","text":"\u5206\u914d \u6c89\u91cd\u4e4b\u51fb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57628","text":"\u5206\u914d \u6756\u5f71\u5c4f\u969c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17284","text":"\u5206\u914d \u8eab\u575a\u5982\u94c1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26349","text":"\u5206\u914d \u62a4\u536b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12315","text":"\u5206\u914d \u9ebb\u75f9\u521b\u4f24 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23099","text":"\u5206\u914d \u4e0e\u6c34\u540c\u884c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63647","text":"\u5206\u914d \u86c7\u5f71\u6218\u9635 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51220","text":"\u5206\u914d \u79d8\u5deb\u9632\u5fa1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26236","text":"\u5206\u914d \u79d8\u5deb\u4e4b\u89e6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55102","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u5de7\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64677","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u5243\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26352","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u5200\u5251\u5b97\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15254","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u5251\u821e\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11190","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u81f4\u547d\u4e4b\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14008","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u6b8b\u66b4\u4e4b\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51508","text":"\u5206\u914d \u5de7\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18556","text":"\u5206\u914d \u5243\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35529","text":"\u5206\u914d \u5200\u5251\u5b97\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59490","text":"\u5206\u914d \u5251\u821e\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18825","text":"\u5206\u914d \u81f4\u547d\u4e4b\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25571","text":"\u5206\u914d \u6b8b\u66b4\u4e4b\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32956","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u7834\u654c\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57395","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u65a7\u5203\u5b97\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13478","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u65a9\u654c\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55147","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u5288\u780d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39346","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u51b7\u8840 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64867","text":"\u5206\u914d \u7834\u654c\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28030","text":"\u5206\u914d \u65a7\u5203\u5b97\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31444","text":"\u5206\u914d \u65a9\u654c\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35745","text":"\u5206\u914d \u5288\u780d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44720","text":"\u5206\u914d \u51b7\u8840 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60684","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u5f00\u819b\u624b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45449","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u94bb\u51fb\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52612","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u788e\u9885 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25501","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u7834\u9aa8 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55042","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u94c1\u5320\u4e4b\u6376 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2954","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u805a\u80fd\u4e4b\u9524 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59077","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u75db\u82e6\u5927\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5812","text":"\u5206\u914d \u5f00\u819b\u624b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52732","text":"\u5206\u914d \u94bb\u51fb\u8005 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54251","text":"\u5206\u914d \u788e\u9885 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8288","text":"\u5206\u914d \u7834\u9aa8 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62298","text":"\u5206\u914d \u94c1\u5320\u4e4b\u6376 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53120","text":"\u5206\u914d \u805a\u80fd\u4e4b\u9524 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_544","text":"\u5206\u914d \u75db\u82e6\u5927\u5e08 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65141","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u56de\u8f6c\u6b7b\u795e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11983","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u751f\u547d\u6536\u5272 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28407","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u9e70\u96bc\u4e4b\u722a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15353","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u9e4a\u722a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7564","text":"\u653b\u51fb\u901f\u5ea6\u51cf\u6162 5%\\n\u5206\u914d \u730e\u9e70\u4e4b\u722a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65149","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u6bd2\u86c7\u4e4b\u7259 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49729","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u5f71\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46754","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u5077\u88ad \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61445","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u5265\u76ae\u5203 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5767","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u591c\u88ad \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58090","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u98ce\u66b4\u51b2\u51fb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65074","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u805a\u7075\u4e4b\u6756 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38172","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u89e3\u79bb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37831","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u667a\u6167\u4e4b\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36062","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u6597\u6756\u8005\u4e4b\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28231","text":"\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 -0.5%\\n\u5206\u914d \u7eeb\u5f69\u4ea4\u7ec7 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4763","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u9f9f\u7532\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11912","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u590d\u4ec7 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40939","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u504f\u8f6c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60620","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u6297\u4e89 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17627","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u94a2\u94c1\u547d\u4ee4 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43899","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u597d\u6218\u58c1\u5792 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45176","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u5e87\u62a4\u5723\u6240 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57539","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u62a4\u536b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47301","text":"\u8be5\u88c5\u5907 -3% \u653b\u51fb\u683c\u6321\u7387\\n\u5206\u914d \u5965\u672f\u5723\u6240 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_363","text":"+8% \u54c1\u8d28 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36830","text":"+12% \u54c1\u8d28 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19741","text":"+16% \u54c1\u8d28 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_57959","text":"+12% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-15% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30604","text":"+16% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-15% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21230","text":"+24% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-30% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52413","text":"+32% \u706b\u7130\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-30% \u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35724","text":"+12% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-15% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35512","text":"+16% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-15% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53003","text":"+24% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-30% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39561","text":"+32% \u51b0\u971c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-30% \u51b0\u971c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8619","text":"+12% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-15% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42622","text":"+16% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-15% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31159","text":"+24% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-30% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12773","text":"+32% \u6df7\u6c8c\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n-30% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42365","text":"+12% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 6% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29824","text":"+16% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 6% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47932","text":"+24% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 12% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36838","text":"+32% \u7269\u7406\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 12% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58446","text":"-8% \u6240\u6709\u5143\u7d20\u6297\u6027\\n\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f 8% \u7684\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13134","text":"-8% \u6240\u6709\u5143\u7d20\u6297\u6027\\n\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f 10% \u7684\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47276","text":"-13% \u6df7\u6c8c\u6297\u6027\\n\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f 8% \u7684\u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48398","text":"-13% \u6df7\u6c8c\u6297\u6027\\n\u8be5\u6b66\u5668\u7684\u653b\u51fb\u7a7f\u900f 10% \u7684\u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11829","text":"\u6548\u679c\u533a\u57df\u7f29\u5c0f 10%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u81f3\u5c11\u51fb\u8d25 5 \u540d\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12748","text":"\u6548\u679c\u533a\u57df\u7f29\u5c0f 10%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u81f3\u5c11\u51fb\u8d25 5 \u540d\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27279","text":"\u6548\u679c\u533a\u57df\u7f29\u5c0f 20%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u81f3\u5c11\u51fb\u8d25 5 \u540d\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19630","text":"\u6548\u679c\u533a\u57df\u7f29\u5c0f 20%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u81f3\u5c11\u51fb\u8d25 5 \u540d\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u6269\u5927 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23168","text":"\u6548\u679c\u533a\u57df\u6269\u5927 20%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u7f29\u5c0f 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61296","text":"\u6548\u679c\u533a\u57df\u6269\u5927 24%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u7f29\u5c0f 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45341","text":"\u6548\u679c\u533a\u57df\u6269\u5927 32%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u7f29\u5c0f 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16087","text":"\u6548\u679c\u533a\u57df\u6269\u5927 40%\\n\u82e5\u4f60\u8fd1\u671f\u5185\u6709\u51fb\u8d25\u654c\u4eba\uff0c\u5219\u6548\u679c\u533a\u57df\u7f29\u5c0f 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56727","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 25%\\n\u6295\u5c04\u7269\u4f24\u5bb3\u964d\u4f4e 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7664","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 35%\\n\u6295\u5c04\u7269\u4f24\u5bb3\u964d\u4f4e 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8711","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 40%\\n\u6295\u5c04\u7269\u4f24\u5bb3\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14571","text":"\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 55%\\n\u6295\u5c04\u7269\u4f24\u5bb3\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14756","text":"\u7bad\u77e2\u8fde\u9501 +1 \u6b21\\n\u8fde\u9501\u8303\u56f4\u7f29\u5c0f 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17027","text":"\u8fde\u9501\u8303\u56f4\u6269\u5927 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8887","text":"\u8fde\u9501\u8303\u56f4\u6269\u5927 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_33564","text":"\u8fde\u9501\u8303\u56f4\u6269\u5927 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6460","text":"\u8fde\u9501\u8303\u56f4\u6269\u5927 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24366","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47557","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f 1 \u4e2a\u989d\u5916\u76ee\u6807 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19393","text":"\u6295\u5c04\u7269\u4f1a\u7a7f\u900f 2 \u4e2a\u989d\u5916\u76ee\u6807 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17809","text":"\u6295\u5c04\u7269\u5206\u88c2\u65f6\uff0c\u6709 30% \u7684\u51e0\u7387\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u6295\u5c04\u7269 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26983","text":"\u6295\u5c04\u7269\u5206\u88c2\u65f6\uff0c\u6709 40% \u7684\u51e0\u7387\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u6295\u5c04\u7269 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62302","text":"\u6295\u5c04\u7269\u5206\u88c2\u65f6\uff0c\u6709 50% \u7684\u51e0\u7387\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u6295\u5c04\u7269 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46279","text":"\u6295\u5c04\u7269\u5206\u88c2\u65f6\uff0c\u6709 75% \u7684\u51e0\u7387\u53d1\u5c04\u4e00\u4e2a\u989d\u5916\u6295\u5c04\u7269 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52505","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 15%\\n\u5370\u8bb0\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33393","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 20%\\n\u5370\u8bb0\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 100% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_43737","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 30%\\n\u5370\u8bb0\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 200% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27026","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u63d0\u9ad8 40%\\n\u5370\u8bb0\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 200% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40585","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u6709 6% \u7684\u51e0\u7387\u5728\u4f60\u51fb\u4e2d\u88ab\u6807\u8bb0\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38100","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u6709 10% \u7684\u51e0\u7387\u5728\u4f60\u51fb\u4e2d\u88ab\u6807\u8bb0\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19078","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u964d\u4f4e 20%\\n\u6709 12% \u7684\u51e0\u7387\u5728\u4f60\u51fb\u4e2d\u88ab\u6807\u8bb0\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63122","text":"\u4f60\u7684\u5370\u8bb0\u6280\u80fd\u7684\u6548\u679c\u964d\u4f4e 20%\\n\u6709 20% \u7684\u51e0\u7387\u5728\u4f60\u51fb\u4e2d\u88ab\u6807\u8bb0\u7684\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53927","text":"\u5bf9\u88ab\u6807\u8bb0\u654c\u4eba\u7684\u547d\u4e2d\u503c\u603b\u964d 25%\\n\u7ec8\u7ed3\u88ab\u6807\u8bb0\u7684\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21842","text":"\u5bf9\u88ab\u6807\u8bb0\u654c\u4eba\u7684\u547d\u4e2d\u503c\u603b\u964d 15%\\n\u7ec8\u7ed3\u88ab\u6807\u8bb0\u7684\u654c\u4eba \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62540","text":"\u6b66\u5668\u8303\u56f4 +0.2 \u7c73 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21482","text":"\u6b66\u5668\u8303\u56f4 +0.3 \u7c73 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11868","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 30%\\n\u653b\u51fb\u4f24\u5bb3\u7684 0.5% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16333","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 30%\\n\u653b\u51fb\u4f24\u5bb3\u7684 0.8% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7749","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 60%\\n\u653b\u51fb\u4f24\u5bb3\u7684 1% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42585","text":"\u751f\u547d\u5077\u53d6\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 60%\\n\u653b\u51fb\u4f24\u5bb3\u7684 1.6% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2957","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 30%\\n\u653b\u51fb\u4f24\u5bb3\u7684 0.5% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48517","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 30%\\n\u653b\u51fb\u4f24\u5bb3\u7684 0.8% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21744","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 60%\\n\u653b\u51fb\u4f24\u5bb3\u7684 1% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44519","text":"\u4ece\u9b54\u529b\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 60%\\n\u653b\u51fb\u4f24\u5bb3\u7684 1.6% \u8f6c\u5316\u4e3a\u9b54\u529b\u5077\u53d6 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46610","text":"\u6cd5\u672f\u4f24\u5bb3\u7684 0.5% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\\n\u4ece\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41746","text":"\u6cd5\u672f\u4f24\u5bb3\u7684 0.8% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\\n\u4ece\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44243","text":"\u6cd5\u672f\u4f24\u5bb3\u7684 1% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\\n\u4ece\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 60% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9278","text":"\u6cd5\u672f\u4f24\u5bb3\u7684 1.6% \u8f6c\u5316\u4e3a\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\\n\u4ece\u80fd\u91cf\u62a4\u76fe\u5077\u53d6\u4e2d\u83b7\u5f97\u7684\u6bcf\u79d2\u603b\u6062\u590d\u91cf\u63d0\u9ad8 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13565","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u751f\u547d\u603b\u6062\u590d\u91cf\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22548","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u751f\u547d\u603b\u6062\u590d\u91cf\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37782","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u9b54\u529b\u603b\u6062\u590d\u91cf\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19876","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u9b54\u529b\u603b\u6062\u590d\u91cf\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31754","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u603b\u6062\u590d\u91cf\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45015","text":"\u5077\u53d6\u7684\u6bcf\u79d2\u6700\u5927\u80fd\u91cf\u62a4\u76fe\u603b\u6062\u590d\u91cf\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_51609","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 15 \u70b9\u751f\u547d\\n\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u4f7f\u4f60\u6d41\u5931 2 \u70b9\u9b54\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27695","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 25 \u70b9\u751f\u547d\\n\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u4f7f\u4f60\u6d41\u5931 2 \u70b9\u9b54\u529b \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57442","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u4f7f\u4f60\u6d41\u5931 4 \u70b9\u751f\u547d\\n\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 6 \u70b9\u9b54\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21451","text":"\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u4f7f\u4f60\u6d41\u5931 4 \u70b9\u751f\u547d\\n\u6bcf\u51fb\u4e2d\u4e00\u540d\u654c\u4eba\u83b7\u5f97 8 \u70b9\u9b54\u529b \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57650","text":"\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 5%\\n\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47350","text":"\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 5%\\n\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5636","text":"\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 10%\\n\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13587","text":"\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 10%\\n\u4f4d\u79fb\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8907","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 8%\\n\u4f60\u7684\u65c5\u884c\u6280\u80fd\u88ab\u7981\u7528 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13677","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 12%\\n\u4f60\u7684\u65c5\u884c\u6280\u80fd\u88ab\u7981\u7528 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36100","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 14%\\n\u4f60\u7684\u65c5\u884c\u6280\u80fd\u88ab\u7981\u7528 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65064","text":"\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 18%\\n\u4f60\u7684\u65c5\u884c\u6280\u80fd\u88ab\u7981\u7528 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46949","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u964d\u4f4e 20%\\n\u4f60\u6253\u51fa\u66b4\u51fb\u65f6\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14555","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u964d\u4f4e 20%\\n\u4f60\u6253\u51fa\u66b4\u51fb\u65f6\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19007","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u964d\u4f4e 20%\\n\u4f60\u6253\u51fa\u66b4\u51fb\u65f6\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31720","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u964d\u4f4e 20%\\n\u4f60\u6253\u51fa\u66b4\u51fb\u65f6\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97\u3010\u79d8\u672f\u589e\u5f3a\u3011 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16813","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 20%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21824","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 25%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7072","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 40%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15873","text":"\u4f60\u8eab\u4e0a\u7684\u79d8\u672f\u589e\u5f3a\u6548\u679c\u63d0\u9ad8 50%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48120","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a 20%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62358","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a 25%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7250","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a 40%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36479","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u589e\u5f3a 50%\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16415","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u51cf\u5f31 20%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50638","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u51cf\u5f31 20%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37854","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u51cf\u5f31 20%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42653","text":"\u4f60\u53d7\u5230\u7684\u731b\u653b\u6548\u679c\u51cf\u5f31 20%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u6709 30% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29110","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15242","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53459","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51046","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 30% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_38951","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11222","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48825","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44702","text":"\u51fb\u8d25\u654c\u4eba\u65f6\u6709 30% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u8ff7\u8e2a\u3011\u72b6\u6001\\n\u4f60\u53d7\u5230\u7684\u6709\u76ca\u6548\u679c\u6d88\u51cf\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26708","text":"\u4f7f\u7528\u8be5\u6b66\u5668\u65f6\uff0c\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e 15%\\n\u4f60\u8fd1\u6218\u547d\u4e2d\u5e76\u6655\u7729\u654c\u4eba\u65f6\uff0c\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37711","text":"\u4f7f\u7528\u8be5\u6b66\u5668\u65f6\uff0c\u654c\u4eba\u6655\u7729\u95e8\u69db\u964d\u4f4e 25%\\n\u4f60\u8fd1\u6218\u547d\u4e2d\u5e76\u6655\u7729\u654c\u4eba\u65f6\uff0c\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97 1 \u4e2a\u8010\u529b\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12799","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u63d0\u9ad8 15%\\n\u6709 16% \u7684\u51e0\u7387\u4f7f\u6655\u7729\u65f6\u95f4\u5ef6\u957f 1 \u500d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47136","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u63d0\u9ad8 15%\\n\u6709 24% \u7684\u51e0\u7387\u4f7f\u6655\u7729\u65f6\u95f4\u5ef6\u957f 1 \u500d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56505","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u63d0\u9ad8 30%\\n\u6709 35% \u7684\u51e0\u7387\u4f7f\u6655\u7729\u65f6\u95f4\u5ef6\u957f 1 \u500d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3899","text":"\u654c\u4eba\u6655\u7729\u95e8\u69db\u63d0\u9ad8 30%\\n\u6709 45% \u7684\u51e0\u7387\u4f7f\u6655\u7729\u65f6\u95f4\u5ef6\u957f 1 \u500d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63697","text":"\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 30%\\n\u5e26\u7729\u6655\u6548\u679c\u7684\u8fd1\u6218\u51fb\u4e2d\u6709 15% \u7684\u51e0\u7387\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47914","text":"\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 30%\\n\u5e26\u7729\u6655\u6548\u679c\u7684\u8fd1\u6218\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25591","text":"\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 30%\\n\u5e26\u7729\u6655\u6548\u679c\u7684\u8fd1\u6218\u51fb\u4e2d\u6709 30% \u7684\u51e0\u7387\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28041","text":"\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 30%\\n\u5e26\u7729\u6655\u6548\u679c\u7684\u8fd1\u6218\u51fb\u4e2d\u6709 40% \u7684\u51e0\u7387\u63d0\u4f9b\u62a4\u4f53\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14934","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 15%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13267","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12659","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57477","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31146","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 10%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58058","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 10%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13068","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 10%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58671","text":"\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 10%\\n\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18557","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u964d\u4f4e 10%\\n\u66b4\u51fb\u65f6\u6709 40% \u7684\u51e0\u7387\u83b7\u5f97 1 \u5145\u80fd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19445","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u964d\u4f4e 10%\\n\u66b4\u51fb\u65f6\u6709 50% \u7684\u51e0\u7387\u83b7\u5f97 1 \u5145\u80fd \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27098","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u964d\u4f4e 10%\\n\u66b4\u51fb\u65f6\u6709 80% \u7684\u51e0\u7387\u83b7\u5f97 1 \u5145\u80fd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32798","text":"\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u964d\u4f4e 10%\\n\u66b4\u51fb\u65f6\u83b7\u5f97 1 \u5145\u80fd \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46510","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u964d\u4f4e 15%\\n\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36378","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u964d\u4f4e 15%\\n\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13126","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u964d\u4f4e 20%\\n\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17815","text":"\u836f\u5242\u5145\u80fd\u83b7\u53d6\u964d\u4f4e 20%\\n\u4f60\u8eab\u4e0a\u7684\u836f\u5242\u6548\u679c\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35515","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u964d\u4f4e 10%\\n\u82e5\u6301\u7eed\u65f6\u95f4\u8017\u51cf\u4e86 50%\uff0c\u4f60\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52202","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u964d\u4f4e 10%\\n\u82e5\u6301\u7eed\u65f6\u95f4\u8017\u51cf\u4e86 50%\uff0c\u4f60\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65383","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u82e5\u6301\u7eed\u65f6\u95f4\u8017\u51cf\u4e86 50%\uff0c\u4f60\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 35% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24945","text":"\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u964d\u4f4e 15%\\n\u82e5\u6301\u7eed\u65f6\u95f4\u8017\u51cf\u4e86 50%\uff0c\u4f60\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60536","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 15%\\n\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51893","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 15%\\n\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62924","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 25%\\n\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47411","text":"\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 25%\\n\u4f60\u6240\u65bd\u653e\u8bc5\u5492\u7684\u6548\u679c\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31704","text":"\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 20%\\n\u9b54\u86ca\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56162","text":"\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 20%\\n\u9b54\u86ca\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26338","text":"\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 30%\\n\u9b54\u86ca\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 80% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13592","text":"\u9b54\u86ca\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 30%\\n\u9b54\u86ca\u6280\u80fd\u7684\u6280\u80fd\u6548\u679c\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 100% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7899","text":"\u88c5\u5907\u7bad\u888b\u83b7\u5f97\u7684\u52a0\u6210\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43755","text":"\u88c5\u5907\u7bad\u888b\u83b7\u5f97\u7684\u52a0\u6210\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54008","text":"\u5730\u96f7\u6295\u63b7\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 15%\\n\u5730\u96f7\u6709 10% \u7684\u51e0\u7387\u989d\u5916\u5f15\u7206\u4e00\u6b21 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9503","text":"\u5730\u96f7\u6295\u63b7\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 15%\\n\u5730\u96f7\u6709 14% \u7684\u51e0\u7387\u989d\u5916\u5f15\u7206\u4e00\u6b21 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61911","text":"\u5730\u96f7\u6295\u63b7\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 25%\\n\u5730\u96f7\u6709 16% \u7684\u51e0\u7387\u989d\u5916\u5f15\u7206\u4e00\u6b21 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29399","text":"\u5730\u96f7\u6295\u63b7\u6280\u80fd\u7684\u9b54\u529b\u4fdd\u7559\u6548\u80fd\u964d\u4f4e 25%\\n\u5730\u96f7\u6709 20% \u7684\u51e0\u7387\u989d\u5916\u5f15\u7206\u4e00\u6b21 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65267","text":"\u5730\u96f7\u7c7b\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 40%\\n\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2040","text":"\u5730\u96f7\u7c7b\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 40%\\n\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31177","text":"\u5730\u96f7\u7c7b\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 60%\\n\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28618","text":"\u5730\u96f7\u7c7b\u6280\u80fd\u7684\u6548\u679c\u533a\u57df\u7f29\u5c0f 60%\\n\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 70% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_33321","text":"\u9677\u9631\u89e6\u53d1\u8303\u56f4\u7f29\u5c0f 40%\\n\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59272","text":"\u9677\u9631\u89e6\u53d1\u8303\u56f4\u7f29\u5c0f 40%\\n\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55819","text":"\u9677\u9631\u89e6\u53d1\u8303\u56f4\u7f29\u5c0f 60%\\n\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb 18% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24408","text":"\u9677\u9631\u89e6\u53d1\u8303\u56f4\u7f29\u5c0f 60%\\n\u9677\u9631\u6295\u63b7\u901f\u5ea6\u52a0\u5feb 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27039","text":"\u9677\u9631\u6269\u6563\u8303\u56f4\u7f29\u5c0f 25%\\n\u6280\u80fd\u6295\u51fa\u7684\u9677\u9631\u4f1a\u88ab\u968f\u673a\u6254\u5728\u76ee\u6807\u4f4d\u7f6e\u9644\u8fd1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65092","text":"\u9677\u9631\u6269\u6563\u8303\u56f4\u7f29\u5c0f 25%\\n\u6280\u80fd\u6295\u51fa\u7684\u9677\u9631\u4f1a\u88ab\u968f\u673a\u6254\u5728\u76ee\u6807\u4f4d\u7f6e\u9644\u8fd1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23336","text":"\u70d9\u5370\u7684\u6548\u679c\u533a\u57df\u5728\u9644\u7740\u6301\u7eed\u65f6\u95f4\u6d88\u51cf 50% \u7684\u60c5\u51b5\u4e0b\u6269\u5927 25%\\n\u70d9\u5370\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60324","text":"\u70d9\u5370\u7684\u6548\u679c\u533a\u57df\u5728\u9644\u7740\u6301\u7eed\u65f6\u95f4\u6d88\u51cf 50% \u7684\u60c5\u51b5\u4e0b\u6269\u5927 40%\\n\u70d9\u5370\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46069","text":"\u70d9\u5370\u7684\u6548\u679c\u533a\u57df\u5728\u9644\u7740\u6301\u7eed\u65f6\u95f4\u6d88\u51cf 50% \u7684\u60c5\u51b5\u4e0b\u6269\u5927 45%\\n\u70d9\u5370\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60029","text":"\u70d9\u5370\u7684\u6548\u679c\u533a\u57df\u5728\u9644\u7740\u6301\u7eed\u65f6\u95f4\u6d88\u51cf 50% \u7684\u60c5\u51b5\u4e0b\u6269\u5927 60%\\n\u70d9\u5370\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55709","text":"\u3010\u70d9\u5370\u53ec\u56de\u3011\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 40%\\n\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30416","text":"\u3010\u70d9\u5370\u53ec\u56de\u3011\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 40%\\n\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21875","text":"\u3010\u70d9\u5370\u53ec\u56de\u3011\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 60%\\n\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 75% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2129","text":"\u3010\u70d9\u5370\u53ec\u56de\u3011\u51b7\u5374\u56de\u590d\u901f\u5ea6\u51cf\u6162 60%\\n\u70d9\u5370\u7684\u9644\u7740\u8303\u56f4\u6269\u5927 100% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10733","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb -15%\\n\u53ef\u4ee5\u53ec\u5524\u56fe\u817e\u7684\u6280\u80fd\u6709 25% \u7684\u51e0\u7387\u53ec\u5524\u4e24\u4e2a\u56fe\u817e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29042","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb -15%\\n\u53ef\u4ee5\u53ec\u5524\u56fe\u817e\u7684\u6280\u80fd\u6709 40% \u7684\u51e0\u7387\u53ec\u5524\u4e24\u4e2a\u56fe\u817e \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13996","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb -25%\\n\u53ef\u4ee5\u53ec\u5524\u56fe\u817e\u7684\u6280\u80fd\u6709 50% \u7684\u51e0\u7387\u53ec\u5524\u4e24\u4e2a\u56fe\u817e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21957","text":"\u56fe\u817e\u653e\u7f6e\u901f\u5ea6\u52a0\u5feb -25%\\n\u53ef\u4ee5\u53ec\u5524\u56fe\u817e\u7684\u6280\u80fd\u6709 70% \u7684\u51e0\u7387\u53ec\u5524\u4e24\u4e2a\u56fe\u817e \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42107","text":"\u56fe\u817e\u7684\u751f\u547d\u964d\u4f4e 15%\\n\u56fe\u817e\u88ab\u51fb\u8d25\u65f6\u7206\u70b8\uff0c\u9020\u6210\u7b49\u4e8e\u5b83 10% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40178","text":"\u56fe\u817e\u7684\u751f\u547d\u964d\u4f4e 15%\\n\u56fe\u817e\u88ab\u51fb\u8d25\u65f6\u7206\u70b8\uff0c\u9020\u6210\u7b49\u4e8e\u5b83 15% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53390","text":"\u56fe\u817e\u7684\u751f\u547d\u964d\u4f4e 25%\\n\u56fe\u817e\u88ab\u51fb\u8d25\u65f6\u7206\u70b8\uff0c\u9020\u6210\u7b49\u4e8e\u5b83 20% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27222","text":"\u56fe\u817e\u7684\u751f\u547d\u964d\u4f4e 25%\\n\u56fe\u817e\u88ab\u51fb\u8d25\u65f6\u7206\u70b8\uff0c\u9020\u6210\u7b49\u4e8e\u5b83 30% \u751f\u547d\u7684\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10968","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 30%\\n\u541f\u5531\u65f6\u4e0d\u53d7\u51b0\u7f13\u5f71\u54cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8946","text":"\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 30%\\n\u541f\u5531\u65f6\u4e0d\u53d7\u611f\u7535\u5f71\u54cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30458","text":"\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 20%\\n\u6218\u543c\u6280\u80fd\u7684\u6548\u679c\u8303\u56f4\u964d\u4f4e 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12271","text":"\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 30%\\n\u6218\u543c\u6280\u80fd\u7684\u6548\u679c\u8303\u56f4\u964d\u4f4e 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37061","text":"\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 35%\\n\u6218\u543c\u6280\u80fd\u7684\u6548\u679c\u8303\u56f4\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42216","text":"\u6218\u543c\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50%\\n\u6218\u543c\u6280\u80fd\u7684\u6548\u679c\u8303\u56f4\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_235","text":"\u4f24\u5bb3\u964d\u4f4e 30%\\n\u8fd1\u671f\u5185\u4f60\u6bcf\u6b21\u4f7f\u7528\u6218\u543c\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56597","text":"\u4f24\u5bb3\u964d\u4f4e 30%\\n\u8fd1\u671f\u5185\u4f60\u6bcf\u6b21\u4f7f\u7528\u6218\u543c\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45237","text":"\u4f24\u5bb3\u964d\u4f4e 50%\\n\u8fd1\u671f\u5185\u4f60\u6bcf\u6b21\u4f7f\u7528\u6218\u543c\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53485","text":"\u4f24\u5bb3\u964d\u4f4e 50%\\n\u8fd1\u671f\u5185\u4f60\u6bcf\u6b21\u4f7f\u7528\u6218\u543c\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8745","text":"6% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba\\n\u65e0\u6cd5\u9020\u6210\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5815","text":"10% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba\\n\u65e0\u6cd5\u9020\u6210\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25969","text":"12% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba\\n\u65e0\u6cd5\u9020\u6210\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10993","text":"20% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba\\n\u65e0\u6cd5\u9020\u6210\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7406","text":"6% \u7684\u51e0\u7387\u9020\u6210\u6613\u788e\\n\u65e0\u6cd5\u9020\u6210\u51bb\u7ed3\u6216\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47746","text":"10% \u7684\u51e0\u7387\u9020\u6210\u6613\u788e\\n\u65e0\u6cd5\u9020\u6210\u51bb\u7ed3\u6216\u51b0\u7f13 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45525","text":"12% \u7684\u51e0\u7387\u9020\u6210\u6613\u788e\\n\u65e0\u6cd5\u9020\u6210\u51bb\u7ed3\u6216\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5275","text":"20% \u7684\u51e0\u7387\u9020\u6210\u6613\u788e\\n\u65e0\u6cd5\u9020\u6210\u51bb\u7ed3\u6216\u51b0\u7f13 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28578","text":"6% \u7684\u51e0\u7387\u9020\u6210\u529b\u7aed\\n\u65e0\u6cd5\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38841","text":"10% \u7684\u51e0\u7387\u9020\u6210\u529b\u7aed\\n\u65e0\u6cd5\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1057","text":"12% \u7684\u51e0\u7387\u9020\u6210\u529b\u7aed\\n\u65e0\u6cd5\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15393","text":"20% \u7684\u51e0\u7387\u9020\u6210\u529b\u7aed\\n\u65e0\u6cd5\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61410","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u706b\u7130\u66dd\u9732\\n\u5f53\u4f60\u53d7\u5230\u706b\u7130\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 25% \u7684\u51e0\u7387\u53d7\u5230\u706b\u7130\u66dd\u9732 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64950","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u51b0\u971c\u66dd\u9732\\n\u5f53\u4f60\u53d7\u5230\u51b0\u971c\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 25% \u7684\u51e0\u7387\u53d7\u5230\u51b0\u971c\u66dd\u9732 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63373","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u95ea\u7535\u66dd\u9732\\n\u5f53\u4f60\u53d7\u5230\u95ea\u7535\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 25% \u7684\u51e0\u7387\u53d7\u5230\u95ea\u7535\u66dd\u9732 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31006","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u706b\u7130\u3001\u51b0\u971c\u548c\u95ea\u7535\u66dd\u9732\\n\u5f53\u4f60\u53d7\u5230\u5143\u7d20\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 25% \u7684\u51e0\u7387\u53d7\u5230\u4e00\u4e2a\u968f\u673a\u66dd\u9732 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50147","text":"\u51fb\u4e2d\u6709 6% \u7684\u51e0\u7387\u65bd\u52a0\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed 2 \u79d2\\n\u5f53\u4f60\u53d7\u5230\u6df7\u6c8c\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 25% \u7684\u51e0\u7387\u53d7\u5230\u6b7b\u4ea1\u51cb\u96f6 2 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3992","text":"\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed 2 \u79d2\\n\u5f53\u4f60\u53d7\u5230\u6df7\u6c8c\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 25% \u7684\u51e0\u7387\u53d7\u5230\u6b7b\u4ea1\u51cb\u96f6 2 \u79d2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64266","text":"\u51fb\u4e2d\u6709 10% \u7684\u51e0\u7387\u65bd\u52a0\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed 2 \u79d2\\n\u5f53\u4f60\u53d7\u5230\u6df7\u6c8c\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 50% \u7684\u51e0\u7387\u53d7\u5230\u6b7b\u4ea1\u51cb\u96f6 2 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5839","text":"\u51fb\u4e2d\u6709 15% \u7684\u51e0\u7387\u65bd\u52a0\u6b7b\u4ea1\u51cb\u96f6\uff0c\u6301\u7eed 2 \u79d2\\n\u5f53\u4f60\u53d7\u5230\u6df7\u6c8c\u4f24\u5bb3\u51fb\u4e2d\u65f6\uff0c\u6709 50% \u7684\u51e0\u7387\u53d7\u5230\u6b7b\u4ea1\u51cb\u96f6 2 \u79d2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58438","text":"\u538b\u5236 15% \u7269\u7406\u4f24\u5bb3\u51cf\u514d\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 5% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5001","text":"\u538b\u5236 20% \u7269\u7406\u4f24\u5bb3\u51cf\u514d\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 5% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_61314","text":"\u538b\u5236 24% \u7269\u7406\u4f24\u5bb3\u51cf\u514d\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 10% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31469","text":"\u538b\u5236 32% \u7269\u7406\u4f24\u5bb3\u51cf\u514d\\n\u51fb\u4e2d\u4f60\u65f6\u538b\u5236 10% \u7684\u7269\u7406\u4f24\u5bb3\u51cf\u514d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6296","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f 30%\\n\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8367","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f 40%\\n\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47066","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f 60%\\n\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24790","text":"\u654c\u4eba\u88ab\u6655\u7729\u65f6\u95f4\u5ef6\u957f 80%\\n\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52209","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47635","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30%\\n\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36444","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 35%\\n\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53058","text":"\u654c\u4eba\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 50%\\n\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35919","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10714","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30%\\n\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60228","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 35%\\n\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44882","text":"\u654c\u4eba\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 50%\\n\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_20196","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15345","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30%\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7506","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 35%\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51336","text":"\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 50%\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32432","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 10%\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42655","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 15%\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22538","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 18%\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22262","text":"\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 24%\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21374","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 15%\\n\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53498","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 20%\\n\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39737","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 30%\\n\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 60% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43954","text":"\u4f60\u53d7\u5230\u7684\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 40%\\n\u51b0\u7f13\u6548\u679c\u63d0\u9ad8 80% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37050","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 30%\\n\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15591","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 40%\\n\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34516","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 60%\\n\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23770","text":"\u611f\u7535\u6548\u679c\u63d0\u9ad8 80%\\n\u4f60\u53d7\u5230\u7684\u611f\u7535\u6548\u679c\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13895","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 10%\\n\u653b\u51fb\u51fb\u4e2d\u4f60\u65f6\u6709 15% \u7684\u51e0\u7387\u9020\u6210\u7a7f\u523a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10737","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 15%\\n\u653b\u51fb\u51fb\u4e2d\u4f60\u65f6\u6709 20% \u7684\u51e0\u7387\u9020\u6210\u7a7f\u523a \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28832","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 18%\\n\u653b\u51fb\u51fb\u4e2d\u4f60\u65f6\u6709 30% \u7684\u51e0\u7387\u9020\u6210\u7a7f\u523a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42291","text":"\u7a7f\u523a\u7684\u6548\u679c\u63d0\u9ad8 24%\\n\u653b\u51fb\u51fb\u4e2d\u4f60\u65f6\u6709 40% \u7684\u51e0\u7387\u9020\u6210\u7a7f\u523a \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9495","text":"\u5c5e\u6027\u9700\u6c42\u964d\u4f4e 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13152","text":"\u5c5e\u6027\u9700\u6c42\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16930","text":"+60 \u654f\u6377\\n\u65e0\u6cd5\u4ece\u654f\u6377\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8354","text":"+80 \u654f\u6377\\n\u65e0\u6cd5\u4ece\u654f\u6377\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_38614","text":"+90 \u654f\u6377\\n\u65e0\u6cd5\u4ece\u654f\u6377\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4318","text":"+120 \u654f\u6377\\n\u65e0\u6cd5\u4ece\u654f\u6377\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_51377","text":"+60 \u667a\u6167\\n\u65e0\u6cd5\u4ece\u667a\u6167\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10817","text":"+80 \u667a\u6167\\n\u65e0\u6cd5\u4ece\u667a\u6167\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54004","text":"+90 \u667a\u6167\\n\u65e0\u6cd5\u4ece\u667a\u6167\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48986","text":"+120 \u667a\u6167\\n\u65e0\u6cd5\u4ece\u667a\u6167\u4e2d\u83b7\u5f97\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18252","text":"+60 \u529b\u91cf\\n\u4e0d\u80fd\u83b7\u5f97\u529b\u91cf\u7684\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4210","text":"+80 \u529b\u91cf\\n\u4e0d\u80fd\u83b7\u5f97\u529b\u91cf\u7684\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8883","text":"+90 \u529b\u91cf\\n\u4e0d\u80fd\u83b7\u5f97\u529b\u91cf\u7684\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2451","text":"+120 \u529b\u91cf\\n\u4e0d\u80fd\u83b7\u5f97\u529b\u91cf\u7684\u5c5e\u6027\u52a0\u6210 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_38885","text":"\u654f\u6377\u63d0\u9ad8 4%\\n\u667a\u6167\u63d0\u9ad8 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21514","text":"\u654f\u6377\u63d0\u9ad8 6%\\n\u667a\u6167\u63d0\u9ad8 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9827","text":"\u654f\u6377\u63d0\u9ad8 6%\\n\u667a\u6167\u63d0\u9ad8 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40721","text":"\u654f\u6377\u63d0\u9ad8 10%\\n\u667a\u6167\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56664","text":"\u529b\u91cf\u63d0\u9ad8 4%\\n\u654f\u6377\u63d0\u9ad8 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63937","text":"\u529b\u91cf\u63d0\u9ad8 6%\\n\u654f\u6377\u63d0\u9ad8 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59736","text":"\u529b\u91cf\u63d0\u9ad8 6%\\n\u654f\u6377\u63d0\u9ad8 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45521","text":"\u529b\u91cf\u63d0\u9ad8 10%\\n\u654f\u6377\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63732","text":"\u529b\u91cf\u63d0\u9ad8 4%\\n\u667a\u6167\u63d0\u9ad8 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5411","text":"\u529b\u91cf\u63d0\u9ad8 6%\\n\u667a\u6167\u63d0\u9ad8 6% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54063","text":"\u529b\u91cf\u63d0\u9ad8 6%\\n\u667a\u6167\u63d0\u9ad8 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24748","text":"\u529b\u91cf\u63d0\u9ad8 10%\\n\u667a\u6167\u63d0\u9ad8 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15586","text":"\u82e5\u654f\u6377\u4f4e\u4e8e 100 \u70b9\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46224","text":"\u82e5\u654f\u6377\u4f4e\u4e8e 100 \u70b9\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 12% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19742","text":"\u82e5\u654f\u6377\u4f4e\u4e8e 100 \u70b9\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 14% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50754","text":"\u82e5\u654f\u6377\u4f4e\u4e8e 100 \u70b9\uff0c\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37005","text":"\u5982\u679c\u667a\u6167\u4f4e\u4e8e 100 \u70b9\uff0c\u8303\u56f4\u6548\u679c\u63d0\u9ad8 14% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12751","text":"\u5982\u679c\u667a\u6167\u4f4e\u4e8e 100 \u70b9\uff0c\u8303\u56f4\u6548\u679c\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45395","text":"\u5982\u679c\u667a\u6167\u4f4e\u4e8e 100 \u70b9\uff0c\u8303\u56f4\u6548\u679c\u63d0\u9ad8 24% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54589","text":"\u5982\u679c\u667a\u6167\u4f4e\u4e8e 100 \u70b9\uff0c\u8303\u56f4\u6548\u679c\u63d0\u9ad8 32% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40803","text":"\u529b\u91cf\u4f4e\u4e8e 100 \u70b9\u65f6\u6709 6% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19663","text":"\u529b\u91cf\u4f4e\u4e8e 100 \u70b9\u65f6\u6709 10% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8431","text":"\u529b\u91cf\u4f4e\u4e8e 100 \u70b9\u65f6\u6709 12% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59800","text":"\u529b\u91cf\u4f4e\u4e8e 100 \u70b9\u65f6\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u53cc\u500d\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_44018","text":"\u5916\u5ef6\u53ec\u5524\u751f\u7269\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51291","text":"\u5916\u5ef6\u53ec\u5524\u751f\u7269\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_53122","text":"\u5916\u5ef6\u5143\u7d20\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64398","text":"\u5916\u5ef6\u5143\u7d20\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25650","text":"\u5916\u5ef6\u7269\u7406\u548c\u6df7\u6c8c\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62121","text":"\u5916\u5ef6\u7269\u7406\u548c\u6df7\u6c8c\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45049","text":"\u5916\u5ef6\u65bd\u6cd5\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34410","text":"\u5916\u5ef6\u65bd\u6cd5\u4f24\u5bb3\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_932","text":"\u5916\u5ef6\u66b4\u51fb\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33462","text":"\u5916\u5ef6\u66b4\u51fb\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46633","text":"\u5916\u5ef6\u901f\u5ea6\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19368","text":"\u5916\u5ef6\u901f\u5ea6\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_51812","text":"\u5916\u5ef6\u9b54\u529b\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59709","text":"\u5916\u5ef6\u9b54\u529b\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27218","text":"\u5916\u5ef6\u751f\u547d\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10563","text":"\u5916\u5ef6\u751f\u547d\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8402","text":"\u5916\u5ef6\u9632\u5fa1\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23015","text":"\u5916\u5ef6\u9632\u5fa1\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47909","text":"\u5916\u5ef6\u6297\u6027\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7842","text":"\u5916\u5ef6\u6297\u6027\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2302","text":"\u5916\u5ef6\u5c5e\u6027\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13085","text":"\u5916\u5ef6\u5c5e\u6027\u8bcd\u7f00\u589e\u5e45\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41852","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3367","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 65% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46253","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 80% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_31638","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32331","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 120% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27502","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 140% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_65108","text":"\u51fb\u4e2d\u65f6\u6709 5% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24721","text":"\u51fb\u4e2d\u65f6\u6709 10% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55872","text":"\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22784","text":"\u51fb\u4e2d\u65f6\u6709 15% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21828","text":"\u51fb\u4e2d\u65f6\u6709 20% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56607","text":"\u51fb\u4e2d\u65f6\u6709 25% \u7684\u51e0\u7387\u5077\u53d6\u66b4\u51fb\uff0c\u72c2\u6012\u548c\u8010\u529b\u7403 \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7343","text":"\u8010\u529b\u7403\uff0c\u72c2\u6012\u7403\uff0c\u4ee5\u53ca\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 75%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403\u3001\u72c2\u6012\u7403\u6216\u8010\u529b\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42069","text":"\u72c2\u6012\u7403\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 50%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u72c2\u6012\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40621","text":"\u66b4\u51fb\u7403\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 50%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u4e00\u4e2a\u66b4\u51fb\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43492","text":"\u8010\u529b\u7403\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 50%\\n\u51fb\u8d25\u654c\u4eba\u65f6\u83b7\u5f97\u8010\u529b\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59397","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +1\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44116","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -2\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +2\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29627","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +1\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35437","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +2\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -2\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0b\u9650 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46646","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +1\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +1\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26641","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0b\u9650 +2\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0b\u9650 +2\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55818","text":"\u8010\u529b\u3001\u72c2\u6012\u548c\u66b4\u51fb\u7403\u4e0a\u9650\u63d0\u9ad8 -1\\n\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u3001\u66b4\u51fb\u7403\u4e0b\u9650 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19972","text":"\u8010\u529b\u3001\u72c2\u6012\u548c\u66b4\u51fb\u7403\u4e0a\u9650\u63d0\u9ad8 -1\\n\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u3001\u66b4\u51fb\u7403\u4e0b\u9650 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34416","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 +1\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36822","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -2\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 +2\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56259","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 +1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30827","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -2\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -2\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 +2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40522","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 +1\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17694","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 +2\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -2\\n\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30545","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 4%\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26796","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u53ef\u4f7f\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 6%\\n\u72c2\u6012\u7403\u6570\u91cf\u4e0a\u9650 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39284","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u51b7\u5374\u56de\u590d\u7387\u6309\u7167\u6bcf\u4e2a\u66b4\u51fb\u7403\u63d0\u9ad8 4% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21541","text":"\u66b4\u51fb\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u51b7\u5374\u56de\u590d\u7387\u6309\u7167\u6bcf\u4e2a\u66b4\u51fb\u7403\u63d0\u9ad8 6% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55768","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34672","text":"\u8010\u529b\u7403\u6570\u91cf\u4e0a\u9650 -1\\n\u6bcf\u4e2a\u8010\u529b\u7403\u53ef\u4f7f\u6548\u679c\u533a\u57df\u6269\u5927 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3777","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u3001\u66b4\u51fb\u7403\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 15%\\n\u8010\u529b\u3001\u72c2\u6012\u548c\u66b4\u51fb\u7403\u4e0a\u9650\u63d0\u9ad8 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34777","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u3001\u72c2\u6012\u7403\u3001\u66b4\u51fb\u7403\u90fd\u4f7f\u4f24\u5bb3\u63d0\u9ad8 25%\\n\u8010\u529b\u3001\u72c2\u6012\u548c\u66b4\u51fb\u7403\u4e0a\u9650\u63d0\u9ad8 -1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27393","text":"\u66b4\u8d70 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42598","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 25%\\n\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9188","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 35%\\n\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63823","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 45%\\n\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29958","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50%\\n\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8086","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 70%\\n\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56374","text":"\u3010\u82e6\u75db\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 90%\\n\u82e6\u75db\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_60575","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53850","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 35% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_56899","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 45% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23508","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1799","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 70% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_20166","text":"\u7070\u70ec\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u7070\u70ec\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 90% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_53799","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8465","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 35% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7267","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 45% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22706","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26021","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 70% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27341","text":"\u5bd2\u51b0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u5bd2\u51b0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 90% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_2859","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 25%\\n\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1683","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 35%\\n\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34384","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 45%\\n\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_2937","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50%\\n\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3954","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 70%\\n\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49133","text":"\u3010\u7eaf\u51c0\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 90%\\n\u7eaf\u51c0\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_777","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58154","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 35% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19425","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25%\\n\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 45% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29156","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9075","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 70% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34256","text":"\u95ea\u7535\u4e4b\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50%\\n\u3010\u95ea\u7535\u4e4b\u6377\u3011\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 90% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_9783","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 20%\\n\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48119","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 25%\\n\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_55655","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 30%\\n\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_14270","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 40%\\n\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28432","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 50%\\n\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_664","text":"\u6124\u6012\u5149\u73af\u7684\u6548\u679c\u63d0\u9ad8 60%\\n\u6124\u6012\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_37134","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53288","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24561","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54997","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57370","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3285","text":"\u3010\u96f7\u9706\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u96f7\u9706\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_28369","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4375","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31466","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_27243","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15818","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_59980","text":"\u3010\u618e\u6068\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u618e\u6068\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8511","text":"\u3010\u575a\u5b9a\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u575a\u5b9a\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46305","text":"\u3010\u575a\u5b9a\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u575a\u5b9a\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24731","text":"\u3010\u575a\u5b9a\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u575a\u5b9a\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_31101","text":"\u3010\u7eaa\u5f8b\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u7eaa\u5f8b\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23435","text":"\u3010\u7eaa\u5f8b\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u7eaa\u5f8b\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27793","text":"\u3010\u7eaa\u5f8b\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u7eaa\u5f8b\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_63776","text":"\u3010\u4f18\u96c5\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u4f18\u96c5\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4815","text":"\u3010\u4f18\u96c5\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u4f18\u96c5\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9545","text":"\u3010\u4f18\u96c5\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u4f18\u96c5\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_56503","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5905","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25064","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16180","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60674","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58603","text":"\u3010\u594b\u9510\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u594b\u9510\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_21373","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57855","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_51920","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_23802","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46544","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47160","text":"\u3010\u5c0a\u4e25\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u9a84\u50b2\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_53250","text":"\u3010\u706b\u7130\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u706b\u7130\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44607","text":"\u3010\u706b\u7130\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u706b\u7130\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37703","text":"\u3010\u706b\u7130\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u706b\u7130\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_64062","text":"\u3010\u51b0\u971c\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u51b0\u971c\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60707","text":"\u3010\u51b0\u971c\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u51b0\u971c\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54096","text":"\u3010\u51b0\u971c\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u51b0\u971c\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_22630","text":"\u3010\u95ea\u7535\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u95ea\u7535\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15792","text":"\u3010\u95ea\u7535\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u95ea\u7535\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49397","text":"\u3010\u95ea\u7535\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u95ea\u7535\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_4891","text":"\u3010\u5143\u7d20\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u5143\u7d20\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19414","text":"\u3010\u5143\u7d20\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u5143\u7d20\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31468","text":"\u3010\u5143\u7d20\u51c0\u5316\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u5143\u7d20\u51c0\u5316\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_30596","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33445","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27914","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_51011","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35548","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_34560","text":"\u3010\u6028\u6bd2\u5149\u73af\u3011\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u6028\u6bd2\u5149\u73af\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_29873","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61538","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17551","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_7933","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42361","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32906","text":"\u8fc5\u6377\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u8fc5\u6377\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_18416","text":"\u7cbe\u51c6\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32121","text":"\u7cbe\u51c6\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10647","text":"\u7cbe\u51c6\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_16175","text":"\u7cbe\u51c6\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2821","text":"\u7cbe\u51c6\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24956","text":"\u7cbe\u51c6\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u7cbe\u51c6\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_33868","text":"\u6218\u65d7\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 20%\\n\u65d7\u5e1c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28382","text":"\u6218\u65d7\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 25%\\n\u65d7\u5e1c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17546","text":"\u6218\u65d7\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 30%\\n\u65d7\u5e1c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_8067","text":"\u6218\u65d7\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 40%\\n\u65d7\u5e1c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2028","text":"\u6218\u65d7\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 50%\\n\u65d7\u5e1c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40992","text":"\u6218\u65d7\u6280\u80fd\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 60%\\n\u65d7\u5e1c\u6280\u80fd\u7684\u4fdd\u7559\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 3\uff09","type":"crucible"},{"id":"crucible.mod_54555","text":"\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3\u91cf -5%\\n\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45517","text":"\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3\u91cf -5%\\n\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25739","text":"\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3 +2%\\n\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 -10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34924","text":"\u963b\u6321\u88ab\u538b\u5236\u7684\u6cd5\u672f\u4f24\u5bb3 +3%\\n\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 -10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11828","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +20%\\n\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u4f60\u8fd1\u671f\u5185\u538b\u5236\u8fc7\u6cd5\u672f\u4f24\u5bb3\u7684\u60c5\u51b5\u4e0b -15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32213","text":"\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +25%\\n\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387\u5728\u4f60\u8fd1\u671f\u5185\u538b\u5236\u8fc7\u6cd5\u672f\u4f24\u5bb3\u7684\u60c5\u51b5\u4e0b -18% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63571","text":"\u5f53\u4f60\u538b\u5236\u6cd5\u672f\u4f24\u5bb3\u65f6\uff0c\u56de\u590d 2% \u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55865","text":"\u5f53\u4f60\u538b\u5236\u6cd5\u672f\u4f24\u5bb3\u65f6\uff0c\u56de\u590d 3% \u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_21274","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6\u6062\u590d 30 \u70b9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2611","text":"\u751f\u547d\u5728\u4f60\u683c\u6321\u65f6\u6062\u590d 50 \u70b9 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_35818","text":"\u80fd\u91cf\u62a4\u76fe\u5728\u4f60\u683c\u6321\u65f6 30 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2697","text":"\u80fd\u91cf\u62a4\u76fe\u5728\u4f60\u683c\u6321\u65f6 50 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_43398","text":"\u9b54\u529b\u5728\u4f60\u683c\u6321\u65f6 30 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51285","text":"\u9b54\u529b\u5728\u4f60\u683c\u6321\u65f6 50 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8925","text":"\u683c\u6321\u65f6\u6709 50% \u7684\u51e0\u7387\u51b0\u7f13\u653b\u51fb\u8005 4 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37758","text":"\u683c\u6321\u65f6\u51b0\u7f13\u653b\u51fb\u8005 4 \u79d2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36676","text":"\u683c\u6321\u65f6\u6709 50% \u7684\u51e0\u7387\u4f7f\u653b\u51fb\u8005\u611f\u7535 4 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26956","text":"\u683c\u6321\u65f6\u4f7f\u653b\u51fb\u8005\u611f\u7535 4 \u79d2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65050","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 15% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46025","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 20% \u7684\u51e0\u7387\u70e7\u707c\u654c\u4eba \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40408","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 15% \u7684\u51e0\u7387\u7ed9\u5b83\u4eec\u65bd\u52a0\u6613\u788e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16725","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 20% \u7684\u51e0\u7387\u7ed9\u5b83\u4eec\u65bd\u52a0\u6613\u788e \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_30229","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 15% \u7684\u51e0\u7387\u4f7f\u5b83\u4eec\u529b\u7aed \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2067","text":"\u4f60\u683c\u6321\u654c\u4eba\u7684\u4f24\u5bb3\u65f6\uff0c\u6709 20% \u7684\u51e0\u7387\u4f7f\u5b83\u4eec\u529b\u7aed \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_50957","text":"+2% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u4e0a\u9650\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 5% \u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36976","text":"+3% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u4e0a\u9650\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 5% \u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_32209","text":"\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +2%\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 5% \u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7741","text":"\u6cd5\u672f\u4f24\u5bb3\u683c\u6321\u51e0\u7387\u989d\u5916 +3%\\n\u88ab\u683c\u6321\u7684\u51fb\u4e2d\u5bf9\u4f60\u9020\u6210 5% \u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64359","text":"60% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3\\n+20% \u7684\u51e0\u7387\u88ab\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17900","text":"100% \u51e0\u7387\u907f\u514d\u88ab\u70b9\u71c3\\n+20% \u7684\u51e0\u7387\u88ab\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27169","text":"60% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb\\n+20% \u7684\u51e0\u7387\u88ab\u70b9\u71c3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8132","text":"100% \u51e0\u7387\u907f\u514d\u88ab\u51b0\u51bb\\n+20% \u7684\u51e0\u7387\u88ab\u70b9\u71c3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22615","text":"60% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535\\n+20% \u51e0\u7387\u88ab\u51b0\u51bb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29514","text":"100% \u51e0\u7387\u907f\u514d\u88ab\u611f\u7535\\n+20% \u51e0\u7387\u88ab\u51b0\u51bb \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58075","text":"+20% \u7684\u51e0\u7387\u4e2d\u6bd2\\n60% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2132","text":"+20% \u7684\u51e0\u7387\u4e2d\u6bd2\\n100% \u51e0\u7387\u907f\u514d\u81f4\u6d41\u8840 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_37792","text":"60% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35743","text":"100% \u51e0\u7387\u907f\u514d\u4e2d\u6bd2\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12815","text":"\u3010\u8150\u5316\u4e4b\u8840\u3011\u65e0\u6cd5\u65bd\u52a0\u4e8e\u4f60\\n\u4f60\u53d7\u5230\u7684\u66dd\u9732\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41810","text":"\u653b\u51fb\u51fb\u4e2d\u6709 20% \u7684\u51e0\u7387\u4f7f\u4f60\u762b\u75ea\uff0c\u6301\u7eed 4 \u79d2\\n\u514d\u75ab\u66dd\u9732 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6566","text":"\u4f24\u5bb3\u6309\u7167\u4f60\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u964d\u4f4e 20%\\n\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_257","text":"\u4f24\u5bb3\u6309\u7167\u4f60\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u964d\u4f4e 20%\\n\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u964d\u4f4e 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_64265","text":"\u4f24\u5bb3\u6309\u7167\u4f60\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u63d0\u9ad8 10%\\n\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48306","text":"\u4f24\u5bb3\u6309\u7167\u4f60\u8eab\u4e0a\u6bcf\u4e2a\u8bc5\u5492\u63d0\u9ad8 15%\\n\u4f60\u53d7\u5230\u7684\u8bc5\u5492\u6548\u679c\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28185","text":"\u6655\u7729\u95e8\u69db\u63d0\u9ad8 100%\\n\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62831","text":"\u6655\u7729\u95e8\u69db\u63d0\u9ad8 150%\\n\u4f60\u88ab\u6655\u7729\u7684\u65f6\u95f4\u5ef6\u957f 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11137","text":"\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u63d0\u9ad8 100%\\n\u6655\u7729\u95e8\u69db\u964d\u4f4e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4138","text":"\u6655\u7729\u56de\u590d\u548c\u683c\u6321\u56de\u590d\u63d0\u9ad8 150%\\n\u6655\u7729\u95e8\u69db\u964d\u4f4e 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42324","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e 30%\\n\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u63d0\u9ad8 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19498","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u964d\u4f4e 40%\\n\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u63d0\u9ad8 100% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16501","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u964d\u4f4e 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7656","text":"\u53d7\u5230\u7684\u66b4\u51fb\u4f24\u5bb3\u63d0\u9ad8 20%\\n\u5bf9\u4f60\u7684\u51fb\u4e2d\u66b4\u51fb\u7387\u964d\u4f4e 70% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14579","text":"\u53cd\u5c04\u7684\u5143\u7d20\u4f24\u5bb3\u964d\u4f4e 100%\\n\u53cd\u5c04\u7684\u7269\u7406\u4f24\u5bb3\u63d0\u9ad8 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61011","text":"\u53cd\u5c04\u7684\u5143\u7d20\u4f24\u5bb3\u63d0\u9ad8 100%\\n\u53cd\u5c04\u7684\u7269\u7406\u4f24\u5bb3\u964d\u4f4e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11696","text":"\u88ab\u51fb\u4e2d\u65f6\u4f60\u53cd\u5c04\u7ed9\u654c\u4eba\u7684\u4f24\u5bb3\u670920%\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65033","text":"\u88ab\u51fb\u4e2d\u65f6\u4f60\u53cd\u5c04\u7ed9\u654c\u4eba\u7684\u4f24\u5bb3\u670930%\u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_57","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15937","text":"\u751f\u547d\u4e0a\u9650\u964d\u4f4e 10%\\n\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_23076","text":"\u8be5\u88c5\u5907\u7684\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 25%\\n\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42584","text":"\u8be5\u88c5\u5907\u7684\u80fd\u91cf\u62a4\u76fe\u964d\u4f4e 25%\\n\u80fd\u91cf\u62a4\u76fe\u56de\u590d\u7387\u63d0\u9ad8 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26428","text":"\u9b54\u529b\u4e0a\u9650\u964d\u4f4e 10%\\n\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22544","text":"\u9b54\u529b\u4e0a\u9650\u964d\u4f4e 10%\\n\u9b54\u529b\u56de\u590d\u7387\u63d0\u9ad8 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8527","text":"\u4f4e\u8840\u65f6\u6bcf\u79d2\u56de\u590d 2% \u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37946","text":"\u4f4e\u8840\u65f6\u6bcf\u79d2\u56de\u590d 3% \u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3323","text":"\u4f4e\u8840\u65f6\u6bcf\u79d2\u56de\u590d 2% \u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16411","text":"\u4f4e\u8840\u65f6\u6bcf\u79d2\u56de\u590d 3% \u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17932","text":"-20% \u5bf9\u6295\u5c04\u7269\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n+25% \u7684\u51e0\u7387\u683c\u6321\u6295\u5c04\u7269\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6942","text":"-20% \u5bf9\u6295\u5c04\u7269\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n+30% \u7684\u51e0\u7387\u683c\u6321\u6295\u5c04\u7269\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_7830","text":"+25% \u5bf9\u6295\u5c04\u7269\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n-20% \u7684\u51e0\u7387\u683c\u6321\u6295\u5c04\u7269\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3655","text":"+30% \u5bf9\u6295\u5c04\u7269\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n-20% \u7684\u51e0\u7387\u683c\u6321\u6295\u5c04\u7269\u6cd5\u672f\u4f24\u5bb3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9657","text":"\u7075\u5de7\u6548\u679c\u964d\u4f4e 30%\\n\u4f4e\u8840\u65f6\u83b7\u5f97\u7075\u5de7 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25013","text":"\u7075\u5de7\u6548\u679c\u964d\u4f4e 20%\\n\u4f4e\u8840\u65f6\u83b7\u5f97\u7075\u5de7 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_5579","text":"\u4f4e\u8840\u65f6\u514d\u75ab\u6655\u7729\\n\u6fd2\u8840\u65f6\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 8% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62833","text":"\u4f4e\u8840\u65f6\u514d\u75ab\u6655\u7729\\n\u6fd2\u8840\u65f6\u53d7\u5230\u7684\u4f24\u5bb3\u63d0\u9ad8 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52552","text":"\u5728\u5949\u732e\u5730\u9762\u4e0a\u65f6\u6709 100% \u51e0\u7387\u907f\u514d\u5143\u7d20\u5f02\u5e38\u72b6\u6001\\n\u4f60\u4ea7\u751f\u7684\u5949\u732e\u5730\u9762\u6548\u679c\u964d\u4f4e 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32031","text":"\u5949\u732e\u5730\u9762\u7684\u533a\u57df\u7f29\u5c0f 50%\\n\u4f60\u4ea7\u751f\u7684\u5949\u732e\u5730\u9762\u6548\u679c\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59438","text":"\u5949\u732e\u5730\u9762\u7684\u533a\u57df\u7f29\u5c0f 50%\\n\u4f60\u4ea7\u751f\u7684\u5949\u732e\u5730\u9762\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_4513","text":"\u9632\u536b\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb 60%\\n\u9632\u536b\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34164","text":"\u9632\u536b\u6280\u80fd\u7684\u51b7\u5374\u56de\u590d\u901f\u5ea6\u52a0\u5feb 80%\\n\u9632\u536b\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48224","text":"\u4f60\u8eab\u4e0a\u7684\u51cf\u76ca\u6548\u679c\u6d88\u5931\u901f\u5ea6\u52a0\u5feb 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35946","text":"\u4f60\u8eab\u4e0a\u7684\u51cf\u76ca\u6548\u679c\u6d88\u5931\u901f\u5ea6\u52a0\u5feb 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26435","text":"50% \u51e0\u7387\u907f\u514d\u66b4\u51fb\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31967","text":"75% \u51e0\u7387\u907f\u514d\u66b4\u51fb\u9020\u6210\u7684\u5f02\u5e38\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11043","text":"\u4f60\u7684\u53cd\u51fb\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 30%\\n\u4f60\u7684\u53cd\u51fb\u9020\u6210\u7684\u4f24\u5bb3\u603b\u589e 45% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48221","text":"\u4f60\u7684\u53cd\u51fb\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 30%\\n\u4f60\u7684\u53cd\u51fb\u9020\u6210\u7684\u4f24\u5bb3\u603b\u589e 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25290","text":"\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 150%\\n\u62a4\u4f53\u4e0a\u9650 -2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8249","text":"\u62a4\u4f53\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 200%\\n\u62a4\u4f53\u4e0a\u9650 -2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60654","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 +1 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u964d\u4f4e 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31926","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 +2 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u964d\u4f4e 5% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46735","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 +2 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u964d\u4f4e 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54123","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 +4 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u964d\u4f4e 10% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_28005","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 -1 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u63d0\u9ad8 10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54783","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 -1 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u63d0\u9ad8 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19563","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 -2 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3913","text":"\u3010\u4eb5\u6e0e\u3011\u548c\u3010\u4eb5\u6e0e\u4e4b\u77db\u3011 -2 \u7075\u67a2\u6570\u91cf\u4e0a\u9650\\n\u751f\u6210\u7684\u7075\u67e9\u6700\u5927\u751f\u547d\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19622","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 10%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36321","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 10%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_9234","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 20%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54695","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u7f29\u77ed 20%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_42042","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 15%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16531","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_39283","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 30%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47588","text":"\u53ec\u5524\u751f\u7269\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2619","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u533a\u57df\u6269\u5927 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4643","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u533a\u57df\u6269\u5927 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49539","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u964d\u4f4e 30%\\n\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u533a\u57df\u6269\u5927 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7122","text":"\u53ec\u5524\u751f\u7269\u7684\u4f24\u5bb3\u964d\u4f4e 30%\\n\u53ec\u5524\u751f\u7269\u7684\u6548\u679c\u533a\u57df\u6269\u5927 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_31864","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +12% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 -11% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48570","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +16% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 -11% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_58834","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +25% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 -23% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54906","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +35% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 -23% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15427","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -6% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 +17% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49966","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -6% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 +23% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11254","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -12% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 +37% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40035","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -12% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u6709 +47% \u6df7\u6c8c\u6297\u6027 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2975","text":"\u53ec\u5524\u751f\u7269\u6709 +350 \u70b9\u62a4\u7532 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7437","text":"\u53ec\u5524\u751f\u7269\u6709 +500 \u70b9\u62a4\u7532 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12389","text":"\u53ec\u5524\u751f\u7269\u6709 +700 \u70b9\u62a4\u7532 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61142","text":"\u53ec\u5524\u751f\u7269\u6709 +1000 \u70b9\u62a4\u7532 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22251","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15170","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_29318","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3834","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u63d0\u9ad8 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19084","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45781","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u964d\u4f4e 15%\\n\u53ec\u5524\u751f\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +25% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47161","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u964d\u4f4e 30%\\n\u53ec\u5524\u751f\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41497","text":"\u53ec\u5524\u751f\u7269\u7684\u95ea\u907f\u503c\u964d\u4f4e 30%\\n\u53ec\u5524\u751f\u7269\u7684\u6cd5\u672f\u4f24\u5bb3\u538b\u5236\u7387 +50% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49305","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17906","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17847","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 20%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25369","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u964d\u4f4e 20%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u63d0\u9ad8 60% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41655","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 15%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33652","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 20%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_360","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 30%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27878","text":"\u53ec\u5524\u751f\u7269\u7684\u751f\u547d\u56de\u590d\u7387\u63d0\u9ad8 40%\\n\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_52340","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -6% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97\u7b49\u540c 15% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36548","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -6% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97\u7b49\u540c 20% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62631","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -12% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97\u7b49\u540c 30% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25448","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 -12% \u5143\u7d20\u6297\u6027\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97\u7b49\u540c 40% \u6700\u5927\u751f\u547d\u7684\u989d\u5916\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45474","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +1% \u6700\u5927\u5168\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21700","text":"\u53ec\u5524\u751f\u7269\u83b7\u5f97 +2% \u6700\u5927\u5168\u5143\u7d20\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11024","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 10% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56587","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 15% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2099","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 20% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63115","text":"\u653b\u51fb\u51fb\u4e2d\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 30% \u7684\u51e0\u7387\u81f4\u76f2\u654c\u4eba \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14928","text":"\u53ec\u5524\u751f\u7269\u6709 10% \u7684\u51e0\u7387\u7528\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19140","text":"\u53ec\u5524\u751f\u7269\u6709 15% \u7684\u51e0\u7387\u7528\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17065","text":"\u53ec\u5524\u751f\u7269\u6709 20% \u7684\u51e0\u7387\u7528\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55412","text":"\u53ec\u5524\u751f\u7269\u6709 30% \u7684\u51e0\u7387\u7528\u6cd5\u672f\u51fb\u4e2d\u65f6\u4f7f\u654c\u4eba\u7f13\u901f \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14096","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 12% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3294","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 16% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_40752","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 24% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60343","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u52a0\u5feb 32% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62349","text":"\u53ec\u5524\u751f\u7269\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44022","text":"\u53ec\u5524\u751f\u7269\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36540","text":"\u53ec\u5524\u751f\u7269\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17656","text":"\u53ec\u5524\u751f\u7269\u7684\u6295\u5c04\u7269\u901f\u5ea6\u52a0\u5feb 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48032","text":"\u53ec\u5524\u751f\u7269\u67098%\u7684\u51e0\u7387\u9020\u6210\u653b\u51fb\u6d41\u8840\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47420","text":"\u53ec\u5524\u751f\u7269\u670912%\u7684\u51e0\u7387\u9020\u6210\u653b\u51fb\u6d41\u8840\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_46451","text":"\u53ec\u5524\u751f\u7269\u670916%\u7684\u51e0\u7387\u9020\u6210\u653b\u51fb\u6d41\u8840\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5974","text":"\u53ec\u5524\u751f\u7269\u670924%\u7684\u51e0\u7387\u9020\u6210\u653b\u51fb\u6d41\u8840\\n\u4f60\u53d7\u5230\u7684\u6d41\u8840\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_10699","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 8% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22264","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 12% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63899","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 16% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35465","text":"\u53ec\u5524\u751f\u7269\u51fb\u4e2d\u65f6\u6709 24% \u7684\u51e0\u7387\u4f7f\u76ee\u6807\u4e2d\u6bd2\\n\u4f60\u53d7\u5230\u7684\u4e2d\u6bd2\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_65484","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44124","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u6709 12% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_11581","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37981","text":"\u4f60\u88ab\u70b9\u71c3\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u6709 24% \u7684\u51e0\u7387\u9020\u6210\u70b9\u71c3\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15255","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44426","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u6709 12% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_16843","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15403","text":"\u4f60\u88ab\u51b0\u51bb\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u6709 24% \u7684\u51e0\u7387\u9020\u6210\u51bb\u7ed3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_27920","text":"\u4f60\u88ab\u611f\u7535\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u6709 8% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44070","text":"\u4f60\u88ab\u611f\u7535\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 20%\\n\u53ec\u5524\u751f\u7269\u6709 12% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_263","text":"\u4f60\u88ab\u611f\u7535\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u6709 16% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8029","text":"\u4f60\u88ab\u611f\u7535\u7684\u6301\u7eed\u65f6\u95f4\u5ef6\u957f 40%\\n\u53ec\u5524\u751f\u7269\u6709 24% \u7684\u51e0\u7387\u9020\u6210\u611f\u7535 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_15845","text":"\u7f81\u7eca\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 8%\\n\u7f81\u7eca\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47594","text":"\u7f81\u7eca\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 12%\\n\u7f81\u7eca\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41316","text":"\u7f81\u7eca\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 16%\\n\u7f81\u7eca\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48159","text":"\u7f81\u7eca\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 24%\\n\u7f81\u7eca\u6280\u80fd\u7684\u9b54\u529b\u6d88\u8017\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_41817","text":"\u7f81\u7eca\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 20%\\n\u7f81\u7eca\u6280\u80fd\u989d\u5916\u4e0e\u968f\u673a 1 \u4e2a\u76ee\u6807\u4ea7\u751f\u7f81\u7eca \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45","text":"\u7f81\u7eca\u6280\u80fd\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 30%\\n\u7f81\u7eca\u6280\u80fd\u989d\u5916\u4e0e\u968f\u673a 2 \u4e2a\u76ee\u6807\u4ea7\u751f\u7f81\u7eca \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21521","text":"\u53f7\u53ec\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 25%\\n\u3010\u53f7\u53ec\u3011\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18249","text":"\u53f7\u53ec\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 40%\\n\u3010\u53f7\u53ec\u3011\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 20% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_24409","text":"\u53f7\u53ec\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 50%\\n\u3010\u53f7\u53ec\u3011\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16325","text":"\u53f7\u53ec\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 80%\\n\u3010\u53f7\u53ec\u3011\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_26933","text":"\u5949\u732e\u6548\u679c\u63d0\u9ad8 10%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u964d\u4f4e 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30290","text":"\u5949\u732e\u6548\u679c\u63d0\u9ad8 15%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u964d\u4f4e 15% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_22279","text":"\u5949\u732e\u6548\u679c\u63d0\u9ad8 20%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u964d\u4f4e 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14722","text":"\u5949\u732e\u6548\u679c\u63d0\u9ad8 30%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u964d\u4f4e 30% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54731","text":"\u5949\u732e\u6548\u679c\u964d\u4f4e 10%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2025","text":"\u5949\u732e\u6548\u679c\u964d\u4f4e 10%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 40% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_6206","text":"\u5949\u732e\u6548\u679c\u964d\u4f4e 20%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29227","text":"\u5949\u732e\u6548\u679c\u964d\u4f4e 20%\\n\u5949\u732e\u6280\u80fd\u7684\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 80% \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_17021","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 10%\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35882","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 10%\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_63110","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 10%\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8656","text":"\u53ec\u5524\u751f\u7269\u7684\u79fb\u52a8\u901f\u5ea6\u51cf\u6162 10%\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 30% \u7684\u51e0\u7387\u83b7\u5f97 4 \u79d2\u3010\u731b\u653b\u3011\u72b6\u6001 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_19707","text":"\u53ec\u5524\u751f\u7269\u6709 -7% \u6df7\u6c8c\u6297\u6027\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 10% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11287","text":"\u53ec\u5524\u751f\u7269\u6709 -7% \u6df7\u6c8c\u6297\u6027\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 15% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_54301","text":"\u53ec\u5524\u751f\u7269\u6709 -7% \u6df7\u6c8c\u6297\u6027\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 20% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32077","text":"\u53ec\u5524\u751f\u7269\u6709 -7% \u6df7\u6c8c\u6297\u6027\\n\u51fb\u8d25\u654c\u4eba\u65f6\uff0c\u53ec\u5524\u751f\u7269\u6709 30% \u7684\u51e0\u7387\u83b7\u5f97\u4e0d\u6d01\u4e4b\u529b 4 \u79d2 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_13658","text":"\u53ec\u5524\u751f\u7269\u6709+20% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 -10% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14679","text":"\u53ec\u5524\u751f\u7269\u6709+25% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 -10% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_30998","text":"\u53ec\u5524\u751f\u7269\u6709+30% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 -15% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39160","text":"\u53ec\u5524\u751f\u7269\u6709+40% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 -15% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_12754","text":"\u53ec\u5524\u751f\u7269\u6709-10% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 +20% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15875","text":"\u53ec\u5524\u751f\u7269\u6709-10% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 +25% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_351","text":"\u53ec\u5524\u751f\u7269\u6709-15% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 +30% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22717","text":"\u53ec\u5524\u751f\u7269\u6709-15% \u653b\u51fb\u4f24\u5bb3\u683c\u6321\u51e0\u7387\\n\u53ec\u5524\u751f\u7269\u83b7\u5f97 +40% \u683c\u6321\u6cd5\u672f\u4f24\u5bb3\u7387 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_14545","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u683c\u6321\u65f6\uff0c\u56de\u590d\u5b83 3% \u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53587","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 10%\\n\u53ec\u5524\u751f\u7269\u683c\u6321\u65f6\uff0c\u56de\u590d\u5b83 4% \u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_25937","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 20%\\n\u53ec\u5524\u751f\u7269\u683c\u6321\u65f6\uff0c\u56de\u590d\u5b83 6% \u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34844","text":"\u53ec\u5524\u751f\u7269\u7684\u6700\u5927\u751f\u547d\u964d\u4f4e 20%\\n\u53ec\u5524\u751f\u7269\u683c\u6321\u65f6\uff0c\u56de\u590d\u5b83 8% \u751f\u547d \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_3897","text":"\u53ec\u5524\u9b54\u50cf\u7684\u6570\u91cf\u4e0a\u9650 +1\\n\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23749","text":"\u53ec\u5524\u9b54\u50cf\u7684\u6570\u91cf\u4e0a\u9650 +2\\n\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u964d\u4f4e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5183","text":"\u53ec\u5524\u9b54\u50cf\u7684\u6570\u91cf\u4e0a\u9650 -1\\n\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 75% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1679","text":"\u53ec\u5524\u9b54\u50cf\u7684\u6570\u91cf\u4e0a\u9650 -2\\n\u9b54\u50cf\u7684\u589e\u76ca\u6548\u679c\u63d0\u9ad8 150% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32875","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u9b54\u529b\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28586","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u9b54\u529b\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11814","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684 \u989d\u5916\u547d\u4e2d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53347","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684 \u989d\u5916\u547d\u4e2d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12962","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u8d64\u56a3\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27356","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u8d64\u56a3\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36837","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5206\u88c2 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61066","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5206\u88c2 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26244","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u4f4e\u9636\u6bd2\u5316\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44530","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u4f4e\u9636\u6bd2\u5316\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29206","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u751f\u547d\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8862","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u751f\u547d\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45258","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u8fd1\u6218\u4f24\u5bb3\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50080","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u8fd1\u6218\u4f24\u5bb3\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3110","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5feb\u901f\u6295\u5c04 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62468","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5feb\u901f\u6295\u5c04 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53398","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6655\u7729 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7170","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6655\u7729 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4568","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u589e\u5927\u8303\u56f4 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25007","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u589e\u5927\u8303\u56f4 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56855","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u51fb\u9000 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61653","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u51fb\u9000 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59753","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u751f\u547d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16548","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u751f\u547d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21302","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u901f\u5ea6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17987","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u53ec\u5524\u751f\u7269\u901f\u5ea6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44253","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u4f4e\u9636\u591a\u91cd\u6295\u5c04 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39526","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u4f4e\u9636\u591a\u91cd\u6295\u5c04 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_35486","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u81f4\u76f2 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5927","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u81f4\u76f2 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58553","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u8bc5\u5492\u6280\u80fd\u77f3\u53d7\u5230 25 \u7ea7\u7684 \u8bc5\u5492\u5149\u73af \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52066","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u8bc5\u5492\u6280\u80fd\u77f3\u53d7\u5230 25 \u7ea7\u7684 \u8bc5\u5492\u5149\u73af \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14505","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u94a2\u94c1\u610f\u5fd7\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32183","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u94a2\u94c1\u610f\u5fd7\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40805","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u5feb\u901f\u65bd\u6cd5\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26522","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u5feb\u901f\u65bd\u6cd5\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18820","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u51e0\u7387\u9003\u8dd1\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24552","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u51e0\u7387\u9003\u8dd1\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60863","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13231","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62296","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u71c3\u5c3d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5018","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u71c3\u5c3d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37236","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684 \u51fb\u4e2d\u751f\u547d\u56de\u590d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50613","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684 \u51fb\u4e2d\u751f\u547d\u56de\u590d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38566","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u7ec8\u7ed3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22375","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u7ec8\u7ed3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26574","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u96f6\u70b9\u5c04\u51fb \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3749","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u96f6\u70b9\u5c04\u51fb \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10869","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u94a2\u94c1\u4e4b\u63e1 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24540","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u94a2\u94c1\u4e4b\u63e1 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16157","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u8fde\u9501 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62681","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u8fde\u9501 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29608","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u5143\u7d20\u5927\u519b\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26088","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u5143\u7d20\u5927\u519b\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7514","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 3 \u7ea7\u7684 \u8d4b\u4e88 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48569","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 3 \u7ea7\u7684 \u8d4b\u4e88 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30297","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6295\u5c04\u7269\u51cf\u901f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_15933","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6295\u5c04\u7269\u51cf\u901f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10402","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6301\u7eed\u65f6\u95f4\u7f29\u77ed \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50107","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6301\u7eed\u65f6\u95f4\u7f29\u77ed \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26703","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 3 \u7ea7\u7684 \u589e\u5e45 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40943","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 3 \u7ea7\u7684 \u589e\u5e45 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1950","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 3 \u7ea7\u7684 \u542f\u8499 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18839","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 3 \u7ea7\u7684 \u542f\u8499 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11880","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u7269\u7406\u8f6c\u95ea\u7535 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36228","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u7269\u7406\u8f6c\u95ea\u7535 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24860","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u9677\u9631\u51b7\u5374(\u8f85) \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47622","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u9677\u9631\u51b7\u5374(\u8f85) \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18624","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u70b9\u71c3\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16669","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u70b9\u71c3\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49653","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u51e0\u7387\u6d41\u8840 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38664","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u51e0\u7387\u6d41\u8840 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40092","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684 \u8150\u8680 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38869","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684 \u8150\u8680 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40150","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u762b\u75ea \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19671","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u762b\u75ea \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17523","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 10 \u7ea7\u52a8\u91cf\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4006","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d7 10 \u7ea7\u52a8\u91cf\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51860","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u79d8\u672f\u589e\u5f3a \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7059","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u79d8\u672f\u589e\u5f3a \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42041","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u88ab\u7b49\u7ea7 10 \u7684\u3010\u7bad\u4e4b\u65b0\u661f\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14595","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u88ab\u7b49\u7ea7 10 \u7684\u3010\u7bad\u4e4b\u65b0\u661f\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64810","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u7a7f\u900f\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12911","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u7a7f\u900f\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23311","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 25 \u7ea7\u7684 \u548c\u5584 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44326","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 25 \u7ea7\u7684 \u548c\u5584 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20818","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u62a4\u4f53 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18070","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u62a4\u4f53 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26551","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5143\u7d20\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55379","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5143\u7d20\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59155","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u9f50\u5c04 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52621","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u9f50\u5c04 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21714","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u591a\u91cd\u8303\u56f4\u65bd\u6cd5 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53361","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u591a\u91cd\u8303\u56f4\u65bd\u6cd5 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4505","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5148\u7956\u547c\u5524 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54847","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u5148\u7956\u547c\u5524 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42627","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684\u3010\u53ec\u5524\u5e7b\u7075\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7156","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684\u3010\u53ec\u5524\u5e7b\u7075\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7023","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u51cb\u96f6\u4e4b\u89e6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42834","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u51cb\u96f6\u4e4b\u89e6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47374","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u80fd\u91cf\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21019","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u80fd\u91cf\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36288","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6cd5\u672f\u51dd\u805a \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28083","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684 \u6cd5\u672f\u51dd\u805a \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55393","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u7a7f\u523a\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57406","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u7a7f\u523a\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59412","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u6012\u706b\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2830","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u6012\u706b\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62098","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u9707\u6ce2\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52004","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u9707\u6ce2\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56354","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u72c2\u6012\u9955\u992e\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41860","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u72c2\u6012\u9955\u992e\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20961","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7684\u63a0\u98df\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50055","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7684\u63a0\u98df\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55874","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684\u3010\u708e\u519b\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49150","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u53d7\u5230 15 \u7ea7\u7684\u3010\u708e\u519b\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48196","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u8fc5\u6574\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62518","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u53d7\u5230 10 \u7ea7\u7684\u3010\u8fc5\u6574\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43937","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u3010\u52a9\u529b\u4e4b\u98ce\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36845","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u3010\u52a9\u529b\u4e4b\u98ce\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31465","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u3010\u7d27\u6025\u53f7\u4ee4\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24639","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u3010\u7d27\u6025\u53f7\u4ee4\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21043","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u3010\u8fc5\u731b\u70d9\u5370\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7315","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u3010\u8fc5\u731b\u70d9\u5370\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62692","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 15 \u7684\u672b\u65e5\u5c06\u81f3\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57446","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 15 \u7684\u672b\u65e5\u5c06\u81f3\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48478","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u8d64\u70bc\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51911","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u8d64\u70bc\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59639","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u65a9\u9996\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54648","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7ea7\u7684\u65a9\u9996\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24083","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u795e\u5723\u795d\u798f\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26284","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u795e\u5723\u795d\u798f\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63804","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u6052\u795d\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25227","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 25 \u7ea7\u7684\u6052\u795d\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9520","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d710\u7ea7\u5f3a\u5316\u805a\u80fd\u652f\u6301 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_50319","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d710\u7ea7\u5f3a\u5316\u805a\u80fd\u652f\u6301 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16150","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d725\u7ea7\u8bc5\u5492\u4e4b\u5730\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65411","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d725\u7ea7\u8bc5\u5492\u4e4b\u5730\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27843","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d725\u7ea7\u9b54\u86ca\u7efd\u653e\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19653","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d725\u7ea7\u9b54\u86ca\u7efd\u653e\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33576","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7684\u4f1a\u5fc3\u4e00\u51fb\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4687","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 10 \u7684\u4f1a\u5fc3\u4e00\u51fb\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2899","text":"\u5206\u88c2\u7bad\u77e2\u6216\u9f99\u5377\u5c04\u51fb\u653b\u51fb\u65f6\u89e6\u53d1\u7b49\u7ea720\u9f99\u5377\u65cb\u98ce \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53153","text":"\u9b45\u5f71\u5c04\u51fb\u653b\u51fb\u65f6\u89e6\u53d1\u7b49\u7ea720\u95ea\u73b0\u5c04\u51fb\\n\u95ea\u73b0\u5c04\u51fb\u653b\u51fb\u65f6\u89e6\u53d1\u7b49\u7ea720\u9b45\u5f71\u5c04\u51fb \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22704","text":"\u5288\u780d\u548c\u51b2\u51fb\u6ce2\u66b4\u51fb\u65f6\u89e6\u53d1\u7b49\u7ea720\u53ec\u5524\u5e7d\u72fc \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49146","text":"\u7528\u7206\u7075\u672f\u5f15\u7206\u7075\u67e9\u65f6\u89e6\u53d1\u7b49\u7ea720\u7075\u4f53\u8f6c\u6362 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38413","text":"\u5728\u4f60\u65bd\u653e\u7684\u51b0\u5ddd\u4e4b\u523a\u6700\u540e\u4e00\u6b21\u7206\u53d1\u7684\u4f4d\u7f6e\u89e6\u53d1\u7b49\u7ea720\u51b0\u971c\u65b0\u661f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42448","text":"\u7528\u51ff\u51fb\u6216\u7834\u7a7a\u65a9\u653b\u51fb\u65f6\u89e6\u53d1\u7b49\u7ea720\u5207\u6362\u59ff\u6001 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23452","text":"\u65bd\u653e\u88c2\u98ce\u96f7\u7403\u6216\u5723\u6028\u65f6\u89e6\u53d1\u7b49\u7ea720\u91cd\u529b\u6cd5\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5366","text":"\u7528\u91cd\u51fb\u6216\u4e03\u4f24\u7834\u7729\u6655\u654c\u4eba\u65f6\u89e6\u53d1\u7b49\u7ea720\u9ab8\u9aa8\u7075\u67e9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27861","text":"\u5f15\u5bfc\u5200\u5203\u4e71\u821e\u6216\u84c4\u529b\u75be\u98ce\u95ea\u65f6\u6bcf\u79d2\u89e6\u53d1\u4e00\u4e2a\u63d2\u69fd\u5185\u7684\u6cd5\u672f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7137","text":"\u71c3\u70e7\u7bad\u77e2\u6216\u7206\u70b8\u7bad\u77e2\u7684\u6d88\u706d\u4f1a\u5c06\u654c\u4eba\u89c6\u4f5c\u51bb\u7ed3\u5e76\u51fb\u788e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25324","text":"\u7206\u88c2\u7bad\u96e8\u548c\u706b\u529b\u5f29\u70ae\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u4e2d\u6bd2\\n\u7206\u88c2\u7bad\u96e8\u6216\u706b\u529b\u5f29\u70ae\u9020\u6210\u7684\u4e2d\u6bd2\u6709 25% \u7684\u51e0\u7387\u989d\u5916\u9020\u6210100%\u7684\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30149","text":"\u6bcf\u4e2a\u53ec\u5524\u56fe\u817e\u4e0a\u9650\u4f7f\u653b\u57ce\u70ae\u53f0\u548c\u6563\u5c04\u5f29\u70ae\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 50%\\n\u6bcf\u4e2a\u6563\u5c04\u5f29\u70ae\u56fe\u817e\u4f7f\u6563\u5c04\u5f29\u70ae\u7684\u653b\u51fb\u901f\u5ea6\u51cf\u6162 45%\\n\u6bcf\u4e2a\u653b\u57ce\u70ae\u53f0\u56fe\u817e\u4f7f\u653b\u57ce\u70ae\u53f0\u7684\u653b\u51fb\u901f\u5ea6\u51cf\u6162 45% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6978","text":"\u95ea\u7535\u7bad\u77e2\u548c\u51b0\u971c\u5c04\u51fb\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u70b9\u71c3\\n\u95ea\u7535\u7bad\u77e2\u548c\u51b0\u971c\u5c04\u51fb\u9020\u6210\u7684\u70b9\u71c3\u6709 25% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2281","text":"\u7531\u5730\u96f7\u4f7f\u7528\u65f6\uff0c\u7535\u5149\u7bad\u548c\u66b4\u96e8\u7bad\u989d\u5916\u91cd\u590d\u4e00\u6b21 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19913","text":"\u5143\u7d20\u6253\u51fb\u548c\u91ce\u6027\u6253\u51fb\u51fb\u4e2d\u9020\u6210\u70e7\u707c\u3001\u6613\u788e\u3001\u529b\u7aed\\n\u65e0\u6cd5\u70b9\u71c3\u3001\u51b0\u7f13\u3001\u51bb\u7ed3\u3001\u611f\u7535 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36169","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u4f7f\u5f39\u5e55\u548c\u72c2\u6012\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13505","text":"\u6bcf\u4e2a\u8010\u529b\u7403\u4f7f\u5f39\u5e55\u548c\u72c2\u6012\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49661","text":"\u7bad\u96e8\u548c\u6bd2\u96e8\u9020\u6210\u7684\u6d41\u8840\u4f24\u5bb3\u603b\u589e 300%\\n\u6bd2\u96e8\u9020\u6210\u7269\u7406\u4f24\u5bb3\u7684 -60% \u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16086","text":"\u8150\u8680\u7bad\u77e2\u548c\u5929\u707e\u4e4b\u7bad\u53d1\u5c04\u7684\u6295\u5c04\u7269\u6570\u91cf\u603b\u589e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38853","text":"\u4f60\u7528\u653e\u8840\u6216\u8bf1\u6355\u4e4b\u7bad\u51fb\u4e2d\u6d88\u706d\u7684\u654c\u4eba\u7206\u70b8\uff0c\u9020\u6210\u76f8\u5f53\u4e8e\u5176\u751f\u547d 10% \u7684\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10115","text":"\u95ea\u7535\u6253\u51fb\u548c\u51b0\u971c\u4e4b\u5203\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u70b9\u71c3\\n\u95ea\u7535\u6253\u51fb\u548c\u51b0\u971c\u4e4b\u5203\u9020\u6210\u7684\u70b9\u71c3\u6709 15% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45053","text":"\u95ea\u7535\u6253\u51fb\u548c\u51b0\u971c\u4e4b\u5203\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u70b9\u71c3\\n\u95ea\u7535\u6253\u51fb\u548c\u51b0\u971c\u4e4b\u5203\u9020\u6210\u7684\u70b9\u71c3\u6709 25% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45635","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f7f\u6bd2\u86c7\u6253\u51fb\u548c\u81f4\u75ab\u6253\u51fb\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_62670","text":"\u6bcf\u4e2a\u72c2\u6012\u7403\u4f7f\u6bd2\u86c7\u6253\u51fb\u548c\u81f4\u75ab\u6253\u51fb\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_19478","text":"\u5bf9\u53ec\u5524\u751f\u7269\u4f24\u5bb3\u7684\u589e\u5e45\u4e0e\u51cf\u76ca\u6709 150% \u4e5f\u5957\u7528\u4e8e\u9738\u6c14\u4e4b\u51fb\u548c\u8d66\u7f6a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_29593","text":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d\u548c\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb\u7684\u963b\u7075\u672f\u6301\u7eed\u65f6\u95f4\u964d\u4f4e 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40979","text":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d\u548c\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb\u7684\u963b\u7075\u672f\u6301\u7eed\u65f6\u95f4\u964d\u4f4e 80% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_40918","text":"\u60e9\u51fb\u548c\u5145\u80fd\u6253\u51fb\u6d88\u706d\u654c\u4eba\u65f6\u6d88\u8017\u7075\u67e9\uff0c\u5e76\u6062\u590d 5% \u7684\u751f\u547d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11098","text":"\u53ef\u4ee5\u901a\u8fc7\u6d88\u8017\u4e00\u4e2a\u66b4\u51fb\u7403\u6765\u8df3\u8fc7\u95ea\u73b0\u6253\u51fb\u548c\u6212\u5907\u6253\u51fb\u7684\u51b7\u5374\u65f6\u95f4\uff0c\u800c\u975e\u72c2\u6012\u7403\u6216\u8010\u529b\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_53537","text":"\u53cc\u91cd\u6253\u51fb\u6216\u53cc\u6301\u6253\u51fb\u6d88\u706d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u6709 50% \u7684\u51e0\u7387\u83b7\u5f97\u566c\u9b42\u8005\uff0c\u6301\u7eed20\u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18808","text":"\u53cc\u91cd\u6253\u51fb\u6216\u53cc\u6301\u6253\u51fb\u6d88\u706d\u7a00\u6709\u6216\u4f20\u5947\u654c\u4eba\u65f6\u83b7\u5f97\u566c\u9b42\u8005\uff0c\u6301\u7eed20\u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1345","text":"\u88ab\u5bd2\u51b0\u51b2\u51fb\u6216\u51b0\u971c\u4e4b\u9524\u51bb\u7ed3\u7684\u654c\u4eba\u5728\u89e3\u51bb\u65f6\u51b0\u971c\u7f20\u8eab\uff0c\u6301\u7eed4\u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11560","text":"\u9707\u5730\u6216\u5c16\u523a\u6218\u543c\u7684\u6d88\u706d\u4f1a\u5c06\u654c\u4eba\u89c6\u4f5c\u51bb\u7ed3\u5e76\u51fb\u788e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44433","text":"\u6b8b\u70ec\u6216\u88c2\u5730\u4e4b\u51fb\u5bf9\u672a\u4e2d\u6bd2\u654c\u4eba\u9020\u6210\u7684\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 400% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64182","text":"\u6b8b\u70ec\u6216\u88c2\u5730\u4e4b\u51fb\u5bf9\u672a\u4e2d\u6bd2\u654c\u4eba\u9020\u6210\u7684\u4e2d\u6bd2\u4f24\u5bb3\u63d0\u9ad8 600% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7655","text":"\u6bcf 700 \u70b9\u62a4\u7532\u4f7f\u7834\u91dc\u4e00\u51fb\u548c\u70bc\u72f1\u4e4b\u51fb\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 1% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20261","text":"\u6bcf 450 \u70b9\u62a4\u7532\u4f7f\u7834\u91dc\u4e00\u51fb\u548c\u70bc\u72f1\u4e4b\u51fb\u9020\u6210\u7684\u653b\u51fb\u4f24\u5bb3\u63d0\u9ad8 1% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64041","text":"\u4f60\u7684\u6012\u706b\u6f29\u6da1\u548c\u5251\u5203\u98ce\u66b4\u4e2d\u7684\u654c\u4eba\u88ab\u7f13\u901f\u5e76\u6050\u60e7 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60578","text":"\u76fe\u724c\u78be\u538b\u548c\u7075\u76fe\u6295\u63b7\u65e0\u6cd5\u6839\u636e\u76fe\u724c\u7684\u62a4\u7532\u6216\u95ea\u907f\u503c\u9644\u52a0\u7269\u7406\u4f24\u5bb3\\n\u76fe\u724c\u4e0a\u6bcf\u6709 15 \u70b9\u80fd\u91cf\u62a4\u76fe\uff0c\u76fe\u724c\u78be\u538b\u548c\u7075\u76fe\u6295\u63b7\u5c31\u9644\u52a0 30 - 50 \u70b9\u95ea\u7535\u4f24\u5bb3\\n\u76fe\u724c\u78be\u538b\u548c\u7075\u76fe\u6295\u63b7\u7269\u7406\u4f24\u5bb3\u7684 100% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20227","text":"\u76fe\u724c\u78be\u538b\u548c\u7075\u76fe\u6295\u63b7\u65e0\u6cd5\u6839\u636e\u76fe\u724c\u7684\u62a4\u7532\u6216\u95ea\u907f\u503c\u9644\u52a0\u7269\u7406\u4f24\u5bb3\\n\u76fe\u724c\u4e0a\u6bcf\u6709 15 \u70b9\u80fd\u91cf\u62a4\u76fe\uff0c\u76fe\u724c\u78be\u538b\u548c\u7075\u76fe\u6295\u63b7\u5c31\u9644\u52a0 15 - 25 \u70b9\u95ea\u7535\u4f24\u5bb3\\n\u76fe\u724c\u78be\u538b\u548c\u7075\u76fe\u6295\u63b7\u7269\u7406\u4f24\u5bb3\u7684 100% \u8f6c\u6362\u4e3a\u95ea\u7535\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21178","text":"\u65cb\u98ce\u65a9\u548c\u6a2a\u626b\u7684\u51fb\u9000\u65b9\u5411\u53cd\u8f6c\\n\u65cb\u98ce\u65a9\u548c\u6a2a\u626b\u51fb\u4e2d\u65f6\u51fb\u9000\u654c\u4eba \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37160","text":"\u6bd2\u86c7\u97ad\u51fb\u6216\u5267\u6bd2\u65cb\u98ce\u9020\u6210\u7684\u6d41\u8840\u6548\u679c\u6709 25% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100%\\n\u6bd2\u86c7\u97ad\u51fb\u548c\u5267\u6bd2\u65cb\u98ce\u9020\u6210\u7269\u7406\u4f24\u5bb3\u7684 -60% \u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8413","text":"\u82e5\u6bd2\u7206\u7075\u836f\u548c\u7206\u7834\u7075\u836f\u6d88\u8017\u7684\u662f\u786b\u78fa\u836f\u5242\uff0c\u88ab\u51fb\u4e2d\u6d88\u706d\u7684\u654c\u4eba\u6709 40% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u76f8\u5f53\u4e8e\u751f\u547d 10% \u7684\u7269\u7406\u4f24\u5bb3\\n\u6bd2\u7206\u7075\u836f\u548c\u7206\u7834\u7075\u836f\u5c3d\u53ef\u80fd\u540c\u65f6\u6d88\u8017\u786b\u78fa\u836f\u5242\u5145\u80fd\u6b21\u6570 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14475","text":"\u82e5\u6bd2\u7206\u7075\u836f\u548c\u7206\u7834\u7075\u836f\u6d88\u8017\u7684\u662f\u786b\u78fa\u836f\u5242\uff0c\u88ab\u51fb\u4e2d\u6d88\u706d\u7684\u654c\u4eba\u6709 25% \u7684\u51e0\u7387\u7206\u70b8\uff0c\u9020\u6210\u76f8\u5f53\u4e8e\u751f\u547d 10% \u7684\u7269\u7406\u4f24\u5bb3\\n\u6bd2\u7206\u7075\u836f\u548c\u7206\u7834\u7075\u836f\u5c3d\u53ef\u80fd\u540c\u65f6\u6d88\u8017\u786b\u78fa\u836f\u5242\u5145\u80fd\u6b21\u6570 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20692","text":"\u6bcf\u6d88\u8017\u4e00\u679a\u94a2\u5203\u788e\u7247\u6062\u590d 1% \u7684\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39897","text":"\u6bcf\u6d88\u8017\u4e00\u679a\u94a2\u5203\u788e\u7247\u6062\u590d 2% \u7684\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16687","text":"\u7075\u5e7b\u65cb\u65a9\u6216\u7075\u4f53\u6295\u63b7\u7684\u6bcf\u679a\u6295\u5c04\u7269\u7684\u6295\u5c04\u7269\u901f\u5ea6\\n\u5728\u603b\u589e 40% \u6216\u603b\u964d 40% \u4e4b\u95f4\u968f\u673a\u6d6e\u52a8 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16468","text":"\u7075\u5e7b\u65cb\u65a9\u6216\u7075\u4f53\u6295\u63b7\u7684\u6bcf\u679a\u6295\u5c04\u7269\u7684\u6295\u5c04\u7269\u901f\u5ea6\\n\u5728\u603b\u589e 75% \u6216\u603b\u964d 75% \u4e4b\u95f4\u968f\u673a\u6d6e\u52a8 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44299","text":"\u66b4\u8d70\u65f6\u6bcf\u6d88\u706d10\u4e2a\u654c\u4eba\uff0c\u91cd\u76fe\u51b2\u950b\u548c\u94a9\u94fe\u653b\u51fb\u7684\u653b\u51fb\u901f\u5ea6\u52a0\u5feb 2% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41803","text":"\u5949\u732e\u4e4b\u8def\u548c\u51c0\u5316\u70c8\u7130\u4f1a\u4ea7\u751f\u6e0e\u795e\u5730\u9762\uff0c\u800c\u975e\u5949\u732e\u5730\u9762\\n\u5949\u732e\u4e4b\u8def\u548c\u51c0\u5316\u70c8\u7130\u9020\u6210\u706b\u7130\u4f24\u5bb3\u7684 100% \u8f6c\u6362\u4e3a\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_292","text":"\u51b0\u5c01\u519b\u56e2\u548c\u5c06\u519b\u4e4b\u543c\u7684\u51b7\u5374\u56de\u590d\u7387\u603b\u589e 100%\\n\u51b0\u5c01\u6a2a\u626b\u9020\u6210\u7684\u4f24\u5bb3\u603b\u964d 30%\\n\u3010\u5c06\u519b\u4e4b\u543c\u3011 -2 \u8703\u5f71\u6b66\u58eb\u6570\u91cf\u4e0a\u9650 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_34556","text":"\u4f60\u5077\u53d6\u5148\u7956\u56fe\u817e\u9020\u6210\u4f24\u5bb3\u7684 20% \u4e3a\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4198","text":"\u4f60\u5077\u53d6\u5148\u7956\u56fe\u817e\u9020\u6210\u4f24\u5bb3\u7684 40% \u4e3a\u80fd\u91cf\u62a4\u76fe \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21968","text":"\u5ff5\u52a8\u98de\u7bad\u3001\u529b\u91cf\u7206\u7834\u548c\u529b\u91cf\u62bd\u53d6\u7684\u654c\u4eba\u7729\u6655\u9608\u503c\u964d\u4f4e 20%\\n\u5ff5\u52a8\u98de\u7bad\u3001\u529b\u91cf\u7206\u7834\u548c\u529b\u91cf\u62bd\u53d6\u7684\u7729\u6655\u65f6\u95f4\u6709 100% \u7684\u51e0\u7387\u7ffb\u500d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43045","text":"\u8d64\u70bc\u9b54\u5149\u548c\u7edd\u547d\u4e4b\u9570 100% \u7684\u7269\u7406\u4f24\u5bb3\u8f6c\u6362\u4e3a\u706b\u7130\u4f24\u5bb3\\n\u8d64\u70bc\u9b54\u5149\u51cf\u76ca\u6548\u679c\u6bcf\u79d2\u9020\u6210\u706b\u7130\u4f24\u5bb3\uff0c\u800c\u975e\u7269\u7406\u4f24\u5bb3\\n\u7edd\u547d\u4e4b\u9570\u51cf\u76ca\u6548\u679c\u6bcf\u79d2\u9020\u6210\u706b\u7130\u4f24\u5bb3\uff0c\u800c\u975e\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_28927","text":"\u70c8\u708e\u98ce\u66b4\u548c\u865a\u7a7a\u5200\u96e8\u7ed3\u675f\u65f6\u6709 15% \u7684\u51e0\u7387\u518d\u6b21\u5f71\u54cd\u76f8\u540c\u533a\u57df \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_60714","text":"\u70c8\u708e\u98ce\u66b4\u548c\u865a\u7a7a\u5200\u96e8\u7ed3\u675f\u65f6\u6709 25% \u7684\u51e0\u7387\u518d\u6b21\u5f71\u54cd\u76f8\u540c\u533a\u57df \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22295","text":"\u865a\u7a7a\u5315\u9996\u7559\u4e0b\u4e00\u628a\u5f98\u5f8a\u4e4b\u5203\u6240\u9700\u53d1\u5c04\u7684\u6295\u5c04\u7269\u6570\u91cf\u964d\u4f4e 1 \u679a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18766","text":"\u865a\u7a7a\u5315\u9996\u7559\u4e0b\u4e00\u628a\u5f98\u5f8a\u4e4b\u5203\u6240\u9700\u53d1\u5c04\u7684\u6295\u5c04\u7269\u6570\u91cf\u964d\u4f4e 2 \u679a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42442","text":"\u706b\u7403\u548c\u7194\u5ca9\u5954\u6d8c\u7684\u6548\u679c\u8303\u56f4\u603b\u589e 100%\\n\u6295\u5c04\u7269\u6570\u91cf\u8bcd\u7f00\u5bf9\u706b\u7403\u548c\u7194\u5ca9\u5954\u6d8c\u4e0d\u751f\u6548 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26179","text":"\u706b\u7403\u548c\u7194\u5ca9\u5954\u6d8c\u7684\u6548\u679c\u8303\u56f4\u603b\u589e 200%\\n\u6295\u5c04\u7269\u6570\u91cf\u8bcd\u7f00\u5bf9\u706b\u7403\u548c\u7194\u5ca9\u5954\u6d8c\u4e0d\u751f\u6548 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3659","text":"\u51b0\u971c\u8109\u51b2\u548c\u51db\u51ac\u4e4b\u773c\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u90fd\u9020\u6210\u4e2d\u6bd2\\n\u51b0\u971c\u8109\u51b2\u548c\u51db\u51ac\u4e4b\u773c\u9020\u6210\u7684\u4e2d\u6bd2\u6709 15% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20294","text":"\u51b0\u971c\u8109\u51b2\u548c\u51db\u51ac\u4e4b\u773c\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u90fd\u9020\u6210\u4e2d\u6bd2\\n\u51b0\u971c\u8109\u51b2\u548c\u51db\u51ac\u4e4b\u773c\u9020\u6210\u7684\u4e2d\u6bd2\u6709 25% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42310","text":"\u98de\u5203\u98ce\u66b4\u548c\u4e71\u5251\u7a7f\u5fc3\u51fb\u4e2d\u65f6\u6709 30% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba\\n\u98de\u5203\u98ce\u66b4\u548c\u4e71\u5251\u7a7f\u5fc3\u4e0d\u9020\u6210\u975e\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36800","text":"\u98de\u5203\u98ce\u66b4\u548c\u4e71\u5251\u7a7f\u5fc3\u51fb\u4e2d\u65f6\u6709 60% \u7684\u51e0\u7387\u7a7f\u523a\u654c\u4eba\\n\u98de\u5203\u98ce\u66b4\u548c\u4e71\u5251\u7a7f\u5fc3\u4e0d\u9020\u6210\u975e\u7269\u7406\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17605","text":"\u95ea\u70c1\u65b0\u661f\u548c\u98ce\u66b4\u547c\u5524\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u90fd\u9020\u6210\u70b9\u71c3\\n\u95ea\u70c1\u65b0\u661f\u548c\u98ce\u66b4\u547c\u5524\u9020\u6210\u7684\u70b9\u71c3\u6709 15% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57547","text":"\u95ea\u70c1\u65b0\u661f\u548c\u98ce\u66b4\u547c\u5524\u7684\u6240\u6709\u51fb\u4e2d\u4f24\u5bb3\u90fd\u9020\u6210\u70b9\u71c3\\n\u95ea\u70c1\u65b0\u661f\u548c\u98ce\u66b4\u547c\u5524\u9020\u6210\u7684\u70b9\u71c3\u6709 25% \u7684\u51e0\u7387\u4f24\u5bb3\u603b\u589e 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47007","text":"\u971c\u66b4\u548c\u7535\u5149\u5bd2\u971c\u7684\u6240\u6709\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u7b4b\u75b2\u529b\u5c3d\\n\u971c\u66b4\u548c\u7535\u5149\u5bd2\u971c\u6709 25% \u7684\u51e0\u7387\u4f7f\u51b0\u7f13\u533a\u57df\u4e2d\u7684\u654c\u4eba\u7b4b\u75b2\u529b\u5c3d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22434","text":"\u971c\u66b4\u548c\u7535\u5149\u5bd2\u971c\u7684\u6240\u6709\u4f24\u5bb3\u53ef\u4ee5\u9020\u6210\u7b4b\u75b2\u529b\u5c3d\\n\u971c\u66b4\u548c\u7535\u5149\u5bd2\u971c\u6709 50% \u7684\u51e0\u7387\u4f7f\u51b0\u7f13\u533a\u57df\u4e2d\u7684\u654c\u4eba\u7b4b\u75b2\u529b\u5c3d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31906","text":"\u95ea\u7535\u901a\u9053\u548c\u7535\u6d41\u573a\u7684\u6d88\u706d\u4f1a\u5c06\u654c\u4eba\u89c6\u4f5c\u51bb\u7ed3\u5e76\u51fb\u788e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55980","text":"\u7f1a\u9b54\u7535\u6b9b\u548c\u7f1a\u96f7\u4e4b\u7eb9\u5bf9\u654c\u4eba\u9020\u6210\u76f8\u5f53\u4e8e\u603b\u589e 200% \u4f24\u5bb3\u7684\u51bb\u7ed3\u6548\u679c\\n\u7f1a\u9b54\u7535\u6b9b\u548c\u7f1a\u96f7\u4e4b\u7eb9 50% \u7684\u95ea\u7535\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33472","text":"\u7f1a\u9b54\u7535\u6b9b\u548c\u7f1a\u96f7\u4e4b\u7eb9\u5bf9\u654c\u4eba\u9020\u6210\u76f8\u5f53\u4e8e\u603b\u589e 300% \u4f24\u5bb3\u7684\u51bb\u7ed3\u6548\u679c\\n\u7f1a\u9b54\u7535\u6b9b\u548c\u7f1a\u96f7\u4e4b\u7eb9 100% \u7684\u95ea\u7535\u4f24\u5bb3\u8f6c\u6362\u4e3a\u51b0\u971c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11439","text":"\u51b0\u77db\u548c\u5929\u96f7\u4e4b\u73e0\u53d1\u5c04\u4e00\u5708\u6295\u5c04\u7269\\n\u51b0\u77db\u548c\u5929\u96f7\u4e4b\u73e0\u7684\u6295\u5c04\u7269\u8fd4\u56de\u4f60\u8eab\u8fb9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55271","text":"\u70c8\u7130\u7206\u7834\u548c\u70e7\u6bc1\u7684\u51b7\u5374\u65f6\u95f4 +0.2 \u79d2\\n\u70c8\u7130\u7206\u7834\u548c\u70e7\u6bc1\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001\\n\u70c8\u7130\u7206\u7834\u7684\u521d\u59cb\u5c42\u6570\u63d0\u9ad8 2\\n\u70e7\u6bc1\u7684\u521d\u59cb\u9636\u6570\u63d0\u9ad8 2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64981","text":"\u70c8\u7130\u7206\u7834\u548c\u70e7\u6bc1\u7684\u51b7\u5374\u65f6\u95f4 +0.4 \u79d2\\n\u70c8\u7130\u7206\u7834\u548c\u70e7\u6bc1\u65e0\u6cd5\u9020\u6210\u5143\u7d20\u5f02\u5e38\u72b6\u6001\\n\u70c8\u7130\u7206\u7834\u7684\u521d\u59cb\u5c42\u6570\u63d0\u9ad8 4\\n\u70e7\u6bc1\u7684\u521d\u59cb\u9636\u6570\u63d0\u9ad8 4 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39700","text":"\u9b54\u86ca\u7206\u70b8\u548c\u672b\u65e5\u7206\u70b8\u6ea2\u51fa\u4f24\u5bb3\u7684 10% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33841","text":"\u9b54\u86ca\u7206\u70b8\u548c\u672b\u65e5\u7206\u70b8\u6ea2\u51fa\u4f24\u5bb3\u7684 20% \u8f6c\u5316\u4e3a\u751f\u547d\u5077\u53d6 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58877","text":"\u5982\u679c\u9b54\u529b\u6d88\u8017\u4e0d\u9ad8\u4e8e\u4f60\u80fd\u591f\u6d88\u8017\u7684\u6700\u5927\u503c\uff0c\u7981\u65ad\u5178\u4eea\u548c\u6697\u591c\u8840\u5951\u9644\u52a0\u76f8\u5f53\u4e8e\u9b54\u529b\u6d88\u8017 12% \u7684\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48442","text":"\u5982\u679c\u9b54\u529b\u6d88\u8017\u4e0d\u9ad8\u4e8e\u4f60\u80fd\u591f\u6d88\u8017\u7684\u6700\u5927\u503c\uff0c\u7981\u65ad\u5178\u4eea\u548c\u6697\u591c\u8840\u5951\u9644\u52a0\u76f8\u5f53\u4e8e\u9b54\u529b\u6d88\u8017 20% \u7684\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27307","text":"\u53d7\u6df7\u6c8c\u4e4b\u6bd2\u6216\u761f\u75ab\u5f71\u54cd\u7684\u654c\u4eba\u88ab\u51b0\u7f13 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_101","text":"\u7075\u9b42\u5438\u53d6\u548c\u88c2\u9b42\u672f\u7684\u6295\u5c04\u7269\u901f\u5ea6\u51cf\u6162 25%\\n\u7075\u9b42\u5438\u53d6\u548c\u88c2\u9b42\u672f\u989d\u5916\u53d1\u5c04 2 \u4e2a\u6295\u5c04\u7269 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33893","text":"\u7075\u9b42\u5438\u53d6\u548c\u88c2\u9b42\u672f\u7684\u6295\u5c04\u7269\u901f\u5ea6\u51cf\u6162 50%\\n\u7075\u9b42\u5438\u53d6\u548c\u88c2\u9b42\u672f\u989d\u5916\u53d1\u5c04 4 \u4e2a\u6295\u5c04\u7269 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6094","text":"\u5f53\u4f60\u62e5\u6709\u7535\u80fd\u91ca\u653e\u6cd5\u672f\u56fe\u817e\u65f6\uff0c\u7531\u56fe\u817e\u65bd\u653e\u7684\u7535\u7403\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 50%\\n\u5f53\u4f60\u62e5\u6709\u7535\u7403\u6cd5\u672f\u56fe\u817e\u65f6\uff0c\u56fe\u817e\u65bd\u653e\u7684\u7535\u80fd\u91ca\u653e\u5f3a\u529b\u8109\u51b2\u95f4\u9694\u7684\u8109\u51b2\u6b21\u6570\u964d\u4f4e 1 \u6b21 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18385","text":"\u5f53\u4f60\u62e5\u6709\u7535\u80fd\u91ca\u653e\u6cd5\u672f\u56fe\u817e\u65f6\uff0c\u7531\u56fe\u817e\u65bd\u653e\u7684\u7535\u7403\u6301\u7eed\u65f6\u95f4\u63d0\u9ad8 100%\\n\u5f53\u4f60\u62e5\u6709\u7535\u7403\u6cd5\u672f\u56fe\u817e\u65f6\uff0c\u56fe\u817e\u65bd\u653e\u7684\u7535\u80fd\u91ca\u653e\u5f3a\u529b\u8109\u51b2\u95f4\u9694\u7684\u8109\u51b2\u6b21\u6570\u964d\u4f4e 2 \u6b21 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49502","text":"\u65bd\u653e\u51b0\u971c\u95ea\u73b0\u65f6\uff0c\u5bd2\u971c\u7206\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 50%\\n\u5728\u98ce\u66b4\u6f29\u6da1\u5468\u56f4\u541f\u5531\u4ea7\u751f\u6253\u51fb\u7684\u9891\u7387\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27519","text":"\u65bd\u653e\u51b0\u971c\u95ea\u73b0\u65f6\uff0c\u5bd2\u971c\u7206\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 75%\\n\u5728\u98ce\u66b4\u6f29\u6da1\u5468\u56f4\u541f\u5531\u4ea7\u751f\u6253\u51fb\u7684\u9891\u7387\u63d0\u9ad8 60% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18389","text":"\u5f15\u5bfc\u5bd2\u51ac\u5b9d\u73e0\u65f6\u89e6\u53d1\u7b49\u7ea720\u6c34\u6e90\u6cd5\u7403 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12418","text":"\u88ab\u6253\u4e0a\u51ac\u6f6e\u70d9\u5370\u6216\u5965\u6cd5\u70d9\u5370\u7684\u654c\u4eba\u88ab\u51fb\u8d25\u65f6\u7206\u70b8\uff0c\u9020\u6210\u76f8\u5f53\u4e8e\u5176\u751f\u547d\u4e0a\u9650\u56db\u5206\u4e4b\u4e00\u7684\u6df7\u6c8c\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8849","text":"\u5e7b\u5316\u7684\u5f98\u5f8a\u4e4b\u5203\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +1.5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63769","text":"\u5e7b\u5316\u7684\u5f98\u5f8a\u4e4b\u5203\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +2.5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64468","text":"\u5982\u679c\u4f60\u53ec\u5524\u7684\u8150\u5316\u9b54\u50cf\u4e0e\u6df7\u6c8c\u9b54\u50cf\u6570\u91cf\u76f8\u540c\uff0c\u8150\u5316\u9b54\u50cf\u7684\u51fb\u4e2d\u9020\u6210\u7a7f\u523a\\n\u5982\u679c\u4f60\u53ec\u5524\u7684\u6df7\u6c8c\u9b54\u50cf\u4e0e\u5de8\u77f3\u9b54\u50cf\u6570\u91cf\u76f8\u540c\uff0c\u6df7\u6c8c\u9b54\u50cf\u7684\u51fb\u4e2d\u9020\u6210\u7a7f\u523a\\n\u5982\u679c\u4f60\u53ec\u5524\u7684\u5de8\u77f3\u9b54\u50cf\u4e0e\u8150\u5316\u9b54\u50cf\u6570\u91cf\u76f8\u540c\uff0c\u5de8\u77f3\u9b54\u50cf\u7684\u51fb\u4e2d\u9020\u6210\u7a7f\u523a \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56226","text":"\u53ec\u5524\u5143\u7d20\u9b54\u50cf\u7684\u751f\u547d\u4e0a\u9650\u7ffb\u500d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12341","text":"\u53ec\u5524\u9b54\u4f8d\u548c\u5723\u7269\u7269\u7406\u4f24\u5bb3\u7684 100% \u5c06\u8f6c\u6362\u4e3a\u968f\u673a\u5143\u7d20\u4f24\u5bb3\\n\u53ec\u5524\u9b54\u4f8d\u548c\u5723\u7269\u9020\u6210\u7684\u975e\u4f24\u5bb3\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_58543","text":"\u53ec\u5524\u9b54\u4f8d\u548c\u5723\u7269\u7269\u7406\u4f24\u5bb3\u7684 100% \u5c06\u8f6c\u6362\u4e3a\u968f\u673a\u5143\u7d20\u4f24\u5bb3\\n\u53ec\u5524\u9b54\u4f8d\u548c\u5723\u7269\u9020\u6210\u7684\u975e\u4f24\u5bb3\u5f02\u5e38\u72b6\u6001\u6548\u679c\u63d0\u9ad8 200% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56565","text":"\u590d\u82cf\u7684\u9b54\u536b\u548c\u5e7d\u9b42\u590d\u82cf\u65f6\u83b7\u5f97\u80be\u4e0a\u817a\u7d20\uff0c\u6301\u7eed 8 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48348","text":"\u590d\u82cf\u7684\u9b54\u536b\u548c\u5e7d\u9b42\u590d\u82cf\u65f6\u83b7\u5f97\u80be\u4e0a\u817a\u7d20\uff0c\u6301\u7eed 14 \u79d2 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17413","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075\u7684\u6570\u91cf\u4e0a\u9650\u4e3a 3\\n\u53ec\u5524\u5e7b\u5f71\u7684\u6570\u91cf\u4e0a\u9650\u4e3a 3\\n\u53ec\u5524\u6124\u6012\u72c2\u7075\u5177\u6709\u94bb\u77f3\u795e\u9f9b\u548c\u5a01\u731b\u795e\u9f9b\u589e\u76ca\\n\u53ec\u5524\u5e7b\u5f71\u5177\u6709\u94bb\u77f3\u795e\u9f9b\u548c\u5a01\u731b\u795e\u9f9b\u589e\u76ca \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_41467","text":"\u7531\u5730\u96f7\u4f7f\u7528\u65f6\uff0c\u706b\u7130\u9677\u9631\u548c\u7206\u70b8\u9677\u9631\u989d\u5916\u653e\u7f6e\u4e00\u4e2a\u9677\u9631\u3002 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26541","text":"\u7531\u5730\u96f7\u4f7f\u7528\u65f6\uff0c\u706b\u7130\u9677\u9631\u548c\u7206\u70b8\u9677\u9631\u989d\u5916\u653e\u7f6e 2 \u4e2a\u9677\u9631\u3002 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46814","text":"\u51b0\u51bb\u9677\u9631\u548c\u95ea\u7535\u9677\u9631\u4f24\u5bb3\u7a7f\u900f\u654c\u4eba 15% \u7684\u5143\u7d20\u6297\u6027\\n\u51b0\u51bb\u9677\u9631\u548c\u95ea\u7535\u9677\u9631\u4f1a\u88ab\u4f60\u7684\u6218\u543c\u89e6\u53d1\\n\u51b0\u51bb\u9677\u9631\u548c\u95ea\u7535\u9677\u9631\u65e0\u6cd5\u88ab\u654c\u4eba\u89e6\u53d1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16167","text":"\u51b0\u51bb\u9677\u9631\u548c\u95ea\u7535\u9677\u9631\u4f24\u5bb3\u7a7f\u900f\u654c\u4eba 25% \u7684\u5143\u7d20\u6297\u6027\\n\u51b0\u51bb\u9677\u9631\u548c\u95ea\u7535\u9677\u9631\u4f1a\u88ab\u4f60\u7684\u6218\u543c\u89e6\u53d1\\n\u51b0\u51bb\u9677\u9631\u548c\u95ea\u7535\u9677\u9631\u65e0\u6cd5\u88ab\u654c\u4eba\u89e6\u53d1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1542","text":"\u63b7\u706b\u9677\u9631\u3001\u9707\u6ce2\u9677\u9631\u548c\u7535\u5854\u9677\u9631\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 30%\\n\u63b7\u706b\u9677\u9631\u3001\u9707\u6ce2\u9677\u9631\u548c\u7535\u5854\u9677\u9631\u6709 -1 \u6b21\u51b7\u5374\u65f6\u95f4\u6b21\u6570 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38414","text":"\u63b7\u706b\u9677\u9631\u3001\u9707\u6ce2\u9677\u9631\u548c\u7535\u5854\u9677\u9631\u7684\u51b7\u5374\u56de\u590d\u7387\u63d0\u9ad8 50%\\n\u63b7\u706b\u9677\u9631\u3001\u9707\u6ce2\u9677\u9631\u548c\u7535\u5854\u9677\u9631\u6709 -2 \u6b21\u51b7\u5374\u65f6\u95f4\u6b21\u6570 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52958","text":"\u96f7\u66b4\u5730\u96f7\u3001\u51b0\u9525\u5730\u96f7\u548c\u706b\u5c51\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 150%\\n\u96f7\u66b4\u5730\u96f7\u3001\u51b0\u9525\u5730\u96f7\u548c\u706b\u5c51\u5730\u96f7\u4e0d\u9020\u6210\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_14176","text":"\u96f7\u66b4\u5730\u96f7\u3001\u51b0\u9525\u5730\u96f7\u548c\u706b\u5c51\u5730\u96f7\u7684\u5149\u73af\u6548\u679c\u63d0\u9ad8 300%\\n\u96f7\u66b4\u5730\u96f7\u3001\u51b0\u9525\u5730\u96f7\u548c\u706b\u5c51\u5730\u96f7\u4e0d\u9020\u6210\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21872","text":"\u6355\u718a\u9677\u9631\u548c\u8679\u5438\u9677\u9631\u7684\u51cf\u76ca\u6548\u679c\u8fd8\u4f1a\u4f7f\u53d7\u5f71\u54cd\u654c\u4eba\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16035","text":"\u6355\u718a\u9677\u9631\u548c\u8679\u5438\u9677\u9631\u7684\u51cf\u76ca\u6548\u679c\u8fd8\u4f1a\u4f7f\u53d7\u5f71\u54cd\u654c\u4eba\u7684\u51b7\u5374\u56de\u590d\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20624","text":"\u7531\u707c\u70ed\u8fde\u63a5\u76f8\u8fde\u7684\u56fe\u817e\u65bd\u653e\u65f6\uff0c\u5723\u7130\u56fe\u817e\u548c\u9707\u6ce2\u56fe\u817e\u9020\u6210\u76f8\u5f53\u4e8e\u7269\u7406\u4f24\u5bb3 35% \u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16909","text":"\u7531\u707c\u70ed\u8fde\u63a5\u76f8\u8fde\u7684\u56fe\u817e\u65bd\u653e\u65f6\uff0c\u5723\u7130\u56fe\u817e\u548c\u9707\u6ce2\u56fe\u817e\u9020\u6210\u76f8\u5f53\u4e8e\u7269\u7406\u4f24\u5bb3 60% \u7684\u989d\u5916\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23155","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u8bf1\u9975\u56fe\u817e\u3001\u541e\u566c\u56fe\u817e\u548c\u56de\u6625\u56fe\u817e\u5bf9\u9644\u8fd1\u7684\u654c\u4eba\u53cd\u5c04\u76f8\u5f53\u4e8e\u751f\u547d\u4e0a\u9650 100% \u7684\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47012","text":"\u88ab\u51fb\u4e2d\u65f6\uff0c\u8bf1\u9975\u56fe\u817e\u3001\u541e\u566c\u56fe\u817e\u548c\u56de\u6625\u56fe\u817e\u5bf9\u9644\u8fd1\u7684\u654c\u4eba\u53cd\u5c04\u76f8\u5f53\u4e8e\u751f\u547d\u4e0a\u9650 200% \u7684\u706b\u7130\u4f24\u5bb3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5727","text":"\u6709\u654c\u4eba\u4f4d\u4e8e\u4f60\u7684\u6b63\u4e49\u4e4b\u706b\u6216\u707c\u70ed\u5149\u7ebf\u4e2d\u65f6\uff0c\u6bcf\u79d2\u6062\u590d 15 \u70b9\u9b54\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26652","text":"\u6709\u654c\u4eba\u4f4d\u4e8e\u4f60\u7684\u6b63\u4e49\u4e4b\u706b\u6216\u707c\u70ed\u5149\u7ebf\u4e2d\u65f6\uff0c\u6bcf\u79d2\u6062\u590d 25 \u70b9\u9b54\u529b \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_24028","text":"\u6bcf\u541f\u5531\u4e00\u79d2\uff0c\u83cc\u6f6e\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 50%\uff0c\u6700\u591a200%\\n\u6bcf\u541f\u5531\u4e00\u79d2\uff0c\u6b7b\u4ea1\u51cb\u96f6\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 50%\uff0c\u6700\u591a200%\u3002 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_7729","text":"\u6bcf\u541f\u5531\u4e00\u79d2\uff0c\u83cc\u6f6e\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 80%\uff0c\u6700\u591a200%\\n\u6bcf\u541f\u5531\u4e00\u79d2\uff0c\u6b7b\u4ea1\u51cb\u96f6\u7684\u6548\u679c\u8303\u56f4\u63d0\u9ad8 80%\uff0c\u6700\u591a200%\u3002 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48251","text":"\u89e3\u653e\u548c\u96f7\u7535\u9b54\u7206\u4e0d\u5728\u5468\u8eab\u65bd\u653e\uff0c\u6539\u4e3a\u5728\u76ee\u6807\u4f4d\u7f6e\u65bd\u653e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16249","text":"\u98ce\u66b4\u70d9\u5370\u548c\u672b\u65e5\u70d9\u5370\u53ef\u4ee5\u9644\u7740\u4e8e\u4f60\u53ec\u5524\u7684\u8ffd\u547d\u6b7b\u7075 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31945","text":"\u5982\u679c\u9b54\u529b\u6d88\u8017\u4e0d\u9ad8\u4e8e\u4f60\u80fd\u591f\u6d88\u8017\u7684\u6700\u5927\u503c\uff0c\u7535\u5f27\u548c\u7535\u6b9b\u957f\u67aa\u9644\u52a0\u76f8\u5f53\u4e8e\u9b54\u529b\u6d88\u8017 12% \u7684\u51b0\u971c\u4f24\u5bb3\\n\u7535\u5f27\u548c\u7535\u6b9b\u957f\u67aa\u7684\u6d88\u8017\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30093","text":"\u5982\u679c\u9b54\u529b\u6d88\u8017\u4e0d\u9ad8\u4e8e\u4f60\u80fd\u591f\u6d88\u8017\u7684\u6700\u5927\u503c\uff0c\u7535\u5f27\u548c\u7535\u6b9b\u957f\u67aa\u9644\u52a0\u76f8\u5f53\u4e8e\u9b54\u529b\u6d88\u8017 20% \u7684\u51b0\u971c\u4f24\u5bb3\\n\u7535\u5f27\u548c\u7535\u6b9b\u957f\u67aa\u7684\u6d88\u8017\u63d0\u9ad8 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6636","text":"\u5e7b\u7075\u5b88\u536b\u7684\u7f81\u7eca\u589e\u76ca\u6548\u679c\u63d0\u9ad8 50%\\n\u7f81\u7eca\u6cd5\u672f\u80fd\u591f\u4ee5\u5e7b\u7075\u5b88\u536b\u4e3a\u76ee\u6807 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45031","text":"\u6012\u708e\u7a7f\u5fc3\u7684\u6295\u5c04\u7269\u7a7f\u8fc7\u70c8\u7130\u4e4b\u5899\u65f6\u5206\u53c9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23345","text":"\u6bcf 100 \u70b9\u654f\u6377\u4f7f\u7075\u4f53\u706b\u7403\u548c\u706b\u846c\u7a7f\u900f 2% \u7684\u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10239","text":"\u6bcf 100 \u70b9\u654f\u6377\u4f7f\u7075\u4f53\u706b\u7403\u548c\u706b\u846c\u7a7f\u900f 4% \u7684\u706b\u7130\u6297\u6027 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_55654","text":"\u6301\u7eed\u65f6\u95f4\u6bcf\u7ecf\u8fc7 0.1 \u79d2\uff0c\u5b9a\u7f6a\u6ce2\u7684\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\u63d0\u9ad8 +10% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47483","text":"\u6301\u7eed\u65f6\u95f4\u6bcf\u7ecf\u8fc7 0.1 \u79d2\uff0c\u5b9a\u7f6a\u6ce2\u7684\u6301\u7eed\u4f24\u5bb3\u52a0\u6210\u63d0\u9ad8 +15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_31198","text":"\u65bd\u653e\u5bd2\u51b0\u5f39\u65f6\u6f29\u6da1\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38596","text":"\u65bd\u653e\u5bd2\u51b0\u5f39\u65f6\u6f29\u6da1\u7684\u66b4\u51fb\u51e0\u7387\u63d0\u9ad8 +25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30352","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4ef6\u8be5\u57fa\u7840\u7c7b\u578b\u7684\u4f20\u5947\u7269\u54c1 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47181","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u7194\u5ca9\u77ff\u6750 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20871","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 20 \u4e2a\u91cd\u94f8\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4343","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 40 \u4e2a\u91cd\u94f8\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_49649","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 20 \u4e2a\u6df7\u6c8c\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52895","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 40 \u4e2a\u6df7\u6c8c\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_30417","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 15 \u4e2a\u540e\u6094\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49711","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 30 \u4e2a\u540e\u6094\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_60323","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 10 \u4e2a\u5bcc\u8c6a\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_38368","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 20 \u4e2a\u5bcc\u8c6a\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_1189","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 15 \u4e2a\u74e6\u5c14\u5b9d\u73e0 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45250","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 30 \u4e2a\u74e6\u5c14\u5b9d\u73e0 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_45159","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 15 \u4e2a\u5b9d\u77f3\u5320\u7684\u68f1\u955c \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_2456","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 30 \u4e2a\u5b9d\u77f3\u5320\u7684\u68f1\u955c \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_47569","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 10 \u4e2a\u795d\u798f\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59749","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 20 \u4e2a\u795d\u798f\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_48243","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 15 \u4e2a\u89c9\u9192\u516d\u5206\u4eea \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42738","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 30 \u4e2a\u89c9\u9192\u516d\u5206\u4eea \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_62042","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u5265\u79bb\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1751","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 3 \u4e2a\u5265\u79bb\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_2402","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u5d07\u9ad8\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64992","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 3 \u4e2a\u5d07\u9ad8\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_18496","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u795e\u5723\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6400","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 3 \u4e2a\u795e\u5723\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_36660","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u5d07\u795e\u77f3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54710","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97 3 \u4e2a\u5d07\u795e\u77f3 \uff08\u7b49\u9636 2\uff09","type":"crucible"},{"id":"crucible.mod_8869","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u706b\u5ca9\u77ff\u7c07 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4855","text":"\u51fa\u552e\u7269\u54c1\u53ef\u989d\u5916\u83b7\u5f97\u4e00\u4e2a\u6c34\u6676\u77ff\u7c07 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5779","text":"\u51fa\u552e\u65f6\u83b7\u5f97\u7269\u54c1\u7684\u7194\u7089\u5929\u8d4b\u53ef\u83b7\u5f97\u4e24\u500d \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12534","text":"\u9493\u9c7c\u7ebf\u5f3a\u5ea6\u63d0\u9ad8 30% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_4067","text":"\u9493\u9c7c\u6570\u91cf\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12959","text":"\u9493\u9c7c\u7a00\u6709\u5ea6\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_57652","text":"\u9493\u9c7c\u6c60\u6d88\u8017\u91cf\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_735","text":"\u4f60\u53ef\u4ee5\u6355\u83b7\u5916\u6765\u9c7c\u79cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45720","text":"\u9c7c\u54ac\u7684\u7075\u654f\u5ea6\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26301","text":"\u9493\u9c7c\u7a33\u5b9a\u6027\u63d0\u9ad8 100% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_39645","text":"\u9493\u8d77\u9774\u5b50\u7684\u51e0\u7387\u964d\u4f4e 25% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_36068","text":"\u9493\u8d77\u4e00\u4e2a\u795e\u5723\u77f3\u7684\u51e0\u7387\u63d0\u9ad8 5% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13623","text":"\u4f60\u53ef\u4ee5\u6355\u83b7\u795e\u5723\u9c7c\u79cd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_13569","text":"\u6050\u6016\u9493\u9c7c\u4f6c\u4e0d\u4f1a\u5237\u65b0 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_17222","text":"\u6050\u6016\u9493\u9c7c\u4f6c\u59cb\u7ec8\u51fa\u73b0\u5728\u4f60\u8eab\u540e \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_30831","text":"\u6bcf\u6355\u83b7\u4e00\u6761\u9c7c\u4f7f\u5854\u8428\u91cc\u5965\u7684\u6012\u706b\u964d\u4f4e 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54071","text":"\u6bcf\u4e2a\u98ce\u66b4\u5929\u4f7f\u74e6\u62c9\u514b\u7684\u63f4\u52a9\u63d0\u9ad8 20% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47493","text":"\u53ef\u4ee5\u5728\u9c7c\u7a9d\u5904\u4f7f\u7528\u730e\u9b54\u8bf1\u9975 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54305","text":"\u8150\u5316\u7684\u9c7c\u6709 10% \u7684\u51e0\u7387\u88ab\u51c0\u5316 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47980","text":"\u6bcf\u8d60\u9001\u4e00\u6761\u9c7c\u83b7\u5f97\u7684\u514b\u91cc\u5c14\u68ee\u597d\u611f\u5ea6\u63d0\u9ad8 23% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12413","text":"\u4f7f\u7528\u8fd9\u6839\u9c7c\u7aff\u9493\u8d77\u7684\u9c7c\u7684\u751f\u547d\u63d0\u9ad8 40% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_11897","text":"\u4f7f\u7528\u8fd9\u6839\u9c7c\u7aff\u9493\u8d77\u7684\u9c7c\u603b\u4f1a\u8bf4\u771f\u8bdd \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47244","text":"\u6355\u83b7\u7684\u6bcf\u6761\u4e0a\u53e4\u5c0a\u9c7c\u7684\u613f\u671b +3 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_27846","text":"\u4e0a\u53e4\u5c0a\u9c7c\u5b9e\u73b0\u7684\u613f\u671b\u7684\u6548\u679c\u63d0\u9ad8 50% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61359","text":"\u4ece\u5ca9\u6d46\u9c7c\u7a9d\u4e2d\u6355\u83b7\u7684\u9c7c\u5df2\u7ecf\u719f\u900f \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_59398","text":"\u6bcf\u8d60\u9001\u4e00\u6761\u9c7c\u83b7\u5f97\u7684\u7194\u5ca9\u8005\u56f0\u60d1\u5ea6\u63d0\u9ad8 15% \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_9992","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u79d8\u672f\u589e\u5f3a \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_16631","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u71c3\u5c3d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47133","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u8150\u8680 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_44300","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u5143\u7d20\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42115","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u80fd\u91cf\u5077\u53d6 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63346","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684\u5feb\u901f\u65bd\u6cd5\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_56134","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u70b9\u71c3\u6269\u6563 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_46858","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u6cd5\u672f\u51dd\u805a \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52502","text":"\u63d2\u69fd\u4e2d\u7684\u5b9d\u77f3\u53d730\u7ea7\u5f3a\u5316\u805a\u80fd\u652f\u6301 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_65339","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u7269\u7406\u8f6c\u95ea\u7535 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_61170","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 30 \u7684\u4f1a\u5fc3\u4e00\u51fb\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64913","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u591a\u91cd\u8303\u56f4\u65bd\u6cd5 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51163","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684\u3010\u53ec\u5524\u5e7b\u7075\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_33117","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 30 \u7ea7\u7684\u3010\u8fc5\u731b\u70d9\u5370\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20387","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_51067","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u9644\u52a0\u51b0\u971c\u4f24\u5bb3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_32855","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u9644\u52a0\u95ea\u7535\u4f24\u5bb3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_47182","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 30 \u7ea7\u7684\u3010\u5927\u6cd5\u5e08\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_52828","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u5f7b\u9aa8 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_64293","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u96c6\u4e2d\u6548\u5e94 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_18084","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u7531 30 \u7ea7\u7684 \u7cbe\u51c6\u7834\u574f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_43613","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u6548\u80fd \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_49734","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u5143\u7d20\u96c6\u4e2d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_48244","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u5143\u7d20\u7a7f\u900f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42265","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u732e\u796d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3151","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_54278","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u63d0\u9ad8\u66b4\u51fb\u51e0\u7387 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_25513","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u704c\u6ce8\u541f\u5531 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_1810","text":"\u63d2\u69fd\u5185\u7684\u6280\u80fd\u77f3\u88ab 30 \u7ea7\u7684 \u95ea\u7535\u652f\u914d \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45600","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u706b\u7130\u7a7f\u900f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_20469","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u51b0\u971c\u7a7f\u900f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_42728","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u95ea\u7535\u7a7f\u900f \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_37407","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_3342","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u65bd\u6cd5\u56de\u54cd \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_5003","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 30 \u7ea7\u7684\u4e09\u4f4d\u4e00\u4f53\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_8484","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u5f02\u5e38\u7206\u53d1 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_12731","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u91ca\u51fa \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_45950","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u63d0\u9ad8\u71c3\u70e7\u4f24\u5bb3 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_6705","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u5bd2\u51b0\u8f6c\u70c8\u7130 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_10770","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684\u3010\u542f\u8fea\u3011\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_26563","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u971c\u54ac \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_23600","text":"\u63d2\u5165\u7684\u6280\u80fd\u77f3\u88ab 30 \u7ea7\u7684\u6bd2\u5316\u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_21266","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u81f4\u547d\u5f02\u5e38\u72b6\u6001 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_63124","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u6025\u51bb \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"},{"id":"crucible.mod_22697","text":"\u6b64\u7269\u54c1\u4e0a\u7684\u6280\u80fd\u77f3\u53d7\u5230 30 \u7ea7\u7684 \u6781\u901f\u8150\u5316 \u8f85\u52a9 \uff08\u7b49\u9636 1\uff09","type":"crucible"}]},{"id":"veiled","label":"\u5f71\u533f","entries":[{"id":"veiled.mod_63099","text":"\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_65000","text":"\u5f71\u533f\u7684","type":"veiled"},{"id":"veiled.mod_63772","text":"\u5361\u5854\u8389\u5a1c\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_5769","text":"\u827e\u5c14\u96f7\u6069\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_48007","text":"\u7231\u65af\u6797\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_62955","text":"\u5c24\u5c14\u91d1\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_65163","text":"\u5361\u7f8e\u5229\u4e9a\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_48408","text":"\u83b1\u514b\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_44855","text":"\u514b\u96f7\u5c14\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_3258","text":"\u91cc\u5965\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_6779","text":"\u53e4\u592b\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_39023","text":"\u54c8\u5e93\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_47933","text":"\u74e6\u91cc\u897f\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_3975","text":"\u897f\u62c9\u514b\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_11536","text":"\u6768\u7eb3\u65af\u89e3\u5bc6\u4e4b","type":"veiled"},{"id":"veiled.mod_55787","text":"\u9003\u9038\u602a\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_8541","text":"\u6258\u62c9\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_14269","text":"\u74e6\u7518\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_38872","text":"\u683c\u62c9\u7ef4\u5947\u7684\u5f71\u533f","type":"veiled"},{"id":"veiled.mod_6131","text":"\u9e9f\u7684\u5f71\u533f","type":"veiled"}]},{"id":"delve","label":"\u5730\u5fc3","entries":[{"id":"delve.delve_better_sell_price","text":"\u7269\u54c1\u4f1a\u88ab\u5546\u8d29\u9ad8\u4ef7\u8d2d\u4e70","type":"delve"},{"id":"delve.delve_lucky_mods","text":"\u6570\u5b57\u5c5e\u6027\u503c\u7279\u522b\u5e78\u8fd0\\n\u9ad8\u7b49\u7ea7\u5c5e\u6027\u53d8\u5f97\u66f4\u666e\u901a","type":"delve"},{"id":"delve.delve_random_modifier","text":"\u63d2\u6ee1\u5171\u632f\u5668\u53ef\u4ee5\u89e3\u5f00\u4e00\u4e2a\u968f\u673a\u6548\u679c","type":"delve"},{"id":"delve.delve_corrupt_essence","text":"\u5177\u6709\u8150\u5316\u7684\u7cbe\u534e\u5c5e\u6027","type":"delve"},{"id":"delve.delve_duplicate","text":"\u521b\u9020\u4e00\u4e2a\u5206\u88c2\u526f\u672c","type":"delve"},{"id":"delve.delve_abyss_socket","text":"\u5177\u6709\u6df1\u6e0a\u63d2\u69fd","type":"delve"},{"id":"delve.delve_labryinth_enchant","text":"\u5177\u6709\u5347\u534e\u8bd5\u70bc\u9644\u9b54","type":"delve"},{"id":"delve.delve_quality","text":"\u63d0\u9ad8\u54c1\u8d28","type":"delve"},{"id":"delve.delve_more_physical","text":"\u66f4\u591a\u7269\u7406\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_fire","text":"\u66f4\u591a\u706b\u7130\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_cold","text":"\u66f4\u591a\u51b0\u971c\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_lightning","text":"\u66f4\u591a\u95ea\u7535\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_chaos","text":"\u66f4\u591a\u6df7\u6c8c\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_elemental","text":"\u66f4\u591a\u5143\u7d20\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_bleed_poison","text":"\u66f4\u591a\u7269\u7406\u5f02\u5e38\u72b6\u6001\u6216\u6df7\u6c8c\u5f02\u5e38\u72b6\u6001\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_life","text":"\u66f4\u591a\u751f\u547d\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_defences","text":"\u66f4\u591a\u9632\u5fa1\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_caster","text":"\u66f4\u591a\u65bd\u6cd5\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_attack","text":"\u66f4\u591a\u653b\u51fb\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_mana","text":"\u66f4\u591a\u9b54\u529b\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_speed","text":"\u66f4\u591a\u901f\u5ea6\u5c5e\u6027","type":"delve"},{"id":"delve.delve_more_minion_aura","text":"\u66f4\u591a\u53ec\u5524\u751f\u7269\u3001\u5149\u73af\u3001\u8bc5\u5492\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_gem_level","text":"\u66f4\u591a\u5b9d\u77f3\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_less_caster","text":"\u66f4\u5c11\u65bd\u6cd5\u5c5e\u6027","type":"delve"},{"id":"delve.delve_less_attack","text":"\u66f4\u5c11\u653b\u51fb\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_physical","text":"\u65e0\u7269\u7406\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_fire","text":"\u65e0\u706b\u7130\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_cold","text":"\u65e0\u51b0\u971c\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_lightning","text":"\u65e0\u95ea\u7535\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_chaos","text":"\u65e0\u6df7\u6c8c\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_life","text":"\u65e0\u751f\u547d\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_defences","text":"\u65e0\u9632\u5fa1\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_elemental","text":"\u65e0\u5143\u7d20\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_bleed_poison","text":"\u65e0\u7269\u7406\u5f02\u5e38\u72b6\u6001\u6216\u6df7\u6c8c\u5f02\u5e38\u72b6\u6001\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_mana","text":"\u65e0\u9b54\u529b\u5c5e\u6027","type":"delve"},{"id":"delve.delve_no_speed","text":"\u65e0\u901f\u5ea6\u5c5e\u6027","type":"delve"},{"id":"delve.delve_corrupted_implicit","text":"\u5df2\u8150\u5316\\n\u6709\u5df2\u8150\u5316\u7684\u57fa\u5e95\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_critical","text":"\u66f4\u591a\u66b4\u51fb\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_critical","text":"\u6ca1\u6709\u66b4\u51fb\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_attribute","text":"\u66f4\u591a\u5c5e\u6027\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_attribute","text":"\u6ca1\u6709\u5c5e\u6027\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_speed","text":"\u8d85\u591a\u901f\u5ea6\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_resistance","text":"\u8d85\u591a\u6297\u6027\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_physical","text":"\u8d85\u591a\u7269\u7406\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_minion","text":"\u8d85\u591a\u53ec\u5524\u751f\u7269\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_mana","text":"\u8d85\u591a\u9b54\u529b\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_lightning","text":"\u8d85\u591a\u95ea\u7535\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_life","text":"\u8d85\u591a\u751f\u547d\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_gem","text":"\u8d85\u591a\u5b9d\u77f3\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_fire","text":"\u8d85\u591a\u706b\u7130\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_elemental","text":"\u8d85\u591a\u5143\u7d20\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_defences","text":"\u8d85\u591a\u9632\u5fa1\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_damage","text":"\u8d85\u591a\u4f24\u5bb3\u603b\u589e\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_curse","text":"\u8d85\u591a\u8bc5\u5492\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_critical","text":"\u8d85\u591a\u66b4\u51fb\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_cold","text":"\u8d85\u591a\u51b0\u971c\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_chaos","text":"\u8d85\u591a\u6df7\u6c8c\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_caster","text":"\u8d85\u591a\u65bd\u6cd5\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_aura","text":"\u8d85\u591a\u5149\u73af\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_attribute","text":"\u8d85\u591a\u5c5e\u6027\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_attack","text":"\u8d85\u591a\u653b\u51fb\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_greatly_more_ailment","text":"\u8d85\u591a\u5f02\u5e38\u72b6\u6001\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_resistance","text":"\u6ca1\u6709\u6297\u6027\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_minion","text":"\u6ca1\u6709\u53ec\u5524\u751f\u7269\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_gem","text":"\u6ca1\u6709\u5b9d\u77f3\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_damage","text":"\u6ca1\u6709\u4f24\u5bb3\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_curse","text":"\u6ca1\u6709\u8bc5\u5492\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_caster","text":"\u6ca1\u6709\u65bd\u6cd5\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_aura","text":"\u6ca1\u6709\u5149\u73af\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_attack","text":"\u6ca1\u6709\u653b\u51fb\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_no_ailment","text":"\u6ca1\u6709\u5f02\u5e38\u72b6\u6001\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_resistance","text":"\u66f4\u591a\u6297\u6027\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_minion","text":"\u66f4\u591a\u53ec\u5524\u751f\u7269\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_gem","text":"\u66f4\u591a\u5b9d\u77f3\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_damage","text":"\u66f4\u591a\u4f24\u5bb3\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_curse","text":"\u66f4\u591a\u8bc5\u5492\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_aura","text":"\u66f4\u591a\u5149\u73af\u8bcd\u7f00","type":"delve"},{"id":"delve.delve_more_ailment","text":"\u66f4\u591a\u5f02\u5e38\u72b6\u6001\u8bcd\u7f00","type":"delve"}]},{"id":"ultimatum","label":"\u81f4\u547d\u8d2a\u5a6a","entries":[{"id":"ultimatum.umod_40225","text":"\u5c4f\u606f\u7634\u6c14","type":"ultimatum"},{"id":"ultimatum.umod_54213","text":"\u5c4f\u606f\u7634\u6c14\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_12812","text":"\u5c4f\u606f\u7634\u6c14\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_11866","text":"\u98ce\u66b4\u7b26\u7eb9","type":"ultimatum"},{"id":"ultimatum.umod_40295","text":"\u98ce\u66b4\u7b26\u7eb9\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_43498","text":"\u98ce\u66b4\u7b26\u7eb9\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_53101","text":"\u98ce\u66b4\u7b26\u7eb9\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_19821","text":"\u98ce\u66b4\u7b26\u7eb9","type":"ultimatum"},{"id":"ultimatum.umod_13955","text":"\u98ce\u66b4\u7b26\u7eb9\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_62391","text":"\u72c2\u6012\u7075\u67e9","type":"ultimatum"},{"id":"ultimatum.umod_26465","text":"\u72c2\u6012\u7075\u67e9\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_6748","text":"\u72c2\u6012\u7075\u67e9\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_39655","text":"\u72c2\u6012\u7075\u67e9\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_28673","text":"\u72c2\u6012\u7075\u67e9","type":"ultimatum"},{"id":"ultimatum.umod_38306","text":"\u72c2\u6012\u7075\u67e9\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_49977","text":"\u72c2\u6012\u7075\u67e9\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_24954","text":"\u72c2\u6012\u7075\u67e9\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_13648","text":"\u6781\u5ea6\u6df1\u5bd2","type":"ultimatum"},{"id":"ultimatum.umod_62444","text":"\u6781\u5ea6\u6df1\u5bd2\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_28497","text":"\u6781\u5ea6\u6df1\u5bd2\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_3273","text":"\u6781\u5ea6\u6df1\u5bd2\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_27548","text":"\u65e0\u5b81\u8150\u571f","type":"ultimatum"},{"id":"ultimatum.umod_63601","text":"\u65e0\u5b81\u8150\u571f\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_7958","text":"\u6467\u706d\u968f\u5f62","type":"ultimatum"},{"id":"ultimatum.umod_32061","text":"\u6467\u706d\u968f\u5f62\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_47172","text":"\u6467\u706d\u968f\u5f62\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_49847","text":"\u6467\u706d\u968f\u5f62\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_7052","text":"\u5243\u5200\u4e71\u821e","type":"ultimatum"},{"id":"ultimatum.umod_45148","text":"\u5243\u5200\u4e71\u821e\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_22941","text":"\u5243\u5200\u4e71\u821e\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_15044","text":"\u5243\u5200\u4e71\u821e\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_8887","text":"\u5f3a\u80fd\u56fe\u817e","type":"ultimatum"},{"id":"ultimatum.umod_58910","text":"\u5a01\u80fd\u56fe\u817e","type":"ultimatum"},{"id":"ultimatum.umod_24728","text":"\u6467\u706d\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_35694","text":"\u6467\u706d\u4e4b\u4e09","type":"ultimatum"},{"id":"ultimatum.umod_60794","text":"\u6467\u706d\u4e4b\u56db","type":"ultimatum"},{"id":"ultimatum.umod_5772","text":"\u56de\u590d\u964d\u4f4e","type":"ultimatum"},{"id":"ultimatum.umod_37639","text":"\u56de\u590d\u964d\u4f4e\u4e4b\u4e8c","type":"ultimatum"},{"id":"ultimatum.umod_50320","text":"\u89e6\u53ca\u964d\u4f4e","type":"ultimatum"},{"id":"ultimatum.umod_29421","text":"\u589e\u76ca\u6d88\u51cf\u52a0\u5feb","type":"ultimatum"},{"id":"ultimatum.umod_39295","text":"\u51b7\u5374\u56de\u590d\u901f\u5ea6\u964d\u4f4e","type":"ultimatum"},{"id":"ultimatum.umod_57621","text":"\u627f\u53d7\u4f24\u5bb3\u9012\u589e","type":"ultimatum"},{"id":"ultimatum.umod_7961","text":"\u602a\u7269\u901f\u5ea6\u9012\u589e","type":"ultimatum"},{"id":"ultimatum.umod_18354","text":"\u6e0e\u795e\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_40124","text":"\u4e0d\u5e78\u66b4\u51fb","type":"ultimatum"},{"id":"ultimatum.umod_27491","text":"\u836f\u5242\u59a8\u788d","type":"ultimatum"},{"id":"ultimatum.umod_15668","text":"\u5e72\u65f1","type":"ultimatum"},{"id":"ultimatum.umod_11872","text":"\u53cd\u5c04\u5f02\u5e38\u72b6\u6001\u548c\u8bc5\u5492","type":"ultimatum"},{"id":"ultimatum.umod_58901","text":"\u9b54\u529b\u6d88\u8017\u7684\u95ea\u7535\u4f24\u5bb3","type":"ultimatum"},{"id":"ultimatum.umod_12730","text":"\u5149\u73af\u5931\u7075","type":"ultimatum"},{"id":"ultimatum.umod_65051","text":"\u5076\u53d1\u8106\u5f31","type":"ultimatum"},{"id":"ultimatum.umod_21966","text":"\u8679\u5438\u69a8\u53d6","type":"ultimatum"},{"id":"ultimatum.umod_11559","text":"\u96be\u6321\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_47347","text":"\u81f4\u547d\u7a00\u6709\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_36548","text":"\u5e87\u62a4\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_33891","text":"\u7cbe\u51c6\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_59748","text":"\u538b\u5236\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_38838","text":"\u593a\u547d\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_39785","text":"\u68f1\u5149\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_25457","text":"\u6297\u6027\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_10506","text":"\u654f\u9510\u602a\u7269","type":"ultimatum"},{"id":"ultimatum.umod_45921","text":"\u8679\u5438\u602a\u7269","type":"ultimatum"}]},{"id":"sanctum","label":"\u7981\u57df","entries":[{"id":"sanctum.stat_85125881","text":"\u5929\u707e\u5148\u9a71\u4f1a\u6389\u843d\u6050\u60e7\u4e4b\u5e73\u8861","type":"sanctum"},{"id":"sanctum.stat_2878762585","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5931\u53bb\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_2942028778","text":"\u6bcf\u4e2a\u697c\u5c42\u5f00\u59cb\u65f6\u83b7\u5f97 # \u5c42\u542f\u8fea","type":"sanctum"},{"id":"sanctum.stat_1518851624","text":"\u5f53\u4f60\u83b7\u5f97\u75db\u82e6\u65f6\uff0c\u83b7\u5f97 # \u5c42\u542f\u8fea","type":"sanctum"},{"id":"sanctum.stat_4057192895","text":"\u5f53\u4f60\u5b8c\u6210\u4e00\u4e2a\u623f\u95f4\u65f6\u83b7\u5f97 # \u679a\u8000\u91d1\u5e01","type":"sanctum"},{"id":"sanctum.stat_1307773596","text":"\u8000\u91d1\u5e01\u5728\u51fb\u8d25\u5929\u707e\u5148\u9a71\u65f6\u8f6c\u6362\u4e3a\u7ecf\u9a8c\u503c","type":"sanctum"},{"id":"sanctum.stat_315260783","text":"\u8000\u91d1\u5e01\u5728\u51fb\u8d25\u5929\u707e\u5148\u9a71\u65f6\u8f6c\u6362\u4e3a\u9057\u7269","type":"sanctum"},{"id":"sanctum.stat_1019656601","text":"\u8000\u91d1\u5e01\u5728\u51fb\u8d25\u5929\u707e\u5148\u9a71\u65f6\u8f6c\u6362\u4e3a\u6c61\u79fd\u901a\u8d27","type":"sanctum"},{"id":"sanctum.stat_2149490821","text":"\u5929\u707e\u5148\u9a71\u7684\u4f24\u5bb3\u603b\u589e #%","type":"sanctum"},{"id":"sanctum.stat_2226900052","text":"\u5929\u707e\u5148\u9a71\u53d7\u5230\u7684\u4f24\u5bb3\u603b\u589e #%","type":"sanctum"},{"id":"sanctum.stat_1059486105","text":"\u5929\u707e\u5148\u9a71\u4f1a\u6389\u843d\u6c38\u6052\u8bc5\u5492","type":"sanctum"},{"id":"sanctum.stat_1175354969","text":"\u5929\u707e\u5148\u9a71\u5229\u897f\u4e9a\u989d\u5916\u6389\u843d\u4e00\u4e2a\u6073\u6c42","type":"sanctum"},{"id":"sanctum.stat_3878191575","text":"\u5929\u707e\u5148\u9a71\u989d\u5916\u6389\u843d\u4e00\u672c\u7981\u57df\u5178\u7c4d","type":"sanctum"},{"id":"sanctum.stat_2995848279","text":"\u5929\u707e\u5148\u9a71\u4f1a\u6389\u843d\u7981\u57df\u9762\u5bb9","type":"sanctum"},{"id":"sanctum.stat_1133899331","text":"\u5929\u707e\u5148\u9a71\u989d\u5916\u6389\u843d\u4e00\u4e2a\u539f\u521d\u4e4b\u7f6a","type":"sanctum"},{"id":"sanctum.stat_4204412707","text":"\u5929\u707e\u5148\u9a71\u4f1a\u6389\u843d\u547d\u8fd0\u4e4b\u98ce","type":"sanctum"},{"id":"sanctum.stat_502549687","text":"\u51fb\u8d25\u5929\u707e\u5148\u9a71\u65f6\u590d\u5236\u6700\u591a # \u4e2a\u968f\u673a\u8d21\u54c1\u5956\u52b1","type":"sanctum"},{"id":"sanctum.stat_3134588943","text":"\u88ab\u654c\u4eba\u8fd1\u6218\u51fb\u4e2d\u65f6\u907f\u514d\u5931\u53bb\u575a\u6bc5\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_1798691236","text":"\u88ab\u654c\u4eba\u6295\u5c04\u7269\u51fb\u4e2d\u65f6\u907f\u514d\u5931\u53bb\u575a\u6bc5\u7684\u51e0\u7387\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_2284543592","text":"\u82e5\u4f60\u6700\u8fd1\u88ab\u51fb\u4e2d\uff0c\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u6709 #% \u7684\u51e0\u7387\u907f\u514d\u5931\u53bb\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_3226329527","text":"\u9996\u9886\u53d7\u5230\u7684\u4f24\u5bb3\u589e\u52a0 #%","type":"sanctum"},{"id":"sanctum.stat_2207905451","text":"\u9996\u9886\u5bf9\u575a\u6bc5\u7684\u5f71\u54cd\u589e\u52a0 #%","type":"sanctum"},{"id":"sanctum.stat_408585189","text":"\u5b88\u536b\u53d7\u5230\u7684\u4f24\u5bb3\u589e\u52a0 #%","type":"sanctum"},{"id":"sanctum.stat_199414195","text":"\u5b88\u536b\u5bf9\u575a\u6bc5\u7684\u5f71\u54cd\u589e\u52a0 #%","type":"sanctum"},{"id":"sanctum.stat_2549512259","text":"\u602a\u7269\u53d7\u5230\u7684\u4f24\u5bb3\u589e\u52a0 #%","type":"sanctum"},{"id":"sanctum.stat_3554249693","text":"\u602a\u7269\u5bf9\u575a\u6bc5\u7684\u5f71\u54cd\u589e\u52a0 #%","type":"sanctum"},{"id":"sanctum.stat_1680962389","text":"\u602a\u7269\u6389\u843d\u7684\u9057\u7269\u6570\u91cf\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_1388771661","text":"\u575a\u6bc5\u62a4\u76fe\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_3889616543","text":"\u672a\u635f\u5931\u575a\u6bc5\u65f6\uff0c\u575a\u6bc5\u62a4\u76fe\u7684\u56de\u590d\u901f\u5ea6\u52a0\u5feb #%","type":"sanctum"},{"id":"sanctum.stat_3621177126","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u7684\u575a\u6bc5\u7f13\u963b\u7531 +#% \u7684\u62a4\u7532\u51b3\u5b9a","type":"sanctum"},{"id":"sanctum.stat_774484840","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u575a\u6bc5\u7f13\u963b\u6709 #% \u7684\u51e0\u7387\u53d8\u4e3a\u4e24\u500d","type":"sanctum"},{"id":"sanctum.stat_1960517795","text":"#% \u51e0\u7387\u907f\u514d\u83b7\u5f97\u4e00\u4e2a\u75db\u82e6","type":"sanctum"},{"id":"sanctum.stat_3381591146","text":"\u4e0d\u80fd\u83b7\u5f97\u542f\u8fea","type":"sanctum"},{"id":"sanctum.stat_624917333","text":"\u4e0d\u80fd\u6062\u590d\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_3926246735","text":"\u5b9d\u7bb1\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u53cc\u500d\u8000\u91d1\u5e01","type":"sanctum"},{"id":"sanctum.stat_2410906123","text":"# \u575a\u6bc5\u62a4\u76fe","type":"sanctum"},{"id":"sanctum.stat_142859883","text":"\u88ab\u654c\u4eba\u51fb\u4e2d\u65f6\u7684\u575a\u6bc5\u7f13\u963b #%","type":"sanctum"},{"id":"sanctum.stat_3817232752","text":"\u5f53\u4f60\u6d88\u706d\u9996\u9886\u65f6\uff0c\u83b7\u5f97 # \u6700\u5927\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_3722564733","text":"\u6bcf\u6b21\u4f60\u4f7f\u7528\u55b7\u6cc9\u65f6\uff0c\u83b7\u5f97 # \u6700\u5927\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_889527415","text":"\u5f53\u4f60\u6d88\u706d\u9996\u9886\u65f6\uff0c\u83b7\u5f97 # \u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_2607697594","text":"\u6bcf\u6b21\u4f60\u4f7f\u7528\u55b7\u6cc9\u65f6\uff0c\u83b7\u5f97 # \u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_3002663227","text":"\u5b8c\u6210\u4e00\u4e2a\u623f\u95f4\u540e\u6062\u590d # \u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_1306482168","text":"\u575a\u6bc5\u6062\u590d\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_3237367570","text":"\u7981\u57df\u5730\u56fe\u4e0a\u7684\u623f\u95f4\u53d8\u4e3a\u672a\u77e5","type":"sanctum"},{"id":"sanctum.stat_386901949","text":"\u7981\u57df\u5730\u56fe\u4e0a\u63ed\u6653\u4e86\u4e00\u4e2a\u989d\u5916\u7684\u623f\u95f4","type":"sanctum"},{"id":"sanctum.stat_1471840332","text":"\u6700\u5927\u575a\u6bc5\u4e3a 1","type":"sanctum"},{"id":"sanctum.stat_290775436","text":"\u5546\u4eba\u4f1a\u63d0\u4f9b\u4e00\u4e2a\u989d\u5916\u9009\u62e9","type":"sanctum"},{"id":"sanctum.stat_3096446459","text":"\u5546\u4eba\u5904\u7684\u51fa\u552e\u4ef7\u683c\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_231205265","text":"\u602a\u7269\u6709 #% \u7684\u51e0\u7387\u6389\u843d\u53cc\u500d\u8000\u91d1\u5e01","type":"sanctum"},{"id":"sanctum.stat_1278905604","text":"\u65e0\u575a\u6bc5\u7f13\u963b\u6216\u575a\u6bc5\u62a4\u76fe\uff0c\u65e0\u6cd5\u907f\u514d\u5931\u53bb\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_2283325632","text":"\u4e0d\u80fd\u83b7\u5f97\u6069\u8d50","type":"sanctum"},{"id":"sanctum.stat_2393318075","text":"\u6bcf\u4e2a\u7981\u57df\u5f00\u59cb\u65f6\u83b7\u5f97 # \u679a\u8000\u91d1\u5e01","type":"sanctum"},{"id":"sanctum.stat_3866860190","text":"\u6700\u5927\u575a\u6bc5\u63d0\u9ad8 #%","type":"sanctum"},{"id":"sanctum.stat_1054634989","text":"\u589e\u52a0 +# \u6700\u5927\u575a\u6bc5","type":"sanctum"},{"id":"sanctum.stat_3102760194","text":"\u6bcf\u4e2a\u7981\u57df\u5f00\u59cb\u65f6\u83b7\u5f97 # \u5c42\u542f\u8fea","type":"sanctum"},{"id":"sanctum.stat_1512067281","text":"\u65e0\u6cd5\u4e0e\u7b49\u7ea7\u4f4e\u4e8e # \u7684\u7981\u57df\u5178\u7c4d\u4e00\u8d77\u4f7f\u7528","type":"sanctum"},{"id":"sanctum.stat_3182333322","text":"\u5bf9\u7981\u57df\u4f7f\u7528\u65f6\u6467\u6bc1\u8be5\u7269\u54c1","type":"sanctum"},{"id":"sanctum.sanctum_effect_62326","text":"\u4f7f\u7528 \u7259\u5c16\u722a\u5229","type":"sanctum"},{"id":"sanctum.sanctum_effect_15442","text":"\u4f7f\u7528 \u6050\u60e7\u9762\u7f69","type":"sanctum"},{"id":"sanctum.sanctum_effect_41921","text":"\u4f7f\u7528 \u81f4\u547d\u9677\u9631","type":"sanctum"},{"id":"sanctum.sanctum_effect_62584","text":"\u4f7f\u7528 \u9ed1\u6697\u6df1\u5751","type":"sanctum"},{"id":"sanctum.sanctum_effect_22125","text":"\u4f7f\u7528 \u7126\u5316\u786c\u5e01","type":"sanctum"},{"id":"sanctum.sanctum_effect_40008","text":"\u4f7f\u7528 \u949d\u5316\u4e4b\u5251","type":"sanctum"},{"id":"sanctum.sanctum_effect_56047","text":"\u4f7f\u7528 \u6025\u901f\u6d41\u6c99","type":"sanctum"},{"id":"sanctum.sanctum_effect_51626","text":"\u4f7f\u7528 \u5f02\u52a8\u5f15\u5b50","type":"sanctum"},{"id":"sanctum.sanctum_effect_13820","text":"\u4f7f\u7528 \u91ce\u5154\u4e4b\u8db3","type":"sanctum"},{"id":"sanctum.sanctum_effect_278","text":"\u4f7f\u7528 \u91d1\u5e01\u78c1\u94c1","type":"sanctum"},{"id":"sanctum.sanctum_effect_16400","text":"\u4f7f\u7528 \u94f6\u94f8\u786c\u5e01","type":"sanctum"},{"id":"sanctum.sanctum_effect_4558","text":"\u4f7f\u7528 \u94b1\u5305\u8fc7\u6ee1","type":"sanctum"},{"id":"sanctum.sanctum_effect_33903","text":"\u4f7f\u7528 \u8fc7\u95e8\u7a0e\u6b3e","type":"sanctum"},{"id":"sanctum.sanctum_effect_59642","text":"\u4f7f\u7528 \u4f24\u4ea1\u4ee3\u4ef7","type":"sanctum"},{"id":"sanctum.sanctum_effect_7865","text":"\u4f7f\u7528 \u7a7a\u767d\u73cd\u5b9d","type":"sanctum"},{"id":"sanctum.sanctum_effect_13875","text":"\u4f7f\u7528 \u5c16\u523a\u5916\u58f3","type":"sanctum"},{"id":"sanctum.sanctum_effect_359","text":"\u4f7f\u7528 \u9965\u997f\u4e4b\u7259","type":"sanctum"},{"id":"sanctum.sanctum_effect_16345","text":"\u4f7f\u7528 \u6076\u9b54\u9885\u9aa8","type":"sanctum"},{"id":"sanctum.sanctum_effect_38381","text":"\u4f7f\u7528 \u4e0d\u706d\u6e34\u671b","type":"sanctum"},{"id":"sanctum.sanctum_effect_45794","text":"\u4f7f\u7528 \u9508\u8680\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_34448","text":"\u4f7f\u7528 \u9ed1\u8272\u70df\u96fe","type":"sanctum"},{"id":"sanctum.sanctum_effect_44243","text":"\u4f7f\u7528 \u63a2\u77e5\u6c34\u6676","type":"sanctum"},{"id":"sanctum.sanctum_effect_11449","text":"\u4f7f\u7528 \u4e0d\u6d01\u6307\u73af","type":"sanctum"},{"id":"sanctum.sanctum_effect_24536","text":"\u4f7f\u7528 \u5de7\u820c\u5982\u7c27","type":"sanctum"},{"id":"sanctum.sanctum_effect_44836","text":"\u4f7f\u7528 \u5e1d\u56fd\u5c01\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_8698","text":"\u4f7f\u7528 \u94f6\u5236\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_38121","text":"\u4f7f\u7528 \u697c\u5c42\u7a0e\u6b3e","type":"sanctum"},{"id":"sanctum.sanctum_effect_17551","text":"\u4f7f\u7528 \u91d1\u5236\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_17929","text":"\u4f7f\u7528 \u94dc\u5236\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_3157","text":"\u4f7f\u7528 \u5149\u4eae\u5b9d\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_effect_40522","text":"\u4f7f\u7528 \u9540\u91d1\u7ad6\u7434","type":"sanctum"},{"id":"sanctum.sanctum_effect_37341","text":"\u4f7f\u7528 \u9508\u8680\u949f\u7434","type":"sanctum"},{"id":"sanctum.sanctum_effect_57101","text":"\u4f7f\u7528 \u60a6\u8033\u548c\u58f0","type":"sanctum"},{"id":"sanctum.sanctum_effect_43384","text":"\u4f7f\u7528 \u89c6\u7ebf\u53d7\u963b","type":"sanctum"},{"id":"sanctum.sanctum_effect_17084","text":"\u4f7f\u7528 \u7ea2\u8272\u70df\u96fe","type":"sanctum"},{"id":"sanctum.sanctum_effect_1198","text":"\u4f7f\u7528 \u91d1\u8272\u70df\u96fe","type":"sanctum"},{"id":"sanctum.sanctum_effect_28906","text":"\u4f7f\u7528 \u7d2b\u8272\u70df\u96fe","type":"sanctum"},{"id":"sanctum.sanctum_effect_32300","text":"\u4f7f\u7528 \u5e7d\u6697\u9570\u5200","type":"sanctum"},{"id":"sanctum.sanctum_effect_35508","text":"\u4f7f\u7528 \u8f7b\u5feb\u65cb\u5f8b","type":"sanctum"},{"id":"sanctum.sanctum_effect_5686","text":"\u4f7f\u7528 \u796d\u53f8\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_39513","text":"\u4f7f\u7528 \u795e\u5723\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_52811","text":"\u4f7f\u7528 \u6c34\u6676\u5723\u676f","type":"sanctum"},{"id":"sanctum.sanctum_effect_50613","text":"\u4f7f\u7528 \u6734\u5b9e\u4e4b\u7816","type":"sanctum"},{"id":"sanctum.sanctum_effect_26808","text":"\u4f7f\u7528 \u7948\u7977\u5ff5\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_effect_53929","text":"\u4f7f\u7528 \u5c16\u523a\u51fa\u53e3","type":"sanctum"},{"id":"sanctum.sanctum_effect_48875","text":"\u4f7f\u7528 \u7834\u70c2\u773c\u7f69","type":"sanctum"},{"id":"sanctum.sanctum_effect_44526","text":"\u4f7f\u7528 \u94b1\u5305\u5931\u7a83","type":"sanctum"},{"id":"sanctum.sanctum_effect_18740","text":"\u4f7f\u7528 \u5deb\u6bd2\u4eba\u5076","type":"sanctum"},{"id":"sanctum.sanctum_effect_42759","text":"\u4f7f\u7528 \u94dc\u5236\u786c\u5e01","type":"sanctum"},{"id":"sanctum.sanctum_effect_50425","text":"\u4f7f\u7528 \u9ec4\u91d1\u77ff\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_effect_12732","text":"\u4f7f\u7528 \u91d1\u5236\u786c\u5e01","type":"sanctum"},{"id":"sanctum.sanctum_effect_14131","text":"\u4f7f\u7528 \u6b3a\u8bc8\u4e4b\u955c","type":"sanctum"},{"id":"sanctum.sanctum_effect_34171","text":"\u4f7f\u7528 \u8840\u6d41\u4e0d\u6b62","type":"sanctum"},{"id":"sanctum.sanctum_effect_9121","text":"\u4f7f\u7528 \u5168\u77e5\u4e4b\u773c","type":"sanctum"},{"id":"sanctum.sanctum_effect_51140","text":"\u4f7f\u7528 \u5149\u8f89\u73cd\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_effect_57507","text":"\u4f7f\u7528 \u7c98\u6027\u6eb6\u6db2","type":"sanctum"},{"id":"sanctum.sanctum_effect_46977","text":"\u4f7f\u7528 \u6728\u8d28\u5851\u50cf","type":"sanctum"},{"id":"sanctum.sanctum_effect_41741","text":"\u4f7f\u7528 \u9c9c\u8840\u4e4b\u74f6","type":"sanctum"},{"id":"sanctum.sanctum_effect_29924","text":"\u4f7f\u7528 \u534e\u4e3d\u5315\u9996","type":"sanctum"},{"id":"sanctum.sanctum_effect_6090","text":"\u4f7f\u7528 \u523a\u5ba2\u4e4b\u5203","type":"sanctum"},{"id":"sanctum.sanctum_effect_38167","text":"\u4f7f\u7528 \u9644\u9b54\u4e4b\u74ee","type":"sanctum"},{"id":"sanctum.sanctum_effect_37919","text":"\u4f7f\u7528 \u6666\u6697\u786c\u5e01","type":"sanctum"},{"id":"sanctum.sanctum_effect_64207","text":"\u4f7f\u7528 \u94ed\u5370\u5b9d\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_effect_59406","text":"\u4f7f\u7528 \u80be\u4e0a\u817a\u7d20","type":"sanctum"},{"id":"sanctum.sanctum_effect_45428","text":"\u4f7f\u7528 \u547d\u8fd0\u4e4b\u955c","type":"sanctum"},{"id":"sanctum.sanctum_effect_44006","text":"\u4f7f\u7528 \u5965\u672f\u5723\u76fe","type":"sanctum"},{"id":"sanctum.sanctum_effect_27017","text":"\u4f7f\u7528 \u6666\u6697\u5723\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_28826","text":"\u4f7f\u7528 \u5723\u6c34\u4e4b\u7075","type":"sanctum"},{"id":"sanctum.sanctum_effect_40142","text":"\u4f7f\u7528 \u9752\u6625\u4e4b\u6cc9","type":"sanctum"},{"id":"sanctum.sanctum_effect_51458","text":"\u4f7f\u7528 \u94f6\u5236\u5723\u676f","type":"sanctum"},{"id":"sanctum.sanctum_effect_41498","text":"\u4f7f\u7528 \u9ed1\u8272\u73cd\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_effect_16490","text":"\u4f7f\u7528 \u4e0d\u8c10\u8bd7\u7434","type":"sanctum"},{"id":"sanctum.sanctum_effect_6743","text":"\u4f7f\u7528 \u5723\u795e\u8d50\u798f ","type":"sanctum"},{"id":"sanctum.sanctum_effect_60796","text":"\u4f7f\u7528 \u7834\u635f\u9ab0\u5b50","type":"sanctum"},{"id":"sanctum.sanctum_effect_704","text":"\u4f7f\u7528 \u91d1\u5236\u5956\u676f","type":"sanctum"},{"id":"sanctum.sanctum_effect_27130","text":"\u4f7f\u7528 \u795e\u5723\u4e4b\u955c","type":"sanctum"},{"id":"sanctum.sanctum_effect_30042","text":"\u4f7f\u7528 \u6c34\u6676\u788e\u7247","type":"sanctum"},{"id":"sanctum.sanctum_effect_64286","text":"\u4f7f\u7528 \u9709\u70c2\u679c\u9152","type":"sanctum"},{"id":"sanctum.sanctum_effect_379","text":"\u4f7f\u7528 \u5149\u8f89\u6f06\u5f69","type":"sanctum"},{"id":"sanctum.sanctum_effect_61947","text":"\u4f7f\u7528 \u4e0d\u6d01\u4e4b\u74ee","type":"sanctum"},{"id":"sanctum.sanctum_effect_61518","text":"\u4f7f\u7528 \u7d27\u7f1a\u9879\u5708","type":"sanctum"},{"id":"sanctum.sanctum_effect_12494","text":"\u4f7f\u7528 \u4e0d\u6d01\u540a\u5760","type":"sanctum"},{"id":"sanctum.sanctum_effect_19751","text":"\u4f7f\u7528 \u53d7\u8bc5\u68f1\u955c","type":"sanctum"},{"id":"sanctum.sanctum_effect_26160","text":"\u4f7f\u7528 \u643a\u6bd2\u82e6\u6c34","type":"sanctum"},{"id":"sanctum.sanctum_effect_45177","text":"\u4f7f\u7528 \u6db2\u5316\u61e6\u5f31","type":"sanctum"},{"id":"sanctum.sanctum_effect_25062","text":"\u4f7f\u7528 \u62d8\u675f\u9501\u94fe","type":"sanctum"},{"id":"sanctum.sanctum_effect_18271","text":"\u4f7f\u7528 \u9690\u853d\u5f02\u52a8","type":"sanctum"},{"id":"sanctum.sanctum_effect_37967","text":"\u4f7f\u7528 \u6050\u60e7\u4e4b\u5370","type":"sanctum"},{"id":"sanctum.sanctum_effect_30450","text":"\u4f7f\u7528 \u9508\u8680\u91cd\u9524","type":"sanctum"},{"id":"sanctum.sanctum_effect_24131","text":"\u4f7f\u7528 \u5f31\u5316\u8840\u8089","type":"sanctum"},{"id":"sanctum.sanctum_effect_28313","text":"\u4f7f\u7528 \u6076\u9b54\u4e4b\u7ffc","type":"sanctum"},{"id":"sanctum.sanctum_effect_24579","text":"\u4f7f\u7528 \u77f3\u50cf\u56fe\u817e","type":"sanctum"},{"id":"sanctum.sanctum_effect_9205","text":"\u4f7f\u7528 \u5e7d\u5f71\u5e7b\u8c61","type":"sanctum"},{"id":"sanctum.sanctum_effect_21215","text":"\u4f7f\u7528 \u8150\u5316\u64ac\u5177","type":"sanctum"},{"id":"sanctum.sanctum_effect_30473","text":"\u4f7f\u7528 \u7834\u70c2\u51c9\u978b","type":"sanctum"},{"id":"sanctum.sanctum_effect_43834","text":"\u4f7f\u7528 \u5426\u5b9a\u5b9d\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_effect_45792","text":"\u4f7f\u7528 \u9508\u8680\u786c\u5e01","type":"sanctum"},{"id":"sanctum.sanctum_effect_6958","text":"\u4f7f\u7528 \u51ff\u523b\u4e4b\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_effect_45600","text":"\u4f7f\u7528 \u73bb\u7483\u788e\u7247","type":"sanctum"},{"id":"sanctum.sanctum_effect_35578","text":"\u4f7f\u7528 \u94a2\u94c1\u9563\u94d0","type":"sanctum"},{"id":"sanctum.sanctum_effect_48487","text":"\u4f7f\u7528 \u950b\u5229\u7bad\u5934","type":"sanctum"},{"id":"sanctum.sanctum_effect_16335","text":"\u4f7f\u7528 \u7834\u788e\u76fe\u724c","type":"sanctum"},{"id":"sanctum.sanctum_effect_55502","text":"\u4f7f\u7528 \u8150\u8680\u836f\u5242","type":"sanctum"},{"id":"sanctum.sanctum_effect_47662","text":"\u4f7f\u7528 \u60e8\u80dc\u534f\u7ea6","type":"sanctum"},{"id":"sanctum.sanctum_effect_42282","text":"\u4f7f\u7528 \u53cc\u500d\u534f\u7ea6","type":"sanctum"},{"id":"sanctum.sanctum_effect_41950","text":"\u4f7f\u7528 \u5dc5\u5cf0\u534f\u7ea6","type":"sanctum"},{"id":"sanctum.sanctum_effect_36376","text":"\u4f7f\u7528 \u7d27\u7f29\u534f\u7ea6","type":"sanctum"},{"id":"sanctum.sanctum_effect_44096","text":"\u4f7f\u7528 \u4e0d\u5c48\u534f\u7ea6","type":"sanctum"},{"id":"sanctum.sanctum_effect_41768","text":"\u4f7f\u7528 \u65e0\u754f\u5951\u7ea6","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_alt","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u6539\u9020\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_alt","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u6539\u9020\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chance","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u673a\u4f1a\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chance","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u673a\u4f1a\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_bauble","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u73bb\u7483\u5f39\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_bauble","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u73bb\u7483\u5f39\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chrome","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5e7b\u8272\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chrome","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5e7b\u8272\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_jewellers","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5de5\u5320\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_jewellers","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5de5\u5320\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_alch","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u70b9\u91d1\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_alch","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u70b9\u91d1\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_fusing","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u94fe\u7ed3\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_fusing","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u94fe\u7ed3\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_scour","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u91cd\u94f8\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_scour","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u91cd\u94f8\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chisel","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5236\u56fe\u9489","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chisel","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5236\u56fe\u9489","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chaos","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u6df7\u6c8c\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chaos","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u6df7\u6c8c\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_orb_of_binding","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u9ad8\u9636\u70b9\u91d1\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_orb_of_binding","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u9ad8\u9636\u70b9\u91d1\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_regret","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u540e\u6094\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_regret","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u540e\u6094\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_gcp","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5b9d\u77f3\u5320\u7684\u68f1\u955c","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_gcp","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5b9d\u77f3\u5320\u7684\u68f1\u955c","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_blessed","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u795d\u798f\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_blessed","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u795d\u798f\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_vaal","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u74e6\u5c14\u5b9d\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_vaal","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u74e6\u5c14\u5b9d\u73e0","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_orb_of_horizons","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5e73\u884c\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_orb_of_horizons","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5e73\u884c\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_instilling_orb","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u704c\u9876\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_instilling_orb","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u704c\u9876\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_regal","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5bcc\u8c6a\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_regal","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5bcc\u8c6a\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_enkindling_orb","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u542f\u660e\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_enkindling_orb","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u542f\u660e\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_orb_of_unmaking","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u7c89\u788e\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_orb_of_unmaking","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u7c89\u788e\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_awakened_sextant","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u89c9\u9192\u516d\u5206\u4eea","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_awakened_sextant","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u89c9\u9192\u516d\u5206\u4eea","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_stacked_deck","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u672a\u77e5\u547d\u8fd0\u5361","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_stacked_deck","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u672a\u77e5\u547d\u8fd0\u5361","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_veiled_chaos_orb","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u52a0\u5bc6\u6df7\u6c8c\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_veiled_chaos_orb","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u52a0\u5bc6\u6df7\u6c8c\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_annul","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5265\u79bb\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_annul","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5265\u79bb\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_divine","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u795e\u5723\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_divine","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u795e\u5723\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_exalted","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5d07\u9ad8\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_exalted","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5d07\u9ad8\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_divine_vessel","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u7981\u7075\u4e4b\u74f6","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_divine_vessel","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u7981\u7075\u4e4b\u74f6","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_sacred_orb","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5d07\u795e\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_sacred_orb","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5d07\u795e\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_mirror","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u5361\u5170\u5fb7\u7684\u9b54\u955c","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_mirror","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u5361\u5170\u5fb7\u7684\u9b54\u955c","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_whetstone","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u78e8\u5200\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_whetstone","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u78e8\u5200\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_scrap","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u62a4\u7532\u7247","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_scrap","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u62a4\u7532\u7247","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_transmute","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u8715\u53d8\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_transmute","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u8715\u53d8\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_aug","text":"\u697c\u5c42\u7ed3\u675f\u65f6\u83b7\u5f97 #x \u589e\u5e45\u77f3","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_aug","text":"\u5b8c\u6210\u7981\u57df\u65f6\u83b7\u5f97 #x \u589e\u5e45\u77f3","type":"sanctum"}]}]}'); }, function(module) { module.exports = JSON.parse('{"result":[{"id":"Currency","label":"\u901a\u8d27","entries":[{"id":"alt","text":"\u6539\u9020\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxNYWdpYyIsInNjYWxlIjoxfV0/6308fc8ca2/CurrencyRerollMagic.png"},{"id":"fusing","text":"\u94fe\u7ed3\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxTb2NrZXRMaW5rcyIsInNjYWxlIjoxfV0/c5e1959880/CurrencyRerollSocketLinks.png"},{"id":"alch","text":"\u70b9\u91d1\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlVG9SYXJlIiwic2NhbGUiOjF9XQ/0c72cd1d44/CurrencyUpgradeToRare.png"},{"id":"chaos","text":"\u6df7\u6c8c\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxSYXJlIiwic2NhbGUiOjF9XQ/46a2347805/CurrencyRerollRare.png"},{"id":"gcp","text":"\u5b9d\u77f3\u5320\u7684\u68f1\u955c","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lHZW1RdWFsaXR5Iiwic2NhbGUiOjF9XQ/dbe9678a28/CurrencyGemQuality.png"},{"id":"exalted","text":"\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBZGRNb2RUb1JhcmUiLCJzY2FsZSI6MX1d/33f2656aea/CurrencyAddModToRare.png"},{"id":"chrome","text":"\u5e7b\u8272\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxTb2NrZXRDb2xvdXJzIiwic2NhbGUiOjF9XQ/19c8ddae20/CurrencyRerollSocketColours.png"},{"id":"jewellers","text":"\u5de5\u5320\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxTb2NrZXROdW1iZXJzIiwic2NhbGUiOjF9XQ/ba411ff58a/CurrencyRerollSocketNumbers.png"},{"id":"engineers","text":"\u5236\u7bb1\u5ca9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRW5naW5lZXJzT3JiIiwic2NhbGUiOjF9XQ/114b671d41/EngineersOrb.png"},{"id":"infused-engineers-orb","text":"\u704c\u6ce8\u7684\u5236\u7bb1\u5ca9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mdXNlZEVuZ2luZWVyc09yYiIsInNjYWxlIjoxfV0/55774baf2f/InfusedEngineersOrb.png"},{"id":"chance","text":"\u673a\u4f1a\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlUmFuZG9tbHkiLCJzY2FsZSI6MX1d/a3f9bf0917/CurrencyUpgradeRandomly.png"},{"id":"chisel","text":"\u5236\u56fe\u9489","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lNYXBRdWFsaXR5Iiwic2NhbGUiOjF9XQ/0246313b99/CurrencyMapQuality.png"},{"id":"scour","text":"\u91cd\u94f8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lDb252ZXJ0VG9Ob3JtYWwiLCJzY2FsZSI6MX1d/a0981d67fe/CurrencyConvertToNormal.png"},{"id":"blessed","text":"\u795d\u798f\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lJbXBsaWNpdE1vZCIsInNjYWxlIjoxfV0/48e700cc20/CurrencyImplicitMod.png"},{"id":"regret","text":"\u540e\u6094\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lQYXNzaXZlU2tpbGxSZWZ1bmQiLCJzY2FsZSI6MX1d/32d499f562/CurrencyPassiveSkillRefund.png"},{"id":"regal","text":"\u5bcc\u8c6a\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlTWFnaWNUb1JhcmUiLCJzY2FsZSI6MX1d/0ded706f57/CurrencyUpgradeMagicToRare.png"},{"id":"divine","text":"\u795e\u5723\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lNb2RWYWx1ZXMiLCJzY2FsZSI6MX1d/ec48896769/CurrencyModValues.png"},{"id":"vaal","text":"\u74e6\u5c14\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lWYWFsIiwic2NhbGUiOjF9XQ/593fe2e22e/CurrencyVaal.png"},{"id":"annul","text":"\u5265\u79bb\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5udWxsT3JiIiwic2NhbGUiOjF9XQ/0858a418ac/AnnullOrb.png"},{"id":"orb-of-binding","text":"\u9ad8\u9636\u70b9\u91d1\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmluZGluZ09yYiIsInNjYWxlIjoxfV0/aac9579bd2/BindingOrb.png"},{"id":"ancient-orb","text":"\u8fdc\u53e4\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5jaWVudE9yYiIsInNjYWxlIjoxfV0/83015d0dc9/AncientOrb.png"},{"id":"orb-of-horizons","text":"\u5e73\u884c\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSG9yaXpvbk9yYiIsInNjYWxlIjoxfV0/0891338fb0/HorizonOrb.png"},{"id":"harbingers-orb","text":"\u5148\u9a71\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFyYmluZ2VyT3JiIiwic2NhbGUiOjF9XQ/0a26e01f15/HarbingerOrb.png"},{"id":"fracturing-orb","text":"\u7834\u6e83\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRnJhY3R1cmluZ09yYkNvbWJpbmVkIiwic2NhbGUiOjF9XQ/3fb18e8a5b/FracturingOrbCombined.png"},{"id":"wisdom","text":"\u77e5\u8bc6\u5377\u8f74","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lJZGVudGlmaWNhdGlvbiIsInNjYWxlIjoxfV0/c2d03ed3fd/CurrencyIdentification.png"},{"id":"portal","text":"\u4f20\u9001\u5377\u8f74","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lQb3J0YWwiLCJzY2FsZSI6MX1d/d92d3478a0/CurrencyPortal.png"},{"id":"scrap","text":"\u62a4\u7532\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBcm1vdXJRdWFsaXR5Iiwic2NhbGUiOjF9XQ/fc4e26afbc/CurrencyArmourQuality.png"},{"id":"whetstone","text":"\u78e8\u5200\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lXZWFwb25RdWFsaXR5Iiwic2NhbGUiOjF9XQ/c9cd72719e/CurrencyWeaponQuality.png"},{"id":"bauble","text":"\u73bb\u7483\u5f39\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lGbGFza1F1YWxpdHkiLCJzY2FsZSI6MX1d/59e57027e5/CurrencyFlaskQuality.png"},{"id":"transmute","text":"\u8715\u53d8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlVG9NYWdpYyIsInNjYWxlIjoxfV0/ded9e8ee63/CurrencyUpgradeToMagic.png"},{"id":"aug","text":"\u589e\u5e45\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBZGRNb2RUb01hZ2ljIiwic2NhbGUiOjF9XQ/d879c15321/CurrencyAddModToMagic.png"},{"id":"mirror","text":"\u5361\u5170\u5fb7\u7684\u9b54\u955c","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lEdXBsaWNhdGUiLCJzY2FsZSI6MX1d/8d7fea29d1/CurrencyDuplicate.png"},{"id":"eternal","text":"\u6c38\u6052\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lJbXByaW50T3JiIiwic2NhbGUiOjF9XQ/49500c70ba/CurrencyImprintOrb.png"},{"id":"rogues-marker","text":"\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvSGVpc3RDb2luQ3VycmVuY3kiLCJzY2FsZSI6MX1d/335e66630d/HeistCoinCurrency.png"},{"id":"facetors","text":"\u8d39\u65af\u7279\u7684\u900f\u955c","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lHZW1FeHBlcmllbmNlIiwic2NhbGUiOjF9XQ/7011b1ed48/CurrencyGemExperience.png"},{"id":"prime-regrading-lens","text":"\u4e3b\u8981\u77eb\u6b63\u900f\u955c","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQWx0ZXJuYXRlU2tpbGxHZW1DdXJyZW5jeSIsInNjYWxlIjoxfV0/d514645103/AlternateSkillGemCurrency.png"},{"id":"secondary-regrading-lens","text":"\u6b21\u8981\u77eb\u6b63\u900f\u955c","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQWx0ZXJuYXRlU3VwcG9ydEdlbUN1cnJlbmN5Iiwic2NhbGUiOjF9XQ/bde7f354d4/AlternateSupportGemCurrency.png"},{"id":"tempering-orb","text":"\u56de\u706b\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGl2aW5lRW5jaGFudEJvZHlBcm1vdXJDdXJyZW5jeSIsInNjYWxlIjoxfV0/37681eda1c/DivineEnchantBodyArmourCurrency.png"},{"id":"tailoring-orb","text":"\u88c1\u526a\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGl2aW5lRW5jaGFudFdlYXBvbkN1cnJlbmN5Iiwic2NhbGUiOjF9XQ/d417654a23/DivineEnchantWeaponCurrency.png"},{"id":"awakened-sextant","text":"\u89c9\u9192\u516d\u5206\u4eea","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXNSYWRpdXNUaWVyMyIsInNjYWxlIjoxfV0/0561e8049e/AtlasRadiusTier3.png"},{"id":"elevated-sextant","text":"\u5c0a\u5d07\u516d\u5206\u4eea","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXNSYWRpdXNUaWVyNCIsInNjYWxlIjoxfV0/3e53bafe61/AtlasRadiusTier4.png"},{"id":"surveyors-compass","text":"\u6d4b\u7ed8\u7f57\u76d8","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU3VydmV5b3JzQ29tcGFzcyIsInNjYWxlIjoxfV0/e67bfaa9cf/SurveyorsCompass.png"},{"id":"orb-of-unmaking","text":"\u7c89\u788e\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUmVncmV0T3JiIiwic2NhbGUiOjF9XQ/beae1b00c7/RegretOrb.png"},{"id":"blessing-xoph","text":"\u7d22\u4f0f\u7684\u795d\u798f","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyRmlyZSIsInNjYWxlIjoxfV0/16a58db13d/BreachUpgraderFire.png"},{"id":"blessing-tul","text":"\u6258\u6c83\u7684\u795d\u798f","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyQ29sZCIsInNjYWxlIjoxfV0/3573fedbf3/BreachUpgraderCold.png"},{"id":"blessing-esh","text":"\u827e\u8bb8\u7684\u795d\u798f","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyTGlnaHRuaW5nIiwic2NhbGUiOjF9XQ/3d1db83ad2/BreachUpgraderLightning.png"},{"id":"blessing-uul-netol","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u795d\u798f","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyUGh5c2ljYWwiLCJzY2FsZSI6MX1d/f230a19a13/BreachUpgraderPhysical.png"},{"id":"blessing-chayula","text":"\u590f\u4e4c\u62c9\u7684\u795d\u798f","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyQ2hhb3MiLCJzY2FsZSI6MX1d/45e8da717e/BreachUpgraderChaos.png"},{"id":"veiled-chaos-orb","text":"\u52a0\u5bc6\u6df7\u6c8c\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmVpbGVkQ2hhb3NPcmIiLCJzY2FsZSI6MX1d/fd913b89d0/VeiledChaosOrb.png"},{"id":"enkindling-orb","text":"\u542f\u660e\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9GbGFza1BsYXRlIiwic2NhbGUiOjF9XQ/7c1a584a8d/FlaskPlate.png"},{"id":"instilling-orb","text":"\u704c\u9876\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9GbGFza0luamVjdG9yIiwic2NhbGUiOjF9XQ/efc518b1be/FlaskInjector.png"},{"id":"sacred-orb","text":"\u5d07\u795e\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2FjcmVkT3JiIiwic2NhbGUiOjF9XQ/0380fd0dba/SacredOrb.png"},{"id":"stacked-deck","text":"\u672a\u77e5\u7684\u547d\u8fd0\u5361","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvRGl2aW5hdGlvbi9EZWNrIiwic2NhbGUiOjF9XQ/8e83aea79a/Deck.png"},{"id":"gold","text":"\u91d1\u5e01","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnV0aGxlc3MvQ29pblBpbGVUaWVyMiIsInNjYWxlIjoxfV0/48edfd8be7/CoinPileTier2.png"}]},{"id":"ExoticCurrency","label":"\u5916\u6765\u901a\u8d27","entries":[{"id":"crusaders-exalted-orb","text":"\u5723\u6218\u8005\u7684\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9DcnVzYWRlck9yYiIsInNjYWxlIjoxfV0/8b48230188/CrusaderOrb.png"},{"id":"redeemers-exalted-orb","text":"\u6551\u8d4e\u8005\u7684\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9FeXJpZU9yYiIsInNjYWxlIjoxfV0/8ec9b52d65/EyrieOrb.png"},{"id":"hunters-exalted-orb","text":"\u730e\u4eba\u7684\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9CYXNpbGlza09yYiIsInNjYWxlIjoxfV0/cd2131d564/BasiliskOrb.png"},{"id":"warlords-exalted-orb","text":"\u7763\u519b\u7684\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9Db25xdWVyb3JPcmIiLCJzY2FsZSI6MX1d/57f0d85951/ConquerorOrb.png"},{"id":"awakeners-orb","text":"\u89c9\u9192\u8005\u4e4b\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVHJhbnNmZXJPcmIiLCJzY2FsZSI6MX1d/f3b1c1566f/TransferOrb.png"},{"id":"mavens-orb","text":"\u7edf\u5fa1\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWF2ZW5PcmIiLCJzY2FsZSI6MX1d/f307d80bfd/MavenOrb.png"},{"id":"eldritch-chaos-orb","text":"\u53e4\u7075\u6df7\u6c8c\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRWxkcml0Y2hDaGFvc09yYiIsInNjYWxlIjoxfV0/98091fc653/EldritchChaosOrb.png"},{"id":"eldritch-exalted-orb","text":"\u53e4\u7075\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRWxkcml0Y2hFeGFsdGVkT3JiIiwic2NhbGUiOjF9XQ/2da131e652/EldritchExaltedOrb.png"},{"id":"eldritch-orb-of-annulment","text":"\u53e4\u7075\u5265\u79bb\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRWxkcml0Y2hBbm51bG1lbnRPcmIiLCJzY2FsZSI6MX1d/b58add03eb/EldritchAnnulmentOrb.png"},{"id":"lesser-eldritch-ember","text":"\u6b21\u7ea7\u53e4\u7075\u4f59\u70ec","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbmsxIiwic2NhbGUiOjF9XQ/c7df0e0316/CleansingFireOrbRank1.png"},{"id":"greater-eldritch-ember","text":"\u9ad8\u7ea7\u53e4\u7075\u4f59\u70ec","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbmsyIiwic2NhbGUiOjF9XQ/698817b93d/CleansingFireOrbRank2.png"},{"id":"grand-eldritch-ember","text":"\u4e0a\u7ea7\u53e4\u7075\u4f59\u70ec","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbmszIiwic2NhbGUiOjF9XQ/0486f1ac82/CleansingFireOrbRank3.png"},{"id":"exceptional-eldritch-ember","text":"\u5353\u8d8a\u53e4\u7075\u4f59\u70ec","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbms0Iiwic2NhbGUiOjF9XQ/c2c828fa16/CleansingFireOrbRank4.png"},{"id":"lesser-eldritch-ichor","text":"\u6b21\u7ea7\u53e4\u7075\u6eb6\u6db2","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazEiLCJzY2FsZSI6MX1d/70e5e53590/TangleOrbRank1.png"},{"id":"greater-eldritch-ichor","text":"\u9ad8\u7ea7\u53e4\u7075\u6eb6\u6db2","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazIiLCJzY2FsZSI6MX1d/689d1897c7/TangleOrbRank2.png"},{"id":"grand-eldritch-ichor","text":"\u4e0a\u7ea7\u53e4\u7075\u6eb6\u6db2","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazMiLCJzY2FsZSI6MX1d/199f3b36f3/TangleOrbRank3.png"},{"id":"exceptional-eldritch-ichor","text":"\u5353\u8d8a\u53e4\u7075\u6eb6\u6db2","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazQiLCJzY2FsZSI6MX1d/dcf73ecd8e/TangleOrbRank4.png"},{"id":"orb-of-conflict","text":"\u51b2\u7a81\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ29uZmxpY3RPcmJSYW5rMSIsInNjYWxlIjoxfV0/7e02c990fc/ConflictOrbRank1.png"},{"id":"tainted-chromatic-orb","text":"\u6c61\u79fd\u5e7b\u8272\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUNocm9tYXRpY09yYiIsInNjYWxlIjoxfV0/702d29c7ab/HellscapeChromaticOrb.png"},{"id":"tainted-orb-of-fusing","text":"\u6c61\u79fd\u94fe\u7ed3\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZU9yYk9mRnVzaW5nIiwic2NhbGUiOjF9XQ/845f3c20ed/HellscapeOrbOfFusing.png"},{"id":"tainted-jewellers-orb","text":"\u6c61\u79fd\u5de5\u5320\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUpld2VsbGVyc09yYiIsInNjYWxlIjoxfV0/f146c29db2/HellscapeJewellersOrb.png"},{"id":"tainted-chaos-orb","text":"\u6c61\u79fd\u6df7\u6c8c\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUNoYW9zT3JiIiwic2NhbGUiOjF9XQ/64d1f4db99/HellscapeChaosOrb.png"},{"id":"tainted-exalted-orb","text":"\u6c61\u79fd\u5d07\u9ad8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUV4YWx0ZWRPcmIiLCJzY2FsZSI6MX1d/68a0ea3020/HellscapeExaltedOrb.png"},{"id":"tainted-mythic-orb","text":"\u6c61\u79fd\u795e\u79d8\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZU15dGhpY09yYiIsInNjYWxlIjoxfV0/72ba97d1a8/HellscapeMythicOrb.png"},{"id":"tainted-armourers-scrap","text":"\u6c61\u79fd\u62a4\u7532\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUFybW91cmVyc1NjcmFwIiwic2NhbGUiOjF9XQ/9ee0a10625/HellscapeArmourersScrap.png"},{"id":"tainted-blacksmiths-whetstone","text":"\u6c61\u79fd\u78e8\u5200\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUJsYWNrc21pdGhXaGV0c3RvbmUiLCJzY2FsZSI6MX1d/0309648ccb/HellscapeBlacksmithWhetstone.png"},{"id":"tainted-divine-teardrop","text":"\u6c61\u67d3\u795e\u6cea","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZVRlYXJkcm9wT3JiIiwic2NhbGUiOjF9XQ/0d251b9d52/HellscapeTeardropOrb.png"},{"id":"tainted-blessing","text":"\u6c61\u79fd\u795d\u798f","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFpbnRlZEJsZXNzaW5nIiwic2NhbGUiOjF9XQ/7cf83fcaa8/TaintedBlessing.png"},{"id":"wild-lifeforce","text":"\u72c2\u91ce\u7d2b\u6676\u547d\u80fd","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9XaWxkTGlmZWZvcmNlIiwic2NhbGUiOjF9XQ/e3d0b372b0/WildLifeforce.png"},{"id":"vivid-lifeforce","text":"\u6d3b\u6027\u9ec4\u6676\u547d\u80fd","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9WaXZpZExpZmVmb3JjZSIsInNjYWxlIjoxfV0/a355b8a5a2/VividLifeforce.png"},{"id":"primal-lifeforce","text":"\u539f\u59cb\u84dd\u6676\u547d\u80fd","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9QcmltYWxMaWZlZm9yY2UiLCJzY2FsZSI6MX1d/c498cdfd7f/PrimalLifeforce.png"},{"id":"sacred-lifeforce","text":"\u795e\u5723\u767d\u6676\u547d\u80fd","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9TYWNyZWRMaWZlZm9yY2UiLCJzY2FsZSI6MX1d/edfba3c893/SacredLifeforce.png"},{"id":"hinekoras-lock","text":"\u8f9b\u683c\u62c9\u7684\u53d1\u8fab","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGluZWtvcmFzTG9jayIsInNjYWxlIjoxfV0/b188026e7f/HinekorasLock.png"}]},{"id":"Splinters","label":"\u788e\u7247\u53ca\u88c2\u7247","entries":[{"id":"chaos-shard","text":"\u6df7\u6c8c\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2hhb3NTaGFyZCIsInNjYWxlIjoxfV0/db7041e193/ChaosShard.png"},{"id":"exalted-shard","text":"\u5d07\u9ad8\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhhbHRlZFNoYXJkIiwic2NhbGUiOjF9XQ/b9e4013af5/ExaltedShard.png"},{"id":"engineers-shard","text":"\u5236\u7bb1\u5ca9\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRW5naW5lZXJzU2hhcmQiLCJzY2FsZSI6MX1d/9fe1384ff9/EngineersShard.png"},{"id":"regal-shard","text":"\u5bcc\u8c6a\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUmVnYWxTaGFyZCIsInNjYWxlIjoxfV0/6f7fc44a91/RegalShard.png"},{"id":"annulment-shard","text":"\u5265\u79bb\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5udWxsU2hhcmQiLCJzY2FsZSI6MX1d/1cf9962d97/AnnullShard.png"},{"id":"binding-shard","text":"\u9ad8\u9636\u70b9\u91d1\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmluZGluZ1NoYXJkIiwic2NhbGUiOjF9XQ/569d09ac86/BindingShard.png"},{"id":"ancient-shard","text":"\u8fdc\u53e4\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5jaWVudFNoYXJkIiwic2NhbGUiOjF9XQ/3695589639/AncientShard.png"},{"id":"horizon-shard","text":"\u5e73\u884c\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSG9yaXpvblNoYXJkIiwic2NhbGUiOjF9XQ/627ae5f273/HorizonShard.png"},{"id":"harbingers-shard","text":"\u5148\u9a71\u77f3\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFyYmluZ2VyU2hhcmQiLCJzY2FsZSI6MX1d/ad19e27b2f/HarbingerShard.png"},{"id":"fracturing-shard","text":"\u7834\u6e83\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRnJhY3R1cmluZ09yYlNoYXJkIiwic2NhbGUiOjF9XQ/34fdc6a813/FracturingOrbShard.png"},{"id":"mirror-shard","text":"\u5361\u5170\u5fb7\u7684\u9b54\u955c\u788e\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWlycm9yU2hhcmQiLCJzY2FsZSI6MX1d/698183ea2b/MirrorShard.png"},{"id":"splinter-xoph","text":"\u88c2\u9699\u788e\u7247(\u7d22\u4f0f)","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkRmlyZSIsInNjYWxlIjoxfV0/b53a90ea19/BreachShardFire.png"},{"id":"splinter-tul","text":"\u88c2\u9699\u788e\u7247(\u6258\u6c83)","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkQ29sZCIsInNjYWxlIjoxfV0/6fb888d0e1/BreachShardCold.png"},{"id":"splinter-esh","text":"\u88c2\u9699\u788e\u7247(\u827e\u8bb8)","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkTGlnaHRuaW5nIiwic2NhbGUiOjF9XQ/38665f5bda/BreachShardLightning.png"},{"id":"splinter-uul","text":"\u88c2\u9699\u788e\u7247(\u4e4c\u5c14\u5c3c\u591a)","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkUGh5c2ljYWwiLCJzY2FsZSI6MX1d/3919f62b2a/BreachShardPhysical.png"},{"id":"splinter-chayula","text":"\u88c2\u9699\u788e\u7247(\u590f\u4e4c\u62c9)","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkQ2hhb3MiLCJzY2FsZSI6MX1d/14332eaec8/BreachShardChaos.png"},{"id":"timeless-eternal-empire-splinter","text":"\u6c38\u6052\u5e1d\u56fd\u88c2\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FdGVybmFsRW1waXJlU2hhcmQiLCJzY2FsZSI6MX1d/f404e7925c/EternalEmpireShard.png"},{"id":"timeless-karui-splinter","text":"\u6c38\u6052\u5361\u9c81\u88c2\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9LYXJ1aVNoYXJkIiwic2NhbGUiOjF9XQ/dd21055148/KaruiShard.png"},{"id":"timeless-vaal-splinter","text":"\u6c38\u6052\u74e6\u5c14\u88c2\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsU2hhcmQiLCJzY2FsZSI6MX1d/6b356215ac/VaalShard.png"},{"id":"timeless-templar-splinter","text":"\u6c38\u6052\u5723\u5802\u88c2\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UZW1wbGFyU2hhcmQiLCJzY2FsZSI6MX1d/fd3d766dd5/TemplarShard.png"},{"id":"timeless-maraketh-splinter","text":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u88c2\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9NYXJha2V0aFNoYXJkIiwic2NhbGUiOjF9XQ/04ec0d80fe/MarakethShard.png"},{"id":"simulacrum-splinter","text":"\u68a6\u9b47\u62df\u50cf\u88c2\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9EZWxpcml1bVNwbGludGVyIiwic2NhbGUiOjF9XQ/b36d2fcff6/DeliriumSplinter.png"},{"id":"crescent-splinter","text":"\u65b0\u6708\u88c2\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTWF2ZW5LZXlGcmFnbWVudCIsInNjYWxlIjoxfV0/014d46c630/MavenKeyFragment.png"},{"id":"ritual-splinter","text":"\u9a71\u7075\u88c2\u7247","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUml0dWFsL1JpdHVhbFNwbGludGVyIiwic2NhbGUiOjF9XQ/702c7441d8/RitualSplinter.png"}]},{"id":"Fragments","label":"\u788e\u7247\u96c6\u5408","entries":[{"id":"dusk","text":"\u9ec4\u660f\u7684\u5949\u732e","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDQiLCJzY2FsZSI6MX1d/3be8311430/Vaal04.png"},{"id":"mid","text":"\u5348\u591c\u7684\u5949\u732e","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDEiLCJzY2FsZSI6MX1d/c7cd8058f6/Vaal01.png"},{"id":"dawn","text":"\u9ece\u660e\u7684\u5949\u732e","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDIiLCJzY2FsZSI6MX1d/3516d95235/Vaal02.png"},{"id":"noon","text":"\u6b63\u5348\u7684\u5949\u732e","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDMiLCJzY2FsZSI6MX1d/55524425f4/Vaal03.png"},{"id":"grie","text":"\u51e1\u4eba\u7684\u54c0\u4f24","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDA0Iiwic2NhbGUiOjF9XQ/fa8dd8fea2/UberVaal04.png"},{"id":"rage","text":"\u51e1\u4eba\u7684\u6124\u6012","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAxIiwic2NhbGUiOjF9XQ/9dca208434/UberVaal01.png"},{"id":"hope","text":"\u51e1\u4eba\u7684\u5e0c\u671b","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAyIiwic2NhbGUiOjF9XQ/9f6c126c9e/UberVaal02.png"},{"id":"ign","text":"\u51e1\u4eba\u7684\u65e0\u77e5","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAzIiwic2NhbGUiOjF9XQ/3d126fe51b/UberVaal03.png"},{"id":"hydra","text":"\u8bb0\u5fc6\u788e\u7247(\u4e5d\u5934\u86c7)","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRIeWRyYSIsInNjYWxlIjoxfV0/975dcd6b1c/FragmentHydra.png"},{"id":"phoenix","text":"\u8bb0\u5fc6\u788e\u7247(\u4e0d\u6b7b\u9e1f)","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRQaG9lbml4Iiwic2NhbGUiOjF9XQ/3091d971ad/FragmentPhoenix.png"},{"id":"minot","text":"\u8bb0\u5fc6\u788e\u7247(\u725b\u5934\u4eba)","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRNaW5vdGF1ciIsInNjYWxlIjoxfV0/e976236f7a/FragmentMinotaur.png"},{"id":"chimer","text":"\u8bb0\u5fc6\u788e\u7247(\u5947\u7f8e\u62c9)","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRDaGltZXJhIiwic2NhbGUiOjF9XQ/191b838e55/FragmentChimera.png"},{"id":"fragment-of-enslavement","text":"\u88c2\u754c\u5b88\u536b\uff1a\u5974\u5f79\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuRmlyZSIsInNjYWxlIjoxfV0/7497ffd64d/AtlasMapGuardianFire.png"},{"id":"fragment-of-eradication","text":"\u88c2\u754c\u5b88\u536b\uff1a\u5bc2\u706d\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuTGlnaHRuaW5nIiwic2NhbGUiOjF9XQ/e6e792e80e/AtlasMapGuardianLightning.png"},{"id":"fragment-of-constriction","text":"\u88c2\u754c\u5b88\u536b\uff1a\u7ea6\u675f\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuSG9seSIsInNjYWxlIjoxfV0/b9ef66f983/AtlasMapGuardianHoly.png"},{"id":"fragment-of-purification","text":"\u88c2\u754c\u5b88\u536b\uff1a\u51c0\u4e16\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuQ2hhb3MiLCJzY2FsZSI6MX1d/7938e7a7ee/AtlasMapGuardianChaos.png"},{"id":"fragment-of-terror","text":"\u6050\u6016\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwMSIsInNjYWxlIjoxfV0/322988dd38/UberElder01.png"},{"id":"fragment-of-emptiness","text":"\u7a7a\u865a\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwMiIsInNjYWxlIjoxfV0/085f7abd0b/UberElder02.png"},{"id":"fragment-of-shape","text":"\u5851\u5f62\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwMyIsInNjYWxlIjoxfV0/4a8c196777/UberElder03.png"},{"id":"fragment-of-knowledge","text":"\u77e5\u8bc6\u788e\u7247","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwNCIsInNjYWxlIjoxfV0/096ec774b0/UberElder04.png"},{"id":"al-hezmins-crest","text":"\u963f\u5c14\u8d6b\u5179\u654f\u4e4b\u51a0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9IdW50ZXJGcmFnbWVudCIsInNjYWxlIjoxfV0/3ad268c533/HunterFragment.png"},{"id":"barans-crest","text":"\u5df4\u5170\u4e4b\u51a0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9DcnVzYWRlckZyYWdtZW50Iiwic2NhbGUiOjF9XQ/3e2fecf3bc/CrusaderFragment.png"},{"id":"droxs-crest","text":"\u72c4\u6d1b\u514b\u65af\u4e4b\u51a0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9XYXJsb3JkRnJhZ21lbnQiLCJzY2FsZSI6MX1d/3d735a8303/WarlordFragment.png"},{"id":"veritanias-crest","text":"\u7ef4\u5229\u5854\u59ae\u5a05\u4e4b\u51a0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9SZWRlZW1lckZyYWdtZW50Iiwic2NhbGUiOjF9XQ/86d22a34cc/RedeemerFragment.png"},{"id":"beauty","text":"\u7f8e\u8273","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UcmlhbG1hc3RlckxlZnRGcmFnbWVudCIsInNjYWxlIjoxfV0/df58dfceea/TrialmasterLeftFragment.png"},{"id":"curiosity","text":"\u6c42\u77e5","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UcmlhbG1hc3RlckJvdHRvbUZyYWdtZW50Iiwic2NhbGUiOjF9XQ/6c3c462299/TrialmasterBottomFragment.png"},{"id":"ambition","text":"\u96c4\u5fc3","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UcmlhbG1hc3Rlck1pZGRsZUZyYWdtZW50Iiwic2NhbGUiOjF9XQ/ab9e19345b/TrialmasterMiddleFragment.png"},{"id":"cooperation","text":"\u5408\u4f5c","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UcmlhbG1hc3RlclJpZ2h0RnJhZ21lbnQiLCJzY2FsZSI6MX1d/3bea31aa74/TrialmasterRightFragment.png"},{"id":"offer","text":"\u5973\u795e\u796d\u54c1","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGgiLCJzY2FsZSI6MX1d/24fe6dc261/Labyrinth.png"},{"id":"offer-tribute","text":"\u5973\u795e\u8d21\u54c1","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGhIYXJ2ZXN0Iiwic2NhbGUiOjF9XQ/81054ff374/LabyrinthHarvest.png"},{"id":"offer-gift","text":"\u5973\u795e\u4e4b\u793c","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGhIYXJ2ZXN0SW5mdXNlZDEiLCJzY2FsZSI6MX1d/a5254d7933/LabyrinthHarvestInfused1.png"},{"id":"offer-dedication","text":"\u5973\u795e\u796d\u732e","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGhIYXJ2ZXN0SW5mdXNlZDIiLCJzY2FsZSI6MX1d/31d582aac1/LabyrinthHarvestInfused2.png"},{"id":"sacrifice-set","text":"\u732e\u796d\u4e4b\u793c","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsQ29tcGxldGUiLCJzY2FsZSI6MX1d/63035d86d7/VaalComplete.png"},{"id":"mortal-set","text":"\u51e1\u4eba\u4e09\u89c9","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbENvbXBsZXRlIiwic2NhbGUiOjF9XQ/994d9e2821/UberVaalComplete.png"},{"id":"shaper-set","text":"\u7194\u9b42\u4e4b\u5319","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaGFwZXJDb21wbGV0ZSIsInNjYWxlIjoxfV0/ace686004d/ShaperComplete.png"},{"id":"key-to-decay","text":"\u8150\u574f\u4e4b\u5319","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbGRlckNvbXBsZXRlIiwic2NhbGUiOjF9XQ/6db44597fe/ElderComplete.png"},{"id":"maddening-object","text":"\u75af\u72c2\u4e4b\u7269","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXJDb21wbGV0ZSIsInNjYWxlIjoxfV0/715e041869/UberElderComplete.png"},{"id":"crest-of-the-elderslayers","text":"\u88c2\u754c\u5c60\u6740\u8005\u4e4b\u51a0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaXJ1c0ZyYWdtZW50Q29tcGxldGUiLCJzY2FsZSI6MX1d/c585a0ae79/SirusFragmentComplete.png"},{"id":"xophs-breachstone","text":"\u7d22\u4f0f\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0ZpcmUiLCJzY2FsZSI6MX1d/2fc9d593d6/BreachFragmentsFire.png"},{"id":"tuls-breachstone","text":"\u6258\u6c83\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0NvbGQiLCJzY2FsZSI6MX1d/d1a2906729/BreachFragmentsCold.png"},{"id":"eshs-breachstone","text":"\u827e\u8bb8\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0xpZ2h0bmluZyIsInNjYWxlIjoxfV0/a281438d22/BreachFragmentsLightning.png"},{"id":"uul-breachstone","text":"\u4e4c\u5c14\u5c3c\u591a\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c1BoeXNpY2FsIiwic2NhbGUiOjF9XQ/2b4821437a/BreachFragmentsPhysical.png"},{"id":"chayulas-breachstone","text":"\u590f\u4e4c\u62c9\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0NoYW9zIiwic2NhbGUiOjF9XQ/4c99b7dd49/BreachFragmentsChaos.png"},{"id":"xophs-flawless-breachstone","text":"\u7d22\u4f0f\u7684\u65e0\u6687\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL1hvcGhzRmxhd2xlc3NCcmVhY2hzdG9uZSIsInNjYWxlIjoxfV0/a9d5100ceb/XophsFlawlessBreachstone.png"},{"id":"tuls-flawless-breachstone","text":"\u6258\u6c83\u7684\u65e0\u6687\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL1R1bHNGbGF3bGVzc0JyZWFjaHN0b25lIiwic2NhbGUiOjF9XQ/f238a20f9a/TulsFlawlessBreachstone.png"},{"id":"eshs-flawless-breachstone","text":"\u827e\u8bb8\u7684\u65e0\u6687\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0VzaHNGbGF3bGVzc0JyZWFjaHN0b25lIiwic2NhbGUiOjF9XQ/bd6b28f988/EshsFlawlessBreachstone.png"},{"id":"uul-flawless-breachstone","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u65e0\u6687\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL1V1bE5ldG9sc0ZsYXdsZXNzQnJlYWNoc3RvbmUiLCJzY2FsZSI6MX1d/afcbb96429/UulNetolsFlawlessBreachstone.png"},{"id":"chayulas-flawless-breachstone","text":"\u590f\u4e4c\u62c9\u7684\u65e0\u6687\u88c2\u9699\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0NoYXl1bGFzRmxhd2xlc3NCcmVhY2hzdG9uZSIsInNjYWxlIjoxfV0/daa631766b/ChayulasFlawlessBreachstone.png"},{"id":"timeless-eternal-emblem","text":"\u6c38\u6052\u5e1d\u56fd\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FdGVybmFsRW1waXJlRnJhZ21lbnQiLCJzY2FsZSI6MX1d/974fcca603/EternalEmpireFragment.png"},{"id":"timeless-karui-emblem","text":"\u6c38\u6052\u5361\u9c81\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9LYXJ1aUZyYWdtZW50Iiwic2NhbGUiOjF9XQ/c616b0ee65/KaruiFragment.png"},{"id":"timeless-vaal-emblem","text":"\u6c38\u6052\u74e6\u5c14\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsRnJhZ21lbnQiLCJzY2FsZSI6MX1d/1f8bc8f5ad/VaalFragment.png"},{"id":"timeless-templar-emblem","text":"\u6c38\u6052\u5723\u5802\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UZW1wbGFyRnJhZ21lbnQiLCJzY2FsZSI6MX1d/e7ede9f816/TemplarFragment.png"},{"id":"timeless-maraketh-emblem","text":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9NYXJha2V0aEZyYWdtZW50Iiwic2NhbGUiOjF9XQ/a81c4968ab/MarakethFragment.png"},{"id":"uber-timeless-eternal-emblem","text":"\u4e0d\u5c48\u5e1d\u56fd\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0S2FydWkiLCJzY2FsZSI6MX1d/48dd647843/TimelessConflictKarui.png"},{"id":"uber-timeless-karui-emblem","text":"\u4e0d\u5c48\u5361\u9c81\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0RXRlcm5hbCIsInNjYWxlIjoxfV0/f96320f889/TimelessConflictEternal.png"},{"id":"uber-timeless-vaal-emblem","text":"\u4e0d\u5c48\u74e6\u5c14\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0VmFhbCIsInNjYWxlIjoxfV0/895e0137f2/TimelessConflictVaal.png"},{"id":"uber-timeless-templar-emblem","text":"\u4e0d\u5c48\u5723\u5802\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0VGVtcGxhciIsInNjYWxlIjoxfV0/b0a76a5f78/TimelessConflictTemplar.png"},{"id":"uber-timeless-maraketh-emblem","text":"\u4e0d\u5c48\u9a6c\u62c9\u514b\u65af\u5370\u8bb0","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0TWFyYWtldGgiLCJzY2FsZSI6MX1d/8eca6f27b3/TimelessConflictMaraketh.png"},{"id":"simulacrum","text":"\u68a6\u9b47\u62df\u50cf","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9EZWxpcml1bUZyYWdtZW50Iiwic2NhbGUiOjF9XQ/7f29157183/DeliriumFragment.png"},{"id":"sacred-blossom","text":"\u795e\u5723\u4e4b\u82b1","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9Pc2hhYmlNYXAiLCJzY2FsZSI6MX1d/ae20ec4d5f/OshabiMap.png"},{"id":"ritual-vessel","text":"\u9a71\u7075\u6cd5\u5668","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUml0dWFsL0VmZmlneSIsInNjYWxlIjoxfV0/1686de4490/Effigy.png"},{"id":"the-atlas","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5f02\u754c\u56fe\u9274","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvUHJvdmluZ0dyb3VuZEhhZXdhcmtIYW1sZXQ1Iiwic2NhbGUiOjF9XQ/440095c5e8/ProvingGroundHaewarkHamlet5.png"},{"id":"the-formed","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5851\u754c\u5b88\u536b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTnVsbFZvaWQxIiwic2NhbGUiOjF9XQ/486d294dd7/NullVoid1.png"},{"id":"the-twisted","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5b88\u536b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTnVsbFZvaWQyIiwic2NhbGUiOjF9XQ/5e88b2cc2e/NullVoid2.png"},{"id":"the-forgotten","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u865a\u7a7a\u5fc6\u5883","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTnVsbFZvaWQzIiwic2NhbGUiOjF9XQ/ca1c373e28/NullVoid3.png"},{"id":"the-hidden","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u9699\u9886\u4e3b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTnVsbFZvaWQ0Iiwic2NhbGUiOjF9XQ/61dc3a5cb9/NullVoid4.png"},{"id":"the-feared","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6050\u60e7","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTnVsbFZvaWQ1Iiwic2NhbGUiOjF9XQ/77f867cdda/NullVoid5.png"},{"id":"the-elderslayers","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5c60\u6740\u8005","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTnVsbFZvaWQ2Iiwic2NhbGUiOjF9XQ/65c08c2c43/NullVoid6.png"},{"id":"the-mavens-writ","text":"\u8d24\u4e3b\u6555\u4ee4","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTWF2ZW5LZXkiLCJzY2FsZSI6MX1d/40683e487b/MavenKey.png"},{"id":"writhing-invitation","text":"\u8815\u52a8\u7684\u9080\u8bf7","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9UYW5nbGVkT3JiUXVlc3QwIiwic2NhbGUiOjF9XQ/7a2f21c33e/TangledOrbQuest0.png"},{"id":"screaming-invitation","text":"\u5486\u54ee\u7684\u9080\u8bf7","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9UYW5nbGVkT3JiUXVlc3Q1Iiwic2NhbGUiOjF9XQ/aad87e6738/TangledOrbQuest5.png"},{"id":"polaric-invitation","text":"\u6781\u661f\u7684\u9080\u8bf7","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9DbGVhbnNpbmdGaXJlT3JiUXVlc3QwIiwic2NhbGUiOjF9XQ/b5b962d0c8/CleansingFireOrbQuest0.png"},{"id":"incandescent-invitation","text":"\u70bd\u7130\u7684\u9080\u8bf7","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9DbGVhbnNpbmdGaXJlT3JiUXVlc3Q1Iiwic2NhbGUiOjF9XQ/d5ac505898/CleansingFireOrbQuest5.png"},{"id":"ancient-reliquary-key","text":"\u53e4\u85cf\u79d8\u94a5","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYXVsdE1hcCIsInNjYWxlIjoxfV0/e1342052dd/VaultMap.png"},{"id":"timeworn-reliquary-key","text":"\u5c18\u5c01\u5723\u7269\u5385\u94a5\u5319","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYXVsdE1hcDMiLCJzY2FsZSI6MX1d/b7e8aacbaa/VaultMap3.png"},{"id":"vaal-reliquary-key","text":"\u74e6\u5c14\u5723\u7269\u5385\u94a5\u5319","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYXVsdE1hcDQiLCJzY2FsZSI6MX1d/7d798c8941/VaultMap4.png"},{"id":"forgotten-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5fd8\u5374","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WZW5hcml1c0ZvaWwiLCJzY2FsZSI6MX1d/ba2d66a470/VenariusFoil.png"},{"id":"visceral-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5185\u810f","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FYXRlck9mV29ybGRzRm9pbCIsInNjYWxlIjoxfV0/9b4e8c2e7c/EaterOfWorldsFoil.png"},{"id":"shiny-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u95ea\u4eae","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9NYXZlbkZvaWwiLCJzY2FsZSI6MX1d/09cccd8ddb/MavenFoil.png"},{"id":"archive-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u4e66\u5e93","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TZWFyaW5nRXhhcmNoRm9pbCIsInNjYWxlIjoxfV0/76bce43f6c/SearingExarchFoil.png"},{"id":"oubliette-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5730\u7262","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaXJ1c0ZvaWwiLCJzY2FsZSI6MX1d/1ada8ca2a7/SirusFoil.png"},{"id":"cosmic-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5b87\u5b99","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaGFwZXJGb2lsIiwic2NhbGUiOjF9XQ/5c88f39bc3/ShaperFoil.png"},{"id":"decaying-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u8150\u8680","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbGRlckZvaWwiLCJzY2FsZSI6MX1d/cbb24273c1/ElderFoil.png"},{"id":"voidborn-reliquary-key","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u865a\u7a7a\u8840\u8109","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9Db3NtaWNDb3JlU3VwcG9ydGVyVmF1bHRLZXkiLCJzY2FsZSI6MX1d/1f2d34a36d/CosmicCoreSupporterVaultKey.png"},{"id":"valdos-puzzle-box","text":"\u74e6\u5c14\u591a\u7684\u8c1c\u4e4b\u5323","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmFsZG9zUHV6emxlQm94Iiwic2NhbGUiOjF9XQ/bed9b1b28b/ValdosPuzzleBox.png"},{"id":"divine-vessel","text":"\u7981\u7075\u4e4b\u74f6","image":"/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaW5GbGFza0VtcHR5Iiwic2NhbGUiOjF9XQ/3a2d49608a/SinFlaskEmpty.png"}]},{"id":"Omens","label":"\u9884\u5146","entries":[{"id":"omen-of-amelioration","text":"\u8fdb\u6b65\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zMUJsdWUiLCJzY2FsZSI6MX1d/7af7f24083/VoodooOmens1Blue.png"},{"id":"omen-of-return","text":"\u56de\u8fd4\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zMkJsdWUiLCJzY2FsZSI6MX1d/bd2fd8bf5b/VoodooOmens2Blue.png"},{"id":"omen-of-death-dancing","text":"\u6b7b\u821e\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zMVllbGxvdyIsInNjYWxlIjoxfV0/cbc6367481/VoodooOmens1Yellow.png"},{"id":"omen-of-refreshment","text":"\u6062\u590d\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zMlllbGxvdyIsInNjYWxlIjoxfV0/292381414c/VoodooOmens2Yellow.png"},{"id":"omen-of-the-soul-devourer","text":"\u566c\u9b42\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zM0JsdWUiLCJzY2FsZSI6MX1d/00f28b94e2/VoodooOmens3Blue.png"},{"id":"omen-of-fortune","text":"\u547d\u8fd0\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zMVB1cnBsZSIsInNjYWxlIjoxfV0/f7558b6e48/VoodooOmens1Purple.png"},{"id":"omen-of-the-jeweller","text":"\u73e0\u5b9d\u5546\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zMlB1cnBsZSIsInNjYWxlIjoxfV0/220fd7098d/VoodooOmens2Purple.png"},{"id":"omen-of-connections","text":"\u8fde\u63a5\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zM1B1cnBsZSIsInNjYWxlIjoxfV0/ef5b7d0a85/VoodooOmens3Purple.png"},{"id":"omen-of-blanching","text":"\u82cd\u767d\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zNFB1cnBsZSIsInNjYWxlIjoxfV0/cc40d87dcb/VoodooOmens4Purple.png"},{"id":"omen-of-adrenaline","text":"\u80be\u4e0a\u817a\u7d20\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zM1llbGxvdyIsInNjYWxlIjoxfV0/3713d430a2/VoodooOmens3Yellow.png"},{"id":"omen-of-deaths-door","text":"\u7b11\u50b2\u6b7b\u4ea1\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zNFllbGxvdyIsInNjYWxlIjoxfV0/6e22195c5b/VoodooOmens4Yellow.png"},{"id":"omen-of-brilliance","text":"\u624d\u534e\u9884\u5146","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXptZXJpL1Zvb2Rvb09tZW5zNEJsdWUiLCJzY2FsZSI6MX1d/0fb19e3399/VoodooOmens4Blue.png"}]},{"id":"Sanctum","label":"\u7981\u57df\u548c\u4f20\u5947\u9057\u7269","entries":[{"id":"forbidden-tome","text":"\u7981\u57df\u5178\u7c4d"},{"id":"the-hour-of-divinity","text":"\u795e\u5723\u4e4b\u523b"},{"id":"the-gilded-chalice","text":"\u9540\u91d1\u5723\u676f"},{"id":"the-second-sacrament","text":"\u7b2c\u4e8c\u5723\u8a93"},{"id":"the-night-lamp","text":"\u9ed1\u591c\u660e\u706f"},{"id":"the-first-crest","text":"\u521d\u59cb\u8363\u51a0"},{"id":"the-broken-censer","text":"\u6b8b\u7834\u9999\u7089"},{"id":"the-original-scripture","text":"\u539f\u521d\u7ecf\u4e66"},{"id":"the-blood-of-innocence","text":"\u7eaf\u51c0\u4e4b\u8840"},{"id":"the-chains-of-castigation","text":"\u82e6\u5211\u4e4b\u94fe"},{"id":"the-power-and-the-promise","text":"\u529b\u91cf\u4e0e\u8a93\u8a00"}]},{"id":"MemoryLine","label":"\u5f02\u754c\u56de\u5fc6","entries":[{"id":"alvas-memory-of-cascading-fortunes","text":"\u65e0\u5c3d\u8d22\u5bcc\u4e4b\u963f\u5c14\u74e6\u7684\u56de\u5fc6"},{"id":"alvas-memory-of-reverse-incursion","text":"\u53cd\u5411\u5165\u4fb5\u4e4b\u963f\u5c14\u74e6\u7684\u56de\u5fc6"},{"id":"einhars-memory-of-crystal-prisons","text":"\u6c34\u6676\u76d1\u72f1\u4e4b\u4f0a\u6069\u54c8\u5c14\u7684\u56de\u5fc6"},{"id":"einhars-memory-of-harvest-beasts","text":"\u5e84\u56ed\u91ce\u517d\u4e4b\u4f0a\u6069\u54c8\u5c14\u7684\u56de\u5fc6"},{"id":"einhars-memory-of-the-sacred-grove","text":"\u53e4\u7075\u5e84\u56ed\u4e4b\u4f0a\u6069\u54c8\u5c14\u7684\u56de\u5fc6"},{"id":"kiracs-memory-of-the-pantheon","text":"\u4e07\u795e\u6bbf\u4e4b\u5947\u62c9\u514b\u7684\u56de\u5fc6"},{"id":"kiracs-memory-of-phaaryl","text":"\u6cd5\u745e\u6b27\u4e4b\u5947\u62c9\u514b\u7684\u56de\u5fc6"},{"id":"kiracs-memory-of-survivors-guilt","text":"\u5e78\u5b58\u8005\u7684\u6127\u759a\u4e4b\u5947\u62c9\u514b\u7684\u56de\u5fc6"},{"id":"nikos-memory-of-chasms","text":"\u88c2\u7f1d\u4e4b\u5c3c\u514b\u7684\u56de\u5fc6"},{"id":"nikos-memory-of-demonic-onslaught","text":"\u6076\u9b54\u653b\u51fb\u4e4b\u5c3c\u514b\u7684\u56de\u5fc6"},{"id":"nikos-memory-of-grasping-hands","text":"\u8d2a\u5a6a\u4e4b\u624b\u4e4b\u5c3c\u514b\u7684\u56de\u5fc6"},{"id":"nikos-memory-of-tormented-souls","text":"\u7075\u9b42\u6467\u6b8b\u4e4b\u5c3c\u514b\u7684\u56de\u5fc6"}]},{"id":"ScoutingReport","label":"\u4fa6\u5bdf\u62a5\u544a","entries":[{"id":"singular-scouting-report","text":"\u5355\u72ec\u4fa6\u5bdf\u62a5\u544a"},{"id":"otherworldly-scouting-report","text":"\u5f02\u754c\u4fa6\u5bdf\u62a5\u544a"},{"id":"comprehensive-scouting-report","text":"\u7efc\u5408\u4fa6\u5bdf\u62a5\u544a"},{"id":"vaal-scouting-report","text":"\u74e6\u5c14\u4fa6\u5bdf\u62a5\u544a"},{"id":"delirious-scouting-report","text":"\u4ea2\u594b\u4fa6\u5bdf\u62a5\u544a"},{"id":"operatives-scouting-report","text":"\u4fa6\u63a2\u4fa6\u5bdf\u62a5\u544a"},{"id":"blighted-scouting-report","text":"\u83cc\u6f6e\u4fa6\u5bdf\u62a5\u544a"},{"id":"influenced-scouting-report","text":"\u5f71\u54cd\u4fa6\u5bdf\u62a5\u544a"},{"id":"explorers-scouting-report","text":"\u63a2\u7d22\u4fa6\u5bdf\u62a5\u544a"}]},{"id":"Expedition","label":"\u5148\u7956\u79d8\u85cf\u901a\u8d27\u7269\u54c1","entries":[{"id":"astragali","text":"\u9ec4\u82aa","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9HYW1ibGVyUmVmcmVzaEN1cnJlbmN5Iiwic2NhbGUiOjF9XQ/ff5640db4c/GamblerRefreshCurrency.png"},{"id":"exotic-coinage","text":"\u5f02\u57df\u94f8\u5e01","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9CYXJ0ZXJSZWZyZXNoQ3VycmVuY3kiLCJzY2FsZSI6MX1d/0542d74d3c/BarterRefreshCurrency.png"},{"id":"scrap-metal","text":"\u5e9f\u91d1\u5c5e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9EZWFsZXJSZWZyZXNoQ3VycmVuY3kiLCJzY2FsZSI6MX1d/7c2be64768/DealerRefreshCurrency.png"},{"id":"burial-medallion","text":"\u846c\u793c\u5fbd\u7ae0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9EYW5uaWdSZXJvbGxDdXJyZW5jeSIsInNjYWxlIjoxfV0/58eed604a2/DannigRerollCurrency.png"}]},{"id":"DeliriumOrbs","label":"\u96fe\u9b47\u5b9d\u73e0","entries":[{"id":"fine-delirium-orb","text":"\u826f\u597d\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJDdXJyZW5jeSIsInNjYWxlIjoxfV0/a0ccb93233/DeliriumOrbCurrency.png"},{"id":"singular-delirium-orb","text":"\u5355\u72ec\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJVbmlxdWVzIiwic2NhbGUiOjF9XQ/f8eb9f0b63/DeliriumOrbUniques.png"},{"id":"thaumaturges-delirium-orb","text":"\u5947\u672f\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJHZW1zIiwic2NhbGUiOjF9XQ/027802e844/DeliriumOrbGems.png"},{"id":"blacksmiths-delirium-orb","text":"\u94c1\u5320\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJXZWFwb25zIiwic2NhbGUiOjF9XQ/eaa6f85f6c/DeliriumOrbWeapons.png"},{"id":"armoursmiths-delirium-orb","text":"\u94f8\u7532\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJBcm1vdXIiLCJzY2FsZSI6MX1d/c00fa9e1a3/DeliriumOrbArmour.png"},{"id":"cartographers-delirium-orb","text":"\u5236\u56fe\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJNYXBzIiwic2NhbGUiOjF9XQ/0e2be34e49/DeliriumOrbMaps.png"},{"id":"jewellers-delirium-orb","text":"\u73e0\u5b9d\u5320\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJUcmlua2V0cyIsInNjYWxlIjoxfV0/165e84bd2a/DeliriumOrbTrinkets.png"},{"id":"abyssal-delirium-orb","text":"\u6df1\u6e0a\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJBYnlzcyIsInNjYWxlIjoxfV0/7434403ff2/DeliriumOrbAbyss.png"},{"id":"kalguuran-delirium-orb","text":"\u5361\u53e4\u5170\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJFeHBlZGl0aW9uIiwic2NhbGUiOjF9XQ/486dcec31d/DeliriumOrbExpedition.png"},{"id":"foreboding-delirium-orb","text":"\u4e0d\u8be6\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJIYXJiaW5nZXIiLCJzY2FsZSI6MX1d/a10060782a/DeliriumOrbHarbinger.png"},{"id":"obscured-delirium-orb","text":"\u6726\u80e7\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJCcmVhY2giLCJzY2FsZSI6MX1d/0b320eec66/DeliriumOrbBreach.png"},{"id":"whispering-delirium-orb","text":"\u4f4e\u8bed\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJFc3NlbmNlIiwic2NhbGUiOjF9XQ/e9f784c467/DeliriumOrbEssence.png"},{"id":"fragmented-delirium-orb","text":"\u7834\u788e\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJGcmFnbWVudHMiLCJzY2FsZSI6MX1d/a0b9780684/DeliriumOrbFragments.png"},{"id":"skittering-delirium-orb","text":"\u8ff7\u8e2a\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJTY2FyYWJzIiwic2NhbGUiOjF9XQ/ca1dcdc38b/DeliriumOrbScarabs.png"},{"id":"fossilised-delirium-orb","text":"\u77f3\u5316\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJGb3NzaWxzIiwic2NhbGUiOjF9XQ/ce824132c2/DeliriumOrbFossils.png"},{"id":"diviners-delirium-orb","text":"\u9884\u8a00\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJEaXZpbmF0aW9uQ2FyZHMiLCJzY2FsZSI6MX1d/9ab37abc47/DeliriumOrbDivinationCards.png"},{"id":"delirium-orb","text":"\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJHZW5lcmljIiwic2NhbGUiOjF9XQ/ea58fed29d/DeliriumOrbGeneric.png"},{"id":"primal-delirium-orb","text":"\u539f\u59cb\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJUYWxpc21hbnMiLCJzY2FsZSI6MX1d/7fd8a5c64e/DeliriumOrbTalismans.png"},{"id":"timeless-delirium-orb","text":"\u6c38\u6052\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJMZWdpb24iLCJzY2FsZSI6MX1d/b61cc0e1f6/DeliriumOrbLegion.png"},{"id":"blighted-delirium-orb","text":"\u67af\u840e\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJCbGlnaHQiLCJzY2FsZSI6MX1d/e65965e8bd/DeliriumOrbBlight.png"},{"id":"challenging-delirium-orb","text":"\u8270\u5de8\u7684\u96fe\u9b47\u5b9d\u73e0","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsaXJpdW0vRGVsaXJpdW1PcmJVbHRpbWF0dW0iLCJzY2FsZSI6MX1d/3e820d9958/DeliriumOrbUltimatum.png"}]},{"id":"Catalysts","label":"\u50ac\u5316\u5242","entries":[{"id":"turbulent-catalyst","text":"\u731b\u70c8\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL1R1cmJ1bGVudENhdGFseXN0Iiwic2NhbGUiOjF9XQ/1f49d03e58/TurbulentCatalyst.png"},{"id":"imbued-catalyst","text":"\u704c\u6ce8\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL0ltYnVlZENhdGFseXN0Iiwic2NhbGUiOjF9XQ/cce071aa45/ImbuedCatalyst.png"},{"id":"abrasive-catalyst","text":"\u7814\u78e8\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL0FicmFzaXZlQ2F0YWx5c3QiLCJzY2FsZSI6MX1d/aca49c3cc0/AbrasiveCatalyst.png"},{"id":"tempering-catalyst","text":"\u56de\u706b\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL1RlbXBlcmluZ0NhdGFseXN0Iiwic2NhbGUiOjF9XQ/6bf69c356e/TemperingCatalyst.png"},{"id":"fertile-catalyst","text":"\u4e30\u6c83\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL0ZlcnRpbGVDYXRhbHlzdCIsInNjYWxlIjoxfV0/74603722ac/FertileCatalyst.png"},{"id":"prismatic-catalyst","text":"\u68f1\u5149\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL1ByaXNtYXRpY0NhdGFseXN0Iiwic2NhbGUiOjF9XQ/1e725fd26d/PrismaticCatalyst.png"},{"id":"intrinsic-catalyst","text":"\u5185\u5728\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL0ludHJpbnNpY0NhdGFseXN0Iiwic2NhbGUiOjF9XQ/cea67fbce2/IntrinsicCatalyst.png"},{"id":"noxious-catalyst","text":"\u6709\u5bb3\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL0NoYW9zUGh5c2ljYWxDYXRhbHlzdCIsInNjYWxlIjoxfV0/2b886f8343/ChaosPhysicalCatalyst.png"},{"id":"accelerating-catalyst","text":"\u52a0\u901f\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL1NwZWVkTW9kaWZpZXJDYXRhbHlzdCIsInNjYWxlIjoxfV0/6493f34e78/SpeedModifierCatalyst.png"},{"id":"unstable-catalyst","text":"\u4e0d\u7a33\u5b9a\u7684\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL0NyaXRpY2FsTW9kaWZpZXJDYXRhbHlzdCIsInNjYWxlIjoxfV0/eebe548a38/CriticalModifierCatalyst.png"},{"id":"tainted-catalyst","text":"\u6c61\u79fd\u50ac\u5316\u5242","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2F0YWx5c3RzL1RhaW50ZWRDYXRhbHlzdCIsInNjYWxlIjoxfV0/5ce364bd70/TaintedCatalyst.png"}]},{"id":"Oils","label":"\u5723\u6cb9\u548c\u8403\u53d6\u5668","entries":[{"id":"clear-oil","text":"\u6e05\u6f88\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9DbGVhck9pbCIsInNjYWxlIjoxfV0/0a7f30cc3b/ClearOil.png"},{"id":"sepia-oil","text":"\u58a8\u8272\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9TZXBpYU9pbCIsInNjYWxlIjoxfV0/9114927bcc/SepiaOil.png"},{"id":"amber-oil","text":"\u7425\u73c0\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9BbWJlck9pbCIsInNjYWxlIjoxfV0/bd5ce1adfa/AmberOil.png"},{"id":"verdant-oil","text":"\u7fe0\u7eff\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9WZXJkYW50T2lsIiwic2NhbGUiOjF9XQ/efeac217c1/VerdantOil.png"},{"id":"teal-oil","text":"\u6c34\u84dd\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9UZWFsT2lsIiwic2NhbGUiOjF9XQ/d90d65a90b/TealOil.png"},{"id":"azure-oil","text":"\u5929\u84dd\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9BenVyZU9pbCIsInNjYWxlIjoxfV0/a68235e8e8/AzureOil.png"},{"id":"indigo-oil","text":"\u975b\u9752\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9JbmRpZ29PaWwiLCJzY2FsZSI6MX1d/d11c298ca8/IndigoOil.png"},{"id":"violet-oil","text":"\u7d2b\u8272\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9WaW9sZXRPaWwiLCJzY2FsZSI6MX1d/76c3dc06f8/VioletOil.png"},{"id":"crimson-oil","text":"\u7eef\u7ea2\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9Dcmltc29uT2lsIiwic2NhbGUiOjF9XQ/5e5f62ac0e/CrimsonOil.png"},{"id":"black-oil","text":"\u6f06\u9ed1\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9CbGFja09pbCIsInNjYWxlIjoxfV0/ce6830b309/BlackOil.png"},{"id":"opalescent-oil","text":"\u4e73\u767d\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9PcGFsZXNjZW50T2lsIiwic2NhbGUiOjF9XQ/abd419a154/OpalescentOil.png"},{"id":"silver-oil","text":"\u767d\u94f6\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9TaWx2ZXJPaWwiLCJzY2FsZSI6MX1d/d6ad829c2f/SilverOil.png"},{"id":"golden-oil","text":"\u91d1\u8272\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9Hb2xkZW5PaWwiLCJzY2FsZSI6MX1d/263a5d73da/GoldenOil.png"},{"id":"tainted-oil","text":"\u6c61\u79fd\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9WYWFsT2lsIiwic2NhbGUiOjF9XQ/ac4ceb0430/VaalOil.png"},{"id":"reflective-oil","text":"\u53cd\u5149\u5723\u6cb9","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9NaXJyb3JPaWwiLCJzY2FsZSI6MX1d/eca4a49588/MirrorOil.png"},{"id":"oil-extractor","text":"\u5723\u6cb9\u8403\u53d6\u5668","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9JY2hvckV4dHJhY3RvciIsInNjYWxlIjoxfV0/e020224caf/IchorExtractor.png"}]},{"id":"Incubators","label":"\u5b55\u80b2\u77f3","entries":[{"id":"whispering-incubator","text":"\u4f4e\u8bed\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXNzZW5jZSIsInNjYWxlIjoxfV0/839bf6cef9/IncubationEssence.png"},{"id":"fine-incubator","text":"\u4e0a\u7b49\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQ3VycmVuY3kiLCJzY2FsZSI6MX1d/e8a6d32623/IncubationCurrency.png"},{"id":"singular-incubator","text":"\u5355\u4e00\u7684\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVW5pcXVlcyIsInNjYWxlIjoxfV0/72b48d1f1b/IncubationUniques.png"},{"id":"cartographers-incubator","text":"\u5236\u56fe\u5e08\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png"},{"id":"otherworldly-incubator","text":"\u5f02\u754c\u884c\u8005\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png"},{"id":"abyssal-incubator","text":"\u6df1\u6e0a\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQWJ5c3MiLCJzY2FsZSI6MX1d/f3c36d1eb4/IncubationAbyss.png"},{"id":"fragmented-incubator","text":"\u7834\u788e\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRnJhZ21lbnRzIiwic2NhbGUiOjF9XQ/a3cf9d4a10/IncubationFragments.png"},{"id":"skittering-incubator","text":"\u8ff7\u8e2a\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uU2NhcmFicyIsInNjYWxlIjoxfV0/1627db84fb/IncubationScarabs.png"},{"id":"infused-incubator","text":"\u704c\u6ce8\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXNzZW5jZSIsInNjYWxlIjoxfV0/839bf6cef9/IncubationEssence.png"},{"id":"fossilised-incubator","text":"\u5316\u77f3\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRm9zc2lscyIsInNjYWxlIjoxfV0/bb7663432d/IncubationFossils.png"},{"id":"kalguuran-incubator","text":"\u5361\u53e4\u5170\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXhwZWRpdGlvbiIsInNjYWxlIjoxfV0/2916070090/IncubationExpedition.png"},{"id":"diviners-incubator","text":"\u9884\u8a00\u8005\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRGl2aW5hdGlvbkNhcmRzIiwic2NhbGUiOjF9XQ/e14c3ef7f9/IncubationDivinationCards.png"},{"id":"primal-incubator","text":"\u539f\u59cb\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVGFsaXNtYW5zIiwic2NhbGUiOjF9XQ/994245860e/IncubationTalismans.png"},{"id":"enchanted-incubator","text":"\u9644\u9b54\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTGFieXJpbnRoIiwic2NhbGUiOjF9XQ/755a289f04/IncubationLabyrinth.png"},{"id":"geomancers-incubator","text":"\u5360\u5730\u8005\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQXJtb3VyIiwic2NhbGUiOjF9XQ/8cd6cd0531/IncubationArmour.png"},{"id":"ornate-incubator","text":"\u8c6a\u534e\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQ3VycmVuY3kiLCJzY2FsZSI6MX1d/e8a6d32623/IncubationCurrency.png"},{"id":"time-lost-incubator","text":"\u5931\u843d\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVW5pcXVlcyIsInNjYWxlIjoxfV0/72b48d1f1b/IncubationUniques.png"},{"id":"celestial-armoursmiths-incubator","text":"\u4f17\u661f\u94f8\u7532\u5320\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQXJtb3VyIiwic2NhbGUiOjF9XQ/8cd6cd0531/IncubationArmour.png"},{"id":"celestial-blacksmiths-incubator","text":"\u4f17\u661f\u94c1\u5320\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uV2VhcG9ucyIsInNjYWxlIjoxfV0/4c2bb7d249/IncubationWeapons.png"},{"id":"celestial-jewellers-incubator","text":"\u4f17\u661f\u73e0\u5b9d\u5320\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVHJpbmtldHMiLCJzY2FsZSI6MX1d/74b5811007/IncubationTrinkets.png"},{"id":"eldritch-incubator","text":"\u53ef\u6015\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png"},{"id":"obscured-incubator","text":"\u6726\u80e7\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQnJlYWNoIiwic2NhbGUiOjF9XQ/e9b256aff0/IncubationBreach.png"},{"id":"foreboding-incubator","text":"\u9884\u5146\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uSGFyYmluZ2VyIiwic2NhbGUiOjF9XQ/11f4bcf0ee/IncubationHarbinger.png"},{"id":"thaumaturges-incubator","text":"\u5947\u672f\u5e08\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VtcyIsInNjYWxlIjoxfV0/7df785d740/IncubationGems.png"},{"id":"mysterious-incubator","text":"\u795e\u79d8\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VuZXJpYyIsInNjYWxlIjoxfV0/9476a818a5/IncubationGeneric.png"},{"id":"gemcutters-incubator","text":"\u5b9d\u77f3\u5320\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VtcyIsInNjYWxlIjoxfV0/7df785d740/IncubationGems.png"},{"id":"feral-incubator","text":"\u91ce\u6027\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQmVzdGlhcnkiLCJzY2FsZSI6MX1d/7c98be601d/IncubationBestiary.png"},{"id":"blighted-incubator","text":"\u67af\u5316\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQmxpZ2h0Iiwic2NhbGUiOjF9XQ/0f1872598d/IncubationBlight.png"},{"id":"challenging-incubator","text":"\u8270\u5de8\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVWx0aW1hdHVtIiwic2NhbGUiOjF9XQ/ea6dbbb27e/IncubationUltimatum.png"},{"id":"maddening-incubator","text":"\u72c2\u8e81\u7684\u5b55\u80b2\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRGVsaXJpdW0iLCJzY2FsZSI6MX1d/74f49a934c/IncubationDelirium.png"}]},{"id":"Scarabs","label":"\u5723\u7532\u866b","entries":[{"id":"rusted-breach-scarab","text":"\u9508\u8680\u7684\u88c2\u9699\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJCcmVhY2giLCJzY2FsZSI6MX1d/769139d13b/LesserScarabBreach.png"},{"id":"polished-breach-scarab","text":"\u95ea\u8000\u7684\u88c2\u9699\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJCcmVhY2giLCJzY2FsZSI6MX1d/d8bc60711f/NormalScarabBreach.png"},{"id":"gilded-breach-scarab","text":"\u9540\u91d1\u7684\u88c2\u9699\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiQnJlYWNoIiwic2NhbGUiOjF9XQ/b129897f73/GreaterScarabBreach.png"},{"id":"jewelled-breach-scarab","text":"\u6709\u7ffc\u7684\u88c2\u9699\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkJyZWFjaCIsInNjYWxlIjoxfV0/2e4da41035/Tier4ScarabBreach.png"},{"id":"rusted-cartography-scarab","text":"\u9508\u8680\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJNYXBzIiwic2NhbGUiOjF9XQ/e7d11bcc5b/LesserScarabMaps.png"},{"id":"polished-cartography-scarab","text":"\u95ea\u8000\u7684\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJNYXBzIiwic2NhbGUiOjF9XQ/b41df1ff07/NormalScarabMaps.png"},{"id":"gilded-cartography-scarab","text":"\u9540\u91d1\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiTWFwcyIsInNjYWxlIjoxfV0/7c589dbe02/GreaterScarabMaps.png"},{"id":"jewelled-cartography-scarab","text":"\u6709\u7ffc\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYk1hcHMiLCJzY2FsZSI6MX1d/2207df61a5/Tier4ScarabMaps.png"},{"id":"rusted-reliquary-scarab","text":"\u9508\u8680\u7684\u9057\u7269\u5385\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJVbmlxdWUiLCJzY2FsZSI6MX1d/9ed658ddba/LesserScarabUnique.png"},{"id":"polished-reliquary-scarab","text":"\u95ea\u8000\u7684\u9057\u7269\u5385\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJVbmlxdWUiLCJzY2FsZSI6MX1d/e2945f5878/NormalScarabUnique.png"},{"id":"gilded-reliquary-scarab","text":"\u9540\u91d1\u7684\u9057\u7269\u5385\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiVW5pcXVlIiwic2NhbGUiOjF9XQ/0194f878a0/GreaterScarabUnique.png"},{"id":"jewelled-reliquary-scarab","text":"\u6709\u7ffc\u7684\u9057\u7269\u5385\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYlVuaXF1ZSIsInNjYWxlIjoxfV0/feddb95694/Tier4ScarabUnique.png"},{"id":"rusted-bestiary-scarab","text":"\u9508\u8680\u7684\u730e\u9b54\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJCZWFzdHMiLCJzY2FsZSI6MX1d/a13711c8ed/LesserScarabBeasts.png"},{"id":"polished-bestiary-scarab","text":"\u95ea\u8000\u7684\u730e\u9b54\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJCZWFzdHMiLCJzY2FsZSI6MX1d/0d5c9d2d30/NormalScarabBeasts.png"},{"id":"gilded-bestiary-scarab","text":"\u9540\u91d1\u7684\u730e\u9b54\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiQmVhc3RzIiwic2NhbGUiOjF9XQ/09caa391c6/GreaterScarabBeasts.png"},{"id":"jewelled-bestiary-scarab","text":"\u6709\u7ffc\u7684\u730e\u9b54\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkJlYXN0cyIsInNjYWxlIjoxfV0/c8a03d1108/Tier4ScarabBeasts.png"},{"id":"farric-lure","text":"\u5927\u5730\u4e4b\u8bf1","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmVzdGlhcnkvQ3VycmVuY3lDYXRBc3BlY3QiLCJzY2FsZSI6MX1d/ef1ced4b76/CurrencyCatAspect.png"},{"id":"saqawine-lure","text":"\u82cd\u7a7a\u4e4b\u8bf1","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmVzdGlhcnkvQ3VycmVuY3lTbmFrZUFzcGVjdCIsInNjYWxlIjoxfV0/ed34473449/CurrencySnakeAspect.png"},{"id":"fenumal-lure","text":"\u6697\u591c\u4e4b\u8bf1","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmVzdGlhcnkvQ3VycmVuY3lTcGlkZXJBc3BlY3QiLCJzY2FsZSI6MX1d/bf6e9e7bc6/CurrencySpiderAspect.png"},{"id":"craicic-lure","text":"\u6df1\u6d77\u4e4b\u8bf1","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmVzdGlhcnkvQ3VycmVuY3lDcmFiQXNwZWN0Iiwic2NhbGUiOjF9XQ/f39b2d5d23/CurrencyCrabAspect.png"},{"id":"rusted-shaper-scarab","text":"\u9508\u8680\u7684\u5851\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJTaGFwZXIiLCJzY2FsZSI6MX1d/caf0ac9307/LesserScarabShaper.png"},{"id":"polished-shaper-scarab","text":"\u95ea\u8000\u7684\u5851\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJTaGFwZXIiLCJzY2FsZSI6MX1d/ab7eca8ce3/NormalScarabShaper.png"},{"id":"gilded-shaper-scarab","text":"\u9540\u91d1\u7684\u5851\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiU2hhcGVyIiwic2NhbGUiOjF9XQ/34a1a7c68a/GreaterScarabShaper.png"},{"id":"jewelled-shaper-scarab","text":"\u6709\u7ffc\u7684\u5851\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYlNoYXBlciIsInNjYWxlIjoxfV0/320c05daeb/Tier4ScarabShaper.png"},{"id":"rusted-elder-scarab","text":"\u9508\u8680\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJFbGRlciIsInNjYWxlIjoxfV0/8828d3f4eb/LesserScarabElder.png"},{"id":"polished-elder-scarab","text":"\u95ea\u8000\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJFbGRlciIsInNjYWxlIjoxfV0/aa5e1bfc7b/NormalScarabElder.png"},{"id":"gilded-elder-scarab","text":"\u9540\u91d1\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiRWxkZXIiLCJzY2FsZSI6MX1d/660528eb40/GreaterScarabElder.png"},{"id":"jewelled-elder-scarab","text":"\u6709\u7ffc\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkVsZGVyIiwic2NhbGUiOjF9XQ/a828744afe/Tier4ScarabElder.png"},{"id":"rusted-sulphite-scarab","text":"\u9508\u8680\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJTdWxwaGl0ZSIsInNjYWxlIjoxfV0/9bdde2cec0/LesserScarabSulphite.png"},{"id":"polished-sulphite-scarab","text":"\u95ea\u8000\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJTdWxwaGl0ZSIsInNjYWxlIjoxfV0/8121093ec0/NormalScarabSulphite.png"},{"id":"gilded-sulphite-scarab","text":"\u9540\u91d1\u7684\u4e9a\u786b\u9178\u76d0\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiU3VscGhpdGUiLCJzY2FsZSI6MX1d/55c0fed4b6/GreaterScarabSulphite.png"},{"id":"jewelled-sulphite-scarab","text":"\u6709\u7ffc\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYlN1bHBoaXRlIiwic2NhbGUiOjF9XQ/a35e037dc4/Tier4ScarabSulphite.png"},{"id":"rusted-divination-scarab","text":"\u9508\u8680\u7684\u795e\u6069\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJEaXZpbmF0aW9uIiwic2NhbGUiOjF9XQ/20ff060a8d/LesserScarabDivination.png"},{"id":"polished-divination-scarab","text":"\u95ea\u8000\u7684\u795e\u6069\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJEaXZpbmF0aW9uIiwic2NhbGUiOjF9XQ/acb5d1754a/NormalScarabDivination.png"},{"id":"gilded-divination-scarab","text":"\u9540\u91d1\u7684\u795e\u6069\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiRGl2aW5hdGlvbiIsInNjYWxlIjoxfV0/73ab11f6bd/GreaterScarabDivination.png"},{"id":"jewelled-divination-scarab","text":"\u6709\u7ffc\u7684\u795e\u6069\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkRpdmluYXRpb24iLCJzY2FsZSI6MX1d/4e3adfaafb/Tier4ScarabDivination.png"},{"id":"rusted-torment-scarab","text":"\u9508\u8680\u7684\u82e6\u75db\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJUb3JtZW50Iiwic2NhbGUiOjF9XQ/8c43bf8c64/LesserScarabTorment.png"},{"id":"polished-torment-scarab","text":"\u95ea\u8000\u7684\u82e6\u75db\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJUb3JtZW50Iiwic2NhbGUiOjF9XQ/4c94a84fd8/NormalScarabTorment.png"},{"id":"gilded-torment-scarab","text":"\u9540\u91d1\u7684\u82e6\u75db\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiVG9ybWVudCIsInNjYWxlIjoxfV0/548c57abc3/GreaterScarabTorment.png"},{"id":"jewelled-torment-scarab","text":"\u6709\u7ffc\u7684\u82e6\u75db\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYlRvcm1lbnQiLCJzY2FsZSI6MX1d/5b3bed9d3d/Tier4ScarabTorment.png"},{"id":"rusted-ambush-scarab","text":"\u9508\u8680\u7684\u5f3a\u88ad\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJTdHJvbmdib3hlcyIsInNjYWxlIjoxfV0/137917584a/LesserScarabStrongboxes.png"},{"id":"polished-ambush-scarab","text":"\u95ea\u8000\u7684\u5f3a\u88ad\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJTdHJvbmdib3hlcyIsInNjYWxlIjoxfV0/2654dacfee/NormalScarabStrongboxes.png"},{"id":"gilded-ambush-scarab","text":"\u9540\u91d1\u7684\u5f3a\u88ad\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiU3Ryb25nYm94ZXMiLCJzY2FsZSI6MX1d/c2cb4efc18/GreaterScarabStrongboxes.png"},{"id":"jewelled-ambush-scarab","text":"\u6709\u7ffc\u7684\u5f3a\u88ad\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYlN0cm9uZ2JveGVzIiwic2NhbGUiOjF9XQ/da665a65ee/Tier4ScarabStrongboxes.png"},{"id":"rusted-harbinger-scarab","text":"\u9508\u8680\u7684\u5148\u9a71\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJIYXJiaW5nZXJzIiwic2NhbGUiOjF9XQ/cc33d9f639/LesserScarabHarbingers.png"},{"id":"polished-harbinger-scarab","text":"\u95ea\u8000\u7684\u5148\u9a71\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJIYXJiaW5nZXJzIiwic2NhbGUiOjF9XQ/dc5f44e261/NormalScarabHarbingers.png"},{"id":"gilded-harbinger-scarab","text":"\u9540\u91d1\u7684\u5148\u9a71\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiSGFyYmluZ2VycyIsInNjYWxlIjoxfV0/335df4321f/GreaterScarabHarbingers.png"},{"id":"jewelled-harbinger-scarab","text":"\u6709\u7ffc\u7684\u5148\u9a71\u8005\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkhhcmJpbmdlcnMiLCJzY2FsZSI6MX1d/58a4c0d3f8/Tier4ScarabHarbingers.png"},{"id":"rusted-expedition-scarab","text":"\u9508\u8680\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJFeHBlZGl0aW9uIiwic2NhbGUiOjF9XQ/fa49f53ac8/LesserScarabExpedition.png"},{"id":"polished-expedition-scarab","text":"\u95ea\u8000\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJFeHBlZGl0aW9uIiwic2NhbGUiOjF9XQ/a751f91a8e/NormalScarabExpedition.png"},{"id":"gilded-expedition-scarab","text":"\u9540\u91d1\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiRXhwZWRpdGlvbiIsInNjYWxlIjoxfV0/1bf78dd20a/GreaterScarabExpedition.png"},{"id":"winged-expedition-scarab","text":"\u6709\u7ffc\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkV4cGVkaXRpb24iLCJzY2FsZSI6MX1d/6bd03eec75/Tier4ScarabExpedition.png"},{"id":"rusted-legion-scarab","text":"\u9508\u8680\u7684\u519b\u56e2\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJMZWdpb24iLCJzY2FsZSI6MX1d/e7b6e5659c/LesserScarabLegion.png"},{"id":"polished-legion-scarab","text":"\u95ea\u8000\u7684\u519b\u56e2\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJMZWdpb24iLCJzY2FsZSI6MX1d/986b842d3f/NormalScarabLegion.png"},{"id":"gilded-legion-scarab","text":"\u9540\u91d1\u7684\u519b\u56e2\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiTGVnaW9uIiwic2NhbGUiOjF9XQ/d687801212/GreaterScarabLegion.png"},{"id":"jewelled-legion-scarab","text":"\u6709\u7ffc\u7684\u519b\u56e2\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkxlZ2lvbiIsInNjYWxlIjoxfV0/4a56211137/Tier4ScarabLegion.png"},{"id":"rusted-ultimatum-scarab","text":"\u9508\u8680\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJVbHRpbWF0dW0iLCJzY2FsZSI6MX1d/b1b423625d/LesserScarabUltimatum.png"},{"id":"polished-ultimatum-scarab","text":"\u95ea\u8000\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJVbHRpbWF0dW0iLCJzY2FsZSI6MX1d/d688264f91/NormalScarabUltimatum.png"},{"id":"gilded-ultimatum-scarab","text":"\u9540\u91d1\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiVWx0aW1hdHVtIiwic2NhbGUiOjF9XQ/be3b513bfe/GreaterScarabUltimatum.png"},{"id":"winged-ultimatum-scarab","text":"\u6709\u7ffc\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYlVsdGltYXR1bSIsInNjYWxlIjoxfV0/abfc80cf45/Tier4ScarabUltimatum.png"},{"id":"rusted-blight-scarab","text":"\u9508\u8680\u7684\u83cc\u6f6e\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJCbGlnaHQiLCJzY2FsZSI6MX1d/401222e4f4/LesserScarabBlight.png"},{"id":"polished-blight-scarab","text":"\u95ea\u8000\u7684\u83cc\u6f6e\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJCbGlnaHQiLCJzY2FsZSI6MX1d/de78905e90/NormalScarabBlight.png"},{"id":"gilded-blight-scarab","text":"\u9540\u91d1\u7684\u83cc\u6f6e\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiQmxpZ2h0Iiwic2NhbGUiOjF9XQ/d0aa6a6d55/GreaterScarabBlight.png"},{"id":"winged-blight-scarab","text":"\u6709\u7ffc\u7684\u83cc\u6f6e\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkJsaWdodCIsInNjYWxlIjoxfV0/7ecd3dcebc/Tier4ScarabBlight.png"},{"id":"rusted-abyss-scarab","text":"\u9508\u8680\u7684\u6df1\u6e0a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9MZXNzZXJTY2FyYWJBYnlzcyIsInNjYWxlIjoxfV0/05f3ac3c5c/LesserScarabAbyss.png"},{"id":"polished-abyss-scarab","text":"\u95ea\u8000\u7684\u6df1\u6e0a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9Ob3JtYWxTY2FyYWJBYnlzcyIsInNjYWxlIjoxfV0/e28a53e1a0/NormalScarabAbyss.png"},{"id":"gilded-abyss-scarab","text":"\u9540\u91d1\u7684\u6df1\u6e0a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9HcmVhdGVyU2NhcmFiQWJ5c3MiLCJzY2FsZSI6MX1d/84851bd122/GreaterScarabAbyss.png"},{"id":"winged-abyss-scarab","text":"\u6709\u7ffc\u7684\u6df1\u6e0a\u5723\u7532\u866b","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NhcmFicy9UaWVyNFNjYXJhYkFieXNzIiwic2NhbGUiOjF9XQ/c1d1da69d6/Tier4ScarabAbyss.png"}]},{"id":"DelveResonators","label":"\u5730\u5fc3\u5171\u632f\u5668","entries":[{"id":"primitive-chaotic-resonator","text":"\u539f\u59cb\u6df7\u4e71\u5171\u632f\u5668","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMXgxQSIsInNjYWxlIjoxfV0/9c7dcd6158/Reroll1x1A.png"},{"id":"potent-chaotic-resonator","text":"\u5f3a\u80fd\u6df7\u4e71\u5171\u632f\u5668","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngxQSIsInNjYWxlIjoxfV0/bee1bcfe36/Reroll2x1A.png"},{"id":"powerful-chaotic-resonator","text":"\u5de8\u80fd\u6df7\u4e71\u5171\u632f\u5668","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngyQSIsInNjYWxlIjoxfV0/80b90b6b94/Reroll2x2A.png"},{"id":"prime-chaotic-resonator","text":"\u5a01\u80fd\u6df7\u4e71\u5171\u632f\u5668","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngyQyIsInNjYWxlIjoxfV0/c624d45072/Reroll2x2C.png"}]},{"id":"DelveFossils","label":"\u5730\u5fc3\u5316\u77f3","entries":[{"id":"scorched-fossil","text":"\u70bd\u708e\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQW1iZXJGaXJlRmx5Iiwic2NhbGUiOjF9XQ/0954934026/AmberFireFly.png"},{"id":"frigid-fossil","text":"\u51b0\u51bd\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQW1iZXJGYW5nIiwic2NhbGUiOjF9XQ/2e63199a3e/AmberFang.png"},{"id":"metallic-fossil","text":"\u91d1\u5c5e\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvTWV0YWxsaWNGb3NzaWwiLCJzY2FsZSI6MX1d/5a8a5bd1b1/MetallicFossil.png"},{"id":"jagged-fossil","text":"\u952f\u9f7f\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvSmFnZ2VkRm9zc2lsIiwic2NhbGUiOjF9XQ/ca9c17d7d9/JaggedFossil.png"},{"id":"aberrant-fossil","text":"\u7578\u53d8\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQWJiZXJhbnRGb3NzaWwiLCJzY2FsZSI6MX1d/0ebc664beb/AbberantFossil.png"},{"id":"pristine-fossil","text":"\u539f\u59cb\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUHJpc3RpbmVGb3NzaWwiLCJzY2FsZSI6MX1d/bc91a1b44b/PristineFossil.png"},{"id":"dense-fossil","text":"\u81f4\u5bc6\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRGVuc2VGb3NzaWwiLCJzY2FsZSI6MX1d/ac39aaf3cd/DenseFossil.png"},{"id":"corroded-fossil","text":"\u8150\u8680\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQ29ycm9kZWRGb3NzaWwiLCJzY2FsZSI6MX1d/7578bf6bab/CorrodedFossil.png"},{"id":"prismatic-fossil","text":"\u4e94\u5f69\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUHJpc21hdGljRm9zc2lsIiwic2NhbGUiOjF9XQ/af5347946f/PrismaticFossil.png"},{"id":"aetheric-fossil","text":"\u4ee5\u592a\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQWV0aGVyaWNGb3NzaWwiLCJzY2FsZSI6MX1d/4c874e6fa9/AethericFossil.png"},{"id":"serrated-fossil","text":"\u72fc\u7259\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvU2VycmF0ZWRGb3NzaWwiLCJzY2FsZSI6MX1d/227ff121c8/SerratedFossil.png"},{"id":"lucent-fossil","text":"\u900f\u5149\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvTHVjZW50Rm9zc2lsIiwic2NhbGUiOjF9XQ/0cf6de72d4/LucentFossil.png"},{"id":"shuddering-fossil","text":"\u9707\u98a4\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvU2h1ZGRlcmluZ0Zvc3NpbCIsInNjYWxlIjoxfV0/ecd4122277/ShudderingFossil.png"},{"id":"bound-fossil","text":"\u7ed1\u7f1a\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVzb25hdGluZ0Zvc3NpbCIsInNjYWxlIjoxfV0/9db0326ecc/ResonatingFossil.png"},{"id":"perfect-fossil","text":"\u5b8c\u7f8e\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUGVyZmVjdEZvc3NpbCIsInNjYWxlIjoxfV0/f9e43ecadb/PerfectFossil.png"},{"id":"deft-fossil","text":"\u673a\u5de7\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRW5jaGFudGVkRm9zc2lsIiwic2NhbGUiOjF9XQ/299ee9bcb8/EnchantedFossil.png"},{"id":"fundamental-fossil","text":"\u6839\u57fa\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRW5jcnVzdGVkRm9zc2lsIiwic2NhbGUiOjF9XQ/17b85500f2/EncrustedFossil.png"},{"id":"faceted-fossil","text":"\u68f1\u9762\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRmFjZXRlZEZvc3NpbCIsInNjYWxlIjoxfV0/473889cafb/FacetedFossil.png"},{"id":"bloodstained-fossil","text":"\u6e85\u8840\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQmxvb2RzdGFpbmVkRm9zc2lsIiwic2NhbGUiOjF9XQ/91236983e9/BloodstainedFossil.png"},{"id":"hollow-fossil","text":"\u9542\u7a7a\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQW1iZXJFeWUiLCJzY2FsZSI6MX1d/542a2b7b0a/AmberEye.png"},{"id":"fractured-fossil","text":"\u5206\u88c2\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRnJhY3R1cmVkRm9zc2lsIiwic2NhbGUiOjF9XQ/328d2256ce/FracturedFossil.png"},{"id":"glyphic-fossil","text":"\u96d5\u523b\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvR2x5cGhpY0Zvc3NpbCIsInNjYWxlIjoxfV0/3e6fb90b9d/GlyphicFossil.png"},{"id":"tangled-fossil","text":"\u7ea0\u7f20\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVGFuZ2xlZEZvc3NpbCIsInNjYWxlIjoxfV0/b96bdfe155/TangledFossil.png"},{"id":"sanctified-fossil","text":"\u5723\u6d01\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvR2lsZGVkRm9zc2lsIiwic2NhbGUiOjF9XQ/fc2d3fdf51/GildedFossil.png"},{"id":"gilded-fossil","text":"\u9576\u91d1\u5316\u77f3","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvU2FuY3RpZmllZEZvc3NpbCIsInNjYWxlIjoxfV0/7240f907f2/SanctifiedFossil.png"}]},{"id":"Essences","label":"\u7cbe\u534e","entries":[{"id":"whispering-essence-of-hatred","text":"\u618e\u6068\u4e4b\u4f4e\u8bed\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQxIiwic2NhbGUiOjF9XQ/b22aed8024/Hatred1.png"},{"id":"muttering-essence-of-hatred","text":"\u618e\u6068\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQyIiwic2NhbGUiOjF9XQ/cb37284b43/Hatred2.png"},{"id":"weeping-essence-of-hatred","text":"\u618e\u6068\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQzIiwic2NhbGUiOjF9XQ/27bb7480f9/Hatred3.png"},{"id":"wailing-essence-of-hatred","text":"\u618e\u6068\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQ0Iiwic2NhbGUiOjF9XQ/7bc001e2dd/Hatred4.png"},{"id":"screaming-essence-of-hatred","text":"\u618e\u6068\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQ1Iiwic2NhbGUiOjF9XQ/79d7666969/Hatred5.png"},{"id":"shrieking-essence-of-hatred","text":"\u618e\u6068\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQ2Iiwic2NhbGUiOjF9XQ/f55a53e6f4/Hatred6.png"},{"id":"deafening-essence-of-hatred","text":"\u618e\u6068\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9IYXRyZWQ3Iiwic2NhbGUiOjF9XQ/a69c5c06cc/Hatred7.png"},{"id":"whispering-essence-of-woe","text":"\u60b2\u75db\u4e4b\u4f4e\u8bed\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2UxIiwic2NhbGUiOjF9XQ/bccf321620/Woe1.png"},{"id":"muttering-essence-of-woe","text":"\u60b2\u75db\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2UyIiwic2NhbGUiOjF9XQ/de9769c922/Woe2.png"},{"id":"weeping-essence-of-woe","text":"\u60b2\u75db\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2UzIiwic2NhbGUiOjF9XQ/982d6149c8/Woe3.png"},{"id":"wailing-essence-of-woe","text":"\u60b2\u75db\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2U0Iiwic2NhbGUiOjF9XQ/7d06629499/Woe4.png"},{"id":"screaming-essence-of-woe","text":"\u60b2\u75db\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2U1Iiwic2NhbGUiOjF9XQ/685579dedd/Woe5.png"},{"id":"shrieking-essence-of-woe","text":"\u60b2\u75db\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2U2Iiwic2NhbGUiOjF9XQ/89ba32200e/Woe6.png"},{"id":"deafening-essence-of-woe","text":"\u60b2\u75db\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Xb2U3Iiwic2NhbGUiOjF9XQ/6bb5af5409/Woe7.png"},{"id":"whispering-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u4f4e\u8bed\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDEiLCJzY2FsZSI6MX1d/e2fe787fba/Greed1.png"},{"id":"muttering-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDIiLCJzY2FsZSI6MX1d/66dcbcfe6c/Greed2.png"},{"id":"weeping-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDMiLCJzY2FsZSI6MX1d/4b4549da17/Greed3.png"},{"id":"wailing-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDQiLCJzY2FsZSI6MX1d/a390d6d853/Greed4.png"},{"id":"screaming-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDUiLCJzY2FsZSI6MX1d/f78130ca89/Greed5.png"},{"id":"shrieking-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDYiLCJzY2FsZSI6MX1d/ec10f707ab/Greed6.png"},{"id":"deafening-essence-of-greed","text":"\u8d2a\u5a6a\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVlZDciLCJzY2FsZSI6MX1d/9d7e9a3b11/Greed7.png"},{"id":"whispering-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u4f4e\u8bed\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDEiLCJzY2FsZSI6MX1d/20e306f652/Contempt1.png"},{"id":"muttering-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDIiLCJzY2FsZSI6MX1d/13a5416e7b/Contempt2.png"},{"id":"weeping-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDMiLCJzY2FsZSI6MX1d/843175cf8e/Contempt3.png"},{"id":"wailing-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDQiLCJzY2FsZSI6MX1d/8ab6b81ea8/Contempt4.png"},{"id":"screaming-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDUiLCJzY2FsZSI6MX1d/57f3c59876/Contempt5.png"},{"id":"shrieking-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDYiLCJzY2FsZSI6MX1d/fd0dfb89ba/Contempt6.png"},{"id":"deafening-essence-of-contempt","text":"\u8f7b\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db250ZW1wdDciLCJzY2FsZSI6MX1d/b8be130237/Contempt7.png"},{"id":"muttering-essence-of-sorrow","text":"\u54c0\u60dc\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Tb3Jyb3cyIiwic2NhbGUiOjF9XQ/d4fa234cf8/Sorrow2.png"},{"id":"weeping-essence-of-sorrow","text":"\u54c0\u60dc\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Tb3Jyb3czIiwic2NhbGUiOjF9XQ/93f2e30be4/Sorrow3.png"},{"id":"wailing-essence-of-sorrow","text":"\u54c0\u60dc\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Tb3Jyb3c0Iiwic2NhbGUiOjF9XQ/3264cd0f60/Sorrow4.png"},{"id":"screaming-essence-of-sorrow","text":"\u54c0\u60dc\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Tb3Jyb3c1Iiwic2NhbGUiOjF9XQ/c4e14310c9/Sorrow5.png"},{"id":"shrieking-essence-of-sorrow","text":"\u54c0\u60dc\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Tb3Jyb3c2Iiwic2NhbGUiOjF9XQ/33a6bbf50d/Sorrow6.png"},{"id":"deafening-essence-of-sorrow","text":"\u54c0\u60dc\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Tb3Jyb3c3Iiwic2NhbGUiOjF9XQ/db24a92da3/Sorrow7.png"},{"id":"muttering-essence-of-anger","text":"\u6124\u6012\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BbmdlcjIiLCJzY2FsZSI6MX1d/3963f7ecaf/Anger2.png"},{"id":"weeping-essence-of-anger","text":"\u6124\u6012\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BbmdlcjMiLCJzY2FsZSI6MX1d/d873f23914/Anger3.png"},{"id":"wailing-essence-of-anger","text":"\u6124\u6012\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BbmdlcjQiLCJzY2FsZSI6MX1d/193cf26944/Anger4.png"},{"id":"screaming-essence-of-anger","text":"\u6124\u6012\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BbmdlcjUiLCJzY2FsZSI6MX1d/495b51bb22/Anger5.png"},{"id":"shrieking-essence-of-anger","text":"\u6124\u6012\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BbmdlcjYiLCJzY2FsZSI6MX1d/e3c71c9c4d/Anger6.png"},{"id":"deafening-essence-of-anger","text":"\u6124\u6012\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BbmdlcjciLCJzY2FsZSI6MX1d/4af31038e6/Anger7.png"},{"id":"muttering-essence-of-torment","text":"\u6298\u78e8\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ub3JtZW50MiIsInNjYWxlIjoxfV0/e2ca4c066f/Torment2.png"},{"id":"weeping-essence-of-torment","text":"\u6298\u78e8\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ub3JtZW50MyIsInNjYWxlIjoxfV0/437e50ebd4/Torment3.png"},{"id":"wailing-essence-of-torment","text":"\u6298\u78e8\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ub3JtZW50NCIsInNjYWxlIjoxfV0/7f54171175/Torment4.png"},{"id":"screaming-essence-of-torment","text":"\u6298\u78e8\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ub3JtZW50NSIsInNjYWxlIjoxfV0/46f5990204/Torment5.png"},{"id":"shrieking-essence-of-torment","text":"\u6298\u78e8\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ub3JtZW50NiIsInNjYWxlIjoxfV0/fba7f2005f/Torment6.png"},{"id":"deafening-essence-of-torment","text":"\u6298\u78e8\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ub3JtZW50NyIsInNjYWxlIjoxfV0/4c9779fe15/Torment7.png"},{"id":"muttering-essence-of-fear","text":"\u6050\u60e7\u4e4b\u5462\u5583\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GZWFyMiIsInNjYWxlIjoxfV0/e65af458a0/Fear2.png"},{"id":"weeping-essence-of-fear","text":"\u6050\u60e7\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GZWFyMyIsInNjYWxlIjoxfV0/9d1b4909f4/Fear3.png"},{"id":"wailing-essence-of-fear","text":"\u6050\u60e7\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GZWFyNCIsInNjYWxlIjoxfV0/f5a9ea67a9/Fear4.png"},{"id":"screaming-essence-of-fear","text":"\u6050\u60e7\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GZWFyNSIsInNjYWxlIjoxfV0/1032005927/Fear5.png"},{"id":"shrieking-essence-of-fear","text":"\u6050\u60e7\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GZWFyNiIsInNjYWxlIjoxfV0/f5a1ac133b/Fear6.png"},{"id":"deafening-essence-of-fear","text":"\u6050\u60e7\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GZWFyNyIsInNjYWxlIjoxfV0/0b0dcd4320/Fear7.png"},{"id":"weeping-essence-of-suffering","text":"\u82e6\u96be\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TdWZmZXJpbmczIiwic2NhbGUiOjF9XQ/2f8350590a/Suffering3.png"},{"id":"wailing-essence-of-suffering","text":"\u82e6\u96be\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TdWZmZXJpbmc0Iiwic2NhbGUiOjF9XQ/98885460cb/Suffering4.png"},{"id":"screaming-essence-of-suffering","text":"\u82e6\u96be\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TdWZmZXJpbmc1Iiwic2NhbGUiOjF9XQ/08db350c33/Suffering5.png"},{"id":"shrieking-essence-of-suffering","text":"\u82e6\u96be\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TdWZmZXJpbmc2Iiwic2NhbGUiOjF9XQ/521d87c5a2/Suffering6.png"},{"id":"deafening-essence-of-suffering","text":"\u82e6\u96be\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TdWZmZXJpbmc3Iiwic2NhbGUiOjF9XQ/e48c276341/Suffering7.png"},{"id":"weeping-essence-of-rage","text":"\u8086\u8650\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9SYWdlMyIsInNjYWxlIjoxfV0/7e03c21483/Rage3.png"},{"id":"wailing-essence-of-rage","text":"\u8086\u8650\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9SYWdlNCIsInNjYWxlIjoxfV0/c5fa73b85f/Rage4.png"},{"id":"screaming-essence-of-rage","text":"\u8086\u8650\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9SYWdlNSIsInNjYWxlIjoxfV0/e59a378e12/Rage5.png"},{"id":"shrieking-essence-of-rage","text":"\u8086\u8650\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9SYWdlNiIsInNjYWxlIjoxfV0/387d05ebf5/Rage6.png"},{"id":"deafening-essence-of-rage","text":"\u8086\u8650\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9SYWdlNyIsInNjYWxlIjoxfV0/6567f7bb78/Rage7.png"},{"id":"weeping-essence-of-wrath","text":"\u96f7\u9706\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9XcmF0aDMiLCJzY2FsZSI6MX1d/6d2ea95b65/Wrath3.png"},{"id":"wailing-essence-of-wrath","text":"\u96f7\u9706\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9XcmF0aDQiLCJzY2FsZSI6MX1d/24ec8dd88b/Wrath4.png"},{"id":"screaming-essence-of-wrath","text":"\u96f7\u9706\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9XcmF0aDUiLCJzY2FsZSI6MX1d/47601c9382/Wrath5.png"},{"id":"shrieking-essence-of-wrath","text":"\u96f7\u9706\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9XcmF0aDYiLCJzY2FsZSI6MX1d/792a6dca01/Wrath6.png"},{"id":"deafening-essence-of-wrath","text":"\u96f7\u9706\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9XcmF0aDciLCJzY2FsZSI6MX1d/c2d8ad83fc/Wrath7.png"},{"id":"weeping-essence-of-doubt","text":"\u7591\u60d1\u4e4b\u557c\u6ce3\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Eb3VidDMiLCJzY2FsZSI6MX1d/f4e471aadd/Doubt3.png"},{"id":"wailing-essence-of-doubt","text":"\u7591\u60d1\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Eb3VidDQiLCJzY2FsZSI6MX1d/b9bda2f648/Doubt4.png"},{"id":"screaming-essence-of-doubt","text":"\u7591\u60d1\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Eb3VidDUiLCJzY2FsZSI6MX1d/3411e349a4/Doubt5.png"},{"id":"shrieking-essence-of-doubt","text":"\u7591\u60d1\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Eb3VidDYiLCJzY2FsZSI6MX1d/6972865109/Doubt6.png"},{"id":"deafening-essence-of-doubt","text":"\u7591\u60d1\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Eb3VidDciLCJzY2FsZSI6MX1d/663b299868/Doubt7.png"},{"id":"wailing-essence-of-anguish","text":"\u714e\u71ac\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Bbmd1aXNoNCIsInNjYWxlIjoxfV0/b0116a21e3/Anguish4.png"},{"id":"screaming-essence-of-anguish","text":"\u714e\u71ac\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Bbmd1aXNoNSIsInNjYWxlIjoxfV0/f1577676f8/Anguish5.png"},{"id":"shrieking-essence-of-anguish","text":"\u714e\u71ac\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Bbmd1aXNoNiIsInNjYWxlIjoxfV0/080db712a7/Anguish6.png"},{"id":"deafening-essence-of-anguish","text":"\u714e\u71ac\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Bbmd1aXNoNyIsInNjYWxlIjoxfV0/b7bb2fa059/Anguish7.png"},{"id":"wailing-essence-of-loathing","text":"\u538c\u6076\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Mb2F0aGluZzQiLCJzY2FsZSI6MX1d/77278edd37/Loathing4.png"},{"id":"screaming-essence-of-loathing","text":"\u538c\u6076\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Mb2F0aGluZzUiLCJzY2FsZSI6MX1d/b72c845694/Loathing5.png"},{"id":"shrieking-essence-of-loathing","text":"\u538c\u6076\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Mb2F0aGluZzYiLCJzY2FsZSI6MX1d/7ffe10ffb7/Loathing6.png"},{"id":"deafening-essence-of-loathing","text":"\u538c\u6076\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Mb2F0aGluZzciLCJzY2FsZSI6MX1d/67a47325e8/Loathing7.png"},{"id":"wailing-essence-of-spite","text":"\u523b\u6bd2\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TcGl0ZTQiLCJzY2FsZSI6MX1d/b0d6219d6b/Spite4.png"},{"id":"screaming-essence-of-spite","text":"\u523b\u6bd2\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TcGl0ZTUiLCJzY2FsZSI6MX1d/5e2c82ccb4/Spite5.png"},{"id":"shrieking-essence-of-spite","text":"\u523b\u6bd2\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TcGl0ZTYiLCJzY2FsZSI6MX1d/4afdf2e61f/Spite6.png"},{"id":"deafening-essence-of-spite","text":"\u523b\u6bd2\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TcGl0ZTciLCJzY2FsZSI6MX1d/c26296fbeb/Spite7.png"},{"id":"wailing-essence-of-zeal","text":"\u70ed\u60c5\u4e4b\u54c0\u568e\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9aZWFsNCIsInNjYWxlIjoxfV0/a4af1958b7/Zeal4.png"},{"id":"screaming-essence-of-zeal","text":"\u70ed\u60c5\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9aZWFsNSIsInNjYWxlIjoxfV0/27f4023314/Zeal5.png"},{"id":"shrieking-essence-of-zeal","text":"\u70ed\u60c5\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9aZWFsNiIsInNjYWxlIjoxfV0/e949dfa6e3/Zeal6.png"},{"id":"deafening-essence-of-zeal","text":"\u70ed\u60c5\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9aZWFsNyIsInNjYWxlIjoxfV0/27ff3b63ea/Zeal7.png"},{"id":"screaming-essence-of-misery","text":"\u51c4\u60e8\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9NaXNlcnk1Iiwic2NhbGUiOjF9XQ/f9d69650b9/Misery5.png"},{"id":"shrieking-essence-of-misery","text":"\u51c4\u60e8\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9NaXNlcnk2Iiwic2NhbGUiOjF9XQ/00f76e01d2/Misery6.png"},{"id":"deafening-essence-of-misery","text":"\u51c4\u60e8\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9NaXNlcnk3Iiwic2NhbGUiOjF9XQ/a86e9a3359/Misery7.png"},{"id":"screaming-essence-of-dread","text":"\u5fcc\u60ee\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9EcmVhZDUiLCJzY2FsZSI6MX1d/089502a0ef/Dread5.png"},{"id":"shrieking-essence-of-dread","text":"\u5fcc\u60ee\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9EcmVhZDYiLCJzY2FsZSI6MX1d/7a5c6cc4be/Dread6.png"},{"id":"deafening-essence-of-dread","text":"\u5fcc\u60ee\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9EcmVhZDciLCJzY2FsZSI6MX1d/5f5d022b78/Dread7.png"},{"id":"screaming-essence-of-scorn","text":"\u50b2\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TY29ybjUiLCJzY2FsZSI6MX1d/0325ed7212/Scorn5.png"},{"id":"shrieking-essence-of-scorn","text":"\u50b2\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TY29ybjYiLCJzY2FsZSI6MX1d/e168e93dcc/Scorn6.png"},{"id":"deafening-essence-of-scorn","text":"\u50b2\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TY29ybjciLCJzY2FsZSI6MX1d/ac4ec5f480/Scorn7.png"},{"id":"screaming-essence-of-envy","text":"\u5fcc\u5992\u4e4b\u5486\u54ee\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9FbnZ5NSIsInNjYWxlIjoxfV0/19657c80a1/Envy5.png"},{"id":"shrieking-essence-of-envy","text":"\u5fcc\u5992\u4e4b\u5c16\u5578\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9FbnZ5NiIsInNjYWxlIjoxfV0/58075e71ff/Envy6.png"},{"id":"deafening-essence-of-envy","text":"\u5fcc\u5992\u4e4b\u7834\u7a7a\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9FbnZ5NyIsInNjYWxlIjoxfV0/83c7610bca/Envy7.png"},{"id":"essence-of-hysteria","text":"\u6d6e\u5938\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9UZXJyb3IxIiwic2NhbGUiOjF9XQ/10ab1f6037/Terror1.png"},{"id":"essence-of-insanity","text":"\u9519\u4e71\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9JbnNhbml0eTEiLCJzY2FsZSI6MX1d/8086f1f3e5/Insanity1.png"},{"id":"essence-of-horror","text":"\u6781\u6050\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Ib3Jyb3IxIiwic2NhbGUiOjF9XQ/8be6722c5e/Horror1.png"},{"id":"essence-of-delirium","text":"\u8c35\u5984\u7cbe\u534e","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9NYWRuZXNzMSIsInNjYWxlIjoxfV0/e7a9b32a18/Madness1.png"},{"id":"remnant-of-corruption","text":"\u9057\u5fd8\u7684\u8150\u5316\u5668\u76bf","image":"/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Fc3NlbmNlQ29ycnVwdCIsInNjYWxlIjoxfV0/e0e8a57a15/EssenceCorrupt.png"}]},{"id":"Cards","label":"\u5361\u7247","entries":[{"id":"a-chilling-wind","text":"\u4e00\u80a1\u5bd2\u98ce"},{"id":"a-dab-of-ink","text":"\u58a8\u6c34\u70b9\u6ef4"},{"id":"a-dusty-memory","text":"\u5c18\u5c01\u8bb0\u5fc6"},{"id":"a-familiar-call","text":"\u719f\u6089\u7684\u547c\u5524"},{"id":"a-fate-worse-than-death","text":"\u6bd4\u6b7b\u4ea1\u66f4\u60b2\u60e8\u7684\u547d\u8fd0"},{"id":"a-modest-request","text":"\u5fae\u672b\u7684\u8bf7\u6c42"},{"id":"a-mothers-parting-gift","text":"\u6bcd\u4eb2\u7684\u793c\u7269"},{"id":"a-note-in-the-wind","text":"\u98ce\u4e2d\u4e4b\u8bed"},{"id":"a-sea-of-blue","text":"\u851a\u84dd\u4e4b\u6d77"},{"id":"a-stone-perfected","text":"\u5b8c\u7f8e\u4e4b\u77f3"},{"id":"abandoned-wealth","text":"\u5f03\u8d22\u6c42\u751f"},{"id":"acclimatisation","text":"\u6c14\u5019\u9002\u5e94"},{"id":"akils-prophecy","text":"\u963f\u51ef\u7684\u9884\u8a00"},{"id":"alivias-grace","text":"\u827e\u8389\u8587\u5a05\u4e4b\u96c5"},{"id":"alluring-bounty","text":"\u8bf1\u4eba\u7684\u5956\u8d4f"},{"id":"alone-in-the-darkness","text":"\u9ed1\u6697\u4e2d\u72ec\u884c"},{"id":"altered-perception","text":"\u6539\u53d8\u77e5\u89c9"},{"id":"ambitious-obsession","text":"\u6267\u7740\u7684\u91ce\u5fc3"},{"id":"anarchys-price","text":"\u6df7\u4e71\u4ee3\u4ef7"},{"id":"arrogance-of-the-vaal","text":"\u74e6\u5c14\u7684\u50b2\u6162"},{"id":"assassins-favour","text":"\u6697\u5f71\u6069\u60e0"},{"id":"assassins-gift","text":"\u523a\u5ba2\u7684\u9988\u8d60"},{"id":"astral-protection","text":"\u661f\u754c\u9632\u62a4"},{"id":"atziris-arsenal","text":"\u963f\u5179\u91cc\u7684\u6b66\u5668\u5e93"},{"id":"audacity","text":"\u80c6\u8bc6"},{"id":"auspicious-ambitions","text":"\u5409\u5e86\u96c4\u5fc3"},{"id":"azure-rage","text":"\u5929\u84dd\u4e4b\u6012"},{"id":"azyrans-reward","text":"\u963f\u7956\u5170\u7684\u5956\u8d4f"},{"id":"baited-expectations","text":"\u524d\u7a0b\u7684\u8bf1\u60d1"},{"id":"beauty-through-death","text":"\u6765\u751f\u4e4b\u7f8e"},{"id":"bijoux","text":"\u5730\u644a\u8d27"},{"id":"birth-of-the-three","text":"\u4e09\u8005\u4e4b\u8bde"},{"id":"blessing-of-god","text":"\u795e\u4f51"},{"id":"blind-venture","text":"\u76f2\u9014"},{"id":"boon-of-justice","text":"\u53f8\u6cd5\u7684\u6069\u8d50"},{"id":"boon-of-the-first-ones","text":"\u5148\u7956\u8d50\u798f"},{"id":"boundless-realms","text":"\u65e0\u5c3d\u4e4b\u57df"},{"id":"bowyers-dream","text":"\u5f13\u5320\u7684\u68a6\u60f3"},{"id":"broken-promises","text":"\u7834\u706d\u4e4b\u8bfa"},{"id":"broken-truce","text":"\u7834\u788e\u4f11\u6218"},{"id":"brotherhood-in-exile","text":"\u6d41\u653e\u5144\u5f1f\u4f1a"},{"id":"brothers-gift","text":"\u5144\u5f1f\u8d50\u798f"},{"id":"brothers-stash","text":"\u5144\u5f1f\u7684\u79d8\u85cf"},{"id":"brush-paint-and-palette","text":"\u7b14\u58a8\u6a2a\u59ff"},{"id":"buried-treasure","text":"\u57cb\u846c\u7684\u5b9d\u85cf"},{"id":"burning-blood","text":"\u71c3\u70e7\u4e4b\u8840"},{"id":"call-to-the-first-ones","text":"\u8fdc\u53e4\u53ec\u5524"},{"id":"camerias-cut","text":"\u5361\u6885\u8389\u4e9a\u7684\u56de\u62a5"},{"id":"cartographers-delight","text":"\u5236\u56fe\u8005\u7684\u9752\u7750"},{"id":"chaotic-disposition","text":"\u6d51\u6c8c\u6027\u60c5"},{"id":"chasing-risk","text":"\u98ce\u9669\u8ffd\u9010"},{"id":"checkmate","text":"\u632b\u8d25"},{"id":"choking-guilt","text":"\u7a92\u606f\u6127\u759a"},{"id":"costly-curio","text":"\u65e0\u4ef7\u4e4b\u5b9d"},{"id":"council-of-cats","text":"\u732b\u54aa\u8bae\u4f1a"},{"id":"coveted-possession","text":"\u9965\u6e34\u4e4b\u5360"},{"id":"cursed-words","text":"\u6076\u8a00\u8bc5\u5492"},{"id":"dark-dreams","text":"\u9ed1\u6697\u4e4b\u68a6"},{"id":"dark-temptation","text":"\u9ed1\u6697\u7684\u5f15\u8bf1"},{"id":"darker-half","text":"\u9ed1\u6697\u534a\u9762"},{"id":"deadly-joy","text":"\u81f4\u547d\u4e4b\u6109"},{"id":"death","text":"\u6b7b\u4ea1"},{"id":"deathly-designs","text":"\u81f4\u547d\u8c0b\u5212"},{"id":"dementophobia","text":"\u6050\u9b54\u75c7"},{"id":"demigods-wager","text":"\u534a\u795e\u7684\u8d4c\u5c40"},{"id":"desecrated-virtue","text":"\u88ab\u4eb5\u6e0e\u7684\u7f8e\u5fb7"},{"id":"desperate-crusade","text":"\u7edd\u671b\u5723\u6218"},{"id":"destined-to-crumble","text":"\u6b92\u843d\u7684\u547d\u8fd0"},{"id":"diallas-subjugation","text":"\u8fbe\u62c9\u592b\u4eba\u7684\u5b9d\u77f3"},{"id":"disdain","text":"\u8511\u89c6"},{"id":"divine-beauty","text":"\u81f3\u7f8e\u5723\u5bb9"},{"id":"divine-justice","text":"\u795e\u5723\u7684\u6b63\u4e49"},{"id":"doedres-madness","text":"\u5fb7\u745e\u7ade\u4e4b\u72c2"},{"id":"doryanis-epiphany","text":"\u591a\u91cc\u4e9a\u5c3c\u7684\u542f\u8499"},{"id":"draped-in-dreams","text":"\u68a6\u4e4b\u6d9f\u6f2a"},{"id":"duality","text":"\u4e8c\u5200\u6d41"},{"id":"dying-anguish","text":"\u6d88\u901d\u4e4b\u6012"},{"id":"dying-light","text":"\u6d88\u901d\u7684\u5149\u8292"},{"id":"earth-drinker","text":"\u5927\u5730\u541e\u98df\u8005"},{"id":"echoes-of-love","text":"\u7231\u7684\u56de\u97f3"},{"id":"eldritch-perfection","text":"\u53e4\u7075\u5b8c\u6ee1"},{"id":"emperor-of-purity","text":"\u7eaf\u51c0\u5e1d\u738b"},{"id":"emperors-luck","text":"\u5e1d\u8fd0"},{"id":"endless-night","text":"\u65e0\u5c3d\u591c\u665a"},{"id":"etched-in-blood","text":"\u4ee5\u8840\u954c\u523b"},{"id":"eternal-bonds","text":"\u6c38\u6052\u7f81\u7eca"},{"id":"ever-changing","text":"\u53d8\u5e7b\u65e0\u5b9a"},{"id":"fateful-meeting","text":"\u547d\u4e2d\u6ce8\u5b9a"},{"id":"fire-of-unknown-origin","text":"\u65e0\u6839\u4e4b\u706b"},{"id":"forbidden-power","text":"\u7981\u5fcc\u4e4b\u529b"},{"id":"friendship","text":"\u53cb\u8c0a"},{"id":"from-bone-to-ashes","text":"\u4ece\u9aa8\u5230\u7070"},{"id":"further-invention","text":"\u66f4\u65b0\u53d1\u660e"},{"id":"gemcutters-mercy","text":"\u5b9d\u77f3\u5320\u7684\u4ec1\u6148"},{"id":"gemcutters-promise","text":"\u5b9d\u77f3\u5320\u7684\u5141\u8bfa"},{"id":"gift-of-asenath","text":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u9988\u8d60"},{"id":"gift-of-the-gemling-queen","text":"\u5b9d\u77f3\u7687\u540e\u7684\u8d60\u793c"},{"id":"glimmer-of-hope","text":"\u5e0c\u671b\u5fae\u5149"},{"id":"grave-knowledge","text":"\u4ea1\u7075\u667a\u6167"},{"id":"guardians-challenge","text":"\u5b88\u536b\u7684\u6311\u6218"},{"id":"harmony-of-souls","text":"\u9b42\u4e4b\u548c\u8c10"},{"id":"haunting-shadows","text":"\u5e7d\u5f71\u7ea0\u7f20"},{"id":"her-mask","text":"\u5979\u7684\u9762\u5177"},{"id":"heterochromia","text":"\u9634\u9633\u773c"},{"id":"home","text":"\u5bb6\u56ed"},{"id":"hope-card","text":"\u5e0c\u671b"},{"id":"house-of-mirrors","text":"\u660e\u955c"},{"id":"hubris","text":"\u72c2\u5984"},{"id":"humility","text":"\u8c26\u900a"},{"id":"hunters-resolve","text":"\u730e\u8005\u4e4b\u613f"},{"id":"hunters-reward","text":"\u730e\u4eba\u7684\u5956\u8d4f"},{"id":"i-see-brothers","text":"\u5144\u5f1f\u4e4b\u5bb9"},{"id":"immortal-resolve","text":"\u4e0d\u673d\u51b3\u5fc3"},{"id":"imperfect-memories","text":"\u4e0d\u5b8c\u7f8e\u7684\u56de\u5fc6"},{"id":"imperial-legacy","text":"\u5e1d\u56fd\u7684\u9057\u4ea7"},{"id":"jack-in-the-box","text":"\u60ca\u559c\u76d2"},{"id":"judging-voices","text":"\u5ba1\u5224\u4e4b\u97f3"},{"id":"justified-ambition","text":"\u5fd7\u5411\u9ad8\u8fdc"},{"id":"keepers-corruption","text":"\u5b88\u62a4\u8005\u4e4b\u8150"},{"id":"lachrymal-necrosis","text":"\u6cea\u817a\u574f\u6b7b"},{"id":"lantadors-lost-love","text":"\u5170\u5854\u6735\u8ff7\u60d8\u4e4b\u7231"},{"id":"last-hope","text":"\u6700\u540e\u5e0c\u671b"},{"id":"left-to-fate","text":"\u542c\u5929\u7531\u547d"},{"id":"lethean-temptation","text":"\u9057\u5fd8\u8bf1\u60d1"},{"id":"light-and-truth","text":"\u5149\u4e0e\u771f\u5b9e"},{"id":"lingering-remnants","text":"\u7a0d\u7eb5\u5373\u901d"},{"id":"lost-worlds","text":"\u5931\u843d\u5e1d\u56fd"},{"id":"love-through-ice","text":"\u8de8\u51b0\u4e4b\u604b"},{"id":"loyalty","text":"\u5fe0\u8bda"},{"id":"luck-of-the-vaal","text":"\u74e6\u5c14\u7684\u7737\u987e"},{"id":"lucky-connections","text":"\u597d\u8fd0\u8fde\u8fde"},{"id":"lucky-deck","text":"\u547d\u8fd0\u5782\u9752"},{"id":"luminous-trove","text":"\u9503\u4eae\u7684\u5b9d\u7bb1"},{"id":"lysahs-respite","text":"\u8389\u838e\u4e4b\u606f"},{"id":"magnum-opus","text":"\u4ee3\u8868\u4f5c"},{"id":"man-with-bear","text":"\u4eba\u718a\u5408\u4e00"},{"id":"matryoshka","text":"\u5957\u5a03"},{"id":"mawr-blaidd","text":"\u72fc\u4e4b\u4fe1\u7269"},{"id":"merciless-armament","text":"\u65e0\u60c5\u519b\u68b0"},{"id":"might-is-right","text":"\u6b63\u6c14"},{"id":"misery-in-darkness","text":"\u9ed1\u6697\u4e4b\u82e6"},{"id":"mitts","text":"\u9732\u6307\u624b\u5957"},{"id":"monochrome","text":"\u9ed1\u767d\u4e16\u754c"},{"id":"more-is-never-enough","text":"\u6c38\u4e0d\u77e5\u8db3"},{"id":"no-traces","text":"\u65e0\u8ff9\u53ef\u5bfb"},{"id":"nooks-crown","text":"\u8bfa\u514b\u4e4b\u51a0"},{"id":"parasitic-passengers","text":"\u5bc4\u751f\u5ba2"},{"id":"peaceful-moments","text":"\u5b89\u5b81\u4e4b\u65f6"},{"id":"perfection","text":"\u81f3\u81fb\u5b8c\u7f8e"},{"id":"poisoned-faith","text":"\u6bd2\u6d78\u4fe1\u4ef0"},{"id":"prejudice","text":"\u6210\u89c1"},{"id":"pride-before-the-fall","text":"\u9a84\u8005\u5fc5\u8d25"},{"id":"pride-of-the-first-ones","text":"\u5148\u7956\u7684\u4ee3\u4ef7"},{"id":"prometheus-armoury","text":"\u666e\u7f57\u7c73\u4fee\u65af\u4e4b\u5907"},{"id":"prosperity","text":"\u5174\u76db"},{"id":"rain-of-chaos","text":"\u6df7\u6c8c\u4e4b\u96e8"},{"id":"rain-tempter","text":"\u8bf1\u60d1\u4e4b\u96e8"},{"id":"rats","text":"\u9f20\u8f88"},{"id":"rebirth","text":"\u91cd\u751f"},{"id":"rebirth-and-renewal","text":"\u91cd\u751f\u4e0e\u65b0\u751f"},{"id":"reckless-ambition","text":"\u83bd\u649e\u7684\u91ce\u5fc3"},{"id":"remembrance","text":"\u94ed\u8bb0"},{"id":"sambodhis-vow","text":"\u8428\u535a\u8f9b\u7684\u8a93\u8a00"},{"id":"sambodhis-wisdom","text":"\u8428\u535a\u8f9b\u4e4b\u667a"},{"id":"scholar-of-the-seas","text":"\u6d77\u6d0b\u5b66\u8005"},{"id":"seven-years-bad-luck","text":"\u4e03\u5e74\u5384\u8fd0"},{"id":"shard-of-fate","text":"\u547d\u8fd0\u4e4b\u6676"},{"id":"silence-and-frost","text":"\u6b7b\u5bc2\u4e25\u51ac"},{"id":"societys-remorse","text":"\u793e\u56e2\u4e4b\u6094"},{"id":"something-dark","text":"\u9ed1\u6697\u4e4b\u7269"},{"id":"soul-quenched","text":"\u7075\u9b42\u6dec\u706b"},{"id":"squandered-prosperity","text":"\u6325\u970d\u65e0\u5ea6"},{"id":"struck-by-lightning","text":"\u96f7\u5288"},{"id":"succor-of-the-sinless","text":"\u65e0\u7f6a\u4e4b\u63f4"},{"id":"terrible-secret-of-space","text":"\u6d2a\u8352\u79d8\u8f9b"},{"id":"the-academic","text":"\u5b66\u9662\u6d3e"},{"id":"the-admirer","text":"\u4ef0\u6155\u8005"},{"id":"the-adventuring-spirit","text":"\u5192\u9669\u7cbe\u795e"},{"id":"the-aesthete","text":"\u5927\u827a\u672f\u5bb6"},{"id":"the-apothecary","text":"\u836f\u5242\u5e08"},{"id":"the-archmages-right-hand","text":"\u5927\u6cd5\u5e08\u7684\u53f3\u624b"},{"id":"the-arena-champion","text":"\u7ade\u6280\u573a\u51a0\u519b"},{"id":"the-army-of-blood","text":"\u9c9c\u8840\u5927\u519b"},{"id":"the-artist","text":"\u827a\u8005"},{"id":"the-aspirant","text":"\u96c4\u5fc3"},{"id":"the-astromancer","text":"\u661f\u8c61\u5b66\u5bb6"},{"id":"the-avenger","text":"\u590d\u4ec7\u8005"},{"id":"the-awakened","text":"\u89c9\u9192"},{"id":"the-bargain","text":"\u4ea4\u6613"},{"id":"the-battle-born","text":"\u6218\u706b\u953b\u9020"},{"id":"the-bear-woman","text":"\u718a\u5973"},{"id":"the-beast","text":"\u72c2\u517d"},{"id":"the-betrayal","text":"\u80cc\u53db"},{"id":"the-bitter-blossom","text":"\u731b\u70c8\u7efd\u653e"},{"id":"the-blazing-fire","text":"\u707c\u70ed\u4e4b\u706b"},{"id":"the-blessing-of-moosh","text":"\u7a46\u5e0c\u4fdd\u4f51"},{"id":"the-body","text":"\u8840\u8089\u4e4b\u8eaf"},{"id":"the-bones","text":"\u9ab8\u9aa8"},{"id":"the-brawny-battle-mage","text":"\u5f3a\u58ee\u7684\u6218\u6597\u6cd5\u5e08"},{"id":"the-breach","text":"\u88c2\u9699"},{"id":"the-brittle-emperor","text":"\u67af\u9aa8\u7687\u5e1d"},{"id":"the-cache","text":"\u5bc6\u85cf"},{"id":"the-cacophony","text":"\u4e0d\u534f\u4e4b\u97f3"},{"id":"the-calling","text":"\u8d8a\u754c\u7684\u547c\u5524"},{"id":"the-card-sharp","text":"\u795e\u6069\u4e4b\u8d50"},{"id":"the-carrion-crow","text":"\u98df\u8150\u63a0\u9e26"},{"id":"the-cartographer","text":"\u5236\u56fe\u5e08"},{"id":"the-cataclysm","text":"\u5de8\u53d8"},{"id":"the-catalyst","text":"\u707e\u53d8"},{"id":"the-catch","text":"\u9690\u60c5"},{"id":"the-celestial-justicar","text":"\u5929\u5802\u6267\u6cd5\u5b98"},{"id":"the-celestial-stone","text":"\u5929\u5802\u4e4b\u77f3"},{"id":"the-chains-that-bind","text":"\u675f\u7f1a\u4e4b\u70bc"},{"id":"the-cheater","text":"\u51fa\u8001\u5343"},{"id":"the-chosen","text":"\u5929\u9009"},{"id":"the-coming-storm","text":"\u98ce\u66b4\u6765\u88ad"},{"id":"the-conduit","text":"\u96f7\u9488"},{"id":"the-craving","text":"\u6e34\u6c42"},{"id":"the-cursed-king","text":"\u8bc5\u5492\u4e4b\u738b"},{"id":"the-damned","text":"\u5492\u8bc5\u4e4b\u7075"},{"id":"the-dapper-prodigy","text":"\u6781\u81f4\u4e0d\u51e1"},{"id":"the-dark-mage","text":"\u9ed1\u6697\u672f\u8005"},{"id":"the-darkest-dream","text":"\u6df1\u6df1\u9ed1\u68a6"},{"id":"the-deal","text":"\u4e70\u5356"},{"id":"the-deceiver","text":"\u72e1\u5f92"},{"id":"the-deep-ones","text":"\u6df1\u6e0a\u4e4b\u5b50"},{"id":"the-demon","text":"\u6076\u9b54"},{"id":"the-demoness","text":"\u9b45\u9b54"},{"id":"the-destination","text":"\u76ee\u7684\u5730"},{"id":"the-devastator","text":"\u8e42\u8e8f\u4e4b\u738b"},{"id":"the-doctor","text":"\u75af\u533b"},{"id":"the-doppelganger","text":"\u5080\u5121"},{"id":"the-dragon","text":"\u5de8\u9f99"},{"id":"the-dragons-heart","text":"\u9f99\u4e4b\u5fc3"},{"id":"the-dreamer","text":"\u8ffd\u68a6\u8005"},{"id":"the-dreamland","text":"\u68a6\u5883"},{"id":"the-drunken-aristocrat","text":"\u9152\u9189\u8d35\u65cf"},{"id":"the-dungeon-master","text":"\u5730\u4e0b\u57ce\u5927\u5e08"},{"id":"the-easy-stroll","text":"\u8f7b\u677e\u6f2b\u6b65"},{"id":"the-eldritch-decay","text":"\u88c2\u754c\u4e4b\u6b87"},{"id":"the-emptiness","text":"\u4e07\u4e8b\u7686\u7a7a"},{"id":"the-encroaching-darkness","text":"\u9ed1\u6697\u6765\u72af"},{"id":"the-endless-darkness","text":"\u65e0\u5c3d\u9ed1\u6697"},{"id":"the-endurance","text":"\u8010\u4e45\u8005"},{"id":"the-enforcer","text":"\u6267\u884c\u5b98"},{"id":"the-enlightened","text":"\u667a\u6167\u542f\u8499"},{"id":"the-enthusiasts","text":"\u53e4\u9053\u70ed\u80a0"},{"id":"the-escape","text":"\u9003\u4ea1"},{"id":"the-eternal-war","text":"\u6c38\u6052\u4e4b\u6218"},{"id":"the-ethereal","text":"\u7a7a\u7075"},{"id":"the-explorer","text":"\u63a2\u9669\u5bb6"},{"id":"the-eye-of-terror","text":"\u6050\u6016\u4e4b\u773c"},{"id":"the-eye-of-the-dragon","text":"\u9f99\u4e4b\u773c"},{"id":"the-fathomless-depths","text":"\u65e0\u5c3d\u6df1\u6e0a"},{"id":"the-feast","text":"\u76db\u5bb4"},{"id":"the-fiend","text":"\u52a3\u9b54"},{"id":"the-finishing-touch","text":"\u7ec8\u7ed3\u4e00\u89e6"},{"id":"the-fishmonger","text":"\u9c7c\u8d29"},{"id":"the-fletcher","text":"\u5236\u7bad\u8005"},{"id":"the-floras-gift","text":"\u8299\u52b3\u62c9\u7684\u8d60\u793c"},{"id":"the-fool","text":"\u611a\u4eba"},{"id":"the-forgotten-treasure","text":"\u88ab\u9057\u5fd8\u7684\u5b9d\u85cf"},{"id":"the-formless-sea","text":"\u65e0\u8ff9\u4e4b\u6d77"},{"id":"the-forsaken","text":"\u9057\u5f03\u4e4b\u7269"},{"id":"the-fortunate","text":"\u5782\u9752\u4e4b\u8fd0"},{"id":"the-forward-gaze","text":"\u653e\u8fdc\u76ee\u5149"},{"id":"the-fox","text":"\u72e1\u72d0"},{"id":"the-fox-in-the-brambles","text":"\u8346\u6797\u4e4b\u72d0"},{"id":"the-gambler","text":"\u8d4c\u5f92"},{"id":"the-garish-power","text":"\u70ab\u8000\u4e4b\u529b"},{"id":"the-gemcutter","text":"\u73e0\u5b9d\u5320"},{"id":"the-gentleman","text":"\u7ec5\u58eb\u4e4b\u98ce"},{"id":"the-gladiator","text":"\u6597\u58eb"},{"id":"the-golden-era","text":"\u9ec4\u91d1\u7eaa\u5143"},{"id":"the-greatest-intentions","text":"\u81f3\u9ad8\u4e4b\u613f"},{"id":"the-gulf","text":"\u5929\u4eba\u6c38\u9694"},{"id":"the-hale-heart","text":"\u58ee\u5fc3\u4e0d\u5df2"},{"id":"the-harvester","text":"\u6536\u5272\u8005"},{"id":"the-hermit","text":"\u9690\u58eb"},{"id":"the-heroic-shot","text":"\u82f1\u52c7\u6253\u51fb"},{"id":"the-hive-of-knowledge","text":"\u77e5\u8bc6\u4e4b\u5de2"},{"id":"the-hoarder","text":"\u5b9d\u7bb1"},{"id":"the-hook","text":"\u94a9\u5b50"},{"id":"the-hunger","text":"\u9965\u997f"},{"id":"the-immortal","text":"\u6c38\u6052\u4e0d\u673d"},{"id":"the-incantation","text":"\u5492\u8bed"},{"id":"the-innocent","text":"\u65e0\u8f9c\u8005"},{"id":"the-inoculated","text":"\u79fb\u82b1\u63a5\u6728"},{"id":"the-insane-cat","text":"\u5931\u667a\u732b\u54aa"},{"id":"the-insatiable","text":"\u6c38\u4e0d\u6ee1\u8db3"},{"id":"the-inventor","text":"\u53d1\u660e\u5bb6"},{"id":"the-jester","text":"\u5c0f\u4e11"},{"id":"the-jewellers-boon","text":"\u73e0\u5b9d\u5320\u7684\u798f\u7949"},{"id":"the-journalist","text":"\u72d7\u4ed4\u961f"},{"id":"the-journey","text":"\u65c5\u7a0b"},{"id":"the-kings-blade","text":"\u738b\u8005\u4e4b\u5203"},{"id":"the-kings-heart","text":"\u738b\u8005\u4e4b\u5fc3"},{"id":"the-landing","text":"\u964d\u4e34"},{"id":"the-last-one-standing","text":"\u5c79\u7acb\u4e0d\u8d25\u4e4b\u4eba"},{"id":"the-last-supper","text":"\u6700\u540e\u7684\u665a\u9910"},{"id":"the-leviathan","text":"\u6d77\u602a"},{"id":"the-lich","text":"\u5deb\u5996"},{"id":"the-life-thief","text":"\u751f\u547d\u7a83\u8d3c"},{"id":"the-lion","text":"\u96c4\u72ee"},{"id":"the-long-con","text":"\u957f\u7ebf\u9493\u9c7c"},{"id":"the-long-watch","text":"\u6f2b\u957f\u5b88\u671b"},{"id":"the-lord-in-black","text":"\u6697\u9ed1\u4e4b\u738b"},{"id":"the-lord-of-celebration","text":"\u6b22\u5e86\u9886\u4e3b"},{"id":"the-lover","text":"\u60c5\u4eba"},{"id":"the-lunaris-priestess","text":"\u6708\u5f71\u5973\u796d\u53f8"},{"id":"the-mad-king","text":"\u72c2\u738b"},{"id":"the-magma-crab","text":"\u7194\u5ca9\u87f9"},{"id":"the-master","text":"\u4e3b\u5bb0"},{"id":"the-master-artisan","text":"\u5de5\u5320\u5927\u5e08"},{"id":"the-mayor","text":"\u5e84\u56ed\u4e3b"},{"id":"the-mercenary","text":"\u4f63\u5175"},{"id":"the-messenger","text":"\u4fe1\u4f7f"},{"id":"the-metalsmiths-gift","text":"\u94c1\u5320\u7684\u8d60\u793c"},{"id":"the-minds-eyes","text":"\u5fc3\u7075\u4e4b\u773c"},{"id":"the-mountain","text":"\u5c71\u8109"},{"id":"the-nurse","text":"\u7167\u6599\u8005"},{"id":"the-oath","text":"\u529b\u4e4b\u8a93\u8a00"},{"id":"the-obscured","text":"\u9ed1\u6697\u7f2d\u7ed5"},{"id":"the-offering","text":"\u5949\u732e"},{"id":"the-offspring","text":"\u82d7\u88d4"},{"id":"the-old-man","text":"\u8001\u4eba"},{"id":"the-one-that-got-away","text":"\u79bb\u5f00\u7684\u4eba\u662f\u4f60"},{"id":"the-one-with-all","text":"\u5b8c\u4eba"},{"id":"the-opulent","text":"\u51c0\u767d"},{"id":"the-pack-leader","text":"\u7fa4\u805a\u4e4b\u9996"},{"id":"the-pact","text":"\u534f\u7ea6"},{"id":"the-patient","text":"\u75c5\u60a3"},{"id":"the-penitent","text":"\u5fcf\u6094\u8005"},{"id":"the-poet","text":"\u8bd7\u4eba"},{"id":"the-polymath","text":"\u535a\u5b66\u8005"},{"id":"the-porcupine","text":"\u5c04\u6210\u7b5b\u5b50"},{"id":"the-price-of-devotion","text":"\u8654\u8bda\u7684\u4ee3\u4ef7"},{"id":"the-price-of-loyalty","text":"\u5fe0\u8bda\u7684\u4ee3\u4ef7"},{"id":"the-price-of-prescience","text":"\u9884\u89c1\u7684\u4ee3\u4ef7"},{"id":"the-price-of-protection","text":"\u4fdd\u62a4\u7684\u4ee3\u4ef7"},{"id":"the-primordial","text":"\u8d77\u6e90"},{"id":"the-prince-of-darkness","text":"\u9ed1\u6697\u541b\u738b"},{"id":"the-professor","text":"\u6559\u6388"},{"id":"the-progeny-of-lunaris","text":"\u6708\u5f71\u7684\u5b50\u55e3"},{"id":"the-puzzle","text":"\u8c1c\u56e2"},{"id":"the-queen","text":"\u5973\u738b"},{"id":"the-rabbits-foot","text":"\u5e78\u8fd0\u5154\u811a"},{"id":"the-rabid-rhoa","text":"\u75af\u72c2\u6050\u5599\u9e1f"},{"id":"the-realm","text":"\u5bb6\u7684\u6377\u5f84"},{"id":"the-return-of-the-rat","text":"\u7855\u9f20\u5f52\u6765"},{"id":"the-risk","text":"\u5371\u673a"},{"id":"the-rite-of-elements","text":"\u5143\u7d20\u796d\u7940"},{"id":"the-road-to-power","text":"\u529b\u91cf\u4e4b\u9053"},{"id":"the-rusted-bard","text":"\u9508\u94c1\u8bd7\u4eba"},{"id":"the-ruthless-ceinture","text":"\u6b8b\u9177\u4e4b\u73af"},{"id":"the-sacrifice","text":"\u727a\u7272"},{"id":"the-saints-treasure","text":"\u5723\u4eba\u4e4b\u793c"},{"id":"the-samurais-eye","text":"\u6b66\u58eb\u4e4b\u773c"},{"id":"the-scarred-meadow","text":"\u521b\u75d5\u4e4b\u539f"},{"id":"the-scavenger","text":"\u62fe\u8352\u8005"},{"id":"the-scholar","text":"\u5b66\u8005"},{"id":"the-scout","text":"\u65a5\u5019"},{"id":"the-seeker","text":"\u5bfb\u89c5\u8005"},{"id":"the-sephirot","text":"\u751f\u547d\u4e4b\u6811"},{"id":"the-shepherds-sandals","text":"\u7267\u7f8a\u4eba\u7684\u51c9\u978b"},{"id":"the-shieldbearer","text":"\u6301\u76fe\u4eba"},{"id":"the-shortcut","text":"\u6377\u5f84"},{"id":"the-side-quest","text":"\u652f\u7ebf\u4efb\u52a1"},{"id":"the-sigil","text":"\u9b54\u7b26"},{"id":"the-siren","text":"\u6d77\u5996"},{"id":"the-skeleton","text":"\u9b54\u4f8d"},{"id":"the-soul","text":"\u7075\u9b42"},{"id":"the-spark-and-the-flame","text":"\u95ea\u5149\u4e0e\u706b\u7130"},{"id":"the-spoiled-prince","text":"\u9a84\u7eb5\u7687\u5b50"},{"id":"the-standoff","text":"\u51b7\u6de1"},{"id":"the-stormcaller","text":"\u98ce\u66b4\u4f7f\u8005"},{"id":"the-strategist","text":"\u5175\u6cd5\u5bb6"},{"id":"the-summoner","text":"\u53ec\u5524\u5e08"},{"id":"the-sun","text":"\u70c8\u65e5"},{"id":"the-surgeon","text":"\u5916\u79d1\u533b\u5e08"},{"id":"the-surveyor","text":"\u52d8\u67e5\u5458"},{"id":"the-survivalist","text":"\u6c42\u751f\u4e13\u5bb6"},{"id":"the-sustenance","text":"\u7ed9\u517b"},{"id":"the-sword-kings-salute","text":"\u5251\u5723\u7684\u81f4\u656c"},{"id":"the-thaumaturgist","text":"\u5927\u5947\u672f\u5e08"},{"id":"the-throne","text":"\u738b\u5ea7"},{"id":"the-tinkerers-table","text":"\u4fee\u8865\u5320\u4e4b\u684c"},{"id":"the-tireless-extractor","text":"\u6052\u4e45\u69a8\u53d6"},{"id":"the-tower","text":"\u5854\u5cf0"},{"id":"the-traitor","text":"\u80cc\u53db\u8005"},{"id":"the-transformation","text":"\u53d8\u8eab"},{"id":"the-trial","text":"\u8fdc\u5f81"},{"id":"the-tumbleweed","text":"\u98ce\u6eda\u8349"},{"id":"the-twilight-moon","text":"\u66ae\u5149\u4e4b\u6708"},{"id":"the-twins","text":"\u5b6a\u751f"},{"id":"the-tyrant","text":" \u66b4\u8650\u4e4b\u7075"},{"id":"the-undaunted","text":"\u65e0\u754f\u8005"},{"id":"the-undisputed","text":"\u65e0\u53ef\u4e89\u8bae\u8005"},{"id":"the-unexpected-prize","text":"\u610f\u5916\u6536\u83b7"},{"id":"the-union","text":"\u8054\u59fb"},{"id":"the-valkyrie","text":"\u5973\u4e4b\u6b66\u795e"},{"id":"the-valley-of-steel-boxes","text":"\u91d1\u5c5e\u76d2\u5b50"},{"id":"the-vast","text":"\u5e73\u58e4"},{"id":"the-visionary","text":"\u68a6\u60f3\u5bb6"},{"id":"the-void","text":"\u865a\u7a7a"},{"id":"the-warden","text":"\u5178\u72f1\u957f"},{"id":"the-warlord","text":"\u5927\u519b\u9600"},{"id":"the-watcher","text":"\u51dd\u89c6\u8005"},{"id":"the-web","text":"\u547d\u8fd0\u4e4b\u7f51"},{"id":"the-wedding-gift","text":"\u65b0\u5a5a\u8d60\u793c"},{"id":"the-white-knight","text":"\u767d\u8863\u9a91\u58eb"},{"id":"the-whiteout","text":"\u96ea\u76f2"},{"id":"the-wilted-rose","text":"\u67af\u840e\u73ab\u7470"},{"id":"the-wind","text":"\u98ce"},{"id":"the-witch","text":"\u5deb\u5a46"},{"id":"the-wolf","text":"\u7fa4\u72fc\u4e4b\u738b"},{"id":"the-wolfs-legacy","text":"\u72fc\u738b\u7684\u9057\u4ea7"},{"id":"the-wolfs-shadow","text":"\u72fc\u7684\u5f71\u5b50"},{"id":"the-wolven-kings-bite","text":"\u72fc\u738b\u4e4b\u5f26"},{"id":"the-wolverine","text":"\u91d1\u521a\u72fc"},{"id":"the-world-eater","text":"\u566c\u754c\u8005"},{"id":"the-wrath","text":"\u6028\u5fff"},{"id":"the-wretched","text":"\u6b7b\u7075\u9057\u7269"},{"id":"thirst-for-knowledge","text":"\u6c42\u77e5\u82e5\u6e34"},{"id":"three-faces-in-the-dark","text":"\u9ed1\u6697\u4e09\u9762"},{"id":"three-voices","text":"\u4e09\u9b54\u97f3"},{"id":"thunderous-skies","text":"\u6012\u96f7\u4e4b\u7a7a"},{"id":"time-lost-relic","text":"\u5931\u843d\u9057\u9aa8"},{"id":"tranquillity","text":"\u5b81\u9759"},{"id":"treasure-hunter","text":"\u8d4f\u91d1\u730e\u624b"},{"id":"triskaidekaphobia","text":"\u5341\u4e09\u5927\u5fcc"},{"id":"turn-the-other-cheek","text":"\u5fcd\u8fb1"},{"id":"unchained","text":"\u7834\u9664\u67b7\u9501"},{"id":"underground-forest","text":"\u5730\u4e0b\u68ee\u6797"},{"id":"unrequited-love","text":"\u4e00\u53a2\u60c5\u613f"},{"id":"vanity","text":"\u865a\u8363"},{"id":"vile-power","text":"\u6076\u6bd2\u7684\u6743\u529b"},{"id":"vinias-token","text":"\u8587\u59ae\u96c5\u7684\u4fe1\u7269"},{"id":"void-of-the-elements","text":"\u5143\u7d20\u865a\u7a7a"},{"id":"volatile-power","text":"\u4e0d\u7a33\u5b9a\u7684\u529b\u91cf"},{"id":"wealth-and-power","text":"\u94b1\u4e0e\u6743"},{"id":"who-asked","text":"\u6c42\u53d6\u4e4b\u4eba"},{"id":"winters-embrace","text":"\u51db\u51ac\u4e4b\u62e5"}]},{"id":"MapsTier1","label":"\u5730\u56fe (\u7b49\u7ea7 1)","entries":[{"id":"bone-crypt-map-tier-1","text":"\u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 1)"},{"id":"flooded-mine-map-tier-1","text":"\u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 1)"},{"id":"glacier-map-tier-1","text":"\u51b0\u5ddd (\u4f4d\u9636 1)"},{"id":"pier-map-tier-1","text":"\u6012\u6d6a\u4e4b\u6e2f (\u4f4d\u9636 1)"}]},{"id":"MapsTier2","label":"\u5730\u56fe (\u7b49\u7ea7 2)","entries":[{"id":"core-map-tier-2","text":"\u6838\u5fc3 (\u4f4d\u9636 2)"},{"id":"crimson-township-map-tier-2","text":"\u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 2)"},{"id":"dunes-map-tier-2","text":"\u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 2)"},{"id":"fields-map-tier-2","text":"\u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 2)"},{"id":"forking-river-map-tier-2","text":"\u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 2)"},{"id":"infested-valley-map-tier-2","text":"\u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 2)"},{"id":"laboratory-map-tier-2","text":"\u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 2)"},{"id":"port-map-tier-2","text":"\u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 2)"}]},{"id":"MapsTier3","label":"\u5730\u56fe (\u7b49\u7ea7 3)","entries":[{"id":"ancient-city-map-tier-3","text":"\u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 3)"},{"id":"castle-ruins-map-tier-3","text":"\u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 3)"},{"id":"chateau-map-tier-3","text":"\u53e4\u5821 (\u4f4d\u9636 3)"},{"id":"conservatory-map-tier-3","text":"\u53e4\u5854\u5185\u5802 (\u4f4d\u9636 3)"},{"id":"estuary-map-tier-3","text":"\u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 3)"},{"id":"overgrown-shrine-map-tier-3","text":"\u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 3)"},{"id":"ramparts-map-tier-3","text":"\u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 3)"},{"id":"strand-map-tier-3","text":"\u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 3)"}]},{"id":"MapsTier4","label":"\u5730\u56fe (\u7b49\u7ea7 4)","entries":[{"id":"acid-caverns-map-tier-4","text":"\u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 4)"},{"id":"bone-crypt-map-tier-4","text":"\u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 4)"},{"id":"cemetery-map-tier-4","text":"\u6668\u66e6\u5893\u5730 (\u4f4d\u9636 4)"},{"id":"colonnade-map-tier-4","text":"\u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 4)"},{"id":"flooded-mine-map-tier-4","text":"\u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 4)"},{"id":"glacier-map-tier-4","text":"\u51b0\u5ddd (\u4f4d\u9636 4)"},{"id":"grotto-map-tier-4","text":"\u5e7d\u6697\u5730\u7a74 (\u4f4d\u9636 4)"},{"id":"lookout-map-tier-4","text":"\u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 4)"},{"id":"moon-temple-map-tier-4","text":"\u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 4)"},{"id":"pier-map-tier-4","text":"\u6012\u6d6a\u4e4b\u6e2f (\u4f4d\u9636 4)"},{"id":"precinct-map-tier-4","text":"\u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 4)"},{"id":"vaal-pyramid-map-tier-4","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u4f4d\u9636 4)"}]},{"id":"MapsTier5","label":"\u5730\u56fe (\u7b49\u7ea7 5)","entries":[{"id":"academy-map-tier-5","text":"\u6076\u7075\u5b66\u9662 (\u4f4d\u9636 5)"},{"id":"ashen-wood-map-tier-5","text":"\u65f1\u6728\u6797\u5730 (\u4f4d\u9636 5)"},{"id":"atoll-map-tier-5","text":"\u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 5)"},{"id":"core-map-tier-5","text":"\u6838\u5fc3 (\u4f4d\u9636 5)"},{"id":"courtyard-map-tier-5","text":"\u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 5)"},{"id":"crimson-township-map-tier-5","text":"\u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 5)"},{"id":"dry-sea-map-tier-5","text":"\u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 5)"},{"id":"dunes-map-tier-5","text":"\u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 5)"},{"id":"fields-map-tier-5","text":"\u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 5)"},{"id":"forking-river-map-tier-5","text":"\u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 5)"},{"id":"gardens-map-tier-5","text":"\u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 5)"},{"id":"infested-valley-map-tier-5","text":"\u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 5)"},{"id":"laboratory-map-tier-5","text":"\u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 5)"},{"id":"port-map-tier-5","text":"\u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 5)"},{"id":"siege-map-tier-5","text":"\u56f4\u57ce (\u4f4d\u9636 5)"},{"id":"tropical-island-map-tier-5","text":"\u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 5)"}]},{"id":"MapsTier6","label":"\u5730\u56fe (\u7b49\u7ea7 6)","entries":[{"id":"ancient-city-map-tier-6","text":"\u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 6)"},{"id":"castle-ruins-map-tier-6","text":"\u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 6)"},{"id":"chateau-map-tier-6","text":"\u53e4\u5821 (\u4f4d\u9636 6)"},{"id":"conservatory-map-tier-6","text":"\u53e4\u5854\u5185\u5802 (\u4f4d\u9636 6)"},{"id":"crystal-ore-map-tier-6","text":"\u51b0\u51b7\u901a\u9053 (\u4f4d\u9636 6)"},{"id":"dark-forest-map-tier-6","text":"\u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 6)"},{"id":"estuary-map-tier-6","text":"\u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 6)"},{"id":"overgrown-shrine-map-tier-6","text":"\u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 6)"},{"id":"palace-map-tier-6","text":"\u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 6)"},{"id":"promenade-map-tier-6","text":"\u6708\u8272\u56de\u5eca (\u4f4d\u9636 6)"},{"id":"ramparts-map-tier-6","text":"\u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 6)"},{"id":"shore-map-tier-6","text":"\u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 6)"},{"id":"strand-map-tier-6","text":"\u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 6)"},{"id":"thicket-map-tier-6","text":"\u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 6)"},{"id":"waste-pool-map-tier-6","text":"\u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 6)"}]},{"id":"MapsTier7","label":"\u5730\u56fe (\u7b49\u7ea7 7)","entries":[{"id":"acid-caverns-map-tier-7","text":"\u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 7)"},{"id":"bog-map-tier-7","text":"\u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 7)"},{"id":"caldera-map-tier-7","text":"\u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 7)"},{"id":"cemetery-map-tier-7","text":"\u6668\u66e6\u5893\u5730 (\u4f4d\u9636 7)"},{"id":"colonnade-map-tier-7","text":"\u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 7)"},{"id":"cursed-crypt-map-tier-7","text":"\u5492\u6028\u9675\u5893 (\u4f4d\u9636 7)"},{"id":"dig-map-tier-7","text":"\u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 7)"},{"id":"frozen-cabins-map-tier-7","text":"\u51bb\u7ed3\u4e4b\u8231 (\u4f4d\u9636 7)"},{"id":"grotto-map-tier-7","text":"\u5e7d\u6697\u5730\u7a74 (\u4f4d\u9636 7)"},{"id":"lookout-map-tier-7","text":"\u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 7)"},{"id":"moon-temple-map-tier-7","text":"\u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 7)"},{"id":"plateau-map-tier-7","text":"\u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 7)"},{"id":"precinct-map-tier-7","text":"\u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 7)"},{"id":"relic-chambers-map-tier-7","text":"\u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 7)"},{"id":"vaal-pyramid-map-tier-7","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u4f4d\u9636 7)"}]},{"id":"MapsTier8","label":"\u5730\u56fe (\u7b49\u7ea7 8)","entries":[{"id":"academy-map-tier-8","text":"\u6076\u7075\u5b66\u9662 (\u4f4d\u9636 8)"},{"id":"arachnid-nest-map-tier-8","text":"\u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 8)"},{"id":"ashen-wood-map-tier-8","text":"\u65f1\u6728\u6797\u5730 (\u4f4d\u9636 8)"},{"id":"atoll-map-tier-8","text":"\u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 8)"},{"id":"bone-crypt-map-tier-8","text":"\u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 8)"},{"id":"city-square-map-tier-8","text":"\u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 8)"},{"id":"courtyard-map-tier-8","text":"\u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 8)"},{"id":"dry-sea-map-tier-8","text":"\u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 8)"},{"id":"flooded-mine-map-tier-8","text":"\u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 8)"},{"id":"gardens-map-tier-8","text":"\u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 8)"},{"id":"glacier-map-tier-8","text":"\u51b0\u5ddd (\u4f4d\u9636 8)"},{"id":"grave-trough-map-tier-8","text":"\u8352\u575f\u51f9\u5730 (\u4f4d\u9636 8)"},{"id":"overgrown-ruin-map-tier-8","text":"\u957f\u8349\u9057\u8ff9 (\u4f4d\u9636 8)"},{"id":"pier-map-tier-8","text":"\u6012\u6d6a\u4e4b\u6e2f (\u4f4d\u9636 8)"},{"id":"siege-map-tier-8","text":"\u56f4\u57ce (\u4f4d\u9636 8)"},{"id":"spider-forest-map-tier-8","text":"\u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 8)"},{"id":"summit-map-tier-8","text":"\u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 8)"},{"id":"tropical-island-map-tier-8","text":"\u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 8)"},{"id":"wasteland-map-tier-8","text":"\u8352\u5730 (\u4f4d\u9636 8)"}]},{"id":"MapsTier9","label":"\u5730\u56fe (\u7b49\u7ea7 9)","entries":[{"id":"channel-map-tier-9","text":"\u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 9)"},{"id":"core-map-tier-9","text":"\u6838\u5fc3 (\u4f4d\u9636 9)"},{"id":"crimson-township-map-tier-9","text":"\u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 9)"},{"id":"crystal-ore-map-tier-9","text":"\u51b0\u51b7\u901a\u9053 (\u4f4d\u9636 9)"},{"id":"dark-forest-map-tier-9","text":"\u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 9)"},{"id":"dunes-map-tier-9","text":"\u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 9)"},{"id":"fields-map-tier-9","text":"\u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 9)"},{"id":"forking-river-map-tier-9","text":"\u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 9)"},{"id":"foundry-map-tier-9","text":"\u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 9)"},{"id":"iceberg-map-tier-9","text":"\u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 9)"},{"id":"infested-valley-map-tier-9","text":"\u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 9)"},{"id":"laboratory-map-tier-9","text":"\u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 9)"},{"id":"palace-map-tier-9","text":"\u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 9)"},{"id":"park-map-tier-9","text":"\u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 9)"},{"id":"port-map-tier-9","text":"\u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 9)"},{"id":"promenade-map-tier-9","text":"\u6708\u8272\u56de\u5eca (\u4f4d\u9636 9)"},{"id":"sepulchre-map-tier-9","text":"\u9634\u6697\u5893\u51a2 (\u4f4d\u9636 9)"},{"id":"shore-map-tier-9","text":"\u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 9)"},{"id":"spider-lair-map-tier-9","text":"\u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 9)"},{"id":"thicket-map-tier-9","text":"\u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 9)"},{"id":"waste-pool-map-tier-9","text":"\u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 9)"}]},{"id":"MapsTier10","label":"\u5730\u56fe (\u7b49\u7ea7 10)","entries":[{"id":"ancient-city-map-tier-10","text":"\u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 10)"},{"id":"arena-map-tier-10","text":"\u7ade\u6280\u573a (\u4f4d\u9636 10)"},{"id":"bog-map-tier-10","text":"\u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 10)"},{"id":"caldera-map-tier-10","text":"\u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 10)"},{"id":"carcass-map-tier-10","text":"\u6076\u81ed\u6b7b\u57df (\u4f4d\u9636 10)"},{"id":"castle-ruins-map-tier-10","text":"\u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 10)"},{"id":"chateau-map-tier-10","text":"\u53e4\u5821 (\u4f4d\u9636 10)"},{"id":"conservatory-map-tier-10","text":"\u53e4\u5854\u5185\u5802 (\u4f4d\u9636 10)"},{"id":"coves-map-tier-10","text":"\u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 10)"},{"id":"crater-map-tier-10","text":"\u9668\u5751 (\u4f4d\u9636 10)"},{"id":"cursed-crypt-map-tier-10","text":"\u5492\u6028\u9675\u5893 (\u4f4d\u9636 10)"},{"id":"dig-map-tier-10","text":"\u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 10)"},{"id":"estuary-map-tier-10","text":"\u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 10)"},{"id":"frozen-cabins-map-tier-10","text":"\u51bb\u7ed3\u4e4b\u8231 (\u4f4d\u9636 10)"},{"id":"overgrown-shrine-map-tier-10","text":"\u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 10)"},{"id":"plateau-map-tier-10","text":"\u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 10)"},{"id":"ramparts-map-tier-10","text":"\u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 10)"},{"id":"relic-chambers-map-tier-10","text":"\u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 10)"},{"id":"strand-map-tier-10","text":"\u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 10)"},{"id":"underground-sea-map-tier-10","text":"\u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 10)"},{"id":"wharf-map-tier-10","text":"\u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 10)"}]},{"id":"MapsTier11","label":"\u5730\u56fe (\u7b49\u7ea7 11)","entries":[{"id":"acid-caverns-map-tier-11","text":"\u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 11)"},{"id":"arachnid-nest-map-tier-11","text":"\u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 11)"},{"id":"arcade-map-tier-11","text":"\u5d29\u574f\u957f\u5eca (\u4f4d\u9636 11)"},{"id":"burial-chambers-map-tier-11","text":"\u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 11)"},{"id":"cemetery-map-tier-11","text":"\u6668\u66e6\u5893\u5730 (\u4f4d\u9636 11)"},{"id":"city-square-map-tier-11","text":"\u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 11)"},{"id":"colonnade-map-tier-11","text":"\u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 11)"},{"id":"ghetto-map-tier-11","text":"\u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 11)"},{"id":"grave-trough-map-tier-11","text":"\u8352\u575f\u51f9\u5730 (\u4f4d\u9636 11)"},{"id":"grotto-map-tier-11","text":"\u5e7d\u6697\u5730\u7a74 (\u4f4d\u9636 11)"},{"id":"lookout-map-tier-11","text":"\u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 11)"},{"id":"mineral-pools-map-tier-11","text":"\u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 11)"},{"id":"moon-temple-map-tier-11","text":"\u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 11)"},{"id":"overgrown-ruin-map-tier-11","text":"\u957f\u8349\u9057\u8ff9 (\u4f4d\u9636 11)"},{"id":"precinct-map-tier-11","text":"\u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 11)"},{"id":"racecourse-map-tier-11","text":"\u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 11)"},{"id":"spider-forest-map-tier-11","text":"\u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 11)"},{"id":"summit-map-tier-11","text":"\u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 11)"},{"id":"vaal-pyramid-map-tier-11","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u4f4d\u9636 11)"},{"id":"volcano-map-tier-11","text":"\u706b\u5c71\u708e\u57df (\u4f4d\u9636 11)"},{"id":"wasteland-map-tier-11","text":"\u8352\u5730 (\u4f4d\u9636 11)"}]},{"id":"MapsTier12","label":"\u5730\u56fe (\u7b49\u7ea7 12)","entries":[{"id":"academy-map-tier-12","text":"\u6076\u7075\u5b66\u9662 (\u4f4d\u9636 12)"},{"id":"ashen-wood-map-tier-12","text":"\u65f1\u6728\u6797\u5730 (\u4f4d\u9636 12)"},{"id":"atoll-map-tier-12","text":"\u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 12)"},{"id":"basilica-map-tier-12","text":"\u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 12)"},{"id":"bone-crypt-map-tier-12","text":"\u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 12)"},{"id":"channel-map-tier-12","text":"\u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 12)"},{"id":"colosseum-map-tier-12","text":"\u5927\u51b3\u6597\u573a (\u4f4d\u9636 12)"},{"id":"courtyard-map-tier-12","text":"\u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 12)"},{"id":"dry-sea-map-tier-12","text":"\u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 12)"},{"id":"flooded-mine-map-tier-12","text":"\u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 12)"},{"id":"foundry-map-tier-12","text":"\u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 12)"},{"id":"gardens-map-tier-12","text":"\u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 12)"},{"id":"glacier-map-tier-12","text":"\u51b0\u5ddd (\u4f4d\u9636 12)"},{"id":"iceberg-map-tier-12","text":"\u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 12)"},{"id":"lava-chamber-map-tier-12","text":"\u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 12)"},{"id":"museum-map-tier-12","text":"\u53e4\u535a\u7269\u9986 (\u4f4d\u9636 12)"},{"id":"necropolis-map-tier-12","text":"\u9b54\u5f71\u5893\u573a (\u4f4d\u9636 12)"},{"id":"orchard-map-tier-12","text":"\u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 12)"},{"id":"park-map-tier-12","text":"\u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 12)"},{"id":"pier-map-tier-12","text":"\u6012\u6d6a\u4e4b\u6e2f (\u4f4d\u9636 12)"},{"id":"sepulchre-map-tier-12","text":"\u9634\u6697\u5893\u51a2 (\u4f4d\u9636 12)"},{"id":"siege-map-tier-12","text":"\u56f4\u57ce (\u4f4d\u9636 12)"},{"id":"spider-lair-map-tier-12","text":"\u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 12)"},{"id":"tropical-island-map-tier-12","text":"\u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 12)"}]},{"id":"MapsTier13","label":"\u5730\u56fe (\u7b49\u7ea7 13)","entries":[{"id":"arena-map-tier-13","text":"\u7ade\u6280\u573a (\u4f4d\u9636 13)"},{"id":"arid-lake-map-tier-13","text":"\u8352\u829c\u6e56\u57df (\u4f4d\u9636 13)"},{"id":"cage-map-tier-13","text":"\u6076\u5ff5\u7262\u7b3c (\u4f4d\u9636 13)"},{"id":"canyon-map-tier-13","text":"\u7099\u9633\u5ce1\u8c37 (\u4f4d\u9636 13)"},{"id":"carcass-map-tier-13","text":"\u6076\u81ed\u6b7b\u57df (\u4f4d\u9636 13)"},{"id":"core-map-tier-13","text":"\u6838\u5fc3 (\u4f4d\u9636 13)"},{"id":"coves-map-tier-13","text":"\u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 13)"},{"id":"crater-map-tier-13","text":"\u9668\u5751 (\u4f4d\u9636 13)"},{"id":"crimson-temple-map-tier-13","text":"\u73ab\u7ea2\u795e\u6bbf (\u4f4d\u9636 13)"},{"id":"crimson-township-map-tier-13","text":"\u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 13)"},{"id":"crystal-ore-map-tier-13","text":"\u51b0\u51b7\u901a\u9053 (\u4f4d\u9636 13)"},{"id":"dark-forest-map-tier-13","text":"\u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 13)"},{"id":"dunes-map-tier-13","text":"\u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 13)"},{"id":"fields-map-tier-13","text":"\u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 13)"},{"id":"forking-river-map-tier-13","text":"\u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 13)"},{"id":"infested-valley-map-tier-13","text":"\u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 13)"},{"id":"laboratory-map-tier-13","text":"\u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 13)"},{"id":"mud-geyser-map-tier-13","text":"\u9634\u6666\u6ce5\u6ee9 (\u4f4d\u9636 13)"},{"id":"palace-map-tier-13","text":"\u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 13)"},{"id":"port-map-tier-13","text":"\u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 13)"},{"id":"promenade-map-tier-13","text":"\u6708\u8272\u56de\u5eca (\u4f4d\u9636 13)"},{"id":"shore-map-tier-13","text":"\u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 13)"},{"id":"thicket-map-tier-13","text":"\u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 13)"},{"id":"underground-sea-map-tier-13","text":"\u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 13)"},{"id":"waste-pool-map-tier-13","text":"\u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 13)"},{"id":"wharf-map-tier-13","text":"\u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 13)"}]},{"id":"MapsTier14","label":"\u5730\u56fe (\u7b49\u7ea7 14)","entries":[{"id":"ancient-city-map-tier-14","text":"\u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 14)"},{"id":"arcade-map-tier-14","text":"\u5d29\u574f\u957f\u5eca (\u4f4d\u9636 14)"},{"id":"bog-map-tier-14","text":"\u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 14)"},{"id":"burial-chambers-map-tier-14","text":"\u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 14)"},{"id":"caldera-map-tier-14","text":"\u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 14)"},{"id":"castle-ruins-map-tier-14","text":"\u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 14)"},{"id":"chateau-map-tier-14","text":"\u53e4\u5821 (\u4f4d\u9636 14)"},{"id":"conservatory-map-tier-14","text":"\u53e4\u5854\u5185\u5802 (\u4f4d\u9636 14)"},{"id":"cursed-crypt-map-tier-14","text":"\u5492\u6028\u9675\u5893 (\u4f4d\u9636 14)"},{"id":"dig-map-tier-14","text":"\u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 14)"},{"id":"estuary-map-tier-14","text":"\u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 14)"},{"id":"frozen-cabins-map-tier-14","text":"\u51bb\u7ed3\u4e4b\u8231 (\u4f4d\u9636 14)"},{"id":"ghetto-map-tier-14","text":"\u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 14)"},{"id":"jungle-valley-map-tier-14","text":"\u5267\u6bd2\u6797\u8c37 (\u4f4d\u9636 14)"},{"id":"maze-map-tier-14","text":"\u51a5\u795e\u4e4b\u57df (\u4f4d\u9636 14)"},{"id":"mineral-pools-map-tier-14","text":"\u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 14)"},{"id":"overgrown-shrine-map-tier-14","text":"\u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 14)"},{"id":"plateau-map-tier-14","text":"\u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 14)"},{"id":"plaza-map-tier-14","text":"\u5e7f\u573a (\u4f4d\u9636 14)"},{"id":"racecourse-map-tier-14","text":"\u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 14)"},{"id":"ramparts-map-tier-14","text":"\u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 14)"},{"id":"reef-map-tier-14","text":"\u5371\u673a\u6d77\u7901 (\u4f4d\u9636 14)"},{"id":"relic-chambers-map-tier-14","text":"\u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 14)"},{"id":"strand-map-tier-14","text":"\u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 14)"},{"id":"temple-map-tier-14","text":"\u593a\u9b42\u4e4b\u6bbf (\u4f4d\u9636 14)"},{"id":"volcano-map-tier-14","text":"\u706b\u5c71\u708e\u57df (\u4f4d\u9636 14)"}]},{"id":"MapsTier15","label":"\u5730\u56fe (\u7b49\u7ea7 15)","entries":[{"id":"acid-caverns-map-tier-15","text":"\u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 15)"},{"id":"arachnid-nest-map-tier-15","text":"\u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 15)"},{"id":"basilica-map-tier-15","text":"\u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 15)"},{"id":"bramble-valley-map-tier-15","text":"\u9ed1\u68d8\u8c37\u5730 (\u4f4d\u9636 15)"},{"id":"cemetery-map-tier-15","text":"\u6668\u66e6\u5893\u5730 (\u4f4d\u9636 15)"},{"id":"city-square-map-tier-15","text":"\u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 15)"},{"id":"colonnade-map-tier-15","text":"\u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 15)"},{"id":"colosseum-map-tier-15","text":"\u5927\u51b3\u6597\u573a (\u4f4d\u9636 15)"},{"id":"grave-trough-map-tier-15","text":"\u8352\u575f\u51f9\u5730 (\u4f4d\u9636 15)"},{"id":"grotto-map-tier-15","text":"\u5e7d\u6697\u5730\u7a74 (\u4f4d\u9636 15)"},{"id":"ivory-temple-map-tier-15","text":"\u767d\u7389\u795e\u5e99 (\u4f4d\u9636 15)"},{"id":"lava-chamber-map-tier-15","text":"\u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 15)"},{"id":"lookout-map-tier-15","text":"\u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 15)"},{"id":"mesa-map-tier-15","text":"\u8d64\u7ea2\u5c71\u5730 (\u4f4d\u9636 15)"},{"id":"moon-temple-map-tier-15","text":"\u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 15)"},{"id":"museum-map-tier-15","text":"\u53e4\u535a\u7269\u9986 (\u4f4d\u9636 15)"},{"id":"necropolis-map-tier-15","text":"\u9b54\u5f71\u5893\u573a (\u4f4d\u9636 15)"},{"id":"orchard-map-tier-15","text":"\u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 15)"},{"id":"overgrown-ruin-map-tier-15","text":"\u957f\u8349\u9057\u8ff9 (\u4f4d\u9636 15)"},{"id":"precinct-map-tier-15","text":"\u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 15)"},{"id":"spider-forest-map-tier-15","text":"\u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 15)"},{"id":"summit-map-tier-15","text":"\u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 15)"},{"id":"underground-river-map-tier-15","text":"\u5730\u5e95\u4e4b\u6cb3 (\u4f4d\u9636 15)"},{"id":"vaal-pyramid-map-tier-15","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u4f4d\u9636 15)"},{"id":"vault-map-tier-15","text":"\u673a\u5173\u5b9d\u5e93 (\u4f4d\u9636 15)"},{"id":"wasteland-map-tier-15","text":"\u8352\u5730 (\u4f4d\u9636 15)"}]},{"id":"MapsTier16","label":"\u5730\u56fe (\u7b49\u7ea7 16)","entries":[{"id":"academy-map-tier-16","text":"\u6076\u7075\u5b66\u9662 (\u4f4d\u9636 16)"},{"id":"acid-caverns-map-tier-16","text":"\u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 16)"},{"id":"ancient-city-map-tier-16","text":"\u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 16)"},{"id":"arachnid-nest-map-tier-16","text":"\u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"arcade-map-tier-16","text":"\u5d29\u574f\u957f\u5eca (\u4f4d\u9636 16)"},{"id":"arena-map-tier-16","text":"\u7ade\u6280\u573a (\u4f4d\u9636 16)"},{"id":"arid-lake-map-tier-16","text":"\u8352\u829c\u6e56\u57df (\u4f4d\u9636 16)"},{"id":"ashen-wood-map-tier-16","text":"\u65f1\u6728\u6797\u5730 (\u4f4d\u9636 16)"},{"id":"atoll-map-tier-16","text":"\u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 16)"},{"id":"basilica-map-tier-16","text":"\u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 16)"},{"id":"bazaar-map-tier-16","text":"\u8fdc\u53e4\u5e02\u96c6 (\u4f4d\u9636 16)"},{"id":"bog-map-tier-16","text":"\u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 16)"},{"id":"bone-crypt-map-tier-16","text":"\u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 16)"},{"id":"bramble-valley-map-tier-16","text":"\u9ed1\u68d8\u8c37\u5730 (\u4f4d\u9636 16)"},{"id":"burial-chambers-map-tier-16","text":"\u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 16)"},{"id":"cage-map-tier-16","text":"\u6076\u5ff5\u7262\u7b3c (\u4f4d\u9636 16)"},{"id":"caldera-map-tier-16","text":"\u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 16)"},{"id":"canyon-map-tier-16","text":"\u7099\u9633\u5ce1\u8c37 (\u4f4d\u9636 16)"},{"id":"carcass-map-tier-16","text":"\u6076\u81ed\u6b7b\u57df (\u4f4d\u9636 16)"},{"id":"castle-ruins-map-tier-16","text":"\u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 16)"},{"id":"cemetery-map-tier-16","text":"\u6668\u66e6\u5893\u5730 (\u4f4d\u9636 16)"},{"id":"channel-map-tier-16","text":"\u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 16)"},{"id":"chateau-map-tier-16","text":"\u53e4\u5821 (\u4f4d\u9636 16)"},{"id":"city-square-map-tier-16","text":"\u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"colonnade-map-tier-16","text":"\u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 16)"},{"id":"colosseum-map-tier-16","text":"\u5927\u51b3\u6597\u573a (\u4f4d\u9636 16)"},{"id":"conservatory-map-tier-16","text":"\u53e4\u5854\u5185\u5802 (\u4f4d\u9636 16)"},{"id":"core-map-tier-16","text":"\u6838\u5fc3 (\u4f4d\u9636 16)"},{"id":"courtyard-map-tier-16","text":"\u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 16)"},{"id":"coves-map-tier-16","text":"\u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 16)"},{"id":"crater-map-tier-16","text":"\u9668\u5751 (\u4f4d\u9636 16)"},{"id":"crimson-temple-map-tier-16","text":"\u73ab\u7ea2\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"crimson-township-map-tier-16","text":"\u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 16)"},{"id":"crystal-ore-map-tier-16","text":"\u51b0\u51b7\u901a\u9053 (\u4f4d\u9636 16)"},{"id":"cursed-crypt-map-tier-16","text":"\u5492\u6028\u9675\u5893 (\u4f4d\u9636 16)"},{"id":"dark-forest-map-tier-16","text":"\u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 16)"},{"id":"desert-map-tier-16","text":"\u8d2b\u7620\u4e4b\u5730 (\u4f4d\u9636 16)"},{"id":"dig-map-tier-16","text":"\u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 16)"},{"id":"dry-sea-map-tier-16","text":"\u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 16)"},{"id":"dunes-map-tier-16","text":"\u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 16)"},{"id":"estuary-map-tier-16","text":"\u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 16)"},{"id":"fields-map-tier-16","text":"\u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 16)"},{"id":"flooded-mine-map-tier-16","text":"\u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 16)"},{"id":"forge-of-the-phoenix-map-tier-16","text":"\u4e0d\u6b7b\u9e1f\u953b\u53f0 (\u4f4d\u9636 16)"},{"id":"forking-river-map-tier-16","text":"\u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 16)"},{"id":"foundry-map-tier-16","text":"\u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 16)"},{"id":"frozen-cabins-map-tier-16","text":"\u51bb\u7ed3\u4e4b\u8231 (\u4f4d\u9636 16)"},{"id":"gardens-map-tier-16","text":"\u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 16)"},{"id":"ghetto-map-tier-16","text":"\u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 16)"},{"id":"glacier-map-tier-16","text":"\u51b0\u5ddd (\u4f4d\u9636 16)"},{"id":"grave-trough-map-tier-16","text":"\u8352\u575f\u51f9\u5730 (\u4f4d\u9636 16)"},{"id":"grotto-map-tier-16","text":"\u5e7d\u6697\u5730\u7a74 (\u4f4d\u9636 16)"},{"id":"iceberg-map-tier-16","text":"\u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 16)"},{"id":"infested-valley-map-tier-16","text":"\u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 16)"},{"id":"ivory-temple-map-tier-16","text":"\u767d\u7389\u795e\u5e99 (\u4f4d\u9636 16)"},{"id":"jungle-valley-map-tier-16","text":"\u5267\u6bd2\u6797\u8c37 (\u4f4d\u9636 16)"},{"id":"laboratory-map-tier-16","text":"\u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 16)"},{"id":"lair-of-the-hydra-map-tier-16","text":"\u4e5d\u5934\u86c7\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"lava-chamber-map-tier-16","text":"\u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"lookout-map-tier-16","text":"\u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 16)"},{"id":"maze-map-tier-16","text":"\u51a5\u795e\u4e4b\u57df (\u4f4d\u9636 16)"},{"id":"maze-of-the-minotaur-map-tier-16","text":"\u725b\u5934\u4eba\u8ff7\u5bab (\u4f4d\u9636 16)"},{"id":"mesa-map-tier-16","text":"\u8d64\u7ea2\u5c71\u5730 (\u4f4d\u9636 16)"},{"id":"mineral-pools-map-tier-16","text":"\u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 16)"},{"id":"moon-temple-map-tier-16","text":"\u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"mud-geyser-map-tier-16","text":"\u9634\u6666\u6ce5\u6ee9 (\u4f4d\u9636 16)"},{"id":"museum-map-tier-16","text":"\u53e4\u535a\u7269\u9986 (\u4f4d\u9636 16)"},{"id":"necropolis-map-tier-16","text":"\u9b54\u5f71\u5893\u573a (\u4f4d\u9636 16)"},{"id":"orchard-map-tier-16","text":"\u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 16)"},{"id":"overgrown-ruin-map-tier-16","text":"\u957f\u8349\u9057\u8ff9 (\u4f4d\u9636 16)"},{"id":"overgrown-shrine-map-tier-16","text":"\u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"palace-map-tier-16","text":"\u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"park-map-tier-16","text":"\u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 16)"},{"id":"pier-map-tier-16","text":"\u6012\u6d6a\u4e4b\u6e2f (\u4f4d\u9636 16)"},{"id":"pit-of-the-chimera-map-tier-16","text":"\u5947\u7f8e\u62c9\u9886\u57df (\u4f4d\u9636 16)"},{"id":"plateau-map-tier-16","text":"\u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 16)"},{"id":"plaza-map-tier-16","text":"\u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"port-map-tier-16","text":"\u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 16)"},{"id":"precinct-map-tier-16","text":"\u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 16)"},{"id":"promenade-map-tier-16","text":"\u6708\u8272\u56de\u5eca (\u4f4d\u9636 16)"},{"id":"racecourse-map-tier-16","text":"\u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 16)"},{"id":"ramparts-map-tier-16","text":"\u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 16)"},{"id":"reef-map-tier-16","text":"\u5371\u673a\u6d77\u7901 (\u4f4d\u9636 16)"},{"id":"relic-chambers-map-tier-16","text":"\u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 16)"},{"id":"residence-map-tier-16","text":"\u795e\u4e3b\u5c45\u6240 (\u4f4d\u9636 16)"},{"id":"sepulchre-map-tier-16","text":"\u9634\u6697\u5893\u51a2 (\u4f4d\u9636 16)"},{"id":"shore-map-tier-16","text":"\u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 16)"},{"id":"siege-map-tier-16","text":"\u56f4\u57ce (\u4f4d\u9636 16)"},{"id":"spider-forest-map-tier-16","text":"\u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 16)"},{"id":"spider-lair-map-tier-16","text":"\u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"stagnation-map-tier-16","text":"\u505c\u6ede\u533a (\u4f4d\u9636 16)"},{"id":"strand-map-tier-16","text":"\u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 16)"},{"id":"summit-map-tier-16","text":"\u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 16)"},{"id":"temple-map-tier-16","text":"\u593a\u9b42\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"thicket-map-tier-16","text":"\u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 16)"},{"id":"tropical-island-map-tier-16","text":"\u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 16)"},{"id":"underground-river-map-tier-16","text":"\u5730\u5e95\u4e4b\u6cb3 (\u4f4d\u9636 16)"},{"id":"underground-sea-map-tier-16","text":"\u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 16)"},{"id":"vaal-pyramid-map-tier-16","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u4f4d\u9636 16)"},{"id":"vaal-temple-map-tier-16","text":"\u74e6\u5c14\u5bc6\u6bbf (\u4f4d\u9636 16)"},{"id":"vault-map-tier-16","text":"\u673a\u5173\u5b9d\u5e93 (\u4f4d\u9636 16)"},{"id":"volcano-map-tier-16","text":"\u706b\u5c71\u708e\u57df (\u4f4d\u9636 16)"},{"id":"waste-pool-map-tier-16","text":"\u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 16)"},{"id":"wasteland-map-tier-16","text":"\u8352\u5730 (\u4f4d\u9636 16)"},{"id":"wharf-map-tier-16","text":"\u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 16)"}]},{"id":"MapsBlighted","label":"\u5730\u56fe (\u83cc\u6f6e)","entries":[{"id":"blighted-bone-crypt-map-tier-1","text":"\u83cc\u6f6e \u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 1)"},{"id":"blighted-flooded-mine-map-tier-1","text":"\u83cc\u6f6e \u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 1)"},{"id":"blighted-glacier-map-tier-1","text":"\u83cc\u6f6e \u51b0\u5ddd (\u4f4d\u9636 1)"},{"id":"blighted-crimson-township-map-tier-2","text":"\u83cc\u6f6e \u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 2)"},{"id":"blighted-dunes-map-tier-2","text":"\u83cc\u6f6e \u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 2)"},{"id":"blighted-fields-map-tier-2","text":"\u83cc\u6f6e \u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 2)"},{"id":"blighted-forking-river-map-tier-2","text":"\u83cc\u6f6e \u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 2)"},{"id":"blighted-infested-valley-map-tier-2","text":"\u83cc\u6f6e \u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 2)"},{"id":"blighted-laboratory-map-tier-2","text":"\u83cc\u6f6e \u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 2)"},{"id":"blighted-port-map-tier-2","text":"\u83cc\u6f6e \u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 2)"},{"id":"blighted-ancient-city-map-tier-3","text":"\u83cc\u6f6e \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 3)"},{"id":"blighted-castle-ruins-map-tier-3","text":"\u83cc\u6f6e \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 3)"},{"id":"blighted-chateau-map-tier-3","text":"\u83cc\u6f6e \u53e4\u5821 (\u4f4d\u9636 3)"},{"id":"blighted-conservatory-map-tier-3","text":"\u83cc\u6f6e \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 3)"},{"id":"blighted-estuary-map-tier-3","text":"\u83cc\u6f6e \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 3)"},{"id":"blighted-overgrown-shrine-map-tier-3","text":"\u83cc\u6f6e \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 3)"},{"id":"blighted-ramparts-map-tier-3","text":"\u83cc\u6f6e \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 3)"},{"id":"blighted-strand-map-tier-3","text":"\u83cc\u6f6e \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 3)"},{"id":"blighted-acid-caverns-map-tier-4","text":"\u83cc\u6f6e \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 4)"},{"id":"blighted-bone-crypt-map-tier-4","text":"\u83cc\u6f6e \u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 4)"},{"id":"blighted-cemetery-map-tier-4","text":"\u83cc\u6f6e \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 4)"},{"id":"blighted-colonnade-map-tier-4","text":"\u83cc\u6f6e \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 4)"},{"id":"blighted-flooded-mine-map-tier-4","text":"\u83cc\u6f6e \u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 4)"},{"id":"blighted-glacier-map-tier-4","text":"\u83cc\u6f6e \u51b0\u5ddd (\u4f4d\u9636 4)"},{"id":"blighted-lookout-map-tier-4","text":"\u83cc\u6f6e \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 4)"},{"id":"blighted-moon-temple-map-tier-4","text":"\u83cc\u6f6e \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 4)"},{"id":"blighted-precinct-map-tier-4","text":"\u83cc\u6f6e \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 4)"},{"id":"blighted-ashen-wood-map-tier-5","text":"\u83cc\u6f6e \u65f1\u6728\u6797\u5730 (\u4f4d\u9636 5)"},{"id":"blighted-atoll-map-tier-5","text":"\u83cc\u6f6e \u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 5)"},{"id":"blighted-courtyard-map-tier-5","text":"\u83cc\u6f6e \u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 5)"},{"id":"blighted-crimson-township-map-tier-5","text":"\u83cc\u6f6e \u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 5)"},{"id":"blighted-dry-sea-map-tier-5","text":"\u83cc\u6f6e \u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 5)"},{"id":"blighted-dunes-map-tier-5","text":"\u83cc\u6f6e \u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 5)"},{"id":"blighted-fields-map-tier-5","text":"\u83cc\u6f6e \u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 5)"},{"id":"blighted-forking-river-map-tier-5","text":"\u83cc\u6f6e \u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 5)"},{"id":"blighted-gardens-map-tier-5","text":"\u83cc\u6f6e \u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 5)"},{"id":"blighted-infested-valley-map-tier-5","text":"\u83cc\u6f6e \u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 5)"},{"id":"blighted-laboratory-map-tier-5","text":"\u83cc\u6f6e \u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 5)"},{"id":"blighted-port-map-tier-5","text":"\u83cc\u6f6e \u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 5)"},{"id":"blighted-siege-map-tier-5","text":"\u83cc\u6f6e \u56f4\u57ce (\u4f4d\u9636 5)"},{"id":"blighted-tropical-island-map-tier-5","text":"\u83cc\u6f6e \u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 5)"},{"id":"blighted-ancient-city-map-tier-6","text":"\u83cc\u6f6e \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 6)"},{"id":"blighted-castle-ruins-map-tier-6","text":"\u83cc\u6f6e \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 6)"},{"id":"blighted-chateau-map-tier-6","text":"\u83cc\u6f6e \u53e4\u5821 (\u4f4d\u9636 6)"},{"id":"blighted-conservatory-map-tier-6","text":"\u83cc\u6f6e \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 6)"},{"id":"blighted-dark-forest-map-tier-6","text":"\u83cc\u6f6e \u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 6)"},{"id":"blighted-estuary-map-tier-6","text":"\u83cc\u6f6e \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 6)"},{"id":"blighted-overgrown-shrine-map-tier-6","text":"\u83cc\u6f6e \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 6)"},{"id":"blighted-palace-map-tier-6","text":"\u83cc\u6f6e \u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 6)"},{"id":"blighted-promenade-map-tier-6","text":"\u83cc\u6f6e \u6708\u8272\u56de\u5eca (\u4f4d\u9636 6)"},{"id":"blighted-ramparts-map-tier-6","text":"\u83cc\u6f6e \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 6)"},{"id":"blighted-shore-map-tier-6","text":"\u83cc\u6f6e \u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 6)"},{"id":"blighted-strand-map-tier-6","text":"\u83cc\u6f6e \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 6)"},{"id":"blighted-thicket-map-tier-6","text":"\u83cc\u6f6e \u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 6)"},{"id":"blighted-waste-pool-map-tier-6","text":"\u83cc\u6f6e \u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 6)"},{"id":"blighted-acid-caverns-map-tier-7","text":"\u83cc\u6f6e \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 7)"},{"id":"blighted-bog-map-tier-7","text":"\u83cc\u6f6e \u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 7)"},{"id":"blighted-caldera-map-tier-7","text":"\u83cc\u6f6e \u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 7)"},{"id":"blighted-cemetery-map-tier-7","text":"\u83cc\u6f6e \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 7)"},{"id":"blighted-colonnade-map-tier-7","text":"\u83cc\u6f6e \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 7)"},{"id":"blighted-cursed-crypt-map-tier-7","text":"\u83cc\u6f6e \u5492\u6028\u9675\u5893 (\u4f4d\u9636 7)"},{"id":"blighted-dig-map-tier-7","text":"\u83cc\u6f6e \u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 7)"},{"id":"blighted-lookout-map-tier-7","text":"\u83cc\u6f6e \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 7)"},{"id":"blighted-moon-temple-map-tier-7","text":"\u83cc\u6f6e \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 7)"},{"id":"blighted-plateau-map-tier-7","text":"\u83cc\u6f6e \u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 7)"},{"id":"blighted-precinct-map-tier-7","text":"\u83cc\u6f6e \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 7)"},{"id":"blighted-relic-chambers-map-tier-7","text":"\u83cc\u6f6e \u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 7)"},{"id":"blighted-arachnid-nest-map-tier-8","text":"\u83cc\u6f6e \u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 8)"},{"id":"blighted-ashen-wood-map-tier-8","text":"\u83cc\u6f6e \u65f1\u6728\u6797\u5730 (\u4f4d\u9636 8)"},{"id":"blighted-atoll-map-tier-8","text":"\u83cc\u6f6e \u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 8)"},{"id":"blighted-bone-crypt-map-tier-8","text":"\u83cc\u6f6e \u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 8)"},{"id":"blighted-city-square-map-tier-8","text":"\u83cc\u6f6e \u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 8)"},{"id":"blighted-courtyard-map-tier-8","text":"\u83cc\u6f6e \u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 8)"},{"id":"blighted-dry-sea-map-tier-8","text":"\u83cc\u6f6e \u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 8)"},{"id":"blighted-flooded-mine-map-tier-8","text":"\u83cc\u6f6e \u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 8)"},{"id":"blighted-gardens-map-tier-8","text":"\u83cc\u6f6e \u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 8)"},{"id":"blighted-glacier-map-tier-8","text":"\u83cc\u6f6e \u51b0\u5ddd (\u4f4d\u9636 8)"},{"id":"blighted-grave-trough-map-tier-8","text":"\u83cc\u6f6e \u8352\u575f\u51f9\u5730 (\u4f4d\u9636 8)"},{"id":"blighted-siege-map-tier-8","text":"\u83cc\u6f6e \u56f4\u57ce (\u4f4d\u9636 8)"},{"id":"blighted-spider-forest-map-tier-8","text":"\u83cc\u6f6e \u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 8)"},{"id":"blighted-summit-map-tier-8","text":"\u83cc\u6f6e \u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 8)"},{"id":"blighted-tropical-island-map-tier-8","text":"\u83cc\u6f6e \u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 8)"},{"id":"blighted-wasteland-map-tier-8","text":"\u83cc\u6f6e \u8352\u5730 (\u4f4d\u9636 8)"},{"id":"blighted-channel-map-tier-9","text":"\u83cc\u6f6e \u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 9)"},{"id":"blighted-crimson-township-map-tier-9","text":"\u83cc\u6f6e \u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 9)"},{"id":"blighted-dark-forest-map-tier-9","text":"\u83cc\u6f6e \u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 9)"},{"id":"blighted-dunes-map-tier-9","text":"\u83cc\u6f6e \u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 9)"},{"id":"blighted-fields-map-tier-9","text":"\u83cc\u6f6e \u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 9)"},{"id":"blighted-forking-river-map-tier-9","text":"\u83cc\u6f6e \u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 9)"},{"id":"blighted-foundry-map-tier-9","text":"\u83cc\u6f6e \u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 9)"},{"id":"blighted-iceberg-map-tier-9","text":"\u83cc\u6f6e \u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 9)"},{"id":"blighted-infested-valley-map-tier-9","text":"\u83cc\u6f6e \u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 9)"},{"id":"blighted-laboratory-map-tier-9","text":"\u83cc\u6f6e \u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 9)"},{"id":"blighted-palace-map-tier-9","text":"\u83cc\u6f6e \u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 9)"},{"id":"blighted-park-map-tier-9","text":"\u83cc\u6f6e \u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 9)"},{"id":"blighted-port-map-tier-9","text":"\u83cc\u6f6e \u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 9)"},{"id":"blighted-promenade-map-tier-9","text":"\u83cc\u6f6e \u6708\u8272\u56de\u5eca (\u4f4d\u9636 9)"},{"id":"blighted-sepulchre-map-tier-9","text":"\u83cc\u6f6e \u9634\u6697\u5893\u51a2 (\u4f4d\u9636 9)"},{"id":"blighted-shore-map-tier-9","text":"\u83cc\u6f6e \u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 9)"},{"id":"blighted-spider-lair-map-tier-9","text":"\u83cc\u6f6e \u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 9)"},{"id":"blighted-thicket-map-tier-9","text":"\u83cc\u6f6e \u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 9)"},{"id":"blighted-waste-pool-map-tier-9","text":"\u83cc\u6f6e \u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 9)"},{"id":"blighted-ancient-city-map-tier-10","text":"\u83cc\u6f6e \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 10)"},{"id":"blighted-bog-map-tier-10","text":"\u83cc\u6f6e \u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 10)"},{"id":"blighted-caldera-map-tier-10","text":"\u83cc\u6f6e \u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 10)"},{"id":"blighted-castle-ruins-map-tier-10","text":"\u83cc\u6f6e \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 10)"},{"id":"blighted-chateau-map-tier-10","text":"\u83cc\u6f6e \u53e4\u5821 (\u4f4d\u9636 10)"},{"id":"blighted-conservatory-map-tier-10","text":"\u83cc\u6f6e \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 10)"},{"id":"blighted-coves-map-tier-10","text":"\u83cc\u6f6e \u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 10)"},{"id":"blighted-cursed-crypt-map-tier-10","text":"\u83cc\u6f6e \u5492\u6028\u9675\u5893 (\u4f4d\u9636 10)"},{"id":"blighted-dig-map-tier-10","text":"\u83cc\u6f6e \u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 10)"},{"id":"blighted-estuary-map-tier-10","text":"\u83cc\u6f6e \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 10)"},{"id":"blighted-overgrown-shrine-map-tier-10","text":"\u83cc\u6f6e \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 10)"},{"id":"blighted-plateau-map-tier-10","text":"\u83cc\u6f6e \u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 10)"},{"id":"blighted-ramparts-map-tier-10","text":"\u83cc\u6f6e \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 10)"},{"id":"blighted-relic-chambers-map-tier-10","text":"\u83cc\u6f6e \u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 10)"},{"id":"blighted-strand-map-tier-10","text":"\u83cc\u6f6e \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 10)"},{"id":"blighted-underground-sea-map-tier-10","text":"\u83cc\u6f6e \u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 10)"},{"id":"blighted-wharf-map-tier-10","text":"\u83cc\u6f6e \u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 10)"},{"id":"blighted-acid-caverns-map-tier-11","text":"\u83cc\u6f6e \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 11)"},{"id":"blighted-arachnid-nest-map-tier-11","text":"\u83cc\u6f6e \u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 11)"},{"id":"blighted-arcade-map-tier-11","text":"\u83cc\u6f6e \u5d29\u574f\u957f\u5eca (\u4f4d\u9636 11)"},{"id":"blighted-burial-chambers-map-tier-11","text":"\u83cc\u6f6e \u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 11)"},{"id":"blighted-cemetery-map-tier-11","text":"\u83cc\u6f6e \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 11)"},{"id":"blighted-city-square-map-tier-11","text":"\u83cc\u6f6e \u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 11)"},{"id":"blighted-colonnade-map-tier-11","text":"\u83cc\u6f6e \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 11)"},{"id":"blighted-ghetto-map-tier-11","text":"\u83cc\u6f6e \u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 11)"},{"id":"blighted-grave-trough-map-tier-11","text":"\u83cc\u6f6e \u8352\u575f\u51f9\u5730 (\u4f4d\u9636 11)"},{"id":"blighted-lookout-map-tier-11","text":"\u83cc\u6f6e \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 11)"},{"id":"blighted-mineral-pools-map-tier-11","text":"\u83cc\u6f6e \u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 11)"},{"id":"blighted-moon-temple-map-tier-11","text":"\u83cc\u6f6e \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 11)"},{"id":"blighted-precinct-map-tier-11","text":"\u83cc\u6f6e \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 11)"},{"id":"blighted-racecourse-map-tier-11","text":"\u83cc\u6f6e \u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 11)"},{"id":"blighted-spider-forest-map-tier-11","text":"\u83cc\u6f6e \u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 11)"},{"id":"blighted-summit-map-tier-11","text":"\u83cc\u6f6e \u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 11)"},{"id":"blighted-volcano-map-tier-11","text":"\u83cc\u6f6e \u706b\u5c71\u708e\u57df (\u4f4d\u9636 11)"},{"id":"blighted-wasteland-map-tier-11","text":"\u83cc\u6f6e \u8352\u5730 (\u4f4d\u9636 11)"},{"id":"blighted-ashen-wood-map-tier-12","text":"\u83cc\u6f6e \u65f1\u6728\u6797\u5730 (\u4f4d\u9636 12)"},{"id":"blighted-atoll-map-tier-12","text":"\u83cc\u6f6e \u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 12)"},{"id":"blighted-basilica-map-tier-12","text":"\u83cc\u6f6e \u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 12)"},{"id":"blighted-bone-crypt-map-tier-12","text":"\u83cc\u6f6e \u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 12)"},{"id":"blighted-channel-map-tier-12","text":"\u83cc\u6f6e \u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 12)"},{"id":"blighted-courtyard-map-tier-12","text":"\u83cc\u6f6e \u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 12)"},{"id":"blighted-dry-sea-map-tier-12","text":"\u83cc\u6f6e \u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 12)"},{"id":"blighted-flooded-mine-map-tier-12","text":"\u83cc\u6f6e \u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 12)"},{"id":"blighted-foundry-map-tier-12","text":"\u83cc\u6f6e \u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 12)"},{"id":"blighted-gardens-map-tier-12","text":"\u83cc\u6f6e \u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 12)"},{"id":"blighted-glacier-map-tier-12","text":"\u83cc\u6f6e \u51b0\u5ddd (\u4f4d\u9636 12)"},{"id":"blighted-iceberg-map-tier-12","text":"\u83cc\u6f6e \u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 12)"},{"id":"blighted-lava-chamber-map-tier-12","text":"\u83cc\u6f6e \u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 12)"},{"id":"blighted-museum-map-tier-12","text":"\u83cc\u6f6e \u53e4\u535a\u7269\u9986 (\u4f4d\u9636 12)"},{"id":"blighted-necropolis-map-tier-12","text":"\u83cc\u6f6e \u9b54\u5f71\u5893\u573a (\u4f4d\u9636 12)"},{"id":"blighted-orchard-map-tier-12","text":"\u83cc\u6f6e \u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 12)"},{"id":"blighted-park-map-tier-12","text":"\u83cc\u6f6e \u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 12)"},{"id":"blighted-sepulchre-map-tier-12","text":"\u83cc\u6f6e \u9634\u6697\u5893\u51a2 (\u4f4d\u9636 12)"},{"id":"blighted-siege-map-tier-12","text":"\u83cc\u6f6e \u56f4\u57ce (\u4f4d\u9636 12)"},{"id":"blighted-spider-lair-map-tier-12","text":"\u83cc\u6f6e \u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 12)"},{"id":"blighted-tropical-island-map-tier-12","text":"\u83cc\u6f6e \u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 12)"},{"id":"blighted-arid-lake-map-tier-13","text":"\u83cc\u6f6e \u8352\u829c\u6e56\u57df (\u4f4d\u9636 13)"},{"id":"blighted-cage-map-tier-13","text":"\u83cc\u6f6e \u6076\u5ff5\u7262\u7b3c (\u4f4d\u9636 13)"},{"id":"blighted-canyon-map-tier-13","text":"\u83cc\u6f6e \u7099\u9633\u5ce1\u8c37 (\u4f4d\u9636 13)"},{"id":"blighted-coves-map-tier-13","text":"\u83cc\u6f6e \u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 13)"},{"id":"blighted-crimson-temple-map-tier-13","text":"\u83cc\u6f6e \u73ab\u7ea2\u795e\u6bbf (\u4f4d\u9636 13)"},{"id":"blighted-crimson-township-map-tier-13","text":"\u83cc\u6f6e \u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 13)"},{"id":"blighted-dark-forest-map-tier-13","text":"\u83cc\u6f6e \u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 13)"},{"id":"blighted-dunes-map-tier-13","text":"\u83cc\u6f6e \u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 13)"},{"id":"blighted-fields-map-tier-13","text":"\u83cc\u6f6e \u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 13)"},{"id":"blighted-forking-river-map-tier-13","text":"\u83cc\u6f6e \u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 13)"},{"id":"blighted-infested-valley-map-tier-13","text":"\u83cc\u6f6e \u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 13)"},{"id":"blighted-laboratory-map-tier-13","text":"\u83cc\u6f6e \u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 13)"},{"id":"blighted-mud-geyser-map-tier-13","text":"\u83cc\u6f6e \u9634\u6666\u6ce5\u6ee9 (\u4f4d\u9636 13)"},{"id":"blighted-palace-map-tier-13","text":"\u83cc\u6f6e \u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 13)"},{"id":"blighted-port-map-tier-13","text":"\u83cc\u6f6e \u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 13)"},{"id":"blighted-promenade-map-tier-13","text":"\u83cc\u6f6e \u6708\u8272\u56de\u5eca (\u4f4d\u9636 13)"},{"id":"blighted-shore-map-tier-13","text":"\u83cc\u6f6e \u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 13)"},{"id":"blighted-thicket-map-tier-13","text":"\u83cc\u6f6e \u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 13)"},{"id":"blighted-underground-sea-map-tier-13","text":"\u83cc\u6f6e \u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 13)"},{"id":"blighted-waste-pool-map-tier-13","text":"\u83cc\u6f6e \u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 13)"},{"id":"blighted-wharf-map-tier-13","text":"\u83cc\u6f6e \u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 13)"},{"id":"blighted-ancient-city-map-tier-14","text":"\u83cc\u6f6e \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 14)"},{"id":"blighted-arcade-map-tier-14","text":"\u83cc\u6f6e \u5d29\u574f\u957f\u5eca (\u4f4d\u9636 14)"},{"id":"blighted-bog-map-tier-14","text":"\u83cc\u6f6e \u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 14)"},{"id":"blighted-burial-chambers-map-tier-14","text":"\u83cc\u6f6e \u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 14)"},{"id":"blighted-caldera-map-tier-14","text":"\u83cc\u6f6e \u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 14)"},{"id":"blighted-castle-ruins-map-tier-14","text":"\u83cc\u6f6e \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 14)"},{"id":"blighted-chateau-map-tier-14","text":"\u83cc\u6f6e \u53e4\u5821 (\u4f4d\u9636 14)"},{"id":"blighted-conservatory-map-tier-14","text":"\u83cc\u6f6e \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 14)"},{"id":"blighted-cursed-crypt-map-tier-14","text":"\u83cc\u6f6e \u5492\u6028\u9675\u5893 (\u4f4d\u9636 14)"},{"id":"blighted-dig-map-tier-14","text":"\u83cc\u6f6e \u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 14)"},{"id":"blighted-estuary-map-tier-14","text":"\u83cc\u6f6e \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 14)"},{"id":"blighted-ghetto-map-tier-14","text":"\u83cc\u6f6e \u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 14)"},{"id":"blighted-jungle-valley-map-tier-14","text":"\u83cc\u6f6e \u5267\u6bd2\u6797\u8c37 (\u4f4d\u9636 14)"},{"id":"blighted-mineral-pools-map-tier-14","text":"\u83cc\u6f6e \u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 14)"},{"id":"blighted-overgrown-shrine-map-tier-14","text":"\u83cc\u6f6e \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 14)"},{"id":"blighted-plateau-map-tier-14","text":"\u83cc\u6f6e \u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 14)"},{"id":"blighted-plaza-map-tier-14","text":"\u83cc\u6f6e \u5e7f\u573a (\u4f4d\u9636 14)"},{"id":"blighted-racecourse-map-tier-14","text":"\u83cc\u6f6e \u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 14)"},{"id":"blighted-ramparts-map-tier-14","text":"\u83cc\u6f6e \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 14)"},{"id":"blighted-reef-map-tier-14","text":"\u83cc\u6f6e \u5371\u673a\u6d77\u7901 (\u4f4d\u9636 14)"},{"id":"blighted-relic-chambers-map-tier-14","text":"\u83cc\u6f6e \u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 14)"},{"id":"blighted-strand-map-tier-14","text":"\u83cc\u6f6e \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 14)"},{"id":"blighted-temple-map-tier-14","text":"\u83cc\u6f6e \u593a\u9b42\u4e4b\u6bbf (\u4f4d\u9636 14)"},{"id":"blighted-volcano-map-tier-14","text":"\u83cc\u6f6e \u706b\u5c71\u708e\u57df (\u4f4d\u9636 14)"},{"id":"blighted-acid-caverns-map-tier-15","text":"\u83cc\u6f6e \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 15)"},{"id":"blighted-arachnid-nest-map-tier-15","text":"\u83cc\u6f6e \u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 15)"},{"id":"blighted-basilica-map-tier-15","text":"\u83cc\u6f6e \u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 15)"},{"id":"blighted-bramble-valley-map-tier-15","text":"\u83cc\u6f6e \u9ed1\u68d8\u8c37\u5730 (\u4f4d\u9636 15)"},{"id":"blighted-cemetery-map-tier-15","text":"\u83cc\u6f6e \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 15)"},{"id":"blighted-city-square-map-tier-15","text":"\u83cc\u6f6e \u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 15)"},{"id":"blighted-colonnade-map-tier-15","text":"\u83cc\u6f6e \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 15)"},{"id":"blighted-grave-trough-map-tier-15","text":"\u83cc\u6f6e \u8352\u575f\u51f9\u5730 (\u4f4d\u9636 15)"},{"id":"blighted-ivory-temple-map-tier-15","text":"\u83cc\u6f6e \u767d\u7389\u795e\u5e99 (\u4f4d\u9636 15)"},{"id":"blighted-lava-chamber-map-tier-15","text":"\u83cc\u6f6e \u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 15)"},{"id":"blighted-lookout-map-tier-15","text":"\u83cc\u6f6e \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 15)"},{"id":"blighted-mesa-map-tier-15","text":"\u83cc\u6f6e \u8d64\u7ea2\u5c71\u5730 (\u4f4d\u9636 15)"},{"id":"blighted-moon-temple-map-tier-15","text":"\u83cc\u6f6e \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 15)"},{"id":"blighted-museum-map-tier-15","text":"\u83cc\u6f6e \u53e4\u535a\u7269\u9986 (\u4f4d\u9636 15)"},{"id":"blighted-necropolis-map-tier-15","text":"\u83cc\u6f6e \u9b54\u5f71\u5893\u573a (\u4f4d\u9636 15)"},{"id":"blighted-orchard-map-tier-15","text":"\u83cc\u6f6e \u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 15)"},{"id":"blighted-precinct-map-tier-15","text":"\u83cc\u6f6e \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 15)"},{"id":"blighted-spider-forest-map-tier-15","text":"\u83cc\u6f6e \u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 15)"},{"id":"blighted-summit-map-tier-15","text":"\u83cc\u6f6e \u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 15)"},{"id":"blighted-underground-river-map-tier-15","text":"\u83cc\u6f6e \u5730\u5e95\u4e4b\u6cb3 (\u4f4d\u9636 15)"},{"id":"blighted-vault-map-tier-15","text":"\u83cc\u6f6e \u673a\u5173\u5b9d\u5e93 (\u4f4d\u9636 15)"},{"id":"blighted-wasteland-map-tier-15","text":"\u83cc\u6f6e \u8352\u5730 (\u4f4d\u9636 15)"},{"id":"blighted-acid-caverns-map-tier-16","text":"\u83cc\u6f6e \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 16)"},{"id":"blighted-ancient-city-map-tier-16","text":"\u83cc\u6f6e \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 16)"},{"id":"blighted-arachnid-nest-map-tier-16","text":"\u83cc\u6f6e \u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"blighted-arcade-map-tier-16","text":"\u83cc\u6f6e \u5d29\u574f\u957f\u5eca (\u4f4d\u9636 16)"},{"id":"blighted-arid-lake-map-tier-16","text":"\u83cc\u6f6e \u8352\u829c\u6e56\u57df (\u4f4d\u9636 16)"},{"id":"blighted-ashen-wood-map-tier-16","text":"\u83cc\u6f6e \u65f1\u6728\u6797\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-atoll-map-tier-16","text":"\u83cc\u6f6e \u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 16)"},{"id":"blighted-basilica-map-tier-16","text":"\u83cc\u6f6e \u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 16)"},{"id":"blighted-bazaar-map-tier-16","text":"\u83cc\u6f6e \u8fdc\u53e4\u5e02\u96c6 (\u4f4d\u9636 16)"},{"id":"blighted-bog-map-tier-16","text":"\u83cc\u6f6e \u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 16)"},{"id":"blighted-bone-crypt-map-tier-16","text":"\u83cc\u6f6e \u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 16)"},{"id":"blighted-bramble-valley-map-tier-16","text":"\u83cc\u6f6e \u9ed1\u68d8\u8c37\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-burial-chambers-map-tier-16","text":"\u83cc\u6f6e \u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 16)"},{"id":"blighted-cage-map-tier-16","text":"\u83cc\u6f6e \u6076\u5ff5\u7262\u7b3c (\u4f4d\u9636 16)"},{"id":"blighted-caldera-map-tier-16","text":"\u83cc\u6f6e \u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 16)"},{"id":"blighted-canyon-map-tier-16","text":"\u83cc\u6f6e \u7099\u9633\u5ce1\u8c37 (\u4f4d\u9636 16)"},{"id":"blighted-castle-ruins-map-tier-16","text":"\u83cc\u6f6e \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 16)"},{"id":"blighted-cemetery-map-tier-16","text":"\u83cc\u6f6e \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-channel-map-tier-16","text":"\u83cc\u6f6e \u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 16)"},{"id":"blighted-chateau-map-tier-16","text":"\u83cc\u6f6e \u53e4\u5821 (\u4f4d\u9636 16)"},{"id":"blighted-city-square-map-tier-16","text":"\u83cc\u6f6e \u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"blighted-colonnade-map-tier-16","text":"\u83cc\u6f6e \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 16)"},{"id":"blighted-conservatory-map-tier-16","text":"\u83cc\u6f6e \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 16)"},{"id":"blighted-courtyard-map-tier-16","text":"\u83cc\u6f6e \u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 16)"},{"id":"blighted-coves-map-tier-16","text":"\u83cc\u6f6e \u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 16)"},{"id":"blighted-crimson-temple-map-tier-16","text":"\u83cc\u6f6e \u73ab\u7ea2\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"blighted-crimson-township-map-tier-16","text":"\u83cc\u6f6e \u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 16)"},{"id":"blighted-cursed-crypt-map-tier-16","text":"\u83cc\u6f6e \u5492\u6028\u9675\u5893 (\u4f4d\u9636 16)"},{"id":"blighted-dark-forest-map-tier-16","text":"\u83cc\u6f6e \u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 16)"},{"id":"blighted-desert-map-tier-16","text":"\u83cc\u6f6e \u8d2b\u7620\u4e4b\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-dig-map-tier-16","text":"\u83cc\u6f6e \u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 16)"},{"id":"blighted-dry-sea-map-tier-16","text":"\u83cc\u6f6e \u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 16)"},{"id":"blighted-dunes-map-tier-16","text":"\u83cc\u6f6e \u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 16)"},{"id":"blighted-estuary-map-tier-16","text":"\u83cc\u6f6e \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 16)"},{"id":"blighted-fields-map-tier-16","text":"\u83cc\u6f6e \u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 16)"},{"id":"blighted-flooded-mine-map-tier-16","text":"\u83cc\u6f6e \u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 16)"},{"id":"blighted-forking-river-map-tier-16","text":"\u83cc\u6f6e \u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 16)"},{"id":"blighted-foundry-map-tier-16","text":"\u83cc\u6f6e \u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 16)"},{"id":"blighted-gardens-map-tier-16","text":"\u83cc\u6f6e \u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 16)"},{"id":"blighted-ghetto-map-tier-16","text":"\u83cc\u6f6e \u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 16)"},{"id":"blighted-glacier-map-tier-16","text":"\u83cc\u6f6e \u51b0\u5ddd (\u4f4d\u9636 16)"},{"id":"blighted-grave-trough-map-tier-16","text":"\u83cc\u6f6e \u8352\u575f\u51f9\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-iceberg-map-tier-16","text":"\u83cc\u6f6e \u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 16)"},{"id":"blighted-infested-valley-map-tier-16","text":"\u83cc\u6f6e \u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 16)"},{"id":"blighted-ivory-temple-map-tier-16","text":"\u83cc\u6f6e \u767d\u7389\u795e\u5e99 (\u4f4d\u9636 16)"},{"id":"blighted-jungle-valley-map-tier-16","text":"\u83cc\u6f6e \u5267\u6bd2\u6797\u8c37 (\u4f4d\u9636 16)"},{"id":"blighted-laboratory-map-tier-16","text":"\u83cc\u6f6e \u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 16)"},{"id":"blighted-lava-chamber-map-tier-16","text":"\u83cc\u6f6e \u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"blighted-lookout-map-tier-16","text":"\u83cc\u6f6e \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-mesa-map-tier-16","text":"\u83cc\u6f6e \u8d64\u7ea2\u5c71\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-mineral-pools-map-tier-16","text":"\u83cc\u6f6e \u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 16)"},{"id":"blighted-moon-temple-map-tier-16","text":"\u83cc\u6f6e \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"blighted-mud-geyser-map-tier-16","text":"\u83cc\u6f6e \u9634\u6666\u6ce5\u6ee9 (\u4f4d\u9636 16)"},{"id":"blighted-museum-map-tier-16","text":"\u83cc\u6f6e \u53e4\u535a\u7269\u9986 (\u4f4d\u9636 16)"},{"id":"blighted-necropolis-map-tier-16","text":"\u83cc\u6f6e \u9b54\u5f71\u5893\u573a (\u4f4d\u9636 16)"},{"id":"blighted-orchard-map-tier-16","text":"\u83cc\u6f6e \u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 16)"},{"id":"blighted-overgrown-shrine-map-tier-16","text":"\u83cc\u6f6e \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"blighted-palace-map-tier-16","text":"\u83cc\u6f6e \u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"blighted-park-map-tier-16","text":"\u83cc\u6f6e \u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 16)"},{"id":"blighted-plateau-map-tier-16","text":"\u83cc\u6f6e \u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 16)"},{"id":"blighted-plaza-map-tier-16","text":"\u83cc\u6f6e \u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"blighted-port-map-tier-16","text":"\u83cc\u6f6e \u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 16)"},{"id":"blighted-precinct-map-tier-16","text":"\u83cc\u6f6e \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 16)"},{"id":"blighted-promenade-map-tier-16","text":"\u83cc\u6f6e \u6708\u8272\u56de\u5eca (\u4f4d\u9636 16)"},{"id":"blighted-racecourse-map-tier-16","text":"\u83cc\u6f6e \u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 16)"},{"id":"blighted-ramparts-map-tier-16","text":"\u83cc\u6f6e \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 16)"},{"id":"blighted-reef-map-tier-16","text":"\u83cc\u6f6e \u5371\u673a\u6d77\u7901 (\u4f4d\u9636 16)"},{"id":"blighted-relic-chambers-map-tier-16","text":"\u83cc\u6f6e \u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 16)"},{"id":"blighted-sepulchre-map-tier-16","text":"\u83cc\u6f6e \u9634\u6697\u5893\u51a2 (\u4f4d\u9636 16)"},{"id":"blighted-shore-map-tier-16","text":"\u83cc\u6f6e \u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 16)"},{"id":"blighted-siege-map-tier-16","text":"\u83cc\u6f6e \u56f4\u57ce (\u4f4d\u9636 16)"},{"id":"blighted-spider-forest-map-tier-16","text":"\u83cc\u6f6e \u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 16)"},{"id":"blighted-spider-lair-map-tier-16","text":"\u83cc\u6f6e \u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"blighted-stagnation-map-tier-16","text":"\u83cc\u6f6e \u505c\u6ede\u533a (\u4f4d\u9636 16)"},{"id":"blighted-strand-map-tier-16","text":"\u83cc\u6f6e \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 16)"},{"id":"blighted-summit-map-tier-16","text":"\u83cc\u6f6e \u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 16)"},{"id":"blighted-temple-map-tier-16","text":"\u83cc\u6f6e \u593a\u9b42\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"blighted-thicket-map-tier-16","text":"\u83cc\u6f6e \u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 16)"},{"id":"blighted-tropical-island-map-tier-16","text":"\u83cc\u6f6e \u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 16)"},{"id":"blighted-underground-river-map-tier-16","text":"\u83cc\u6f6e \u5730\u5e95\u4e4b\u6cb3 (\u4f4d\u9636 16)"},{"id":"blighted-underground-sea-map-tier-16","text":"\u83cc\u6f6e \u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 16)"},{"id":"blighted-vault-map-tier-16","text":"\u83cc\u6f6e \u673a\u5173\u5b9d\u5e93 (\u4f4d\u9636 16)"},{"id":"blighted-volcano-map-tier-16","text":"\u83cc\u6f6e \u706b\u5c71\u708e\u57df (\u4f4d\u9636 16)"},{"id":"blighted-waste-pool-map-tier-16","text":"\u83cc\u6f6e \u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 16)"},{"id":"blighted-wasteland-map-tier-16","text":"\u83cc\u6f6e \u8352\u5730 (\u4f4d\u9636 16)"},{"id":"blighted-wharf-map-tier-16","text":"\u83cc\u6f6e \u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 16)"}]},{"id":"MapsUberBlighted","label":"\u5730\u56fe (\u83cc\u6f6e\u706d\u7edd)","entries":[{"id":"blight-ravaged-ancient-city-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 14)"},{"id":"blight-ravaged-arcade-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5d29\u574f\u957f\u5eca (\u4f4d\u9636 14)"},{"id":"blight-ravaged-bog-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 14)"},{"id":"blight-ravaged-burial-chambers-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-caldera-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 14)"},{"id":"blight-ravaged-castle-ruins-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-chateau-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5821 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-conservatory-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-cursed-crypt-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5492\u6028\u9675\u5893 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-dig-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-estuary-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-ghetto-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-jungle-valley-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5267\u6bd2\u6797\u8c37 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-mineral-pools-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-overgrown-shrine-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 14)"},{"id":"blight-ravaged-plateau-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 14)"},{"id":"blight-ravaged-plaza-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5e7f\u573a (\u4f4d\u9636 14)"},{"id":"blight-ravaged-racecourse-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 14)"},{"id":"blight-ravaged-ramparts-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-reef-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u673a\u6d77\u7901 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-relic-chambers-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-strand-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 14)"},{"id":"blight-ravaged-temple-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u593a\u9b42\u4e4b\u6bbf (\u4f4d\u9636 14)"},{"id":"blight-ravaged-volcano-map-tier-14","text":"\u83cc\u6f6e\u706d\u7edd \u706b\u5c71\u708e\u57df (\u4f4d\u9636 14)"},{"id":"blight-ravaged-acid-caverns-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-arachnid-nest-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-basilica-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-bramble-valley-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u9ed1\u68d8\u8c37\u5730 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-cemetery-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-city-square-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 15)"},{"id":"blight-ravaged-colonnade-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 15)"},{"id":"blight-ravaged-grave-trough-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u575f\u51f9\u5730 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-ivory-temple-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u767d\u7389\u795e\u5e99 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-lava-chamber-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 15)"},{"id":"blight-ravaged-lookout-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-mesa-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u7ea2\u5c71\u5730 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-moon-temple-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 15)"},{"id":"blight-ravaged-museum-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u535a\u7269\u9986 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-necropolis-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u9b54\u5f71\u5893\u573a (\u4f4d\u9636 15)"},{"id":"blight-ravaged-orchard-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 15)"},{"id":"blight-ravaged-precinct-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 15)"},{"id":"blight-ravaged-spider-forest-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-summit-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-underground-river-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u5730\u5e95\u4e4b\u6cb3 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-vault-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u673a\u5173\u5b9d\u5e93 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-wasteland-map-tier-15","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u5730 (\u4f4d\u9636 15)"},{"id":"blight-ravaged-acid-caverns-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5f3a\u9178\u6d1e\u7a74 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-ancient-city-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8fdc\u53e4\u4e4b\u57ce (\u4f4d\u9636 16)"},{"id":"blight-ravaged-arachnid-nest-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5f02\u86db\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-arcade-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5d29\u574f\u957f\u5eca (\u4f4d\u9636 16)"},{"id":"blight-ravaged-arid-lake-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u829c\u6e56\u57df (\u4f4d\u9636 16)"},{"id":"blight-ravaged-ashen-wood-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u65f1\u6728\u6797\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-atoll-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6ee8\u6d77\u5c71\u4e18 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-basilica-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u795e\u5723\u5927\u6559\u5802 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-bazaar-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8fdc\u53e4\u5e02\u96c6 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-bog-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u7634\u6c14\u6ce5\u6cbc (\u4f4d\u9636 16)"},{"id":"blight-ravaged-bone-crypt-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u77f3\u9675\u5893 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-bramble-valley-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u9ed1\u68d8\u8c37\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-burial-chambers-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u95ed\u5893\u9886 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-cage-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6076\u5ff5\u7262\u7b3c (\u4f4d\u9636 16)"},{"id":"blight-ravaged-caldera-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5bc2\u7075\u4e4b\u6e0a (\u4f4d\u9636 16)"},{"id":"blight-ravaged-canyon-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u7099\u9633\u5ce1\u8c37 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-castle-ruins-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u5f71\u9057\u5740 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-cemetery-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6668\u66e6\u5893\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-channel-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u79d8\u5bc6\u901a\u9053 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-chateau-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5821 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-city-square-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u57ce\u4e2d\u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"blight-ravaged-colonnade-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6fc0\u6218\u67f1\u5eca (\u4f4d\u9636 16)"},{"id":"blight-ravaged-conservatory-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5854\u5185\u5802 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-courtyard-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5947\u672f\u4e4b\u5ead (\u4f4d\u9636 16)"},{"id":"blight-ravaged-coves-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u75be\u98ce\u5ce1\u6e7e (\u4f4d\u9636 16)"},{"id":"blight-ravaged-crimson-temple-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u73ab\u7ea2\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"blight-ravaged-crimson-township-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u7eef\u7ea2\u5c0f\u9547 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-cursed-crypt-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5492\u6028\u9675\u5893 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-dark-forest-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u591c\u8bed\u5e7d\u6797 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-desert-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8d2b\u7620\u4e4b\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-dig-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6398\u5730\u4e4b\u7262 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-dry-sea-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5e72\u67af\u4e4b\u6d77 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-dunes-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u66ae\u8272\u6c99\u4e18 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-estuary-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u5bd2\u6cb3\u5cb8 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-fields-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u65e0\u8fb9\u539f\u91ce (\u4f4d\u9636 16)"},{"id":"blight-ravaged-flooded-mine-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u79ef\u6c34\u77ff\u5751 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-forking-river-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5206\u53c9\u4e4b\u6cb3 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-foundry-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u953b\u6676\u8f66\u95f4 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-gardens-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u82b1\u56ed\u8ff7\u5bab (\u4f4d\u9636 16)"},{"id":"blight-ravaged-ghetto-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u8d2b\u5c45\u6240 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-glacier-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u51b0\u5ddd (\u4f4d\u9636 16)"},{"id":"blight-ravaged-grave-trough-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u575f\u51f9\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-iceberg-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6781\u5bd2\u51b0\u539f (\u4f4d\u9636 16)"},{"id":"blight-ravaged-infested-valley-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u75ab\u6e90\u6797\u8c37 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-ivory-temple-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u767d\u7389\u795e\u5e99 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-jungle-valley-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5267\u6bd2\u6797\u8c37 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-laboratory-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5b9e\u9a8c\u5bc6\u5ba4 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-lava-chamber-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u7194\u5ca9\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"blight-ravaged-lookout-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u5899\u4e4b\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-mesa-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u7ea2\u5c71\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-mineral-pools-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5e9f\u5f03\u77ff\u5c71 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-moon-temple-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6708\u5f71\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"blight-ravaged-mud-geyser-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u9634\u6666\u6ce5\u6ee9 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-museum-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u535a\u7269\u9986 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-necropolis-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u9b54\u5f71\u5893\u573a (\u4f4d\u9636 16)"},{"id":"blight-ravaged-orchard-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5bc6\u6797\u679c\u56ed (\u4f4d\u9636 16)"},{"id":"blight-ravaged-overgrown-shrine-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5bc6\u8349\u795e\u6bbf (\u4f4d\u9636 16)"},{"id":"blight-ravaged-palace-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u795e\u57df\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"blight-ravaged-park-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5bc2\u591c\u6797\u82d1 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-plateau-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6d77\u98ce\u9ad8\u539f (\u4f4d\u9636 16)"},{"id":"blight-ravaged-plaza-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"blight-ravaged-port-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u4e2d\u8f6c\u7801\u5934 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-precinct-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u82e6\u884c\u4e4b\u57df (\u4f4d\u9636 16)"},{"id":"blight-ravaged-promenade-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6708\u8272\u56de\u5eca (\u4f4d\u9636 16)"},{"id":"blight-ravaged-racecourse-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u578b\u7ade\u6280\u573a (\u4f4d\u9636 16)"},{"id":"blight-ravaged-ramparts-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5947\u8ff9\u4e4b\u5899 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-reef-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u673a\u6d77\u7901 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-relic-chambers-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u85cf\u5bc6\u5ba4 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-sepulchre-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u9634\u6697\u5893\u51a2 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-shore-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u66ae\u5149\u6d77\u6ee9 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-siege-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u56f4\u57ce (\u4f4d\u9636 16)"},{"id":"blight-ravaged-spider-forest-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u86db\u4e4b\u6797 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-spider-lair-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u86db\u5de2\u7a74 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-stagnation-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u505c\u6ede\u533a (\u4f4d\u9636 16)"},{"id":"blight-ravaged-strand-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u81f4\u547d\u5ca9\u6ee9 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-summit-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5bd2\u9876\u4e4b\u5dc5 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-temple-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u593a\u9b42\u4e4b\u6bbf (\u4f4d\u9636 16)"},{"id":"blight-ravaged-thicket-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u60ca\u60e7\u6811\u4e1b (\u4f4d\u9636 16)"},{"id":"blight-ravaged-tropical-island-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6674\u7a7a\u5e7d\u5c9b (\u4f4d\u9636 16)"},{"id":"blight-ravaged-underground-river-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u5730\u5e95\u4e4b\u6cb3 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-underground-sea-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6ee8\u6d77\u5e7d\u7a74 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-vault-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u673a\u5173\u5b9d\u5e93 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-volcano-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u706b\u5c71\u708e\u57df (\u4f4d\u9636 16)"},{"id":"blight-ravaged-waste-pool-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6b7b\u5bc2\u6ce5\u6c9f (\u4f4d\u9636 16)"},{"id":"blight-ravaged-wasteland-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u5730 (\u4f4d\u9636 16)"},{"id":"blight-ravaged-wharf-map-tier-16","text":"\u83cc\u6f6e\u706d\u7edd \u6bd2\u7259\u6d77\u6e2f (\u4f4d\u9636 16)"}]},{"id":"MapsUnique","label":"\u5730\u56fe\uff08\u4f20\u5947\uff09","entries":[{"id":"actons-nightmare-tier-3","text":"\u8f6e\u56de\u7684\u68a6\u9b47 (\u4f4d\u9636 3)"},{"id":"actons-nightmare-tier-6","text":"\u8f6e\u56de\u7684\u68a6\u9b47 (\u4f4d\u9636 6)"},{"id":"actons-nightmare-tier-10","text":"\u8f6e\u56de\u7684\u68a6\u9b47 (\u4f4d\u9636 10)"},{"id":"actons-nightmare-tier-14","text":"\u8f6e\u56de\u7684\u68a6\u9b47 (\u4f4d\u9636 14)"},{"id":"actons-nightmare-tier-16","text":"\u8f6e\u56de\u7684\u68a6\u9b47 (\u4f4d\u9636 16)"},{"id":"altered-distant-memory-tier-10","text":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6 (\u4f4d\u9636 11)"},{"id":"augmented-distant-memory-tier-10","text":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 (\u4f4d\u9636 11)"},{"id":"caer-blaidd-tier-15","text":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 (\u4f4d\u9636 15)"},{"id":"caer-blaidd-tier-16","text":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 (\u4f4d\u9636 16)"},{"id":"cortex-tier-10","text":"\u8111\u5c42 (\u4f4d\u9636 11)"},{"id":"death-and-taxes-tier-12","text":"\u4ea1\u8005\u4e4b\u8d22 (\u4f4d\u9636 12)"},{"id":"death-and-taxes-tier-15","text":"\u4ea1\u8005\u4e4b\u8d22 (\u4f4d\u9636 15)"},{"id":"death-and-taxes-tier-16","text":"\u4ea1\u8005\u4e4b\u8d22 (\u4f4d\u9636 16)"},{"id":"doryanis-machinarium-tier-14","text":"\u591a\u5229\u4e9a\u5c3c\u7684\u8ff7\u57ce (\u4f4d\u9636 14)"},{"id":"doryanis-machinarium-tier-16","text":"\u591a\u5229\u4e9a\u5c3c\u7684\u8ff7\u57ce (\u4f4d\u9636 16)"},{"id":"hall-of-grandmasters-tier-6","text":"\u5143\u5e05\u6bbf\u5802 (\u4f4d\u9636 6)"},{"id":"hall-of-grandmasters-tier-9","text":"\u5143\u5e05\u6bbf\u5802 (\u4f4d\u9636 9)"},{"id":"hall-of-grandmasters-tier-13","text":"\u5143\u5e05\u6bbf\u5802 (\u4f4d\u9636 13)"},{"id":"hall-of-grandmasters-tier-16","text":"\u5143\u5e05\u6bbf\u5802 (\u4f4d\u9636 16)"},{"id":"hallowed-ground-tier-4","text":"\u9b54\u8bc5\u4e4b\u57df (\u4f4d\u9636 4)"},{"id":"hallowed-ground-tier-7","text":"\u9b54\u8bc5\u4e4b\u57df (\u4f4d\u9636 7)"},{"id":"hallowed-ground-tier-11","text":"\u9b54\u8bc5\u4e4b\u57df (\u4f4d\u9636 11)"},{"id":"hallowed-ground-tier-15","text":"\u9b54\u8bc5\u4e4b\u57df (\u4f4d\u9636 15)"},{"id":"hallowed-ground-tier-16","text":"\u9b54\u8bc5\u4e4b\u57df (\u4f4d\u9636 16)"},{"id":"infused-beachhead-tier-16","text":"\u704c\u6ce8\u7684\u964d\u4e34\u4e4b\u5730 (\u4f4d\u9636 11)"},{"id":"maelstrom-of-chaos-tier-5","text":"\u6df7\u6c8c\u4e4b\u6e0a (\u4f4d\u9636 5)"},{"id":"maelstrom-of-chaos-tier-8","text":"\u6df7\u6c8c\u4e4b\u6e0a (\u4f4d\u9636 8)"},{"id":"maelstrom-of-chaos-tier-12","text":"\u6df7\u6c8c\u4e4b\u6e0a (\u4f4d\u9636 12)"},{"id":"maelstrom-of-chaos-tier-16","text":"\u6df7\u6c8c\u4e4b\u6e0a (\u4f4d\u9636 16)"},{"id":"mao-kun-tier-6","text":"\u8d3c\u7a9d (\u4f4d\u9636 6)"},{"id":"mao-kun-tier-9","text":"\u8d3c\u7a9d (\u4f4d\u9636 9)"},{"id":"mao-kun-tier-13","text":"\u8d3c\u7a9d (\u4f4d\u9636 13)"},{"id":"mao-kun-tier-16","text":"\u8d3c\u7a9d (\u4f4d\u9636 16)"},{"id":"obas-cursed-trove-tier-10","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 (\u4f4d\u9636 10)"},{"id":"obas-cursed-trove-tier-13","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 (\u4f4d\u9636 13)"},{"id":"obas-cursed-trove-tier-16","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 (\u4f4d\u9636 16)"},{"id":"olmecs-sanctum-tier-1","text":"\u8fdc\u53e4\u4e4b\u5370 (\u4f4d\u9636 1)"},{"id":"olmecs-sanctum-tier-4","text":"\u8fdc\u53e4\u4e4b\u5370 (\u4f4d\u9636 4)"},{"id":"olmecs-sanctum-tier-8","text":"\u8fdc\u53e4\u4e4b\u5370 (\u4f4d\u9636 8)"},{"id":"olmecs-sanctum-tier-12","text":"\u8fdc\u53e4\u4e4b\u5370 (\u4f4d\u9636 12)"},{"id":"olmecs-sanctum-tier-16","text":"\u8fdc\u53e4\u4e4b\u5370 (\u4f4d\u9636 16)"},{"id":"pillars-of-arun-tier-2","text":"\u963f\u5c14\u4f26\u795e\u67f1 (\u4f4d\u9636 2)"},{"id":"pillars-of-arun-tier-5","text":"\u963f\u5c14\u4f26\u795e\u67f1 (\u4f4d\u9636 5)"},{"id":"pillars-of-arun-tier-9","text":"\u963f\u5c14\u4f26\u795e\u67f1 (\u4f4d\u9636 9)"},{"id":"pillars-of-arun-tier-13","text":"\u963f\u5c14\u4f26\u795e\u67f1 (\u4f4d\u9636 13)"},{"id":"pillars-of-arun-tier-16","text":"\u963f\u5c14\u4f26\u795e\u67f1 (\u4f4d\u9636 16)"},{"id":"poorjoys-asylum-tier-14","text":"\u6c89\u6ca6\u4e4b\u95f4 (\u4f4d\u9636 14)"},{"id":"poorjoys-asylum-tier-16","text":"\u6c89\u6ca6\u4e4b\u95f4 (\u4f4d\u9636 16)"},{"id":"replica-cortex-tier-10","text":"\u8111\u5c42\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 11)"},{"id":"replica-pillars-of-arun-tier-2","text":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 2)"},{"id":"replica-pillars-of-arun-tier-5","text":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 5)"},{"id":"replica-pillars-of-arun-tier-9","text":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 9)"},{"id":"replica-pillars-of-arun-tier-13","text":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 13)"},{"id":"replica-pillars-of-arun-tier-16","text":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 16)"},{"id":"replica-poorjoys-asylum-tier-14","text":"\u6c89\u6ca6\u4e4b\u95f4\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 14)"},{"id":"replica-poorjoys-asylum-tier-16","text":"\u6c89\u6ca6\u4e4b\u95f4\u3010\u4eff\u54c1\u3011 (\u4f4d\u9636 16)"},{"id":"rewritten-distant-memory-tier-10","text":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6 (\u4f4d\u9636 11)"},{"id":"the-beachhead-tier-5","text":"\u964d\u4e34\u4e4b\u5730 (\u4f4d\u9636 5)"},{"id":"the-beachhead-tier-10","text":"\u964d\u4e34\u4e4b\u5730 (\u4f4d\u9636 10)"},{"id":"the-beachhead-tier-15","text":"\u964d\u4e34\u4e4b\u5730 (\u4f4d\u9636 15)"},{"id":"the-cowards-trial-tier-7","text":"\u61e6\u8005\u7684\u8bd5\u9a8c (\u4f4d\u9636 7)"},{"id":"the-cowards-trial-tier-10","text":"\u61e6\u8005\u7684\u8bd5\u9a8c (\u4f4d\u9636 10)"},{"id":"the-cowards-trial-tier-14","text":"\u61e6\u8005\u7684\u8bd5\u9a8c (\u4f4d\u9636 14)"},{"id":"the-cowards-trial-tier-16","text":"\u61e6\u8005\u7684\u8bd5\u9a8c (\u4f4d\u9636 16)"},{"id":"the-putrid-cloister-tier-12","text":"\u5e7d\u79d8\u535a\u7269\u9986 (\u4f4d\u9636 12)"},{"id":"the-putrid-cloister-tier-15","text":"\u5e7d\u79d8\u535a\u7269\u9986 (\u4f4d\u9636 15)"},{"id":"the-putrid-cloister-tier-16","text":"\u5e7d\u79d8\u535a\u7269\u9986 (\u4f4d\u9636 16)"},{"id":"the-tower-of-ordeals","text":"\u6298\u78e8\u4e4b\u5854 (\u4f4d\u9636 16)"},{"id":"the-twilight-temple-tier-4","text":"\u66ae\u5149\u53e4\u5e99 (\u4f4d\u9636 4)"},{"id":"the-twilight-temple-tier-7","text":"\u66ae\u5149\u53e4\u5e99 (\u4f4d\u9636 7)"},{"id":"the-twilight-temple-tier-11","text":"\u66ae\u5149\u53e4\u5e99 (\u4f4d\u9636 11)"},{"id":"the-twilight-temple-tier-15","text":"\u66ae\u5149\u53e4\u5e99 (\u4f4d\u9636 15)"},{"id":"the-twilight-temple-tier-16","text":"\u66ae\u5149\u53e4\u5e99 (\u4f4d\u9636 16)"},{"id":"the-vinktar-square-tier-5","text":"\u7ef4\u514b\u5854\u5e7f\u573a (\u4f4d\u9636 5)"},{"id":"the-vinktar-square-tier-8","text":"\u7ef4\u514b\u5854\u5e7f\u573a (\u4f4d\u9636 8)"},{"id":"the-vinktar-square-tier-12","text":"\u7ef4\u514b\u5854\u5e7f\u573a (\u4f4d\u9636 12)"},{"id":"the-vinktar-square-tier-16","text":"\u7ef4\u514b\u5854\u5e7f\u573a (\u4f4d\u9636 16)"},{"id":"twisted-distant-memory-tier-10","text":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6 (\u4f4d\u9636 11)"},{"id":"vaults-of-atziri-tier-4","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 (\u4f4d\u9636 4)"},{"id":"vaults-of-atziri-tier-7","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 (\u4f4d\u9636 7)"},{"id":"vaults-of-atziri-tier-11","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 (\u4f4d\u9636 11)"},{"id":"vaults-of-atziri-tier-15","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 (\u4f4d\u9636 15)"},{"id":"vaults-of-atziri-tier-16","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 (\u4f4d\u9636 16)"},{"id":"whakawairua-tuahu-tier-3","text":"\u7981\u95ed\u796d\u575b (\u4f4d\u9636 3)"},{"id":"whakawairua-tuahu-tier-6","text":"\u7981\u95ed\u796d\u575b (\u4f4d\u9636 6)"},{"id":"whakawairua-tuahu-tier-10","text":"\u7981\u95ed\u796d\u575b (\u4f4d\u9636 10)"},{"id":"whakawairua-tuahu-tier-14","text":"\u7981\u95ed\u796d\u575b (\u4f4d\u9636 14)"},{"id":"whakawairua-tuahu-tier-16","text":"\u7981\u95ed\u796d\u575b (\u4f4d\u9636 16)"}]},{"id":"Legacy","label":"\u4e0d\u673d\u7269\u54c1","entries":[{"id":"imperial-delirium-orb","text":"\u5e1d\u56fd\u7684\u96fe\u9b47\u5b9d\u73e0"},{"id":"armour-recombinator","text":"\u62a4\u7532\u91cd\u7ec4\u5668"},{"id":"weapon-recombinator","text":"\u6b66\u5668\u91cd\u7ec4\u5668"},{"id":"jewellery-recombinator","text":"\u73e0\u5b9d\u91cd\u7ec4\u5668"},{"id":"tattoo-of-the-ngamahu-firewalker","text":"\u52aa\u845b\u739b\u547c\u70c8\u7130\u884c\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ngamahu-shaman","text":"\u52aa\u845b\u739b\u547c\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ngamahu-warrior","text":"\u52aa\u845b\u739b\u547c\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ngamahu-warmonger","text":"\u52aa\u845b\u739b\u547c\u597d\u6218\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ngamahu-woodcarver","text":"\u52aa\u845b\u739b\u547c\u6728\u5320\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ngamahu-makanga","text":"\u52aa\u845b\u739b\u547c\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-kitava-blood-drinker","text":"\u5947\u5854\u5f17\u6c72\u8840\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-kitava-rebel","text":"\u5947\u5854\u5f17\u4e49\u519b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-kitava-warrior","text":"\u5947\u5854\u5f17\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-kitava-heart-eater","text":"\u5947\u5854\u5f17\u541e\u5fc3\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-kitava-shaman","text":"\u5947\u5854\u5f17\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-kitava-makanga","text":"\u5947\u5854\u5f17\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tukohama-shaman","text":"\u56fe\u514b\u54c8\u739b\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tukohama-warrior","text":"\u56fe\u514b\u54c8\u739b\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tukohama-brawler","text":"\u56fe\u514b\u54c8\u739b\u6597\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tukohama-warmonger","text":"\u56fe\u514b\u54c8\u739b\u597d\u6218\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tukohama-warcaller","text":"\u56fe\u514b\u54c8\u739b\u6218\u4e89\u53f8\u53f7\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tukohama-makanga","text":"\u56fe\u514b\u54c8\u739b\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-rongokurai-warrior","text":"\u9686\u6208\u5e93\u83b1\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-rongokurai-brute","text":"\u9686\u6208\u5e93\u83b1\u91ce\u86ee\u4eba\u7684\u6587\u8eab"},{"id":"tattoo-of-the-rongokurai-goliath","text":"\u9686\u6208\u5e93\u83b1\u5de8\u4eba\u7684\u6587\u8eab"},{"id":"tattoo-of-the-rongokurai-turtle","text":"\u9686\u6208\u5e93\u83b1\u5de8\u9f9f\u7684\u6587\u8eab"},{"id":"tattoo-of-the-rongokurai-guard","text":"\u9686\u6208\u5e93\u83b1\u5b88\u536b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-rongokurai-makanga","text":"\u9686\u6208\u5e93\u83b1\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tasalio-bladedancer","text":"\u5854\u8428\u91cc\u5965\u5251\u821e\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tasalio-tideshifter","text":"\u5854\u8428\u91cc\u5965\u6f6e\u6c50\u53d8\u6362\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tasalio-shaman","text":"\u5854\u8428\u91cc\u5965\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tasalio-warrior","text":"\u5854\u8428\u91cc\u5965\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tasalio-scout","text":"\u5854\u8428\u91cc\u5965\u65a5\u5019\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tasalio-makanga","text":"\u5854\u8428\u91cc\u5965\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-arohongui-moonwarden","text":"\u4e9a\u6b27\u7ea2\u53e4\u6708\u4e4b\u5b88\u536b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-arohongui-scout","text":"\u4e9a\u6b27\u7ea2\u53e4\u65a5\u5019\u7684\u6587\u8eab"},{"id":"tattoo-of-the-arohongui-warrior","text":"\u4e9a\u6b27\u7ea2\u53e4\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-arohongui-warmonger","text":"\u4e9a\u6b27\u7ea2\u53e4\u597d\u6218\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-arohongui-shaman","text":"\u4e9a\u6b27\u7ea2\u53e4\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-arohongui-makanga","text":"\u4e9a\u6b27\u7ea2\u53e4\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ramako-scout","text":"\u96f7\u9ed8\u79d1\u65a5\u5019\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ramako-archer","text":"\u96f7\u9ed8\u79d1\u5f13\u624b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ramako-sniper","text":"\u96f7\u9ed8\u79d1\u72d9\u51fb\u624b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ramako-fleetfoot","text":"\u96f7\u9ed8\u79d1\u6377\u8db3\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ramako-shaman","text":"\u96f7\u9ed8\u79d1\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-ramako-makanga","text":"\u96f7\u9ed8\u79d1\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-hinekora-warrior","text":"\u8f9b\u683c\u62c9\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-hinekora-deathwarden","text":"\u8f9b\u683c\u62c9\u6b7b\u4ea1\u5b88\u536b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-hinekora-shaman","text":"\u8f9b\u683c\u62c9\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-hinekora-storyteller","text":"\u8f9b\u683c\u62c9\u8bf4\u4e66\u4eba\u7684\u6587\u8eab"},{"id":"tattoo-of-the-hinekora-warmonger","text":"\u8f9b\u683c\u62c9\u597d\u6218\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-hinekora-makanga","text":"\u8f9b\u683c\u62c9\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tawhoa-naturalist","text":"\u5854\u8d6b\u4e9a\u81ea\u7136\u672f\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tawhoa-scout","text":"\u5854\u8d6b\u4e9a\u65a5\u5019\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tawhoa-warrior","text":"\u5854\u8d6b\u4e9a\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tawhoa-herbalist","text":"\u5854\u8d6b\u4e9a\u8349\u836f\u5e08\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tawhoa-shaman","text":"\u5854\u8d6b\u4e9a\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-tawhoa-makanga","text":"\u5854\u8d6b\u4e9a\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"tattoo-of-the-valako-stormrider","text":"\u74e6\u62c9\u514b\u9a6d\u96f7\u8005\u7684\u6587\u8eab"},{"id":"tattoo-of-the-valako-scout","text":"\u74e6\u62c9\u514b\u65a5\u5019\u7684\u6587\u8eab"},{"id":"tattoo-of-the-valako-warrior","text":"\u74e6\u62c9\u514b\u6218\u58eb\u7684\u6587\u8eab"},{"id":"tattoo-of-the-valako-shieldbearer","text":"\u74e6\u62c9\u514b\u76fe\u536b\u7684\u6587\u8eab"},{"id":"tattoo-of-the-valako-shaman","text":"\u74e6\u62c9\u514b\u8428\u6ee1\u7684\u6587\u8eab"},{"id":"tattoo-of-the-valako-makanga","text":"\u74e6\u62c9\u514b\u739b\u574e\u5361\u7684\u6587\u8eab"},{"id":"loyalty-tattoo-of-kaom","text":"\u5188\u59c6\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-utula","text":"\u5c24\u56fe\u62c9\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-akoya","text":"\u963f\u5bc7\u4e9a\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-kahuturoa","text":"\u5361\u80e1\u56fe\u7f57\u963f\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-rakiata","text":"\u62c9\u5176\u5854\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-ikiaho","text":"\u4f0a\u57fa\u963f\u970d\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-ahuana","text":"\u963f\u534e\u7eb3\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-tawhanuku","text":"\u9676\u54c8\u52aa\u5e93\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-maata","text":"\u739b\u5854\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"loyalty-tattoo-of-kiloava","text":"\u57fa\u6d1b\u74e6\u7684\u5fe0\u8bda\u6587\u8eab"},{"id":"honoured-tattoo-of-the-dove","text":"\u9e3d\u5b50\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-sky","text":"\u5929\u7a7a\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-tuatara","text":"\u5de8\u8725\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-pillager","text":"\u63a0\u593a\u8005\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-turtle","text":"\u5de8\u9f9f\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-oak","text":"\u6a61\u6811\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-hatungo","text":"\u54c8\u56fe\u7eb3\u683c\u65af\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-flock","text":"\u72fc\u7fa4\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-warlord","text":"\u7763\u519b\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-mountain","text":"\u9ad8\u5c71\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-pa","text":"\u7236\u4eb2\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-hunter","text":"\u730e\u4eba\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-barbarian","text":"\u91ce\u86ee\u4eba\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-berserker","text":"\u72c2\u6218\u58eb\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-wise","text":"\u667a\u8005\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-storm","text":"\u98ce\u66b4\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"honoured-tattoo-of-the-flood","text":"\u6d2a\u6c34\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"ancestral-tattoo-of-bloodlines","text":"\u5148\u7956\u7684\u8840\u8109\u6587\u8eab"},{"id":"honoured-tattoo-of-the-makanga","text":"\u739b\u574e\u5361\u7684\u5c0a\u8d35\u6587\u8eab"},{"id":"journey-tattoo-of-the-body","text":"\u8eab\u8eaf\u7684\u65c5\u9014\u6587\u8eab"},{"id":"journey-tattoo-of-the-mind","text":"\u610f\u5fd7\u7684\u65c5\u9014\u6587\u8eab"},{"id":"journey-tattoo-of-the-soul","text":"\u7075\u9b42\u7684\u65c5\u9014\u6587\u8eab"},{"id":"journey-tattoo-of-the-makanui","text":"\u739b\u9c81\u4f0a\u7684\u65c5\u9014\u6587\u8eab"},{"id":"omen-of-acceleration","text":"\u52a0\u901f\u9884\u5146"},{"id":"omen-of-revenge","text":"\u590d\u4ec7\u9884\u5146"},{"id":"omen-of-bequeathal","text":"\u9057\u8d60\u9884\u5146"},{"id":"omen-of-resurgence","text":"\u590d\u82cf\u9884\u5146"}]},{"id":"Misc","label":null,"entries":[]}]}'); }, function(module) { module.exports = JSON.parse('{"result":[{"id":"pseudo","label":"Pseudo","entries":[{"id":"pseudo.pseudo_total_cold_resistance","text":"+#% total to Cold Resistance","type":"pseudo"},{"id":"pseudo.pseudo_total_fire_resistance","text":"+#% total to Fire Resistance","type":"pseudo"},{"id":"pseudo.pseudo_total_lightning_resistance","text":"+#% total to Lightning Resistance","type":"pseudo"},{"id":"pseudo.pseudo_total_elemental_resistance","text":"+#% total Elemental Resistance","type":"pseudo"},{"id":"pseudo.pseudo_total_chaos_resistance","text":"+#% total to Chaos Resistance","type":"pseudo"},{"id":"pseudo.pseudo_total_resistance","text":"+#% total Resistance","type":"pseudo"},{"id":"pseudo.pseudo_count_resistances","text":"# total Resistances","type":"pseudo"},{"id":"pseudo.pseudo_count_elemental_resistances","text":"# total Elemental Resistances","type":"pseudo"},{"id":"pseudo.pseudo_total_all_elemental_resistances","text":"+#% total to all Elemental Resistances","type":"pseudo"},{"id":"pseudo.pseudo_total_strength","text":"+# total to Strength","type":"pseudo"},{"id":"pseudo.pseudo_total_dexterity","text":"+# total to Dexterity","type":"pseudo"},{"id":"pseudo.pseudo_total_intelligence","text":"+# total to Intelligence","type":"pseudo"},{"id":"pseudo.pseudo_total_all_attributes","text":"+# total to all Attributes","type":"pseudo"},{"id":"pseudo.pseudo_total_life","text":"+# total maximum Life","type":"pseudo"},{"id":"pseudo.pseudo_total_mana","text":"+# total maximum Mana","type":"pseudo"},{"id":"pseudo.pseudo_total_energy_shield","text":"+# total maximum Energy Shield","type":"pseudo"},{"id":"pseudo.pseudo_increased_energy_shield","text":"#% total increased maximum Energy Shield","type":"pseudo"},{"id":"pseudo.pseudo_total_attack_speed","text":"+#% total Attack Speed","type":"pseudo"},{"id":"pseudo.pseudo_total_cast_speed","text":"+#% total Cast Speed","type":"pseudo"},{"id":"pseudo.pseudo_increased_movement_speed","text":"#% increased Movement Speed","type":"pseudo"},{"id":"pseudo.pseudo_increased_physical_damage","text":"#% total increased Physical Damage","type":"pseudo"},{"id":"pseudo.pseudo_global_critical_strike_chance","text":"+#% Global Critical Strike Chance","type":"pseudo"},{"id":"pseudo.pseudo_critical_strike_chance_for_spells","text":"+#% total Critical Strike Chance for Spells","type":"pseudo"},{"id":"pseudo.pseudo_global_critical_strike_multiplier","text":"+#% Global Critical Strike Multiplier","type":"pseudo"},{"id":"pseudo.pseudo_adds_physical_damage","text":"Adds # to # Physical Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_lightning_damage","text":"Adds # to # Lightning Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_cold_damage","text":"Adds # to # Cold Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_fire_damage","text":"Adds # to # Fire Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_elemental_damage","text":"Adds # to # Elemental Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_chaos_damage","text":"Adds # to # Chaos Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_damage","text":"Adds # to # Damage","type":"pseudo"},{"id":"pseudo.pseudo_adds_physical_damage_to_attacks","text":"Adds # to # Physical Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_lightning_damage_to_attacks","text":"Adds # to # Lightning Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_cold_damage_to_attacks","text":"Adds # to # Cold Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_fire_damage_to_attacks","text":"Adds # to # Fire Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_elemental_damage_to_attacks","text":"Adds # to # Elemental Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_chaos_damage_to_attacks","text":"Adds # to # Chaos Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_damage_to_attacks","text":"Adds # to # Damage to Attacks","type":"pseudo"},{"id":"pseudo.pseudo_adds_physical_damage_to_spells","text":"Adds # to # Physical Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_adds_lightning_damage_to_spells","text":"Adds # to # Lightning Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_adds_cold_damage_to_spells","text":"Adds # to # Cold Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_adds_fire_damage_to_spells","text":"Adds # to # Fire Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_adds_elemental_damage_to_spells","text":"Adds # to # Elemental Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_adds_chaos_damage_to_spells","text":"Adds # to # Chaos Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_adds_damage_to_spells","text":"Adds # to # Damage to Spells","type":"pseudo"},{"id":"pseudo.pseudo_increased_elemental_damage","text":"#% increased Elemental Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_lightning_damage","text":"#% increased Lightning Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_cold_damage","text":"#% increased Cold Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_fire_damage","text":"#% increased Fire Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_spell_damage","text":"#% increased Spell Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_lightning_spell_damage","text":"#% increased Lightning Spell Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_cold_spell_damage","text":"#% increased Cold Spell Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_fire_spell_damage","text":"#% increased Fire Spell Damage","type":"pseudo"},{"id":"pseudo.pseudo_increased_lightning_damage_with_attack_skills","text":"#% increased Lightning Damage with Attack Skills","type":"pseudo"},{"id":"pseudo.pseudo_increased_cold_damage_with_attack_skills","text":"#% increased Cold Damage with Attack Skills","type":"pseudo"},{"id":"pseudo.pseudo_increased_fire_damage_with_attack_skills","text":"#% increased Fire Damage with Attack Skills","type":"pseudo"},{"id":"pseudo.pseudo_increased_elemental_damage_with_attack_skills","text":"#% increased Elemental Damage with Attack Skills","type":"pseudo"},{"id":"pseudo.pseudo_increased_rarity","text":"#% increased Rarity of Items found","type":"pseudo"},{"id":"pseudo.pseudo_increased_burning_damage","text":"#% increased Burning Damage","type":"pseudo"},{"id":"pseudo.pseudo_total_life_regen","text":"# Life Regenerated per Second","type":"pseudo"},{"id":"pseudo.pseudo_percent_life_regen","text":"#% of Life Regenerated per Second","type":"pseudo"},{"id":"pseudo.pseudo_physical_attack_damage_leeched_as_life","text":"#% of Physical Attack Damage Leeched as Life","type":"pseudo"},{"id":"pseudo.pseudo_physical_attack_damage_leeched_as_mana","text":"#% of Physical Attack Damage Leeched as Mana","type":"pseudo"},{"id":"pseudo.pseudo_increased_mana_regen","text":"#% increased Mana Regeneration Rate","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_gem_levels","text":"+# total to Level of Socketed Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_elemental_gem_levels","text":"+# total to Level of Socketed Elemental Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_fire_gem_levels","text":"+# total to Level of Socketed Fire Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_cold_gem_levels","text":"+# total to Level of Socketed Cold Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_lightning_gem_levels","text":"+# total to Level of Socketed Lightning Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_chaos_gem_levels","text":"+# total to Level of Socketed Chaos Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_spell_gem_levels","text":"+# total to Level of Socketed Spell Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_projectile_gem_levels","text":"+# total to Level of Socketed Projectile Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_bow_gem_levels","text":"+# total to Level of Socketed Bow Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_melee_gem_levels","text":"+# total to Level of Socketed Melee Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_minion_gem_levels","text":"+# total to Level of Socketed Minion Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_strength_gem_levels","text":"+# total to Level of Socketed Strength Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_dexterity_gem_levels","text":"+# total to Level of Socketed Dexterity Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_intelligence_gem_levels","text":"+# total to Level of Socketed Intelligence Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_aura_gem_levels","text":"+# total to Level of Socketed Aura Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_movement_gem_levels","text":"+# total to Level of Socketed Movement Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_curse_gem_levels","text":"+# total to Level of Socketed Curse Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_vaal_gem_levels","text":"+# total to Level of Socketed Vaal Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_support_gem_levels","text":"+# total to Level of Socketed Support Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_skill_gem_levels","text":"+# total to Level of Socketed Skill Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_warcry_gem_levels","text":"+# total to Level of Socketed Warcry Gems","type":"pseudo"},{"id":"pseudo.pseudo_total_additional_golem_gem_levels","text":"+# total to Level of Socketed Golem Gems","type":"pseudo"},{"id":"pseudo.pseudo_number_of_enchant_mods","text":"# Enchant Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_implicit_mods","text":"# Implicit Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_searing_implicit_tier","text":"Searing Exarch Implicit Modifier (#)","type":"pseudo","option":{"options":[{"id":1,"text":"Lesser"},{"id":2,"text":"Greater"},{"id":3,"text":"Grand"},{"id":4,"text":"Exceptional"},{"id":5,"text":"Exquisite"},{"id":6,"text":"Perfect"}]}},{"id":"pseudo.pseudo_tangled_implicit_tier","text":"Eater of Worlds Implicit Modifier (#)","type":"pseudo","option":{"options":[{"id":1,"text":"Lesser"},{"id":2,"text":"Greater"},{"id":3,"text":"Grand"},{"id":4,"text":"Exceptional"},{"id":5,"text":"Exquisite"},{"id":6,"text":"Perfect"}]}},{"id":"pseudo.pseudo_number_of_prefix_mods","text":"# Prefix Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_suffix_mods","text":"# Suffix Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_affix_mods","text":"# Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_crafted_prefix_mods","text":"# Crafted Prefix Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_crafted_suffix_mods","text":"# Crafted Suffix Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_crafted_mods","text":"# Crafted Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_empty_prefix_mods","text":"# Empty Prefix Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_empty_suffix_mods","text":"# Empty Suffix Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_empty_affix_mods","text":"# Empty Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_base_defence_percentile","text":"#% Base Defence Percentile","type":"pseudo"},{"id":"pseudo.pseudo_has_shaper_influence","text":"Has Shaper Influence","type":"pseudo"},{"id":"pseudo.pseudo_has_elder_influence","text":"Has Elder Influence","type":"pseudo"},{"id":"pseudo.pseudo_has_crusader_influence","text":"Has Crusader Influence","type":"pseudo"},{"id":"pseudo.pseudo_has_redeemer_influence","text":"Has Redeemer Influence","type":"pseudo"},{"id":"pseudo.pseudo_has_hunter_influence","text":"Has Hunter Influence","type":"pseudo"},{"id":"pseudo.pseudo_has_warlord_influence","text":"Has Warlord Influence","type":"pseudo"},{"id":"pseudo.pseudo_has_influence_count","text":"Has # Influences","type":"pseudo"},{"id":"pseudo.pseudo_number_of_fractured_mods","text":"# Fractured Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_number_of_notable_passive_skills","text":"# Notable Passive Skills","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_elemental_quality","text":"+#% Quality to Elemental Damage Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_caster_quality","text":"+#% Quality to Caster Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_attack_quality","text":"+#% Quality to Attack Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_defense_quality","text":"+#% Quality to Defence Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_resource_quality","text":"+#% Quality to Life and Mana Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_resistance_quality","text":"+#% Quality to Resistance Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_attribute_quality","text":"+#% Quality to Attribute Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_physical_chaos_quality","text":"+#% Quality to Physical and Chaos Damage Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_speed_quality","text":"+#% Quality to Speed Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_jewellery_critical_quality","text":"+#% Quality to Critical Modifiers","type":"pseudo"},{"id":"pseudo.pseudo_lake_number_of_islands","text":"Mirrored Tablet has # Islands","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_shaper_map","text":"#% chance for dropped Maps to convert to Shaper Maps","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_elder_map","text":"#% chance for dropped Maps to convert to Elder Maps","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_conqueror_map","text":"#% chance for dropped Maps to convert to Conqueror Maps","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_unique_map","text":"#% chance for dropped Maps to convert to Unique Maps","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_charged_compass","text":"#% chance for dropped Maps to convert to Charged Compasses","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_maven_invitation","text":"#% chance for dropped Maps to convert to Maven Invitations","type":"pseudo"},{"id":"pseudo.pseudo_map_conversion_memory_line","text":"#% chance for dropped Maps to convert to Atlas Memories","type":"pseudo"},{"id":"pseudo.pseudo_temple_apex","text":"Has Room: Apex of Atzoatl","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_poison_room_1","text":"Has Room: Poison Garden (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_sacrifice_room_1","text":"Has Room: Sacrificial Chamber (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_storm_room_1","text":"Has Room: Tempest Generator (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_trap_room_1","text":"Has Room: Trap Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_cartography_room_1","text":"Has Room: Surveyor\'s Study (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_queens_chambers_1","text":"Has Room: Royal Meeting Room (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_chests_1","text":"Has Room: Storage Room (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_corruption_room_1","text":"Has Room: Corruption Chamber (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_explosives_room_1","text":"Has Room: Explosives Room (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_armour_room_1","text":"Has Room: Armourer\'s Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_weapon_room_1","text":"Has Room: Sparring Room (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_breeding_room_1","text":"Has Room: Guardhouse (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_breach_room_1","text":"Has Room: Splinter Research Lab (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_gem_room_1","text":"Has Room: Gemcutter\'s Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_currency_vault_1","text":"Has Room: Vault (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_trinket_room_1","text":"Has Room: Jeweller\'s Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_workshop_1","text":"Has Room: Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_empowering_room_1","text":"Has Room: Shrine of Empowerment (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_healing_room_1","text":"Has Room: Pools of Restoration (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_minions_1","text":"Has Room: Hatchery (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_fire_1","text":"Has Room: Flame Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_lightning_1","text":"Has Room: Lightning Workshop (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_poison_room_2","text":"Has Room: Cultivar Chamber (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_sacrifice_room_2","text":"Has Room: Hall of Offerings (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_storm_room_2","text":"Has Room: Hurricane Engine (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_trap_room_2","text":"Has Room: Temple Defense Workshop (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_cartography_room_2","text":"Has Room: Office of Cartography (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_queens_chambers_2","text":"Has Room: Hall of Lords (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_chests_2","text":"Has Room: Warehouses (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_corruption_room_2","text":"Has Room: Catalyst of Corruption (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_explosives_room_2","text":"Has Room: Demolition Lab (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_armour_room_2","text":"Has Room: Armoury (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_weapon_room_2","text":"Has Room: Arena of Valour (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_breeding_room_2","text":"Has Room: Barracks (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_breach_room_2","text":"Has Room: Breach Containment Chamber (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_gem_room_2","text":"Has Room: Department of Thaumaturgy (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_currency_vault_2","text":"Has Room: Treasury (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_trinket_room_2","text":"Has Room: Jewellery Forge (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_workshop_2","text":"Has Room: Engineering Department (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_empowering_room_2","text":"Has Room: Sanctum of Unity (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_healing_room_2","text":"Has Room: Sanctum of Vitality (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_minions_2","text":"Has Room: Automaton Lab (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_fire_2","text":"Has Room: Omnitect Forge (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_lightning_2","text":"Has Room: Omnitect Reactor Plant (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_poison_room_3","text":"Has Room: Toxic Grove (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_sacrifice_room_3","text":"Has Room: Apex of Ascension (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_storm_room_3","text":"Has Room: Storm of Corruption (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_trap_room_3","text":"Has Room: Defense Research Lab (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_cartography_room_3","text":"Has Room: Atlas of Worlds (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_queens_chambers_3","text":"Has Room: Throne of Atziri (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_chests_3","text":"Has Room: Museum of Artefacts (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_corruption_room_3","text":"Has Room: Locus of Corruption (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_explosives_room_3","text":"Has Room: Shrine of Unmaking (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_armour_room_3","text":"Has Room: Chamber of Iron (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_weapon_room_3","text":"Has Room: Hall of Champions (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_breeding_room_3","text":"Has Room: Hall of War (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_breach_room_3","text":"Has Room: House of the Others (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_gem_room_3","text":"Has Room: Doryani\'s Institute (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_currency_vault_3","text":"Has Room: Wealth of the Vaal (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_trinket_room_3","text":"Has Room: Glittering Halls (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_workshop_3","text":"Has Room: Factory (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_empowering_room_3","text":"Has Room: Temple Nexus (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_healing_room_3","text":"Has Room: Sanctum of Immortality (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_minions_3","text":"Has Room: Hybridisation Chamber (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_fire_3","text":"Has Room: Crucible of Flame (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_boss_lightning_3","text":"Has Room: Conduit of Lightning (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_chasm_room","text":"Has Room: Chasm","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_passageways","text":"Has Room: Passageways","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_halls","text":"Has Room: Halls","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_tunnels","text":"Has Room: Tunnels","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_the_pits","text":"Has Room: Pits","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_banquet_hall","text":"Has Room: Banquet Hall","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_tombs","text":"Has Room: Tombs","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_antechamber","text":"Has Room: Antechamber","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_cellar","text":"Has Room: Cellar","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_cloister","text":"Has Room: Cloister","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_torment_1","text":"Has Room: Torment Cells (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_torment_2","text":"Has Room: Torture Cages (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_torment_3","text":"Has Room: Sadist\'s Den (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_strongbox_1","text":"Has Room: Strongbox Chamber (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_strongbox_2","text":"Has Room: Hall of Locks (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_strongbox_3","text":"Has Room: Court of Sealed Death (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_legion_1","text":"Has Room: Hall of Mettle (Tier 1)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_legion_2","text":"Has Room: Hall of Heroes (Tier 2)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_temple_legion_3","text":"Has Room: Hall of Legends (Tier 3)","type":"pseudo","option":{"options":[{"id":1,"text":"Open Room"},{"id":2,"text":"Closed Room"}]}},{"id":"pseudo.pseudo_logbook_faction_druids","text":"Has Logbook Faction: Druids of the Broken Circle","type":"pseudo"},{"id":"pseudo.pseudo_logbook_faction_mercenaries","text":"Has Logbook Faction: Black Scythe Mercenaries","type":"pseudo"},{"id":"pseudo.pseudo_logbook_faction_order","text":"Has Logbook Faction: Order of the Chalice","type":"pseudo"},{"id":"pseudo.pseudo_logbook_faction_knights","text":"Has Logbook Faction: Knights of the Sun","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_battleground_graves","text":"Has Logbook Area: Battleground Graves","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_karui_wargraves","text":"Has Logbook Area: Karui Wargraves","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_bluffs","text":"Has Logbook Area: Bluffs","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_rotting_temple","text":"Has Logbook Area: Rotting Temple","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_shipwreck_reef","text":"Has Logbook Area: Shipwreck Reef","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_cemetery","text":"Has Logbook Area: Cemetery","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_sarn_slums","text":"Has Logbook Area: Sarn Slums","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_dried_riverbed","text":"Has Logbook Area: Dried Riverbed","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_mountainside","text":"Has Logbook Area: Mountainside","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_forest_ruins","text":"Has Logbook Area: Forest Ruins","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_desert_ruins","text":"Has Logbook Area: Desert Ruins","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_vaal_temple","text":"Has Logbook Area: Vaal Temple","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_utzaal_outskirts","text":"Has Logbook Area: Utzaal Outskirts","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_scrublands","text":"Has Logbook Area: Scrublands","type":"pseudo"},{"id":"pseudo.pseudo_logbook_area_volcano","text":"Has Logbook Area: Volcanic Island","type":"pseudo"},{"id":"pseudo.lake_62572","text":"Reflection of Breach (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_27117","text":"Reflection of the Dream (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_62935","text":"Reflection of the Breachlord (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_22138","text":"Reflection of Delirium (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_42468","text":"Reflection of Flame (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_35395","text":"Reflection of Camaraderie (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_1931","text":"Reflection of Conflict (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_35950","text":"Reflection of Power (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_60981","text":"Reflection of Tyranny (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_38110","text":"Reflection of Frost (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_2745","text":"Reflection of the Storm (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_29096","text":"Reflection of Brutality (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_50834","text":"Reflection of Chaos (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_48307","text":"Reflection of Ambush (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_44399","text":"Reflection of Entrapment (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_46772","text":"Reflection of the Trove (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_49862","text":"Reflection of Essence (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_10363","text":"Reflection of Imprisonment (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_26813","text":"Reflection of Thralldom (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_37203","text":"Reflection of the Harbingers (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_49488","text":"Reflection of Fractured Dimensions (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_7674","text":"Reflection of Phaaryl (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_63412","text":"Reflection of Domination (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_24451","text":"Reflection of Occultism (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_27678","text":"Reflection of Perverted Faith (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_36591","text":"Reflection of Kalandra (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_3699","text":"Reflection of Metamorph (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_57850","text":"Reflection of Catalysis (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_55676","text":"Reflection of Experimentation (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_38892","text":"Reflection of Abyss (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_57101","text":"Reflection of the Chasm (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_34457","text":"Reflection of Darkness (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_55569","text":"Reflection of Bestiary (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_18816","text":"Reflection of the Hunter (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_29224","text":"Reflection of the Wilderness (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_43128","text":"Reflection of the Broken Circle (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_9662","text":"Reflection of the Black Scythe (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_64561","text":"Reflection of the Chalice (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_60034","text":"Reflection of the Sun (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_403","text":"Reflection of Legion (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_32968","text":"Reflection of Stasis (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_34796","text":"Reflection of the Monolith (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_62360","text":"Reflection of Scourge (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_28500","text":"Reflection of Demonfire (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_24232","text":"Reflection of the Nightmare (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_53950","text":"Reflection of Torment (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_25049","text":"Reflection of Possession (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_25480","text":"Reflection of Guilt (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_18737","text":"Reflection of Delve (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_45086","text":"Reflection of Sulphite (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_40031","text":"Reflection of Azurite (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_50846","text":"Reflection of Paradise (Difficulty #)","type":"pseudo"},{"id":"pseudo.lake_40794","text":"Reflection of Angling (Difficulty #)","type":"pseudo"}]},{"id":"explicit","label":"Explicit","entries":[{"id":"explicit.stat_3299347043","text":"+# to maximum Life","type":"explicit"},{"id":"explicit.stat_3372524247","text":"+#% to Fire Resistance","type":"explicit"},{"id":"explicit.stat_1050105434","text":"+# to maximum Mana","type":"explicit"},{"id":"explicit.stat_4080418644","text":"+# to Strength","type":"explicit"},{"id":"explicit.stat_1671376347","text":"+#% to Lightning Resistance","type":"explicit"},{"id":"explicit.stat_328541901","text":"+# to Intelligence","type":"explicit"},{"id":"explicit.stat_4220027924","text":"+#% to Cold Resistance","type":"explicit"},{"id":"explicit.stat_3489782002","text":"+# to maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_3261801346","text":"+# to Dexterity","type":"explicit"},{"id":"explicit.stat_2901986750","text":"+#% to all Elemental Resistances","type":"explicit"},{"id":"explicit.stat_1509134228","text":"#% increased Physical Damage","type":"explicit"},{"id":"explicit.stat_3917489142","text":"#% increased Rarity of Items found","type":"explicit"},{"id":"explicit.stat_2511217560","text":"#% increased Stun and Block Recovery","type":"explicit"},{"id":"explicit.stat_789117908","text":"#% increased Mana Regeneration Rate","type":"explicit"},{"id":"explicit.stat_803737631","text":"+# to Accuracy Rating","type":"explicit"},{"id":"explicit.stat_4052037485","text":"+# to maximum Energy Shield (Local)","type":"explicit"},{"id":"explicit.stat_681332047","text":"#% increased Attack Speed","type":"explicit"},{"id":"explicit.stat_2250533757","text":"#% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_1940865751","text":"Adds # to # Physical Damage (Local)","type":"explicit"},{"id":"explicit.stat_983749596","text":"#% increased maximum Life","type":"explicit"},{"id":"explicit.stat_2891184298","text":"#% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_210067635","text":"#% increased Attack Speed (Local)","type":"explicit"},{"id":"explicit.stat_3032590688","text":"Adds # to # Physical Damage to Attacks","type":"explicit"},{"id":"explicit.stat_1379411836","text":"+# to all Attributes","type":"explicit"},{"id":"explicit.stat_124859000","text":"#% increased Evasion Rating (Local)","type":"explicit"},{"id":"explicit.stat_2974417149","text":"#% increased Spell Damage","type":"explicit"},{"id":"explicit.stat_1754445556","text":"Adds # to # Lightning Damage to Attacks","type":"explicit"},{"id":"explicit.stat_3325883026","text":"Regenerate # Life per second","type":"explicit"},{"id":"explicit.stat_4067062424","text":"Adds # to # Cold Damage to Attacks","type":"explicit"},{"id":"explicit.stat_2144192055","text":"+# to Evasion Rating","type":"explicit"},{"id":"explicit.stat_3556824919","text":"+#% to Global Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_2923486259","text":"+#% to Chaos Resistance","type":"explicit"},{"id":"explicit.stat_53045048","text":"+# to Evasion Rating (Local)","type":"explicit"},{"id":"explicit.stat_1263695895","text":"#% increased Light Radius","type":"explicit"},{"id":"explicit.stat_387439868","text":"#% increased Elemental Damage with Attack Skills","type":"explicit"},{"id":"explicit.stat_3321629045","text":"#% increased Armour and Energy Shield (Local)","type":"explicit"},{"id":"explicit.stat_3291658075","text":"#% increased Cold Damage","type":"explicit"},{"id":"explicit.stat_3962278098","text":"#% increased Fire Damage","type":"explicit"},{"id":"explicit.stat_587431675","text":"#% increased Global Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2375316951","text":"#% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_95249895","text":"#% more Monster Life","type":"explicit"},{"id":"explicit.stat_1062208444","text":"#% increased Armour (Local)","type":"explicit"},{"id":"explicit.stat_3695891184","text":"Gain # Life per Enemy Killed","type":"explicit"},{"id":"explicit.stat_1999113824","text":"#% increased Evasion and Energy Shield (Local)","type":"explicit"},{"id":"explicit.stat_4015621042","text":"#% increased Energy Shield (Local)","type":"explicit"},{"id":"explicit.stat_2231156303","text":"#% increased Lightning Damage","type":"explicit"},{"id":"explicit.stat_2748665614","text":"#% increased maximum Mana","type":"explicit"},{"id":"explicit.stat_3484657501","text":"+# to Armour (Local)","type":"explicit"},{"id":"explicit.stat_2482852589","text":"#% increased maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_3593843976","text":"#% of Physical Attack Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_1573130764","text":"Adds # to # Fire Damage to Attacks","type":"explicit"},{"id":"explicit.stat_2451402625","text":"#% increased Armour and Evasion (Local)","type":"explicit"},{"id":"explicit.stat_709508406","text":"Adds # to # Fire Damage (Local)","type":"explicit"},{"id":"explicit.stat_1037193709","text":"Adds # to # Cold Damage (Local)","type":"explicit"},{"id":"explicit.stat_3237948413","text":"#% of Physical Attack Damage Leeched as Mana","type":"explicit"},{"id":"explicit.stat_1310194496","text":"#% increased Global Physical Damage","type":"explicit"},{"id":"explicit.stat_691932474","text":"+# to Accuracy Rating (Local)","type":"explicit"},{"id":"explicit.stat_1368271171","text":"Gain # Mana per Enemy Killed","type":"explicit"},{"id":"explicit.stat_3680664274","text":"+#% chance to Suppress Spell Damage","type":"explicit"},{"id":"explicit.stat_2517001139","text":"#% increased Stun Duration on Enemies","type":"explicit"},{"id":"explicit.stat_3759663284","text":"#% increased Projectile Speed","type":"explicit"},{"id":"explicit.stat_809229260","text":"+# to Armour","type":"explicit"},{"id":"explicit.stat_1890519597","text":"#% increased Monster Damage","type":"explicit"},{"id":"explicit.stat_737908626","text":"#% increased Critical Strike Chance for Spells","type":"explicit"},{"id":"explicit.stat_3336890334","text":"Adds # to # Lightning Damage (Local)","type":"explicit"},{"id":"explicit.stat_624954515","text":"#% increased Global Accuracy Rating","type":"explicit"},{"id":"explicit.stat_2106365538","text":"#% increased Evasion Rating","type":"explicit"},{"id":"explicit.stat_884586851","text":"#% increased Quantity of Items found","type":"explicit"},{"id":"explicit.stat_1256719186","text":"#% increased Duration","type":"explicit"},{"id":"explicit.stat_2866361420","text":"#% increased Armour","type":"explicit"},{"id":"explicit.stat_2306522833","text":"#% increased Monster Movement Speed","type":"explicit"},{"id":"explicit.stat_3416853625","text":"Monsters deal #% extra Physical Damage as Lightning","type":"explicit"},{"id":"explicit.stat_1589917703","text":"Minions deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_1443060084","text":"#% reduced Enemy Stun Threshold","type":"explicit"},{"id":"explicit.stat_2797971005","text":"Gain # Life per Enemy Hit with Attacks","type":"explicit"},{"id":"explicit.stat_2843100721","text":"+# to Level of Socketed Gems","type":"explicit"},{"id":"explicit.stat_1026390635","text":"Players cannot inflict Exposure","type":"explicit"},{"id":"explicit.stat_3350803563","text":"Monsters Poison on Hit","type":"explicit"},{"id":"explicit.stat_1335054179","text":"#% chance to Ignite","type":"explicit"},{"id":"explicit.stat_2831165374","text":"Adds # to # Lightning Damage to Spells","type":"explicit"},{"id":"explicit.stat_3873704640","text":"#% more Magic Monsters","type":"explicit"},{"id":"explicit.stat_474294393","text":"#% reduced Mana Cost of Skills","type":"explicit"},{"id":"explicit.stat_1041951480","text":"Monsters cannot be Stunned","type":"explicit"},{"id":"explicit.stat_1839076647","text":"#% increased Projectile Damage","type":"explicit"},{"id":"explicit.stat_1000591322","text":"Area contains many Totems","type":"explicit"},{"id":"explicit.stat_1133016593","text":"Adds # to # Fire Damage to Spells","type":"explicit"},{"id":"explicit.stat_2326202293","text":"Players are Cursed with Temporal Chains","type":"explicit"},{"id":"explicit.stat_558910024","text":"Players are Cursed with Elemental Weakness","type":"explicit"},{"id":"explicit.stat_3793155082","text":"#% increased number of Rare Monsters","type":"explicit"},{"id":"explicit.stat_3767873853","text":"Reflects # Physical Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_3376488707","text":"#% maximum Player Resistances","type":"explicit"},{"id":"explicit.stat_1366534040","text":"Players are Cursed with Vulnerability","type":"explicit"},{"id":"explicit.stat_57326096","text":"+#% to Monster Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_2753083623","text":"Monsters have #% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2549889921","text":"Players gain #% reduced Flask Charges","type":"explicit"},{"id":"explicit.stat_272758639","text":"Players have #% less Armour","type":"explicit"},{"id":"explicit.stat_1588049749","text":"Monsters have #% increased Accuracy Rating","type":"explicit"},{"id":"explicit.stat_286947568","text":"Players Prevent +#% of Suppressed Spell Damage","type":"explicit"},{"id":"explicit.stat_4251717817","text":"#% increased Area Damage","type":"explicit"},{"id":"explicit.stat_2469416729","text":"Adds # to # Cold Damage to Spells","type":"explicit"},{"id":"explicit.stat_388617051","text":"#% increased Charges per use","type":"explicit"},{"id":"explicit.stat_1294118672","text":"#% increased Damage with Bleeding","type":"explicit"},{"id":"explicit.stat_4103440490","text":"Players are Cursed with Enfeeble","type":"explicit"},{"id":"explicit.stat_1708461270","text":"Monsters have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_3787436548","text":"Historic","type":"explicit"},{"id":"explicit.stat_2915988346","text":"+#% to Fire and Cold Resistances","type":"explicit"},{"id":"explicit.stat_2154246560","text":"#% increased Damage","type":"explicit"},{"id":"explicit.stat_3550168289","text":"Area is inhabited by # additional Rogue Exile","type":"explicit"},{"id":"explicit.stat_144665660","text":"Monsters have a #% chance to avoid Poison, Impale, and Bleeding","type":"explicit"},{"id":"explicit.stat_1444556985","text":"#% of Damage taken Recouped as Life","type":"explicit"},{"id":"explicit.stat_3441501978","text":"+#% to Fire and Lightning Resistances","type":"explicit"},{"id":"explicit.stat_3561450806","text":"Area has increased monster variety","type":"explicit"},{"id":"explicit.stat_3988349707","text":"+#% to Damage over Time Multiplier","type":"explicit"},{"id":"explicit.stat_770672621","text":"Minions have #% increased maximum Life","type":"explicit"},{"id":"explicit.stat_1175385867","text":"#% increased Burning Damage","type":"explicit"},{"id":"explicit.stat_4253454700","text":"+#% Chance to Block (Shields)","type":"explicit"},{"id":"explicit.stat_365540634","text":"+#% Monster Chaos Resistance","type":"explicit"},{"id":"explicit.stat_4291461939","text":"Regenerate # Mana per second","type":"explicit"},{"id":"explicit.stat_1811604576","text":"Added Small Passive Skills also grant: +#% to Chaos Resistance","type":"explicit"},{"id":"explicit.stat_1002362373","text":"#% increased Melee Damage","type":"explicit"},{"id":"explicit.stat_736967255","text":"#% increased Chaos Damage","type":"explicit"},{"id":"explicit.stat_2450628570","text":"Players have #% increased effect of Non-Curse Auras from Skills","type":"explicit"},{"id":"explicit.stat_821021828","text":"Grants # Life per Enemy Hit","type":"explicit"},{"id":"explicit.stat_2339757871","text":"#% increased Energy Shield Recharge Rate","type":"explicit"},{"id":"explicit.stat_2309614417","text":"#% chance to Freeze","type":"explicit"},{"id":"explicit.stat_2488361432","text":"#% increased Monster Cast Speed","type":"explicit"},{"id":"explicit.stat_2764017512","text":"Monsters reflect #% of Elemental Damage","type":"explicit"},{"id":"explicit.stat_1538773178","text":"#% chance to Shock","type":"explicit"},{"id":"explicit.stat_3667574329","text":"Players have #% more Accuracy Rating","type":"explicit"},{"id":"explicit.stat_4036575250","text":"Added Small Passive Skills also grant: +# to All Attributes","type":"explicit"},{"id":"explicit.stat_3464419871","text":"Monsters reflect #% of Physical Damage","type":"explicit"},{"id":"explicit.stat_4277795662","text":"+#% to Cold and Lightning Resistances","type":"explicit"},{"id":"explicit.stat_2250780084","text":"Added Small Passive Skills also grant: +#% to Lightning Resistance","type":"explicit"},{"id":"explicit.stat_799271621","text":"Area contains two Unique Bosses","type":"explicit"},{"id":"explicit.stat_2090413987","text":"Added Small Passive Skills also grant: +# to Dexterity","type":"explicit"},{"id":"explicit.stat_798009319","text":"Monsters\' Action Speed cannot be modified to below base value","type":"explicit"},{"id":"explicit.stat_967627487","text":"#% increased Damage over Time","type":"explicit"},{"id":"explicit.stat_1790411851","text":"Added Small Passive Skills also grant: +#% to Fire Resistance","type":"explicit"},{"id":"explicit.stat_2672805335","text":"#% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_1782086450","text":"#% faster start of Energy Shield Recharge","type":"explicit"},{"id":"explicit.stat_280731498","text":"#% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_2138205941","text":"Monsters have +#% chance to Suppress Spell Damage","type":"explicit"},{"id":"explicit.stat_1086147743","text":"#% increased Ignite Duration on Enemies","type":"explicit"},{"id":"explicit.stat_1541224187","text":"Monsters have #% chance to Impale with Attacks","type":"explicit"},{"id":"explicit.stat_1290399200","text":"#% increased Damage with Poison","type":"explicit"},{"id":"explicit.stat_1923879260","text":"Attacks have #% chance to cause Bleeding","type":"explicit"},{"id":"explicit.stat_3639275092","text":"#% increased Attribute Requirements","type":"explicit"},{"id":"explicit.stat_3741323227","text":"#% increased Flask Effect Duration","type":"explicit"},{"id":"explicit.stat_1913583994","text":"#% increased Monster Attack Speed","type":"explicit"},{"id":"explicit.stat_561307714","text":"#% Chance to Block Spell Damage","type":"explicit"},{"id":"explicit.stat_55876295","text":"#% of Physical Attack Damage Leeched as Life (Local)","type":"explicit"},{"id":"explicit.stat_1719521705","text":"Added Small Passive Skills also grant: #% increased Damage","type":"explicit"},{"id":"explicit.stat_2588474575","text":"Unique Bosses are Possessed","type":"explicit"},{"id":"explicit.stat_686254215","text":"#% increased Totem Life","type":"explicit"},{"id":"explicit.stat_1910157106","text":"Players cannot Regenerate Life, Mana or Energy Shield","type":"explicit"},{"id":"explicit.stat_2011656677","text":"#% increased Poison Duration","type":"explicit"},{"id":"explicit.stat_2941585404","text":"#% increased Trap Damage","type":"explicit"},{"id":"explicit.stat_700317374","text":"#% increased Amount Recovered","type":"explicit"},{"id":"explicit.stat_3407849389","text":"#% reduced Effect of Curses on you","type":"explicit"},{"id":"explicit.stat_2557943734","text":"Added Small Passive Skills grant Nothing","type":"explicit"},{"id":"explicit.stat_406353061","text":"Monsters have #% chance to gain a Power Charge on Hit","type":"explicit"},{"id":"explicit.stat_174664100","text":"Minions have #% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_1309819744","text":"Monsters fire # additional Projectiles","type":"explicit"},{"id":"explicit.stat_4237442815","text":"+#% to Melee Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_3403461239","text":"Extra gore","type":"explicit"},{"id":"explicit.stat_1837040413","text":"Slaying Enemies close together can attract monsters from Beyond this realm","type":"explicit"},{"id":"explicit.stat_674553446","text":"Adds # to # Chaos Damage to Attacks","type":"explicit"},{"id":"explicit.stat_3604946673","text":"+# to Level of Socketed Minion Gems","type":"explicit"},{"id":"explicit.stat_3382807662","text":"+#% to Fire Damage over Time Multiplier","type":"explicit"},{"id":"explicit.stat_2109106920","text":"Unique Boss has #% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_4139681126","text":"#% increased Dexterity","type":"explicit"},{"id":"explicit.stat_3885634897","text":"#% chance to Poison on Hit (Local)","type":"explicit"},{"id":"explicit.stat_124877078","text":"Unique Boss deals #% increased Damage","type":"explicit"},{"id":"explicit.stat_337935900","text":"Monsters take #% reduced Extra Damage from Critical Strikes","type":"explicit"},{"id":"explicit.stat_3141070085","text":"#% increased Elemental Damage","type":"explicit"},{"id":"explicit.stat_1629869774","text":"Monsters have #% chance to Blind on Hit","type":"explicit"},{"id":"explicit.stat_4055307827","text":"+#% to Chaos Damage over Time Multiplier","type":"explicit"},{"id":"explicit.stat_734614379","text":"#% increased Strength","type":"explicit"},{"id":"explicit.stat_3729221884","text":"Players have #% reduced Chance to Block","type":"explicit"},{"id":"explicit.stat_3441651621","text":"+# Physical Damage taken from Attack Hits","type":"explicit"},{"id":"explicit.stat_3040667106","text":"Unique Boss has #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_83050999","text":"#% increased Damage with Swords","type":"explicit"},{"id":"explicit.stat_322206271","text":"Monsters have #% chance to Avoid Elemental Ailments","type":"explicit"},{"id":"explicit.stat_2312028586","text":"Players have #% less Area of Effect","type":"explicit"},{"id":"explicit.stat_2887760183","text":"Monsters gain #% of Maximum Life as Extra Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_3448216135","text":"Monsters deal #% extra Physical Damage as Cold","type":"explicit"},{"id":"explicit.stat_3258414199","text":"Added Small Passive Skills also grant: +# to Strength","type":"explicit"},{"id":"explicit.stat_1535626285","text":"+# to Strength and Intelligence","type":"explicit"},{"id":"explicit.stat_4249220643","text":"#% increased Attack Speed while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2452998583","text":"+# to Level of Socketed Aura Gems","type":"explicit"},{"id":"explicit.stat_1497673356","text":"Monsters deal #% extra Physical Damage as Fire","type":"explicit"},{"id":"explicit.stat_3183973644","text":"Monsters\' skills Chain # additional times","type":"explicit"},{"id":"explicit.stat_3721672021","text":"Added Small Passive Skills also grant: Regenerate #% of Life per Second","type":"explicit"},{"id":"explicit.stat_677564538","text":"Non-Channelling Skills have +# to Total Mana Cost","type":"explicit"},{"id":"explicit.stat_1437957544","text":"+# to Maximum Charges","type":"explicit"},{"id":"explicit.stat_829382474","text":"+# to Level of Socketed Melee Gems","type":"explicit"},{"id":"explicit.stat_687813731","text":"Monsters have #% chance to gain an Endurance Charge on Hit","type":"explicit"},{"id":"explicit.stat_3550868361","text":"#% increased Attack Speed with Axes","type":"explicit"},{"id":"explicit.stat_2669029667","text":"Added Small Passive Skills also grant: +#% to all Elemental Resistances","type":"explicit"},{"id":"explicit.stat_2709692542","text":"Added Small Passive Skills also grant: +#% to Cold Resistance","type":"explicit"},{"id":"explicit.stat_2300185227","text":"+# to Dexterity and Intelligence","type":"explicit"},{"id":"explicit.stat_1959158336","text":"Unique Boss has #% increased Life","type":"explicit"},{"id":"explicit.stat_3005472710","text":"#% chance to Avoid Elemental Ailments","type":"explicit"},{"id":"explicit.stat_3152982863","text":"Minions deal # to # additional Cold Damage","type":"explicit"},{"id":"explicit.stat_2166444903","text":"+#% Chance to Block Attack Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_1241625305","text":"#% increased Damage with Bow Skills","type":"explicit"},{"id":"explicit.stat_4237190083","text":"#% increased Mana Reservation Efficiency of Skills","type":"explicit"},{"id":"explicit.stat_1760576992","text":"# to # Added Physical Damage with Bow Attacks","type":"explicit"},{"id":"explicit.stat_2307547323","text":"+#% to Critical Strike Multiplier with Fire Skills","type":"explicit"},{"id":"explicit.stat_1172029298","text":"Minions deal # to # additional Physical Damage","type":"explicit"},{"id":"explicit.stat_836936635","text":"Regenerate #% of Life per second","type":"explicit"},{"id":"explicit.stat_1742567045","text":"Monsters have #% chance to gain a Frenzy Charge on Hit","type":"explicit"},{"id":"explicit.stat_538848803","text":"+# to Strength and Dexterity","type":"explicit"},{"id":"explicit.stat_1950806024","text":"+#% to Cold Damage over Time Multiplier","type":"explicit"},{"id":"explicit.stat_656461285","text":"#% increased Intelligence","type":"explicit"},{"id":"explicit.stat_4181072906","text":"Players have #% less Recovery Rate of Life and Energy Shield","type":"explicit"},{"id":"explicit.stat_1662717006","text":"Adds # to # Cold Damage to Spells and Attacks","type":"explicit"},{"id":"explicit.stat_3805075944","text":"#% increased Attack Speed while holding a Shield","type":"explicit"},{"id":"explicit.stat_3314142259","text":"#% increased Damage with Axes","type":"explicit"},{"id":"explicit.stat_3196823591","text":"#% increased Charge Recovery","type":"explicit"},{"id":"explicit.stat_3738001379","text":"#% chance to gain a Flask Charge when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_724930776","text":"Added Small Passive Skills also grant: +# to Intelligence","type":"explicit"},{"id":"explicit.stat_839186746","text":"+#% Monster Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_2448920197","text":"#% increased effect","type":"explicit"},{"id":"explicit.stat_2474836297","text":"Added Small Passive Skills also grant: #% increased Mana Regeneration Rate","type":"explicit"},{"id":"explicit.stat_649025131","text":"#% increased Movement Speed when on Low Life","type":"explicit"},{"id":"explicit.stat_57434274","text":"#% increased Experience gain (Maps)","type":"explicit"},{"id":"explicit.stat_3377888098","text":"#% increased Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_1073942215","text":"#% increased Freeze Duration on Enemies","type":"explicit"},{"id":"explicit.stat_938645499","text":"+#% Chance to Block Spell Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_3796523155","text":"#% less effect of Curses on Monsters","type":"explicit"},{"id":"explicit.stat_4061558269","text":"+#% Chance to Block Attack Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_876831634","text":"Cannot be Frozen","type":"explicit"},{"id":"explicit.stat_3182498570","text":"#% increased Movement Speed during Effect","type":"explicit"},{"id":"explicit.stat_51994685","text":"#% increased Flask Life Recovery rate","type":"explicit"},{"id":"explicit.stat_1519615863","text":"#% chance to cause Bleeding on Hit","type":"explicit"},{"id":"explicit.stat_3668351662","text":"#% increased Shock Duration on Enemies","type":"explicit"},{"id":"explicit.stat_295075366","text":"#% increased Strength Requirement","type":"explicit"},{"id":"explicit.stat_3527617737","text":"Has # Abyssal Sockets","type":"explicit"},{"id":"explicit.stat_1412217137","text":"#% increased Flask Mana Recovery rate","type":"explicit"},{"id":"explicit.stat_173226756","text":"#% increased Recovery rate","type":"explicit"},{"id":"explicit.stat_2918708827","text":"#% chance to gain Phasing for 4 seconds on Kill","type":"explicit"},{"id":"explicit.stat_1712221299","text":"+#% to Critical Strike Multiplier with Bows","type":"explicit"},{"id":"explicit.stat_1054098949","text":"+#% Monster Elemental Resistances","type":"explicit"},{"id":"explicit.stat_2530372417","text":"#% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_2643685329","text":"Added Small Passive Skills also grant: +# to Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_2554466725","text":"Added Small Passive Skills also grant: +# to Armour","type":"explicit"},{"id":"explicit.stat_1393393937","text":"#% increased Attack Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_3337344042","text":"#% increased Critical Strike Chance with Cold Skills","type":"explicit"},{"id":"explicit.stat_2137912951","text":"#% increased Mine Damage","type":"explicit"},{"id":"explicit.stat_2889601781","text":"Minions deal # to # additional Chaos Damage","type":"explicit"},{"id":"explicit.stat_30642521","text":"You can apply # additional Curses","type":"explicit"},{"id":"explicit.stat_669069897","text":"#% of Physical Attack Damage Leeched as Mana (Local)","type":"explicit"},{"id":"explicit.stat_1836374041","text":"#% increased Damage with Two Handed Weapons","type":"explicit"},{"id":"explicit.stat_1106651798","text":"Monsters cannot be Taunted","type":"explicit"},{"id":"explicit.stat_2387423236","text":"Adds # to # Cold Damage","type":"explicit"},{"id":"explicit.stat_979246511","text":"Gain #% of Physical Damage as Extra Cold Damage","type":"explicit"},{"id":"explicit.stat_1880071428","text":"#% increased effect of Non-Curse Auras from your Skills","type":"explicit"},{"id":"explicit.stat_3819827377","text":"Added Small Passive Skills also grant: +# to Maximum Life","type":"explicit"},{"id":"explicit.stat_472520716","text":"#% of Damage taken Recouped as Mana","type":"explicit"},{"id":"explicit.stat_118398748","text":"#% increased Trap Throwing Speed","type":"explicit"},{"id":"explicit.stat_318953428","text":"#% chance to Blind Enemies on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_3086156145","text":"Adds # Passive Skills","type":"explicit"},{"id":"explicit.stat_1199429645","text":"#% increased Melee Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2587176568","text":"#% increased Reservation Efficiency of Skills","type":"explicit"},{"id":"explicit.stat_1459321413","text":"#% increased Bleeding Duration","type":"explicit"},{"id":"explicit.stat_3736589033","text":"+# to Total Mana Cost of Skills","type":"explicit"},{"id":"explicit.stat_2553656203","text":"Monsters have a #% chance to cause Elemental Ailments on Hit","type":"explicit"},{"id":"explicit.stat_1452809865","text":"#% increased Flask Charges gained","type":"explicit"},{"id":"explicit.stat_1089165168","text":"Primordial","type":"explicit"},{"id":"explicit.stat_4100161067","text":"Added Small Passive Skills also grant: +# to Evasion","type":"explicit"},{"id":"explicit.stat_138741818","text":"+#% Chance to Block Spell Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2441475928","text":"+#% to Critical Strike Multiplier with Lightning Skills","type":"explicit"},{"id":"explicit.stat_670153687","text":"+#% to Critical Strike Multiplier with One Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_816367946","text":"All Monster Damage from Hits always Ignites","type":"explicit"},{"id":"explicit.stat_1515657623","text":"+# to Maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_227523295","text":"+# to Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_1826802197","text":"#% chance to gain a Frenzy Charge on Kill","type":"explicit"},{"id":"explicit.stat_44972811","text":"#% increased Life Regeneration rate","type":"explicit"},{"id":"explicit.stat_1334060246","text":"Adds # to # Lightning Damage","type":"explicit"},{"id":"explicit.stat_2618549697","text":"Added Small Passive Skills have #% increased Effect","type":"explicit"},{"id":"explicit.stat_2091591880","text":"#% increased Critical Strike Chance with Bows","type":"explicit"},{"id":"explicit.stat_215124030","text":"# to # Added Cold Damage with Bow Attacks","type":"explicit"},{"id":"explicit.stat_2885144362","text":"Adds # to # Lightning Damage to Spells and Attacks","type":"explicit"},{"id":"explicit.stat_2435536961","text":"Adds # to # Physical Damage to Spells","type":"explicit"},{"id":"explicit.stat_490098963","text":"#% of Physical Damage Converted to Chaos Damage","type":"explicit"},{"id":"explicit.stat_3851254963","text":"#% increased Totem Damage","type":"explicit"},{"id":"explicit.stat_1533563525","text":"#% of Physical Damage Converted to Fire Damage","type":"explicit"},{"id":"explicit.stat_1010549321","text":"#% increased Damage with One Handed Weapons","type":"explicit"},{"id":"explicit.stat_3293699237","text":"#% increased Attack Speed with Swords","type":"explicit"},{"id":"explicit.stat_284496119","text":"Monster Level: #","type":"explicit"},{"id":"explicit.stat_1513447578","text":"#% increased Damage when on Low Life","type":"explicit"},{"id":"explicit.stat_2546185479","text":"+#% to Critical Strike Multiplier while Dual Wielding","type":"explicit"},{"id":"explicit.stat_1813451228","text":"#% increased Attack Speed with One Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_1569407745","text":"+#% to Critical Strike Multiplier with Elemental Skills","type":"explicit"},{"id":"explicit.stat_3081816887","text":"#% increased Effect of Lightning Ailments","type":"explicit"},{"id":"explicit.stat_1339532482","text":"Reinforcements have #% increased Attack Speed","type":"explicit"},{"id":"explicit.stat_3120164895","text":"# to # Added Fire Damage with Bow Attacks","type":"explicit"},{"id":"explicit.stat_3994193163","text":"Added Small Passive Skills also grant: +# to Maximum Mana","type":"explicit"},{"id":"explicit.stat_4056408881","text":"Reward Rooms have #% increased Monsters","type":"explicit"},{"id":"explicit.stat_1040269876","text":"# to # Added Lightning Damage with Bow Attacks","type":"explicit"},{"id":"explicit.stat_915908446","text":"+#% to Critical Strike Multiplier with Cold Skills","type":"explicit"},{"id":"explicit.stat_795138349","text":"#% chance to Poison on Hit","type":"explicit"},{"id":"explicit.stat_2023107756","text":"Recover #% of Life on Kill","type":"explicit"},{"id":"explicit.stat_4154059009","text":"Monsters are Hexproof","type":"explicit"},{"id":"explicit.stat_591105508","text":"+# to Level of all Fire Spell Skill Gems","type":"explicit"},{"id":"explicit.stat_4078695","text":"+# to Maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_1445684883","text":"Reflects # to # Physical Damage to Attackers on Block","type":"explicit"},{"id":"explicit.stat_2381842786","text":"#% increased Critical Strike Chance with One Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_444174528","text":"#% increased Attack Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_4003278965","text":"Map has # additional random Modifier","type":"explicit"},{"id":"explicit.stat_1423639565","text":"Minions have +#% to all Elemental Resistances","type":"explicit"},{"id":"explicit.stat_1618589784","text":"#% chance to Avoid Bleeding","type":"explicit"},{"id":"explicit.stat_349586058","text":"Area has patches of Chilled Ground","type":"explicit"},{"id":"explicit.stat_1104796138","text":"#% increased Critical Strike Chance with Fire Skills","type":"explicit"},{"id":"explicit.stat_2300399854","text":"Adds # to # Chaos Damage to Spells","type":"explicit"},{"id":"explicit.stat_3855016469","text":"You take #% reduced Extra Damage from Critical Strikes","type":"explicit"},{"id":"explicit.stat_820939409","text":"Gain # Mana per Enemy Hit with Attacks","type":"explicit"},{"id":"explicit.stat_1476643878","text":"#% increased Cast Speed with Fire Skills","type":"explicit"},{"id":"explicit.stat_4262448838","text":"#% chance to Avoid being Stunned","type":"explicit"},{"id":"explicit.stat_339179093","text":"+# to Level of Socketed Fire Gems","type":"explicit"},{"id":"explicit.stat_2633745731","text":"#% increased total Recovery per second from Life Leech","type":"explicit"},{"id":"explicit.stat_2027269580","text":"+# to Level of Socketed Bow Gems","type":"explicit"},{"id":"explicit.stat_1541516339","text":"#% increased Movement Speed per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_3181974858","text":"#% chance to Cause Monsters to Flee","type":"explicit"},{"id":"explicit.stat_1101206134","text":"+#% Chance to Block Spell Damage if you were Damaged by a Hit Recently","type":"explicit"},{"id":"explicit.stat_3691695237","text":"+# to Level of Socketed Curse Gems","type":"explicit"},{"id":"explicit.stat_1896971621","text":"#% increased Mine Throwing Speed","type":"explicit"},{"id":"explicit.stat_2524254339","text":"Culling Strike","type":"explicit"},{"id":"explicit.stat_3319896421","text":"Gain #% of Physical Damage as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_1917910910","text":"#% increased Attack Speed with Two Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_2120297997","text":"+#% Chance to Block Spell Damage while wielding a Staff","type":"explicit"},{"id":"explicit.stat_1545858329","text":"+# to Level of all Lightning Spell Skill Gems","type":"explicit"},{"id":"explicit.stat_1314617696","text":"+#% to Physical Damage over Time Multiplier","type":"explicit"},{"id":"explicit.stat_762600725","text":"# Life gained when you Block","type":"explicit"},{"id":"explicit.stat_3496944181","text":"#% increased Spell Damage while wielding a Staff","type":"explicit"},{"id":"explicit.stat_3702513529","text":"#% increased Attack Critical Strike Chance while Dual Wielding","type":"explicit"},{"id":"explicit.stat_1514829491","text":"#% chance to Avoid being Frozen","type":"explicit"},{"id":"explicit.stat_977908611","text":"#% chance to Knock Enemies Back on hit","type":"explicit"},{"id":"explicit.stat_4079888060","text":"# Added Passive Skills are Jewel Sockets","type":"explicit"},{"id":"explicit.stat_1778298516","text":"+#% Chance to Block Attack Damage while wielding a Staff","type":"explicit"},{"id":"explicit.stat_4164174520","text":"Monsters have #% chance to Maim on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_3577222856","text":"Area has patches of desecrated ground","type":"explicit"},{"id":"explicit.stat_3485067555","text":"#% increased Chill Duration on Enemies","type":"explicit"},{"id":"explicit.stat_3739863694","text":"#% chance to Impale Enemies on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_2223678961","text":"Adds # to # Chaos Damage (Local)","type":"explicit"},{"id":"explicit.stat_4235886357","text":"Reflects # Cold Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_3351784991","text":"Minions deal # to # additional Fire Damage","type":"explicit"},{"id":"explicit.stat_3233646242","text":"Grants Immunity to Bleeding for 4 seconds if used while Bleeding\\nGrants Immunity to Corrupted Blood for 4 seconds if used while affected by Corrupted Blood","type":"explicit"},{"id":"explicit.stat_895264825","text":"#% increased Area of Effect of Aura Skills","type":"explicit"},{"id":"explicit.stat_3023957681","text":"#% chance to gain Onslaught for 4 seconds on Kill","type":"explicit"},{"id":"explicit.stat_4053951709","text":"#% chance to Avoid being Poisoned","type":"explicit"},{"id":"explicit.stat_2561836520","text":"Regenerate # Energy Shield per second","type":"explicit"},{"id":"explicit.stat_133340941","text":"Area has patches of Burning Ground","type":"explicit"},{"id":"explicit.stat_941368244","text":"Players have #% more Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_928701213","text":"Socketed Gems are Supported by Level # Faster Attacks","type":"explicit"},{"id":"explicit.stat_962725504","text":"#% additional Elemental Resistances during Effect","type":"explicit"},{"id":"explicit.stat_1526933524","text":"Instant Recovery","type":"explicit"},{"id":"explicit.stat_2483795307","text":"#% chance to gain a Power Charge on Kill","type":"explicit"},{"id":"explicit.stat_1871765599","text":"#% chance to Avoid being Shocked","type":"explicit"},{"id":"explicit.stat_1506355899","text":"#% more Duration","type":"explicit"},{"id":"explicit.stat_4126210832","text":"Hits can\'t be Evaded","type":"explicit"},{"id":"explicit.stat_2538566497","text":"#% increased Attack Speed with Daggers","type":"explicit"},{"id":"explicit.stat_1186596295","text":"#% increased Critical Strike Chance with Lightning Skills","type":"explicit"},{"id":"explicit.stat_1809006367","text":"Totems gain +#% to all Elemental Resistances","type":"explicit"},{"id":"explicit.stat_2388360415","text":"Socketed Gems are Supported by Level # Concentrated Effect","type":"explicit"},{"id":"explicit.stat_1859333175","text":"Can have up to 3 Crafted Modifiers","type":"explicit"},{"id":"explicit.stat_2223640518","text":"Socketed Gems are supported by Level # Blind","type":"explicit"},{"id":"explicit.stat_1217583941","text":"Buffs on Players expire #% faster","type":"explicit"},{"id":"explicit.stat_1140978125","text":"Cannot Leech from Monsters","type":"explicit"},{"id":"explicit.stat_2930653471","text":"Minions deal # to # additional Lightning Damage","type":"explicit"},{"id":"explicit.stat_644456512","text":"#% reduced Flask Charges used","type":"explicit"},{"id":"explicit.stat_3483999943","text":"#% chance to Avoid being Chilled","type":"explicit"},{"id":"explicit.stat_3393547195","text":"#% increased Movement Speed when on Full Life","type":"explicit"},{"id":"explicit.stat_1152182658","text":"1 Added Passive Skill is Martial Prowess","type":"explicit"},{"id":"explicit.stat_3531280422","text":"Adds # to # Chaos Damage","type":"explicit"},{"id":"explicit.stat_2323739383","text":"Minions have #% chance to Hinder Enemies on Hit with Spells","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_kaom","text":"Commanded leadership over # warriors under Kaom","type":"explicit"},{"id":"explicit.stat_1341148741","text":"#% of Chaos Damage Leeched as Life during Effect","type":"explicit"},{"id":"explicit.stat_1600707273","text":"+# to Level of all Physical Spell Skill Gems","type":"explicit"},{"id":"explicit.stat_3970396418","text":"Mercury Footprints","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_rakiata","text":"Commanded leadership over # warriors under Rakiata","type":"explicit"},{"id":"explicit.stat_2821079699","text":"+# to maximum number of Summoned Golems","type":"explicit"},{"id":"explicit.stat_3964634628","text":"Adds # to # Fire Damage to Spells and Attacks","type":"explicit"},{"id":"explicit.stat_3289633055","text":"Socketed Gems have #% increased Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2133341901","text":"#% of Physical Damage Converted to Cold Damage","type":"explicit"},{"id":"explicit.stat_125218179","text":"+# to maximum number of Spectres","type":"explicit"},{"id":"explicit.stat_2264295449","text":"+# metres to Melee Strike Range","type":"explicit"},{"id":"explicit.stat_4124805414","text":"+#% to maximum Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_513681673","text":"#% chance to Cause Bleeding on Critical Strike","type":"explicit"},{"id":"explicit.stat_4154259475","text":"+# to Level of Socketed Support Gems","type":"explicit"},{"id":"explicit.stat_1493091477","text":"Has no Sockets","type":"explicit"},{"id":"explicit.stat_211381198","text":"Gain # Energy Shield per Enemy Hit with Attacks","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_cadiro","text":"Commissioned # coins to commemorate Cadiro","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_victario","text":"Commissioned # coins to commemorate Victario","type":"explicit"},{"id":"explicit.stat_1783006896","text":"#% chance to Avoid being Ignited","type":"explicit"},{"id":"explicit.stat_3562241510","text":"Gain #% of Elemental Damage as Extra Chaos Damage during effect","type":"explicit"},{"id":"explicit.stat_752930724","text":"Items and Gems have #% increased Attribute Requirements","type":"explicit"},{"id":"explicit.stat_3599340381","text":"1 Added Passive Skill is Fuel the Fight","type":"explicit"},{"id":"explicit.stat_2818167778","text":"Gain #% of Physical Damage as Extra Chaos Damage during effect","type":"explicit"},{"id":"explicit.stat_986397080","text":"#% reduced Ignite Duration on you","type":"explicit"},{"id":"explicit.stat_3570046771","text":"Grants Immunity to Chill for 4 seconds if used while Chilled\\nGrants Immunity to Freeze for 4 seconds if used while Frozen","type":"explicit"},{"id":"explicit.stat_818778753","text":"Damage Penetrates #% Lightning Resistance","type":"explicit"},{"id":"explicit.stat_1478653032","text":"#% reduced Effect of Chill on you","type":"explicit"},{"id":"explicit.stat_2227180465","text":"#% increased Mana Reservation of Skills","type":"explicit"},{"id":"explicit.stat_1164767410","text":"#% increased Armour while not Ignited, Frozen or Shocked","type":"explicit"},{"id":"explicit.stat_2835888248","text":"Players have Point Blank","type":"explicit"},{"id":"explicit.stat_3222482040","text":"Monsters have #% chance to steal Power, Frenzy and Endurance charges on Hit","type":"explicit"},{"id":"explicit.stat_1788635023","text":"#% increased Cast Speed with Lightning Skills","type":"explicit"},{"id":"explicit.stat_4000101551","text":"Minions have #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_3837707023","text":"Minions have +#% to Chaos Resistance","type":"explicit"},{"id":"explicit.stat_283649372","text":"Cannot be Chilled","type":"explicit"},{"id":"explicit.stat_379328644","text":"#% increased Damage with Wands","type":"explicit"},{"id":"explicit.stat_310246444","text":"#% increased Damage while Leeching","type":"explicit"},{"id":"explicit.stat_3091578504","text":"Minions have #% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_3465022881","text":"+#% to Lightning and Chaos Resistances","type":"explicit"},{"id":"explicit.stat_3301100256","text":"#% increased Poison Duration on you","type":"explicit"},{"id":"explicit.stat_968369591","text":"#% increased Attack Speed during Effect","type":"explicit"},{"id":"explicit.stat_2695354435","text":"#% increased Global Evasion Rating when on Low Life","type":"explicit"},{"id":"explicit.stat_827329571","text":"#% increased Spell Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_3240769289","text":"#% of Physical Damage Converted to Lightning Damage","type":"explicit"},{"id":"explicit.stat_1389153006","text":"#% increased Global Defences","type":"explicit"},{"id":"explicit.stat_228165595","text":"Socketed Gems are Supported by Level # Chance to Poison","type":"explicit"},{"id":"explicit.stat_875143443","text":"#% chance to Steal Power, Frenzy, and Endurance Charges on Hit","type":"explicit"},{"id":"explicit.stat_2479683456","text":"Minions Regenerate #% of Life per second","type":"explicit"},{"id":"explicit.stat_4095671657","text":"+#% to maximum Fire Resistance","type":"explicit"},{"id":"explicit.stat_2397408229","text":"Rampage","type":"explicit"},{"id":"explicit.stat_1484471543","text":"#% increased Duration of Lightning Ailments","type":"explicit"},{"id":"explicit.stat_1843941387","text":"Reinforcements have #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_1692879867","text":"#% increased Bleed Duration on you","type":"explicit"},{"id":"explicit.stat_425242359","text":"#% of Physical Damage from Hits taken as Lightning Damage","type":"explicit"},{"id":"explicit.stat_2304729532","text":"Implicit Modifier magnitudes are doubled","type":"explicit"},{"id":"explicit.stat_962720646","text":"Monsters have #% chance to Hinder on Hit with Spells","type":"explicit"},{"id":"explicit.stat_587175996","text":"Area is a large Maze","type":"explicit"},{"id":"explicit.stat_287491423","text":"#% additional Physical Damage Reduction against Abyssal Monsters","type":"explicit"},{"id":"explicit.stat_1686122637","text":"#% increased Damage while Ignited","type":"explicit"},{"id":"explicit.stat_4188894176","text":"#% increased Damage with Bows","type":"explicit"},{"id":"explicit.stat_141810208","text":"#% of Attack Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_4226189338","text":"+# to Level of all Chaos Spell Skill Gems","type":"explicit"},{"id":"explicit.stat_2787733863","text":"# to # Added Lightning Damage with Wand Attacks","type":"explicit"},{"id":"explicit.stat_1693613464","text":"#% increased Armour during Effect","type":"explicit"},{"id":"explicit.stat_3660039923","text":"#% increased Cast Speed while Ignited","type":"explicit"},{"id":"explicit.stat_274716455","text":"+#% to Critical Strike Multiplier for Spell Damage","type":"explicit"},{"id":"explicit.stat_2911442053","text":"Minions have #% chance to Taunt on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_2999796964","text":"Curses have #% reduced effect on Monsters","type":"explicit"},{"id":"explicit.stat_321077055","text":"Adds # to # Fire Damage","type":"explicit"},{"id":"explicit.stat_1766142294","text":"#% increased Spell Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_1384864963","text":"Regenerate # Life per second per Level","type":"explicit"},{"id":"explicit.stat_211836731","text":"All Sockets are White","type":"explicit"},{"id":"explicit.stat_4016885052","text":"Socketed Gems fire an additional Projectile","type":"explicit"},{"id":"explicit.stat_1122134690","text":"Socketed Gems are Supported by Level # Trap","type":"explicit"},{"id":"explicit.stat_1612163368","text":"#% increased Cast Speed while holding a Shield","type":"explicit"},{"id":"explicit.stat_928238845","text":"#% increased Cast Speed with Cold Skills","type":"explicit"},{"id":"explicit.stat_1435748744","text":"Curse Skills have #% increased Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_252507949","text":"+#% to Critical Strike Multiplier with Two Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_3942946753","text":"Regenerate #% of Life per second while on Low Life","type":"explicit"},{"id":"explicit.stat_2899095498","text":"Nearby Enemies are Intimidated","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_nasima","text":"Denoted service of # dekhara in the akhara of Nasima","type":"explicit"},{"id":"explicit.stat_1181419800","text":"#% increased Damage with Maces or Sceptres","type":"explicit"},{"id":"explicit.stat_3051845758","text":"+#% to Fire Resistance when Socketed with a Red Gem","type":"explicit"},{"id":"explicit.stat_2419712247","text":"#% increased Duration of Ailments on Enemies","type":"explicit"},{"id":"explicit.stat_764295120","text":"#% increased Critical Strike Chance with Two Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_3166317791","text":"#% chance to Gain Unholy Might for 4 seconds on Melee Kill","type":"explicit"},{"id":"explicit.stat_581625445","text":"#% increased Movement Speed while Ignited","type":"explicit"},{"id":"explicit.stat_439950087","text":"#% increased Critical Strike Chance with Elemental Skills","type":"explicit"},{"id":"explicit.stat_1582728645","text":"Gain # Charge when you are Hit by an Enemy","type":"explicit"},{"id":"explicit.stat_3457143479","text":"Chests have #% increased Item Rarity","type":"explicit"},{"id":"explicit.stat_2342448236","text":"1 Added Passive Skill is Prismatic Heart","type":"explicit"},{"id":"explicit.stat_3720936304","text":"Socketed Gems are Supported by Level # Increased Area of Effect","type":"explicit"},{"id":"explicit.stat_821241191","text":"#% increased Life Recovery from Flasks","type":"explicit"},{"id":"explicit.stat_3375935924","text":"Minions have #% increased Attack Speed","type":"explicit"},{"id":"explicit.stat_1394963553","text":"#% increased Attack Speed with Staves","type":"explicit"},{"id":"explicit.stat_3666934677","text":"#% increased Experience gain","type":"explicit"},{"id":"explicit.stat_45546355","text":"Area is inhabited by Skeletons","type":"explicit"},{"id":"explicit.stat_372478711","text":"This Jewel\'s Socket has #% increased effect per Allocated Passive Skill between\\nit and your Class\' starting location","type":"explicit"},{"id":"explicit.stat_2731249891","text":"#% of Fire Damage Converted to Chaos Damage","type":"explicit"},{"id":"explicit.stat_3338298622","text":"#% increased Frenzy Charge Duration","type":"explicit"},{"id":"explicit.stat_3470876581","text":"+# to Evasion Rating while on Low Life","type":"explicit"},{"id":"explicit.stat_251342217","text":"Adds Knockback to Melee Attacks during Effect","type":"explicit"},{"id":"explicit.stat_2122183138","text":"# Mana gained when you Block","type":"explicit"},{"id":"explicit.stat_87098247","text":"# to # Added Fire Damage with Wand Attacks","type":"explicit"},{"id":"explicit.stat_2355312681","text":"Monsters are Immune to randomly chosen Elemental Ailments or Stun","type":"explicit"},{"id":"explicit.stat_2805714016","text":"#% increased Damage with Hits against Chilled Enemies","type":"explicit"},{"id":"explicit.stat_41394014","text":"Monsters\' Melee Attacks apply random Hexes on Hit","type":"explicit"},{"id":"explicit.stat_960081730","text":"Adds # to # Physical Damage","type":"explicit"},{"id":"explicit.stat_3895393544","text":"Removes Curses on use","type":"explicit"},{"id":"explicit.stat_2995661301","text":"Survival","type":"explicit"},{"id":"explicit.stat_378817135","text":"+#% to Fire and Chaos Resistances","type":"explicit"},{"id":"explicit.stat_4058681894","text":"Your Critical Strikes do not deal extra Damage","type":"explicit"},{"id":"explicit.stat_3853018505","text":"#% increased Physical Damage taken","type":"explicit"},{"id":"explicit.stat_4077035099","text":"Passives in Radius can be Allocated without being connected to your tree","type":"explicit"},{"id":"explicit.stat_2254480358","text":"+# to Level of all Cold Spell Skill Gems","type":"explicit"},{"id":"explicit.stat_1678690824","text":"#% increased Spell Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2515515064","text":"#% increased Attack Speed with Maces or Sceptres","type":"explicit"},{"id":"explicit.stat_800141891","text":"#% chance to Freeze, Shock and Ignite","type":"explicit"},{"id":"explicit.stat_289814996","text":"+#% to Lightning Resistance when Socketed with a Blue Gem","type":"explicit"},{"id":"explicit.stat_1119465199","text":"Chaos Damage taken does not bypass Energy Shield","type":"explicit"},{"id":"explicit.stat_3759735052","text":"#% increased Attack Speed with Bows","type":"explicit"},{"id":"explicit.stat_446733281","text":"+# to Level of Socketed Spell Gems","type":"explicit"},{"id":"explicit.stat_832404842","text":"#% reduced Enemy Stun Threshold with this Weapon","type":"explicit"},{"id":"explicit.stat_1661151735","text":"Minions have +# to Accuracy Rating","type":"explicit"},{"id":"explicit.stat_299054775","text":"#% increased Evasion Rating during Effect","type":"explicit"},{"id":"explicit.stat_3062329212","text":"Minions Regenerate # Life per second","type":"explicit"},{"id":"explicit.stat_3753748365","text":"Damage of Enemies Hitting you is Unlucky while you are on Low Life","type":"explicit"},{"id":"explicit.stat_1421645223","text":"#% increased Attack Speed with Claws","type":"explicit"},{"id":"explicit.stat_412745376","text":"Minions deal #% increased Damage if you\'ve used a Minion Skill Recently","type":"explicit"},{"id":"explicit.stat_2047819517","text":"#% increased Attack Speed while Ignited","type":"explicit"},{"id":"explicit.stat_2422197812","text":"Left ring slot: You and your Minions take #% reduced Reflected Elemental Damage","type":"explicit"},{"id":"explicit.stat_3374165039","text":"#% increased Totem Placement speed","type":"explicit"},{"id":"explicit.stat_1814782245","text":"#% more Physical Damage with Unarmed Melee Attacks","type":"explicit"},{"id":"explicit.stat_3771516363","text":"#% additional Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_3720627346","text":"#% increased Attack Speed with Wands","type":"explicit"},{"id":"explicit.stat_728267040","text":"Found Items have #% chance to drop Corrupted in Area","type":"explicit"},{"id":"explicit.stat_2222186378","text":"#% increased Mana Recovery from Flasks","type":"explicit"},{"id":"explicit.stat_3811191316","text":"Minions have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_3342989455","text":"#% of Physical Damage from Hits taken as Fire Damage","type":"explicit"},{"id":"explicit.stat_2109043683","text":"#% increased Effect of Buffs granted by your Golems","type":"explicit"},{"id":"explicit.stat_3303551725","text":"Restless Dead","type":"explicit"},{"id":"explicit.stat_2808735733","text":"Area contains a Large Chest","type":"explicit"},{"id":"explicit.stat_2378288719","text":"Area becomes fatal after some time","type":"explicit"},{"id":"explicit.stat_2018035324","text":"Gain # Life per Enemy Hit with Spells","type":"explicit"},{"id":"explicit.stat_860864690","text":"Area contains unbridged gaps to cross","type":"explicit"},{"id":"explicit.stat_3374054207","text":"Minions have +#% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_3246076198","text":"Area has patches of Shocked Ground which increase Damage taken by #%","type":"explicit"},{"id":"explicit.stat_376585490","text":"Monsters have #% chance to Avoid Ailments","type":"explicit"},{"id":"explicit.stat_1011760251","text":"+#% to maximum Lightning Resistance","type":"explicit"},{"id":"explicit.stat_1585344030","text":"#% increased Attack Speed if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_507075051","text":"+# Mana per 4 Strength","type":"explicit"},{"id":"explicit.stat_1408638732","text":"#% increased Character Size","type":"explicit"},{"id":"explicit.stat_645841425","text":"Area is inhabited by ranged monsters","type":"explicit"},{"id":"explicit.stat_2355151849","text":"#% increased Melee Physical Damage per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_2042405614","text":"+# Life per 4 Dexterity","type":"explicit"},{"id":"explicit.stat_856021430","text":"#% increased Damage with Movement Skills","type":"explicit"},{"id":"explicit.stat_3916182167","text":"Area is inhabited by Demons","type":"explicit"},{"id":"explicit.stat_2101383955","text":"Damage Penetrates #% Elemental Resistances","type":"explicit"},{"id":"explicit.stat_782230869","text":"#% increased Effect of Non-Damaging Ailments","type":"explicit"},{"id":"explicit.stat_25085466","text":"Area is inhabited by Sea Witches and their Spawn","type":"explicit"},{"id":"explicit.stat_1618339429","text":"+#% chance to be Ignited","type":"explicit"},{"id":"explicit.stat_3924520095","text":"Trigger Level # Assassin\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_1645459191","text":"+# to Level of Socketed Cold Gems","type":"explicit"},{"id":"explicit.stat_2651141461","text":"Area is inhabited by Humanoids","type":"explicit"},{"id":"explicit.stat_4064396395","text":"Attacks with this Weapon Penetrate #% Elemental Resistances","type":"explicit"},{"id":"explicit.stat_3134632618","text":"Area is inhabited by Lunaris fanatics","type":"explicit"},{"id":"explicit.stat_1069260037","text":"#% increased Damage with Claws","type":"explicit"},{"id":"explicit.stat_819529588","text":"#% increased Global Damage","type":"explicit"},{"id":"explicit.stat_153777645","text":"#% increased Area of Effect of Hex Skills","type":"explicit"},{"id":"explicit.stat_3676141501","text":"+#% to maximum Cold Resistance","type":"explicit"},{"id":"explicit.stat_2721815210","text":"Grants Level # Precision Skill","type":"explicit"},{"id":"explicit.stat_1683578560","text":"Unwavering Stance","type":"explicit"},{"id":"explicit.stat_4252630904","text":"Area is inhabited by Cultists of Kitava","type":"explicit"},{"id":"explicit.stat_4265534424","text":"#% reduced Effect of Curses on you during Effect","type":"explicit"},{"id":"explicit.stat_2066542501","text":"#% increased Cast Speed while wielding a Staff","type":"explicit"},{"id":"explicit.stat_350598685","text":"+# metres to Weapon Range","type":"explicit"},{"id":"explicit.stat_2301191210","text":"#% chance to Blind Enemies on hit","type":"explicit"},{"id":"explicit.stat_64726306","text":"Can\'t use other Rings","type":"explicit"},{"id":"explicit.stat_1924591908","text":"#% chance to grant Onslaught to nearby Enemies on Kill","type":"explicit"},{"id":"explicit.stat_3173052379","text":"Ignited Enemies Killed by your Hits are destroyed","type":"explicit"},{"id":"explicit.stat_619213329","text":"+# to Level of all Physical Skill Gems","type":"explicit"},{"id":"explicit.stat_2196657026","text":"+# Accuracy Rating per 2 Intelligence","type":"explicit"},{"id":"explicit.stat_778848857","text":"Nearby Allies gain #% increased Mana Regeneration Rate","type":"explicit"},{"id":"explicit.stat_2484223218","text":"Unique Boss gives #% increased Experience","type":"explicit"},{"id":"explicit.stat_3814560373","text":"#% increased Physical Damage with Swords","type":"explicit"},{"id":"explicit.stat_131358113","text":"1 Added Passive Skill is Exposure Therapy","type":"explicit"},{"id":"explicit.stat_4176970656","text":"# Physical Damage taken on Minion Death","type":"explicit"},{"id":"explicit.stat_538241406","text":"Damaging Ailments deal damage #% faster","type":"explicit"},{"id":"explicit.stat_1334465904","text":"#% increased Physical Damage with One Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_969865219","text":"#% increased Damage taken while on Full Energy Shield","type":"explicit"},{"id":"explicit.stat_2431643207","text":"Minions have #% chance to Blind on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_369494213","text":"Gain #% of Physical Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.stat_1955882986","text":"Regenerate # Life over 1 second when you Cast a Spell","type":"explicit"},{"id":"explicit.stat_2962840349","text":"Socketed Gems are Supported by Level # Spell Totem","type":"explicit"},{"id":"explicit.stat_172852114","text":"#% of Physical Attack Damage Leeched as Mana per Blue Socket","type":"explicit"},{"id":"explicit.stat_3479987487","text":"#% increased Block and Stun Recovery during Effect","type":"explicit"},{"id":"explicit.stat_1064331314","text":"+#% to Cold Resistance when Socketed with a Green Gem","type":"explicit"},{"id":"explicit.stat_2382196858","text":"#% increased Cast Speed while Dual Wielding","type":"explicit"},{"id":"explicit.stat_3586984690","text":"#% increased Damage with Daggers","type":"explicit"},{"id":"explicit.stat_2169938251","text":"Socketed Gems are Supported by Level # Faster Casting","type":"explicit"},{"id":"explicit.stat_3232201443","text":"#% of Maximum Life taken as Chaos Damage per second","type":"explicit"},{"id":"explicit.stat_1787073323","text":"Skills Chain +# times","type":"explicit"},{"id":"explicit.stat_599749213","text":"+# to Level of all Fire Skill Gems","type":"explicit"},{"id":"explicit.stat_4231842891","text":"# to # Added Lightning Damage with Claw Attacks","type":"explicit"},{"id":"explicit.stat_3944782785","text":"#% increased Attack Damage against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_1911162866","text":"1 Added Passive Skill is Drive the Destruction","type":"explicit"},{"id":"explicit.stat_2129392647","text":"1 Added Passive Skill is Circling Oblivion","type":"explicit"},{"id":"explicit.stat_540300548","text":"1 Added Passive Skill is Smite the Weak","type":"explicit"},{"id":"explicit.stat_3801067695","text":"#% reduced Effect of Shock on you","type":"explicit"},{"id":"explicit.stat_1840747977","text":"Monsters deal #% extra Physical Damage as Chaos","type":"explicit"},{"id":"explicit.stat_3603666270","text":"#% additional Physical Damage Reduction if you weren\'t Damaged by a Hit Recently","type":"explicit"},{"id":"explicit.stat_988575597","text":"#% increased Energy Shield Recovery rate","type":"explicit"},{"id":"explicit.stat_114734841","text":"Flasks applied to you have #% increased Effect","type":"explicit"},{"id":"explicit.stat_1776945532","text":"Enemies you Kill have a #% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage","type":"explicit"},{"id":"explicit.stat_288651645","text":"Your spells have #% chance to Shock against Frozen Enemies","type":"explicit"},{"id":"explicit.stat_570159344","text":"Consumes 1 Frenzy Charge on use","type":"explicit"},{"id":"explicit.stat_1678643716","text":"1 Added Passive Skill is Widespread Destruction","type":"explicit"},{"id":"explicit.stat_4217693429","text":"Bow Attacks have Culling Strike","type":"explicit"},{"id":"explicit.stat_3457100218","text":"Gain Onslaught for # second per Frenzy Charge on use","type":"explicit"},{"id":"explicit.stat_2770782267","text":"Minions Leech #% of Damage as Life","type":"explicit"},{"id":"explicit.stat_1341845920","text":"Monsters Reflect Hexes","type":"explicit"},{"id":"explicit.stat_655278200","text":"Unique Boss drops an additional Map","type":"explicit"},{"id":"explicit.stat_2067062068","text":"Projectiles Pierce # additional Targets","type":"explicit"},{"id":"explicit.stat_2858921304","text":"#% chance to gain a Flask Charge when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_1237708713","text":"# to # Added Lightning Damage with Sword Attacks","type":"explicit"},{"id":"explicit.stat_13669281","text":"Socketed Gems are Supported by Level # Hypothermia","type":"explicit"},{"id":"explicit.stat_1352418057","text":"#% chance to Curse Enemies with Socketed Hex Curse Gem on Hit","type":"explicit"},{"id":"explicit.stat_734823525","text":"#% increased Evasion Rating while moving","type":"explicit"},{"id":"explicit.stat_4087089130","text":"#% increased Damage with Staves","type":"explicit"},{"id":"explicit.stat_182714578","text":"Grants Immunity to Bleeding for # seconds if used while Bleeding\\nGrants Immunity to Corrupted Blood for # seconds if used while affected by Corrupted Blood","type":"explicit"},{"id":"explicit.stat_2763429652","text":"#% chance to Maim on Hit","type":"explicit"},{"id":"explicit.stat_2085855914","text":"Summoned Raging Spirits deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_3442107889","text":"Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_1626998468","text":"Area contains no monsters","type":"explicit"},{"id":"explicit.stat_2366940416","text":"+#% to Chaos Resistance when on Low Life","type":"explicit"},{"id":"explicit.stat_1331384105","text":"#% increased Skeleton Duration","type":"explicit"},{"id":"explicit.stat_2528955616","text":"Gain # Energy Shield per Enemy Killed","type":"explicit"},{"id":"explicit.stat_3002506763","text":"#% chance to Hinder Enemies on Hit with Spells","type":"explicit"},{"id":"explicit.stat_1357244124","text":"Right ring slot: You and your Minions take #% reduced Reflected Physical Damage","type":"explicit"},{"id":"explicit.stat_2605850929","text":"Socketed Gems have Elemental Equilibrium","type":"explicit"},{"id":"explicit.stat_2519106214","text":"+#% Chance to Block Attack Damage during Effect","type":"explicit"},{"id":"explicit.stat_2562665460","text":"Stun Threshold is based on Energy Shield instead of Life","type":"explicit"},{"id":"explicit.stat_3268519799","text":"Transfiguration of Soul","type":"explicit"},{"id":"explicit.stat_881645355","text":"Transfiguration of Body","type":"explicit"},{"id":"explicit.stat_3235814433","text":"+# to Level of all Raise Spectre Gems","type":"explicit"},{"id":"explicit.stat_972201717","text":"# to # Added Cold Damage with Sword Attacks","type":"explicit"},{"id":"explicit.stat_3086896309","text":"Gain #% of Cold Damage as Extra Fire Damage per 1% Chill Effect on Enemy","type":"explicit"},{"id":"explicit.stat_1793818220","text":"#% increased Effect of Cold Ailments","type":"explicit"},{"id":"explicit.stat_2154290807","text":"# to # Added Fire Damage with Claw Attacks","type":"explicit"},{"id":"explicit.stat_2614321687","text":"#% of Damage Leeched as Life against Shocked Enemies","type":"explicit"},{"id":"explicit.stat_3393628375","text":"+#% to Cold and Chaos Resistances","type":"explicit"},{"id":"explicit.stat_2856328513","text":"#% increased Critical Strike Chance if you haven\'t dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_3669845133","text":"#% chance to gain Phasing for 4 seconds on Kill","type":"explicit"},{"id":"explicit.stat_504850499","text":"Area contains an additional Harbinger","type":"explicit"},{"id":"explicit.stat_1277035917","text":"Total Recovery per second from Life Leech is Doubled","type":"explicit"},{"id":"explicit.stat_323705912","text":"Skills fire an additional Projectile during Effect","type":"explicit"},{"id":"explicit.stat_2453026567","text":"#% chance to gain Onslaught for 10 seconds on Kill","type":"explicit"},{"id":"explicit.stat_2001530951","text":"#% increased Trap Duration","type":"explicit"},{"id":"explicit.stat_3501769159","text":"#% increased Melee Physical Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_3192592092","text":"Sockets cannot be modified","type":"explicit"},{"id":"explicit.stat_392168009","text":"+#% to Chaos Resistance during any Flask Effect","type":"explicit"},{"id":"explicit.stat_1085359447","text":"#% increased Charges gained by Other Flasks during Effect","type":"explicit"},{"id":"explicit.stat_1964607303","text":"Herald of Thunder also creates a storm when you Shock an Enemy","type":"explicit"},{"id":"explicit.stat_2398198236","text":"# to # Added Spell Lightning Damage while wielding a Two Handed Weapon","type":"explicit"},{"id":"explicit.stat_1072119541","text":"#% increased Damage if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_2671663397","text":"# to # Added Spell Cold Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_169657426","text":"Adds # to # Fire Damage in Main Hand","type":"explicit"},{"id":"explicit.stat_4293245253","text":"Enemies Cannot Leech Mana From you","type":"explicit"},{"id":"explicit.stat_2739830820","text":"+# to Level of all Raise Zombie Gems","type":"explicit"},{"id":"explicit.stat_1694106311","text":"Cannot be Stunned","type":"explicit"},{"id":"explicit.stat_1745710984","text":"#% chance to grant Unholy Might to nearby Enemies on Kill","type":"explicit"},{"id":"explicit.stat_2917449574","text":"Removes #% of your maximum Energy Shield on use","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_doryani","text":"Bathed in the blood of # sacrificed in the name of Doryani","type":"explicit"},{"id":"explicit.stat_4077843608","text":"Has 1 Socket","type":"explicit"},{"id":"explicit.stat_2301696196","text":"You take #% of your maximum Life as Chaos Damage on use","type":"explicit"},{"id":"explicit.stat_2114157293","text":"#% increased Golem Damage for each Type of Golem you have Summoned","type":"explicit"},{"id":"explicit.stat_2235163762","text":"Summoned Golems Regenerate #% of their Life per second","type":"explicit"},{"id":"explicit.stat_2063695047","text":"Gain #% of Non-Chaos Damage as extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_1261982764","text":"#% increased Life Recovered","type":"explicit"},{"id":"explicit.stat_2056783069","text":"#% increased Physical Damage with Two Handed Melee Weapons","type":"explicit"},{"id":"explicit.stat_4045269075","text":"Recover # Life when you Ignite an Enemy","type":"explicit"},{"id":"explicit.stat_1244360317","text":"#% increased Damage over Time while holding a Shield","type":"explicit"},{"id":"explicit.stat_1582068183","text":"# to # Added Lightning Damage with Axe Attacks","type":"explicit"},{"id":"explicit.stat_723832351","text":"#% of Cold Damage Converted to Fire Damage","type":"explicit"},{"id":"explicit.stat_3143208761","text":"#% increased Attributes","type":"explicit"},{"id":"explicit.stat_3433724931","text":"Curse Enemies with Temporal Chains on Hit","type":"explicit"},{"id":"explicit.stat_3477714116","text":"Curse Enemies with Vulnerability on Block","type":"explicit"},{"id":"explicit.stat_3477833022","text":"Enemies Ignited by you during Effect take #% increased Damage","type":"explicit"},{"id":"explicit.stat_1001829678","text":"+#% Chance to Block Attack Damage while wielding a Staff (Staves)","type":"explicit"},{"id":"explicit.stat_2557247391","text":"Recharges # Charge when you Consume an Ignited corpse","type":"explicit"},{"id":"explicit.stat_2771181375","text":"#% increased Poison Duration if you have at least 150 Intelligence","type":"explicit"},{"id":"explicit.stat_2629106530","text":"Recover #% of Life on use","type":"explicit"},{"id":"explicit.stat_2918129907","text":"Inflicts a random Hex on you when your Totems die","type":"explicit"},{"id":"explicit.stat_3479683016","text":"# to # Added Lightning Damage with Dagger Attacks","type":"explicit"},{"id":"explicit.stat_3991482957","text":"#% chance to gain Unholy Might for 10 seconds on Kill","type":"explicit"},{"id":"explicit.stat_3741956733","text":"Gains no Charges during Effect of any Overflowing Chalice Flask","type":"explicit"},{"id":"explicit.stat_2921084940","text":"# to # Added Spell Physical Damage while wielding a Two Handed Weapon","type":"explicit"},{"id":"explicit.stat_2920970371","text":"#% increased Duration of Curses on you","type":"explicit"},{"id":"explicit.stat_2501237765","text":"Socketed Gems are supported by Level # Multistrike","type":"explicit"},{"id":"explicit.stat_3548561213","text":"#% increased Attack Speed per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_331731406","text":"Cannot be Ignited","type":"explicit"},{"id":"explicit.stat_44182350","text":"# to # Added Spell Fire Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_3642528642","text":"Only affects Passives in # Ring","type":"explicit","option":{"options":[{"id":1,"text":"Small"},{"id":2,"text":"Medium"},{"id":3,"text":"Large"},{"id":4,"text":"Very Large"},{"id":5,"text":"Massive"}]}},{"id":"explicit.stat_1592029809","text":"Gain a Power Charge on Non-Critical Strike","type":"explicit"},{"id":"explicit.stat_2543931078","text":"#% reduced Frenzy Charge Duration per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_3636096208","text":"#% more Melee Physical Damage during effect","type":"explicit"},{"id":"explicit.stat_3734640451","text":"Adds # to # Cold Damage against Chilled Enemies","type":"explicit"},{"id":"explicit.stat_1457911472","text":"#% chance to cause Enemies to Flee on use","type":"explicit"},{"id":"explicit.stat_3986030307","text":"Gain # Endurance Charge on use","type":"explicit"},{"id":"explicit.stat_3591397930","text":"Knocks Back Enemies in an Area when you use a Flask","type":"explicit"},{"id":"explicit.stat_1743759111","text":"# to # Added Spell Chaos Damage while wielding a Two Handed Weapon","type":"explicit"},{"id":"explicit.stat_2159994279","text":"Players have #% increased Cooldown Recovery Rate for Movement Skills","type":"explicit"},{"id":"explicit.stat_3495544060","text":"Gain #% of Elemental Damage as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_744082851","text":"#% of Chaos Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_1004011302","text":"#% increased Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_2076926581","text":"+#% chance to Suppress Spell Damage while your Off Hand is empty","type":"explicit"},{"id":"explicit.stat_2444301311","text":"During Effect, Damage Penetrates #% Resistance of each Element for which your Uncapped Elemental Resistance is highest","type":"explicit"},{"id":"explicit.stat_411460446","text":"Socketed Gems are Supported by Level # Added Chaos Damage","type":"explicit"},{"id":"explicit.stat_412462523","text":"#% more Damage","type":"explicit"},{"id":"explicit.stat_2503377690","text":"#% of Recovery applied Instantly","type":"explicit"},{"id":"explicit.stat_1285587221","text":"Intelligence from Passives in Radius is Transformed to Strength","type":"explicit"},{"id":"explicit.stat_2695527599","text":"Grants Immunity to Ignite for 4 seconds if used while Ignited\\nRemoves all Burning when used","type":"explicit"},{"id":"explicit.stat_3954157711","text":"# to # Added Spell Physical Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_3230795453","text":"Gain # Frenzy Charge on use","type":"explicit"},{"id":"explicit.stat_2016708976","text":"+#% to Quality","type":"explicit"},{"id":"explicit.stat_2096159630","text":"# to # Added Lightning Damage with Mace or Sceptre Attacks","type":"explicit"},{"id":"explicit.stat_1342271987","text":"Reinforcements have #% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_1939202111","text":"#% increased Critical Strike Chance against Blinded Enemies","type":"explicit"},{"id":"explicit.stat_2697049014","text":"Gain # Power Charge on use","type":"explicit"},{"id":"explicit.stat_1342790450","text":"#% increased Quantity of Items Dropped by Slain Normal Enemies","type":"explicit"},{"id":"explicit.stat_2406605753","text":"Recover #% of Energy Shield on Kill","type":"explicit"},{"id":"explicit.stat_2847548062","text":"#% increased Mana Regeneration Rate per Power Charge","type":"explicit"},{"id":"explicit.stat_2102212273","text":"#% reduced Critical Strike Chance per Power Charge","type":"explicit"},{"id":"explicit.stat_1826605755","text":"You cannot have non-Golem Minions","type":"explicit"},{"id":"explicit.stat_186383409","text":"Golems have #% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_2153364323","text":"+# Intelligence Requirement","type":"explicit"},{"id":"explicit.stat_2745936267","text":"#% increased Light Radius during Effect","type":"explicit"},{"id":"explicit.stat_279227559","text":"#% increased Movement Speed if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_187418672","text":"# to # Added Cold Damage with Mace or Sceptre Attacks","type":"explicit"},{"id":"explicit.stat_3195300715","text":"Minions have +#% chance to Suppress Spell Damage","type":"explicit"},{"id":"explicit.stat_2689259705","text":"Final Boss drops higher Level Items","type":"explicit"},{"id":"explicit.stat_3787670808","text":"Contains the Immortalised Grandmasters\\nPvP damage scaling in effect","type":"explicit"},{"id":"explicit.stat_2881111359","text":"#% Chance to Block Spell Damage (Legacy)","type":"explicit"},{"id":"explicit.stat_47954913","text":"#% increased Critical Strike Chance against Enemies on Full Life","type":"explicit"},{"id":"explicit.stat_491450213","text":"Minions have #% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2353576063","text":"#% increased Effect of your Curses","type":"explicit"},{"id":"explicit.stat_3520048646","text":"#% increased Cold Damage while your Off Hand is empty","type":"explicit"},{"id":"explicit.stat_1263342750","text":"# to # Added Cold Damage with Dagger Attacks","type":"explicit"},{"id":"explicit.stat_4091709362","text":"#% of Damage Leeched as Energy Shield against Frozen Enemies","type":"explicit"},{"id":"explicit.stat_782323220","text":"#% increased Elemental Damage with Attack Skills during any Flask Effect","type":"explicit"},{"id":"explicit.stat_338121249","text":"Curse Enemies with Flammability on Hit","type":"explicit"},{"id":"explicit.stat_3277537093","text":"+# Physical Damage taken from Hits by Animals","type":"explicit"},{"id":"explicit.stat_215754572","text":"+#% Chance to Block Spell Damage during Effect","type":"explicit"},{"id":"explicit.stat_729180395","text":"Golem Skills have #% increased Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_3246099900","text":"Summoned Golems have #% increased Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_4260403588","text":"1% increased Rarity of Items found per # Rampage Kills","type":"explicit"},{"id":"explicit.stat_3662336899","text":"Recharges # Charge when you take a Critical Strike","type":"explicit"},{"id":"explicit.stat_1869678332","text":"During Effect, #% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest","type":"explicit"},{"id":"explicit.stat_3462673103","text":"Nearby Allies gain #% of Life Regenerated per second","type":"explicit"},{"id":"explicit.stat_3206911230","text":"1 Added Passive Skill is Disorienting Display","type":"explicit"},{"id":"explicit.stat_1509756274","text":"Enemies near corpses affected by your Curses are Blinded\\nEnemies Killed near corpses affected by your Curses explode, dealing\\n#% of their Life as Physical Damage","type":"explicit"},{"id":"explicit.stat_2826979740","text":"Nearby Enemies are Blinded","type":"explicit"},{"id":"explicit.stat_3206381437","text":"Melee Hits which Stun have #% chance to Fortify","type":"explicit"},{"id":"explicit.stat_2497009514","text":"Socketed Gems have no Reservation\\nYour Blessing Skills are Disabled","type":"explicit"},{"id":"explicit.stat_569299859","text":"+#% to all maximum Resistances","type":"explicit"},{"id":"explicit.stat_352612932","text":"#% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons","type":"explicit"},{"id":"explicit.stat_2740359895","text":"Your Hits can only Kill Frozen Enemies","type":"explicit"},{"id":"explicit.stat_3730242558","text":"Golems have #% less Life","type":"explicit"},{"id":"explicit.stat_810772344","text":"#% increased Evasion Rating per 10 Intelligence","type":"explicit"},{"id":"explicit.stat_2937483991","text":"+#% to Critical Strike Multiplier if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_640052854","text":"Grants # Mana per Enemy Hit","type":"explicit"},{"id":"explicit.stat_2933625540","text":"Your Elemental Damage can Shock","type":"explicit"},{"id":"explicit.stat_3102860761","text":"#% increased Movement Speed for # seconds on Throwing a Trap","type":"explicit"},{"id":"explicit.stat_1020786773","text":"Golems have +# to Armour","type":"explicit"},{"id":"explicit.stat_893903361","text":"Gain # Life per Ignited Enemy Killed","type":"explicit"},{"id":"explicit.stat_4271082039","text":"#% chance to Avoid being Ignited while on Low Life","type":"explicit"},{"id":"explicit.stat_3814686091","text":"Herald of Thunder has #% increased Buff Effect","type":"explicit"},{"id":"explicit.stat_4043416969","text":"+# to Level of Socketed Lightning Gems","type":"explicit"},{"id":"explicit.stat_2969128501","text":"#% reduced Mana Cost of Minion Skills","type":"explicit"},{"id":"explicit.stat_350069479","text":"#% of Attack Damage Leeched as Mana","type":"explicit"},{"id":"explicit.stat_4069440714","text":"#% of Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_298173317","text":"#% increased Impale Effect","type":"explicit"},{"id":"explicit.stat_504366827","text":"+# to Armour while Frozen","type":"explicit"},{"id":"explicit.stat_498214257","text":"#% chance to gain a Power, Frenzy or Endurance Charge on Kill","type":"explicit"},{"id":"explicit.stat_3878987051","text":"Socketed Gems are supported by Level # Cast on Death","type":"explicit"},{"id":"explicit.stat_798111687","text":"You cannot be Shocked while at maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_1067429236","text":"#% increased Stun Duration on you","type":"explicit"},{"id":"explicit.stat_1030153674","text":"Recover #% of Mana on Kill","type":"explicit"},{"id":"explicit.stat_3220927448","text":"# to # Added Fire Damage with Staff Attacks","type":"explicit"},{"id":"explicit.stat_2642525868","text":"#% increased Lightning Damage per 1% Lightning Resistance above 75%","type":"explicit"},{"id":"explicit.stat_628716294","text":"Action Speed cannot be modified to below base value","type":"explicit"},{"id":"explicit.stat_2319448214","text":"Gore Footprints","type":"explicit"},{"id":"explicit.stat_3607300552","text":"1 Added Passive Skill is Renewal","type":"explicit"},{"id":"explicit.stat_97064873","text":"#% chance to Freeze, Shock and Ignite during Effect","type":"explicit"},{"id":"explicit.stat_4097174922","text":"Dexterity from Passives in Radius is Transformed to Strength","type":"explicit"},{"id":"explicit.stat_2075199521","text":"Dexterity from Passives in Radius is Transformed to Intelligence","type":"explicit"},{"id":"explicit.stat_306443498","text":"Minions convert #% of Physical Damage to Cold Damage per Green Socket","type":"explicit"},{"id":"explicit.stat_2132807290","text":"Map has # additional Synthesis Global Modifier","type":"explicit"},{"id":"explicit.stat_1011772129","text":"Your Lightning Damage can Freeze but not Shock","type":"explicit"},{"id":"explicit.stat_3238189103","text":"Your Spells have Culling Strike","type":"explicit"},{"id":"explicit.stat_506942497","text":"#% increased Energy Shield per 10 Strength","type":"explicit"},{"id":"explicit.stat_952060721","text":"Socketed Gems are supported by Level # Chance to Flee","type":"explicit"},{"id":"explicit.stat_67280387","text":"Gain #% of Maximum Life as Extra Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_3983981705","text":"#% chance to Blind Enemies on Critical Strike","type":"explicit"},{"id":"explicit.stat_1261612903","text":"Your Cold Damage can Ignite but not Freeze or Chill","type":"explicit"},{"id":"explicit.stat_2593773031","text":"Socketed Gems are Supported by Level # Generosity","type":"explicit"},{"id":"explicit.stat_2949096603","text":"Your Fire Damage can Shock but not Ignite","type":"explicit"},{"id":"explicit.stat_2825197711","text":"#% increased Movement Speed while on Full Energy Shield","type":"explicit"},{"id":"explicit.stat_1994392904","text":"Conduit","type":"explicit"},{"id":"explicit.stat_2870108850","text":"Adds # to # Lightning Damage to Hits against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_219391121","text":"Gain #% of Physical Damage as Extra Lightning Damage","type":"explicit"},{"id":"explicit.stat_705686721","text":"#% increased Damage taken from Skeletons","type":"explicit"},{"id":"explicit.stat_1104246401","text":"Socketed Gems Cost and Reserve Life instead of Mana","type":"explicit"},{"id":"explicit.stat_276103140","text":"#% increased Critical Strike Chance against Shocked Enemies","type":"explicit"},{"id":"explicit.stat_1994549323","text":"Minions have #% chance to Freeze, Shock and Ignite","type":"explicit"},{"id":"explicit.stat_2929101122","text":"Socketed Gems are Supported by Level # Elemental Proliferation","type":"explicit"},{"id":"explicit.stat_2156764291","text":"#% increased Damage taken from Ghosts","type":"explicit"},{"id":"explicit.stat_2998305364","text":"Deal no Elemental Damage","type":"explicit"},{"id":"explicit.stat_4212255859","text":"Cannot be Knocked Back","type":"explicit"},{"id":"explicit.stat_485151258","text":"#% increased Damage with Hits and Ailments against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_3579807004","text":"#% increased Melee Damage when on Full Life","type":"explicit"},{"id":"explicit.stat_1456464057","text":"#% of Spell Damage Leeched as Energy Shield during Effect","type":"explicit"},{"id":"explicit.stat_2008255263","text":"#% increased Critical Strike Chance during Effect","type":"explicit"},{"id":"explicit.stat_908516597","text":"Regenerate #% of Life per second while moving","type":"explicit"},{"id":"explicit.stat_455556407","text":"Damage Penetrates #% Elemental Resistances if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.stat_2590715472","text":"Take # Physical Damage when you use a Movement Skill","type":"explicit"},{"id":"explicit.stat_1604995720","text":"Grants Level # Despair Curse Aura during Effect","type":"explicit"},{"id":"explicit.stat_56225773","text":"Golems have #% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_3700381193","text":"#% increased Accuracy Rating per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2158060122","text":"#% of Lightning Damage Converted to Cold Damage","type":"explicit"},{"id":"explicit.stat_3594640492","text":"Regenerate #% of Energy Shield per second","type":"explicit"},{"id":"explicit.stat_1695720239","text":"#% chance to gain a Frenzy Charge when you Stun an Enemy","type":"explicit"},{"id":"explicit.stat_743992531","text":"#% of Damage you Reflect to Enemies when Hit is leeched as Life","type":"explicit"},{"id":"explicit.stat_573347393","text":"Iron Grip","type":"explicit"},{"id":"explicit.stat_156734303","text":"#% increased Evasion Rating during Onslaught","type":"explicit"},{"id":"explicit.stat_2343216207","text":"Unique Boss drops # additional Rare #","type":"explicit"},{"id":"explicit.stat_528002207","text":"#% increased Rarity of Items Dropped by Slain Enemies","type":"explicit"},{"id":"explicit.stat_2076080860","text":"+# metre to Melee Strike Range per White Socket","type":"explicit"},{"id":"explicit.stat_3852526385","text":"+# to Level of Socketed Movement Gems","type":"explicit"},{"id":"explicit.stat_1921572790","text":"#% increased Attack Speed when on Low Life","type":"explicit"},{"id":"explicit.stat_3013171896","text":"Blind does not affect your Light Radius","type":"explicit"},{"id":"explicit.stat_665823128","text":"#% chance to gain Onslaught for 4 seconds on Kill","type":"explicit"},{"id":"explicit.stat_2604619892","text":"#% increased Duration of Elemental Ailments on Enemies","type":"explicit"},{"id":"explicit.stat_2620267328","text":"1 Added Passive Skill is Righteous Path","type":"explicit"},{"id":"explicit.stat_3859865977","text":"Precision has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_935326447","text":"Moving while Bleeding doesn\'t cause you to take extra Damage","type":"explicit"},{"id":"explicit.stat_2434293916","text":"An Enemy Writhing Worms escape the Flask when used\\nWrithing Worms are destroyed when Hit","type":"explicit"},{"id":"explicit.stat_1482572705","text":"#% increased Effect of Socketed Abyss Jewels","type":"explicit"},{"id":"explicit.stat_688802590","text":"Your Minions spread Caustic Ground on Death, dealing #% of their maximum Life as Chaos Damage per second","type":"explicit"},{"id":"explicit.stat_99927264","text":"#% reduced Shock Duration on you","type":"explicit"},{"id":"explicit.stat_1823903967","text":"Grants Immunity to Shock for 4 seconds if used while Shocked","type":"explicit"},{"id":"explicit.stat_1170174456","text":"#% increased Endurance Charge Duration","type":"explicit"},{"id":"explicit.stat_553402472","text":"#% increased Total Heist Fee","type":"explicit"},{"id":"explicit.stat_3067409450","text":"#% of Attack Damage Leeched as Mana against Poisoned Enemies","type":"explicit"},{"id":"explicit.stat_3872306017","text":"#% increased Power Charge Duration","type":"explicit"},{"id":"explicit.stat_2458598175","text":"Blind you inflict is Reflected to you","type":"explicit"},{"id":"explicit.stat_2735889191","text":"Lose all Power Charges on Critical Strike","type":"explicit"},{"id":"explicit.stat_447636597","text":"#% of Attack Damage Leeched as Life against Maimed Enemies","type":"explicit"},{"id":"explicit.stat_991168463","text":"#% chance to grant a Frenzy Charge to nearby Allies on Hit","type":"explicit"},{"id":"explicit.stat_2591020064","text":"1% increased Movement Speed per # Evasion Rating, up to 75%","type":"explicit"},{"id":"explicit.stat_2777278657","text":"#% chance to Poison on Hit during Effect","type":"explicit"},{"id":"explicit.stat_2383797932","text":"# to # Added Cold Damage with Wand Attacks","type":"explicit"},{"id":"explicit.stat_1040189894","text":"# to # Added Physical Damage with Sword Attacks","type":"explicit"},{"id":"explicit.stat_67169579","text":"+# to Level of all Chaos Skill Gems","type":"explicit"},{"id":"explicit.stat_3044826007","text":"Monsters have #% chance to inflict Withered for 2 seconds on Hit","type":"explicit"},{"id":"explicit.stat_429867172","text":"+# to maximum number of Summoned Totems","type":"explicit"},{"id":"explicit.stat_3854949926","text":"#% increased Movement Speed if you haven\'t taken Damage Recently","type":"explicit"},{"id":"explicit.stat_1174076861","text":"#% increased Cast Speed if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1217730254","text":"Enemies take #% increased Damage for each type of Ailment you have inflicted on them","type":"explicit"},{"id":"explicit.stat_3684879618","text":"#% increased Movement Speed while Phasing","type":"explicit"},{"id":"explicit.stat_3024242403","text":"Cannot be Shocked if Intelligence is higher than Strength","type":"explicit"},{"id":"explicit.stat_676883595","text":"Cannot be Ignited if Strength is higher than Dexterity","type":"explicit"},{"id":"explicit.stat_1238227257","text":"Debuffs on you expire #% faster","type":"explicit"},{"id":"explicit.stat_2160282525","text":"#% reduced Freeze Duration on you","type":"explicit"},{"id":"explicit.stat_3881126302","text":"Cannot be Frozen if Dexterity is higher than Intelligence","type":"explicit"},{"id":"explicit.stat_782259898","text":"Gain # Mana per Enemy Killed","type":"explicit"},{"id":"explicit.stat_3303015","text":"# to # Added Physical Damage with Claw Attacks","type":"explicit"},{"id":"explicit.stat_38301299","text":"+#% to Fire Resistance while on Low Life","type":"explicit"},{"id":"explicit.stat_3969608626","text":"Effect is not removed when Unreserved Mana is Filled\\nEffect does not Queue","type":"explicit"},{"id":"explicit.stat_2572192375","text":"Socketed Gems are Supported by Level # Added Fire Damage","type":"explicit"},{"id":"explicit.stat_1358422215","text":"1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating","type":"explicit"},{"id":"explicit.stat_2605119037","text":"Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value","type":"explicit"},{"id":"explicit.stat_1704905020","text":"#% increased Damage while on Consecrated Ground","type":"explicit"},{"id":"explicit.stat_3503466234","text":"#% increased Damage with Hits and Ailments against Blinded Enemies","type":"explicit"},{"id":"explicit.stat_35476451","text":"#% increased Damage per 5 of your lowest Attribute","type":"explicit"},{"id":"explicit.stat_3736953565","text":"#% increased Quantity of Items found during Effect","type":"explicit"},{"id":"explicit.stat_2656696317","text":"Regenerate #% of Life per second while Frozen","type":"explicit"},{"id":"explicit.stat_4103111421","text":"Regenerate 1 Rage per second for every # Life Recovery per second from Regeneration","type":"explicit"},{"id":"explicit.stat_215882879","text":"#% increased Area of Effect during Effect","type":"explicit"},{"id":"explicit.stat_2881426199","text":"Lose all Endurance Charges when Rampage ends","type":"explicit"},{"id":"explicit.stat_916797432","text":"+# to Level of Socketed Strength Gems","type":"explicit"},{"id":"explicit.stat_1774881905","text":"#% reduced Mana Cost per Endurance Charge","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_avarius","text":"Carved to glorify # new faithful converted by High Templar Avarius","type":"explicit"},{"id":"explicit.stat_383245807","text":"1 Added Passive Skill is Feasting Fiends","type":"explicit"},{"id":"explicit.stat_3256116097","text":"#% increased Cast Speed during Effect","type":"explicit"},{"id":"explicit.stat_3999401129","text":"#% of Cold Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_1327522346","text":"#% increased Mana Regeneration Rate while moving","type":"explicit"},{"id":"explicit.stat_2458962764","text":"#% of Maximum Life Converted to Energy Shield","type":"explicit"},{"id":"explicit.stat_1420236871","text":"Ignites you inflict with Attacks deal Damage #% faster","type":"explicit"},{"id":"explicit.stat_1457679290","text":"Enemy Projectiles Pierce you","type":"explicit"},{"id":"explicit.stat_2802263253","text":"With at least 1000 Strength, #% of Damage dealt by your Raised Zombies is Leeched to you as Life","type":"explicit"},{"id":"explicit.stat_250876318","text":"#% increased Global Attack Speed per Green Socket","type":"explicit"},{"id":"explicit.stat_254728692","text":"Socketed Gems are Supported by Level # Pierce","type":"explicit"},{"id":"explicit.stat_3900877792","text":"Deal no Physical Damage","type":"explicit"},{"id":"explicit.stat_524797741","text":"+# to Level of Socketed Skill Gems","type":"explicit"},{"id":"explicit.stat_3654074125","text":"Attacks have #% chance to Poison while at maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_1172810729","text":"#% chance to deal Double Damage","type":"explicit"},{"id":"explicit.stat_3257279374","text":"#% increased Damage with Hits and Ailments against Abyssal Monsters","type":"explicit"},{"id":"explicit.stat_1878455805","text":"#% increased Effect of Shock on you during Effect","type":"explicit"},{"id":"explicit.stat_3899352861","text":"#% increased maximum Life, Mana and Global Energy Shield","type":"explicit"},{"id":"explicit.stat_1243237244","text":"Reflects # to # Lightning Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_2221570601","text":"#% Global chance to Blind Enemies on hit","type":"explicit"},{"id":"explicit.stat_3162258068","text":"Cannot Block Attack Damage","type":"explicit"},{"id":"explicit.stat_4268321763","text":"#% increased Attack Speed when on Full Life","type":"explicit"},{"id":"explicit.stat_1777334641","text":"Culling Strike against Burning Enemies","type":"explicit"},{"id":"explicit.stat_2259700079","text":"Socketed Gems are Supported by Level # Increased Critical Strikes","type":"explicit"},{"id":"explicit.stat_3706656107","text":"#% chance to Avoid being Chilled or Frozen if you have used a Fire Skill Recently","type":"explicit"},{"id":"explicit.stat_3212461220","text":"#% Chance to Cause Monster to Flee on Block","type":"explicit"},{"id":"explicit.stat_2788982914","text":"1 Added Passive Skill is Unwaveringly Evil","type":"explicit"},{"id":"explicit.stat_3560157887","text":"You do not inherently take less Damage for having Fortification","type":"explicit"},{"id":"explicit.stat_347697569","text":"#% increased Accuracy Rating when on Low Life","type":"explicit"},{"id":"explicit.stat_4224965099","text":"Lightning Damage of Enemies Hitting you is Lucky","type":"explicit"},{"id":"explicit.stat_1411310186","text":"Added Small Passive Skills also grant: #% increased Attack Speed","type":"explicit"},{"id":"explicit.stat_2833226514","text":"+# Strength Requirement","type":"explicit"},{"id":"explicit.stat_1152934561","text":"Temporal Chains has #% reduced Effect on you","type":"explicit"},{"id":"explicit.stat_2848646243","text":"# to # Added Cold Damage with Claw Attacks","type":"explicit"},{"id":"explicit.stat_2100196861","text":"#% of Attack Damage Leeched as Life on Critical Strike","type":"explicit"},{"id":"explicit.stat_2571899044","text":"Transfiguration of Mind","type":"explicit"},{"id":"explicit.stat_1740200922","text":"#% increased Rarity of Items found during Effect","type":"explicit"},{"id":"explicit.stat_2653955271","text":"Damage Penetrates #% Fire Resistance","type":"explicit"},{"id":"explicit.stat_4082111882","text":"+# to Evasion Rating while on Full Life","type":"explicit"},{"id":"explicit.stat_3376452528","text":"# to # Added Spell Cold Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2139569643","text":"Minions convert #% of Physical Damage to Fire Damage per Red Socket","type":"explicit"},{"id":"explicit.stat_2801937280","text":"Blood Magic","type":"explicit"},{"id":"explicit.stat_107118693","text":"Socketed Gems are Supported by Level # Fortify","type":"explicit"},{"id":"explicit.stat_803730540","text":"Immunity to Freeze, Chill, Curses and Stuns during Effect","type":"explicit"},{"id":"explicit.stat_74462130","text":"Life Recovery from Flasks also applies to Energy Shield during Effect","type":"explicit"},{"id":"explicit.stat_3691641145","text":"#% increased Damage taken","type":"explicit"},{"id":"explicit.stat_2680613507","text":"Socketed Gems are Supported by Level # Burning Damage","type":"explicit"},{"id":"explicit.stat_3612464552","text":"You cannot be Frozen for # second after being Frozen","type":"explicit"},{"id":"explicit.stat_2112615899","text":"#% increased Global Physical Damage with Weapons per Red Socket","type":"explicit"},{"id":"explicit.stat_970844066","text":"Channelling Skills deal #% increased Damage per 10 Devotion","type":"explicit"},{"id":"explicit.stat_1169502663","text":"Grants Level # Frostbite Skill","type":"explicit"},{"id":"explicit.stat_1608425196","text":"Intelligence from Passives in Radius is Transformed to Dexterity","type":"explicit"},{"id":"explicit.stat_2464689927","text":"# to # Added Spell Cold Damage while wielding a Two Handed Weapon","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_xibaqua","text":"Bathed in the blood of # sacrificed in the name of Xibaqua","type":"explicit"},{"id":"explicit.stat_199362230","text":"Minions convert #% of Physical Damage to Chaos Damage per White Socket","type":"explicit"},{"id":"explicit.stat_1586440250","text":"#% increased Elemental Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2697019412","text":"#% increased Brand Damage per 10 Devotion","type":"explicit"},{"id":"explicit.stat_105466375","text":"Grants Level # Purity of Elements Skill","type":"explicit"},{"id":"explicit.stat_3808469650","text":"#% increased Minion Attack and Cast Speed per 10 Devotion","type":"explicit"},{"id":"explicit.stat_91274577","text":"#% of Overkill Damage is Leeched as Life","type":"explicit"},{"id":"explicit.stat_17526298","text":"Attacks with this Weapon have #% increased Elemental Damage","type":"explicit"},{"id":"explicit.stat_1723061251","text":"Totems Reflect #% of their maximum Life as Fire Damage to nearby Enemies when Hit","type":"explicit"},{"id":"explicit.stat_4159248054","text":"#% increased Warcry Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_1810368194","text":"#% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion","type":"explicit"},{"id":"explicit.stat_660404777","text":"#% increased Evasion Rating per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_1626818279","text":"1 Added Passive Skill is Quick Getaway","type":"explicit"},{"id":"explicit.stat_573884683","text":"#% chance to create Consecrated Ground when you Block","type":"explicit"},{"id":"explicit.stat_115351487","text":"#% chance to Avoid Elemental Ailments while Phasing","type":"explicit"},{"id":"explicit.stat_2803981661","text":"#% increased Defences from Equipped Shield per 10 Devotion","type":"explicit"},{"id":"explicit.stat_1669220541","text":"Skills Cost no Mana during Effect","type":"explicit"},{"id":"explicit.stat_2415398184","text":"+#% to all Elemental Resistances while you have at least 200 Strength","type":"explicit"},{"id":"explicit.stat_1079148723","text":"Socketed Gems are supported by Level # Cast when Stunned","type":"explicit"},{"id":"explicit.stat_2196695640","text":"#% increased Attack Critical Strike Chance per 200 Accuracy Rating","type":"explicit"},{"id":"explicit.stat_3602667353","text":"#% chance to inflict Fire Exposure on Hit","type":"explicit"},{"id":"explicit.stat_4235333770","text":"#% increased Duration of Curses on you per 10 Devotion","type":"explicit"},{"id":"explicit.stat_3391925584","text":"1 Added Passive Skill is Pressure Points","type":"explicit"},{"id":"explicit.stat_2306924373","text":"You cannot be Chilled for # second after being Chilled","type":"explicit"},{"id":"explicit.stat_1782176131","text":"# to # Added Cold Damage with Axe Attacks","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_ahuana","text":"Bathed in the blood of # sacrificed in the name of Ahuana","type":"explicit"},{"id":"explicit.stat_3905661226","text":"#% increased Damage while you have no Frenzy Charges","type":"explicit"},{"id":"explicit.stat_2042813020","text":"Regenerate # Mana per Second per 10 Devotion","type":"explicit"},{"id":"explicit.stat_1190333629","text":"Allocates # if you have matching modifier on Forbidden Flesh","type":"explicit","option":{"options":[{"id":32947,"text":"Swift Killer"},{"id":55867,"text":"Polymath"},{"id":28884,"text":"Heartstopper"},{"id":29825,"text":"Escape Artist"},{"id":41891,"text":"Spellbreaker"},{"id":23225,"text":"One Step Ahead"},{"id":57331,"text":"Harness the Void"},{"id":3184,"text":"Headsman"},{"id":17315,"text":"Overwhelm"},{"id":62817,"text":"Bane of Legends"},{"id":34484,"text":"Endless Hunger"},{"id":10143,"text":"Brutal Fervour"},{"id":38180,"text":"Impact"},{"id":16306,"text":"Masterful Form"},{"id":16940,"text":"Pyromaniac"},{"id":5087,"text":"Born in the Shadows"},{"id":14103,"text":"Explosives Expert"},{"id":51462,"text":"Like Clockwork"},{"id":28535,"text":"Perfect Crime"},{"id":39834,"text":"Demolitions Specialist"},{"id":38918,"text":"Chain Reaction"},{"id":47778,"text":"Bomb Specialist"},{"id":31364,"text":"Way of the Poacher"},{"id":16848,"text":"Avatar of the Slaughter"},{"id":4849,"text":"Rapid Assault"},{"id":11597,"text":"Avatar of the Chase"},{"id":33645,"text":"Quartz Infusion"},{"id":55509,"text":"Avatar of the Veil"},{"id":51101,"text":"Nature\'s Adrenaline"},{"id":63293,"text":"Master Surgeon"},{"id":65296,"text":"Nature\'s Boon"},{"id":61805,"text":"Master Alchemist"},{"id":6038,"text":"Master Distiller"},{"id":40813,"text":"Nature\'s Reprisal"},{"id":1697,"text":"Master Toxicist"},{"id":37127,"text":"Profane Bloom"},{"id":31344,"text":"Unholy Authority"},{"id":37492,"text":"Vile Bastion"},{"id":27096,"text":"Void Beacon"},{"id":62504,"text":"Forbidden Power"},{"id":25309,"text":"Withering Presence"},{"id":47630,"text":"Frigid Wake"},{"id":54159,"text":"Mindless Aggression"},{"id":65153,"text":"Unnatural Strength"},{"id":14603,"text":"Bone Barrier"},{"id":48719,"text":"Mistress of Sacrifice"},{"id":3554,"text":"Essence Glutton"},{"id":36017,"text":"Commander of Darkness"},{"id":11490,"text":"Plaguebringer"},{"id":23572,"text":"Corpse Pact"},{"id":5819,"text":"Unstoppable"},{"id":53816,"text":"Unbreakable"},{"id":62595,"text":"Unyielding"},{"id":44297,"text":"Undeniable"},{"id":1734,"text":"Unflinching"},{"id":56789,"text":"Unrelenting"},{"id":17988,"text":"Untiring"},{"id":53884,"text":"Righteous Providence"},{"id":48214,"text":"Inevitable Judgement"},{"id":40059,"text":"Augury of Penitence"},{"id":39790,"text":"Sanctuary"},{"id":32816,"text":"Pious Path"},{"id":13851,"text":"Instruments of Zeal"},{"id":19417,"text":"Instruments of Virtue"},{"id":922,"text":"Divine Guidance"},{"id":29026,"text":"Sanctuary of Thought"},{"id":1105,"text":"Pursuit of Faith"},{"id":34434,"text":"Ritual of Awakening"},{"id":25651,"text":"Conviction of Power"},{"id":60462,"text":"Illuminated Devotion"},{"id":40510,"text":"Arcane Blessing"},{"id":51492,"text":"Sign of Purpose"},{"id":55146,"text":"Time of Need"},{"id":42264,"text":"Radiant Faith"},{"id":39728,"text":"Bastion of Hope"},{"id":61372,"text":"Harmony of Purpose"},{"id":64768,"text":"Unwavering Faith"},{"id":4494,"text":"Radiant Crusade"},{"id":19641,"text":"Unwavering Crusade"},{"id":27864,"text":"Gratuitous Violence"},{"id":15616,"text":"Blood in the Eyes"},{"id":52575,"text":"Outmatch and Outlast"},{"id":8419,"text":"Painforged"},{"id":63490,"text":"Violent Retaliation"},{"id":2598,"text":"Reigning Veteran"},{"id":758,"text":"Arena Challenger"},{"id":56461,"text":"Liege of the Primordial"},{"id":61259,"text":"Mastermind of Discord"},{"id":57197,"text":"Heart of Destruction"},{"id":4917,"text":"Bastion of Elements"},{"id":258,"text":"Elemancer"},{"id":53123,"text":"Shaper of Flames"},{"id":27038,"text":"Shaper of Storms"},{"id":40810,"text":"Shaper of Winter"},{"id":5443,"text":"Focal Point"},{"id":61627,"text":"Ricochet"},{"id":26067,"text":"Endless Munitions"},{"id":45313,"text":"Far Shot"},{"id":44482,"text":"Rupturing"},{"id":24848,"text":"Gathering Winds"},{"id":2872,"text":"Occupying Force"},{"id":23169,"text":"Wind Ward"},{"id":31667,"text":"Arohongui, Moon\'s Presence"},{"id":50692,"text":"Ngamahu, Flame\'s Advance"},{"id":1731,"text":"Hinekora, Death\'s Fury"},{"id":48480,"text":"Tasalio, Cleansing Water"},{"id":53095,"text":"Tukohama, War\'s Herald"},{"id":5029,"text":"Tawhoa, Forest\'s Strength"},{"id":61355,"text":"Ramako, Sun\'s Light"},{"id":32249,"text":"Valako, Storm\'s Embrace"},{"id":31700,"text":"Fortitude"},{"id":33940,"text":"Unstoppable Hero"},{"id":35750,"text":"Conqueror"},{"id":56967,"text":"Worthy Foe"},{"id":11412,"text":"Inspirational"},{"id":27604,"text":"First to Strike, Last to Fall"},{"id":13374,"text":"Master of Metal"},{"id":32251,"text":"War Bringer"},{"id":57560,"text":"Rite of Ruin"},{"id":9271,"text":"Defy Pain"},{"id":38999,"text":"Flawless Savagery"},{"id":24528,"text":"Crave the Slaughter"},{"id":59920,"text":"Aspect of Carnage"},{"id":29630,"text":"Blitz"},{"id":4242,"text":"Unstable Infusion"},{"id":48239,"text":"Deadly Infusion"},{"id":21264,"text":"Ambush and Assassinate"},{"id":19083,"text":"Opportunistic"},{"id":19598,"text":"Toxic Delivery"},{"id":1945,"text":"Noxious Strike"},{"id":28782,"text":"Mistwalker"},{"id":61072,"text":"Juggernaut"},{"id":4194,"text":"Berserker"},{"id":57052,"text":"Chieftain"},{"id":8656,"text":"Raider"},{"id":34567,"text":"Deadeye"},{"id":9327,"text":"Pathfinder"},{"id":12597,"text":"Occultist"},{"id":8281,"text":"Elementalist"},{"id":10099,"text":"Necromancer"},{"id":43195,"text":"Slayer"},{"id":34774,"text":"Gladiator"},{"id":39598,"text":"Champion"},{"id":43962,"text":"Inquisitor"},{"id":42144,"text":"Hierophant"},{"id":30919,"text":"Guardian"},{"id":43122,"text":"Assassin"},{"id":6778,"text":"Trickster"},{"id":58827,"text":"Saboteur"},{"id":27602,"text":"Nine Lives"},{"id":57568,"text":"Searing Purity"},{"id":52435,"text":"Indomitable Resolve"},{"id":42469,"text":"Fatal Flourish"},{"id":18054,"text":"Fury of Nature"},{"id":48999,"text":"Soul Drinker"},{"id":19355,"text":"Unleashed Potential"}]}},{"id":"explicit.stat_2466604008","text":"Attacks Chain an additional time when in Main Hand","type":"explicit"},{"id":"explicit.stat_1992516007","text":"Trigger Level # Spirit Burst when you Use a Skill while you have a Spirit Charge","type":"explicit"},{"id":"explicit.stat_2551600084","text":"+# to Level of Socketed AoE Gems","type":"explicit"},{"id":"explicit.stat_4078194486","text":"Recover #% of Life at the end of the Effect","type":"explicit"},{"id":"explicit.stat_2497198283","text":"Regenerate # Life per second if no Equipped Items are Corrupted","type":"explicit"},{"id":"explicit.stat_2461965653","text":"# to # Added Fire Damage with Axe Attacks","type":"explicit"},{"id":"explicit.stat_2929867083","text":"#% increased Rarity of Items found when on Low Life","type":"explicit"},{"id":"explicit.stat_2217962305","text":"#% increased Maximum Life if no Equipped Items are Corrupted","type":"explicit"},{"id":"explicit.stat_2886441936","text":"1 Added Passive Skill is Magnifier","type":"explicit"},{"id":"explicit.stat_3944525413","text":"1 Added Passive Skill is Feed the Fury","type":"explicit"},{"id":"explicit.stat_1555962658","text":"#% increased Attack Damage if your other Ring is a Shaper Item","type":"explicit"},{"id":"explicit.stat_851224302","text":"Zealot\'s Oath during Effect","type":"explicit"},{"id":"explicit.stat_2920230984","text":"#% chance for Slain monsters to drop an additional Scroll of Wisdom","type":"explicit"},{"id":"explicit.stat_2926399803","text":"Cannot be Stunned by Attacks if your other Ring is an Elder Item","type":"explicit"},{"id":"explicit.stat_3596333054","text":"Grants Immunity to Poison for 4 seconds if used while Poisoned","type":"explicit"},{"id":"explicit.stat_436556261","text":"This Map\'s Modifiers to Quantity of Items found also apply to Rarity","type":"explicit"},{"id":"explicit.stat_2233361223","text":"Adds # to # Cold Damage against Chilled or Frozen Enemies","type":"explicit"},{"id":"explicit.stat_1350938937","text":"#% chance to Trigger Level 20 Tentacle Whip on Kill","type":"explicit"},{"id":"explicit.stat_1854213750","text":"Minions have +#% to Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_1801889979","text":"# to # Added Spell Lightning Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_2280313599","text":"Deals # Chaos Damage per second to nearby Enemies","type":"explicit"},{"id":"explicit.stat_956546305","text":"Grants Level # Aspect of the Spider Skill","type":"explicit"},{"id":"explicit.stat_3350228283","text":"Poisoned Enemies you Kill with Hits Shatter","type":"explicit"},{"id":"explicit.stat_769783486","text":"Adds # to # Cold Damage to Attacks per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_3938394827","text":"Every 10 seconds:\\nGain 2% of Life per Enemy Hit with Attacks for 5 seconds\\nGain 5% of Life per Enemy Killed for 5 seconds","type":"explicit"},{"id":"explicit.stat_3743301799","text":"#% increased Fire Damage taken","type":"explicit"},{"id":"explicit.stat_2739148464","text":"Has no Attribute Requirements","type":"explicit"},{"id":"explicit.stat_3266394681","text":"Attack Skills have +# to maximum number of Summoned Totems","type":"explicit"},{"id":"explicit.stat_4193088553","text":"#% increased Damage over Time while wielding a Two Handed Weapon","type":"explicit"},{"id":"explicit.stat_3818161429","text":"You gain Onslaught for # seconds on Culling Strike","type":"explicit"},{"id":"explicit.stat_2978905446","text":"#% increased Job speed","type":"explicit"},{"id":"explicit.stat_637766438","text":"You and nearby allies gain #% increased Damage","type":"explicit"},{"id":"explicit.stat_1086057912","text":"Minions deal #% increased Damage with Hits and Ailments against Abyssal Monsters","type":"explicit"},{"id":"explicit.stat_935386993","text":"With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle","type":"explicit"},{"id":"explicit.stat_68673913","text":"Adds # to # Fire Damage to Attacks per 10 Strength","type":"explicit"},{"id":"explicit.stat_3133323410","text":"Bleeding Enemies you Kill Explode, dealing #% of\\ntheir Maximum Life as Physical Damage","type":"explicit"},{"id":"explicit.stat_2135335407","text":"# to # Added Spell Fire Damage while wielding a Two Handed Weapon","type":"explicit"},{"id":"explicit.stat_4293455942","text":"Enemies Cannot Leech Life From you","type":"explicit"},{"id":"explicit.stat_1019020209","text":"#% increased Damage per Curse on you","type":"explicit"},{"id":"explicit.stat_550444281","text":"Socketed Gems are Supported by Level # Cold to Fire","type":"explicit"},{"id":"explicit.stat_2750004091","text":"With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_542923416","text":"#% increased Movement Speed while Shocked","type":"explicit"},{"id":"explicit.stat_3112863846","text":"An additional Curse can be applied to you","type":"explicit"},{"id":"explicit.stat_4053097676","text":"+# to Maximum Spirit Charges per Abyss Jewel affecting you","type":"explicit"},{"id":"explicit.stat_3751996449","text":"#% chance to Trigger Level 10 Summon Raging Spirit on Kill","type":"explicit"},{"id":"explicit.stat_2413219096","text":"Immortal Ambition","type":"explicit"},{"id":"explicit.stat_3519268108","text":"Adds # to # Chaos Damage to Spells and Attacks during any Flask Effect","type":"explicit"},{"id":"explicit.stat_1019891080","text":"Arrows deal #% increased Damage with Hits and Ailments to Targets they Pierce","type":"explicit"},{"id":"explicit.stat_3359207393","text":"1 Added Passive Skill is Calamitous","type":"explicit"},{"id":"explicit.stat_1038949719","text":"Gain #% of Weapon Physical Damage as Extra Damage of a random Element","type":"explicit"},{"id":"explicit.stat_1170386874","text":"+# to Level of Socketed Vaal Gems","type":"explicit"},{"id":"explicit.stat_1807705940","text":"Recover # Life when you Suppress Spell Damage","type":"explicit"},{"id":"explicit.stat_3657377047","text":"#% chance to Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown","type":"explicit"},{"id":"explicit.stat_3433676080","text":"#% increased Rarity of Items Dropped by Slain Magic Enemies","type":"explicit"},{"id":"explicit.stat_398702949","text":"Gain a Frenzy Charge on Critical Strike","type":"explicit"},{"id":"explicit.stat_4273356746","text":"Nearby Enemies have #% increased Fire and Cold Resistances","type":"explicit"},{"id":"explicit.stat_1265282021","text":"Grants Level # Aspect of the Cat Skill","type":"explicit"},{"id":"explicit.stat_85355826","text":"Poisons you inflict on non-Poisoned Enemies deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_305634887","text":"Recover #% of Life when you lose a Spirit Charge","type":"explicit"},{"id":"explicit.stat_658456881","text":"+# to Minimum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_2481358827","text":"#% increased Physical Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_3638599682","text":"Never deal Critical Strikes","type":"explicit"},{"id":"explicit.stat_2087996552","text":"Gain # Mana per Cursed Enemy Hit with Attacks","type":"explicit"},{"id":"explicit.stat_3072303874","text":"Gain # Life per Cursed Enemy Hit with Attacks","type":"explicit"},{"id":"explicit.stat_1724614884","text":"#% increased Area Damage per 10 Devotion","type":"explicit"},{"id":"explicit.stat_3352373076","text":"# to # Added Spell Lightning Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2985291457","text":"Socketed Gems are Supported by Level # Melee Physical Damage","type":"explicit"},{"id":"explicit.stat_1625933063","text":"#% of Attack Damage Leeched as Life against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_830161081","text":"#% increased Ward","type":"explicit"},{"id":"explicit.stat_3489372920","text":"You have Phasing if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_2843214518","text":"#% increased Attack Damage","type":"explicit"},{"id":"explicit.stat_1948962470","text":"Area has patches of Consecrated Ground","type":"explicit"},{"id":"explicit.stat_69898010","text":"# to # Added Physical Damage with Staff Attacks","type":"explicit"},{"id":"explicit.stat_989228672","text":"Players are Cursed with Flammability","type":"explicit"},{"id":"explicit.stat_41178696","text":"Scorch Enemies in Close Range when you Block","type":"explicit"},{"id":"explicit.stat_2749166636","text":"#% more Damage with Arrow Hits at Close Range","type":"explicit"},{"id":"explicit.stat_3812107348","text":"Instant Recovery when on Low Life","type":"explicit"},{"id":"explicit.stat_1757945818","text":"Reflects # Fire Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_3442976749","text":"Players are Cursed with Frostbite","type":"explicit"},{"id":"explicit.stat_1910205563","text":"+#% to all Elemental Resistances per 10 Devotion","type":"explicit"},{"id":"explicit.stat_2233272527","text":"1 Added Passive Skill is Repeater","type":"explicit"},{"id":"explicit.stat_935592011","text":"Minions deal no Non-Cold Damage","type":"explicit"},{"id":"explicit.stat_1002855537","text":"Socketed Gems are Supported by Level # Vile Toxins","type":"explicit"},{"id":"explicit.stat_2347201221","text":"Recover #% of Energy Shield when you Kill an Enemy during Effect","type":"explicit"},{"id":"explicit.stat_2176571093","text":"+# to Level of Socketed Projectile Gems","type":"explicit"},{"id":"explicit.stat_3321583955","text":"Creates a Smoke Cloud on Rampage","type":"explicit"},{"id":"explicit.stat_273476097","text":"Gain #% of Physical Attack Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.stat_124131830","text":"+# to Level of all Spell Skill Gems","type":"explicit"},{"id":"explicit.stat_189451991","text":"Reflects # Chaos Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_766615564","text":"#% increased Physical Damage with Ranged Weapons","type":"explicit"},{"id":"explicit.stat_4197676934","text":"Socketed Gems are Supported by Level # Chance To Bleed","type":"explicit"},{"id":"explicit.stat_3717165313","text":"#% chance when you Kill a Scorched Enemy to Burn Each surrounding\\nEnemy for 4 seconds, dealing 8% of the Killed Enemy\'s Life as Fire Damage per second","type":"explicit"},{"id":"explicit.stat_3250272113","text":"1 Added Passive Skill is Brewed for Potency","type":"explicit"},{"id":"explicit.stat_3816512110","text":"#% increased Projectile Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_3706959521","text":"+# to Minimum Endurance Charges","type":"explicit"},{"id":"explicit.stat_2062174346","text":"#% increased Damage per 15 Dexterity","type":"explicit"},{"id":"explicit.stat_2150694455","text":"You have Culling Strike against Cursed Enemies","type":"explicit"},{"id":"explicit.stat_2367680009","text":"#% chance to grant a Power Charge to nearby Allies on Kill","type":"explicit"},{"id":"explicit.stat_3640252904","text":"1 Added Passive Skill is Heavy Hitter","type":"explicit"},{"id":"explicit.stat_1221011086","text":"#% increased Damage with Poison per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_1274831335","text":"#% increased Physical Attack Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2787931289","text":"Players have #% more Armour per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_2449668043","text":"#% increased Spell Damage per 5% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_3814876985","text":"#% chance to gain a Power Charge on Critical Strike","type":"explicit"},{"id":"explicit.stat_2585926696","text":"#% increased effect of Non-Curse Auras per 10 Devotion","type":"explicit"},{"id":"explicit.stat_2576412389","text":"#% reduced Golem Size","type":"explicit"},{"id":"explicit.stat_8517868","text":"+#% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently","type":"explicit"},{"id":"explicit.stat_3872739249","text":"Grants Summon Harbinger Skill","type":"explicit","option":{"options":[{"id":1,"text":"Harbinger of the Arcane"},{"id":2,"text":"Harbinger of Time"},{"id":3,"text":"Harbinger of Focus"},{"id":4,"text":"Harbinger of Directions"},{"id":5,"text":"Harbinger of Storms"},{"id":6,"text":"Harbinger of Brutality"},{"id":7,"text":"Greater Harbinger of the Arcane"},{"id":8,"text":"Greater Harbinger of Time"},{"id":9,"text":"Greater Harbinger of Focus"},{"id":10,"text":"Greater Harbinger of Directions"},{"id":11,"text":"Greater Harbinger of Storms"},{"id":12,"text":"Greater Harbinger of Brutality"}]}},{"id":"explicit.stat_1384629003","text":"Socketed Gems are Supported by Level # Ice Bite","type":"explicit"},{"id":"explicit.stat_1718147982","text":"#% increased Minion Accuracy Rating","type":"explicit"},{"id":"explicit.stat_50381303","text":"Celestial Footprints","type":"explicit"},{"id":"explicit.stat_398940995","text":"Non-Chilled Enemies you inflict Bleeding on are Chilled","type":"explicit"},{"id":"explicit.stat_3435403756","text":"1 Added Passive Skill is Practiced Caster","type":"explicit"},{"id":"explicit.stat_2511280084","text":"With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle","type":"explicit"},{"id":"explicit.stat_642457541","text":"With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_757315075","text":"Gain Unholy Might for # second on Rampage","type":"explicit"},{"id":"explicit.stat_2007062029","text":"Take # Lightning Damage when Herald of Thunder Hits an Enemy","type":"explicit"},{"id":"explicit.stat_3056188914","text":"Grants Level # Summon Stone Golem Skill","type":"explicit"},{"id":"explicit.stat_1999711879","text":"+# to Minimum Power Charges","type":"explicit"},{"id":"explicit.stat_215346464","text":"You cannot be Shocked for # second after being Shocked","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_akoya","text":"Commanded leadership over # warriors under Akoya","type":"explicit"},{"id":"explicit.stat_3829706447","text":"Attacks with this Weapon deal # to # added Chaos Damage against\\nEnemies affected by at least 5 Poisons","type":"explicit"},{"id":"explicit.stat_3612407781","text":"+# Physical Damage taken from Projectile Attacks","type":"explicit"},{"id":"explicit.stat_2483362276","text":"Far Shot","type":"explicit"},{"id":"explicit.stat_422591144","text":"Manifested Dancing Dervishes die when Rampage ends","type":"explicit"},{"id":"explicit.stat_2872105818","text":"#% chance to Avoid being Chilled during Onslaught","type":"explicit"},{"id":"explicit.stat_3057853352","text":"#% chance to Sap Enemies in Chilling Areas","type":"explicit"},{"id":"explicit.stat_1272032962","text":"Enemies Ignited by you have #% of Physical Damage they deal converted to Fire","type":"explicit"},{"id":"explicit.stat_3025389409","text":"#% of Physical Attack Damage Leeched as Life per Red Socket","type":"explicit"},{"id":"explicit.stat_2893557981","text":"Your Critical Strikes do not deal extra Damage during Effect","type":"explicit"},{"id":"explicit.stat_4047895119","text":"#% increased Minion Attack Speed per 50 Dexterity","type":"explicit"},{"id":"explicit.stat_1261958804","text":"# to # Added Cold Damage with Staff Attacks","type":"explicit"},{"id":"explicit.stat_2032453153","text":"1 Added Passive Skill is Empowered Envoy","type":"explicit"},{"id":"explicit.stat_1468606528","text":"Trigger Level 10 Summon Spectral Wolf on Kill","type":"explicit"},{"id":"explicit.stat_2718698372","text":"+# to Level of Socketed Dexterity Gems","type":"explicit"},{"id":"explicit.stat_3103494675","text":"With at least 40 Dexterity in Radius, Ice Shot Pierces an additional Target","type":"explicit"},{"id":"explicit.stat_2198697797","text":"Cannot gain Mana during effect","type":"explicit"},{"id":"explicit.stat_3442130499","text":"With at least 40 Dexterity in Radius, Ice Shot has #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_496011033","text":"+# Chaos Damage taken","type":"explicit"},{"id":"explicit.stat_3175679225","text":"Nearby allies gain #% increased Damage","type":"explicit"},{"id":"explicit.stat_1186934478","text":"#% reduced Maximum number of Summoned Raging Spirits","type":"explicit"},{"id":"explicit.stat_570644802","text":"#% chance to gain a Spirit Charge on Kill","type":"explicit"},{"id":"explicit.stat_1493590317","text":"You have Onslaught while Fortified","type":"explicit"},{"id":"explicit.stat_256730087","text":"#% increased Damage with Poison if you have at least 300 Dexterity","type":"explicit"},{"id":"explicit.stat_1703766309","text":"1 Added Passive Skill is Deep Chill","type":"explicit"},{"id":"explicit.stat_426847518","text":"Curse Enemies with Frostbite on Hit","type":"explicit"},{"id":"explicit.stat_3491499175","text":"#% increased Poison Duration per Power Charge","type":"explicit"},{"id":"explicit.stat_3598983877","text":"Gain a Frenzy Charge if an Attack Ignites an Enemy","type":"explicit"},{"id":"explicit.stat_2727977666","text":"With at least 40 Intelligence in Radius, Frostbolt Projectiles gain #% increased Projectile Speed per second","type":"explicit"},{"id":"explicit.stat_899293871","text":"Trigger Level # Consecrate when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_1982436039","text":"Patrol Packs have #% increased chance to be replaced by an Elite Patrol Pack","type":"explicit"},{"id":"explicit.stat_308618188","text":"Take # Chaos Damage per Second during Effect","type":"explicit"},{"id":"explicit.stat_3790108551","text":"With at least 40 Intelligence in Radius, Frostbolt fires an additional Projectile","type":"explicit"},{"id":"explicit.stat_3110907148","text":"#% increased Cast Speed if a Minion has been Killed Recently","type":"explicit"},{"id":"explicit.stat_21824003","text":"#% increased Rarity of Items Dropped by Enemies killed with a Critical Strike","type":"explicit"},{"id":"explicit.stat_1865428306","text":"# to # Added Spell Chaos Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_902947445","text":"Vaal Skills used during effect have #% reduced Soul Gain Prevention Duration","type":"explicit"},{"id":"explicit.stat_986616727","text":"Hexes Transfer to all Enemies within 3 metres when Hexed Enemy dies","type":"explicit"},{"id":"explicit.stat_4256314560","text":"Shocks you when you reach Maximum Power Charges","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_balbala","text":"Denoted service of # dekhara in the akhara of Balbala","type":"explicit"},{"id":"explicit.stat_3571342795","text":"+# to Level of Socketed Elemental Gems","type":"explicit"},{"id":"explicit.stat_601249293","text":"# to # Added Fire Damage with Sword Attacks","type":"explicit"},{"id":"explicit.stat_1275066948","text":"#% increased Melee Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2181499453","text":"With at least 40 Intelligence in Radius, Blight has #% increased Hinder Duration","type":"explicit"},{"id":"explicit.stat_4157767905","text":"#% increased Projectile Attack Damage per 200 Accuracy Rating","type":"explicit"},{"id":"explicit.stat_3420284170","text":"#% reduced Spark Duration","type":"explicit"},{"id":"explicit.stat_2092708508","text":"With at least 40 Dexterity in Radius, Frost Blades has #% increased Projectile Speed","type":"explicit"},{"id":"explicit.stat_2412100590","text":"With at least 40 Dexterity in Radius, Melee Damage\\ndealt by Frost Blades Penetrates #% Cold Resistance","type":"explicit"},{"id":"explicit.stat_1092987622","text":"#% of Melee Physical Damage taken reflected to Attacker","type":"explicit"},{"id":"explicit.stat_3591359751","text":"You have no Armour or Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_1650632809","text":"With at least 40 Intelligence in Radius, Spark fires an additional Projectile","type":"explicit"},{"id":"explicit.stat_1134501245","text":"1 Added Passive Skill is Spiteful Presence","type":"explicit"},{"id":"explicit.stat_2162097452","text":"+# to Level of all Minion Skill Gems","type":"explicit"},{"id":"explicit.stat_1269609669","text":"# Life gained on Kill per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_1643796079","text":"Gain Rampage while at Maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_1625103793","text":"#% increased Damage taken per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_749770518","text":"Socketed Gems are Supported by Level # Inspiration","type":"explicit"},{"id":"explicit.stat_1181129483","text":"# to # Added Spell Chaos Damage while holding a Shield","type":"explicit"},{"id":"explicit.stat_2138434718","text":"#% increased Rarity of Items Dropped by Frozen Enemies","type":"explicit"},{"id":"explicit.stat_634031003","text":"#% increased effect of Non-Curse Auras from your Skills on your Minions","type":"explicit"},{"id":"explicit.stat_3557561376","text":"#% increased Spell Damage taken when on Low Mana","type":"explicit"},{"id":"explicit.stat_860668586","text":"#% increased Cold Damage with Attack Skills","type":"explicit"},{"id":"explicit.stat_3369332977","text":"+# metre to Melee Strike Range","type":"explicit"},{"id":"explicit.stat_1081444608","text":"#% increased Claw Physical Damage when on Low Life","type":"explicit"},{"id":"explicit.stat_32859524","text":"Hexes applied by Socketed Curse Skills are Reflected back to you","type":"explicit"},{"id":"explicit.stat_1405089557","text":"All Damage Taken from Hits can Ignite you","type":"explicit"},{"id":"explicit.stat_3228973398","text":"# Flask Charges recovered every 3 seconds","type":"explicit"},{"id":"explicit.stat_652638686","text":"+#% maximum Player Resistances per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_3279535558","text":"Cannot Leech when on Low Life","type":"explicit"},{"id":"explicit.stat_2125178364","text":"Siege Ballista has +# to maximum number of Summoned Totems per 200 Dexterity","type":"explicit"},{"id":"explicit.stat_1307972622","text":"#% increased Area of Effect per 20 Intelligence","type":"explicit"},{"id":"explicit.stat_4283407333","text":"+# to Level of all Skill Gems","type":"explicit"},{"id":"explicit.stat_443525707","text":"Nearby Enemies have #% increased Effect of Curses on them","type":"explicit"},{"id":"explicit.stat_608438307","text":"You can only Socket Corrupted Gems in this item","type":"explicit"},{"id":"explicit.stat_3269060224","text":"Gain a Power Charge after Spending a total of 200 Mana","type":"explicit"},{"id":"explicit.stat_1173558568","text":"#% of Attack Damage Leeched as Life during Effect","type":"explicit"},{"id":"explicit.stat_886931978","text":"#% more Recovery if used while on Low Life","type":"explicit"},{"id":"explicit.stat_2921373173","text":"#% increased Spell Damage if your other Ring is an Elder Item","type":"explicit"},{"id":"explicit.stat_852195286","text":"+#% Chance to Block Attack Damage if you were Damaged by a Hit Recently","type":"explicit"},{"id":"explicit.stat_3416410609","text":"+#% chance to Block Projectile Attack Damage","type":"explicit"},{"id":"explicit.stat_3683134121","text":"#% increased Attack Speed with Movement Skills","type":"explicit"},{"id":"explicit.stat_2861397339","text":"Golems Deal #% less Damage","type":"explicit"},{"id":"explicit.stat_1147690586","text":"+# to Level of all Lightning Skill Gems","type":"explicit"},{"id":"explicit.stat_4186213466","text":"1 Added Passive Skill is Unholy Grace","type":"explicit"},{"id":"explicit.stat_4041805509","text":"#% reduced maximum number of Raised Zombies","type":"explicit"},{"id":"explicit.stat_3563667308","text":"#% increased Raised Zombie Size","type":"explicit"},{"id":"explicit.stat_160933750","text":"With at least 40 Intelligence in Radius, Rolling Magma\\nhas #% increased Area of Effect per Chain","type":"explicit"},{"id":"explicit.stat_3251211004","text":"Linked Targets Cannot Die for # seconds after you Die","type":"explicit"},{"id":"explicit.stat_491899612","text":"Cannot be Shocked","type":"explicit"},{"id":"explicit.stat_3261557635","text":"Bow Knockback at Close Range","type":"explicit"},{"id":"explicit.stat_889691035","text":"#% increased Attack Speed per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_3410049114","text":"#% increased Movement Speed for you and nearby Allies","type":"explicit"},{"id":"explicit.stat_4070157876","text":"#% increased Area of Effect per Enemy killed recently, up to 50%","type":"explicit"},{"id":"explicit.stat_2074744008","text":"With at least 40 Intelligence in Radius, #% increased Freezing Pulse Damage if\\nyou\'ve Shattered an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2098320128","text":"With at least 40 Intelligence in Radius, Freezing Pulse fires an additional Projectile","type":"explicit"},{"id":"explicit.stat_2361218755","text":"Grants Immunity to Ignite for # seconds if used while Ignited\\nRemoves all Burning when used","type":"explicit"},{"id":"explicit.stat_2105456174","text":"You grant # Frenzy Charges to allies on Death","type":"explicit"},{"id":"explicit.stat_156016608","text":"With at least 40 Strength in Radius, Ground Slam\\nhas a #% increased angle","type":"explicit"},{"id":"explicit.stat_3774831856","text":"#% increased Physical Damage with Maces or Sceptres","type":"explicit"},{"id":"explicit.stat_630867098","text":"With at least 40 Dexterity in Radius, Barrage fires an additional projectile simultaneously on the first and final attacks","type":"explicit"},{"id":"explicit.stat_2312817839","text":"Cannot be Stunned by Spells if your other Ring is a Shaper Item","type":"explicit"},{"id":"explicit.stat_947072590","text":"You cannot be Ignited for # second after being Ignited","type":"explicit"},{"id":"explicit.stat_2135899247","text":"Lose all Power Charges on reaching Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_3865999868","text":"+#% Chance to Block Attack Damage while on Consecrated Ground","type":"explicit"},{"id":"explicit.stat_1809329372","text":"Right Ring Slot: Your Shocking Skitterbot\'s Aura applies Socketed Hex Curse instead","type":"explicit"},{"id":"explicit.stat_496822696","text":"#% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons","type":"explicit"},{"id":"explicit.stat_3699490848","text":"#% increased Critical Strike Chance against Chilled Enemies","type":"explicit"},{"id":"explicit.stat_2105048696","text":"Attacks fire an additional Projectile when in Off Hand","type":"explicit"},{"id":"explicit.stat_956038713","text":"Shared Suffering","type":"explicit"},{"id":"explicit.stat_2234049899","text":"Unaffected by Shocked Ground","type":"explicit"},{"id":"explicit.stat_1054322244","text":"#% chance to gain an Endurance Charge on Kill","type":"explicit"},{"id":"explicit.stat_3243534964","text":"Cannot Leech Life from Critical Strikes","type":"explicit"},{"id":"explicit.stat_402176724","text":"#% increased Evasion Rating while Phasing","type":"explicit"},{"id":"explicit.stat_2632954025","text":"You have Phasing if Energy Shield Recharge has started Recently","type":"explicit"},{"id":"explicit.stat_3366426512","text":"Minions convert #% of Physical Damage to Lightning Damage per Blue Socket","type":"explicit"},{"id":"explicit.stat_262301496","text":"#% reduced Mana Cost of Raise Spectre","type":"explicit"},{"id":"explicit.stat_4198346809","text":"Area is inhabited by Animals","type":"explicit"},{"id":"explicit.stat_3582614035","text":"Areas contain additional Temporal Incursions\\nTemporal Incursion Portals have their direction reversed","type":"explicit"},{"id":"explicit.stat_1106668565","text":"Socketed Gems are Supported by Level # Innervate","type":"explicit"},{"id":"explicit.stat_3979476531","text":"Critical Strikes do not inherently Freeze","type":"explicit"},{"id":"explicit.stat_2457517302","text":"Area is inhabited by Solaris fanatics","type":"explicit"},{"id":"explicit.stat_2195137717","text":"Half of your Strength is added to your Minions","type":"explicit"},{"id":"explicit.stat_662803072","text":"#% increased Flask Charges gained during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3002060175","text":"Drops Shocked Ground while moving, lasting # seconds","type":"explicit"},{"id":"explicit.stat_90012347","text":"Adds # to # Lightning Damage against Shocked Enemies","type":"explicit"},{"id":"explicit.stat_2961018200","text":"Area is inhabited by Abominations","type":"explicit"},{"id":"explicit.stat_4255924189","text":"# to # Added Spell Physical Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_2594215131","text":"#% increased Physical Weapon Damage per 10 Strength","type":"explicit"},{"id":"explicit.stat_1466172118","text":"Players have #% more Life Recovery Rate per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_1436284579","text":"Cannot be Blinded","type":"explicit"},{"id":"explicit.stat_2822821681","text":"With at least 40 Dexterity in Radius, Ethereal Knives fires an additional Projectile","type":"explicit"},{"id":"explicit.stat_1070888079","text":"Enemies Shocked by you have #% of Physical Damage they deal converted to Lightning","type":"explicit"},{"id":"explicit.stat_247168950","text":"Minions gain #% of Elemental Damage as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_3247931236","text":"Recover #% of Mana when you Kill an Enemy during Effect","type":"explicit"},{"id":"explicit.stat_3192135716","text":"Traps and Mines have a #% chance to Poison on Hit","type":"explicit"},{"id":"explicit.stat_424549222","text":"Shocks you inflict spread to other Enemies within # metre","type":"explicit"},{"id":"explicit.stat_2731261141","text":"+#% chance to Suppress Spell Damage per Fortification","type":"explicit"},{"id":"explicit.stat_967556848","text":"Socketed Gems fire Projectiles in a circle","type":"explicit"},{"id":"explicit.stat_2912438397","text":"Summoned Skeletons take #% of their Maximum Life per second as Fire Damage","type":"explicit"},{"id":"explicit.stat_3074608753","text":"Summoned Skeletons have a #% chance to Cover Enemies in Ash on Hit","type":"explicit"},{"id":"explicit.stat_808939569","text":"Socketed Gems are Supported by Level # Minion Damage","type":"explicit"},{"id":"explicit.stat_98977150","text":"Pain Attunement","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_dominus","text":"Carved to glorify # new faithful converted by High Templar Dominus","type":"explicit"},{"id":"explicit.stat_625037258","text":"Attacks with this Weapon deal Double Damage to Chilled Enemies","type":"explicit"},{"id":"explicit.stat_3240073117","text":"#% increased Life Recovery rate","type":"explicit"},{"id":"explicit.stat_4056985119","text":"+1 to maximum number of Raised Zombies per # Strength","type":"explicit"},{"id":"explicit.stat_3635120731","text":"#% chance to Avoid Projectiles while Phasing","type":"explicit"},{"id":"explicit.stat_3838369929","text":"Immunity to Freeze and Chill during Effect","type":"explicit"},{"id":"explicit.stat_2143990571","text":"#% chance to Trigger Level 20 Summon Volatile Anomaly on Kill","type":"explicit"},{"id":"explicit.stat_3882531569","text":"#% increased Physical Damage with Daggers","type":"explicit"},{"id":"explicit.stat_2237528173","text":"Strength from Passives in Radius is Transformed to Dexterity","type":"explicit"},{"id":"explicit.stat_1325047894","text":"#% of Damage is taken from Mana before Life per Power Charge","type":"explicit"},{"id":"explicit.stat_4067144129","text":"#% increased Damage with Vaal Skills during effect","type":"explicit"},{"id":"explicit.stat_2224292784","text":"Can have up to # additional Trap placed at a time","type":"explicit"},{"id":"explicit.stat_1881314095","text":"Share Endurance Charges with nearby party members","type":"explicit"},{"id":"explicit.stat_1181501418","text":"+# to Maximum Rage","type":"explicit"},{"id":"explicit.stat_798767971","text":"Your Maximum Resistances are #%","type":"explicit"},{"id":"explicit.stat_97250660","text":"Projectiles Pierce an additional Target while you have Phasing","type":"explicit"},{"id":"explicit.stat_651875072","text":"Triggers Level # Death Walk when Equipped","type":"explicit"},{"id":"explicit.stat_1217476473","text":"Recover #% of Life when you Kill an Enemy during Effect","type":"explicit"},{"id":"explicit.stat_3590104875","text":"You lose all Endurance Charges on reaching maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_2663376056","text":"Gain #% of Maximum Mana as Extra Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_2907156609","text":"Poisons you inflict deal Damage #% faster","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_asenath","text":"Denoted service of # dekhara in the akhara of Asenath","type":"explicit"},{"id":"explicit.stat_1559361866","text":"With at least 40 Strength in Radius, Ground Slam has a #% chance\\nto grant an Endurance Charge when you Stun an Enemy","type":"explicit"},{"id":"explicit.stat_3491639130","text":"Regenerate #% of Life per second for each different Ailment affecting you","type":"explicit"},{"id":"explicit.stat_2264523604","text":"#% increased Reservation of Skills","type":"explicit"},{"id":"explicit.stat_3418949024","text":"Attacks with this Weapon Maim on hit","type":"explicit"},{"id":"explicit.stat_3221550523","text":"Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level\\nCan Consume # additional Uncorrupted Support Gems","type":"explicit"},{"id":"explicit.stat_374737750","text":"#% chance to Cause Poison on Critical Strike","type":"explicit"},{"id":"explicit.stat_1078455967","text":"+# to Level of all Cold Skill Gems","type":"explicit"},{"id":"explicit.stat_2080171093","text":"#% increased Spell Damage during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3869628136","text":"Grants Immunity to Chill for # seconds if used while Chilled\\nGrants Immunity to Freeze for # seconds if used while Frozen","type":"explicit"},{"id":"explicit.stat_536957","text":"#% increased Lightning Damage while affected by Herald of Thunder","type":"explicit"},{"id":"explicit.stat_1498954300","text":"#% increased Quantity of Items found with a Magic Item Equipped","type":"explicit"},{"id":"explicit.stat_541329769","text":"Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit","type":"explicit"},{"id":"explicit.stat_568070507","text":"Raised Zombies deal #% more Physical Damage","type":"explicit"},{"id":"explicit.stat_2460506030","text":"Allocates # if you have matching modifier on Forbidden Flame","type":"explicit","option":{"options":[{"id":32947,"text":"Swift Killer"},{"id":55867,"text":"Polymath"},{"id":28884,"text":"Heartstopper"},{"id":29825,"text":"Escape Artist"},{"id":41891,"text":"Spellbreaker"},{"id":23225,"text":"One Step Ahead"},{"id":57331,"text":"Harness the Void"},{"id":3184,"text":"Headsman"},{"id":17315,"text":"Overwhelm"},{"id":62817,"text":"Bane of Legends"},{"id":34484,"text":"Endless Hunger"},{"id":10143,"text":"Brutal Fervour"},{"id":38180,"text":"Impact"},{"id":16306,"text":"Masterful Form"},{"id":16940,"text":"Pyromaniac"},{"id":5087,"text":"Born in the Shadows"},{"id":14103,"text":"Explosives Expert"},{"id":51462,"text":"Like Clockwork"},{"id":28535,"text":"Perfect Crime"},{"id":39834,"text":"Demolitions Specialist"},{"id":38918,"text":"Chain Reaction"},{"id":47778,"text":"Bomb Specialist"},{"id":31364,"text":"Way of the Poacher"},{"id":16848,"text":"Avatar of the Slaughter"},{"id":4849,"text":"Rapid Assault"},{"id":11597,"text":"Avatar of the Chase"},{"id":33645,"text":"Quartz Infusion"},{"id":55509,"text":"Avatar of the Veil"},{"id":51101,"text":"Nature\'s Adrenaline"},{"id":63293,"text":"Master Surgeon"},{"id":65296,"text":"Nature\'s Boon"},{"id":61805,"text":"Master Alchemist"},{"id":6038,"text":"Master Distiller"},{"id":40813,"text":"Nature\'s Reprisal"},{"id":1697,"text":"Master Toxicist"},{"id":37127,"text":"Profane Bloom"},{"id":31344,"text":"Unholy Authority"},{"id":37492,"text":"Vile Bastion"},{"id":27096,"text":"Void Beacon"},{"id":62504,"text":"Forbidden Power"},{"id":25309,"text":"Withering Presence"},{"id":47630,"text":"Frigid Wake"},{"id":54159,"text":"Mindless Aggression"},{"id":65153,"text":"Unnatural Strength"},{"id":14603,"text":"Bone Barrier"},{"id":48719,"text":"Mistress of Sacrifice"},{"id":3554,"text":"Essence Glutton"},{"id":36017,"text":"Commander of Darkness"},{"id":11490,"text":"Plaguebringer"},{"id":23572,"text":"Corpse Pact"},{"id":5819,"text":"Unstoppable"},{"id":53816,"text":"Unbreakable"},{"id":62595,"text":"Unyielding"},{"id":44297,"text":"Undeniable"},{"id":1734,"text":"Unflinching"},{"id":56789,"text":"Unrelenting"},{"id":17988,"text":"Untiring"},{"id":53884,"text":"Righteous Providence"},{"id":48214,"text":"Inevitable Judgement"},{"id":40059,"text":"Augury of Penitence"},{"id":39790,"text":"Sanctuary"},{"id":32816,"text":"Pious Path"},{"id":13851,"text":"Instruments of Zeal"},{"id":19417,"text":"Instruments of Virtue"},{"id":922,"text":"Divine Guidance"},{"id":29026,"text":"Sanctuary of Thought"},{"id":1105,"text":"Pursuit of Faith"},{"id":34434,"text":"Ritual of Awakening"},{"id":25651,"text":"Conviction of Power"},{"id":60462,"text":"Illuminated Devotion"},{"id":40510,"text":"Arcane Blessing"},{"id":51492,"text":"Sign of Purpose"},{"id":55146,"text":"Time of Need"},{"id":42264,"text":"Radiant Faith"},{"id":39728,"text":"Bastion of Hope"},{"id":61372,"text":"Harmony of Purpose"},{"id":64768,"text":"Unwavering Faith"},{"id":4494,"text":"Radiant Crusade"},{"id":19641,"text":"Unwavering Crusade"},{"id":27864,"text":"Gratuitous Violence"},{"id":15616,"text":"Blood in the Eyes"},{"id":52575,"text":"Outmatch and Outlast"},{"id":8419,"text":"Painforged"},{"id":63490,"text":"Violent Retaliation"},{"id":2598,"text":"Reigning Veteran"},{"id":758,"text":"Arena Challenger"},{"id":56461,"text":"Liege of the Primordial"},{"id":61259,"text":"Mastermind of Discord"},{"id":57197,"text":"Heart of Destruction"},{"id":4917,"text":"Bastion of Elements"},{"id":258,"text":"Elemancer"},{"id":53123,"text":"Shaper of Flames"},{"id":27038,"text":"Shaper of Storms"},{"id":40810,"text":"Shaper of Winter"},{"id":5443,"text":"Focal Point"},{"id":61627,"text":"Ricochet"},{"id":26067,"text":"Endless Munitions"},{"id":45313,"text":"Far Shot"},{"id":44482,"text":"Rupturing"},{"id":24848,"text":"Gathering Winds"},{"id":2872,"text":"Occupying Force"},{"id":23169,"text":"Wind Ward"},{"id":31667,"text":"Arohongui, Moon\'s Presence"},{"id":50692,"text":"Ngamahu, Flame\'s Advance"},{"id":1731,"text":"Hinekora, Death\'s Fury"},{"id":48480,"text":"Tasalio, Cleansing Water"},{"id":53095,"text":"Tukohama, War\'s Herald"},{"id":5029,"text":"Tawhoa, Forest\'s Strength"},{"id":61355,"text":"Ramako, Sun\'s Light"},{"id":32249,"text":"Valako, Storm\'s Embrace"},{"id":31700,"text":"Fortitude"},{"id":33940,"text":"Unstoppable Hero"},{"id":35750,"text":"Conqueror"},{"id":56967,"text":"Worthy Foe"},{"id":11412,"text":"Inspirational"},{"id":27604,"text":"First to Strike, Last to Fall"},{"id":13374,"text":"Master of Metal"},{"id":32251,"text":"War Bringer"},{"id":57560,"text":"Rite of Ruin"},{"id":9271,"text":"Defy Pain"},{"id":38999,"text":"Flawless Savagery"},{"id":24528,"text":"Crave the Slaughter"},{"id":59920,"text":"Aspect of Carnage"},{"id":29630,"text":"Blitz"},{"id":4242,"text":"Unstable Infusion"},{"id":48239,"text":"Deadly Infusion"},{"id":21264,"text":"Ambush and Assassinate"},{"id":19083,"text":"Opportunistic"},{"id":19598,"text":"Toxic Delivery"},{"id":1945,"text":"Noxious Strike"},{"id":28782,"text":"Mistwalker"},{"id":61072,"text":"Juggernaut"},{"id":4194,"text":"Berserker"},{"id":57052,"text":"Chieftain"},{"id":8656,"text":"Raider"},{"id":34567,"text":"Deadeye"},{"id":9327,"text":"Pathfinder"},{"id":12597,"text":"Occultist"},{"id":8281,"text":"Elementalist"},{"id":10099,"text":"Necromancer"},{"id":43195,"text":"Slayer"},{"id":34774,"text":"Gladiator"},{"id":39598,"text":"Champion"},{"id":43962,"text":"Inquisitor"},{"id":42144,"text":"Hierophant"},{"id":30919,"text":"Guardian"},{"id":43122,"text":"Assassin"},{"id":6778,"text":"Trickster"},{"id":58827,"text":"Saboteur"},{"id":27602,"text":"Nine Lives"},{"id":57568,"text":"Searing Purity"},{"id":52435,"text":"Indomitable Resolve"},{"id":42469,"text":"Fatal Flourish"},{"id":18054,"text":"Fury of Nature"},{"id":48999,"text":"Soul Drinker"},{"id":19355,"text":"Unleashed Potential"}]}},{"id":"explicit.stat_723388324","text":"#% chance to Trigger Socketed Spells when you Spend at least # Mana on an\\nUpfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown","type":"explicit"},{"id":"explicit.stat_1616734644","text":"1 Added Passive Skill is Wicked Pall","type":"explicit"},{"id":"explicit.stat_2466912132","text":"#% increased Armour while Bleeding","type":"explicit"},{"id":"explicit.stat_3285748758","text":"#% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently, up to a maximum of 120%","type":"explicit"},{"id":"explicit.stat_3484267929","text":"Nearby allies Recover #% of your Maximum Life when you Die","type":"explicit"},{"id":"explicit.stat_3915702459","text":"Gain # Life when you lose an Endurance Charge","type":"explicit"},{"id":"explicit.stat_3258653591","text":"1 Added Passive Skill is Iron Breaker","type":"explicit"},{"id":"explicit.stat_446070669","text":"Minions have #% increased Critical Strike Chance per Maximum Power Charge you have","type":"explicit"},{"id":"explicit.stat_3848282610","text":"#% of Fire Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_3390848861","text":"Adds # to # Lightning Damage to Attacks with this Weapon per 10 Intelligence","type":"explicit"},{"id":"explicit.stat_2894297982","text":"Your Chaos Damage has #% chance to Poison Enemies","type":"explicit"},{"id":"explicit.stat_3121133045","text":"Your Lightning Damage can Ignite","type":"explicit"},{"id":"explicit.stat_1736172673","text":"Damage with Weapons Penetrates #% Elemental Resistances","type":"explicit"},{"id":"explicit.stat_2374357674","text":"Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you","type":"explicit"},{"id":"explicit.stat_1140739168","text":"#% increased Damage Over Time during Effect","type":"explicit"},{"id":"explicit.stat_3516340048","text":"Area is inhabited by Ghosts","type":"explicit"},{"id":"explicit.stat_1454603936","text":"Adds # to # Physical Damage to Attacks with this Weapon per 3 Player Levels","type":"explicit"},{"id":"explicit.stat_3685028559","text":"#% chance to create Desecrated Ground when you Block","type":"explicit"},{"id":"explicit.stat_908650225","text":"#% increased Damage if you have Shocked an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2048970144","text":"Minions have +# to Armour","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_caspiro","text":"Commissioned # coins to commemorate Caspiro","type":"explicit"},{"id":"explicit.stat_1991958615","text":"Socketed Gems are Supported by Level # Cold Penetration","type":"explicit"},{"id":"explicit.stat_2479374428","text":"Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value","type":"explicit"},{"id":"explicit.stat_2889807051","text":"Melee Hits count as Rampage Kills\\nRampage","type":"explicit"},{"id":"explicit.stat_3769854701","text":"Cannot Leech Life","type":"explicit"},{"id":"explicit.stat_4084331136","text":"#% increased Chaos Damage per Level","type":"explicit"},{"id":"explicit.stat_1165847826","text":"#% reduced Spell Damage taken from Blinded Enemies","type":"explicit"},{"id":"explicit.stat_402920808","text":"#% increased Physical Damage with Bows","type":"explicit"},{"id":"explicit.stat_2737492258","text":"Recover #% of Life on Rampage","type":"explicit"},{"id":"explicit.stat_3122491961","text":"1 Added Passive Skill is Agent of Destruction","type":"explicit"},{"id":"explicit.stat_2067717830","text":"Call of Steel deals Reflected Damage with #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_99089516","text":"Socketed Gems are supported by Level # Faster Projectiles","type":"explicit"},{"id":"explicit.stat_2328588114","text":"+#% to Critical Strike Multiplier if Dexterity is higher than Intelligence","type":"explicit"},{"id":"explicit.stat_4116579804","text":"Raised Zombies have +# to maximum Life","type":"explicit"},{"id":"explicit.stat_3881647885","text":"With at least 40 Intelligence in Radius, Blight inflicts Withered for # seconds","type":"explicit"},{"id":"explicit.stat_1248507170","text":"With at least 40 Strength in Radius, Hits with Cleave Fortify","type":"explicit"},{"id":"explicit.stat_1539696482","text":"With at least 40 Strength in Radius, Cleave has +0.1 metres to Radius per Nearby\\nEnemy, up to a maximum of +1 metre","type":"explicit"},{"id":"explicit.stat_76848920","text":"#% reduced Elemental Resistances","type":"explicit"},{"id":"explicit.stat_623651254","text":"Cannot be used with Chaos Inoculation","type":"explicit"},{"id":"explicit.stat_2494069187","text":"+#% to Cold Resistance while affected by Herald of Ice","type":"explicit"},{"id":"explicit.stat_4020144606","text":"Socketed Gems are Supported by Level # Added Cold Damage","type":"explicit"},{"id":"explicit.stat_2373999301","text":"Nearby Allies have #% increased Cast Speed per 100 Intelligence you have","type":"explicit"},{"id":"explicit.stat_4084763463","text":"Regenerate # Mana per Second per Power Charge","type":"explicit"},{"id":"explicit.stat_2879593163","text":"Call of Steel causes #% increased Reflected Damage","type":"explicit"},{"id":"explicit.stat_3985468650","text":"Grants Level # Blood Offering Skill","type":"explicit"},{"id":"explicit.stat_3457687358","text":"Enemies Killed with Attack or Spell Hits Explode, dealing #% of their Life as Fire Damage","type":"explicit"},{"id":"explicit.stat_3271016161","text":"Kills grant an additional Vaal Soul if you have Rampaged Recently","type":"explicit"},{"id":"explicit.stat_1905983154","text":"Hits Inflict # Withered Debuffs for 2 seconds on Enemies that are on Full Life","type":"explicit"},{"id":"explicit.stat_1710508327","text":"Socketed Gems are Supported by Level # Blastchain Mine","type":"explicit"},{"id":"explicit.stat_635761691","text":"#% increased Physical Damage with Claws","type":"explicit"},{"id":"explicit.stat_2725259389","text":"#% increased Skeleton Cast Speed","type":"explicit"},{"id":"explicit.stat_2262736444","text":"Eldritch Battery","type":"explicit"},{"id":"explicit.stat_109671187","text":"Call of Steel has #% increased Use Speed","type":"explicit"},{"id":"explicit.stat_2769075491","text":"#% increased Physical Damage with Wands","type":"explicit"},{"id":"explicit.stat_696805682","text":"Socketed Gems are Supported by Level # Ancestral Call","type":"explicit"},{"id":"explicit.stat_1337327984","text":"Socketed Gems are Supported by Level # Minion Life","type":"explicit"},{"id":"explicit.stat_3404168630","text":"#% increased Global Critical Strike Chance when in Main Hand","type":"explicit"},{"id":"explicit.stat_2424133568","text":"#% increased Armour if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.stat_417188801","text":"#% chance to gain an Endurance Charge when you Block","type":"explicit"},{"id":"explicit.stat_4089413281","text":"You gain Phasing for # seconds on using a Vaal Skill","type":"explicit"},{"id":"explicit.stat_1187803783","text":"You are Shocked during Effect, causing 50% increased Damage taken","type":"explicit"},{"id":"explicit.stat_35810390","text":"+#% to Global Critical Strike Multiplier per Green Socket","type":"explicit"},{"id":"explicit.stat_2229840047","text":"Chaos Damage taken does not bypass Energy Shield during effect","type":"explicit"},{"id":"explicit.stat_2381677442","text":"Gain # Life on Culling Strike","type":"explicit"},{"id":"explicit.stat_4120779321","text":"Removes all but one Life on use\\nRemoved life is Regenerated as Energy Shield over # seconds","type":"explicit"},{"id":"explicit.stat_1811422871","text":"Socketed Gems are supported by Level # Melee Splash","type":"explicit"},{"id":"explicit.stat_3771273420","text":"Strength from Passives in Radius is Transformed to Intelligence","type":"explicit"},{"id":"explicit.stat_1025503586","text":"With at least 40 Strength in Radius, Heavy Strike has a \\n#% chance to deal Double Damage","type":"explicit"},{"id":"explicit.stat_2189040439","text":"Herald of Purity has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3818661553","text":"1 Added Passive Skill is Eye of the Storm","type":"explicit"},{"id":"explicit.stat_209056835","text":"#% chance to Trigger a Socketed Spell when you Attack with this Weapon, with a 0.25 second Cooldown","type":"explicit"},{"id":"explicit.stat_1053326368","text":"#% chance to Avoid being Chilled during Effect","type":"explicit"},{"id":"explicit.stat_2706994884","text":"Shocked Enemies you Kill Explode, dealing #% of\\ntheir Life as Lightning Damage which cannot Shock","type":"explicit"},{"id":"explicit.stat_2872815301","text":"#% chance to Avoid being Frozen during Effect","type":"explicit"},{"id":"explicit.stat_807955413","text":"Shocks you cause are reflected back to you","type":"explicit"},{"id":"explicit.stat_4181057577","text":"#% less Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2818518881","text":"#% increased Spell Damage per 10 Intelligence","type":"explicit"},{"id":"explicit.stat_3541114083","text":"Grants Level # Bear Trap Skill","type":"explicit"},{"id":"explicit.stat_695031402","text":"With at least 40 Dexterity in Radius, Viper Strike deals #% increased Damage with Hits and Poison for each Poison on the Enemy","type":"explicit"},{"id":"explicit.stat_3446170049","text":"Shocks nearby Enemies during Effect, causing 10% increased Damage taken","type":"explicit"},{"id":"explicit.stat_967108924","text":"#% increased Global Defences per White Socket","type":"explicit"},{"id":"explicit.stat_3577316952","text":"Lose all Eaten Souls when you use a Flask","type":"explicit"},{"id":"explicit.stat_249545292","text":"Critical Strikes do not inherently inflict non-Damaging Ailments","type":"explicit"},{"id":"explicit.stat_3519807287","text":"Increases and Reductions to Light Radius also apply to Damage","type":"explicit"},{"id":"explicit.stat_3954637034","text":"Summoned Raging Spirits\' Hits always Ignite","type":"explicit"},{"id":"explicit.stat_319842716","text":"You and nearby Allies have +#% to Elemental Resistances","type":"explicit"},{"id":"explicit.stat_3635566977","text":"+#% to all maximum Resistances while you have no Endurance Charges","type":"explicit"},{"id":"explicit.stat_3252082366","text":"Trigger Level # Summon Phantasm Skill when you Consume a corpse","type":"explicit"},{"id":"explicit.stat_519622288","text":"Warcries Knock Back and Interrupt Enemies in a smaller Area","type":"explicit"},{"id":"explicit.stat_4031081471","text":"You take # Chaos Damage per second for # seconds on Kill","type":"explicit"},{"id":"explicit.stat_1829238593","text":"Arrows Pierce all Targets","type":"explicit"},{"id":"explicit.stat_808491979","text":"Area is inhabited by Undead","type":"explicit"},{"id":"explicit.stat_1917107159","text":"# to # Lightning Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_1731672673","text":"Hex Reflection","type":"explicit"},{"id":"explicit.stat_2996445420","text":"Critical Strikes have Culling Strike","type":"explicit"},{"id":"explicit.stat_4129825612","text":"#% of Physical Damage from Hits taken as Chaos Damage","type":"explicit"},{"id":"explicit.stat_3612256591","text":"#% increased Cold Damage if you have used a Fire Skill Recently","type":"explicit"},{"id":"explicit.stat_3101915418","text":"You have Onslaught while at maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_2066426995","text":"Adds # to # Physical Damage to Attacks per 25 Dexterity","type":"explicit"},{"id":"explicit.stat_1871056256","text":"#% of Physical Damage from Hits taken as Cold Damage","type":"explicit"},{"id":"explicit.stat_2780712583","text":"1 Added Passive Skill is Touch of Cruelty","type":"explicit"},{"id":"explicit.stat_1813544255","text":"Area is inhabited by Goatmen","type":"explicit"},{"id":"explicit.stat_2959020308","text":"Gain Unholy Might for 4 seconds on Critical Strike","type":"explicit"},{"id":"explicit.stat_1345113611","text":"Inflict non-Damaging Ailments as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_2609824731","text":"Gain an Endurance Charge when you take a Critical Strike","type":"explicit"},{"id":"explicit.stat_4148932984","text":"#% chance to create Consecrated Ground when you Shatter an Enemy","type":"explicit"},{"id":"explicit.stat_4167600809","text":"#% increased Fire Damage if you have used a Cold Skill Recently","type":"explicit"},{"id":"explicit.stat_1112135314","text":"#% chance to Trigger a Socketed Warcry Skill when you lose Endurance Charges, with a 0.25 second Cooldown","type":"explicit"},{"id":"explicit.stat_774059442","text":"+# to Ward","type":"explicit"},{"id":"explicit.stat_1759630226","text":"Cannot Leech Mana","type":"explicit"},{"id":"explicit.stat_529432426","text":"#% increased Damage while Shocked","type":"explicit"},{"id":"explicit.stat_2048643052","text":"Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit","type":"explicit"},{"id":"explicit.stat_144887967","text":"#% chance to gain Phasing for # seconds when your Trap is triggered by an Enemy","type":"explicit"},{"id":"explicit.stat_3100457893","text":"Gain Immunity to Physical Damage for # second on Rampage","type":"explicit"},{"id":"explicit.stat_1390113017","text":"Reward Room Monsters deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_854030602","text":"Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers","type":"explicit"},{"id":"explicit.stat_3150000576","text":"Raised Zombies have +#% to all Resistances","type":"explicit"},{"id":"explicit.stat_2901262227","text":"#% chance to create Chilled Ground when you Freeze an Enemy","type":"explicit"},{"id":"explicit.stat_2857427872","text":"Enemies Killed by Zombies\' Hits Explode, dealing #% of their Life as Fire Damage","type":"explicit"},{"id":"explicit.stat_4017879067","text":"#% increased Minion Movement Speed per 50 Dexterity","type":"explicit"},{"id":"explicit.stat_627889781","text":"Removes Elemental Ailments on Rampage","type":"explicit"},{"id":"explicit.stat_4116705863","text":"Prevent +#% of Suppressed Spell Damage","type":"explicit"},{"id":"explicit.stat_1736403946","text":"Minions\' Hits can only Kill Ignited Enemies","type":"explicit"},{"id":"explicit.stat_3504652942","text":"+#% to Damage over Time Multiplier for Poison per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_3110554274","text":"+#% to Elemental Resistances during Effect","type":"explicit"},{"id":"explicit.stat_1214153650","text":"+#% chance to Block Spell Damage if you have Blocked Attack Damage Recently","type":"explicit"},{"id":"explicit.stat_474452755","text":"Cannot Evade Enemy Attacks","type":"explicit"},{"id":"explicit.stat_3135669941","text":"#% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds","type":"explicit"},{"id":"explicit.stat_2846730569","text":"Uses both hand slots","type":"explicit"},{"id":"explicit.stat_1936544447","text":"#% chance to gain a Power Charge when you Throw a Trap","type":"explicit"},{"id":"explicit.stat_3945908658","text":"Minions have #% chance to Ignite","type":"explicit"},{"id":"explicit.stat_3853996752","text":"#% chance for Energy Shield Recharge to start when you use a Skill","type":"explicit"},{"id":"explicit.stat_794830148","text":"Adds # to # Fire Damage against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_3981960937","text":"#% chance to Avoid being Shocked while Chilled","type":"explicit"},{"id":"explicit.stat_3693130674","text":"#% increased Lightning Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2905515354","text":"You take #% of Damage from Blocked Hits","type":"explicit"},{"id":"explicit.stat_67132951","text":"You are Chilled while you are Bleeding","type":"explicit"},{"id":"explicit.stat_683273571","text":"#% increased Mana Cost of Skills during Effect","type":"explicit"},{"id":"explicit.stat_1756125633","text":"Manifested Dancing Dervishes disables both weapon slots","type":"explicit"},{"id":"explicit.stat_3194864913","text":"Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield","type":"explicit"},{"id":"explicit.stat_2546417825","text":"#% increased Movement Speed if you\'ve used a Warcry Recently","type":"explicit"},{"id":"explicit.stat_3456816469","text":"+#% to Chaos Resistance while affected by Herald of Agony","type":"explicit"},{"id":"explicit.stat_1540840","text":"Grants Level # Scorching Ray Skill","type":"explicit"},{"id":"explicit.stat_5955083","text":"Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence","type":"explicit"},{"id":"explicit.stat_3762784591","text":"#% reduced Chaos Damage taken over time","type":"explicit"},{"id":"explicit.stat_3821472155","text":"Adds # to # Physical Damage to Attacks per Level","type":"explicit"},{"id":"explicit.stat_847744351","text":"Non-Aura Curses you inflict are not removed from Dying Enemies","type":"explicit"},{"id":"explicit.stat_632761194","text":"Zealot\'s Oath","type":"explicit"},{"id":"explicit.stat_2109066258","text":"Adds # to # Cold Damage in Off Hand","type":"explicit"},{"id":"explicit.stat_54812069","text":"#% of Damage from Hits is taken from your Spectres\' Life before you","type":"explicit"},{"id":"explicit.stat_3898799092","text":"Lose all Power Charges when you Block","type":"explicit"},{"id":"explicit.stat_1996576560","text":"1 Added Passive Skill is Vast Power","type":"explicit"},{"id":"explicit.stat_1473444150","text":"#% increased Attack and Cast Speed while at maximum Fortification","type":"explicit"},{"id":"explicit.stat_2435922859","text":"#% increased time before Lockdown","type":"explicit"},{"id":"explicit.stat_974757096","text":"Triggers Level # Manifest Dancing Dervishes on Rampage","type":"explicit"},{"id":"explicit.stat_1024189516","text":"Trigger Level # Feast of Flesh every 5 seconds","type":"explicit"},{"id":"explicit.stat_3638731729","text":"1 Added Passive Skill is Sadist","type":"explicit"},{"id":"explicit.stat_2658399404","text":"Bleeding you inflict is Reflected to you","type":"explicit"},{"id":"explicit.stat_4014328139","text":"Unaffected by Chill while Leeching Mana","type":"explicit"},{"id":"explicit.stat_1344805487","text":"+# to Level of Socketed Herald Gems","type":"explicit"},{"id":"explicit.stat_2492660287","text":"Reserves #% of Life","type":"explicit"},{"id":"explicit.stat_1891782369","text":"#% increased Damage with Ignite inflicted on Chilled Enemies","type":"explicit"},{"id":"explicit.stat_3478075311","text":"# to # Added Chaos Damage with Bow Attacks","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_maxarius","text":"Carved to glorify # new faithful converted by High Templar Maxarius","type":"explicit"},{"id":"explicit.stat_2837603657","text":"You can inflict an additional Ignite on an Enemy","type":"explicit"},{"id":"explicit.stat_4189061307","text":"Mark Skills have #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_3804297142","text":"Curse Non-Cursed Enemies with Enfeeble on Hit","type":"explicit"},{"id":"explicit.stat_2839036860","text":"#% increased Endurance, Frenzy and Power Charge Duration","type":"explicit"},{"id":"explicit.stat_3653191834","text":"Unaffected by Chilled Ground","type":"explicit"},{"id":"explicit.stat_1473289174","text":"Unaffected by Shock","type":"explicit"},{"id":"explicit.stat_2572042788","text":"Attacks have +#% to Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2661163721","text":"Gain #% of Physical Damage as Extra Cold Damage during effect","type":"explicit"},{"id":"explicit.stat_816458107","text":"+#% Chance to Block Spell Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_208447205","text":"Trigger Level # Fog of War when your Trap is triggered","type":"explicit"},{"id":"explicit.stat_2040585053","text":"+#% Chance to Block Attack Damage when in Off Hand","type":"explicit"},{"id":"explicit.stat_2160417795","text":"You and your Minions take #% reduced Reflected Elemental Damage","type":"explicit"},{"id":"explicit.stat_23466649","text":"You have Phasing while on Low Life","type":"explicit"},{"id":"explicit.stat_1482070333","text":"#% increased Elemental Damage per Power charge","type":"explicit"},{"id":"explicit.stat_2001747092","text":"#% increased Damage with Hits and Ailments against Marked Enemy","type":"explicit"},{"id":"explicit.stat_3849523464","text":"+# to Maximum Life per Elder Item Equipped","type":"explicit"},{"id":"explicit.stat_637690626","text":"Gain a Frenzy Charge on every 50th Rampage Kill","type":"explicit"},{"id":"explicit.stat_4119032338","text":"#% increased Area of Effect per 25 Rampage Kills","type":"explicit"},{"id":"explicit.stat_2295303426","text":"Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.25 second Cooldown","type":"explicit"},{"id":"explicit.stat_625682777","text":"#% of Physical Damage from Hits taken as Cold Damage during Effect","type":"explicit"},{"id":"explicit.stat_702909553","text":"#% increased Scorching Ray beam length","type":"explicit"},{"id":"explicit.stat_3079007202","text":"#% chance to Trigger a Socketed Spell on Using a Skill, with a 8 second Cooldown\\nSpells Triggered this way have 150% more Cost","type":"explicit"},{"id":"explicit.stat_4196775867","text":"Your Aura Buffs do not affect allies","type":"explicit"},{"id":"explicit.stat_4133552694","text":"#% increased Effect of Non-Damaging Ailments per Elder Item Equipped","type":"explicit"},{"id":"explicit.stat_2845889407","text":"With at least 40 Strength in Radius, Molten Strike fires an additional Projectile","type":"explicit"},{"id":"explicit.stat_1810011556","text":"Reflects # Lightning Damage to Attackers on Block","type":"explicit"},{"id":"explicit.stat_1163758055","text":"With at least 40 Strength in Radius, Molten Strike has #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_2924302129","text":"Lose # Mana when you use a Skill","type":"explicit"},{"id":"explicit.stat_1595367309","text":"1 Added Passive Skill is Snowstorm","type":"explicit"},{"id":"explicit.stat_129035625","text":"You and your Minions take #% reduced Reflected Physical Damage","type":"explicit"},{"id":"explicit.stat_4188581520","text":"1 Added Passive Skill is Battle-Hardened","type":"explicit"},{"id":"explicit.stat_725880290","text":"#% chance to Impale Enemies on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_2917587077","text":"Remove an Ailment when you use a Flask if all Equipped Items are Elder Items","type":"explicit"},{"id":"explicit.stat_80079005","text":"#% of Lightning Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_1912660783","text":"#% slower start of Energy Shield Recharge during any Flask Effect","type":"explicit"},{"id":"explicit.stat_4105031548","text":"1 Added Passive Skill is Conjured Wall","type":"explicit"},{"id":"explicit.stat_3111456397","text":"+# to Spectre maximum Life","type":"explicit"},{"id":"explicit.stat_3159161267","text":"#% increased Projectile Speed per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_264042266","text":"Minions convert #% of Physical Damage to Cold Damage","type":"explicit"},{"id":"explicit.stat_1435838855","text":"+1 to Level of Socketed Skill Gems per # Player Levels","type":"explicit"},{"id":"explicit.stat_2993091567","text":"#% increased Mana Regeneration Rate during any Flask Effect","type":"explicit"},{"id":"explicit.stat_1383929411","text":"Gain #% of Cold Damage as Extra Fire Damage against Frozen Enemies","type":"explicit"},{"id":"explicit.stat_252427115","text":"Trigger Level # Gore Shockwave on Melee Hit if you have at least 150 Strength","type":"explicit"},{"id":"explicit.stat_133683091","text":"# to # Added Physical Damage with Wand Attacks","type":"explicit"},{"id":"explicit.stat_2864779809","text":"Gain +#% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana","type":"explicit"},{"id":"explicit.stat_2421446548","text":"Channelling Skills have +# to Total Mana Cost","type":"explicit"},{"id":"explicit.stat_1489905076","text":"Allies\' Aura Buffs do not affect you","type":"explicit"},{"id":"explicit.stat_2797075304","text":"Counts as Dual Wielding","type":"explicit"},{"id":"explicit.stat_3569230441","text":"#% increased Job Experience gain","type":"explicit"},{"id":"explicit.stat_1488891279","text":"Chill Enemies for # second on Hit with this Weapon when in Off Hand","type":"explicit"},{"id":"explicit.stat_1702195217","text":"+#% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_18234720","text":"#% increased Intelligence Requirement","type":"explicit"},{"id":"explicit.stat_1166971727","text":"+#% Critical Strike Chance while at maximum Power Charges","type":"explicit"},{"id":"explicit.stat_1968038301","text":"Contains additional waves of Undead Monsters","type":"explicit"},{"id":"explicit.stat_85576425","text":"Elemental Resistances are Zero","type":"explicit"},{"id":"explicit.stat_1958210928","text":"Summoned Skeletons have Avatar of Fire","type":"explicit"},{"id":"explicit.stat_3146788701","text":"# to # Added Fire Damage with Mace or Sceptre Attacks","type":"explicit"},{"id":"explicit.stat_285624304","text":"Skills Chain an additional time while at maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_2922377850","text":"Curse Enemies with Punishment when you Block their Melee Damage, ignoring Curse Limit","type":"explicit"},{"id":"explicit.stat_3633399302","text":"#% of Fire Damage Leeched as Life while Ignited","type":"explicit"},{"id":"explicit.stat_2935409762","text":"Trigger Level # Rain of Arrows when you Attack with a Bow","type":"explicit"},{"id":"explicit.stat_2566390555","text":"#% increased Totem Damage per 10 Devotion","type":"explicit"},{"id":"explicit.stat_3565558422","text":"With at least 40 Strength in Radius, Glacial Hammer deals\\nCold-only Splash Damage to surrounding targets","type":"explicit"},{"id":"explicit.stat_3738331820","text":"With at least 40 Strength in Radius, #% of Glacial\\nHammer Physical Damage Converted to Cold Damage","type":"explicit"},{"id":"explicit.stat_1493090598","text":"35% chance to avoid being Stunned for each Herald Buff affecting you","type":"explicit"},{"id":"explicit.stat_4127720801","text":"Cannot Block","type":"explicit"},{"id":"explicit.stat_375932027","text":"You gain a Grasping Vine when you take a Critical Strike","type":"explicit"},{"id":"explicit.stat_1898967950","text":"Regenerate # Life per second per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2201614328","text":"Regenerate #% of Life per second if you have been Hit Recently","type":"explicit"},{"id":"explicit.stat_2810434465","text":"Gain #% of Physical Damage as Extra Fire Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1604393896","text":"#% increased Cast Speed per Power Charge","type":"explicit"},{"id":"explicit.stat_3190526553","text":"All Damage inflicts Poison against Enemies affected by at least # Grasping Vine","type":"explicit"},{"id":"explicit.stat_4164870816","text":"+#% to Critical Strike Multiplier per Power Charge","type":"explicit"},{"id":"explicit.stat_3998191356","text":"Non-Chilled Enemies you Poison are Chilled","type":"explicit"},{"id":"explicit.stat_1282978314","text":"#% increased Melee Damage against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_2904116257","text":"#% increased Travel Fee","type":"explicit"},{"id":"explicit.stat_1939175721","text":"#% increased Effect of Shrine Buffs on you","type":"explicit"},{"id":"explicit.stat_2416869319","text":"Grants #% of Life Recovery to Minions","type":"explicit"},{"id":"explicit.stat_1818773442","text":"#% increased Damage with Hits and Ailments per Curse on Enemy","type":"explicit"},{"id":"explicit.stat_1910361436","text":"# to # Added Fire Damage with Dagger Attacks","type":"explicit"},{"id":"explicit.stat_2350430215","text":"1 Added Passive Skill is Flow of Life","type":"explicit"},{"id":"explicit.stat_1643688236","text":"Unaffected by Burning Ground","type":"explicit"},{"id":"explicit.stat_2865731079","text":"+#% to Critical Strike Multiplier if you\'ve gained a Power Charge Recently","type":"explicit"},{"id":"explicit.stat_177215332","text":"1 Added Passive Skill is Thaumophage","type":"explicit"},{"id":"explicit.stat_2087561637","text":"1 Added Passive Skill is Storm Drinker","type":"explicit"},{"id":"explicit.stat_1099200124","text":"Gain a Power Charge every Second if you haven\'t lost Power Charges Recently","type":"explicit"},{"id":"explicit.stat_235847153","text":"With at least 40 Dexterity in Radius, Viper Strike has a #% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_1030835421","text":"#% increased Bleeding Duration per 12 Intelligence","type":"explicit"},{"id":"explicit.stat_3914740665","text":"Grants Level # Aspect of the Avian Skill","type":"explicit"},{"id":"explicit.stat_3927388937","text":"#% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies","type":"explicit"},{"id":"explicit.stat_289885185","text":"Chaos Skills have #% increased Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_539747809","text":"Socketed Gems are Supported by Level # Blasphemy","type":"explicit"},{"id":"explicit.stat_3413085237","text":"#% increased Skeleton Attack Speed","type":"explicit"},{"id":"explicit.stat_1397498432","text":"1 Added Passive Skill is Streamlined","type":"explicit"},{"id":"explicit.stat_4270096386","text":"Hits have #% increased Critical Strike Chance against you","type":"explicit"},{"id":"explicit.stat_647983250","text":"+#% Chance to Block Attack Damage if you have Blocked Spell Damage Recently","type":"explicit"},{"id":"explicit.stat_1031644844","text":"Grants Level # Enduring Cry Skill","type":"explicit"},{"id":"explicit.stat_2070361501","text":"You take #% increased Extra Damage from Critical Strikes by Poisoned Enemies","type":"explicit"},{"id":"explicit.stat_4069101408","text":"#% chance to Shock Chilled Enemies","type":"explicit"},{"id":"explicit.stat_3133579934","text":"#% increased Attack and Cast Speed per Summoned Raging Spirit","type":"explicit"},{"id":"explicit.stat_214001793","text":"#% increased Damage over Time while Dual Wielding","type":"explicit"},{"id":"explicit.stat_655871604","text":"Nearby Allies\' Damage with Hits is Lucky","type":"explicit"},{"id":"explicit.stat_825352061","text":"Trigger Level # Death Aura when Equipped","type":"explicit"},{"id":"explicit.stat_1161337167","text":"Can be modified while Corrupted","type":"explicit"},{"id":"explicit.stat_3087667389","text":"1 Added Passive Skill is Dread March","type":"explicit"},{"id":"explicit.stat_1108755349","text":"Socketed Gems are supported by Level # Increased Critical Damage","type":"explicit"},{"id":"explicit.stat_2831922878","text":"#% increased Attack and Cast Speed if you\'ve used a Movement Skill Recently","type":"explicit"},{"id":"explicit.stat_1367119630","text":"Your Hexes can affect Hexproof Enemies","type":"explicit"},{"id":"explicit.stat_3777170562","text":"1 Added Passive Skill is Overshock","type":"explicit"},{"id":"explicit.stat_3544527742","text":"You take #% reduced Extra Damage from Critical Strikes while you have no Power Charges","type":"explicit"},{"id":"explicit.stat_1023752508","text":"No Chance to Block","type":"explicit"},{"id":"explicit.stat_165402179","text":"# to # added Fire Damage against Burning Enemies","type":"explicit"},{"id":"explicit.stat_4199056048","text":"1 Added Passive Skill is Burning Bright","type":"explicit"},{"id":"explicit.stat_3492297134","text":"Gain #% of Physical Damage as Extra Chaos Damage while at maximum Power Charges","type":"explicit"},{"id":"explicit.stat_16924183","text":"Raise Zombie does not require a corpse","type":"explicit"},{"id":"explicit.stat_4007482102","text":"Can\'t use Chest armour","type":"explicit"},{"id":"explicit.stat_3807518091","text":"With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain # of its Modifiers for 20 seconds","type":"explicit"},{"id":"explicit.stat_2841618445","text":"Regenerate #% of Life per second for each Raised Zombie","type":"explicit"},{"id":"explicit.stat_3758293500","text":"Adds # to # Chaos Damage in Off Hand","type":"explicit"},{"id":"explicit.stat_2420410470","text":"Socketed Gems are Supported by Level # Immolate","type":"explicit"},{"id":"explicit.stat_3150705301","text":"#% increased Physical Damage with Staves","type":"explicit"},{"id":"explicit.stat_1787444936","text":"Contains waves of Monsters","type":"explicit"},{"id":"explicit.stat_1601181226","text":"#% increased Fire Damage with Hits and Ailments against Blinded Enemies","type":"explicit"},{"id":"explicit.stat_3648858570","text":"# to # Added Cold Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_4227567885","text":"Minions have #% increased Attack and Cast Speed if you or your Minions have Killed Recently","type":"explicit"},{"id":"explicit.stat_3101897388","text":"#% increased Maximum Recovery per Life Leech","type":"explicit"},{"id":"explicit.stat_693959086","text":"+#% to Damage over Time Multiplier with Attack Skills","type":"explicit"},{"id":"explicit.stat_185598681","text":"Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value","type":"explicit"},{"id":"explicit.stat_816079058","text":"Players gain #% increased Flask Charges per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_4194900521","text":"#% increased Damage with Hits against Shocked Enemies","type":"explicit"},{"id":"explicit.stat_575111651","text":"#% chance to Shock Attackers for 4 seconds on Block","type":"explicit"},{"id":"explicit.stat_72129119","text":"1 Added Passive Skill is Haemorrhage","type":"explicit"},{"id":"explicit.stat_2915373966","text":"Gain #% of Cold Damage as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_3788706881","text":"+# maximum Energy Shield per 5 Strength","type":"explicit"},{"id":"explicit.stat_2961372685","text":"Recharges # Charge when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_1696792323","text":"#% increased Damage per Frenzy Charge with Hits against Enemies on Low Life","type":"explicit"},{"id":"explicit.stat_2103009393","text":"Grants Level # Icestorm Skill","type":"explicit"},{"id":"explicit.stat_528422616","text":"#% increased Damage with Hits and Ailments against Hindered Enemies","type":"explicit"},{"id":"explicit.stat_2517031897","text":"#% increased Cold Damage per 1% Cold Resistance above 75%","type":"explicit"},{"id":"explicit.stat_3951269079","text":"Your Raised Zombies count as corpses","type":"explicit"},{"id":"explicit.stat_2188905761","text":"#% increased Attack Speed if you\'ve changed Stance Recently","type":"explicit"},{"id":"explicit.stat_1922061483","text":"+# to Evasion Rating while in Sand Stance","type":"explicit"},{"id":"explicit.stat_2687254633","text":"#% of Lightning Damage Leeched as Life during Effect","type":"explicit"},{"id":"explicit.stat_2675603254","text":"+# to Level of Socketed Chaos Gems","type":"explicit"},{"id":"explicit.stat_3085465082","text":"Mines have #% increased Detonation Speed","type":"explicit"},{"id":"explicit.stat_2034658008","text":"#% increased Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_2448279015","text":"#% increased Area of Effect per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2510276385","text":"Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped","type":"explicit"},{"id":"explicit.stat_721014846","text":"You cannot be Hindered","type":"explicit"},{"id":"explicit.stat_2608615082","text":"Socketed Gems are Supported by Level # Mana Leech","type":"explicit"},{"id":"explicit.stat_839556554","text":"Reward Room Monsters take #% increased Damage","type":"explicit"},{"id":"explicit.stat_2391255504","text":"You have Zealot\'s Oath if you haven\'t been hit recently","type":"explicit"},{"id":"explicit.stat_2638352064","text":"When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy","type":"explicit"},{"id":"explicit.stat_3019649166","text":"Debilitate Enemies for # Seconds when you Suppress their Spell Damage","type":"explicit"},{"id":"explicit.stat_154272030","text":"#% increased Damage for each type of Abyss Jewel affecting you","type":"explicit"},{"id":"explicit.stat_1114351662","text":"+# to Maximum Life per 10 Intelligence","type":"explicit"},{"id":"explicit.stat_3952196842","text":"Recover # Life when your Trap is triggered by an Enemy","type":"explicit"},{"id":"explicit.stat_4229711086","text":"#% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy","type":"explicit"},{"id":"explicit.stat_1010340836","text":"#% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy","type":"explicit"},{"id":"explicit.stat_3188291252","text":"#% increased Rarity of Items Dropped by Slain Shocked Enemies","type":"explicit"},{"id":"explicit.stat_662691280","text":"# to # Added Spell Fire Damage while Dual Wielding","type":"explicit"},{"id":"explicit.stat_552705983","text":"# Strength per 1 Strength on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_1647746883","text":"#% increased Area of Effect while in Sand Stance","type":"explicit"},{"id":"explicit.stat_706246936","text":"#% increased Armour against Projectiles","type":"explicit"},{"id":"explicit.stat_2654043939","text":"You gain Onslaught for # seconds on using a Vaal Skill","type":"explicit"},{"id":"explicit.stat_2134166669","text":"#% increased Effect of Chilled Ground","type":"explicit"},{"id":"explicit.stat_281201999","text":"Knockback direction is reversed","type":"explicit"},{"id":"explicit.stat_3947672598","text":"Life Recovery from Regeneration is not applied","type":"explicit"},{"id":"explicit.stat_647201233","text":"1 Added Passive Skill is Vile Reinvigoration","type":"explicit"},{"id":"explicit.stat_306104305","text":"#% increased Effect of Buffs on you","type":"explicit"},{"id":"explicit.stat_3910961021","text":"#% increased Herald of Ice Damage","type":"explicit"},{"id":"explicit.stat_3738335639","text":"#% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy","type":"explicit"},{"id":"explicit.stat_2592686757","text":"Life Flasks gain # Charge every 3 seconds","type":"explicit"},{"id":"explicit.stat_1021552211","text":"Summoned Skeleton Warriors are Permanent and Follow you\\nSummon Skeletons cannot Summon more than 1 Skeleton Warrior","type":"explicit"},{"id":"explicit.stat_3762412853","text":"Attacks with this Weapon Penetrate #% Chaos Resistance","type":"explicit"},{"id":"explicit.stat_3826977109","text":"Socketed Gems are Supported by Level # Maim","type":"explicit"},{"id":"explicit.stat_873692616","text":"Guards take #% increased Damage","type":"explicit"},{"id":"explicit.stat_797833282","text":"Minions deal # to # additional Attack Physical Damage","type":"explicit"},{"id":"explicit.stat_3839688967","text":"+#% Player Lightning Resistance per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_3265951306","text":"Socketed Gems are Supported by Level # Fire Penetration","type":"explicit"},{"id":"explicit.stat_3317068522","text":"1 Added Passive Skill is Call to the Slaughter","type":"explicit"},{"id":"explicit.stat_4207939995","text":"#% increased Intelligence for each Unique Item Equipped","type":"explicit"},{"id":"explicit.stat_2627243269","text":"Notable Passive Skills in Radius grant nothing","type":"explicit"},{"id":"explicit.stat_2527686725","text":"#% increased Effect of Shock","type":"explicit"},{"id":"explicit.stat_963261439","text":"#% increased Elemental Damage per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_482967934","text":"+#% chance to Suppress Spell Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_864879045","text":"#% chance to Chill Attackers for 4 seconds on Block","type":"explicit"},{"id":"explicit.stat_607548408","text":"#% increased Effect of non-Keystone Passive Skills in Radius","type":"explicit"},{"id":"explicit.stat_2666795121","text":"#% increased Mana Regeneration Rate per Raised Spectre","type":"explicit"},{"id":"explicit.stat_586037801","text":"#% increased Unveiled Modifier magnitudes","type":"explicit"},{"id":"explicit.stat_4270089231","text":"+# to maximum Energy Shield per 100 Reserved Life","type":"explicit"},{"id":"explicit.stat_869436347","text":"#% increased Area of Effect for Skills used by Totems","type":"explicit"},{"id":"explicit.stat_3088991881","text":"With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to # Skeleton Mages","type":"explicit"},{"id":"explicit.stat_1599775597","text":"Gain #% of Fire Damage as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_4066711249","text":"Socketed Gems are Supported by Level # Knockback","type":"explicit"},{"id":"explicit.stat_1917661185","text":"Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity","type":"explicit"},{"id":"explicit.stat_2916448124","text":"+#% Player Cold Resistance per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_1862097882","text":"Spectres have #% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2022724400","text":"#% increased Dexterity if Strength is higher than Intelligence","type":"explicit"},{"id":"explicit.stat_2162876159","text":"#% increased Projectile Attack Damage","type":"explicit"},{"id":"explicit.stat_1840985759","text":"#% increased Area of Effect for Attacks","type":"explicit"},{"id":"explicit.stat_3372255769","text":"1 Added Passive Skill is Spiked Concoction","type":"explicit"},{"id":"explicit.stat_507505131","text":"1 Added Passive Skill is Purposeful Harbinger","type":"explicit"},{"id":"explicit.stat_3610263531","text":"Focus has #% increased Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_4294267596","text":"Take no Extra Damage from Critical Strikes","type":"explicit"},{"id":"explicit.stat_1195849808","text":"You gain Onslaught for # seconds on Kill","type":"explicit"},{"id":"explicit.stat_2230931659","text":"#% chance to gain a Frenzy Charge on Killing a Frozen Enemy","type":"explicit"},{"id":"explicit.stat_990219738","text":"#% increased Lightning Damage per 10 Intelligence","type":"explicit"},{"id":"explicit.stat_2108380422","text":"Life Leech effects are not removed when Unreserved Life is Filled","type":"explicit"},{"id":"explicit.stat_4004298002","text":"Unaffected by Desecrated Ground","type":"explicit"},{"id":"explicit.stat_3212481075","text":"# to # Added Lightning Damage with Staff Attacks","type":"explicit"},{"id":"explicit.stat_2803182108","text":"#% increased Elemental Damage if you\'ve used a Warcry Recently","type":"explicit"},{"id":"explicit.stat_828179689","text":"#% increased Effect of Chill","type":"explicit"},{"id":"explicit.stat_2919089822","text":"#% chance to Ignite when in Main Hand","type":"explicit"},{"id":"explicit.stat_1978899297","text":"+#% to all maximum Elemental Resistances","type":"explicit"},{"id":"explicit.stat_1096897481","text":"Gain #% of Physical Attack Damage as Extra Lightning Damage","type":"explicit"},{"id":"explicit.stat_3941641418","text":"Nearby Allies have #% Chance to Block Attack Damage per 100 Strength you have","type":"explicit"},{"id":"explicit.stat_448903047","text":"Battlemage","type":"explicit"},{"id":"explicit.stat_1289910726","text":"Socketed Gems deal # to # Added Fire Damage","type":"explicit"},{"id":"explicit.stat_748813744","text":"#% of Attack Damage Leeched as Life against Chilled Enemies","type":"explicit"},{"id":"explicit.stat_4126447694","text":"Increases and Reductions to Cast Speed apply to Attack Speed","type":"explicit"},{"id":"explicit.stat_3202667190","text":"1 Added Passive Skill is Student of Decay","type":"explicit"},{"id":"explicit.stat_3647242059","text":"Left ring slot: Projectiles from Spells cannot Chain","type":"explicit"},{"id":"explicit.stat_1238382441","text":"Players have #% more Evasion per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_2770801535","text":"#% of Attack Damage Leeched as Life and Mana if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_2335364359","text":"1 Added Passive Skill is Precise Retaliation","type":"explicit"},{"id":"explicit.stat_2437476305","text":"Left ring slot: Projectiles from Spells Fork","type":"explicit"},{"id":"explicit.stat_1722821275","text":"1 Added Passive Skill is Peak Vigour","type":"explicit"},{"id":"explicit.stat_38715141","text":"Summon Raging Spirit has #% increased Duration","type":"explicit"},{"id":"explicit.stat_3999870307","text":"Summoned Raging Spirits have #% increased maximum Life","type":"explicit"},{"id":"explicit.stat_1555918911","text":"Right ring slot: Projectiles from Spells Chain +# times","type":"explicit"},{"id":"explicit.stat_1173027373","text":"Regenerate #% of Life per second with at least 400 Strength","type":"explicit"},{"id":"explicit.stat_4210011075","text":"+#% to Chaos Resistance per Endurance Charge","type":"explicit"},{"id":"explicit.stat_3218891195","text":"+#% Chance to Block Spell Damage while Cursed","type":"explicit"},{"id":"explicit.stat_3619054484","text":"+#% Chance to Block Attack Damage while not Cursed","type":"explicit"},{"id":"explicit.stat_3854439683","text":"Grants Immunity to Shock for # seconds if used while Shocked","type":"explicit"},{"id":"explicit.stat_2095084973","text":"Cannot Knock Enemies Back","type":"explicit"},{"id":"explicit.stat_958088871","text":"#% of Damage Leeched as Life on Critical Strike","type":"explicit"},{"id":"explicit.stat_4169623196","text":"#% increased Critical Strike Chance with arrows that Fork","type":"explicit"},{"id":"explicit.stat_1210937073","text":"Spectres have a Base Duration of # seconds","type":"explicit"},{"id":"explicit.stat_1862926389","text":"Herald of Ice has #% increased Buff Effect","type":"explicit"},{"id":"explicit.stat_2401834120","text":"Added Small Passive Skills also grant: #% increased Damage over Time","type":"explicit"},{"id":"explicit.stat_262773569","text":"Mana Reservation of Herald Skills is always 45%","type":"explicit"},{"id":"explicit.stat_1866211373","text":"Consecrated Ground created during Effect applies #% increased Damage taken to Enemies","type":"explicit"},{"id":"explicit.stat_2762046953","text":"Minions have +#% Chance to Block Spell Damage","type":"explicit"},{"id":"explicit.stat_1869144397","text":"Trigger Level # Void Gaze when you use a Skill","type":"explicit"},{"id":"explicit.stat_658443507","text":"Immunity to Ignite during Effect\\nRemoves Burning on use","type":"explicit"},{"id":"explicit.stat_2582360791","text":"#% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3681057026","text":"Recover Energy Shield equal to #% of Armour when you Block","type":"explicit"},{"id":"explicit.stat_2865989731","text":"Adds 1 to Maximum Life per # Intelligence Allocated in Radius","type":"explicit"},{"id":"explicit.stat_1133453872","text":"+# Dexterity Requirement","type":"explicit"},{"id":"explicit.stat_1556625719","text":"Gain a Power Charge for each Enemy you hit with a Critical Strike","type":"explicit"},{"id":"explicit.stat_3417757416","text":"#% increased Cooldown Recovery Rate for throwing Traps","type":"explicit"},{"id":"explicit.stat_3965637181","text":"Immunity to Bleeding and Corrupted Blood during Effect","type":"explicit"},{"id":"explicit.stat_613752285","text":"Sacrifice #% of Life to gain that much Energy Shield when you Cast a Spell","type":"explicit"},{"id":"explicit.stat_567971948","text":"1 Added Passive Skill is Vicious Skewering","type":"explicit"},{"id":"explicit.stat_2253286128","text":"+#% Chance to Block Spell Damage while on Low Life","type":"explicit"},{"id":"explicit.stat_979288792","text":"Enemies inflict Elemental Ailments on you instead of nearby Allies","type":"explicit"},{"id":"explicit.stat_953314356","text":"#% chance to create a Smoke Cloud when Hit","type":"explicit"},{"id":"explicit.stat_269590092","text":"#% reduced Attack and Cast Speed per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2378065031","text":"Curse Skills have #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_690135178","text":"#% increased total Recovery per second from Mana Leech","type":"explicit"},{"id":"explicit.stat_2026112251","text":"1 Added Passive Skill is Cult-Leader","type":"explicit"},{"id":"explicit.stat_2312652600","text":"#% Chance to Avoid being Stunned during Effect","type":"explicit"},{"id":"explicit.stat_2289610642","text":"1 Added Passive Skill is Rotten Claws","type":"explicit"},{"id":"explicit.stat_3702411606","text":"Patrol Packs take #% increased damage","type":"explicit"},{"id":"explicit.stat_2630708439","text":"#% chance to inflict Cold Exposure on Hit","type":"explicit"},{"id":"explicit.stat_1390285657","text":"Socketed Gems are Supported by Level # Slower Projectiles","type":"explicit"},{"id":"explicit.stat_2257592286","text":"#% increased Hiring Fee of Rogues","type":"explicit"},{"id":"explicit.stat_3408601861","text":"Area is inhabited by Lunaris fanatics","type":"explicit"},{"id":"explicit.stat_2262007777","text":"Non-instant Mana Recovery from Flasks is also Recovered as Life","type":"explicit"},{"id":"explicit.stat_3882662078","text":"# to # Added Physical Damage with Mace or Sceptre Attacks","type":"explicit"},{"id":"explicit.stat_280213220","text":"#% chance to Taunt Enemies on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_1301765461","text":"+#% to maximum Chaos Resistance","type":"explicit"},{"id":"explicit.stat_2428334013","text":"1 Added Passive Skill is Astonishing Affliction","type":"explicit"},{"id":"explicit.stat_3213407110","text":"+# to Accuracy Rating while at Maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_2828673491","text":"Regenerate #% of Life per second per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_4125471110","text":"#% chance to Trigger Level 16 Molten Burst on Melee Hit","type":"explicit"},{"id":"explicit.stat_3968454273","text":"Gain Soul Eater during any Flask Effect","type":"explicit"},{"id":"explicit.stat_4089969970","text":"If you Consumed a corpse Recently, you and nearby Allies Regenerate #% of Life per second","type":"explicit"},{"id":"explicit.stat_2783012144","text":"1 Added Passive Skill is Shrieking Bolts","type":"explicit"},{"id":"explicit.stat_3037553757","text":"#% increased Warcry Buff Effect","type":"explicit"},{"id":"explicit.stat_3144910208","text":"Patrolling Monsters deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_221328679","text":"Summoned Raging Spirits\' Melee Strikes deal Fire-only Splash\\nDamage to Surrounding Targets","type":"explicit"},{"id":"explicit.stat_725896422","text":"Socketed Gems are Supported by Level 10 Spell Echo","type":"explicit"},{"id":"explicit.stat_1916706958","text":"#% chance to Ignore Stuns while Casting","type":"explicit"},{"id":"explicit.stat_19803471","text":"+#% Chance to Block Spell Damage","type":"explicit"},{"id":"explicit.stat_175362265","text":"+#% to Chaos Resistance per Poison on you","type":"explicit"},{"id":"explicit.stat_4244234128","text":"+# seconds to Duration of Frenzy and Power Charges on Culling Strike","type":"explicit"},{"id":"explicit.stat_69078820","text":"1 Added Passive Skill is Wound Aggravation","type":"explicit"},{"id":"explicit.stat_3462132936","text":"When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy","type":"explicit"},{"id":"explicit.stat_1750735210","text":"Golems have #% increased Maximum Life","type":"explicit"},{"id":"explicit.stat_927458676","text":"Spreads Tar when you take a Critical Strike","type":"explicit"},{"id":"explicit.stat_1085545682","text":"You have Tailwind if you have dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_3585232432","text":"1 Added Passive Skill is Master the Fundamentals","type":"explicit"},{"id":"explicit.stat_4212372504","text":"Unaffected by Temporal Chains","type":"explicit"},{"id":"explicit.stat_3084359503","text":"1 Added Passive Skill is Basics of Pain","type":"explicit"},{"id":"explicit.stat_814369372","text":"1 Added Passive Skill is Provocateur","type":"explicit"},{"id":"explicit.stat_3826125995","text":"Projectiles from Spells cannot Pierce","type":"explicit"},{"id":"explicit.stat_2775776604","text":"#% increased Fire Damage while affected by Herald of Ash","type":"explicit"},{"id":"explicit.stat_2518598473","text":"Take # Fire Damage when you Ignite an Enemy","type":"explicit"},{"id":"explicit.stat_951608773","text":"+#% to Damage over Time Multiplier for Bleeding from Hits with this Weapon","type":"explicit"},{"id":"explicit.stat_1070347065","text":"# Intelligence per 1 Intelligence on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_1647529598","text":"Socketed Gems are Supported by Level # Added Lightning Damage","type":"explicit"},{"id":"explicit.stat_927817294","text":"Raised Zombies have #% increased maximum Life","type":"explicit"},{"id":"explicit.stat_1073384532","text":"Recover # Energy Shield when your Trap is triggered by an Enemy","type":"explicit"},{"id":"explicit.stat_836566759","text":"1 Added Passive Skill is Cold-Blooded Killer","type":"explicit"},{"id":"explicit.stat_751773204","text":"Players have #% more Energy Shield Recovery Rate per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_172076472","text":"# Dexterity per 1 Dexterity on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3062763405","text":"+#% Global Critical Strike Multiplier while you have no Frenzy Charges","type":"explicit"},{"id":"explicit.stat_1496043857","text":"1 Added Passive Skill is Replenishing Presence","type":"explicit"},{"id":"explicit.stat_1877661946","text":"#% increased Duration of Shrine Effects on you","type":"explicit"},{"id":"explicit.stat_2896192589","text":"#% chance to gain Elusive on Critical Strike","type":"explicit"},{"id":"explicit.stat_3967845372","text":"Curse Enemies with Vulnerability on Hit","type":"explicit"},{"id":"explicit.stat_2006370586","text":"Enemies you Attack Reflect # Physical Damage to you","type":"explicit"},{"id":"explicit.stat_589991690","text":"Immunity to Shock during Effect","type":"explicit"},{"id":"explicit.stat_3734213780","text":"#% of Spell Damage Leeched as Energy Shield for each Curse on Enemy","type":"explicit"},{"id":"explicit.stat_1691221049","text":"+#% to Damage over Time Multiplier for Poison from Critical Strikes during Effect","type":"explicit"},{"id":"explicit.stat_2946222246","text":"No Travel Cost","type":"explicit"},{"id":"explicit.stat_2316658489","text":"+# to Armour and Evasion Rating","type":"explicit"},{"id":"explicit.stat_676967140","text":"Minions Recover #% of their Life when they Block","type":"explicit"},{"id":"explicit.stat_293465345","text":"The Ring\'s Cut increased by #%","type":"explicit"},{"id":"explicit.stat_2264655303","text":"#% of Life Recovery from Flasks is applied to nearby Allies instead of You","type":"explicit"},{"id":"explicit.stat_1302845655","text":"#% chance to gain a Frenzy Charge for each Enemy you hit with a Critical Strike","type":"explicit"},{"id":"explicit.stat_3448743676","text":"+# to Level of Socketed Golem Gems","type":"explicit"},{"id":"explicit.stat_1438403666","text":"Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary","type":"explicit"},{"id":"explicit.stat_555311393","text":"#% increased Physical Damage Over Time per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_791835907","text":"+#% to Spell Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_3304763863","text":"#% increased Quantity of Items Dropped by Slain Frozen Enemies","type":"explicit"},{"id":"explicit.stat_2572910724","text":"Herald of Agony has #% increased Buff Effect","type":"explicit"},{"id":"explicit.stat_1096136223","text":"1 Added Passive Skill is Essence Rush","type":"explicit"},{"id":"explicit.stat_3030692053","text":"Socketed Gems are Supported by Level # Ballista Totem","type":"explicit"},{"id":"explicit.stat_3423006863","text":"Arrows Pierce an additional Target","type":"explicit"},{"id":"explicit.stat_1642347505","text":"#% of Cold Damage taken as Fire Damage","type":"explicit"},{"id":"explicit.stat_3523867985","text":"#% increased Armour, Evasion and Energy Shield (Local)","type":"explicit"},{"id":"explicit.stat_4170725899","text":"Blight has #% increased Hinder Duration","type":"explicit"},{"id":"explicit.stat_2869193493","text":"Golems Summoned in the past 8 seconds deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_2236460050","text":"Gems Socketed in Blue Sockets gain #% increased Experience","type":"explicit"},{"id":"explicit.stat_2816901897","text":"Socketed Gems have #% reduced Mana Cost","type":"explicit"},{"id":"explicit.stat_2350668735","text":"1 Added Passive Skill is Volatile Presence","type":"explicit"},{"id":"explicit.stat_774474440","text":"#% increased Freeze Duration on you during Effect","type":"explicit"},{"id":"explicit.stat_953449033","text":"Players have #% more Mana Recovery Rate per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_2445675562","text":"+#% Chance to Block Attack Damage per Summoned Skeleton","type":"explicit"},{"id":"explicit.stat_2501671832","text":"Every 5 seconds, gain one of the following for 5 seconds:\\nYour Hits are always Critical Strikes\\nHits against you are always Critical Strikes\\nAttacks cannot Hit you\\nAttacks against you always Hit\\nYour Damage with Hits is Lucky\\nDamage of Hits against you is Lucky","type":"explicit"},{"id":"explicit.stat_3302736916","text":"#% chance to Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown","type":"explicit"},{"id":"explicit.stat_3127641775","text":"Flasks you Use apply to your Raised Zombies and Spectres","type":"explicit"},{"id":"explicit.stat_2597985144","text":"Link Skills have #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_1619168299","text":"#% chance to Avoid being Chilled during Effect","type":"explicit"},{"id":"explicit.stat_576760472","text":"Passive Skills in Radius also grant: Traps and Mines deal # to # added Physical Damage","type":"explicit"},{"id":"explicit.stat_3003321700","text":"Flasks do not apply to you","type":"explicit"},{"id":"explicit.stat_3294232483","text":"#% increased Physical Damage while affected by Herald of Purity","type":"explicit"},{"id":"explicit.stat_1138742368","text":"Increases and Reductions to Light Radius also apply to Area of Effect at #% of their value","type":"explicit"},{"id":"explicit.stat_3384291300","text":"#% increased Damage if you Summoned a Golem in the past 8 seconds","type":"explicit"},{"id":"explicit.stat_2542542825","text":"With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile","type":"explicit"},{"id":"explicit.stat_899329924","text":"Gems can be Socketed in this Item ignoring Socket Colour","type":"explicit"},{"id":"explicit.stat_1043982313","text":"Gain 1 Rage on Critical Hit with attacks, no more than once every # seconds","type":"explicit"},{"id":"explicit.stat_2589589781","text":"1 Added Passive Skill is Scintillating Idea","type":"explicit"},{"id":"explicit.stat_850729424","text":"Triggers Level # Lightning Aegis when Equipped","type":"explicit"},{"id":"explicit.stat_2437193018","text":"All Attack Damage Chills when you Stun","type":"explicit"},{"id":"explicit.stat_2957407601","text":"Offering Skills have #% increased Duration","type":"explicit"},{"id":"explicit.stat_325437053","text":"Mines can be Detonated an additional time","type":"explicit"},{"id":"explicit.stat_1892084828","text":"Triggers Level # Physical Aegis when Equipped","type":"explicit"},{"id":"explicit.stat_2983098558","text":"#% chance to Steal Frenzy Charges on Hit","type":"explicit"},{"id":"explicit.stat_232331266","text":"#% increased Attack and Cast Speed while Physical Aegis is depleted","type":"explicit"},{"id":"explicit.stat_1453197917","text":"#% chance to gain a Power Charge on Hit","type":"explicit"},{"id":"explicit.stat_2773515950","text":"1 Added Passive Skill is Second Skin","type":"explicit"},{"id":"explicit.stat_3799930101","text":"Gems Socketed in Green Sockets have +#% to Quality","type":"explicit"},{"id":"explicit.stat_2886998024","text":"Gems Socketed in Red Sockets have +# to Level","type":"explicit"},{"id":"explicit.stat_1604736568","text":"Recover #% of Mana on Kill","type":"explicit"},{"id":"explicit.stat_1349296959","text":"Immunity to Poison during Effect","type":"explicit"},{"id":"explicit.stat_1699499433","text":"Lose #% of Energy Shield on Kill","type":"explicit"},{"id":"explicit.stat_751813227","text":"Lose #% of Life on Kill","type":"explicit"},{"id":"explicit.stat_3206652215","text":"+#% chance to be Shocked","type":"explicit"},{"id":"explicit.stat_3630426972","text":"Summoned Golems are Aggressive","type":"explicit"},{"id":"explicit.stat_1085446536","text":"Adds # Small Passive Skills which grant nothing","type":"explicit"},{"id":"explicit.stat_2154349925","text":"Herald of Ash has #% increased Buff Effect","type":"explicit"},{"id":"explicit.stat_230941555","text":"You can have an Offering of each type","type":"explicit"},{"id":"explicit.stat_625885138","text":"Left Ring Slot: Your Chilling Skitterbot\'s Aura applies Socketed Hex Curse instead","type":"explicit"},{"id":"explicit.stat_957679205","text":"1 Added Passive Skill is Ancestral Echo","type":"explicit"},{"id":"explicit.stat_2478268100","text":"#% chance to gain a Frenzy Charge on Hit while Blinded","type":"explicit"},{"id":"explicit.stat_2056575682","text":"+# to maximum number of Summoned Holy Relics","type":"explicit"},{"id":"explicit.stat_4113852051","text":"1% increased Evasion Rating per # Dexterity Allocated in Radius","type":"explicit"},{"id":"explicit.stat_1619923327","text":"1% increased Claw Physical Damage per # Dexterity Allocated in Radius","type":"explicit"},{"id":"explicit.stat_2171629017","text":"#% increased Charge Duration","type":"explicit"},{"id":"explicit.stat_1802660259","text":"You are Chilled when you are Poisoned","type":"explicit"},{"id":"explicit.stat_3772485866","text":"Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage","type":"explicit"},{"id":"explicit.stat_311030839","text":"# to # Added Physical Damage with Axe Attacks","type":"explicit"},{"id":"explicit.stat_738100799","text":"Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage","type":"explicit"},{"id":"explicit.stat_915233352","text":"1% increased Melee Physical Damage with Unarmed Attacks per # Dexterity Allocated in Radius","type":"explicit"},{"id":"explicit.stat_3274973940","text":"Socketed Gems are Supported by Level # Divine Blessing","type":"explicit"},{"id":"explicit.stat_3013430129","text":"+# second to Summon Skeleton Cooldown","type":"explicit"},{"id":"explicit.stat_759294825","text":"Animated Guardian deals #% increased Damage per Animated Weapon","type":"explicit"},{"id":"explicit.stat_1589090910","text":"Summon an additional Skeleton with Summon Skeletons","type":"explicit"},{"id":"explicit.stat_1970606344","text":"#% increased Cold Damage while affected by Herald of Ice","type":"explicit"},{"id":"explicit.stat_2402136583","text":"Gain #% of Lightning Damage as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_2208857094","text":"#% chance to Poison on Hit against Cursed Enemies","type":"explicit"},{"id":"explicit.stat_2418601510","text":"Your Chaos Damage can Shock","type":"explicit"},{"id":"explicit.stat_228455793","text":"1 Added Passive Skill is Doryani\'s Lesson","type":"explicit"},{"id":"explicit.stat_786460697","text":"Agony Crawler deals #% increased Damage","type":"explicit"},{"id":"explicit.stat_1376530950","text":"Adds Hollow Palm Technique","type":"explicit"},{"id":"explicit.stat_456916387","text":"On Killing a Poisoned Enemy, nearby Enemies are Poisoned","type":"explicit"},{"id":"explicit.stat_3168149399","text":"Adds # to # Lightning Damage to Attacks per 10 Intelligence","type":"explicit"},{"id":"explicit.stat_1496370423","text":"You and your Totems Regenerate #% of Life per second for each Summoned Totem","type":"explicit"},{"id":"explicit.stat_3607154250","text":"#% chance to gain a Power Charge on Killing a Frozen Enemy","type":"explicit"},{"id":"explicit.stat_3651611160","text":"#% increased Taunt Duration","type":"explicit"},{"id":"explicit.stat_2994477068","text":"You lose all Endurance Charges when Hit","type":"explicit"},{"id":"explicit.stat_1974445926","text":"Minions have #% chance to Poison Enemies on Hit","type":"explicit"},{"id":"explicit.stat_3904501306","text":"Trigger Level # Poacher\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_3395872960","text":"Herald of Ice has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1827657795","text":"#% increased Energy Shield Recharge Rate during any Flask Effect","type":"explicit"},{"id":"explicit.stat_478147593","text":"1 Added Passive Skill is Sage","type":"explicit"},{"id":"explicit.stat_1055188639","text":"You gain Onslaught for # seconds on Critical Strike","type":"explicit"},{"id":"explicit.stat_1168603868","text":"and nearby Allies Regenerate 200 Life per second","type":"explicit"},{"id":"explicit.stat_3652138990","text":"1 Added Passive Skill is Distilled Perfection","type":"explicit"},{"id":"explicit.stat_736847554","text":"Totems fire # additional Projectile","type":"explicit"},{"id":"explicit.stat_650630047","text":"Sentinels of Purity deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_3714207489","text":"You gain Onslaught for # second per Endurance Charge when Hit","type":"explicit"},{"id":"explicit.stat_2072206041","text":"#% Chance to cause Bleeding Enemies to Flee on hit","type":"explicit"},{"id":"explicit.stat_693808153","text":"1 Added Passive Skill is Blast-Freeze","type":"explicit"},{"id":"explicit.stat_3675300253","text":"Melee Strike Skills deal Splash Damage to surrounding targets","type":"explicit"},{"id":"explicit.stat_3642618258","text":"#% chance to Avoid being Shocked during Effect","type":"explicit"},{"id":"explicit.stat_3470535775","text":"#% chance to gain a Power Charge when you Stun","type":"explicit"},{"id":"explicit.stat_3748879662","text":"#% chance to cover Enemies in Ash when they Hit you","type":"explicit"},{"id":"explicit.stat_3629143471","text":"Damage of Enemies Hitting you is Unlucky while you are on Full Life","type":"explicit"},{"id":"explicit.stat_1882129725","text":"1 Added Passive Skill is Guerilla Tactics","type":"explicit"},{"id":"explicit.stat_2390273715","text":"With at least 40 Intelligence in Radius, Raised Spectres have a #% chance to gain Soul Eater for 20 seconds on Kill","type":"explicit"},{"id":"explicit.stat_4232582040","text":"Grants Immunity to Maim for # seconds if used while Maimed","type":"explicit"},{"id":"explicit.stat_3131367308","text":"Minions have #% chance to gain Unholy Might for 4 seconds on Kill","type":"explicit"},{"id":"explicit.stat_2761538350","text":"You have Lesser Brutal Shrine Buff","type":"explicit"},{"id":"explicit.stat_2845511711","text":"Gain # Mana on Culling Strike","type":"explicit"},{"id":"explicit.stat_247746531","text":"Adds # Jewel Socket Passive Skills","type":"explicit"},{"id":"explicit.stat_648019518","text":"Removes #% of Life Recovered from Mana when used","type":"explicit"},{"id":"explicit.stat_3836017971","text":"Light Radius is based on Energy Shield instead of Life","type":"explicit"},{"id":"explicit.stat_1060540099","text":"Adds # to # Fire Damage to Attacks with this Weapon per 10 Strength","type":"explicit"},{"id":"explicit.stat_3741365813","text":"Grants Perfect Agony during effect","type":"explicit"},{"id":"explicit.stat_510304734","text":"#% increased Duration of Poisons you inflict during Effect","type":"explicit"},{"id":"explicit.stat_2008682345","text":"1 Added Passive Skill is Burden Projection","type":"explicit"},{"id":"explicit.stat_2982500944","text":"#% increased Projectile Damage while in Blood Stance","type":"explicit"},{"id":"explicit.stat_475518267","text":"#% chance to Avoid being Frozen during Effect","type":"explicit"},{"id":"explicit.stat_3585572043","text":"With at least 40 Dexterity in Radius, Animate Weapon can Animate up to # Ranged Weapons","type":"explicit"},{"id":"explicit.stat_2064503808","text":"You gain an Endurance Charge on Kill","type":"explicit"},{"id":"explicit.stat_91242932","text":"Animated Minions\' Melee Attacks deal Splash Damage to surrounding targets","type":"explicit"},{"id":"explicit.stat_824024007","text":"Your Critical Strike Multiplier is 300%","type":"explicit"},{"id":"explicit.stat_2930275641","text":"1 Added Passive Skill is Titanic Swings","type":"explicit"},{"id":"explicit.stat_3295031203","text":"#% increased Skeleton Movement Speed","type":"explicit"},{"id":"explicit.stat_4092697134","text":"Iron Will","type":"explicit"},{"id":"explicit.stat_2532625478","text":"Socketed Gems are supported by Level # Elemental Damage with Attacks","type":"explicit"},{"id":"explicit.stat_34273389","text":"Gain a Void Charge every # seconds","type":"explicit"},{"id":"explicit.stat_1109700751","text":"Adds # to # Cold Damage to Counterattacks","type":"explicit"},{"id":"explicit.stat_1733969225","text":"Unique Boss drops # additional Currency Items","type":"explicit"},{"id":"explicit.stat_151106430","text":"#% increased Critical Strike Chance if you haven\'t gained a Power Charge Recently","type":"explicit"},{"id":"explicit.stat_781633505","text":"With at least 40 Intelligence in Radius, Raised Zombies\' Slam\\nAttack deals #% increased Damage","type":"explicit"},{"id":"explicit.stat_3992439283","text":"+#% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby","type":"explicit"},{"id":"explicit.stat_1471600638","text":"Socketed Curse Gems have #% increased Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_769192511","text":"While your Passive Skill Tree connects to a class\' starting location, you gain:\\nMarauder: Melee Skills have #% increased Area of Effect\\nDuelist: #% of Attack Damage Leeched as Life\\nRanger: #% increased Movement Speed\\nShadow: +#% to Critical Strike Chance\\nWitch: #% of Mana Regenerated per second\\nTemplar: Damage Penetrates #% Elemental Resistances\\nScion: +# to All Attributes","type":"explicit"},{"id":"explicit.stat_93696421","text":"#% increased Attack Damage per 450 Evasion Rating","type":"explicit"},{"id":"explicit.stat_2126027382","text":"Herald of Purity has #% increased Buff Effect","type":"explicit"},{"id":"explicit.stat_1175213674","text":"#% of Elemental Damage from Hits taken as Chaos Damage","type":"explicit"},{"id":"explicit.stat_3175722882","text":"#% of Life Regenerated per second per Fragile Regrowth","type":"explicit"},{"id":"explicit.stat_1097026492","text":"With at least 40 Intelligence in Radius, Raised\\nZombies\' Slam Attack has #% increased Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_2609768284","text":"Area is inhabited by the Vaal","type":"explicit"},{"id":"explicit.stat_3285400610","text":"+#% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield","type":"explicit"},{"id":"explicit.stat_3841984913","text":"Gain # Fragile Regrowth each second","type":"explicit"},{"id":"explicit.stat_1520059289","text":"Onslaught","type":"explicit"},{"id":"explicit.stat_3382957283","text":"Trigger Level # Assassin\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_1173537953","text":"Maximum # Fragile Regrowth","type":"explicit"},{"id":"explicit.stat_1212083058","text":"#% increased Mana Reservation Efficiency of Skills per 250 total Attributes","type":"explicit"},{"id":"explicit.stat_3779823630","text":"#% increased Spell Damage while no Mana is Reserved","type":"explicit"},{"id":"explicit.stat_778050954","text":"Adds 1 maximum Lightning Damage to Attacks per # Dexterity Allocated in Radius","type":"explicit"},{"id":"explicit.stat_747037697","text":"#% increased Totem Life per 10 Strength Allocated in Radius","type":"explicit"},{"id":"explicit.stat_749465463","text":"#% increased Attack Speed if you haven\'t gained a Frenzy Charge Recently","type":"explicit"},{"id":"explicit.stat_2477735984","text":"#% of Lightning Damage is taken from Mana before Life","type":"explicit"},{"id":"explicit.stat_240790947","text":"+#% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield","type":"explicit"},{"id":"explicit.stat_710372469","text":"Curse Enemies with Conductivity on Hit","type":"explicit"},{"id":"explicit.stat_530280833","text":"With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for # seconds","type":"explicit"},{"id":"explicit.stat_1328548975","text":"+#% to Quality of Socketed Support Gems","type":"explicit"},{"id":"explicit.stat_1298238534","text":"# to # Added Physical Damage with Dagger Attacks","type":"explicit"},{"id":"explicit.stat_335735137","text":"Totems cannot be Stunned","type":"explicit"},{"id":"explicit.stat_3710150470","text":"Maximum Brutal Charges is equal to Maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_3764265320","text":"#% of Physical Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_3513180117","text":"#% increased Mana Recovery rate","type":"explicit"},{"id":"explicit.stat_1274125114","text":"Non-Aura Vaal Skills require #% reduced Souls Per Use during Effect","type":"explicit"},{"id":"explicit.stat_1737583880","text":"Melee Hits with Strike Skills always Knockback","type":"explicit"},{"id":"explicit.stat_497716276","text":"#% increased Trap Trigger Area of Effect","type":"explicit"},{"id":"explicit.stat_806698863","text":"Consecrated Ground created by this Flask has Tripled Radius","type":"explicit"},{"id":"explicit.stat_3998967779","text":"Minions have #% chance to cause Bleeding with Attacks","type":"explicit"},{"id":"explicit.stat_2629689891","text":"+# to Monster Level of Area","type":"explicit"},{"id":"explicit.stat_2830135449","text":"Minions have +# to Accuracy Rating per 10 Devotion","type":"explicit"},{"id":"explicit.stat_2337295272","text":"Minions deal #% increased Damage if you\'ve Hit Recently","type":"explicit"},{"id":"explicit.stat_1619549198","text":"Ignited Enemies Burn #% slower","type":"explicit"},{"id":"explicit.stat_1351893427","text":"With at least 40 Intelligence in Radius, Projectiles gain radius as they travel farther, up to a maximum of +# metre to radius","type":"explicit"},{"id":"explicit.stat_1531241759","text":"Strength\'s Damage Bonus instead grants 3% increased Melee\\nPhysical Damage per 10 Strength","type":"explicit"},{"id":"explicit.stat_607839150","text":"Nearby Enemies are Hindered, with #% reduced Movement Speed","type":"explicit"},{"id":"explicit.stat_1984113628","text":"#% increased Effect of Chill and Shock on you","type":"explicit"},{"id":"explicit.stat_2314393054","text":"#% increased total Recovery per second from Life, Mana, or Energy Shield Leech","type":"explicit"},{"id":"explicit.stat_3709502856","text":"Enemies Hindered by you have #% increased Life Regeneration rate","type":"explicit"},{"id":"explicit.stat_3134513219","text":"#% more Burning Damage","type":"explicit"},{"id":"explicit.stat_1266553505","text":"Weapons you Animate create an additional copy","type":"explicit"},{"id":"explicit.stat_414991155","text":"#% less Animate Weapon Duration","type":"explicit"},{"id":"explicit.stat_531932482","text":"Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills","type":"explicit"},{"id":"explicit.stat_2988055461","text":"Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills","type":"explicit"},{"id":"explicit.stat_1198418726","text":"Grants Level # Blight Skill","type":"explicit"},{"id":"explicit.stat_2908886986","text":"#% chance to deal Double Damage while Focused","type":"explicit"},{"id":"explicit.stat_392942015","text":"1 Added Passive Skill is Eye to Eye","type":"explicit"},{"id":"explicit.stat_3408048164","text":"Adds # minimum Cold Damage to Spells per Power Charge","type":"explicit"},{"id":"explicit.stat_2387539034","text":"Attacks with this Weapon Penetrate #% Lightning Resistance","type":"explicit"},{"id":"explicit.stat_2053992416","text":"With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage","type":"explicit"},{"id":"explicit.stat_1740229525","text":"Attacks with this Weapon Penetrate #% Cold Resistance","type":"explicit"},{"id":"explicit.stat_637033100","text":"With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning","type":"explicit"},{"id":"explicit.stat_3106724907","text":"#% chance to gain Onslaught for 4 Seconds when Leech is\\nremoved by Filling Unreserved Life","type":"explicit"},{"id":"explicit.stat_881917501","text":"Bleeding Enemies you Kill with Hits Shatter","type":"explicit"},{"id":"explicit.stat_3765671129","text":"With at least 40 Dexterity in Radius, Dual Strike has a #% chance\\nto deal Double Damage with the Main-Hand Weapon","type":"explicit"},{"id":"explicit.stat_3613173483","text":"+#% to Unarmed Melee Attack Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_3603019813","text":"With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage\\nto surrounding targets","type":"explicit"},{"id":"explicit.stat_1165023334","text":"Your hits can\'t be Evaded","type":"explicit"},{"id":"explicit.stat_886366428","text":"#% increased Damage for each Magic Item Equipped","type":"explicit"},{"id":"explicit.stat_3462113315","text":"Your Raised Spectres also gain Arcane Surge when you do","type":"explicit"},{"id":"explicit.stat_3248691197","text":"# to # Added Chaos Damage with Dagger Attacks","type":"explicit"},{"id":"explicit.stat_1765389199","text":"Life Leech from Hits with this Weapon is instant","type":"explicit"},{"id":"explicit.stat_1237693206","text":"#% less Poison Duration","type":"explicit"},{"id":"explicit.stat_2970307386","text":"Reflects # to # Physical Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_645735818","text":"Areas contain additional Strongboxes\\nStrongboxes are found in Sequences\\nStrongboxes in a Sequence open when the previous Strongbox in the Sequence has unlocked","type":"explicit"},{"id":"explicit.stat_4238266823","text":"#% of Lightning Damage Converted to Chaos Damage","type":"explicit"},{"id":"explicit.stat_344570534","text":"#% increased Effect of Scorch","type":"explicit"},{"id":"explicit.stat_2195406641","text":"1 Added Passive Skill is Lead By Example","type":"explicit"},{"id":"explicit.stat_115695112","text":"Deal Triple Damage with Elemental Skills","type":"explicit"},{"id":"explicit.stat_14664297","text":"Heist Chests have a #% chance to Duplicate contained Basic Currency","type":"explicit"},{"id":"explicit.stat_3817220109","text":"Herald of Thunder has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2168861013","text":"#% chance to Freeze Enemies for 1 second when they Hit you","type":"explicit"},{"id":"explicit.stat_4173140569","text":"Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second","type":"explicit"},{"id":"explicit.stat_2161482953","text":"Regenerate # Life per Second while on Low Life","type":"explicit"},{"id":"explicit.stat_1079239905","text":"Socketed Gems are Supported by Level # Lifetap","type":"explicit"},{"id":"explicit.stat_3768948090","text":"Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant","type":"explicit"},{"id":"explicit.stat_1433144735","text":"Increases and Reductions to Minion Damage also affect you at 150% of their value","type":"explicit"},{"id":"explicit.stat_739274558","text":"#% increased Chaos Damage while affected by Herald of Agony","type":"explicit"},{"id":"explicit.stat_347328113","text":"+# Energy Shield gained on Killing a Shocked Enemy","type":"explicit"},{"id":"explicit.stat_3967028570","text":"#% of Chaos Damage is taken from Mana before Life","type":"explicit"},{"id":"explicit.stat_4108186648","text":"+#% chance to Suppress Spell Damage while Channelling","type":"explicit"},{"id":"explicit.stat_982290947","text":"1 Added Passive Skill is Flexible Sentry","type":"explicit"},{"id":"explicit.stat_3282302743","text":"Socketed Non-Channelling Bow Skills are Triggered by Snipe\\nSocketed Triggered Bow Skills gain a 0.05 second Cooldown","type":"explicit"},{"id":"explicit.stat_1306791873","text":"Lose all Fragile Regrowth when Hit","type":"explicit"},{"id":"explicit.stat_4151190513","text":"#% increased Rarity of Items found with a Normal Item Equipped","type":"explicit"},{"id":"explicit.stat_3733114005","text":"Nearby Enemies are Scorched","type":"explicit"},{"id":"explicit.stat_478698670","text":"Animated Minions\' Melee Attacks deal #% less Splash Damage to surrounding targets","type":"explicit"},{"id":"explicit.stat_1104120660","text":"Your Mark Transfers to another Enemy when Marked Enemy dies","type":"explicit"},{"id":"explicit.stat_2764915899","text":"Curse Enemies with Despair on Hit","type":"explicit"},{"id":"explicit.stat_761505024","text":"Adds # to # Fire Attack Damage per Buff on you","type":"explicit"},{"id":"explicit.stat_4116409626","text":"#% increased Elemental Damage with Attack Skills per Power Charge","type":"explicit"},{"id":"explicit.stat_4085417083","text":"Adds # to # Lightning Damage to Spells per Power Charge","type":"explicit"},{"id":"explicit.stat_1085167979","text":"1 Added Passive Skill is Blanketed Snow","type":"explicit"},{"id":"explicit.stat_1091613629","text":"Gain Shaper\'s Presence for 10 seconds when you kill a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_1964333391","text":"# Lightning Damage taken per second per Power Charge if\\nyour Skills have dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_3398283493","text":"Attacks with this Weapon Penetrate #% Fire Resistance","type":"explicit"},{"id":"explicit.stat_3434279150","text":"Adds # to # Fire Spell Damage per Buff on you","type":"explicit"},{"id":"explicit.stat_28721242","text":"You can have two different Banners at the same time","type":"explicit"},{"id":"explicit.stat_3923274300","text":"Enemies in your Chilling Areas take #% increased Lightning Damage","type":"explicit"},{"id":"explicit.stat_3587013273","text":"Socketed Gems are Supported by Level # Item Rarity","type":"explicit"},{"id":"explicit.stat_2560038623","text":"With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area\\nWith at least 40 Intelligence in Radius, Cold Snap\'s Cooldown can be bypassed by Power Charges instead of Frenzy Charges","type":"explicit"},{"id":"explicit.stat_4003593289","text":"Grants Immunity to Hinder for # seconds if used while Hindered","type":"explicit"},{"id":"explicit.stat_438778966","text":"Socketed Gems are Supported by Level # Spell Echo","type":"explicit"},{"id":"explicit.stat_1177358866","text":"#% increased Movement Speed if you haven\'t been Hit Recently","type":"explicit"},{"id":"explicit.stat_1973890509","text":"#% chance to Trigger Level 20 Animate Weapon on Kill","type":"explicit"},{"id":"explicit.stat_3345955207","text":"Every 8 seconds, gain Avatar of Fire for 4 seconds","type":"explicit"},{"id":"explicit.stat_303219716","text":"With at least 40 Intelligence in Radius, #% of Damage taken Recouped as Mana if you\'ve Warcried Recently","type":"explicit"},{"id":"explicit.stat_3304801725","text":"+# Mana gained on Killing a Frozen Enemy","type":"explicit"},{"id":"explicit.stat_1360359242","text":"While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances","type":"explicit"},{"id":"explicit.stat_3711553948","text":"1 Added Passive Skill is Devastator","type":"explicit"},{"id":"explicit.stat_2834476618","text":"Minions have #% faster start of Energy Shield Recharge","type":"explicit"},{"id":"explicit.stat_2054530657","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Cold Skills","type":"explicit"},{"id":"explicit.stat_2518308945","text":"Areas contain many additional Breaches\\nBreaches open and close faster","type":"explicit"},{"id":"explicit.stat_3111255591","text":"#% of Physical Attack Damage Leeched as Life during Effect","type":"explicit"},{"id":"explicit.stat_2864618930","text":"With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold","type":"explicit"},{"id":"explicit.stat_919960234","text":"#% chance to Trigger Level 18 Animate Guardian\'s Weapon when Animated Weapon Kills an Enemy","type":"explicit"},{"id":"explicit.stat_3286480398","text":"With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage","type":"explicit"},{"id":"explicit.stat_4204954479","text":"Mana Recovery occurs instantly at the end of Effect","type":"explicit"},{"id":"explicit.stat_1220105149","text":"You cannot have non-Animated Minions","type":"explicit"},{"id":"explicit.stat_450601566","text":"Despair has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_2933024469","text":"Right ring slot: Projectiles from Spells cannot Fork","type":"explicit"},{"id":"explicit.stat_3025453294","text":"1 Added Passive Skill is Self-Control","type":"explicit"},{"id":"explicit.stat_1220361974","text":"Enemies you Kill Explode, dealing #% of their Life as Physical Damage","type":"explicit"},{"id":"explicit.stat_63111803","text":"With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire","type":"explicit"},{"id":"explicit.stat_2650053239","text":"#% increased Cost of Skills for each 200 total Mana Spent Recently","type":"explicit"},{"id":"explicit.stat_121185030","text":"#% increased Rarity of Items found from Slain Unique Enemies","type":"explicit"},{"id":"explicit.stat_373964381","text":"Mind Over Matter","type":"explicit"},{"id":"explicit.stat_811386429","text":"With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains #% increased Damage each time it Hits","type":"explicit"},{"id":"explicit.stat_4154008618","text":"1 Added Passive Skill is Aggressive Defence","type":"explicit"},{"id":"explicit.stat_565784293","text":"#% increased Knockback Distance","type":"explicit"},{"id":"explicit.stat_3415827027","text":"1 Added Passive Skill is Furious Assault","type":"explicit"},{"id":"explicit.stat_1813069390","text":"With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage","type":"explicit"},{"id":"explicit.stat_2459809121","text":"Chill Enemy for # second when Hit, reducing their Action Speed by 30%","type":"explicit"},{"id":"explicit.stat_4235300427","text":"1 Added Passive Skill is Special Reserve","type":"explicit"},{"id":"explicit.stat_1507059769","text":"#% increased Attack Speed if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_2150878631","text":"1 Added Passive Skill is Endbringer","type":"explicit"},{"id":"explicit.stat_849085925","text":"Enemies Frozen by you take 20% increased Damage","type":"explicit"},{"id":"explicit.stat_2865232420","text":"Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills","type":"explicit"},{"id":"explicit.stat_3812562802","text":"#% of Damage dealt by your Totems is Leeched to you as Life","type":"explicit"},{"id":"explicit.stat_3835899275","text":"Socketed Gems deal #% more Elemental Damage","type":"explicit"},{"id":"explicit.stat_209387074","text":"Enemies you kill are Shocked","type":"explicit"},{"id":"explicit.stat_2818653316","text":"With at least 40 Intelligence in Radius, Discharge deals #% more Damage","type":"explicit"},{"id":"explicit.stat_1133703802","text":"Herald of Agony has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_950661692","text":"+#% to maximum Cold Resistance while affected by Herald of Ice","type":"explicit"},{"id":"explicit.stat_3914638685","text":"#% increased Critical Strike Chance if you have Killed Recently","type":"explicit"},{"id":"explicit.stat_2410501331","text":"1 Added Passive Skill is Surging Vitality","type":"explicit"},{"id":"explicit.stat_2894567787","text":"Spreads Tar when you Block","type":"explicit"},{"id":"explicit.stat_3375415245","text":"#% increased Physical Damage with Hits and Ailments against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_347220474","text":"#% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%","type":"explicit"},{"id":"explicit.stat_2937093415","text":"Enemies Taunted by your Warcries have #% chance to Explode on death, dealing 8% of their maximum Life as Chaos Damage","type":"explicit"},{"id":"explicit.stat_1934713036","text":"Area is inhabited by Solaris fanatics","type":"explicit"},{"id":"explicit.stat_2045330446","text":"With at least 40 Intelligence in Radius, Discharge has #% more Area of Effect","type":"explicit"},{"id":"explicit.stat_1213084913","text":"With at least 40 Intelligence in Radius, Discharge Cooldown is # ms","type":"explicit"},{"id":"explicit.stat_3703926412","text":"#% increased Fire Damage with Hits and Ailments against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_2968301430","text":"Gain # Life when you Stun an Enemy","type":"explicit"},{"id":"explicit.stat_1087710344","text":"#% Chance for Traps to Trigger an additional time","type":"explicit"},{"id":"explicit.stat_2643613764","text":"Cursed Enemies cannot inflict Elemental Ailments on You","type":"explicit"},{"id":"explicit.stat_3163738488","text":"#% increased Elemental Damage per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_3148570142","text":"Gain # Life per Bleeding Enemy Hit","type":"explicit"},{"id":"explicit.stat_2625134410","text":"#% more Power Charge Duration","type":"explicit"},{"id":"explicit.stat_550848224","text":"Regenerate # Life per Second while in Blood Stance","type":"explicit"},{"id":"explicit.stat_3446950357","text":"Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage","type":"explicit"},{"id":"explicit.stat_1161341806","text":"Can have a up to 1 Implicit Modifier while Item has this Modifier","type":"explicit"},{"id":"explicit.stat_679194784","text":"1% increased Damage per # Strength when in Main Hand","type":"explicit"},{"id":"explicit.stat_1194648995","text":"Chill Effect and Freeze Duration on you are based on #% of Energy Shield","type":"explicit"},{"id":"explicit.stat_2179619644","text":"#% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage","type":"explicit"},{"id":"explicit.stat_2503253050","text":"Cannot gain Power Charges","type":"explicit"},{"id":"explicit.stat_1244494473","text":"#% of Lightning Damage taken as Fire Damage","type":"explicit"},{"id":"explicit.stat_1653010703","text":"+#% to Non-Ailment Chaos Damage over Time Multiplier","type":"explicit"},{"id":"explicit.stat_2867348718","text":"Socketed Attacks have +#% to Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2138799639","text":"Arrows Pierce all Targets after Forking","type":"explicit"},{"id":"explicit.stat_173438493","text":"Adds # to # Physical Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2806435316","text":"#% increased Accuracy Rating if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.stat_2771016039","text":"#% increased Projectile Attack Damage during any Flask Effect","type":"explicit"},{"id":"explicit.stat_730530528","text":"#% reduced Elemental Ailment Duration on you per 10 Devotion","type":"explicit"},{"id":"explicit.stat_1665492921","text":"Grants Level # Herald of Thunder Skill","type":"explicit"},{"id":"explicit.stat_2900833792","text":"1 Added Passive Skill is Brush with Death","type":"explicit"},{"id":"explicit.stat_1896269067","text":"Deal no Chaos Damage","type":"explicit"},{"id":"explicit.stat_2129352930","text":"Armour is increased by Overcapped Fire Resistance","type":"explicit"},{"id":"explicit.stat_2569717992","text":"Guards deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_2161689853","text":"#% increased Rarity of Items Dropped by Slain Rare or Unique Enemies","type":"explicit"},{"id":"explicit.stat_2947215268","text":"#% increased Damage during any Flask Effect","type":"explicit"},{"id":"explicit.stat_684268017","text":"Warcry Skills\' Cooldown Time is 4 seconds","type":"explicit"},{"id":"explicit.stat_1214762172","text":"Link Skills have #% increased Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_896299992","text":"+# to Maximum Mana per Green Socket","type":"explicit"},{"id":"explicit.stat_3609854472","text":"Impale Damage dealt to Enemies Impaled by you Overwhelms #% Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_3168635562","text":"Warcries have infinite Power","type":"explicit"},{"id":"explicit.stat_374891408","text":"#% of Physical Attack Damage Leeched as Mana during Effect","type":"explicit"},{"id":"explicit.stat_1172162241","text":"+# to Character Level","type":"explicit"},{"id":"explicit.stat_786380548","text":"With at least 40 Strength in Radius, Molten Strike fires #% more Projectiles","type":"explicit"},{"id":"explicit.stat_2295439133","text":"With at least 40 Strength in Radius, Molten Strike Projectiles Chain +# time","type":"explicit"},{"id":"explicit.stat_670814047","text":"With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground","type":"explicit"},{"id":"explicit.stat_4222857095","text":"Adds # to # Lightning Damage for each Shocked Enemy you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_3358745905","text":"Attacks Cost Life instead of Mana","type":"explicit"},{"id":"explicit.stat_1438488526","text":"Nearby Allies have +#% to Critical Strike Multiplier per 100 Dexterity you have","type":"explicit"},{"id":"explicit.stat_1064778484","text":"Arrows that Pierce have +#% to Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_2628721358","text":"#% of Attack Damage Leeched as Mana per Power Charge","type":"explicit"},{"id":"explicit.stat_3293275880","text":"#% increased Mana Cost of Skills per 10 Devotion","type":"explicit"},{"id":"explicit.stat_1870732546","text":"Skills that would Summon a Totem have #% chance to Summon two Totems instead","type":"explicit"},{"id":"explicit.stat_3417711605","text":"Damage Penetrates #% Cold Resistance","type":"explicit"},{"id":"explicit.stat_2255914633","text":"Gain #% of Physical Damage as Extra Lightning Damage while affected by Wrath","type":"explicit"},{"id":"explicit.stat_3081076859","text":"#% increased Global Critical Strike Chance per Level","type":"explicit"},{"id":"explicit.stat_2735021664","text":"Minions can hear the whispers for # seconds after they deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_3536778624","text":"1 Added Passive Skill is Towering Threat","type":"explicit"},{"id":"explicit.stat_2500442851","text":"Herald of Ash has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_346029096","text":"Avatar of Fire","type":"explicit"},{"id":"explicit.stat_1170556324","text":"With at least 40 Dexterity in Radius, Galvanic Arrow deals #% increased Area Damage","type":"explicit"},{"id":"explicit.stat_3945934607","text":"With at least 40 Dexterity in Radius, Galvanic Arrow has #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_3716758077","text":"+#% to maximum Fire Resistance while affected by Herald of Ash","type":"explicit"},{"id":"explicit.stat_4091848539","text":"+# Armour if you\'ve Blocked Recently","type":"explicit"},{"id":"explicit.stat_503990161","text":"Socketed Gems are Supported by Level # Spell Cascade","type":"explicit"},{"id":"explicit.stat_2155467472","text":"#% chance to be inflicted with Bleeding when Hit by an Attack","type":"explicit"},{"id":"explicit.stat_2434101731","text":"#% reduced Effect of Chill on you during Effect","type":"explicit"},{"id":"explicit.stat_3198006994","text":"1 Added Passive Skill is Brand Loyalty","type":"explicit"},{"id":"explicit.stat_1004468512","text":"#% of Physical Damage taken as Fire Damage","type":"explicit"},{"id":"explicit.stat_1926816773","text":"Recover #% of Life when you use a Mana Flask","type":"explicit"},{"id":"explicit.stat_3683643898","text":"#% increased Quantity of Items dropped in Heists","type":"explicit"},{"id":"explicit.stat_2498303876","text":"Grants Level # Doryani\'s Touch Skill","type":"explicit"},{"id":"explicit.stat_99487834","text":"Your Skills deal you #% of Mana Spent on Upfront Skill Mana Costs as Physical Damage","type":"explicit"},{"id":"explicit.stat_3388448323","text":"Socketed Gems are Supported by Level # Greater Spell Echo","type":"explicit"},{"id":"explicit.stat_1971757986","text":"Taking Chaos Damage over Time heals you instead while Leeching Life","type":"explicit"},{"id":"explicit.stat_2923377613","text":"Spells have #% increased Critical Strike Chance per Intensity","type":"explicit"},{"id":"explicit.stat_2620656067","text":"#% increased Critical Strike Chance while Physical Aegis is depleted","type":"explicit"},{"id":"explicit.stat_2574337583","text":"#% increased Armour per 50 Reserved Mana","type":"explicit"},{"id":"explicit.stat_3103189267","text":"#% increased Elemental Damage per 10 Devotion","type":"explicit"},{"id":"explicit.stat_2422708892","text":"Passives in Radius of # can be Allocated\\nwithout being connected to your tree","type":"explicit","option":{"options":[{"id":18663,"text":"Minion Instability"},{"id":23540,"text":"Conduit"},{"id":54307,"text":"Acrobatics"},{"id":10661,"text":"Iron Reflexes"},{"id":31961,"text":"Resolute Technique"},{"id":40907,"text":"Unwavering Stance"},{"id":11455,"text":"Chaos Inoculation"},{"id":56075,"text":"Eldritch Battery"},{"id":57279,"text":"Blood Magic"},{"id":45175,"text":"Necromantic Aegis"},{"id":31703,"text":"Pain Attunement"},{"id":39085,"text":"Elemental Equilibrium"},{"id":12926,"text":"Iron Grip"},{"id":42178,"text":"Point Blank"},{"id":54922,"text":"Arrow Dancing"},{"id":41970,"text":"Ancestral Bond"},{"id":24426,"text":"Ghost Reaver"},{"id":10808,"text":"Vaal Pact"},{"id":63425,"text":"Zealot\'s Oath"},{"id":44941,"text":"Avatar of Fire"},{"id":34098,"text":"Mind Over Matter"},{"id":22088,"text":"Elemental Overload"},{"id":23407,"text":"Perfect Agony"},{"id":17818,"text":"Crimson Dance"},{"id":42343,"text":"Runebinder"},{"id":23950,"text":"Wicked Ward"},{"id":23090,"text":"Call to Arms"},{"id":21650,"text":"Eternal Youth"},{"id":39713,"text":"Glancing Blows"},{"id":11239,"text":"Wind Dancer"},{"id":19732,"text":"The Agnostic"},{"id":49639,"text":"Supreme Ego"},{"id":24720,"text":"Imbalanced Guard"},{"id":57257,"text":"The Impaler"},{"id":43988,"text":"Hex Master"},{"id":56116,"text":"Magebane"},{"id":50288,"text":"Iron Will"},{"id":60247,"text":"Solipsism"},{"id":35255,"text":"Ghost Dance"},{"id":58556,"text":"Divine Shield"},{"id":50679,"text":"Versatile Combatant"},{"id":62791,"text":"Lethe Shade"},{"id":63620,"text":"Precise Technique"}]}},{"id":"explicit.stat_2918150296","text":"Grants Malachai\'s Endurance, Frenzy and Power for 6 seconds each, in sequence","type":"explicit"},{"id":"explicit.stat_3306713700","text":"Exposure you inflict applies an extra +#% to the affected Resistance","type":"explicit"},{"id":"explicit.stat_3151397056","text":"#% increased Effect of Onslaught on you","type":"explicit"},{"id":"explicit.stat_3111519953","text":"Damage Penetrates #% Fire Resistance while affected by Anger","type":"explicit"},{"id":"explicit.stat_147155654","text":"#% chance to deal Triple Damage while you have at least 400 Strength","type":"explicit"},{"id":"explicit.stat_3682009780","text":"#% chance to Trigger Level 20 Animate Guardian\'s Weapon when Animated Guardian Kills an Enemy","type":"explicit"},{"id":"explicit.stat_778036553","text":"#% increased Critical Strike Chance with Vaal Skills during effect","type":"explicit"},{"id":"explicit.stat_906997920","text":"Socketed Gems are Supported by Level # Iron Will","type":"explicit"},{"id":"explicit.stat_2358015838","text":"Evasion Rating is increased by Overcapped Cold Resistance","type":"explicit"},{"id":"explicit.stat_2262034536","text":"1 Added Passive Skill is Invigorating Portents","type":"explicit"},{"id":"explicit.stat_1903097619","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Physical Skills","type":"explicit"},{"id":"explicit.stat_3450276548","text":"Blind Chilled Enemies on Hit","type":"explicit"},{"id":"explicit.stat_1141756390","text":"With at least 40 Intelligence in Radius, Rolling Magma deals #% more Damage per Chain","type":"explicit"},{"id":"explicit.stat_2049471530","text":"Trigger Level # Warlord\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_3357049845","text":"#% increased Critical Strike Chance while affected by Wrath","type":"explicit"},{"id":"explicit.stat_1535606605","text":"#% chance to deal Double Damage while you have at least 200 Strength","type":"explicit"},{"id":"explicit.stat_3624529132","text":"#% of Physical Damage Converted to Fire Damage while affected by Anger","type":"explicit"},{"id":"explicit.stat_3131110290","text":"With at least 40 Intelligence in Radius, Rolling Magma deals #% more Damage","type":"explicit"},{"id":"explicit.stat_696659555","text":"#% increased Movement Speed while Bleeding","type":"explicit"},{"id":"explicit.stat_2241560081","text":"#% increased Attack Speed per 25 Dexterity","type":"explicit"},{"id":"explicit.stat_382360671","text":"1 Added Passive Skill is Uncompromising","type":"explicit"},{"id":"explicit.stat_3848047105","text":"Your Physical Damage can Shock","type":"explicit"},{"id":"explicit.stat_2200407711","text":"Minions have +#% to Cold Resistance","type":"explicit"},{"id":"explicit.stat_536929014","text":"+#% to Critical Strike Multiplier if you\'ve Shattered an Enemy Recently","type":"explicit"},{"id":"explicit.stat_4091369450","text":"#% increased Melee Damage during any Flask Effect","type":"explicit"},{"id":"explicit.stat_1482194094","text":"With at least 40 Intelligence in Radius, Fireball has +#% chance to inflict scorch","type":"explicit"},{"id":"explicit.stat_480975218","text":"With at least 40 Intelligence in Radius, Fireball cannot ignite","type":"explicit"},{"id":"explicit.stat_842363566","text":"Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus","type":"explicit"},{"id":"explicit.stat_3919557483","text":"#% increased Burning Damage if you\'ve Ignited an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2504709365","text":"Nearby Enemies are Blinded while Physical Aegis is not depleted","type":"explicit"},{"id":"explicit.stat_1705633890","text":"1 Added Passive Skill is Prodigious Defence","type":"explicit"},{"id":"explicit.stat_755922799","text":"Minions have #% chance to deal Double Damage","type":"explicit"},{"id":"explicit.stat_1153801980","text":"1 Added Passive Skill is Cremator","type":"explicit"},{"id":"explicit.stat_4272503233","text":"1 Added Passive Skill is Paralysis","type":"explicit"},{"id":"explicit.stat_3112776239","text":"Recover #% of Life when you Ignite an Enemy","type":"explicit"},{"id":"explicit.stat_4222635921","text":"1 Added Passive Skill is Savage Response","type":"explicit"},{"id":"explicit.stat_426715778","text":"1 Added Passive Skill is Lasting Impression","type":"explicit"},{"id":"explicit.stat_1957711555","text":"#% chance to inflict Withered for 2 seconds on Hit","type":"explicit"},{"id":"explicit.stat_3008104268","text":"Chaos Damage taken does not bypass Minions\' Energy Shield","type":"explicit"},{"id":"explicit.stat_2212731469","text":"+#% to Damage over Time Multiplier for Ailments per Elder Item Equipped","type":"explicit"},{"id":"explicit.stat_2192181096","text":"1% increased Armour per # Strength when in Off Hand","type":"explicit"},{"id":"explicit.stat_3578946428","text":"#% increased Effect of Shocks you inflict while Leeching Energy Shield","type":"explicit"},{"id":"explicit.stat_1527893390","text":"Trigger Level # Lightning Warp on Hit with this Weapon","type":"explicit"},{"id":"explicit.stat_1514657588","text":"#% chance to gain an Endurance Charge when you are Hit","type":"explicit"},{"id":"explicit.stat_1154827254","text":"+#% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_1839832419","text":"Mana Flasks used while on Low Mana apply Recovery Instantly","type":"explicit"},{"id":"explicit.stat_1209237645","text":"# Maximum Void Charges","type":"explicit"},{"id":"explicit.stat_2322980282","text":"1 Added Passive Skill is Smoking Remains","type":"explicit"},{"id":"explicit.stat_3212859169","text":"1 Added Passive Skill is Arcing Shot","type":"explicit"},{"id":"explicit.stat_1109900829","text":"Critical Strikes have #% chance to inflict Malignant Madness if The Eater of Worlds is dominant","type":"explicit"},{"id":"explicit.stat_1417394145","text":"Golems have # to # Added Attack Physical Damage","type":"explicit"},{"id":"explicit.stat_1472543401","text":"Cannot be Stunned when on Low Life","type":"explicit"},{"id":"explicit.stat_458438597","text":"#% of Damage is taken from Mana before Life","type":"explicit"},{"id":"explicit.stat_3184053924","text":"#% increased Armour while stationary","type":"explicit"},{"id":"explicit.stat_2878779644","text":"Grants Level 20 Summon Bestial # Skill","type":"explicit","option":{"options":[{"id":1,"text":"Rhoa"},{"id":2,"text":"Ursa"},{"id":3,"text":"Snake"}]}},{"id":"explicit.stat_820827484","text":"When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage\\nequal to #% of Sacrificed Mana for 4 seconds","type":"explicit"},{"id":"explicit.stat_1386792919","text":"Hits with this Weapon Shock Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_3814066599","text":"Socketed Gems are Supported by Level # Trap And Mine Damage","type":"explicit"},{"id":"explicit.stat_3692167527","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Chaos Skills","type":"explicit"},{"id":"explicit.stat_1088949570","text":"1 Added Passive Skill is Stoic Focus","type":"explicit"},{"id":"explicit.stat_1351703960","text":"Recover #% of Life on Killing a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_770408103","text":"1 Added Passive Skill is Overwhelming Malice","type":"explicit"},{"id":"explicit.stat_3285021988","text":"Gain # Life per Enemy Hit if you have used a Vaal Skill Recently","type":"explicit"},{"id":"explicit.stat_2955966707","text":"The Effect of Chill on you is reversed","type":"explicit"},{"id":"explicit.stat_2758966888","text":"1 Added Passive Skill is Untouchable","type":"explicit"},{"id":"explicit.stat_2896346114","text":"Point Blank","type":"explicit"},{"id":"explicit.stat_708913352","text":"Every 16 seconds you gain Elemental Overload for 8 seconds","type":"explicit"},{"id":"explicit.stat_1506185293","text":"Attacks with this Weapon deal Double Damage","type":"explicit"},{"id":"explicit.stat_2195518432","text":"1 Added Passive Skill is Energy From Naught","type":"explicit"},{"id":"explicit.stat_542375676","text":"Grants Immunity to Poison for # seconds if used while Poisoned","type":"explicit"},{"id":"explicit.stat_187998220","text":"Iron Reflexes while stationary","type":"explicit"},{"id":"explicit.stat_2028847114","text":"Curse Enemies with Elemental Weakness on Hit","type":"explicit"},{"id":"explicit.stat_3828613551","text":"+#% to Quality of Socketed Gems","type":"explicit"},{"id":"explicit.stat_3262369040","text":"Consumes a Void Charge to Trigger Level # Void Shot when you fire Arrows with a Non-Triggered Skill","type":"explicit"},{"id":"explicit.stat_2379781920","text":"#% increased Elemental Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1752582590","text":"Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges","type":"explicit"},{"id":"explicit.stat_1852317988","text":"Insufficient Mana doesn\'t prevent your Melee Attacks","type":"explicit"},{"id":"explicit.stat_2312747856","text":"#% of Fire Damage Leeched as Life while affected by Anger","type":"explicit"},{"id":"explicit.stat_240857668","text":"#% increased Elusive Effect","type":"explicit"},{"id":"explicit.stat_418293304","text":"#% increased Lightning Damage while affected by Wrath","type":"explicit"},{"id":"explicit.stat_1313498929","text":"+#% Chance to Block Spell Damage while affected by Discipline","type":"explicit"},{"id":"explicit.stat_654971543","text":"Trigger a Socketed Lightning Spell on Hit, with a 0.25 second Cooldown\\nSocketed Lightning Spells have no Cost if Triggered","type":"explicit"},{"id":"explicit.stat_2137878565","text":"#% increased Damage with Hits against Rare monsters","type":"explicit"},{"id":"explicit.stat_1477032229","text":"Damage Penetrates #% Cold Resistance against Chilled Enemies","type":"explicit"},{"id":"explicit.stat_720395808","text":"#% of Elemental Damage Leeched as Life","type":"explicit"},{"id":"explicit.stat_3163114700","text":"#% additional Physical Damage Reduction while affected by Herald of Purity","type":"explicit"},{"id":"explicit.stat_989800292","text":"Regenerate #% of Life per second per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2687017988","text":"+#% to Lightning Resistance while affected by Herald of Thunder","type":"explicit"},{"id":"explicit.stat_943553365","text":"Each Summoned Phantasm grants you Phantasmal Might","type":"explicit"},{"id":"explicit.stat_3467711950","text":"1 Added Passive Skill is Hulking Corpses","type":"explicit"},{"id":"explicit.stat_3597806437","text":"Adds # to # Lightning Damage to Spells while Unarmed","type":"explicit"},{"id":"explicit.stat_791125124","text":"1 Added Passive Skill is Bodyguards","type":"explicit"},{"id":"explicit.stat_1549868759","text":"+# to Evasion Rating and Energy Shield","type":"explicit"},{"id":"explicit.stat_1166417447","text":"Melee Hits Fortify","type":"explicit"},{"id":"explicit.stat_4026156644","text":"+#% to all maximum Elemental Resistances during Effect","type":"explicit"},{"id":"explicit.stat_1424006185","text":"You gain Onslaught for # seconds on Kill while affected by Haste","type":"explicit"},{"id":"explicit.stat_240642724","text":"#% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit","type":"explicit"},{"id":"explicit.stat_1494965559","text":"Minions have +#% to Critical Strike Multiplier per Withered Debuff on Enemy","type":"explicit"},{"id":"explicit.stat_3391324703","text":"Traps and Mines deal # to # additional Physical Damage","type":"explicit"},{"id":"explicit.stat_1602173343","text":"Gain Affliction Charges instead of Frenzy Charges","type":"explicit"},{"id":"explicit.stat_20251177","text":"#% chance to Avoid being Ignited during Effect","type":"explicit"},{"id":"explicit.stat_622362787","text":"1 Added Passive Skill is Primordial Bond","type":"explicit"},{"id":"explicit.stat_514215387","text":"#% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3171958921","text":"#% chance to Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown","type":"explicit"},{"id":"explicit.stat_2906522048","text":"+# to Maximum Energy Shield per Blue Socket","type":"explicit"},{"id":"explicit.stat_3850409117","text":"Aspect of the Cat has no Reservation","type":"explicit"},{"id":"explicit.stat_4210076836","text":"+# to Maximum Life per Red Socket","type":"explicit"},{"id":"explicit.stat_3835522656","text":"Adds # to # Lightning Damage to Unarmed Melee Hits","type":"explicit"},{"id":"explicit.stat_1903496649","text":"1 Added Passive Skill is Graceful Execution","type":"explicit"},{"id":"explicit.stat_2813626504","text":"Spells have a #% chance to deal Double Damage","type":"explicit"},{"id":"explicit.stat_2168987271","text":"Arrows fired from the first firing points always Pierce","type":"explicit"},{"id":"explicit.stat_865273657","text":"Non-Unique Utility Flasks you Use apply to Linked Targets","type":"explicit"},{"id":"explicit.stat_301746072","text":"Arrows fired from the third firing points Return to you","type":"explicit"},{"id":"explicit.stat_4291066912","text":"1 Added Passive Skill is Evil Eye","type":"explicit"},{"id":"explicit.stat_433536969","text":"Minions Convert #% of their Maximum Life to Maximum Energy\\nShield per 1% Chaos Resistance they have","type":"explicit"},{"id":"explicit.stat_513221334","text":"+# to Armour per Endurance Charge","type":"explicit"},{"id":"explicit.stat_1364858171","text":"1 Added Passive Skill is Sublime Sensation","type":"explicit"},{"id":"explicit.stat_1195353227","text":"Added Small Passive Skills also grant: #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_282062371","text":"1 Added Passive Skill is Strike Leader","type":"explicit"},{"id":"explicit.stat_4102318278","text":"Grants Level # Aspect of the Crab Skill","type":"explicit"},{"id":"explicit.stat_2071120096","text":"Your Offerings have #% increased Effect on you","type":"explicit"},{"id":"explicit.stat_4266776872","text":"Glancing Blows","type":"explicit"},{"id":"explicit.stat_2675641469","text":"+#% to Fire Resistance while affected by Herald of Ash","type":"explicit"},{"id":"explicit.stat_3784610129","text":"1 Added Passive Skill is Dark Messenger","type":"explicit"},{"id":"explicit.stat_2340173293","text":"#% increased Item Quantity per White Socket","type":"explicit"},{"id":"explicit.stat_2913235441","text":"When you Kill a Rare monster, you gain its Modifiers for 60 seconds","type":"explicit"},{"id":"explicit.stat_1818900806","text":"+#% Critical Strike Chance per Power Charge","type":"explicit"},{"id":"explicit.stat_2816098341","text":"Trigger Socketed Minion Spells on Kill with this Weapon\\nMinion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses","type":"explicit"},{"id":"explicit.stat_3274270612","text":"1 Added Passive Skill is Heraldry","type":"explicit"},{"id":"explicit.stat_3259396413","text":"+#% to maximum Lightning Resistance while affected by Herald of Thunder","type":"explicit"},{"id":"explicit.stat_446027070","text":"#% chance to Gain Arcane Surge when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_254131992","text":"#% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Lightning","type":"explicit"},{"id":"explicit.stat_3188455409","text":"Regenerate #% of Mana per second","type":"explicit"},{"id":"explicit.stat_2100165275","text":"Temporal Chains has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_1779027621","text":"#% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Ice","type":"explicit"},{"id":"explicit.stat_2548097895","text":"#% chance to Blind Enemies which Hit you while affected by Grace","type":"explicit"},{"id":"explicit.stat_1663239249","text":"Trigger Level # Bone Offering, Flesh Offering or Spirit Offering every 5 seconds\\nOffering Skills Triggered this way also affect you","type":"explicit"},{"id":"explicit.stat_1920234902","text":"# Fire Damage taken per second per Endurance Charge if you\'ve been Hit Recently","type":"explicit"},{"id":"explicit.stat_3656959867","text":"#% of Damage leeched as Life while affected by Vitality","type":"explicit"},{"id":"explicit.stat_3469279727","text":"Nearby stationary Enemies gain a Grasping Vine every second","type":"explicit"},{"id":"explicit.stat_1953432004","text":"Unaffected by Poison","type":"explicit"},{"id":"explicit.stat_1669135888","text":"#% increased Elemental Damage per Sextant affecting the area","type":"explicit"},{"id":"explicit.stat_1621496909","text":"1 Added Passive Skill is Pure Guile","type":"explicit"},{"id":"explicit.stat_3114469764","text":"War Banner has #% increased Adrenaline duration","type":"explicit"},{"id":"explicit.stat_65331133","text":"#% reduced Reflected Elemental Damage taken while affected by Purity of Elements","type":"explicit"},{"id":"explicit.stat_2563691316","text":"+# Maximum Mana per Level","type":"explicit"},{"id":"explicit.stat_1926135629","text":"Added Small Passive Skills also grant: +#% to Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_4187741589","text":"Minions deal #% increased Damage per 5 Dexterity","type":"explicit"},{"id":"explicit.stat_2331104018","text":"Damage taken from Blocked Hits cannot bypass Energy Shield\\nDamage taken from Unblocked hits always bypasses Energy Shield","type":"explicit"},{"id":"explicit.stat_1715495976","text":"#% less Minimum Physical Attack Damage","type":"explicit"},{"id":"explicit.stat_1258679667","text":"#% increased Physical Damage while you have Resolute Technique","type":"explicit"},{"id":"explicit.stat_3718597497","text":"Socketed Gems are Supported by Level # Controlled Destruction","type":"explicit"},{"id":"explicit.stat_4281625943","text":"1 Added Passive Skill is Opportunistic Fusilade","type":"explicit"},{"id":"explicit.stat_611839381","text":"Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot","type":"explicit"},{"id":"explicit.stat_1518701332","text":"You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal","type":"explicit"},{"id":"explicit.stat_3901992019","text":"1 Added Passive Skill is Arcane Heroism","type":"explicit"},{"id":"explicit.stat_2731416566","text":"#% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry","type":"explicit"},{"id":"explicit.stat_2238019079","text":"Regenerate # Energy Shield per second while a Rare or Unique Enemy is Nearby","type":"explicit"},{"id":"explicit.stat_2163419452","text":"Effects of Consecrated Ground you create while affected by Zealotry Linger for # seconds","type":"explicit"},{"id":"explicit.stat_681709908","text":"Grants Armour equal to #% of your Reserved Mana to you and nearby Allies","type":"explicit"},{"id":"explicit.stat_2474196346","text":"Gain # Mana per Enemy Hit with Spells","type":"explicit"},{"id":"explicit.stat_205619502","text":"#% chance to Trigger Level 1 Blood Rage when you Kill an Enemy","type":"explicit"},{"id":"explicit.stat_1063920218","text":"Summoned Raging Spirits take #% of their Maximum Life per second as Chaos Damage","type":"explicit"},{"id":"explicit.stat_3281123655","text":"Cannot Ignite, Chill, Freeze or Shock","type":"explicit"},{"id":"explicit.stat_308396001","text":"#% increased Movement Speed if you haven\'t been Hit Recently","type":"explicit"},{"id":"explicit.stat_2091518682","text":"Critical Strikes Penetrate #% of Enemy Elemental Resistances while affected by Zealotry","type":"explicit"},{"id":"explicit.stat_135378852","text":"Socketed Spells have +#% to Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_165884462","text":"You are Hexproof if you have a Magic Ring in right slot","type":"explicit"},{"id":"explicit.stat_3872380586","text":"1 Added Passive Skill is Inspired Oppression","type":"explicit"},{"id":"explicit.stat_920385757","text":"+# to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped","type":"explicit"},{"id":"explicit.stat_2665170385","text":"1 Added Passive Skill is Hit and Run","type":"explicit"},{"id":"explicit.stat_1859244771","text":"Socketed Gems are Supported by Level # Bonechill","type":"explicit"},{"id":"explicit.stat_3874817029","text":"#% increased Movement Speed while affected by a Magic Abyss Jewel","type":"explicit"},{"id":"explicit.stat_1722775216","text":"#% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Elements","type":"explicit"},{"id":"explicit.stat_871270154","text":"Regenerate #% of Life per second during Effect","type":"explicit"},{"id":"explicit.stat_3223142064","text":"Unaffected by Elemental Weakness while affected by Purity of Elements","type":"explicit"},{"id":"explicit.stat_3062707366","text":"Frostbite has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_968069586","text":"1 Added Passive Skill is Chip Away","type":"explicit"},{"id":"explicit.stat_304970526","text":"#% increased Movement Speed during any Flask Effect","type":"explicit"},{"id":"explicit.stat_710105516","text":"Regenerate #% of Life per second on Chilled Ground","type":"explicit"},{"id":"explicit.stat_4147897060","text":"#% reduced Chance to Block Attack and Spell Damage","type":"explicit"},{"id":"explicit.stat_2339022735","text":"Your Curses have #% increased Effect if 50% of Curse Duration expired","type":"explicit"},{"id":"explicit.stat_235105674","text":"#% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_287112619","text":"#% increased Duration of Elemental Ailments on You while affected by a Rare Abyss Jewel","type":"explicit"},{"id":"explicit.stat_3278399103","text":"#% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect","type":"explicit"},{"id":"explicit.stat_1686913105","text":"#% reduced Elemental Damage taken from Hits per Endurance Charge","type":"explicit"},{"id":"explicit.stat_4012281889","text":"Unaffected by Frostbite while affected by Purity of Ice","type":"explicit"},{"id":"explicit.stat_3846248551","text":"Grants Level # Herald of Ice Skill","type":"explicit"},{"id":"explicit.stat_3636098185","text":"+# to Maximum Energy Shield per 5 Armour on Equipped Shield","type":"explicit"},{"id":"explicit.stat_882876854","text":"1 Added Passive Skill is Vicious Bite","type":"explicit"},{"id":"explicit.stat_3678841229","text":"#% increased Movement Speed on Shocked Ground","type":"explicit"},{"id":"explicit.stat_3375743050","text":"#% increased Attack Speed while affected by Precision","type":"explicit"},{"id":"explicit.stat_2216127021","text":"#% increased Area of Effect while Unarmed","type":"explicit"},{"id":"explicit.stat_2538694749","text":"+#% Chance to Block Attack Damage while Dual Wielding Claws","type":"explicit"},{"id":"explicit.stat_2647344903","text":"Unaffected by Chilled Ground while affected by Purity of Ice","type":"explicit"},{"id":"explicit.stat_248838155","text":"#% reduced Reflected Elemental Damage taken","type":"explicit"},{"id":"explicit.stat_779168081","text":"Triggers Level # Corpse Walk when Equipped","type":"explicit"},{"id":"explicit.stat_2815652613","text":"#% increased Critical Strike Chance while you have Avatar of Fire","type":"explicit"},{"id":"explicit.stat_2365917222","text":"Unaffected by Enfeeble while affected by Grace","type":"explicit"},{"id":"explicit.stat_3864993324","text":"+# Maximum Energy Shield per Level","type":"explicit"},{"id":"explicit.stat_371612541","text":"Immune to Ignite while affected by Purity of Fire","type":"explicit"},{"id":"explicit.stat_2631806437","text":"1 Added Passive Skill is Tempered Arrowheads","type":"explicit"},{"id":"explicit.stat_1222888897","text":"Damage Penetrates #% Cold Resistance while affected by Hatred","type":"explicit"},{"id":"explicit.stat_2474564741","text":"Consecrated Ground you create applies #% increased Damage taken to Enemies","type":"explicit"},{"id":"explicit.stat_1904581068","text":"1 Added Passive Skill is Force Multiplier","type":"explicit"},{"id":"explicit.stat_1233358566","text":"Conductivity has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_2757041809","text":"Penetrate #% Elemental Resistances per 15 Omniscience","type":"explicit"},{"id":"explicit.stat_1073310669","text":"#% increased Evasion Rating if you have been Hit Recently","type":"explicit"},{"id":"explicit.stat_1904419785","text":"Grants Level # Petrification Statue Skill","type":"explicit"},{"id":"explicit.stat_1670470989","text":"Bleeding you inflict deals Damage #% faster per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_4095169720","text":"Projectile Attack Skills have #% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_1834455446","text":"You have Phasing while you have Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_2446580062","text":"Gain up to your maximum number of Frenzy and Power Charges when you gain Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_3035514623","text":"Spectres have #% increased maximum Life","type":"explicit"},{"id":"explicit.stat_3509724289","text":"1 Added Passive Skill is Pure Aptitude","type":"explicit"},{"id":"explicit.stat_1200347828","text":"Life Flasks used while on Low Life apply Recovery Instantly","type":"explicit"},{"id":"explicit.stat_1285172810","text":"#% increased Movement Speed if you have used a Vaal Skill Recently","type":"explicit"},{"id":"explicit.stat_1027887872","text":"#% increased Effect of Buffs your Ancestor Totems grant while Active","type":"explicit"},{"id":"explicit.stat_2134141047","text":"1 Added Passive Skill is Vital Focus","type":"explicit"},{"id":"explicit.stat_3051562738","text":"1 Added Passive Skill is Surprise Sabotage","type":"explicit"},{"id":"explicit.stat_1569101201","text":"Exerted Attacks deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_2310019673","text":"Added Small Passive Skills also grant: Minions have #% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_2833896424","text":"#% increased Rarity of Items dropped in Heists","type":"explicit"},{"id":"explicit.stat_1749783861","text":"Grants Level # Embrace Madness Skill","type":"explicit"},{"id":"explicit.stat_616993076","text":"The Ring takes no Cut","type":"explicit"},{"id":"explicit.stat_3692646597","text":"+#% Chance to Block Attack Damage while affected by Determination","type":"explicit"},{"id":"explicit.stat_889728548","text":"1 Added Passive Skill is Stormrider","type":"explicit"},{"id":"explicit.stat_4288473380","text":"1 Added Passive Skill is Rattling Bellow","type":"explicit"},{"id":"explicit.stat_243713911","text":"Grants Level # Lightning Warp Skill","type":"explicit"},{"id":"explicit.stat_576528026","text":"#% increased Physical Damage while using Pride","type":"explicit"},{"id":"explicit.stat_3207781478","text":"Unaffected by Vulnerability while affected by Determination","type":"explicit"},{"id":"explicit.stat_573223427","text":"#% chance to gain Arcane Surge when you Kill an Enemy","type":"explicit"},{"id":"explicit.stat_1236638414","text":"Minions gain #% of Physical Damage as Extra Cold Damage","type":"explicit"},{"id":"explicit.stat_2648570028","text":"Ancestral Bond","type":"explicit"},{"id":"explicit.stat_3291999509","text":"Shock Reflection","type":"explicit"},{"id":"explicit.stat_3775574601","text":"#% increased Critical Strike Chance for Spells per 100 Player Maximum Life","type":"explicit"},{"id":"explicit.stat_1005475168","text":"1 Added Passive Skill is Powerful Assault","type":"explicit"},{"id":"explicit.stat_1524882321","text":"Counts as all One Handed Melee Weapon Types","type":"explicit"},{"id":"explicit.stat_3492654051","text":"You have Phasing if you have Blocked Recently","type":"explicit"},{"id":"explicit.stat_108334292","text":"#% chance to gain a Divine Charge on Hit","type":"explicit"},{"id":"explicit.stat_1332534089","text":"#% increased Melee Physical Damage against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_4078952782","text":"+# Armour while you do not have Avatar of Fire","type":"explicit"},{"id":"explicit.stat_545408899","text":"Sacrifice #% of your Life when you Use or Trigger a Spell Skill","type":"explicit"},{"id":"explicit.stat_2916280114","text":"Cannot be Stunned by Suppressed Spell Damage","type":"explicit"},{"id":"explicit.stat_2643562209","text":"Adds # to # Cold Damage while affected by Hatred","type":"explicit"},{"id":"explicit.stat_2443492284","text":"Ignites you inflict deal Damage #% faster","type":"explicit"},{"id":"explicit.stat_2066820199","text":"1 Added Passive Skill is Wasting Affliction","type":"explicit"},{"id":"explicit.stat_3041288981","text":"Recover #% of your maximum Mana when you Block","type":"explicit"},{"id":"explicit.stat_3913265126","text":"Gain #% of Weapon Physical Damage as Extra Damage of each Element","type":"explicit"},{"id":"explicit.stat_2170294665","text":"Unique Boss drops divination cards","type":"explicit"},{"id":"explicit.stat_2314111938","text":"1 Added Passive Skill is Mystical Ward","type":"explicit"},{"id":"explicit.stat_1318683911","text":"+#% Player Fire Resistance per 25% Alert Level","type":"explicit"},{"id":"explicit.stat_2075742842","text":"Deal no Non-Lightning Damage","type":"explicit"},{"id":"explicit.stat_2052379536","text":"#% of Physical Damage Converted to Fire while you have Avatar of Fire","type":"explicit"},{"id":"explicit.stat_2135370196","text":"#% increased Maximum Mana per Abyss Jewel affecting you","type":"explicit"},{"id":"explicit.stat_3029185248","text":"#% more Maximum Physical Attack Damage","type":"explicit"},{"id":"explicit.stat_3308936917","text":"#% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill","type":"explicit"},{"id":"explicit.stat_2264586521","text":"Socketed Attacks have +# to Total Mana Cost","type":"explicit"},{"id":"explicit.stat_2343098806","text":"Grants Level # Snipe Skill","type":"explicit"},{"id":"explicit.stat_3676958605","text":"Right ring slot: Regenerate #% of Energy Shield per second","type":"explicit"},{"id":"explicit.stat_3185671537","text":"#% increased Maximum Life per Abyss Jewel affecting you","type":"explicit"},{"id":"explicit.stat_715786975","text":"1 Added Passive Skill is Sap Psyche","type":"explicit"},{"id":"explicit.stat_1811130680","text":"#% increased Mana Recovered","type":"explicit"},{"id":"explicit.stat_414749123","text":"#% chance to gain Adrenaline for 2 Seconds when Leech is\\nremoved by Filling Unreserved Life","type":"explicit"},{"id":"explicit.stat_4263540840","text":"Left ring slot: You cannot Recharge or Regenerate Energy Shield","type":"explicit"},{"id":"explicit.stat_3796013729","text":"Socketed Gems are Supported by Level # Ruthless","type":"explicit"},{"id":"explicit.stat_4216282855","text":"Enemies Blinded by you have #% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_959641748","text":"Removes #% of Mana Recovered from Life when used","type":"explicit"},{"id":"explicit.stat_3913282911","text":"+#% to Chaos Damage over Time Multiplier with Attack Skills","type":"explicit"},{"id":"explicit.stat_2251304016","text":"1 Added Passive Skill is Sublime Form","type":"explicit"},{"id":"explicit.stat_1413864591","text":"#% increased Cold Damage while affected by Hatred","type":"explicit"},{"id":"explicit.stat_2478752719","text":"Critical Strike Chance is increased by Overcapped Lightning Resistance","type":"explicit"},{"id":"explicit.stat_367638058","text":"1 Added Passive Skill is Unwavering Focus","type":"explicit"},{"id":"explicit.stat_1653848515","text":"Cannot be Blinded while affected by Precision","type":"explicit"},{"id":"explicit.stat_1567462963","text":"Socketed Gems are supported by Level # Additional Accuracy","type":"explicit"},{"id":"explicit.stat_3808869043","text":"#% increased Experience Gain of Gems","type":"explicit"},{"id":"explicit.stat_1798459983","text":"#% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Fire","type":"explicit"},{"id":"explicit.stat_3468843137","text":"Damaging Ailments you inflict deal Damage #% faster while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_902747843","text":"#% increased Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_3241494164","text":"Trigger Level # Lightning Bolt when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_1994143317","text":"Socketed Gems are Supported by Level # Elemental Penetration","type":"explicit"},{"id":"explicit.stat_3205239847","text":"#% of Fire Damage from Hits taken as Physical Damage","type":"explicit"},{"id":"explicit.stat_979973117","text":"Grants Level # Smite Skill","type":"explicit"},{"id":"explicit.stat_2357136187","text":"#% increased Rogue\'s Marker value of primary Heist Target","type":"explicit"},{"id":"explicit.stat_2761732967","text":"Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy","type":"explicit"},{"id":"explicit.stat_417509375","text":"Right ring slot: +# to maximum Mana","type":"explicit"},{"id":"explicit.stat_3655769732","text":"+#% to Quality of all Skill Gems","type":"explicit"},{"id":"explicit.stat_2227042420","text":"Your Physical Damage can Chill","type":"explicit"},{"id":"explicit.stat_4290522695","text":"1 Added Passive Skill is Septic Spells","type":"explicit"},{"id":"explicit.stat_2290031712","text":"Strength provides no bonus to Maximum Life","type":"explicit"},{"id":"explicit.stat_1535051459","text":"+#% to Critical Strike Chance against Enemies on Consecrated Ground during Effect","type":"explicit"},{"id":"explicit.stat_1546046884","text":"Gain a Flask Charge when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_1746347097","text":"#% increased Aspect of the Avian Buff Effect","type":"explicit"},{"id":"explicit.stat_2544408546","text":"Aspect of the Avian also grants Avian\'s Might and Avian\'s Flight to nearby Allies","type":"explicit"},{"id":"explicit.stat_1250317014","text":"With at least 40 Strength in Radius, #% increased\\nRarity of Items dropped by Enemies Shattered by Glacial Hammer","type":"explicit"},{"id":"explicit.stat_3188756614","text":"1 Added Passive Skill is Fire Attunement","type":"explicit"},{"id":"explicit.stat_1346311588","text":"You have Phasing while affected by Haste","type":"explicit"},{"id":"explicit.stat_737702863","text":"Grants all bonuses of Unallocated Small Passive Skills in Radius","type":"explicit"},{"id":"explicit.stat_2574694107","text":"+# to Level of Socketed Non-Vaal Gems","type":"explicit"},{"id":"explicit.stat_1138813382","text":"+#% to Chaos Resistance while affected by Purity of Elements","type":"explicit"},{"id":"explicit.stat_3842406602","text":"#% increased Attack Speed if you\'ve taken a Savage Hit Recently","type":"explicit"},{"id":"explicit.stat_2826633504","text":"Projectiles cannot collide with Enemies in Close Range","type":"explicit"},{"id":"explicit.stat_495095219","text":"#% increased Critical Strike Chance for Spells per Raised Spectre","type":"explicit"},{"id":"explicit.stat_3918947537","text":"Triggers Level # Cold Aegis when Equipped","type":"explicit"},{"id":"explicit.stat_1483066460","text":"Arctic Armour has no Reservation","type":"explicit"},{"id":"explicit.stat_1431402553","text":"Gain #% of Physical Damage as Extra Fire Damage per 1 Rage","type":"explicit"},{"id":"explicit.stat_918170065","text":"+#% Monster Mana Leech Resistance","type":"explicit"},{"id":"explicit.stat_3069588220","text":"Nearby Enemies are Crushed while you have at least # Rage","type":"explicit"},{"id":"explicit.stat_614758785","text":"+# Fire Damage taken from Hits","type":"explicit"},{"id":"explicit.stat_1367987042","text":"With 40 Intelligence in Radius, Glacial Cascade has an additional Burst","type":"explicit"},{"id":"explicit.stat_1232004574","text":"#% chance that if you would gain Power Charges, you instead gain up to\\nyour maximum number of Power Charges","type":"explicit"},{"id":"explicit.stat_1606263610","text":"Recover #% of Energy Shield when you Block","type":"explicit"},{"id":"explicit.stat_4104891138","text":"Unaffected by Bleeding while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_1478305007","text":"With 40 Intelligence in Radius, #% of Glacial Cascade Physical Damage\\nConverted to Cold Damage","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_chitus","text":"Commissioned # coins to commemorate Chitus","type":"explicit"},{"id":"explicit.stat_526251910","text":"Cannot Leech Life from Monsters","type":"explicit"},{"id":"explicit.stat_1128763150","text":"Triggers Level # Fire Aegis when Equipped","type":"explicit"},{"id":"explicit.stat_988207959","text":"Skills fire an additional Projectile if you\'ve been Hit Recently","type":"explicit"},{"id":"explicit.stat_3031766858","text":"Shock nearby Enemies for # Seconds when you Focus","type":"explicit"},{"id":"explicit.stat_926444104","text":"Passives granting Lightning Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain a Power Charge on Kill","type":"explicit"},{"id":"explicit.stat_3024338155","text":"Attribute Requirements can be satisfied by #% of Omniscience","type":"explicit"},{"id":"explicit.stat_1741700339","text":"1 Added Passive Skill is Thunderstruck","type":"explicit"},{"id":"explicit.stat_1411347992","text":"Modifiers to Attributes instead apply to Omniscience","type":"explicit"},{"id":"explicit.stat_3241234878","text":"Left ring slot: Regenerate # Mana per Second","type":"explicit"},{"id":"explicit.stat_1195319608","text":"#% increased Energy Shield from Equipped Body Armour","type":"explicit"},{"id":"explicit.stat_3839163699","text":"Socketed Gems are Supported by Level # Advanced Traps","type":"explicit"},{"id":"explicit.stat_73272763","text":"#% reduced Mana Cost of Skills when on Low Life","type":"explicit"},{"id":"explicit.stat_3860179422","text":"1 Added Passive Skill is Destructive Aspect","type":"explicit"},{"id":"explicit.stat_1637928656","text":"+#% to all Elemental Resistances while on Low Life","type":"explicit"},{"id":"explicit.stat_3362879252","text":"Notable Passive Skills in Radius are Transformed to\\ninstead grant: Minions have #% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_632209492","text":"Cover Enemies in Frost on Hit for # seconds against Enemies that are on Full Life","type":"explicit"},{"id":"explicit.stat_1023968711","text":"Hits with this Weapon gain #% of Physical Damage as Extra Cold or Lightning Damage","type":"explicit"},{"id":"explicit.stat_2144634814","text":"1 Added Passive Skill is Eternal Suffering","type":"explicit"},{"id":"explicit.stat_77045106","text":"1 Added Passive Skill is Ancestral Inspiration","type":"explicit"},{"id":"explicit.stat_1360925132","text":"Adds Nature\'s Patience","type":"explicit"},{"id":"explicit.stat_2674214144","text":"#% chance to Curse Enemies which Hit you with a random Hex, ignoring Curse Limit","type":"explicit"},{"id":"explicit.stat_715256302","text":"Socketed Gems are Supported by Level # Brutality","type":"explicit"},{"id":"explicit.stat_956384511","text":"+#% to Critical Strike Multiplier per 1% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_376158712","text":"Players are Cursed with Conductivity","type":"explicit"},{"id":"explicit.stat_1478247313","text":"+#% to Critical Strike Multiplier if you haven\'t dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1309218394","text":"1 Added Passive Skill is Introspection","type":"explicit"},{"id":"explicit.stat_2114080270","text":"Culling Strike against Enemies Cursed with Poacher\'s Mark","type":"explicit"},{"id":"explicit.stat_3308185931","text":"Unaffected by Burning Ground while affected by Purity of Fire","type":"explicit"},{"id":"explicit.stat_2522975315","text":"Lose all Frenzy Charges on reaching Maximum Frenzy Charges to make the next Bow Attack you perform fire that many additional Arrows","type":"explicit"},{"id":"explicit.stat_67637087","text":"#% less Damage taken if you have not been Hit Recently","type":"explicit"},{"id":"explicit.stat_2569472704","text":"+#% to all Elemental Resistances per 15 Omniscience","type":"explicit"},{"id":"explicit.stat_1626712767","text":"+#% to Critical Strike Multiplier if you\'ve dealt a Non-Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1982144275","text":"+# Maximum Life per Level","type":"explicit"},{"id":"explicit.stat_1698276268","text":"Projectiles that have Chained gain #% of Non-Chaos Damage as extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_1649883131","text":"#% chance to Avoid Elemental Damage from Hits per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_1101250813","text":"1 Added Passive Skill is Set and Forget","type":"explicit"},{"id":"explicit.stat_1959256242","text":"You have Onslaught while not on Low Mana","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_kiloava","text":"Commanded leadership over # warriors under Kiloava","type":"explicit"},{"id":"explicit.stat_1528823952","text":"# Cold Damage taken per second per Frenzy Charge while moving","type":"explicit"},{"id":"explicit.stat_1214532298","text":"+#% Chance to Block Attack Damage if there are at least 5 nearby Enemies","type":"explicit"},{"id":"explicit.stat_3880462354","text":"Grants Level # Herald of Ash Skill","type":"explicit"},{"id":"explicit.stat_2809802678","text":"Skills fire an additional Projectile if you\'ve used a Movement Skill Recently","type":"explicit"},{"id":"explicit.stat_635485889","text":"#% increased Life Reservation Efficiency of Skills","type":"explicit"},{"id":"explicit.stat_282757414","text":"Socketed Gems are Supported by Level # Pulverise","type":"explicit"},{"id":"explicit.stat_547412107","text":"#% increased Vaal Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_2868692131","text":"Gain Elusive on reaching Low Life","type":"explicit"},{"id":"explicit.stat_1645524575","text":"Passives granting Fire Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain an Endurance Charge on Kill","type":"explicit"},{"id":"explicit.stat_3753703249","text":"Gain #% of Physical Damage as Extra Damage of a random Element","type":"explicit"},{"id":"explicit.stat_1011863394","text":"Impales you inflict last # additional Hits while using Pride","type":"explicit"},{"id":"explicit.stat_2723101291","text":"Adds # to # Physical Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_314741699","text":"#% increased Attack Speed while a Rare or Unique Enemy is Nearby","type":"explicit"},{"id":"explicit.stat_37078857","text":"1 Added Passive Skill is Fasting","type":"explicit"},{"id":"explicit.stat_3627458291","text":"+#% to Critical Strike Multiplier while affected by Anger","type":"explicit"},{"id":"explicit.stat_775689239","text":"1 Added Passive Skill is Blessed","type":"explicit"},{"id":"explicit.stat_3400437584","text":"#% increased Damage per 1% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_307410279","text":"Recover an additional #% of Flask\'s Life Recovery Amount over 10 seconds if used while not on Full Life","type":"explicit"},{"id":"explicit.stat_1795365307","text":"#% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3088183606","text":"+# to Armour per 5 Evasion Rating on Equipped Shield","type":"explicit"},{"id":"explicit.stat_1798719926","text":"Adds Kineticism","type":"explicit"},{"id":"explicit.stat_3418772","text":"Socketed Gems have #% chance to cause Enemies to Flee on Hit","type":"explicit"},{"id":"explicit.stat_3098087057","text":"#% increased Damage on Burning Ground","type":"explicit"},{"id":"explicit.stat_3134790305","text":"Enemies you Shock have #% reduced Movement Speed","type":"explicit"},{"id":"explicit.stat_2337273077","text":"1 Added Passive Skill is Life from Death","type":"explicit"},{"id":"explicit.stat_1551563177","text":"Players are Cursed with Despair","type":"explicit"},{"id":"explicit.stat_2487643588","text":"Socketed Gems are Supported by Level # Less Duration","type":"explicit"},{"id":"explicit.stat_113147867","text":"Lose #% of Mana when you use an Attack Skill","type":"explicit"},{"id":"explicit.stat_3860869243","text":"Adds Disciple of Kitava","type":"explicit"},{"id":"explicit.stat_4182502594","text":"Area has # waves of monsters","type":"explicit"},{"id":"explicit.stat_52953650","text":"Grants Level # Envy Skill","type":"explicit"},{"id":"explicit.stat_4054656914","text":"1 Added Passive Skill is Vicious Guard","type":"explicit"},{"id":"explicit.stat_2609732382","text":"Area has # seconds between monster waves","type":"explicit"},{"id":"explicit.stat_664010431","text":"1 Added Passive Skill is Veteran Defender","type":"explicit"},{"id":"explicit.stat_2121424530","text":"#% increased Effect of Auras from Mines","type":"explicit"},{"id":"explicit.stat_1165583295","text":"Regenerate #% of Life per second while affected by Vitality","type":"explicit"},{"id":"explicit.stat_3294884567","text":"1 Added Passive Skill is Ancestral Reach","type":"explicit"},{"id":"explicit.stat_983989924","text":"#% reduced Elemental Damage taken while stationary","type":"explicit"},{"id":"explicit.stat_2913581789","text":"1 Added Passive Skill is Precise Focus","type":"explicit"},{"id":"explicit.stat_1625939562","text":"1 Added Passive Skill is Advance Guard","type":"explicit"},{"id":"explicit.stat_854225133","text":"You have no Life Regeneration","type":"explicit"},{"id":"explicit.stat_969576725","text":"+#% chance to Evade Attack Hits while affected by Grace","type":"explicit"},{"id":"explicit.stat_3273962791","text":"+# metre to Melee Strike Range while Unarmed","type":"explicit"},{"id":"explicit.stat_3087912144","text":"Passive Skills in Radius also grant: #% increased Unarmed Attack Speed with Melee Skills","type":"explicit"},{"id":"explicit.stat_3659983276","text":"Notable Passive Skills in Radius are Transformed to\\ninstead grant: Minions take #% increased Damage","type":"explicit"},{"id":"explicit.stat_80470845","text":"#% increased Energy Shield Recovery Rate while affected by Discipline","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_zerphi","text":"Bathed in the blood of # sacrificed in the name of Zerphi","type":"explicit"},{"id":"explicit.stat_1239251576","text":"Lockdown occurs immediately when Alert Level is full","type":"explicit"},{"id":"explicit.stat_50129423","text":"1 Added Passive Skill is Exploit Weakness","type":"explicit"},{"id":"explicit.stat_74338099","text":"Skills fire an additional Projectile","type":"explicit"},{"id":"explicit.stat_252194507","text":"#% increased Cast Speed during any Flask Effect","type":"explicit"},{"id":"explicit.stat_2307982579","text":"Nearby Enemies Killed by anyone count as being Killed by you instead","type":"explicit"},{"id":"explicit.stat_2118664144","text":"1 Added Passive Skill is Mage Hunter","type":"explicit"},{"id":"explicit.stat_2699118751","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Elemental Skills","type":"explicit"},{"id":"explicit.stat_4193902224","text":"Unaffected by Blind","type":"explicit"},{"id":"explicit.stat_2831391506","text":"Gain #% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity","type":"explicit"},{"id":"explicit.stat_2442647190","text":"Recover #% of Life when you Block","type":"explicit"},{"id":"explicit.stat_3337107517","text":"#% increased Fire Damage while affected by Anger","type":"explicit"},{"id":"explicit.stat_534844170","text":"Immune to Curses while you have at least # Rage","type":"explicit"},{"id":"explicit.stat_1955994922","text":"Enemy Hits inflict Temporal Chains on you","type":"explicit"},{"id":"explicit.stat_242161915","text":"+#% to all Elemental Resistances per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_4228951304","text":"#% reduced Enemy Stun Threshold during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3893109186","text":"#% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block","type":"explicit"},{"id":"explicit.stat_149574107","text":"Adds # to # Cold Damage to Attacks with this Weapon per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_773846741","text":"Inflict Decay on Enemies you Curse with Hex Skills, dealing # Chaos Damage per Second for 8 Seconds","type":"explicit"},{"id":"explicit.stat_1499057234","text":"1 Added Passive Skill is Battlefield Dominator","type":"explicit"},{"id":"explicit.stat_405941409","text":"Regenerate # Life per second for each Uncorrupted Item Equipped","type":"explicit"},{"id":"explicit.stat_2828710986","text":"Socketed Spells have +#% to Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_1016185292","text":"#% faster start of Energy Shield Recharge while affected by Discipline","type":"explicit"},{"id":"explicit.stat_2106756686","text":"#% of Physical Damage Converted to Lightning Damage while affected by Wrath","type":"explicit"},{"id":"explicit.stat_4154709486","text":"1 Added Passive Skill is Militarism","type":"explicit"},{"id":"explicit.stat_1965393792","text":"Grants Level # Death Wish Skill","type":"explicit"},{"id":"explicit.stat_1130670241","text":"#% faster Restoration of Ward","type":"explicit"},{"id":"explicit.stat_3329402420","text":"#% increased Movement Speed while affected by Grace","type":"explicit"},{"id":"explicit.stat_1526625193","text":"#% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges","type":"explicit"},{"id":"explicit.stat_156080652","text":"1 Added Passive Skill is Evil Eye","type":"explicit"},{"id":"explicit.stat_4149388787","text":"#% increased effect of Tattoos in Radius","type":"explicit"},{"id":"explicit.stat_2062792091","text":"#% chance to Trigger Socketed Spells when you Focus, with a 0.25 second Cooldown","type":"explicit"},{"id":"explicit.stat_445906009","text":"#% chance to lose a Frenzy Charge when you use a Travel Skill","type":"explicit"},{"id":"explicit.stat_2966482502","text":"Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges","type":"explicit"},{"id":"explicit.stat_4107150355","text":"Enemies you Shock have #% reduced Cast Speed","type":"explicit"},{"id":"explicit.stat_2753985507","text":"+#% to Critical Strike Chance while affected by Hatred","type":"explicit"},{"id":"explicit.stat_2205982416","text":"1 Added Passive Skill is Broadside","type":"explicit"},{"id":"explicit.stat_4076910393","text":"Cannot Block Spell Damage","type":"explicit"},{"id":"explicit.stat_3881737087","text":"1 Added Passive Skill is Mortifying Aspect","type":"explicit"},{"id":"explicit.stat_4245204226","text":"Gain #% of Physical Damage as Extra Fire Damage while affected by Anger","type":"explicit"},{"id":"explicit.stat_973269941","text":"Attacks with this Weapon have Added Maximum Lightning Damage equal to #% of Player\'s Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_2674336304","text":"Nearby Enemies have +#% to Cold Resistance","type":"explicit"},{"id":"explicit.stat_531868030","text":"Vulnerability has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_1633381214","text":"#% chance to gain an additional Vaal Soul per Enemy Shattered","type":"explicit"},{"id":"explicit.stat_214835567","text":"#% increased Critical Strike Chance against Enemies on Consecrated Ground while affected by Zealotry","type":"explicit"},{"id":"explicit.stat_325204898","text":"Allocated Small Passive Skills in Radius grant nothing","type":"explicit"},{"id":"explicit.stat_3165492062","text":"#% increased Vaal Skill Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2783958145","text":"#% more Maximum Life","type":"explicit"},{"id":"explicit.stat_383557755","text":"Acrobatics","type":"explicit"},{"id":"explicit.stat_387596329","text":"+# seconds to Cat\'s Stealth Duration","type":"explicit"},{"id":"explicit.stat_1777740627","text":"Life that would be lost by taking Damage is instead Reserved\\nuntil you take no Damage to Life for # second","type":"explicit"},{"id":"explicit.stat_694123963","text":"You are Cursed with Vulnerability","type":"explicit"},{"id":"explicit.stat_4259701244","text":"Gain # Life per Enemy Hit while affected by Vitality","type":"explicit"},{"id":"explicit.stat_2383304564","text":"#% of Damage taken from Mana before Life while affected by Clarity","type":"explicit"},{"id":"explicit.stat_3049436415","text":"Gain Onslaught for # seconds when you Warcry","type":"explicit"},{"id":"explicit.stat_42242677","text":"#% chance to Avoid Fire Damage from Hits","type":"explicit"},{"id":"explicit.stat_1077131949","text":"Damage Penetrates #% Lightning Resistance while affected by Wrath","type":"explicit"},{"id":"explicit.stat_1115914670","text":"+# to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield","type":"explicit"},{"id":"explicit.stat_4263287206","text":"1 Added Passive Skill is Rend","type":"explicit"},{"id":"explicit.stat_2332726055","text":"#% chance to Freeze during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3750572810","text":"+# to Total Mana Cost of Skills for each Corrupted Item Equipped","type":"explicit"},{"id":"explicit.stat_1353571444","text":"1 Added Passive Skill is Fettle","type":"explicit"},{"id":"explicit.stat_201731102","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Lightning Skills","type":"explicit"},{"id":"explicit.stat_3107439245","text":"#% chance on completing a Heist to generate an additional Reveal with Whakano","type":"explicit"},{"id":"explicit.stat_1817023621","text":"+#% to Critical Strike Multiplier while affected by Precision","type":"explicit"},{"id":"explicit.stat_542238572","text":"Added Small Passive Skills also grant: Minions Regenerate #% of Life per Second","type":"explicit"},{"id":"explicit.stat_3158958938","text":"#% reduced Reflected Physical Damage taken","type":"explicit"},{"id":"explicit.stat_738821856","text":"Lose no Experience when you die because a Linked target died","type":"explicit"},{"id":"explicit.stat_2383388829","text":"#% chance to gain a Power Charge when you use a Vaal Skill","type":"explicit"},{"id":"explicit.stat_2602664175","text":"Minions Recover #% of Life on Killing a Poisoned Enemy","type":"explicit"},{"id":"explicit.stat_4261620841","text":"Area contains additional waves of Oriathan Zombies","type":"explicit"},{"id":"explicit.stat_1672793731","text":"+# to Level of Socketed Warcry Gems","type":"explicit"},{"id":"explicit.stat_3686711832","text":"Grants Last Breath when you Use a Skill during Effect, for #% of Mana Cost","type":"explicit"},{"id":"explicit.stat_1962922582","text":"#% chance to gain an additional Vaal Soul on Kill","type":"explicit"},{"id":"explicit.stat_991194404","text":"Regenerate #% of Energy Shield per Second while affected by Discipline","type":"explicit"},{"id":"explicit.stat_608164368","text":"1 Added Passive Skill is Wish for Death","type":"explicit"},{"id":"explicit.stat_3888064854","text":"#% chance to Ignite during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3603695769","text":"1 Added Passive Skill is Spring Back","type":"explicit"},{"id":"explicit.stat_2238831336","text":"Your Maximum Frenzy Charges is equal to your Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_15523600","text":"Enemies Blinded by you while you are Blinded have Malediction","type":"explicit"},{"id":"explicit.stat_1901158930","text":"Bleeding cannot be inflicted on you","type":"explicit"},{"id":"explicit.stat_1013470938","text":"1 Added Passive Skill is Deadly Repartee","type":"explicit"},{"id":"explicit.stat_2210267337","text":"Area contains additional waves of Bone Rhoas","type":"explicit"},{"id":"explicit.stat_464535071","text":"#% increased Trap and Mine Throwing Speed","type":"explicit"},{"id":"explicit.stat_4109038270","text":"Elemental Hit deals #% increased Damage","type":"explicit"},{"id":"explicit.stat_462115791","text":"1 Added Passive Skill is Doedre\'s Spite","type":"explicit"},{"id":"explicit.stat_407317553","text":"Socketed Gems are Supported by Level # Increased Duration","type":"explicit"},{"id":"explicit.stat_3375516056","text":"+#% Global Critical Strike Multiplier while you have a Frenzy Charge","type":"explicit"},{"id":"explicit.stat_311641062","text":"#% chance for Flasks you use to not consume Charges","type":"explicit"},{"id":"explicit.stat_3948776386","text":"#% increased Damage per 15 Strength","type":"explicit"},{"id":"explicit.stat_556659145","text":"#% increased Mana Recovery Rate while affected by Clarity","type":"explicit"},{"id":"explicit.stat_2421436896","text":"Arrows Fork","type":"explicit"},{"id":"explicit.stat_2724985127","text":"Area contains additional waves of Zombies","type":"explicit"},{"id":"explicit.stat_1791875585","text":"Gain an Endurance Charge when you lose a Power Charge","type":"explicit"},{"id":"explicit.stat_606940191","text":"#% chance to Scorch Enemies","type":"explicit"},{"id":"explicit.stat_3397728378","text":"Area contains additional waves of Ghosts","type":"explicit"},{"id":"explicit.stat_3898572660","text":"1 Added Passive Skill is Holy Conquest","type":"explicit"},{"id":"explicit.stat_4198497576","text":"Cannot inflict Ignite","type":"explicit"},{"id":"explicit.stat_2323242761","text":"#% chance to gain a Frenzy Charge on Hit","type":"explicit"},{"id":"explicit.stat_1217959763","text":"Area contains additional waves of Raging Spirits","type":"explicit"},{"id":"explicit.stat_1819086604","text":"#% chance to lose a Power Charge when you gain Elusive","type":"explicit"},{"id":"explicit.stat_1195140808","text":"Flammability has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_2021420128","text":"Trigger Level # Warlords\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_3082079953","text":"Elemental Resistances are capped by your highest Maximum Elemental Resistance instead","type":"explicit"},{"id":"explicit.stat_1710207583","text":"#% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Elements","type":"explicit"},{"id":"explicit.stat_2938895712","text":"1 Added Passive Skill is Cooked Alive","type":"explicit"},{"id":"explicit.stat_891277550","text":"Socketed Gems are supported by Level # Life Leech","type":"explicit"},{"id":"explicit.stat_143510471","text":"+#% chance to Avoid Elemental Damage from Hits while Phasing","type":"explicit"},{"id":"explicit.stat_2584264074","text":"You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently","type":"explicit"},{"id":"explicit.stat_3765507527","text":"Gain # Energy Shield per Enemy Hit while affected by Discipline","type":"explicit"},{"id":"explicit.stat_1424305790","text":"Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges","type":"explicit"},{"id":"explicit.stat_3304203764","text":"+#% Chance to Block Attack Damage from Cursed Enemies","type":"explicit"},{"id":"explicit.stat_3083201633","text":"#% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2583415204","text":"+#% to Damage over Time Multiplier for Bleeding per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2223565123","text":"Socketed Gems are Supported by Level # Greater Volley","type":"explicit"},{"id":"explicit.stat_2444534954","text":"#% increased Cast Speed while affected by Zealotry","type":"explicit"},{"id":"explicit.stat_2690790844","text":"#% increased Life Recovery Rate while affected by Vitality","type":"explicit"},{"id":"explicit.stat_2055715585","text":"1 Added Passive Skill is Lord of Drought","type":"explicit"},{"id":"explicit.stat_3332055899","text":"#% increased Cooldown Recovery Rate of Movement Skills used while affected by Haste","type":"explicit"},{"id":"explicit.stat_2434030180","text":"Consecrated Ground you create while affected by Zealotry causes enemies to take #% increased Damage","type":"explicit"},{"id":"explicit.stat_2905429068","text":"You have Resolute Technique while you do not have Elemental Overload","type":"explicit"},{"id":"explicit.stat_3191479793","text":"#% increased effect of Offerings","type":"explicit"},{"id":"explicit.stat_1963540179","text":"This Weapon\'s Critical Strike Chance is 100%","type":"explicit"},{"id":"explicit.stat_183591019","text":"1 Added Passive Skill is Disease Vector","type":"explicit"},{"id":"explicit.stat_2948375275","text":"#% increased Critical Strike Chance per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_1693676706","text":"Gain Onslaught for # seconds when you Cast Socketed Golem Skill","type":"explicit"},{"id":"explicit.stat_1699077932","text":"#% chance to Recover 10% of Mana when you use a Skill while affected by Clarity","type":"explicit"},{"id":"explicit.stat_2523334466","text":"Adds # to # Chaos Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_532324017","text":"#% chance to Sap Enemies","type":"explicit"},{"id":"explicit.stat_2350900742","text":"1 Added Passive Skill is Grand Design","type":"explicit"},{"id":"explicit.stat_2244243943","text":"1 Added Passive Skill is Weight Advantage","type":"explicit"},{"id":"explicit.stat_2713357573","text":"#% additional Physical Damage Reduction while moving","type":"explicit"},{"id":"explicit.stat_2668070396","text":"Trigger Level # Shock Ground when Hit","type":"explicit"},{"id":"explicit.stat_510654792","text":"1 Added Passive Skill is Natural Vigour","type":"explicit"},{"id":"explicit.stat_990377349","text":"Cannot inflict Shock","type":"explicit"},{"id":"explicit.stat_1849042097","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Fire Skills","type":"explicit"},{"id":"explicit.stat_3106951888","text":"Socketed Vaal Skills deal #% more Damage","type":"explicit"},{"id":"explicit.stat_3262895685","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed while affected by a Herald","type":"explicit"},{"id":"explicit.stat_796406325","text":"#% chance to Shock during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3539175001","text":"1 Added Passive Skill is Savour the Moment","type":"explicit"},{"id":"explicit.stat_1038955006","text":"1 Added Passive Skill is Dragon Hunter","type":"explicit"},{"id":"explicit.stat_911695185","text":"#% chance to gain a Frenzy Charge on Critical Strike at Close Range","type":"explicit"},{"id":"explicit.stat_2494027711","text":"Maximum Absorption Charges is equal to Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_1505850286","text":"Adds Lone Messenger","type":"explicit"},{"id":"explicit.stat_1135194732","text":"Can have # additional Enchantment Modifiers","type":"explicit"},{"id":"explicit.stat_3737604164","text":"1 Added Passive Skill is Eldritch Inspiration","type":"explicit"},{"id":"explicit.stat_2155513095","text":"Critical Strike Chance is increased by Lightning Resistance","type":"explicit"},{"id":"explicit.stat_393565679","text":"1 Added Passive Skill is Arcane Adept","type":"explicit"},{"id":"explicit.stat_601272515","text":"#% increased Chaos Damage over Time","type":"explicit"},{"id":"explicit.stat_435737693","text":"With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds","type":"explicit"},{"id":"explicit.stat_1612414696","text":"1 Added Passive Skill is Blowback","type":"explicit"},{"id":"explicit.stat_3801128794","text":"#% increased Damage per 15 Intelligence","type":"explicit"},{"id":"explicit.stat_1816894864","text":"Enemies Chilled by your Hits have Damage taken increased by Chill Effect","type":"explicit"},{"id":"explicit.stat_3119292058","text":"Enemies Chilled by your Hits can be Shattered as though Frozen","type":"explicit"},{"id":"explicit.stat_873224517","text":"#% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Elements","type":"explicit"},{"id":"explicit.stat_4096656097","text":"+#% to Damage over Time Multiplier for Poison inflicted with this Weapon","type":"explicit"},{"id":"explicit.stat_3243062554","text":"#% of Attack Damage Leeched as Life per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_913919528","text":"Socketed Gems are Supported by Level # Spell Echo","type":"explicit"},{"id":"explicit.stat_1038897629","text":"1 Added Passive Skill is Raze and Pillage","type":"explicit"},{"id":"explicit.stat_2181129193","text":"#% additional Physical Damage Reduction while stationary","type":"explicit"},{"id":"explicit.stat_3835570161","text":"Minions gain Unholy Might for # seconds on Kill","type":"explicit"},{"id":"explicit.stat_1785942004","text":"#% Chance to Trigger Level 18 Summon Spectral Wolf on Kill","type":"explicit"},{"id":"explicit.stat_2025297472","text":"#% increased Attack Speed for each Map Item Modifier affecting the Area","type":"explicit"},{"id":"explicit.stat_1777139212","text":"1 Added Passive Skill is Corrosive Elements","type":"explicit"},{"id":"explicit.stat_2372915005","text":"1 Added Passive Skill is Pure Might","type":"explicit"},{"id":"explicit.stat_3594661200","text":"Enemies Chilled by your Hits lessen their Damage dealt by half of Chill Effect","type":"explicit"},{"id":"explicit.stat_1567542124","text":"Unaffected by Conductivity while affected by Purity of Lightning","type":"explicit"},{"id":"explicit.stat_698336758","text":"#% increased Attack Damage for each Map Item Modifier affecting the Area","type":"explicit"},{"id":"explicit.stat_664849247","text":"#% of Physical Damage Converted to Cold Damage while affected by Hatred","type":"explicit"},{"id":"explicit.stat_4222265138","text":"1 Added Passive Skill is Assert Dominance","type":"explicit"},{"id":"explicit.stat_3779771090","text":"Temporal Chains has #% reduced Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_3996149330","text":"+# to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3344568504","text":"#% chance to Trigger Level 20 Arcane Wake after Spending a total of 200 Mana","type":"explicit"},{"id":"explicit.stat_410939404","text":"1 Added Passive Skill is Deep Cuts","type":"explicit"},{"id":"explicit.stat_612223930","text":"Cannot inflict Freeze or Chill","type":"explicit"},{"id":"explicit.stat_3579673398","text":"Hits with this Weapon Overwhelm #% Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_578355556","text":"1 Added Passive Skill is Warning Call","type":"explicit"},{"id":"explicit.stat_3605834869","text":"Skills gain a Base Life Cost equal to #% of Base Mana Cost","type":"explicit"},{"id":"explicit.stat_2048747572","text":"#% increased Attack Damage while affected by Precision","type":"explicit"},{"id":"explicit.stat_1603621602","text":"1 Added Passive Skill is Dark Ideation","type":"explicit"},{"id":"explicit.stat_1840751341","text":"#% increased Duration of Ailments you inflict while Focused","type":"explicit"},{"id":"explicit.stat_3950683692","text":"1 Added Passive Skill is Electric Presence","type":"explicit"},{"id":"explicit.stat_3767939384","text":"Nearby Allies have #% increased Defences per 100 Strength you have","type":"explicit"},{"id":"explicit.stat_2806391472","text":"Unaffected by Temporal Chains while affected by Haste","type":"explicit"},{"id":"explicit.stat_3500334379","text":"1 Added Passive Skill is Steady Torment","type":"explicit"},{"id":"explicit.stat_2467500499","text":"Players in Areas take on the form of Harbingers\\nItems found in Areas are replaced by stacks of Currency Shards","type":"explicit"},{"id":"explicit.stat_3375208082","text":"Socketed Gems are Supported by Level # Endurance Charge on Melee Stun","type":"explicit"},{"id":"explicit.stat_192842973","text":"#% increased Attack Damage per 450 Armour","type":"explicit"},{"id":"explicit.stat_4197792189","text":"You can be Touched by Tormented Spirits","type":"explicit"},{"id":"explicit.stat_3371719014","text":"#% chance to deal Double Damage while using Pride","type":"explicit"},{"id":"explicit.stat_3945685369","text":"Your Movement Speed is #% of its base value","type":"explicit"},{"id":"explicit.stat_244239777","text":"All Damage Taken from Hits can Chill you","type":"explicit"},{"id":"explicit.stat_2280488002","text":"Stun Threshold is based on #% of your Mana instead of Life","type":"explicit"},{"id":"explicit.stat_3251705960","text":"#% increased Rarity of Items found during Effect","type":"explicit"},{"id":"explicit.stat_3036440332","text":"Socketed Gems are Supported by Level # Cast when Damage Taken","type":"explicit"},{"id":"explicit.stat_2429546158","text":"Grants Level # Hatred Skill","type":"explicit"},{"id":"explicit.stat_858460086","text":"Socketed Gems are Supported by Level # Meat Shield","type":"explicit"},{"id":"explicit.stat_898270877","text":"#% increased Effect of Chills you inflict while Leeching Mana","type":"explicit"},{"id":"explicit.stat_380220671","text":"#% of Damage taken while affected by Clarity Recouped as Mana","type":"explicit"},{"id":"explicit.stat_4102393882","text":"Unaffected by Shock while Leeching Energy Shield","type":"explicit"},{"id":"explicit.stat_845306697","text":"1 Added Passive Skill is Readiness","type":"explicit"},{"id":"explicit.stat_121436064","text":"#% of Lightning Damage is Leeched as Energy Shield while affected by Wrath","type":"explicit"},{"id":"explicit.stat_2194205899","text":"1 Added Passive Skill is Grim Oath","type":"explicit"},{"id":"explicit.stat_1873457881","text":"#% additional Physical Damage Reduction while affected by Determination","type":"explicit"},{"id":"explicit.stat_3229976559","text":"#% increased Reservation of Skills per 250 total Attributes","type":"explicit"},{"id":"explicit.stat_2778228111","text":"Attack Skills have Added Lightning Damage equal to #% of maximum Mana","type":"explicit"},{"id":"explicit.stat_493812998","text":"+# to Level of all Intelligence Skill Gems","type":"explicit"},{"id":"explicit.stat_1821748178","text":"1 Added Passive Skill is Cry Wolf","type":"explicit"},{"id":"explicit.stat_207635700","text":"Debuffs on you expire #% faster while affected by Haste","type":"explicit"},{"id":"explicit.stat_4071658793","text":"+#% chance to Suppress Spell Damage while affected by Grace","type":"explicit"},{"id":"explicit.stat_68410701","text":"You take #% reduced Extra Damage from Critical Strikes while affected by Determination","type":"explicit"},{"id":"explicit.stat_3699494172","text":"Socketed Gems are Supported by Level # Unbound Ailments","type":"explicit"},{"id":"explicit.stat_3545269928","text":"#% increased Effect of Elusive on you per Power Charge","type":"explicit"},{"id":"explicit.stat_4031851097","text":"Deal no Non-Elemental Damage","type":"explicit"},{"id":"explicit.stat_322835727","text":"#% chance to gain a Power Charge when you Cast a Curse Spell","type":"explicit"},{"id":"explicit.stat_56720831","text":"Adds Secrets of Suffering","type":"explicit"},{"id":"explicit.stat_679080252","text":"Added Small Passive Skills also grant: #% increased Projectile Speed","type":"explicit"},{"id":"explicit.stat_3430523735","text":"Dread Banner grants an additional +# to maximum Fortification when placing the Banner","type":"explicit"},{"id":"explicit.stat_1734275536","text":"1 Added Passive Skill is Peace Amidst Chaos","type":"explicit"},{"id":"explicit.stat_1276712564","text":"+# to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3828375170","text":"Bleeding you inflict deals Damage #% faster","type":"explicit"},{"id":"explicit.stat_3173297737","text":"#% chance to gain Onslaught for 10 seconds on Killing Blow","type":"explicit"},{"id":"explicit.stat_2918755450","text":"1 Added Passive Skill is Fan the Flames","type":"explicit"},{"id":"explicit.stat_3995612171","text":"#% increased Arctic Armour Buff Effect","type":"explicit"},{"id":"explicit.stat_2567659895","text":"Unaffected by Shocked Ground while affected by Purity of Lightning","type":"explicit"},{"id":"explicit.stat_1476913894","text":"1 Added Passive Skill is Shifting Shadow","type":"explicit"},{"id":"explicit.stat_415837237","text":"Nearby Enemies take #% increased Physical Damage","type":"explicit"},{"id":"explicit.stat_362838683","text":"#% increased Life Recovery from Flasks while affected by Vitality","type":"explicit"},{"id":"explicit.stat_1570474940","text":"1 Added Passive Skill is Rapid Infusion","type":"explicit"},{"id":"explicit.stat_3833160777","text":"All Damage with Hits can Chill","type":"explicit"},{"id":"explicit.stat_4120556534","text":"1 Added Passive Skill is Aerodynamics","type":"explicit"},{"id":"explicit.stat_731840035","text":"1 Added Passive Skill is Non-Flammable","type":"explicit"},{"id":"explicit.stat_128585622","text":"Minions are Aggressive","type":"explicit"},{"id":"explicit.stat_3032585258","text":"#% chance to gain a Frenzy Charge on Critical Strike","type":"explicit"},{"id":"explicit.stat_2813516522","text":"#% increased Effect of Buffs granted by Socketed Golem Skills","type":"explicit"},{"id":"explicit.stat_2021058489","text":"+#% chance to Evade Attack Hits","type":"explicit"},{"id":"explicit.stat_844812352","text":"#% chance in Heists for Orbs of Alteration to drop as Chaos Orbs instead","type":"explicit"},{"id":"explicit.stat_3491815140","text":"#% increased Spell Damage per 100 Player Maximum Life","type":"explicit"},{"id":"explicit.stat_406887685","text":"+# to Maximum Rage while wielding a Sword","type":"explicit"},{"id":"explicit.stat_966400988","text":"Herald of Thunder has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_1924041432","text":"Projectiles gain #% of Non-Chaos Damage as extra Chaos Damage per Chain","type":"explicit"},{"id":"explicit.stat_1919069577","text":"Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry","type":"explicit"},{"id":"explicit.stat_2500585555","text":"For each nearby corpse, Regenerate # Life per second","type":"explicit"},{"id":"explicit.stat_3379724776","text":"#% of Non-Chaos Damage taken bypasses Energy Shield","type":"explicit"},{"id":"explicit.stat_3452269808","text":"#% chance to avoid Projectiles","type":"explicit"},{"id":"explicit.stat_2306836071","text":"Gain Brutal Charges instead of Endurance Charges","type":"explicit"},{"id":"explicit.stat_2462976337","text":"Socketed Melee Gems have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_3844016207","text":"#% chance to Trigger Level 1 Raise Spiders on Kill","type":"explicit"},{"id":"explicit.stat_1271338211","text":"Grants Level # Intimidating Cry Skill","type":"explicit"},{"id":"explicit.stat_699756626","text":"Quicksilver Flasks you Use also apply to nearby Allies","type":"explicit"},{"id":"explicit.stat_3237923082","text":"Socketed Gems are Supported by Level # Momentum","type":"explicit"},{"id":"explicit.stat_3257074218","text":"1 Added Passive Skill is Master of Command","type":"explicit"},{"id":"explicit.stat_2841027131","text":"Regenerate # Life per second while moving","type":"explicit"},{"id":"explicit.stat_4253105373","text":"Herald of Agony has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_3272283603","text":"#% chance to Taunt on Hit","type":"explicit"},{"id":"explicit.stat_4294344579","text":"Adds # to # Chaos Damage for each Curse on the Enemy","type":"explicit"},{"id":"explicit.stat_281949611","text":"Immune to Shock while affected by Purity of Lightning","type":"explicit"},{"id":"explicit.stat_4080206249","text":"Gain up to maximum Endurance Charges when you take a Critical Strike","type":"explicit"},{"id":"explicit.stat_713280739","text":"Added Small Passive Skills also grant: #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_364728407","text":"Trigger Level # Poacher\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_3537762266","text":"Herald of Ice has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_3896241826","text":"Hits against Nearby Enemies have #% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_2122561670","text":"Spells which have gained Intensity Recently lose 1 Intensity every # Seconds","type":"explicit"},{"id":"explicit.stat_1462135249","text":"1 Added Passive Skill is Master of Fire","type":"explicit"},{"id":"explicit.stat_4164990693","text":"Damage Penetrates #% Lightning Resistance during Effect","type":"explicit"},{"id":"explicit.stat_2912949210","text":"1 Added Passive Skill is Alchemist","type":"explicit"},{"id":"explicit.stat_729367217","text":"#% increased Minion Attack and Cast Speed per Skeleton you own","type":"explicit"},{"id":"explicit.stat_1631928082","text":"Increases and Reductions to Minion Damage also affect you","type":"explicit"},{"id":"explicit.stat_3953699641","text":"Projectile Barrages have no spread","type":"explicit"},{"id":"explicit.stat_3191537057","text":"#% increased Minion Damage per Raised Spectre","type":"explicit"},{"id":"explicit.stat_777246604","text":"#% increased Minion Duration per Raised Zombie","type":"explicit"},{"id":"explicit.stat_1263962567","text":"Areas are Breached\\nAreas contain additional Large Breach Hands\\nBreach Bosses have a chance to drop a Breachstone","type":"explicit"},{"id":"explicit.stat_2644533453","text":"1 Added Passive Skill is Self-Fulfilling Prophecy","type":"explicit"},{"id":"explicit.stat_207573834","text":"Unholy Might during Effect","type":"explicit"},{"id":"explicit.stat_1919892065","text":"Enemies Intimidated by you have #% increased duration of stuns against them","type":"explicit"},{"id":"explicit.stat_2720072724","text":"Immune to Freeze while affected by Purity of Ice","type":"explicit"},{"id":"explicit.stat_356456977","text":"Socketed Attacks have +#% to Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_2457540491","text":"#% reduced Reflected Physical Damage taken while affected by Determination","type":"explicit"},{"id":"explicit.stat_769468514","text":"+#% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe","type":"explicit"},{"id":"explicit.stat_394918362","text":"1 Added Passive Skill is Expansive Might","type":"explicit"},{"id":"explicit.stat_1996775727","text":"Recover #% of Energy Shield when you lose a Spirit Charge","type":"explicit"},{"id":"explicit.stat_3510243006","text":"Immune to Chill","type":"explicit"},{"id":"explicit.stat_3742808908","text":"+# to Armour while affected by Determination","type":"explicit"},{"id":"explicit.stat_1173690938","text":"Unaffected by Flammability while affected by Purity of Fire","type":"explicit"},{"id":"explicit.stat_604671218","text":"#% increased Recovery rate of Life and Energy Shield per Power Charge","type":"explicit"},{"id":"explicit.stat_2328234364","text":"Herald of Ash has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_774369953","text":"1 Added Passive Skill is Antivenom","type":"explicit"},{"id":"explicit.stat_495299940","text":"Areas contain additional Harbinger Portals\\nHarbinger Portals drop additional Currency Shards when destroyed","type":"explicit"},{"id":"explicit.stat_3565956680","text":"#% increased Damage with Hits and Ailments against Blinded Enemies","type":"explicit"},{"id":"explicit.stat_1365052901","text":"#% increased Attack Speed during any Flask Effect","type":"explicit"},{"id":"explicit.stat_1795756125","text":"Trigger Level # Intimidating Cry on Hit","type":"explicit"},{"id":"explicit.stat_2500803699","text":"#% increased raising of Alert Level from opening Chests","type":"explicit"},{"id":"explicit.stat_226515115","text":"Arrows fired from the fourth firing points Chain +# time","type":"explicit"},{"id":"explicit.stat_2732344760","text":"Gain a Frenzy Charge on reaching Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_3772841281","text":"Gain a Flask Charge when you deal a Critical Strike while affected by Precision","type":"explicit"},{"id":"explicit.stat_512740886","text":"#% more Elemental Damage taken per Raised Zombie","type":"explicit"},{"id":"explicit.stat_2294919888","text":"1 Added Passive Skill is Hibernator","type":"explicit"},{"id":"explicit.stat_693460617","text":"Socketed Golem Skills have Minions Regenerate #% of Life per second","type":"explicit"},{"id":"explicit.stat_3992636701","text":"+#% to Critical Strike Chance while affected by Aspect of the Cat","type":"explicit"},{"id":"explicit.stat_3868443508","text":"#% increased Damage per Raised Zombie","type":"explicit"},{"id":"explicit.stat_354080151","text":"Inner Conviction","type":"explicit"},{"id":"explicit.stat_2325632050","text":"Socketed Gems are supported by Level # Cast On Critical Strike","type":"explicit"},{"id":"explicit.stat_3515686789","text":"#% increased Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2833218772","text":"Vaal Skills have #% chance to regain consumed Souls when used","type":"explicit"},{"id":"explicit.stat_3772848194","text":"Your Hits Intimidate Enemies for 4 seconds while you are using Pride","type":"explicit"},{"id":"explicit.stat_1853636813","text":"Non-Channelling Skills have +# to Total Mana Cost while affected by Clarity","type":"explicit"},{"id":"explicit.stat_1591995797","text":"1 Added Passive Skill is Gladiator\'s Fortitude","type":"explicit"},{"id":"explicit.stat_3319205340","text":"1 Added Passive Skill is Snaring Spirits","type":"explicit"},{"id":"explicit.stat_4007740198","text":"+40% to Maximum Effect of Shock","type":"explicit"},{"id":"explicit.stat_162742068","text":"+#% Monster Lightning Resistance","type":"explicit"},{"id":"explicit.stat_3410776118","text":"Minimum Endurance Charges equal to Maximum while stationary\\nMinimum Frenzy Charges equal to Maximum while stationary\\nMinimum Power Charges equal to Maximum while stationary","type":"explicit"},{"id":"explicit.stat_3153744598","text":"With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells","type":"explicit"},{"id":"explicit.stat_633943719","text":"1 Added Passive Skill is Openness","type":"explicit"},{"id":"explicit.stat_684087686","text":"1 Added Passive Skill is Clarity of Purpose","type":"explicit"},{"id":"explicit.stat_3643449791","text":"#% increased Recovery rate of Life and Energy Shield while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_2057712935","text":"Modifiers to number of Projectiles instead apply\\nto the number of targets Projectiles Split towards","type":"explicit"},{"id":"explicit.stat_3811649872","text":"Increases and Reductions to Spell Damage also apply to Attacks","type":"explicit"},{"id":"explicit.stat_3832665876","text":"1 Added Passive Skill is Misery Everlasting","type":"explicit"},{"id":"explicit.stat_2589482056","text":"Regenerate # Life per Second while you have Avian\'s Flight","type":"explicit"},{"id":"explicit.stat_2084371547","text":"1 Added Passive Skill is Expert Sabotage","type":"explicit"},{"id":"explicit.stat_1274505521","text":"1 Added Passive Skill is Cold Conduction","type":"explicit"},{"id":"explicit.stat_4292531291","text":"Adds # to # Lightning Damage to Attacks during Effect","type":"explicit"},{"id":"explicit.stat_3779398176","text":"You have Lesser Massive Shrine Buff","type":"explicit"},{"id":"explicit.stat_3430460307","text":"Notable Passive Skills in Radius are Transformed to\\ninstead grant: #% increased Mana Cost of Skills and #% increased Spell Damage","type":"explicit"},{"id":"explicit.stat_3481736410","text":"#% increased Area of Effect if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_2199099676","text":"Gain an Endurance, Frenzy or Power charge when you Block","type":"explicit"},{"id":"explicit.stat_4173751044","text":"#% chance to Impale Enemies on Hit with Attacks while using Pride","type":"explicit"},{"id":"explicit.stat_456502758","text":"1 Added Passive Skill is Careful Handling","type":"explicit"},{"id":"explicit.stat_1290215329","text":"1 Added Passive Skill is Skeletal Atrophy","type":"explicit"},{"id":"explicit.stat_728246008","text":"Nova Spells deal 30% less Damage to Players with Hits and Ailments\\nNova Spells Cast at the targeted location instead of around you","type":"explicit"},{"id":"explicit.stat_1582887649","text":"#% chance to gain an Endurance Charge when you Stun an Enemy","type":"explicit"},{"id":"explicit.stat_4208907162","text":"#% increased Lightning Damage with Attack Skills","type":"explicit"},{"id":"explicit.stat_3890287045","text":"Cannot Block while you have no Energy Shield","type":"explicit"},{"id":"explicit.stat_2559492014","text":"#% chance in Heists for Orbs of Augmentation to drop as Chaos Orbs instead","type":"explicit"},{"id":"explicit.stat_768537671","text":"#% of Life Leech applies to Enemies as Chaos Damage","type":"explicit"},{"id":"explicit.stat_3058290552","text":"Cannot be Stunned by Hits you Block","type":"explicit"},{"id":"explicit.stat_1454377049","text":"#% of Lightning Damage Leeched as Mana during Effect","type":"explicit"},{"id":"explicit.stat_1730304831","text":"Herald of Purity has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_1495376076","text":"Regenerate # Mana per Second while you have Avian\'s Flight","type":"explicit"},{"id":"explicit.stat_706212417","text":"Socketed Golem Skills have #% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_3346092312","text":"Leech Energy Shield instead of Life","type":"explicit"},{"id":"explicit.stat_2383914651","text":"1 Added Passive Skill is Stubborn Student","type":"explicit"},{"id":"explicit.stat_34059570","text":"Unaffected by Poison while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_2908111053","text":"#% of Damage Leeched as Mana against Frozen Enemies","type":"explicit"},{"id":"explicit.stat_2642917409","text":"Added Small Passive Skills also grant: #% increased Area of Effect of Aura Skills","type":"explicit"},{"id":"explicit.stat_509677462","text":"Passives granting Cold Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain a Frenzy Charge on Kill","type":"explicit"},{"id":"explicit.stat_2485187927","text":"Create a Blighted Spore when your Skills or Minions Kill a Rare Monster","type":"explicit"},{"id":"explicit.stat_2681416653","text":"Area contains additional waves of Phantasms","type":"explicit"},{"id":"explicit.stat_3667965781","text":"1 Added Passive Skill is Holistic Health","type":"explicit"},{"id":"explicit.stat_1753916791","text":"Projectiles from Attacks have #% chance to Maim on Hit while\\nyou have a Bestial Minion","type":"explicit"},{"id":"explicit.stat_200113086","text":"Nova Spells have #% more Area of Effect","type":"explicit"},{"id":"explicit.stat_2440172920","text":"Take # Physical Damage per Second per Siphoning Charge if you\'ve used a Skill Recently","type":"explicit"},{"id":"explicit.stat_3321235265","text":"Grants Level # Gluttony of Elements Skill","type":"explicit"},{"id":"explicit.stat_1080363357","text":"1 Added Passive Skill is Haunting Shout","type":"explicit"},{"id":"explicit.stat_2341811700","text":"Damage Penetrates #% of Fire Resistance if you have Blocked Recently","type":"explicit"},{"id":"explicit.stat_3368671817","text":"Adds # to # Physical Damage to Attacks and Spells per Siphoning Charge","type":"explicit"},{"id":"explicit.stat_1512695141","text":"Immune to Freeze and Chill while Ignited","type":"explicit"},{"id":"explicit.stat_3296019532","text":"Gain #% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge","type":"explicit"},{"id":"explicit.stat_2105355711","text":"With 40 total Dexterity and Strength in Radius, Spectral Shield Throw Chains +# times","type":"explicit"},{"id":"explicit.stat_894768849","text":"With 40 total Dexterity and Strength in Radius, Spectral Shield Throw fires #% more Shard Projectiles","type":"explicit"},{"id":"explicit.stat_1225383362","text":"+# to maximum number of Skeletons","type":"explicit"},{"id":"explicit.stat_3298440988","text":"#% less Mine Damage","type":"explicit"},{"id":"explicit.stat_2043284086","text":"1 Added Passive Skill is Enduring Composure","type":"explicit"},{"id":"explicit.stat_329974315","text":"#% increased Cold Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2758554648","text":"Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability","type":"explicit"},{"id":"explicit.stat_3303114033","text":"#% reduced Cold Damage taken","type":"explicit"},{"id":"explicit.stat_3999959974","text":"Lightning Resistance does not affect Lightning Damage taken","type":"explicit"},{"id":"explicit.stat_3141831683","text":"#% chance to Trigger Level 20 Glimpse of Eternity when Hit","type":"explicit"},{"id":"explicit.stat_2591028853","text":"Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies","type":"explicit"},{"id":"explicit.stat_1678831767","text":"Recover # Life when you Block","type":"explicit"},{"id":"explicit.stat_2534405517","text":"1 Added Passive Skill is Daring Ideas","type":"explicit"},{"id":"explicit.stat_2836980154","text":"You cannot have Non-Spectre Minions","type":"explicit"},{"id":"explicit.stat_3138486617","text":"Alert Level increases by #% per second","type":"explicit"},{"id":"explicit.stat_744783843","text":"1 Added Passive Skill is Cold to the Core","type":"explicit"},{"id":"explicit.stat_3566242751","text":"Grants Level # Decoy Totem Skill","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_venarius","text":"Carved to glorify # new faithful converted by High Templar Venarius","type":"explicit"},{"id":"explicit.stat_324460247","text":"#% chance to Cover Enemies in Ash on Hit","type":"explicit"},{"id":"explicit.stat_3576153145","text":"Burning Hoofprints","type":"explicit"},{"id":"explicit.stat_2308278768","text":"#% increased Cooldown Recovery Rate of Travel Skills","type":"explicit"},{"id":"explicit.stat_3984980429","text":"1 Added Passive Skill is Follow-Through","type":"explicit"},{"id":"explicit.stat_1048879642","text":"1 Added Passive Skill is Mob Mentality","type":"explicit"},{"id":"explicit.stat_2174796794","text":"When you lose Temporal Chains you gain maximum Rage","type":"explicit"},{"id":"explicit.stat_4108305628","text":"Adds # to # Lightning Damage to Spells during Effect","type":"explicit"},{"id":"explicit.stat_1094635162","text":"1 Added Passive Skill is Liquid Inspiration","type":"explicit"},{"id":"explicit.stat_4253777805","text":"#% chance to take 50% less Area Damage from Hits","type":"explicit"},{"id":"explicit.stat_3824033729","text":"#% of Damage Taken from Hits is Leeched as Life during Effect","type":"explicit"},{"id":"explicit.stat_1948127742","text":"Added Small Passive Skills also grant: Minions have #% increased Attack and Cast Speed while you are affected by a Herald","type":"explicit"},{"id":"explicit.stat_598215770","text":"Your nearby party members maximum Endurance Charges is equal to yours","type":"explicit"},{"id":"explicit.stat_3187805501","text":"Added Small Passive Skills also grant: #% increased Flask Charges gained","type":"explicit"},{"id":"explicit.stat_3549734978","text":"Nearby Enemies have Lightning Resistance equal to yours","type":"explicit"},{"id":"explicit.stat_2134207902","text":"Armour also applies to Lightning Damage taken from Hits","type":"explicit"},{"id":"explicit.stat_3178542354","text":"#% increased Movement Speed if you\'ve Hit an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2774670797","text":"Chills from your Hits always reduce Action Speed by at least #%","type":"explicit"},{"id":"explicit.stat_622678123","text":"Monsters gain # Endurance Charge every 20 seconds","type":"explicit"},{"id":"explicit.stat_597739519","text":"+#% to all Elemental Resistances for each Empty White Socket on any Equipped Item","type":"explicit"},{"id":"explicit.stat_2736708072","text":"+#% to Damage over Time Multiplier while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_3758712376","text":"1 Added Passive Skill is Blizzard Caller","type":"explicit"},{"id":"explicit.stat_2595115995","text":"1 Added Passive Skill is Mindfulness","type":"explicit"},{"id":"explicit.stat_1462364052","text":"Hinders nearby Enemies with #% reduced Movement Speed if used while not on Full Life","type":"explicit"},{"id":"explicit.stat_3265666559","text":"#% chance in Heists for Orbs of Transmutation to drop as Chaos Orbs instead","type":"explicit"},{"id":"explicit.stat_4272248216","text":"Ghost Reaver","type":"explicit"},{"id":"explicit.stat_3806100539","text":"+# to Maximum Life per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_1379205566","text":"Adds Veteran\'s Awareness","type":"explicit"},{"id":"explicit.stat_684155617","text":"1 Added Passive Skill is Mage Bane","type":"explicit"},{"id":"explicit.stat_2481080006","text":"Area contains additional waves of Ravager Maws","type":"explicit"},{"id":"explicit.stat_2495041954","text":"Overwhelm #% Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_902577520","text":"#% increased Movement Speed while area is not in Lockdown\\nPlayers have #% increased Movement Speed while area is not in Lockdown","type":"explicit"},{"id":"explicit.stat_1061631617","text":"+#% Chance to Block Attack Damage per 50 Strength","type":"explicit"},{"id":"explicit.stat_3078065247","text":"1 Added Passive Skill is Wizardry","type":"explicit"},{"id":"explicit.stat_2817027713","text":"Maximum Affliction Charges is equal to Maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_2017927451","text":"1 Added Passive Skill is Explosive Force","type":"explicit"},{"id":"explicit.stat_70389693","text":"Monsters gain # Power Charge every 20 seconds","type":"explicit"},{"id":"explicit.stat_2373079502","text":"Cold Skills have #% chance to Poison on Hit","type":"explicit"},{"id":"explicit.stat_691431951","text":"1 Added Passive Skill is Remarkable","type":"explicit"},{"id":"explicit.stat_996483959","text":"#% chance to Maim Enemies on Critical Strike with Attacks","type":"explicit"},{"id":"explicit.stat_2930706364","text":"Permanently Intimidate Enemies on Block","type":"explicit"},{"id":"explicit.stat_4058504226","text":"Projectiles from Attacks have #% chance to inflict Bleeding on Hit while\\nyou have a Bestial Minion","type":"explicit"},{"id":"explicit.stat_3351136461","text":"1 Added Passive Skill is Disorienting Wounds","type":"explicit"},{"id":"explicit.stat_555800967","text":"1 Added Passive Skill is Hound\'s Mark","type":"explicit"},{"id":"explicit.stat_1200678966","text":"#% increased bonuses gained from Equipped Quiver","type":"explicit"},{"id":"explicit.stat_1030987123","text":"+#% to all maximum Resistances while Poisoned","type":"explicit"},{"id":"explicit.stat_161058250","text":"Gain Soul Eater for # seconds when you use a Vaal Skill","type":"explicit"},{"id":"explicit.stat_4252342397","text":"Areas contain additional Shrines\\nArea contains Shrines guarded by Pantheon Monsters","type":"explicit"},{"id":"explicit.stat_2696557965","text":"Socketed Gems are Supported by Level # Volley","type":"explicit"},{"id":"explicit.stat_2298311736","text":"With at least 40 Strength in Radius, Attacks Exerted by Infernal Cry deal #% more Damage with Ignite","type":"explicit"},{"id":"explicit.stat_2418574586","text":"#% increased Damage with Ailments per Elder Item Equipped","type":"explicit"},{"id":"explicit.stat_3774108776","text":"#% increased Movement Speed per Power Charge","type":"explicit"},{"id":"explicit.stat_2471517399","text":"With at least 40 Strength in Radius, Combust is Disabled","type":"explicit"},{"id":"explicit.stat_990335387","text":"Life Leech effects are not removed when Unreserved Life is Filled\\nLife Leech effects Recover Energy Shield instead while on Full Life","type":"explicit"},{"id":"explicit.stat_1379726309","text":"Gain Absorption Charges instead of Power Charges","type":"explicit"},{"id":"explicit.stat_4164247992","text":"You cannot Recharge Energy Shield","type":"explicit"},{"id":"explicit.stat_2434330144","text":"Grants Level # Reckoning Skill","type":"explicit"},{"id":"explicit.stat_2592799343","text":"Gain # Mana per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_1052583507","text":"You cannot Regenerate Energy Shield","type":"explicit"},{"id":"explicit.stat_289714529","text":"1 Added Passive Skill is Elegant Form","type":"explicit"},{"id":"explicit.stat_2350411833","text":"You lose #% of Energy Shield per second","type":"explicit"},{"id":"explicit.stat_4139137767","text":"Areas contain additional Essences\\nEssences contain Rogue Exiles","type":"explicit"},{"id":"explicit.stat_1582781759","text":"Trigger a Socketed Spell on Using a Skill, with a # second Cooldown\\nSpells Triggered this way have 150% more Cost","type":"explicit"},{"id":"explicit.stat_1199118714","text":"Socketed Golem Skills gain #% of Maximum Life as Extra Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_3998316","text":"1 Added Passive Skill is Ancestral Might","type":"explicit"},{"id":"explicit.stat_1604984482","text":"Your Lightning Damage can Poison","type":"explicit"},{"id":"explicit.stat_2387747995","text":"1 Added Passive Skill is Ancestral Guidance","type":"explicit"},{"id":"explicit.stat_783864527","text":"Right ring slot: You cannot Regenerate Mana","type":"explicit"},{"id":"explicit.stat_1114411822","text":"Projectiles from Attacks have #% chance to Poison on Hit while\\nyou have a Bestial Minion","type":"explicit"},{"id":"explicit.stat_1938661964","text":"1 Added Passive Skill is Wind-up","type":"explicit"},{"id":"explicit.stat_949718413","text":"Lightning Skills have #% chance to Poison on Hit","type":"explicit"},{"id":"explicit.stat_2152491486","text":"Adds # to # Chaos Damage to Attacks while you have a Bestial Minion","type":"explicit"},{"id":"explicit.stat_1588674629","text":"Added Small Passive Skills also grant: #% increased Totem Placement speed","type":"explicit"},{"id":"explicit.stat_846491278","text":"1 Added Passive Skill is Darting Movements","type":"explicit"},{"id":"explicit.stat_660386148","text":"#% of Physical Damage Converted to Lightning during Effect","type":"explicit"},{"id":"explicit.stat_3290081052","text":"Arrows fired from the second firing points Fork","type":"explicit"},{"id":"explicit.stat_2454339320","text":"1 Added Passive Skill is Forbidden Words","type":"explicit"},{"id":"explicit.stat_768124628","text":"#% chance for Poisons inflicted with this Weapon to deal 300% more Damage","type":"explicit"},{"id":"explicit.stat_1510714129","text":"Attacks have #% chance to Maim on Hit","type":"explicit"},{"id":"explicit.stat_2410613176","text":"Grants Level # Vitality Skill","type":"explicit"},{"id":"explicit.stat_4118987751","text":"#% increased Maximum total Life Recovery per second from Leech","type":"explicit"},{"id":"explicit.stat_3904970959","text":"1 Added Passive Skill is Insatiable Killer","type":"explicit"},{"id":"explicit.stat_3122505794","text":"1 Added Passive Skill is Combat Rhythm","type":"explicit"},{"id":"explicit.stat_4250009622","text":"+#% chance to be Poisoned","type":"explicit"},{"id":"explicit.stat_2238174408","text":"#% chance to inflict Brittle","type":"explicit"},{"id":"explicit.stat_3747189159","text":"#% increased Damage with Hits and Ailments against Chilled Enemies","type":"explicit"},{"id":"explicit.stat_2022851697","text":"You have Vaal Pact while Focused","type":"explicit"},{"id":"explicit.stat_1251731548","text":"+# seconds to Avian\'s Flight Duration","type":"explicit"},{"id":"explicit.stat_3410752193","text":"1 Added Passive Skill is Surefooted Striker","type":"explicit"},{"id":"explicit.stat_1122051203","text":"1 Added Passive Skill is Storm\'s Hand","type":"explicit"},{"id":"explicit.stat_1431238626","text":"#% of Physical Damage from Hits with this Weapon is Converted to a random Element","type":"explicit"},{"id":"explicit.stat_3914021960","text":"Nearby Enemies have +#% to Fire Resistance","type":"explicit"},{"id":"explicit.stat_2068574831","text":"1 Added Passive Skill is Brutal Infamy","type":"explicit"},{"id":"explicit.stat_4070519133","text":"#% Chance to Block Spell Damage while on Low Life","type":"explicit"},{"id":"explicit.stat_807450540","text":"#% of Damage dealt by your Mines is Leeched to you as Life","type":"explicit"},{"id":"explicit.stat_725696472","text":"Maximum 1 Buff from an Active Ancestor Totem at a time","type":"explicit"},{"id":"explicit.stat_2451774989","text":"Hits with this Weapon always Ignite, Freeze, and Shock","type":"explicit"},{"id":"explicit.stat_3328802509","text":"Buffs from Active Ancestor Totems Linger for # second","type":"explicit"},{"id":"explicit.stat_2922737717","text":"#% chance to gain a Siphoning Charge when you use a Skill","type":"explicit"},{"id":"explicit.stat_3822878124","text":"Grants Level # Purity of Lightning Skill","type":"explicit"},{"id":"explicit.stat_1424794574","text":"1 Added Passive Skill is Blessed Rebirth","type":"explicit"},{"id":"explicit.stat_3444629796","text":"#% increased Effect of Curses on you while on Consecrated Ground","type":"explicit"},{"id":"explicit.stat_291644318","text":"Spell Skills deal no Damage","type":"explicit"},{"id":"explicit.stat_178057093","text":"Socketed Golem Skills have #% chance to Taunt on Hit","type":"explicit"},{"id":"explicit.stat_2869420801","text":"With at least 40 Dexterity in Radius, Dual Strike has #% increased\\nAccuracy Rating while wielding a Sword","type":"explicit"},{"id":"explicit.stat_348883745","text":"1 Added Passive Skill is Tempt the Storm","type":"explicit"},{"id":"explicit.stat_2424717327","text":"Fire Skills have #% chance to Poison on Hit","type":"explicit"},{"id":"explicit.stat_1302700515","text":"Attack Skills gain #% of Physical Damage as Extra Fire Damage per Socketed Red Gem","type":"explicit"},{"id":"explicit.stat_1503812817","text":"With at least 40 Dexterity in Radius, Dual Strike has +#% to Critical Strike\\nMultiplier while wielding a Dagger","type":"explicit"},{"id":"explicit.stat_2771217016","text":"1 Added Passive Skill is Master of Fear","type":"explicit"},{"id":"explicit.stat_100088509","text":"With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for\\n4 seconds while wielding an Axe","type":"explicit"},{"id":"explicit.stat_1092546321","text":"#% increased Recovery rate of Life and Energy Shield","type":"explicit"},{"id":"explicit.stat_313419608","text":"Enemies Cursed by you are Hindered if 25% of Curse Duration expired","type":"explicit"},{"id":"explicit.stat_2780297117","text":"Enemies you Kill while affected by Glorious Madness have a #% chance to Explode, dealing a quarter of their Life as Chaos Damage","type":"explicit"},{"id":"explicit.stat_3451043685","text":"Triggers Level # Reflection when Equipped","type":"explicit"},{"id":"explicit.stat_47271484","text":"#% increased Experience Gain for Corrupted Gems","type":"explicit"},{"id":"explicit.stat_1872128565","text":"+# to Maximum Siphoning Charges per Elder or Shaper Item Equipped","type":"explicit"},{"id":"explicit.stat_1981749265","text":"Your Spells are disabled","type":"explicit"},{"id":"explicit.stat_1740349133","text":"Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead","type":"explicit"},{"id":"explicit.stat_2738190959","text":"Take no Burning Damage if you\'ve stopped taking Burning Damage Recently","type":"explicit"},{"id":"explicit.stat_2562474285","text":"With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage\\nto surrounding targets while wielding a Mace","type":"explicit"},{"id":"explicit.stat_1795260970","text":"With at least 40 Dexterity in Radius, Dual Strike has #% increased Attack\\nSpeed while wielding a Claw","type":"explicit"},{"id":"explicit.stat_4234677275","text":"Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items","type":"explicit"},{"id":"explicit.stat_818329660","text":"Trigger Level # Storm Cascade when you Attack","type":"explicit"},{"id":"explicit.stat_33348259","text":"Gain #% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped","type":"explicit"},{"id":"explicit.stat_1073447019","text":"# to # Fire Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_3150967823","text":"#% increased Elemental Damage during any Flask Effect","type":"explicit"},{"id":"explicit.stat_1692565595","text":"#% increased Physical Damage over Time","type":"explicit"},{"id":"explicit.stat_328131617","text":"Gain a Spirit Charge every second","type":"explicit"},{"id":"explicit.stat_3562211447","text":"#% chance to gain Unholy Might for 3 seconds on Kill","type":"explicit"},{"id":"explicit.stat_2540626225","text":"Spells which have gained Intensity Recently gain 1 Intensity every # Seconds","type":"explicit"},{"id":"explicit.stat_2169345147","text":"1 Added Passive Skill is Quick and Deadly","type":"explicit"},{"id":"explicit.stat_1587137379","text":"#% of Damage Leeched as Life per Siphoning Charge","type":"explicit"},{"id":"explicit.stat_31415336","text":"Lose all Frenzy, Endurance, and Power Charges when you Move","type":"explicit"},{"id":"explicit.stat_4122367945","text":"Grants Level # Vengeance Skill","type":"explicit"},{"id":"explicit.stat_1101403182","text":"#% reduced Damage taken from Damage Over Time","type":"explicit"},{"id":"explicit.stat_843854434","text":"Critical Strikes have #% chance to Blind Enemies while you have Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_2745149002","text":"Enemies Maimed by you take #% increased Damage Over Time","type":"explicit"},{"id":"explicit.stat_3837366401","text":"#% additional Physical Damage Reduction from Hits per Siphoning Charge","type":"explicit"},{"id":"explicit.stat_2894704558","text":"+# to Maximum number of Crab Barriers","type":"explicit"},{"id":"explicit.stat_2449392400","text":"1 Added Passive Skill is Born of Chaos","type":"explicit"},{"id":"explicit.stat_1497601437","text":"Left ring slot: +# to maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_1356468153","text":"Nearby Allies\' Action Speed cannot be modified to below base value","type":"explicit"},{"id":"explicit.stat_584144941","text":"Socketed Gems are Supported by Level # Lesser Multiple Projectiles","type":"explicit"},{"id":"explicit.stat_855634301","text":"Adds # to # Lightning Damage while you have Avian\'s Might","type":"explicit"},{"id":"explicit.stat_3292262540","text":"Call to Arms","type":"explicit"},{"id":"explicit.stat_1790172543","text":"#% increased Damage with Hits and Ailments against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_63302094","text":"Heist Chests have a #% chance to Duplicate contained Divination Cards","type":"explicit"},{"id":"explicit.stat_2265307453","text":"Grants Level # Wrath Skill","type":"explicit"},{"id":"explicit.stat_2789750513","text":"Areas contain additional Abysses\\nAbysses have already fully opened\\nAbysses contain monsters from Beyond this realm","type":"explicit"},{"id":"explicit.stat_1251945210","text":"+# seconds to Avian\'s Might Duration","type":"explicit"},{"id":"explicit.stat_2978494217","text":"1 Added Passive Skill is Martial Momentum","type":"explicit"},{"id":"explicit.stat_2611224062","text":"+# to maximum Fortification while affected by Glorious Madness","type":"explicit"},{"id":"explicit.stat_470459031","text":"Socketed Projectile Spells have +# seconds to Cooldown","type":"explicit"},{"id":"explicit.stat_3573591118","text":"Your Cold Damage can Ignite","type":"explicit"},{"id":"explicit.stat_206243615","text":"Cannot gain Energy Shield","type":"explicit"},{"id":"explicit.stat_3885405204","text":"Bow Attacks fire # additional Arrows","type":"explicit"},{"id":"explicit.stat_3492797685","text":"You have Crimson Dance while you have Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_763611529","text":"#% chance to Unnerve Enemies for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_1188846263","text":"Grants Level # Haste Skill","type":"explicit"},{"id":"explicit.stat_3422644692","text":"Areas contain The Sacred Grove\\nCrops are larger in size\\nCrops contain higher tier seeds","type":"explicit"},{"id":"explicit.stat_2439129490","text":"Chaos Resistance is Zero","type":"explicit"},{"id":"explicit.stat_2516869940","text":"Spell Skills cannot deal Critical Strikes except on final Repeat","type":"explicit"},{"id":"explicit.stat_3354027870","text":"Socketed Gems are Supported by Level # Lightning Penetration","type":"explicit"},{"id":"explicit.stat_3250579936","text":"Triggers Level # Abberath\'s Fury when Equipped","type":"explicit"},{"id":"explicit.stat_2663792764","text":"You lose all Spirit Charges when taking a Savage Hit","type":"explicit"},{"id":"explicit.stat_887556907","text":"Chaos Damage taken does not bypass Energy Shield while not on Low Life","type":"explicit"},{"id":"explicit.stat_2388362438","text":"With a Ghastly Eye Jewel Socketed, Minions have +# to Accuracy Rating","type":"explicit"},{"id":"explicit.stat_2156140483","text":"Hatred has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3399924348","text":"Warcries grant Arcane Surge to you and Allies, with #% increased effect per 5 power, up to 50%","type":"explicit"},{"id":"explicit.stat_1615324731","text":"When you Attack, take #% of Life as Physical Damage for\\neach Warcry Exerting the Attack","type":"explicit"},{"id":"explicit.stat_3854489687","text":"Players\' Minions deal #% more Damage per Item Equipped by their Master","type":"explicit"},{"id":"explicit.stat_2443132097","text":"Poisons on you expire #% slower","type":"explicit"},{"id":"explicit.stat_1711683262","text":"Non-critical strikes deal #% more Damage","type":"explicit"},{"id":"explicit.stat_4291434923","text":"1 Added Passive Skill is Mender\'s Wellspring","type":"explicit"},{"id":"explicit.stat_1177959871","text":"Nearby Enemies cannot deal Critical Strikes","type":"explicit"},{"id":"explicit.stat_4272453892","text":"+# Strength and Intelligence Requirement","type":"explicit"},{"id":"explicit.stat_1970781345","text":"Socketed Skills deal #% more Attack Damage","type":"explicit"},{"id":"explicit.stat_2484082827","text":"1 Added Passive Skill is Fan of Blades","type":"explicit"},{"id":"explicit.stat_1870262721","text":"Heist Chests have a #% chance to Duplicate contained Delirium Orbs and Splinters","type":"explicit"},{"id":"explicit.stat_3961213398","text":"Regenerate #% of Life per second per Power Charge","type":"explicit"},{"id":"explicit.stat_1174243390","text":"You gain Divinity for # seconds on reaching maximum Divine Charges\\nLose all Divine Charges when you gain Divinity","type":"explicit"},{"id":"explicit.stat_2214228141","text":"Projectiles Pierce all Burning Enemies","type":"explicit"},{"id":"explicit.stat_1316278494","text":"#% increased Warcry Speed","type":"explicit"},{"id":"explicit.stat_3296873305","text":"Remove Chill and Freeze when you use a Flask","type":"explicit"},{"id":"explicit.stat_1936135020","text":"1 Added Passive Skill is Victim Maker","type":"explicit"},{"id":"explicit.stat_3549040753","text":"Your Chaos Damage Poisons Enemies","type":"explicit"},{"id":"explicit.stat_4216809421","text":"Heist Chests have a #% chance to Duplicate contained Scarabs","type":"explicit"},{"id":"explicit.stat_2241902512","text":"#% increased Fire Damage per 20 Strength","type":"explicit"},{"id":"explicit.stat_2087104263","text":"Summoned Arbalists fire # additional Projectiles","type":"explicit"},{"id":"explicit.stat_2043503530","text":"1 Added Passive Skill is Arcane Pyrotechnics","type":"explicit"},{"id":"explicit.stat_2977774856","text":"Gain a Frenzy Charge on Hit while Bleeding","type":"explicit"},{"id":"explicit.stat_1432093361","text":"Unique Boss drops an additional Harbinger Scroll","type":"explicit"},{"id":"explicit.stat_1015189426","text":"1 Added Passive Skill is Martial Mastery","type":"explicit"},{"id":"explicit.stat_3243270997","text":"Gain #% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_1004885987","text":"Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield","type":"explicit"},{"id":"explicit.stat_876846990","text":"1 Added Passive Skill is Seal Mender","type":"explicit"},{"id":"explicit.stat_1065479853","text":"Immune to Elemental Ailments while affected by Glorious Madness","type":"explicit"},{"id":"explicit.stat_3593797653","text":"Socketed Gems are Supported by Level # Ignite Proliferation","type":"explicit"},{"id":"explicit.stat_1363668533","text":"1 Added Passive Skill is Wall of Muscle","type":"explicit"},{"id":"explicit.stat_3705740723","text":"Immune to Burning Ground, Shocked Ground and Chilled Ground","type":"explicit"},{"id":"explicit.stat_3708045494","text":"#% increased Damage with Hits against Enemies on Full Life","type":"explicit"},{"id":"explicit.stat_1911037487","text":"Corrupted Soul","type":"explicit"},{"id":"explicit.stat_2057136736","text":"Enemies Cursed by you take #% increased Damage if 75% of Curse Duration expired","type":"explicit"},{"id":"explicit.stat_2168365746","text":"Rare and Unique Monsters found in Areas are Possessed and their Minions are Touched","type":"explicit"},{"id":"explicit.stat_1745952865","text":"#% reduced Elemental Ailment Duration on you","type":"explicit"},{"id":"explicit.stat_2733285506","text":"Channelling Skills deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_3589396689","text":"#% increased Maximum Recovery per Energy Shield Leech","type":"explicit"},{"id":"explicit.stat_33065250","text":"Melee Attacks have #% chance to Poison on Hit","type":"explicit"},{"id":"explicit.stat_1285056331","text":"Melee Attacks have #% chance to cause Bleeding","type":"explicit"},{"id":"explicit.stat_1482608021","text":"Removes all Energy Shield","type":"explicit"},{"id":"explicit.stat_3957006524","text":"1 Added Passive Skill is Vivid Hues","type":"explicit"},{"id":"explicit.stat_249805317","text":"Cannot take Reflected Physical Damage","type":"explicit"},{"id":"explicit.stat_2121053002","text":"Heist Chests have a #% chance to Duplicate contained Blighted Maps and Catalysts","type":"explicit"},{"id":"explicit.stat_1028754276","text":"1 Added Passive Skill is Numbing Elixir","type":"explicit"},{"id":"explicit.stat_4018305528","text":"1 Added Passive Skill is Compound Injury","type":"explicit"},{"id":"explicit.stat_2867050084","text":"Grants Level # Grace Skill","type":"explicit"},{"id":"explicit.stat_413362507","text":"While at maximum Frenzy Charges, Attacks Poison Enemies","type":"explicit"},{"id":"explicit.stat_2970902024","text":"Enemies Killed by your Hits are destroyed","type":"explicit"},{"id":"explicit.stat_2250169390","text":"1 Added Passive Skill is Overlord","type":"explicit"},{"id":"explicit.stat_2442112158","text":"While in Her Embrace, take #% of your total Maximum Life and Energy Shield as Fire Damage per second per Level","type":"explicit"},{"id":"explicit.stat_590557979","text":"Heist Chests have a #% chance to Duplicate contained Sextants","type":"explicit"},{"id":"explicit.stat_2688118197","text":"#% increased Physical Damage per 10 Rage","type":"explicit"},{"id":"explicit.stat_3014823981","text":"Non-Damaging Ailments have #% increased Effect on you while you have Arcane Surge","type":"explicit"},{"id":"explicit.stat_561861132","text":"Remove Shock when you use a Flask","type":"explicit"},{"id":"explicit.stat_608963131","text":"Gain Her Embrace for # seconds when you Ignite an Enemy","type":"explicit"},{"id":"explicit.stat_146924886","text":"+# to Level of all Dexterity Skill Gems","type":"explicit"},{"id":"explicit.stat_2007746338","text":"Grants Level # Rallying Cry Skill","type":"explicit"},{"id":"explicit.stat_2213584313","text":"#% chance to Curse Enemies with Vulnerability on Hit","type":"explicit"},{"id":"explicit.stat_3597737983","text":"#% increased Attack and Movement Speed while you have a Bestial Minion","type":"explicit"},{"id":"explicit.stat_1507409483","text":"1 Added Passive Skill is Pure Agony","type":"explicit"},{"id":"explicit.stat_3177526694","text":"1 Added Passive Skill is Disciples","type":"explicit"},{"id":"explicit.stat_2885763444","text":"Heist Chests have a #% chance to Duplicate contained Maps","type":"explicit"},{"id":"explicit.stat_1865744989","text":"#% of Chaos Damage taken does not bypass Energy Shield","type":"explicit"},{"id":"explicit.stat_1583498502","text":"Summoned Holy Relics have #% reduced Cooldown Recovery Rate","type":"explicit"},{"id":"explicit.stat_755881431","text":"1 Added Passive Skill is Winter Prowler","type":"explicit"},{"id":"explicit.stat_3477720557","text":"Area has patches of Shocked Ground","type":"explicit"},{"id":"explicit.stat_3868073741","text":"Imbalanced Guard","type":"explicit"},{"id":"explicit.stat_2701327257","text":"#% reduced Cost of Aura Skills that summon Totems","type":"explicit"},{"id":"explicit.stat_2622946553","text":"1 Added Passive Skill is Antifreeze","type":"explicit"},{"id":"explicit.stat_1539825365","text":"+# to Armour during Soul Gain Prevention","type":"explicit"},{"id":"explicit.stat_1190121450","text":"You have # Conflux for 3 seconds every 8 seconds","type":"explicit","option":{"options":[{"id":1,"text":"Chilling"},{"id":2,"text":"Shocking"},{"id":3,"text":"Igniting"}]}},{"id":"explicit.stat_3215997147","text":"Supreme Decadence","type":"explicit"},{"id":"explicit.stat_3729324251","text":"Nearby Enemies Convert #% of their Physical Damage to Fire","type":"explicit"},{"id":"explicit.stat_3099138455","text":"#% chance to receive additional Divination Card items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_1560880986","text":"#% chance for Bleeding inflicted with this Weapon to deal 100% more Damage","type":"explicit"},{"id":"explicit.stat_1902595112","text":"Nearby Enemies have +#% to Chaos Resistance","type":"explicit"},{"id":"explicit.stat_346351023","text":"Socketed Gems have #% more Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_165218607","text":"Hits have #% increased Critical Strike Chance against you","type":"explicit"},{"id":"explicit.stat_2596487673","text":"Added Small Passive Skills also grant: #% increased Warcry Duration","type":"explicit"},{"id":"explicit.stat_1406092431","text":"When you Kill an Enemy Cursed with a Non-Aura Hex, become Immune to\\nCurses for remaining Hex Duration","type":"explicit"},{"id":"explicit.stat_2054257693","text":"#% chance to inflict Bleeding on Critical Strike with Attacks","type":"explicit"},{"id":"explicit.stat_615884286","text":"Reflect Shocks applied to you to all Nearby Enemies","type":"explicit"},{"id":"explicit.stat_982177653","text":"Adds # to # Chaos Damage for each Spider\'s Web on the Enemy","type":"explicit"},{"id":"explicit.stat_3924539382","text":"Socketed Gems are Supported by Level # Efficacy","type":"explicit"},{"id":"explicit.stat_212648555","text":"1 Added Passive Skill is Insulated","type":"explicit"},{"id":"explicit.stat_2233726619","text":"Arctic Armour has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_1103902353","text":"Regenerate # Life per second if you have at least 500 Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_2089652545","text":"#% chance to Intimidate Enemies for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_1166487805","text":"Gain # Armour per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_103928310","text":"#% increased Damage with Hits and Ailments against Enemies affected by 3 Spider\'s Webs","type":"explicit"},{"id":"explicit.stat_1244003614","text":"Adds # to # Physical Damage against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_1704843611","text":"Regenerate # Life per second if you have at least 1000 Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_4050593908","text":"Skills used by Traps have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_3551025193","text":"Chance to Block Spell Damage is Unlucky","type":"explicit"},{"id":"explicit.stat_2766423342","text":"Queen\'s Demand can Trigger Level # Flames of Judgement","type":"explicit"},{"id":"explicit.stat_3993957711","text":"1 Added Passive Skill is Sleepless Sentries","type":"explicit"},{"id":"explicit.stat_3303984198","text":"Non-Exerted Attacks deal no Damage","type":"explicit"},{"id":"explicit.stat_185592058","text":"1 Added Passive Skill is Master of the Maelstrom","type":"explicit"},{"id":"explicit.stat_242822230","text":"Adds # to # Physical Damage to Attacks while you have a Bestial Minion","type":"explicit"},{"id":"explicit.stat_2233905349","text":"Heist Chests have a #% chance to Duplicate contained Oils","type":"explicit"},{"id":"explicit.stat_3558528738","text":"Gain up to maximum Power Charges when you use a Vaal Skill","type":"explicit"},{"id":"explicit.stat_1429385513","text":"+# Armour per Summoned Totem","type":"explicit"},{"id":"explicit.stat_4191067677","text":"# to # Added Chaos Damage with Claw Attacks","type":"explicit"},{"id":"explicit.stat_3797538318","text":"Enemies Killed by your Hits are destroyed while Insane","type":"explicit"},{"id":"explicit.stat_1852069308","text":"#% chance to receive additional Delve items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_3746703776","text":"1 Added Passive Skill is Ancestral Preservation","type":"explicit"},{"id":"explicit.stat_1798031916","text":"Vulnerability has #% reduced Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_762154651","text":"#% chance for Energy Shield Recharge to start when you Block","type":"explicit"},{"id":"explicit.stat_3485231932","text":"Adds # to # Cold Damage while you have Avian\'s Might","type":"explicit"},{"id":"explicit.stat_622203853","text":"Conductivity has #% reduced Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_3997368968","text":"+# to maximum Divine Charges","type":"explicit"},{"id":"explicit.stat_2313899959","text":"Hinders nearby Enemies with #% reduced Movement Speed if used while not on Full Mana","type":"explicit"},{"id":"explicit.stat_2170859717","text":"+#% chance to Suppress Spell Damage while affected by Haste","type":"explicit"},{"id":"explicit.stat_1019038967","text":"#% increased Damage per Crab Barrier","type":"explicit"},{"id":"explicit.stat_877233648","text":"Cannot be Stunned if you have at least 10 Crab Barriers","type":"explicit"},{"id":"explicit.stat_1483358825","text":"1 Added Passive Skill is Heart of Iron","type":"explicit"},{"id":"explicit.stat_3520223758","text":"Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed","type":"explicit"},{"id":"explicit.pseudo_timeless_jewel_deshret","text":"Denoted service of # dekhara in the akhara of Deshret","type":"explicit"},{"id":"explicit.stat_4272260340","text":"Frostbite has #% reduced Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_455217103","text":"You only lose # Crab Barriers when you take Physical Damage from a Hit","type":"explicit"},{"id":"explicit.stat_1575046591","text":"Unaffected by Damaging Ailments","type":"explicit"},{"id":"explicit.stat_315697256","text":"1 Added Passive Skill is Skullbreaker","type":"explicit"},{"id":"explicit.stat_2581419165","text":"#% chance to receive additional Blight items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_2554328719","text":"Trigger Level 20 Twister when you gain Avian\'s Might or Avian\'s Flight","type":"explicit"},{"id":"explicit.stat_3716472556","text":"Deal no Damage when not on Low Life","type":"explicit"},{"id":"explicit.stat_4144221848","text":"#% increased Life Recovery Rate per 10 Strength on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3245481061","text":"Critical Strikes deal no Damage","type":"explicit"},{"id":"explicit.stat_467806158","text":"#% increased Spell Damage if you\'ve dealt a Critical Strike in the past 8 seconds","type":"explicit"},{"id":"explicit.stat_3845048660","text":"For each nearby corpse, Regenerate #% Life per second, up to 3%","type":"explicit"},{"id":"explicit.stat_2118708619","text":"#% increased Damage if you have Consumed a corpse Recently","type":"explicit"},{"id":"explicit.stat_2261237498","text":"1 Added Passive Skill is Seeker Runes","type":"explicit"},{"id":"explicit.stat_509572644","text":"Grants Level # Queen\'s Demand Skill","type":"explicit"},{"id":"explicit.stat_1757548756","text":"Grants Level # Summon Doedre\'s Effigy Skill\\nSocketed Hex Curse Skills are Triggered by Doedre\'s Effigy when Summoned\\nHexes from Socketed Skills can apply 5 additional Curses\\n20% less Effect of Curses from Socketed Hex Skills","type":"explicit"},{"id":"explicit.stat_2504632495","text":"Regenerate #% Life over one second when Hit while Sane","type":"explicit"},{"id":"explicit.stat_942938211","text":"Projectiles Fork","type":"explicit"},{"id":"explicit.stat_3507915723","text":"Enemies take #% increased Elemental Damage from your Hits for\\neach Withered you have inflicted on them","type":"explicit"},{"id":"explicit.stat_1629782265","text":"#% increased Damage with Claws while on Low Life","type":"explicit"},{"id":"explicit.stat_3152149523","text":"Flammability has #% reduced Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_220932154","text":"Your Cold Damage cannot Freeze","type":"explicit"},{"id":"explicit.stat_3989400244","text":"1 Added Passive Skill is Low Tolerance","type":"explicit"},{"id":"explicit.stat_2454528473","text":"#% chance to receive additional Essences when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_241783558","text":"1 Added Passive Skill is Wrapped in Flame","type":"explicit"},{"id":"explicit.stat_3784504781","text":"Socketed Warcry Skills have +# Cooldown Use","type":"explicit"},{"id":"explicit.stat_1509532587","text":"Aspect of the Spider can inflict Spider\'s Web on Enemies an additional time","type":"explicit"},{"id":"explicit.stat_2659463225","text":"Trigger Level # Poacher\'s Mark when you Hit a Rare or Unique Enemy and have no Mark","type":"explicit"},{"id":"explicit.stat_3742945352","text":"Hatred has #% increased Aura Effect","type":"explicit"},{"id":"explicit.stat_1361025326","text":"#% chance to receive additional Abyss items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_3961014595","text":"#% increased Spell Damage per 16 Intelligence","type":"explicit"},{"id":"explicit.stat_2523122963","text":"#% chance to inflict Corrosion on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_3360430812","text":"Rhoa Feather Lure","type":"explicit"},{"id":"explicit.stat_190652296","text":"# to # added Fire Damage\\nPlayers and their Minions have # to # added Fire Damage","type":"explicit"},{"id":"explicit.stat_2384145996","text":"Chill nearby Enemies when you Focus, causing 30% reduced Action Speed","type":"explicit"},{"id":"explicit.stat_3263216405","text":"Socketed Movement Skills Cost no Mana","type":"explicit"},{"id":"explicit.stat_146268648","text":"#% increased Damage taken while Phasing","type":"explicit"},{"id":"explicit.stat_2671550669","text":"Enemies you inflict Bleeding on grant #% increased Flask Charges","type":"explicit"},{"id":"explicit.stat_1291925008","text":"Precision has 100% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1063263585","text":"Nearby Enemy Monsters have at least #% of Life Reserved","type":"explicit"},{"id":"explicit.stat_2628163981","text":"#% increased Attack and Cast Speed while Focused","type":"explicit"},{"id":"explicit.stat_729163974","text":"1 Added Passive Skill is Unspeakable Gifts","type":"explicit"},{"id":"explicit.stat_3835470471","text":"#% chance to receive additional Armour items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_3547189490","text":"Nearby Enemies grant #% increased Flask Charges","type":"explicit"},{"id":"explicit.stat_3492924480","text":"1 Added Passive Skill is Prismatic Carapace","type":"explicit"},{"id":"explicit.stat_1917124426","text":"Your Cold Damage can Poison","type":"explicit"},{"id":"explicit.stat_2936435999","text":"Lose #% of Mana per Second","type":"explicit"},{"id":"explicit.stat_953018841","text":"#% chance to receive additional Weapons when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_2697534676","text":"# to # added Lightning Damage\\nPlayers and their Minions have # to # added Lightning Damage","type":"explicit"},{"id":"explicit.stat_3359218839","text":"All Damage inflicts Poison while affected by Glorious Madness","type":"explicit"},{"id":"explicit.stat_680068163","text":"#% increased Stun Threshold","type":"explicit"},{"id":"explicit.stat_1687962297","text":"#% increased Evasion Rating per 500 Maximum Mana, up to 100%","type":"explicit"},{"id":"explicit.stat_3168399315","text":"Flasks gain # Charges every 3 seconds while they are inactive","type":"explicit"},{"id":"explicit.stat_2602585351","text":"Triggers Level # Elemental Aegis when Equipped","type":"explicit"},{"id":"explicit.stat_1563396443","text":"# to # added Physical Damage\\nPlayers and their Minions have # to # added Physical Damage","type":"explicit"},{"id":"explicit.stat_3743375737","text":"#% chance to Avoid Cold Damage from Hits","type":"explicit"},{"id":"explicit.stat_2462090973","text":"Heist Chests have a #% chance to Duplicate contained Jewels","type":"explicit"},{"id":"explicit.stat_2059771038","text":"Attacks always inflict Bleeding while you have Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_1196902248","text":"#% increased Damage with Hits against Frozen Enemies","type":"explicit"},{"id":"explicit.stat_2562564343","text":"Despair has #% reduced Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_1032751668","text":"You have Vaal Pact if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1064477264","text":"#% increased Damage if you\'ve Frozen an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2156210979","text":"Gain an Endurance Charge every 4 seconds while Stationary","type":"explicit"},{"id":"explicit.stat_3809896400","text":"Unaffected by Curses","type":"explicit"},{"id":"explicit.stat_3511815065","text":"Grants Level # Clarity Skill","type":"explicit"},{"id":"explicit.stat_3338465330","text":"Added Small Passive Skills also grant: #% increased Duration of Elemental Ailments on Enemies","type":"explicit"},{"id":"explicit.stat_2023285759","text":"Skills deal #% more Damage for each Warcry Exerting them","type":"explicit"},{"id":"explicit.stat_709768359","text":"+#% to Physical Damage over Time Multiplier with Attack Skills","type":"explicit"},{"id":"explicit.stat_1220800126","text":"Skills which Throw Traps throw up to 1 additional Trap","type":"explicit"},{"id":"explicit.stat_673704994","text":"#% increased Movement Speed while you have Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_3621706946","text":"#% increased Armour per 50 Strength","type":"explicit"},{"id":"explicit.stat_180240697","text":"Minions have #% reduced Flask Charges used","type":"explicit"},{"id":"explicit.stat_2889664727","text":"#% chance to Avoid Lightning Damage from Hits","type":"explicit"},{"id":"explicit.stat_1127706436","text":"1 Added Passive Skill is Blacksmith","type":"explicit"},{"id":"explicit.stat_3128272024","text":"+#% to Critical Strike Multiplier while area is not in Lockdown\\nPlayers have +#% to Critical Strike Multiplier while area is not in Lockdown","type":"explicit"},{"id":"explicit.stat_2172944497","text":"#% increased Effect of Tailwind on you","type":"explicit"},{"id":"explicit.stat_2917742181","text":"#% chance to receive additional Talismans when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_1299868012","text":"#% chance to deal Double Damage while affected by Glorious Madness","type":"explicit"},{"id":"explicit.stat_2341828832","text":"1 Added Passive Skill is Hex Breaker","type":"explicit"},{"id":"explicit.stat_2379274646","text":"+#% to Critical Strike Multiplier if you\'ve cast Enfeeble in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1226121733","text":"#% chance to inflict Withered for 2 seconds on Hit with this Weapon","type":"explicit"},{"id":"explicit.stat_1849749435","text":"Nearby Enemies have +#% to Lightning Resistance","type":"explicit"},{"id":"explicit.stat_3892608176","text":"Trigger Level # Intimidating Cry when you lose Cat\'s Stealth","type":"explicit"},{"id":"explicit.stat_1661253443","text":"Non-Vaal Strike Skills target # additional nearby Enemy","type":"explicit"},{"id":"explicit.stat_2396755365","text":"1 Added Passive Skill is Feast of Flesh","type":"explicit"},{"id":"explicit.stat_383509486","text":"Projectiles Chain +# times while you have Phasing","type":"explicit"},{"id":"explicit.stat_2558253923","text":"Hits with this Weapon have Culling Strike against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_4186532642","text":"Armour also applies to Chaos Damage taken from Hits","type":"explicit"},{"id":"explicit.stat_1889268646","text":"Killing Blows have a #% chance for Enemies to Explode, dealing a tenth of their maximum Life as Fire Damage","type":"explicit"},{"id":"explicit.stat_2341269061","text":"Grants Level # Discipline Skill","type":"explicit"},{"id":"explicit.stat_2551779822","text":"+# Armour while stationary","type":"explicit"},{"id":"explicit.stat_3227159962","text":"Regenerate # Life per second if you have at least 1500 Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_539970476","text":"#% increased Damage with Hits and Ailments against Cursed Enemies","type":"explicit"},{"id":"explicit.stat_3729445224","text":"Auras from your Skills grant #% increased Damage to you and Allies","type":"explicit"},{"id":"explicit.stat_4025536654","text":"1 Added Passive Skill is Capacitor","type":"explicit"},{"id":"explicit.stat_823106560","text":"Monsters have #% chance to Duplicate dropped Rogue\'s Marker","type":"explicit"},{"id":"explicit.stat_3617672145","text":"Effect is removed when Ward Breaks","type":"explicit"},{"id":"explicit.stat_2083777017","text":"1 Added Passive Skill is Conservation of Energy","type":"explicit"},{"id":"explicit.stat_1681904129","text":"Socketed Gems have +#% Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_3536082205","text":"Right Ring slot: Cover Enemies in Frost for # seconds when you Freeze them","type":"explicit"},{"id":"explicit.stat_2138819920","text":"Added Small Passive Skills also grant: #% increased Area of Effect of Hex Skills","type":"explicit"},{"id":"explicit.stat_73487979","text":"#% chance to receive additional Harbinger items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_1354504703","text":"+#% Chance to Block Attack Damage while you have at least 5 Crab Barriers","type":"explicit"},{"id":"explicit.stat_948687156","text":"Regenerate # Energy Shield per Second per Poison on you, up to 400 per second","type":"explicit"},{"id":"explicit.stat_241251790","text":"Cannot lose Crab Barriers if you have lost Crab Barriers Recently","type":"explicit"},{"id":"explicit.stat_1985969957","text":"Your Fire Damage can Poison","type":"explicit"},{"id":"explicit.stat_3018691556","text":"#% increased maximum Life and reduced Fire Resistance","type":"explicit"},{"id":"explicit.stat_2533512212","text":"Left Ring slot: Cover Enemies in Ash for # seconds when you Ignite them","type":"explicit"},{"id":"explicit.stat_2523146878","text":"#% chance for Poisons inflicted with this Weapon to deal 100% more Damage","type":"explicit"},{"id":"explicit.stat_4230767876","text":"#% increased Damage with Poison per Power Charge","type":"explicit"},{"id":"explicit.stat_3909952544","text":"You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness","type":"explicit"},{"id":"explicit.stat_2198756560","text":"Socketed Vaal Skills require #% more Souls per Use","type":"explicit"},{"id":"explicit.stat_1976069869","text":"1 Added Passive Skill is One with the Shield","type":"explicit"},{"id":"explicit.stat_792262925","text":"1 Added Passive Skill is Frantic Aspect","type":"explicit"},{"id":"explicit.stat_653107703","text":"+#% Chance to Block Attack Damage while you have at least 10 Crab Barriers","type":"explicit"},{"id":"explicit.stat_204458505","text":"#% chance for Elemental Resistances to count as being 90% against Enemy Hits","type":"explicit"},{"id":"explicit.stat_484879947","text":"Grants Level # Anger Skill","type":"explicit"},{"id":"explicit.stat_4118945608","text":"Gain # Power Charges when you Warcry","type":"explicit"},{"id":"explicit.stat_1156957589","text":"#% increased maximum Mana and reduced Cold Resistance","type":"explicit"},{"id":"explicit.stat_358040686","text":"#% chance to create Chilled Ground when Hit with an Attack","type":"explicit"},{"id":"explicit.stat_1331336999","text":"Socketed Gems are Supported by Level # Arrow Nova","type":"explicit"},{"id":"explicit.stat_24977021","text":"With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_1169422227","text":"Socketed Gems are Supported by Level # Elemental Focus","type":"explicit"},{"id":"explicit.stat_1051688002","text":"#% increased Critical Strike Chance while area is not in Lockdown\\nPlayers have #% increased Critical Strike Chance while area is not in Lockdown","type":"explicit"},{"id":"explicit.stat_3835551335","text":"Cannot be Poisoned","type":"explicit"},{"id":"explicit.stat_883169830","text":"Projectiles deal #% increased Damage with Hits and Ailments for each Enemy Pierced","type":"explicit"},{"id":"explicit.stat_2599305231","text":"Socketed Vaal Skills have #% increased Soul Gain Prevention Duration","type":"explicit"},{"id":"explicit.stat_2453321622","text":"Monsters are Unaffected by Shock","type":"explicit"},{"id":"explicit.stat_2629366488","text":"Socketed Red Gems get #% Physical Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.stat_1274200851","text":"Damage with Hits from Socketed Vaal Skills is Lucky","type":"explicit"},{"id":"explicit.stat_2478282326","text":"1 Added Passive Skill is Rote Reinforcement","type":"explicit"},{"id":"explicit.stat_222829382","text":"With at least 40 Intelligence in Radius, Blight has #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_713945233","text":"1 Added Passive Skill is Rot-Resistant","type":"explicit"},{"id":"explicit.stat_3530865840","text":"Lose a Power Charge each second if you have not Detonated Mines Recently","type":"explicit"},{"id":"explicit.stat_2135246244","text":"Added Small Passive Skills also grant: #% increased Trap and Mine Throwing Speed","type":"explicit"},{"id":"explicit.stat_1726444796","text":"#% chance to Curse non-Cursed Enemies with a random Hex on Hit","type":"explicit"},{"id":"explicit.stat_1575519214","text":"Gain Accuracy Rating equal to your Strength","type":"explicit"},{"id":"explicit.stat_4193390599","text":"Grants Level # Purity of Ice Skill","type":"explicit"},{"id":"explicit.stat_1162352537","text":"1 Added Passive Skill is Will Shaper","type":"explicit"},{"id":"explicit.stat_4245896836","text":"+#% chance to be Frozen, Shocked and Ignited","type":"explicit"},{"id":"explicit.stat_3853465279","text":"Dread Banner has #% increased Fortification duration","type":"explicit"},{"id":"explicit.stat_2662268382","text":"#% chance to Avoid Elemental Ailments while you have Elusive","type":"explicit"},{"id":"explicit.stat_2020075345","text":"1 Added Passive Skill is Expendability","type":"explicit"},{"id":"explicit.stat_2524029637","text":"Recover #% of Mana when you Shock an Enemy","type":"explicit"},{"id":"explicit.stat_4022743870","text":"1 Added Passive Skill is Adrenaline","type":"explicit"},{"id":"explicit.stat_2139660169","text":"+#% to Fire Damage over Time Multiplier with Attack Skills","type":"explicit"},{"id":"explicit.stat_1829869055","text":"#% chance that if you would gain a Crab Barrier, you instead gain up to\\nyour maximum number of Crab Barriers","type":"explicit"},{"id":"explicit.stat_2543019543","text":"Modifiers to Chance to Avoid being Shocked apply to all Elemental Ailments","type":"explicit"},{"id":"explicit.stat_1544417021","text":"Eldritch Battery during Effect","type":"explicit"},{"id":"explicit.stat_3225265684","text":"With # Corrupted Items Equipped: 50% of Chaos Damage taken does not bypass Energy Shield, and 50% of Physical Damage taken bypasses Energy Shield","type":"explicit"},{"id":"explicit.stat_4252311791","text":"#% increased Cold Resistance","type":"explicit"},{"id":"explicit.stat_1162425204","text":"Remove Ignite and Burning when you use a Flask","type":"explicit"},{"id":"explicit.stat_3799759054","text":"Added Small Passive Skills also grant: Channelling Skills have #% increased Attack and Cast Speed","type":"explicit"},{"id":"explicit.stat_1149662934","text":"1 Added Passive Skill is Prismatic Dance","type":"explicit"},{"id":"explicit.stat_1139878780","text":"Your Chaos Damage can Ignite","type":"explicit"},{"id":"explicit.stat_332854027","text":"#% increased Aspect of the Spider Debuff Duration","type":"explicit"},{"id":"explicit.stat_3169825297","text":"Nearby Enemies have #% reduced Stun and Block Recovery","type":"explicit"},{"id":"explicit.stat_549215295","text":"Gain # Energy Shield for each Enemy you Hit which is affected by a Spider\'s Web","type":"explicit"},{"id":"explicit.stat_3769211656","text":"#% chance to gain a Frenzy Charge when you Block","type":"explicit"},{"id":"explicit.stat_2734809852","text":"#% increased Elemental Damage taken","type":"explicit"},{"id":"explicit.stat_2304300603","text":"You count as on Low Life while you are Cursed with Vulnerability","type":"explicit"},{"id":"explicit.stat_3242537102","text":"You have Vaal Pact while all Socketed Gems are Red","type":"explicit"},{"id":"explicit.stat_833254006","text":"Smuggler\'s Caches have #% chance to Duplicate contained Rogue\'s Markers","type":"explicit"},{"id":"explicit.stat_389725673","text":"Area has patches of Chilled Ground","type":"explicit"},{"id":"explicit.stat_3470457445","text":"Chaos Damage can Ignite, Chill and Shock","type":"explicit"},{"id":"explicit.stat_3471951849","text":"+# seconds to Lockdown Timer","type":"explicit"},{"id":"explicit.stat_2249211872","text":"#% increased Lightning Resistance","type":"explicit"},{"id":"explicit.stat_1463604143","text":"#% chance to receive additional Legion items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_1871938116","text":"You have Onslaught while on Low Life","type":"explicit"},{"id":"explicit.stat_3637628300","text":"Grants Call of Steel","type":"explicit"},{"id":"explicit.stat_3736628755","text":"Precision has 50% less Reservation","type":"explicit"},{"id":"explicit.stat_4192058279","text":"With # Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead","type":"explicit"},{"id":"explicit.stat_4265392510","text":"Grants Level # Determination Skill","type":"explicit"},{"id":"explicit.stat_3802667447","text":"#% increased Quantity of Fish Caught","type":"explicit"},{"id":"explicit.stat_327253797","text":"#% chance to Defend with 200% of Armour","type":"explicit"},{"id":"explicit.stat_3990082744","text":"Gain additional Elemental Damage Reduction equal to half your Chaos Resistance","type":"explicit"},{"id":"explicit.stat_3875792669","text":"1 Added Passive Skill is Molten One\'s Mark","type":"explicit"},{"id":"explicit.stat_3750917270","text":"#% of Attack Damage Leeched as Life against Taunted Enemies","type":"explicit"},{"id":"explicit.stat_1032614900","text":"Enemies Withered by you have +#% to all Resistances","type":"explicit"},{"id":"explicit.stat_2763710567","text":"Gain Unholy Might for 2 seconds on Critical Strike","type":"explicit"},{"id":"explicit.stat_1583385065","text":"#% increased Damage with Non-Vaal Skills during Soul Gain Prevention","type":"explicit"},{"id":"explicit.stat_1209807941","text":"Grants Level # Thirst for Blood Skill","type":"explicit"},{"id":"explicit.stat_1636209393","text":"#% increased Effect of Non-Curse Auras from your Skills on Enemies","type":"explicit"},{"id":"explicit.stat_2522672898","text":"#% of Fire Damage from Hits taken as Cold Damage","type":"explicit"},{"id":"explicit.stat_3295179224","text":"Enemies you Kill have a #% chance to Explode, dealing a tenth of their maximum Life as Physical Damage","type":"explicit"},{"id":"explicit.stat_4145689649","text":"Gain Adrenaline for # second on Kill","type":"explicit"},{"id":"explicit.stat_3313284037","text":"#% chance to Avoid being Interrupted","type":"explicit"},{"id":"explicit.stat_2011785027","text":"Ignites you inflict spread to other Enemies within # metre","type":"explicit"},{"id":"explicit.stat_668504404","text":"Heist Chests have a #% chance to Duplicate contained Breach Splinters","type":"explicit"},{"id":"explicit.stat_533969887","text":"#% chance in Heists for Jeweller\'s Orbs to drop as Orbs of Fusing instead","type":"explicit"},{"id":"explicit.stat_2175178647","text":"Heist Chests have a #% chance to Duplicate contained Essences","type":"explicit"},{"id":"explicit.stat_2517037025","text":"You are Unaffected by Shock if you\'ve cast Conductivity in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1680060098","text":"#% increased Fire Resistance","type":"explicit"},{"id":"explicit.stat_2395088636","text":"Throw an additional Mine","type":"explicit"},{"id":"explicit.stat_3339663313","text":"Inflict Lightning Exposure on Hit if you\'ve cast Conductivity in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_3324747104","text":"#% of Damage Leeched as Life while Focused","type":"explicit"},{"id":"explicit.stat_3993865658","text":"Pride has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2265469693","text":"Added Small Passive Skills also grant: #% increased Brand Attachment range","type":"explicit"},{"id":"explicit.stat_3938603844","text":"# to # added Cold Damage\\nPlayers and their Minions have # to # added Cold Damage","type":"explicit"},{"id":"explicit.stat_1822142649","text":"#% increased Projectile Attack Damage while you have at least 200 Dexterity","type":"explicit"},{"id":"explicit.stat_3665534869","text":"Area has patches of Burning Ground","type":"explicit"},{"id":"explicit.stat_3134222965","text":"1 Added Passive Skill is Fearsome Warrior","type":"explicit"},{"id":"explicit.stat_2834490860","text":"1 Added Passive Skill is Chilling Presence","type":"explicit"},{"id":"explicit.stat_971937289","text":"You are Unaffected by Bleeding if you\'ve cast Vulnerability in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_2965611853","text":"Curse Auras from Socketed Skills also affect you","type":"explicit"},{"id":"explicit.stat_2713909980","text":"Immune to Reflected Damage if you\'ve cast Punishment in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_2319127046","text":"+#% Monster Fire Resistance","type":"explicit"},{"id":"explicit.stat_2964800094","text":"Socketed Skills deal #% more Spell Damage","type":"explicit"},{"id":"explicit.stat_1430380429","text":"+#% Monster Cold Resistance","type":"explicit"},{"id":"explicit.stat_1312481589","text":"#% increased Damage while area is not in Lockdown\\nPlayers deal #% increased Damage while area is not in Lockdown","type":"explicit"},{"id":"explicit.stat_145701647","text":"Heist Chests have a #% chance to Duplicate contained Legion Splinters","type":"explicit"},{"id":"explicit.stat_176085824","text":"If you have Blocked Recently, you and nearby Allies Regenerate #% of Life per second","type":"explicit"},{"id":"explicit.stat_785655723","text":"Enemies affected by your Spider\'s Webs have +#% to All Resistances","type":"explicit"},{"id":"explicit.stat_2921954092","text":"Immune to Exposure if you\'ve cast Elemental Weakness in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1618482990","text":"#% chance for Energy Shield Recharge to start when you Kill an Enemy","type":"explicit"},{"id":"explicit.stat_4075957192","text":"Poisonous Hit","type":"explicit"},{"id":"explicit.stat_3970432307","text":"Grants Level # Purity of Fire Skill","type":"explicit"},{"id":"explicit.stat_3057154383","text":"1 Added Passive Skill is Phlebotomist","type":"explicit"},{"id":"explicit.stat_2992087211","text":"#% chance to Poison per Power Charge","type":"explicit"},{"id":"explicit.stat_3257374551","text":"You count as on Full Life while you are Cursed with Vulnerability","type":"explicit"},{"id":"explicit.stat_1488030420","text":"1 Added Passive Skill is Run Through","type":"explicit"},{"id":"explicit.stat_2401345409","text":"Modifiers to Chance to Suppress Spell Damage also apply to Chance to Avoid Elemental Ailments at #% of their Value","type":"explicit"},{"id":"explicit.stat_3580556037","text":"Monsters gain # Frenzy Charge every 20 seconds","type":"explicit"},{"id":"explicit.stat_740728913","text":"Dread Banner grants an additional +# to maximum Fortification when placing the Banner","type":"explicit"},{"id":"explicit.stat_2811179011","text":"#% increased Reservation Efficiency of Skills while affected by a Unique Abyss Jewel","type":"explicit"},{"id":"explicit.stat_4281949537","text":"Gain #% of Physical Damage as a Random Element if you\'ve cast Elemental Weakness in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_3868184702","text":"Reflects # Lightning Damage to Melee Attackers","type":"explicit"},{"id":"explicit.stat_3145607602","text":"#% chance to receive additional Unique items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_3751566939","text":"Areas contain Einhar\\nAreas can contain capturable Harvest Beasts","type":"explicit"},{"id":"explicit.stat_3861913659","text":"#% of Damage Leeched as Life against Cursed Enemies","type":"explicit"},{"id":"explicit.stat_273206351","text":"#% chance to gain a Power Charge on hitting an Enemy affected by a Spider\'s Web","type":"explicit"},{"id":"explicit.stat_746798754","text":"Heist Chests have a #% chance to Duplicate contained Catalysts","type":"explicit"},{"id":"explicit.stat_1979658770","text":"Socketed Gems are Supported by Level # Fire Penetration","type":"explicit"},{"id":"explicit.stat_2614885550","text":"#% more Ignite Duration","type":"explicit"},{"id":"explicit.stat_3832130495","text":"Aspect of the Spider inflicts Spider\'s Webs and Hinder every # Seconds instead","type":"explicit"},{"id":"explicit.stat_1242155304","text":"Every 4 seconds, Regenerate #% of Life over one second","type":"explicit"},{"id":"explicit.stat_388639924","text":"#% more Physical and Chaos Damage Taken while Sane","type":"explicit"},{"id":"explicit.stat_3967122169","text":"Heist Chests have a #% chance to Duplicate contained Map Fragments","type":"explicit"},{"id":"explicit.stat_3288016752","text":"Heist Chests have a #% chance to contain more valuable Uniques","type":"explicit"},{"id":"explicit.stat_1932583315","text":"Minions have #% increased Flask Effect Duration","type":"explicit"},{"id":"explicit.stat_4221489692","text":"#% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon","type":"explicit"},{"id":"explicit.stat_2287264161","text":"Socketed Gems are Supported by Level # Arcane Surge","type":"explicit"},{"id":"explicit.stat_3846088475","text":"Socketed Gems deal #% more Damage over Time","type":"explicit"},{"id":"explicit.stat_1658498488","text":"Corrupted Blood cannot be inflicted on you","type":"explicit"},{"id":"explicit.stat_3788235244","text":"Area has a #% chance to contain Cadiro Perandus","type":"explicit"},{"id":"explicit.stat_3967765261","text":"1 Added Passive Skill is Bloodscent","type":"explicit"},{"id":"explicit.stat_2134307667","text":"Projectiles have #% chance to Return to you","type":"explicit"},{"id":"explicit.stat_3738009328","text":"Spell Skills always deal Critical Strikes on final Repeat","type":"explicit"},{"id":"explicit.stat_578121324","text":"#% increased Critical Strike Chance while you have at least 200 Intelligence","type":"explicit"},{"id":"explicit.stat_2863332749","text":"With a Searching Eye Jewel Socketed, Attacks have #% chance to grant Onslaught On Kill","type":"explicit"},{"id":"explicit.stat_3931143552","text":"Passives granting Fire Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Block Attack Damage at #% of its value","type":"explicit"},{"id":"explicit.stat_2610785454","text":"#% chance to receive additional Gem items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_803185500","text":"#% increased Effect of your Marks","type":"explicit"},{"id":"explicit.stat_2692578539","text":"+# to Level of all Jobs for Heists","type":"explicit"},{"id":"explicit.stat_10224385","text":"Minions have +#% to all maximum Elemental Resistances","type":"explicit"},{"id":"explicit.stat_186482813","text":"With a Murderous Eye Jewel Socketed, Melee Hits have #% chance to Fortify","type":"explicit"},{"id":"explicit.stat_2706122133","text":"Your Critical Strike Chance is Lucky while on Low Life","type":"explicit"},{"id":"explicit.stat_504462346","text":"For each nearby corpse, #% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_2638865425","text":"Cannot be Stunned while Bleeding","type":"explicit"},{"id":"explicit.stat_1243114410","text":"#% increased Critical Strike Chance for Spells if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_729430714","text":"+#% to Critical Strike Multiplier for Spells if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.stat_1323476506","text":"#% chance to receive additional Jewellery when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_1719423857","text":"+# to Level of Socketed Intelligence Gems","type":"explicit"},{"id":"explicit.stat_4077357269","text":"Take no Extra Damage from Critical Strikes if you\'ve cast Enfeeble in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_2542650946","text":"#% chance to gain an Endurance Charge on Critical Strike","type":"explicit"},{"id":"explicit.stat_1555263964","text":"Players\' Travel Skills are Disabled","type":"explicit"},{"id":"explicit.stat_2355615476","text":"+#% to Critical Strike Multiplier against Enemies that are on Full Life","type":"explicit"},{"id":"explicit.stat_3892832319","text":"#% chance in Heists for Items to drop fully linked","type":"explicit"},{"id":"explicit.stat_1621470436","text":"Cast Level 20 Fire Burst on Hit","type":"explicit"},{"id":"explicit.stat_2522970386","text":"1 Added Passive Skill is Enduring Focus","type":"explicit"},{"id":"explicit.stat_787185456","text":"Adds # to # Physical Damage to Attacks per 25 Strength","type":"explicit"},{"id":"explicit.stat_1330109706","text":"Regenerate # Energy Shield per second","type":"explicit"},{"id":"explicit.stat_2634885412","text":"Trigger Level # Bone Nova when you Hit a Bleeding Enemy","type":"explicit"},{"id":"explicit.stat_758006884","text":"Queen\'s Demand can Trigger Level # Storm of Judgement","type":"explicit"},{"id":"explicit.stat_2636728487","text":"You always Ignite while Burning","type":"explicit"},{"id":"explicit.stat_3986704288","text":"Magic Utility Flasks cannot be Used","type":"explicit"},{"id":"explicit.stat_4146386957","text":"#% chance to receive additional Breach items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_3217428772","text":"Minions gain #% of Physical Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.stat_2750800428","text":"Treats Enemy Monster Elemental Resistance values as inverted","type":"explicit"},{"id":"explicit.stat_2649513539","text":"Physical Damage taken bypasses Energy Shield","type":"explicit"},{"id":"explicit.stat_1560540713","text":"Nearby Allies have Culling Strike","type":"explicit"},{"id":"explicit.stat_1517357911","text":"Grants Level # Summon Doedre\'s Effigy Skill\\nSocketed Hex Curse Skills are Triggered by Doedre\'s Effigy when Summoned\\nHexes from Socketed Skills can apply 5 additional Curses","type":"explicit"},{"id":"explicit.stat_4122424929","text":"Cannot roll Attack Modifiers","type":"explicit"},{"id":"explicit.stat_3231424461","text":"Enemies affected by your Spider\'s Webs deal #% reduced Damage","type":"explicit"},{"id":"explicit.stat_3573128085","text":"Chaos Skills have #% chance to Ignite","type":"explicit"},{"id":"explicit.stat_3790386828","text":"#% more Flask Charges gained from Kills","type":"explicit"},{"id":"explicit.stat_3686780108","text":"#% increased Aspect of the Spider Area of Effect","type":"explicit"},{"id":"explicit.stat_3312593243","text":"Socketed Gems are Supported by Level # Cast On Melee Kill","type":"explicit"},{"id":"explicit.stat_1387367793","text":"Minions have #% chance to inflict Withered on Hit","type":"explicit"},{"id":"explicit.stat_3089482869","text":"Brand Skills have #% increased Duration","type":"explicit"},{"id":"explicit.stat_2859437049","text":"Grants Level # Brandsurge Skill","type":"explicit"},{"id":"explicit.stat_1611826374","text":"Legion Encounters in your Maps have #% increased chance to include a Maraketh army","type":"explicit"},{"id":"explicit.stat_545593248","text":"Debilitate nearby Enemies for # Seconds when Effect ends","type":"explicit"},{"id":"explicit.stat_720398262","text":"#% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention","type":"explicit"},{"id":"explicit.stat_1994121713","text":"+#% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_196260576","text":"Flasks gain # Charges when you hit a Non-Unique Enemy, no more than once per second","type":"explicit"},{"id":"explicit.stat_2340750293","text":"#% of Elemental Damage from Hits taken as Physical Damage","type":"explicit"},{"id":"explicit.stat_2692289207","text":"#% more Critical Strike Chance while Insane","type":"explicit"},{"id":"explicit.stat_880970200","text":"You have Consecrated Ground around you while stationary","type":"explicit"},{"id":"explicit.stat_2175889777","text":"Culling Strike during Effect","type":"explicit"},{"id":"explicit.stat_1264919148","text":"Skills supported by Unleash have +# to maximum number of Seals","type":"explicit"},{"id":"explicit.stat_1011373762","text":"Spells fire an additional Projectile","type":"explicit"},{"id":"explicit.stat_548721233","text":"Minions Leech #% of Damage as Life against Poisoned Enemies","type":"explicit"},{"id":"explicit.stat_306037665","text":"#% chance in Heists for Orbs of Augmentation to drop as Orbs of Alchemy instead","type":"explicit"},{"id":"explicit.stat_3308030688","text":"#% increased Mana Regeneration Rate while stationary","type":"explicit"},{"id":"explicit.stat_810219447","text":"1 Added Passive Skill is Improvisor","type":"explicit"},{"id":"explicit.stat_1700808530","text":"Regenerate #% of Energy Shield per second while Shocked","type":"explicit"},{"id":"explicit.stat_2443457281","text":"Socketed Projectile Spells deal #% more Damage with Hits","type":"explicit"},{"id":"explicit.stat_326965591","text":"Iron Reflexes","type":"explicit"},{"id":"explicit.stat_3239991868","text":"Grants Level # Unhinge Skill","type":"explicit"},{"id":"explicit.stat_3383226338","text":"Malevolence has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1383676476","text":"Gain #% of Missing Unreserved Life before being Hit by an Enemy","type":"explicit"},{"id":"explicit.stat_476204410","text":"Socketed Vaal Skills have #% increased Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_2228279620","text":"Socketed Gems are Supported by Level # Critical Strike Affliction","type":"explicit"},{"id":"explicit.stat_1722463112","text":"Nearby Allies have #% increased Item Rarity","type":"explicit"},{"id":"explicit.stat_3144358296","text":"Adds # to # Fire Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_879520319","text":"#% increased Attack, Cast and Movement Speed while you have Onslaught","type":"explicit"},{"id":"explicit.stat_2060601355","text":"Flesh and Stone has no Reservation","type":"explicit"},{"id":"explicit.stat_1215155013","text":"#% increased Defences from Equipped Shield","type":"explicit"},{"id":"explicit.stat_3362665206","text":"#% increased Mine Arming Speed","type":"explicit"},{"id":"explicit.stat_935623115","text":"Adds # to # Lightning Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_3165905801","text":"Ignites inflicted with this Weapon deal #% more Damage","type":"explicit"},{"id":"explicit.stat_2736829661","text":"When you Kill a Rare Monster, #% chance to gain one of its Modifiers for 10 seconds","type":"explicit"},{"id":"explicit.stat_1558131185","text":"Drops Scorched Ground while moving, lasting # seconds","type":"explicit"},{"id":"explicit.stat_3489570622","text":"Regenerate # Life per Second while affected by Vitality","type":"explicit"},{"id":"explicit.stat_2583648686","text":"#% of Leech from Hits with this Weapon is Instant per Enemy Power","type":"explicit"},{"id":"explicit.stat_763311546","text":"Fire Resistance is #%","type":"explicit"},{"id":"explicit.stat_3753650187","text":"#% additional Physical Damage Reduction while Focused","type":"explicit"},{"id":"explicit.stat_2072625596","text":"#% increased Cast Speed if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_264841388","text":"#% chance to Trigger Summon Spirit of Kahuturoa on Kill","type":"explicit"},{"id":"explicit.stat_4051493629","text":"Socketed Gems have Secrets of Suffering","type":"explicit"},{"id":"explicit.stat_1381972535","text":"#% increased Global maximum Energy Shield and reduced Lightning Resistance","type":"explicit"},{"id":"explicit.stat_344389721","text":"Magic Utility Flask Effects cannot be removed","type":"explicit"},{"id":"explicit.stat_2044840211","text":"With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_2670993553","text":"Damage cannot be Reflected","type":"explicit"},{"id":"explicit.stat_2695848124","text":"1 Added Passive Skill is Doedre\'s Gluttony","type":"explicit"},{"id":"explicit.stat_3842373291","text":"#% reduced Reflected Damage taken during Effect","type":"explicit"},{"id":"explicit.stat_117885424","text":"Adds # to # Chaos Damage to Attacks per 80 Strength","type":"explicit"},{"id":"explicit.stat_2388347909","text":"Leftmost # Magic Utility Flask constantly applies its Flask Effect to you","type":"explicit"},{"id":"explicit.stat_462691314","text":"The Agnostic","type":"explicit"},{"id":"explicit.stat_471924383","text":"#% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating","type":"explicit"},{"id":"explicit.stat_2257118425","text":"Vaal Pact","type":"explicit"},{"id":"explicit.stat_3104895675","text":"Socketed Projectile Spells have #% more Skill Effect Duration","type":"explicit"},{"id":"explicit.stat_1381945089","text":"1 Added Passive Skill is Doedre\'s Apathy","type":"explicit"},{"id":"explicit.stat_44716414","text":"Blind does not affect your Chance to Hit","type":"explicit"},{"id":"explicit.stat_1831757355","text":"Wintertide Brand has #% increased Chill Effect","type":"explicit"},{"id":"explicit.stat_1224928411","text":"Passives granting Lightning Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Block Spell Damage at #% of its value","type":"explicit"},{"id":"explicit.stat_3848677307","text":"1 Added Passive Skill is Aerialist","type":"explicit"},{"id":"explicit.stat_701843516","text":"#% chance in Heists for Items to drop Identified","type":"explicit"},{"id":"explicit.stat_4223377453","text":"#% increased Brand Attachment range","type":"explicit"},{"id":"explicit.stat_3255961830","text":"+# metre to Melee Strike Range if you have Killed Recently","type":"explicit"},{"id":"explicit.stat_2549369799","text":"Anger has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_28821524","text":"Socketed Gems are Supported by Level # Intensify","type":"explicit"},{"id":"explicit.stat_999837849","text":"#% chance to Trigger Summon Spirit of Kiloava on Kill","type":"explicit"},{"id":"explicit.stat_3235941702","text":"Socketed Projectile Spells fire Projectiles in a circle","type":"explicit"},{"id":"explicit.stat_3664803307","text":"Triggers Level # Summon Arbalists when Equipped","type":"explicit"},{"id":"explicit.stat_1243641369","text":"Grant a Frenzy Charge to nearby Allies on Kill","type":"explicit"},{"id":"explicit.stat_1454648374","text":"+#% to Damage over Time Multiplier for Bleeding from Critical Strikes","type":"explicit"},{"id":"explicit.stat_1827932821","text":"Cannot take Reflected Elemental Damage","type":"explicit"},{"id":"explicit.stat_4106109768","text":"#% more Effect of your Curses","type":"explicit"},{"id":"explicit.stat_407576170","text":"Gain an Endurance Charge if an Attack Freezes an Enemy","type":"explicit"},{"id":"explicit.stat_3875592188","text":"Movement Speed cannot be modified to below base value","type":"explicit"},{"id":"explicit.stat_164032122","text":"1 Added Passive Skill is Powerful Ward","type":"explicit"},{"id":"explicit.stat_1861913998","text":"#% increased Critical Strike Chance per 25 Intelligence","type":"explicit"},{"id":"explicit.stat_4137521191","text":"#% increased Attack Speed if you\'ve been Hit Recently","type":"explicit"},{"id":"explicit.stat_1678234826","text":"You have Tailwind if you\'ve used a Socketed Vaal Skill Recently","type":"explicit"},{"id":"explicit.stat_3839620417","text":"#% increased Evasion Rating while Focused","type":"explicit"},{"id":"explicit.stat_1889350679","text":"Minions have +#% to Fire Resistance","type":"explicit"},{"id":"explicit.stat_3954735777","text":"#% chance to Poison on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_1831825995","text":"Socketed Vaal Skills grant Elusive when Used","type":"explicit"},{"id":"explicit.stat_1504513372","text":"Skills Supported by Unleash have #% increased Seal gain frequency","type":"explicit"},{"id":"explicit.stat_207863952","text":"Socketed Vaal Skills have 20% chance to regain consumed Souls when used","type":"explicit"},{"id":"explicit.stat_272515409","text":"#% chance to Trigger Summon Spirit of Utula on Kill","type":"explicit"},{"id":"explicit.stat_100820057","text":"+# to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_31336590","text":"#% chance to Trigger Summon Spirit of Ahuana on Kill","type":"explicit"},{"id":"explicit.stat_1464115829","text":"If you\'ve Warcried Recently, you and nearby allies have #% increased Attack, Cast and Movement Speed","type":"explicit"},{"id":"explicit.stat_244825991","text":"Nearby Allies have +# Fortification","type":"explicit"},{"id":"explicit.stat_3152714748","text":"Nearby Allies have +#% to Critical Strike Multiplier","type":"explicit"},{"id":"explicit.stat_1124661381","text":"Shrapnel Ballista has +# to maximum number of Summoned Totems per 200 Strength","type":"explicit"},{"id":"explicit.stat_1409669176","text":"Passives granting Cold Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Suppress Spell Damage at #% of its value","type":"explicit"},{"id":"explicit.stat_2589042711","text":"Lose # Mana per Second","type":"explicit"},{"id":"explicit.stat_866391849","text":"#% chance in Heists for Regal Orbs to drop as Exalted Orbs instead","type":"explicit"},{"id":"explicit.stat_2415497478","text":"#% chance to Avoid Physical Damage from Hits","type":"explicit"},{"id":"explicit.stat_3119612865","text":"Minions have #% additional Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_353652601","text":"Overwhelm #% of Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_767464019","text":"Trigger Level # Toxic Rain when you Attack with a Bow","type":"explicit"},{"id":"explicit.stat_1824085933","text":"#% chance in Heists for Orbs of Scouring to drop as Orbs of Regret instead","type":"explicit"},{"id":"explicit.stat_1872107885","text":"Hits with this Weapon have +#% to Critical Strike Multiplier per Enemy Power","type":"explicit"},{"id":"explicit.stat_325889252","text":"Determination has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2325592140","text":"Lose #% of Life per second if you have been Hit Recently","type":"explicit"},{"id":"explicit.stat_3213734550","text":"#% chance in Heists for Chromatic Orbs to drop as Orbs of Fusing instead","type":"explicit"},{"id":"explicit.stat_254194892","text":"1 Added Passive Skill is Riot Queller","type":"explicit"},{"id":"explicit.stat_3454830051","text":"#% increased Main Hand Critical Strike Chance per\\nMurderous Eye Jewel affecting you, up to a maximum of 200%","type":"explicit"},{"id":"explicit.stat_1357672429","text":"Trigger Level # Icicle Burst when you Hit a Frozen Enemy","type":"explicit"},{"id":"explicit.stat_2513293614","text":"Socketed Gems are Supported by Level # Vicious Projectiles","type":"explicit"},{"id":"explicit.stat_3223376951","text":"Cannot deal Critical Strikes with Attacks","type":"explicit"},{"id":"explicit.stat_3699529133","text":"+#% to Off Hand Critical Strike Multiplier per\\nMurderous Eye Jewel affecting you, up to a maximum of +100%","type":"explicit"},{"id":"explicit.stat_1630969195","text":"#% chance to Trigger Summon Spirit of Rakiata on Kill","type":"explicit"},{"id":"explicit.stat_3556656580","text":"Defiance Banner has #% increased Taunt duration","type":"explicit"},{"id":"explicit.stat_1997151732","text":"Arrows Pierce all Targets after Chaining","type":"explicit"},{"id":"explicit.stat_3827349913","text":"#% increased Global Armour while you have no Energy Shield","type":"explicit"},{"id":"explicit.stat_1812251528","text":"Arrows that Pierce have 50% chance to inflict Bleeding","type":"explicit"},{"id":"explicit.stat_252724319","text":"1 Added Passive Skill is Enduring Ward","type":"explicit"},{"id":"explicit.stat_973000407","text":"Your Curse Limit is equal to your maximum Power Charges","type":"explicit"},{"id":"explicit.stat_3370223014","text":"Adds # to # Cold Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_1189717666","text":"Rare Monsters in your Maps have #% chance to drop an additional Gem with Quality","type":"explicit"},{"id":"explicit.stat_3913936991","text":"#% of Damage taken from Stunning Hits is Recovered as Life","type":"explicit"},{"id":"explicit.stat_472812693","text":"Auras from your Skills have #% increased Effect on you","type":"explicit"},{"id":"explicit.stat_279110104","text":"Withered does not expire on Enemies Ignited by you","type":"explicit"},{"id":"explicit.stat_1029319062","text":"#% of Fire Damage from Hits taken as Physical Damage","type":"explicit"},{"id":"explicit.stat_1827636152","text":"Your Minions use your Flasks when summoned","type":"explicit"},{"id":"explicit.stat_4288824781","text":"Gain #% of Physical Damage as Extra Damage of each Element per Spirit Charge","type":"explicit"},{"id":"explicit.stat_2567751411","text":"Warcry Skills have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_2560911401","text":"Base Spell Critical Strike Chance of Spells is equal to that of Main Hand Weapon","type":"explicit"},{"id":"explicit.stat_1935500672","text":"Petrified during Effect","type":"explicit"},{"id":"explicit.stat_304032021","text":"#% more Damage with Arrow Hits at Close Range while you have Iron Reflexes","type":"explicit"},{"id":"explicit.stat_3284029342","text":"You have Far Shot while you do not have Iron Reflexes","type":"explicit"},{"id":"explicit.stat_2200114771","text":"Every 16 seconds you gain Iron Reflexes for 8 seconds","type":"explicit"},{"id":"explicit.stat_3615541554","text":"#% more Ward during Effect","type":"explicit"},{"id":"explicit.stat_3476327198","text":"#% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes","type":"explicit"},{"id":"explicit.stat_2989883253","text":"#% chance to gain Alchemist\'s Genius when you use a Flask","type":"explicit"},{"id":"explicit.stat_1826753218","text":"Grants Level # Wintertide Brand Skill","type":"explicit"},{"id":"explicit.stat_2339012908","text":"+# to Level of all Strength Skill Gems","type":"explicit"},{"id":"explicit.stat_3721828090","text":"Regenerate #% of Mana over 2 seconds when you Consume a corpse","type":"explicit"},{"id":"explicit.stat_3180152291","text":"Cannot deal non-Chaos Damage","type":"explicit"},{"id":"explicit.stat_335507772","text":"+# to maximum Fortification","type":"explicit"},{"id":"explicit.stat_3488208924","text":"#% chance to gain an Endurance Charge on Hitting an Enemy with no Armour","type":"explicit"},{"id":"explicit.stat_3356013982","text":"Socketed Gems are Supported by Level # Unleash","type":"explicit"},{"id":"explicit.stat_2178803872","text":"Socketed Gems are supported by Level # Chance to Bleed","type":"explicit"},{"id":"explicit.stat_3174788165","text":"Grant an Endurance Charge to nearby Allies on Hit","type":"explicit"},{"id":"explicit.stat_1439347620","text":"#% increased Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_2845551354","text":"Modifiers to Ignite Duration on you apply to all Elemental Ailments","type":"explicit"},{"id":"explicit.stat_719626796","text":"Strike Skills also target the previous location they were Used","type":"explicit"},{"id":"explicit.stat_430248187","text":"#% increased Area of Effect if you have Stunned an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2936084533","text":"You and nearby Allies have 30% increased Mana Regeneration Rate","type":"explicit"},{"id":"explicit.stat_593279674","text":"#% of Damage against Frozen Enemies Leeched as Life","type":"explicit"},{"id":"explicit.stat_3789765926","text":"+#% Chance to Block Attack Damage if you have Blocked Attack Damage Recently","type":"explicit"},{"id":"explicit.stat_482240997","text":"Minions have +#% to Critical Strike Multiplier per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_3310914132","text":"#% increased Rarity of Fish Caught","type":"explicit"},{"id":"explicit.stat_3686066640","text":"Your Chaos Damage can Chill","type":"explicit"},{"id":"explicit.stat_3039589351","text":"+#% Chance to Block Attack Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_3623716321","text":"Adds # to # Fire Damage if you\'ve Blocked Recently","type":"explicit"},{"id":"explicit.stat_80764074","text":"Ward does not Break during Effect","type":"explicit"},{"id":"explicit.stat_3733496041","text":"Raised Zombies take #% of their Maximum Life per second as Fire Damage","type":"explicit"},{"id":"explicit.stat_4139135963","text":"Curse Enemies with Temporal Chains on Hit","type":"explicit"},{"id":"explicit.stat_810166817","text":"Trigger Level # Elemental Warding on Melee Hit while Cursed","type":"explicit"},{"id":"explicit.stat_985999215","text":"Adds # to # Lightning Damage to Spells while no Life is Reserved","type":"explicit"},{"id":"explicit.stat_1662669872","text":"Trigger Level # Stalking Pustule on Kill","type":"explicit"},{"id":"explicit.stat_973574623","text":"Socketed Projectile Spells fire an additional Projectile","type":"explicit"},{"id":"explicit.stat_3500911418","text":"Regenerate #% of Life per second during any Flask Effect","type":"explicit"},{"id":"explicit.stat_2763732093","text":"1 Added Passive Skill is Genius","type":"explicit"},{"id":"explicit.stat_2545584555","text":"#% increased Effect of Withered","type":"explicit"},{"id":"explicit.stat_2490633856","text":"+#% chance to Avoid Physical Damage from Hits while Phasing","type":"explicit"},{"id":"explicit.stat_897996059","text":"Adds # to # Cold Damage to Spells while no Life is Reserved","type":"explicit"},{"id":"explicit.stat_833719670","text":"Adds # to # Fire Damage to Spells while no Life is Reserved","type":"explicit"},{"id":"explicit.stat_3091072796","text":"Your Hits cannot Penetrate or ignore Elemental Resistances","type":"explicit"},{"id":"explicit.stat_2983926876","text":"Cannot be Stunned while Fortified","type":"explicit"},{"id":"explicit.stat_2538411280","text":"Skills which Exert an Attack have #% chance to not count that Attack","type":"explicit"},{"id":"explicit.stat_4096052153","text":"Zealotry has #% increased Aura Effect","type":"explicit"},{"id":"explicit.stat_1757389331","text":"+#% to Off Hand Critical Strike Chance","type":"explicit"},{"id":"explicit.stat_396113830","text":"Projectiles from Attacks Fork","type":"explicit"},{"id":"explicit.stat_3010688059","text":"Summoned Arbalists\' Projectiles Chain +# times","type":"explicit"},{"id":"explicit.stat_1572897579","text":"You have Onslaught during Soul Gain Prevention","type":"explicit"},{"id":"explicit.stat_3251948367","text":"#% chance to Trigger Commandment of Inferno on Critical Strike","type":"explicit"},{"id":"explicit.stat_3020069394","text":"Found Magic Items drop Identified","type":"explicit"},{"id":"explicit.stat_2684385509","text":"Minions cannot be Blinded","type":"explicit"},{"id":"explicit.stat_2939409392","text":"Minions have #% chance to Blind Enemies on hit","type":"explicit"},{"id":"explicit.stat_3976916585","text":"Summoned Arbalists have #% chance to Unnerve for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_2622251413","text":"#% chance to double Stun Duration","type":"explicit"},{"id":"explicit.stat_56401364","text":"#% more Main Hand attack speed","type":"explicit"},{"id":"explicit.stat_931560398","text":"Glows while in an Area containing a Unique Fish","type":"explicit"},{"id":"explicit.stat_2505291583","text":"Socketed Vaal Skills have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_738386056","text":"Grants Level # Blood Sacrament Skill","type":"explicit"},{"id":"explicit.stat_1643324992","text":"Projectiles from Attacks can Fork # additional time","type":"explicit"},{"id":"explicit.stat_1485085047","text":"Projectiles have #% chance to be able to Chain when colliding with terrain per\\nSearching Eye Jewel affecting you, up to a maximum of 20%","type":"explicit"},{"id":"explicit.stat_3159312340","text":"Trigger Level # Contaminate when you Kill an Enemy","type":"explicit"},{"id":"explicit.stat_3652224635","text":"Summoned Arbalists have #% chance to Maim for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_3432301333","text":"#% more Energy Shield Recharge Rate","type":"explicit"},{"id":"explicit.stat_1308467455","text":"Eternal Youth","type":"explicit"},{"id":"explicit.stat_338643834","text":"Unique Boss is augmented by Player choices","type":"explicit"},{"id":"explicit.stat_2237174578","text":"Socketed Vaal Skills have #% increased Projectile Speed","type":"explicit"},{"id":"explicit.stat_4006301249","text":"Socketed Minion Gems are Supported by Level # Life Leech","type":"explicit"},{"id":"explicit.stat_1195705739","text":"Attacks fire an additional Projectile","type":"explicit"},{"id":"explicit.stat_2766470009","text":"#% chance in Heists for Regal Orbs to drop as Divine Orbs instead","type":"explicit"},{"id":"explicit.stat_613055432","text":"Minions have +#% to Damage over Time Multiplier per\\nGhastly Eye Jewel affecting you, up to a maximum of +30%","type":"explicit"},{"id":"explicit.stat_3000966016","text":"#% of Damage taken bypasses Ward","type":"explicit"},{"id":"explicit.stat_530889264","text":"#% chance in Heists for Items to drop Corrupted","type":"explicit"},{"id":"explicit.stat_3535421504","text":"Gain Added Chaos Damage equal to #% of Ward","type":"explicit"},{"id":"explicit.stat_2966079414","text":"#% chance in Heists for Basic Currency drops to be Duplicated","type":"explicit"},{"id":"explicit.stat_1349659520","text":"Your Critical Strike Chance is Lucky while Focused","type":"explicit"},{"id":"explicit.stat_1336164384","text":"Cannot Leech","type":"explicit"},{"id":"explicit.stat_2511521167","text":"Skills Fire # additional Projectile for 4 seconds after\\nyou consume a total of 12 Steel Shards","type":"explicit"},{"id":"explicit.stat_2998330946","text":"#% chance to inflict a Grasping Vine on Hit","type":"explicit"},{"id":"explicit.stat_3865389316","text":"Freezes you inflict spread to other Enemies within # metre","type":"explicit"},{"id":"explicit.stat_639595152","text":"Nearby Enemies take #% increased Elemental Damage","type":"explicit"},{"id":"explicit.stat_4263513561","text":"+#% Chance to Block Spell Damage if you have Blocked Spell Damage Recently","type":"explicit"},{"id":"explicit.stat_591162856","text":"Attacks that Fire Projectiles Consume up to # additional Steel Shard","type":"explicit"},{"id":"explicit.stat_3418377329","text":"Only opens # Portal to Area","type":"explicit"},{"id":"explicit.stat_3959337123","text":"Hollow Palm Technique","type":"explicit"},{"id":"explicit.stat_1012072406","text":"#% increased Effect of Arcane Surge on you per\\nHypnotic Eye Jewel affecting you, up to a maximum of 40%","type":"explicit"},{"id":"explicit.stat_3444518809","text":"Wrath has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1020412108","text":"Socketed Travel Skills deal #% more Damage","type":"explicit"},{"id":"explicit.stat_496075050","text":"Cold Resistance is #%","type":"explicit"},{"id":"explicit.stat_3599443205","text":"Flasks gain # Charge per second if you\'ve Hit a Unique Enemy Recently","type":"explicit"},{"id":"explicit.stat_849152640","text":"Non-Aura Skills Cost no Mana or Life while Focused","type":"explicit"},{"id":"explicit.stat_986381677","text":"#% chance in Heists for Items to drop with an additional Socket","type":"explicit"},{"id":"explicit.stat_2119664154","text":"#% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges","type":"explicit"},{"id":"explicit.stat_4169318921","text":"#% increased Movement Speed per 10 Dexterity on Unallocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_2081344089","text":"Discipline has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_872972810","text":"Unique Monsters have # random Shrine Buffs","type":"explicit"},{"id":"explicit.stat_2284771334","text":"1 Added Passive Skill is Blood Artist","type":"explicit"},{"id":"explicit.stat_1122682019","text":"#% chance in Heists for Orbs of Alteration to drop as Orbs of Alchemy instead","type":"explicit"},{"id":"explicit.stat_2093523445","text":"Adds # to # Physical Damage to Attacks against you","type":"explicit"},{"id":"explicit.stat_3094222195","text":"#% chance to Impale on Spell Hit","type":"explicit"},{"id":"explicit.stat_4099989681","text":"Your Minions spread Burning Ground on Death, dealing #% of their maximum Life as Fire Damage per second","type":"explicit"},{"id":"explicit.stat_4271994824","text":"Defences are Zero","type":"explicit"},{"id":"explicit.stat_168308685","text":"Zealotry has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_922014346","text":"+# to maximum Fortification while Focused","type":"explicit"},{"id":"explicit.stat_3591816140","text":"Gain #% increased Area of Effect for 2 seconds after Spending a total of 800 Mana","type":"explicit"},{"id":"explicit.stat_600221736","text":"Cold Exposure you inflict applies an extra +#% to Cold Resistance","type":"explicit"},{"id":"explicit.stat_3844152269","text":"#% chance on opening a Chest to not generate Alert Level","type":"explicit"},{"id":"explicit.stat_2420786978","text":"Skills which throw Traps Cost Life instead of Mana","type":"explicit"},{"id":"explicit.stat_272906215","text":"Life Leech from Exerted Attacks is instant","type":"explicit"},{"id":"explicit.stat_521653232","text":"Recover #% of Life per Endurance Charge on use\\nLose all Endurance Charges on use","type":"explicit"},{"id":"explicit.stat_1239233415","text":"+# to maximum Snipe Stages","type":"explicit"},{"id":"explicit.stat_743677006","text":"Deal no Cold Damage","type":"explicit"},{"id":"explicit.stat_3143579606","text":"+# to maximum number of Raging Spirits","type":"explicit"},{"id":"explicit.stat_710805027","text":"#% chance to gain an Endurance, Frenzy or Power Charge when any\\nof your Traps are Triggered by an Enemy","type":"explicit"},{"id":"explicit.stat_1666896662","text":"You and Nearby Allies have # to # added Fire Damage per Red Socket","type":"explicit"},{"id":"explicit.stat_2714810050","text":"Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite","type":"explicit"},{"id":"explicit.stat_668145148","text":"Nearby Enemies have #% to all Resistances","type":"explicit"},{"id":"explicit.stat_4265906483","text":"#% chance to inflict Lightning Exposure on Hit","type":"explicit"},{"id":"explicit.indexable_support_73","text":"Socketed Gems are Supported by Level # Ice Bite","type":"explicit"},{"id":"explicit.stat_4217417523","text":"#% chance to Trigger Summon Spirit of Tawhanuku on Kill","type":"explicit"},{"id":"explicit.stat_613525808","text":"Raised Zombies Cover Enemies in Ash on Hit","type":"explicit"},{"id":"explicit.stat_4175197580","text":"Malevolence has #% increased Aura Effect","type":"explicit"},{"id":"explicit.stat_1545361315","text":"#% chance in Heists for Chromatic Orbs to drop as Jeweller\'s Orbs instead","type":"explicit"},{"id":"explicit.stat_4286031492","text":"Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell","type":"explicit"},{"id":"explicit.stat_1474437010","text":"Raised Zombies have Avatar of Fire","type":"explicit"},{"id":"explicit.stat_3550460467","text":"Enemies on Fungal Ground you Kill have #% chance to Explode, dealing 5% of their Life as Chaos Damage","type":"explicit"},{"id":"explicit.stat_2532905418","text":"#% chance in Heists for Orbs of Transmutation to drop as Orbs of Alchemy instead","type":"explicit"},{"id":"explicit.stat_41860024","text":"When Hit during effect, #% of Life loss from Damage taken occurs over 4 seconds instead","type":"explicit"},{"id":"explicit.stat_800598487","text":"#% chance to Gain a Power Charge on Hit while Poisoned","type":"explicit"},{"id":"explicit.stat_470688636","text":"Triggers Level 20 Spectral Spirits when Equipped\\n+# to maximum number of Spectral Spirits","type":"explicit"},{"id":"explicit.stat_250961191","text":"Pride has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_2776399916","text":"Curse Enemies with Flammability on Block","type":"explicit"},{"id":"explicit.stat_138579627","text":"Lose Adrenaline when you cease to be Flame-Touched","type":"explicit"},{"id":"explicit.stat_3511992942","text":"Take # Fire Damage per Second while Flame-Touched","type":"explicit"},{"id":"explicit.stat_654274615","text":"Curse Enemies with Flammability on Hit","type":"explicit"},{"id":"explicit.stat_2043747322","text":"#% chance for Spell Hits against you to inflict Poison","type":"explicit"},{"id":"explicit.stat_1890969167","text":"Players have no Life or Mana Regeneration","type":"explicit"},{"id":"explicit.stat_3916499001","text":"Gain 1 Endurance Charge per Second during Effect","type":"explicit"},{"id":"explicit.stat_349619704","text":"Gain Adrenaline when you become Flame-Touched","type":"explicit"},{"id":"explicit.stat_517587669","text":"+# to maximum number of Summoned Phantasms","type":"explicit"},{"id":"explicit.stat_2513410880","text":"Players and their Minions have #% increased Mana Regeneration Rate","type":"explicit"},{"id":"explicit.stat_1820083363","text":"Manifest Dancing Dervish also manifests a copy of Dancing Dervish","type":"explicit"},{"id":"explicit.stat_2282705842","text":"#% increased Critical Strike Chance against Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_1430928642","text":"Lightning Damage with Non-Critical Strikes is Lucky","type":"explicit"},{"id":"explicit.stat_3411256933","text":"Purity of Lightning has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2506681313","text":"#% increased Hiring Fee for Deception Jobs","type":"explicit"},{"id":"explicit.stat_2071306253","text":"Hits with this Weapon Freeze Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_2418322751","text":"#% more Attack Speed","type":"explicit"},{"id":"explicit.stat_4015918489","text":"Socketed Gems are Supported by Level # Power Charge On Critical Strike","type":"explicit"},{"id":"explicit.stat_799872465","text":"You have Fungal Ground around you while stationary","type":"explicit"},{"id":"explicit.stat_2321346567","text":"Divine Flesh","type":"explicit"},{"id":"explicit.stat_145598447","text":"Everlasting Sacrifice","type":"explicit"},{"id":"explicit.stat_4199402748","text":"#% increased Chill Duration on Enemies when in Off Hand","type":"explicit"},{"id":"explicit.stat_2132884933","text":"Socketed Skills deal Double Damage","type":"explicit"},{"id":"explicit.stat_3146356577","text":"#% chance to not generate Alert Level on opening a Chest using Deception","type":"explicit"},{"id":"explicit.stat_624257168","text":"#% more Flask Charges gained from Kills","type":"explicit"},{"id":"explicit.stat_2159555743","text":"Nearby Enemies are Chilled","type":"explicit"},{"id":"explicit.stat_4052117756","text":"All Damage can Freeze","type":"explicit"},{"id":"explicit.stat_3003688066","text":"Purity of Fire has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_4272678430","text":"Freeze Chilled Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_2013799819","text":"#% increased Maximum total Energy Shield Recovery per second from Leech","type":"explicit"},{"id":"explicit.stat_3883691934","text":"Grants Level # Dash Skill","type":"explicit"},{"id":"explicit.stat_3726585224","text":"You and Nearby Allies have # to # added Lightning Damage per Blue Socket","type":"explicit"},{"id":"explicit.stat_1939452467","text":"#% of Cold Damage Leeched as Energy Shield","type":"explicit"},{"id":"explicit.stat_2482927318","text":"Bow Attacks fire # additional Arrows if you haven\'t Cast Dash recently","type":"explicit"},{"id":"explicit.stat_3815724042","text":"Reflects # Fire Damage to Attackers on Block","type":"explicit"},{"id":"explicit.stat_4084476257","text":"Critical Strikes with Spells have #% chance to inflict Impale","type":"explicit"},{"id":"explicit.stat_3771323968","text":"+#% Chance to Block Spell Damage if you have not Blocked Recently","type":"explicit"},{"id":"explicit.stat_4284915962","text":"+# to Maximum Life per 2 Intelligence","type":"explicit"},{"id":"explicit.stat_1149326139","text":"Cannot roll Caster Modifiers","type":"explicit"},{"id":"explicit.stat_1748657990","text":"Damage Penetrates #% Fire Resistance against Blinded Enemies","type":"explicit"},{"id":"explicit.stat_999511066","text":"#% increased Minion Duration","type":"explicit"},{"id":"explicit.stat_90597215","text":"Your Hits can\'t be Evaded by Blinded Enemies","type":"explicit"},{"id":"explicit.stat_3066073024","text":"Travel Skills other than Dash are Disabled","type":"explicit"},{"id":"explicit.stat_1470894892","text":"Hits with this Weapon deal #% increased Damage to Shocked Enemies","type":"explicit"},{"id":"explicit.stat_196313911","text":"Hits with this Weapon deal #% increased Damage to Frozen Enemies","type":"explicit"},{"id":"explicit.stat_76458612","text":"While your Passive Skill Tree connects to the Marauder\'s starting location, you gain:\\n#% of Life Regenerated per second","type":"explicit"},{"id":"explicit.stat_3232695173","text":"You and Nearby Allies have # to # added Chaos Damage per White Socket","type":"explicit"},{"id":"explicit.stat_2665149933","text":"You and Nearby Allies have # to # added Cold Damage per Green Socket","type":"explicit"},{"id":"explicit.stat_2181791238","text":"Wrath has #% increased Aura Effect","type":"explicit"},{"id":"explicit.stat_3322709337","text":"Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds","type":"explicit"},{"id":"explicit.stat_1960833438","text":"Regenerate #% of Life per second per 500 Maximum Energy Shield","type":"explicit"},{"id":"explicit.stat_3128318472","text":"You can only deal Damage with this Weapon or Ignite","type":"explicit"},{"id":"explicit.stat_4268822436","text":"Tormented Spirits drop 1 additional Rare Item","type":"explicit"},{"id":"explicit.stat_3726936056","text":"Arrows deal # to # Added Fire Damage for each time they\'ve Pierced","type":"explicit"},{"id":"explicit.stat_3977907993","text":"Adds # to # Fire Damage to Hits with this Weapon against Blinded Enemies","type":"explicit"},{"id":"explicit.stat_3664778308","text":"Take # Cold Damage on reaching Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_139925400","text":"Purity of Ice has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3132227798","text":"#% chance to throw up to 4 additional Traps","type":"explicit"},{"id":"explicit.stat_3973790753","text":"Gain a Power Charge when you Hit a Frozen Enemy","type":"explicit"},{"id":"explicit.stat_2927667525","text":"+# to maximum Life if there are no Life Modifiers on other Equipped Items","type":"explicit"},{"id":"explicit.stat_411986876","text":"Increases and Reductions to Light Radius also apply to Accuracy","type":"explicit"},{"id":"explicit.stat_125312907","text":"Triggers Level # Blinding Aura when Equipped","type":"explicit"},{"id":"explicit.stat_4120821275","text":"Malevolence has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_3226074658","text":"1 Added Passive Skill is Supercharge","type":"explicit"},{"id":"explicit.stat_1942151132","text":"Lightning Resistance is #%","type":"explicit"},{"id":"explicit.stat_3916980068","text":"#% increased Maximum Energy Shield for each Corrupted Item Equipped","type":"explicit"},{"id":"explicit.stat_1316646496","text":"Socketed Gems are Supported by Level # Cast While Channelling","type":"explicit"},{"id":"explicit.stat_3885409671","text":"#% of Fire Damage Leeched as Energy Shield","type":"explicit"},{"id":"explicit.stat_2519848087","text":"#% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3095345438","text":"Hits with this Weapon deal #% increased Damage to Ignited Enemies","type":"explicit"},{"id":"explicit.stat_1493325653","text":"Prevent +#% of Suppressed Spell Damage while on Full Energy Shield","type":"explicit"},{"id":"explicit.stat_3935294261","text":"#% increased Attack Speed while Chilled","type":"explicit"},{"id":"explicit.stat_778552242","text":"#% increased Cast Speed while Chilled","type":"explicit"},{"id":"explicit.stat_2203777380","text":"#% increased Movement Speed while Chilled","type":"explicit"},{"id":"explicit.stat_214242256","text":"Necrotic Footprints","type":"explicit"},{"id":"explicit.stat_4266201818","text":"Poison Cursed Enemies on hit","type":"explicit"},{"id":"explicit.stat_900639351","text":"Grace has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_4224978303","text":"#% chance to deal Double Damage if you have Stunned an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2445618239","text":"+# to Total Mana Cost of Skills while affected by Clarity","type":"explicit"},{"id":"explicit.stat_2138548436","text":"Minions have #% chance to Maim Enemies on Hit with Attacks","type":"explicit"},{"id":"explicit.stat_2546599258","text":"Intelligence provides no inherent bonus to Maximum Mana","type":"explicit"},{"id":"explicit.stat_776020689","text":"Loses all Charges when you enter a new area","type":"explicit"},{"id":"explicit.stat_3426614534","text":"Consumes Maximum Charges to use","type":"explicit"},{"id":"explicit.stat_4159765624","text":"Projectiles are fired in random directions","type":"explicit"},{"id":"explicit.stat_2417456003","text":"Non-Aura Hexes expire upon reaching #% of base Effect","type":"explicit"},{"id":"explicit.stat_1655460656","text":"Gain Vaal Souls equal to Charges Consumed when used","type":"explicit"},{"id":"explicit.stat_1229725509","text":"Lose #% of Energy Shield when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_3100523498","text":"+#% to all Resistances for each Corrupted Item Equipped","type":"explicit"},{"id":"explicit.stat_1243613350","text":"Create Profane Ground instead of Consecrated Ground","type":"explicit"},{"id":"explicit.stat_2636403786","text":"Projectiles Pierce all Targets while you have Phasing","type":"explicit"},{"id":"explicit.stat_2489070122","text":"Has an additional Implicit Mod","type":"explicit"},{"id":"explicit.stat_1654414582","text":"You cannot be Cursed with Silence","type":"explicit"},{"id":"explicit.stat_2353201291","text":"You have Unholy Might while you have no Energy Shield","type":"explicit"},{"id":"explicit.stat_807186595","text":"Socketed Gems are Supported by Level # Multiple Totems","type":"explicit"},{"id":"explicit.stat_3686519528","text":"+# seconds to Cat\'s Agility Duration","type":"explicit"},{"id":"explicit.stat_817611267","text":"Adds # to # Lightning Damage to Attacks with this Weapon per 10 Dexterity","type":"explicit"},{"id":"explicit.stat_952897668","text":"Regenerate # Life per second while Ignited","type":"explicit"},{"id":"explicit.stat_4142376596","text":"#% of Fire Damage taken as Lightning Damage","type":"explicit"},{"id":"explicit.stat_4169430079","text":"#% increased Maximum Life for each Corrupted Item Equipped","type":"explicit"},{"id":"explicit.stat_4274075490","text":"You have Onslaught while you have Cat\'s Agility","type":"explicit"},{"id":"explicit.stat_3184880507","text":"Gain Unholy Might on block for # seconds","type":"explicit"},{"id":"explicit.stat_2646007123","text":"Summoned Skeleton Warriors and Soldiers wield this Weapon while in your Main Hand","type":"explicit"},{"id":"explicit.stat_1592278124","text":"Anger has #% increased Aura Effect","type":"explicit"},{"id":"explicit.stat_2611023406","text":"#% increased Area of Effect per 50 Strength","type":"explicit"},{"id":"explicit.stat_3392890360","text":"Damage Penetrates #% Elemental Resistances during any Flask Effect","type":"explicit"},{"id":"explicit.stat_3366029652","text":"#% increased Evasion Rating and Armour","type":"explicit"},{"id":"explicit.stat_523966073","text":"Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat\'s Agility","type":"explicit"},{"id":"explicit.stat_3835483564","text":"Hatred has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_779829642","text":"+#% to Chaos Resistance while stationary","type":"explicit"},{"id":"explicit.stat_430044247","text":"Players and their Minions Regenerate #% of Life per second","type":"explicit"},{"id":"explicit.stat_1060236362","text":"#% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%","type":"explicit"},{"id":"explicit.stat_2932121832","text":"Socketed Vaal Skills have #% increased Aura Effect","type":"explicit"},{"id":"explicit.stat_2859664487","text":"#% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%","type":"explicit"},{"id":"explicit.stat_2540508981","text":"Hits from Socketed Vaal Skills ignore Enemy Monster Resistances","type":"explicit"},{"id":"explicit.stat_1827605890","text":"Has a Crucible Passive Skill Tree\\nCrucible Passive Skill Tree is removed if this Modifier is removed","type":"explicit"},{"id":"explicit.stat_59547568","text":"Hits with Melee Movement Skills have #% chance to Fortify","type":"explicit"},{"id":"explicit.stat_89314980","text":"Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items","type":"explicit"},{"id":"explicit.stat_2614654450","text":"#% increased Global Physical Damage while Frozen","type":"explicit"},{"id":"explicit.stat_2603798371","text":"Trigger Level 20 Shade Form when Hit","type":"explicit"},{"id":"explicit.stat_282353000","text":"Deal no Non-Physical Damage","type":"explicit"},{"id":"explicit.stat_1388374928","text":"Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_806627038","text":"Socketed Support Gems can also Support Skills from your Main Hand","type":"explicit"},{"id":"explicit.stat_2854183975","text":"Socketed Gems are Supported by Level # Cluster Trap","type":"explicit"},{"id":"explicit.stat_1276918229","text":"#% reduced Lightning Damage taken","type":"explicit"},{"id":"explicit.stat_1471580517","text":"You can catch Exotic Fish","type":"explicit"},{"id":"explicit.stat_3063943261","text":"#% increased Hiring Fee for Counter-Thaumaturgy Jobs","type":"explicit"},{"id":"explicit.stat_3726536628","text":"Gain +# Life when you Taunt an Enemy","type":"explicit"},{"id":"explicit.stat_3464137628","text":"Suffixes Cannot Be Changed","type":"explicit"},{"id":"explicit.stat_2773026887","text":"Immune to Curses if you\'ve cast Despair in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_697059777","text":"Summoned Skeleton Warriors and Soldiers deal Triple Damage with this\\nWeapon if you\'ve Hit with this Weapon Recently","type":"explicit"},{"id":"explicit.stat_1623397857","text":"You take Chaos Damage instead of Physical Damage from Bleeding","type":"explicit"},{"id":"explicit.stat_3527458221","text":"+#% to Critical Strike Multiplier if you have Blocked Recently","type":"explicit"},{"id":"explicit.stat_2580101523","text":"You gain Onslaught for # seconds on Killing Taunted Enemies","type":"explicit"},{"id":"explicit.stat_1766730250","text":"You are Immune to Ailments while Focused","type":"explicit"},{"id":"explicit.stat_2923442950","text":"Grants Level # Haste Skill","type":"explicit"},{"id":"explicit.stat_308127151","text":"#% of Lightning Damage Leeched as Energy Shield","type":"explicit"},{"id":"explicit.stat_1861759600","text":"Traps cannot be triggered by Enemies","type":"explicit"},{"id":"explicit.stat_647064288","text":"#% chance to not generate Alert Level on opening a Chest using Lockpicking","type":"explicit"},{"id":"explicit.stat_1034580601","text":"#% increased Damage for each Poison on you up to a maximum of 75%","type":"explicit"},{"id":"explicit.stat_1550015622","text":"#% increased Spell Damage if you\'ve dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_2894476716","text":"Gain # Endurance Charge every second if you\'ve been Hit Recently","type":"explicit"},{"id":"explicit.stat_4100175081","text":"Increases and Reductions to Maximum Energy Shield instead apply to Ward","type":"explicit"},{"id":"explicit.stat_1360723495","text":"#% increased Movement Speed for each Poison on you up to a maximum of 50%","type":"explicit"},{"id":"explicit.stat_1003608257","text":"#% increased Attack Speed if you haven\'t Cast Dash recently","type":"explicit"},{"id":"explicit.stat_237513297","text":"#% increased Evasion Rating if you\'ve Cast Dash recently","type":"explicit"},{"id":"explicit.stat_3945147290","text":"#% chance to gain a Power Charge when you Block","type":"explicit"},{"id":"explicit.stat_2659793306","text":"#% increased Movement Speed if you\'ve Cast Dash recently","type":"explicit"},{"id":"explicit.stat_478612089","text":"Zealotry has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_3391299828","text":"#% increased Hiring Fee for Lockpicking Jobs","type":"explicit"},{"id":"explicit.stat_3600749521","text":"Wrath has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_130616495","text":"Poison you inflict with Travel Skills is Reflected to you if you\\nhave fewer than 5 Poisons on you","type":"explicit"},{"id":"explicit.stat_1423002070","text":"Gain #% of Physical Damage as Extra Chaos Damage per Elder Item Equipped","type":"explicit"},{"id":"explicit.stat_611279043","text":"#% chance to Avoid Elemental Ailments per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_1852896268","text":"+#% to all Elemental Resistances per Endurance Charge","type":"explicit"},{"id":"explicit.stat_3422445312","text":"Monsters from Beyond have #% more Quantity and Rarity of Dropped Items","type":"explicit"},{"id":"explicit.stat_2265281226","text":"Area becomes increasingly lethal","type":"explicit"},{"id":"explicit.stat_2200030809","text":"Discipline has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_391460978","text":"Bleeding on you expires #% faster while Moving","type":"explicit"},{"id":"explicit.stat_2287328323","text":"Gain Sacrificial Zeal when you use a Skill, dealing you #% of the Skill\'s Mana Cost as Physical Damage per Second","type":"explicit"},{"id":"explicit.stat_120895749","text":"Gain # Life for each Ignited Enemy hit with Attacks","type":"explicit"},{"id":"explicit.stat_2889601846","text":"#% of Lightning Damage is Leeched as Mana while affected by Wrath","type":"explicit"},{"id":"explicit.stat_1345659139","text":"#% increased Critical Strike Chance against Poisoned Enemies","type":"explicit"},{"id":"explicit.stat_1741242318","text":"Zealotry has no Reservation","type":"explicit"},{"id":"explicit.stat_2223307291","text":"Chill Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_1672183492","text":"Critical Strike Chance is #% for Hits with this Weapon","type":"explicit"},{"id":"explicit.stat_2491363440","text":"Adds # to # Lightning Damage to Attacks against you","type":"explicit"},{"id":"explicit.stat_2881210047","text":"#% of Cold Damage taken as Lightning Damage","type":"explicit"},{"id":"explicit.stat_2784102684","text":"Cannot be Poisoned while Bleeding","type":"explicit"},{"id":"explicit.stat_1646760085","text":"Unholy Might","type":"explicit"},{"id":"explicit.stat_2003753577","text":"Anger has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_2796308895","text":"Gain up to maximum Fragile Regrowth when Hit","type":"explicit"},{"id":"explicit.stat_2164793549","text":"#% increased Hiring Fee for Agility Jobs","type":"explicit"},{"id":"explicit.stat_3165215973","text":"Trigger Level # Unseen Strike every 0.5 seconds while Phasing","type":"explicit"},{"id":"explicit.stat_1859937391","text":"Socketed Gems gain #% of Physical Damage as extra Lightning Damage","type":"explicit"},{"id":"explicit.stat_1756017808","text":"You have Crimson Dance if you have dealt a Critical Strike Recently","type":"explicit"},{"id":"explicit.stat_771127912","text":"Lose # Life per second","type":"explicit"},{"id":"explicit.stat_2954796309","text":"#% increased Cooldown Recovery Rate if you\'ve cast Temporal Chains in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1773891268","text":"Enemies have #% reduced Evasion if you have Hit them Recently","type":"explicit"},{"id":"explicit.stat_4179663748","text":"#% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_122450405","text":"#% increased Attack Speed while Fortified","type":"explicit"},{"id":"explicit.stat_1550221644","text":"#% reduced Fishing Pool Consumption","type":"explicit"},{"id":"explicit.stat_1391583476","text":"Hatred has no Reservation","type":"explicit"},{"id":"explicit.stat_3876876906","text":"#% chance to receive additional Delirium items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_316122366","text":"#% chance to not generate Alert Level on opening a Chest using Engineering","type":"explicit"},{"id":"explicit.stat_2257141320","text":"#% increased Damage with Vaal Skills","type":"explicit"},{"id":"explicit.stat_3203086927","text":"+#% to Damage over Time Multiplier if you\'ve dealt a Critical Strike in the past 8 seconds","type":"explicit"},{"id":"explicit.stat_3265807022","text":"#% increased Movement Speed while Poisoned","type":"explicit"},{"id":"explicit.stat_1456551059","text":"#% increased Perception speed","type":"explicit"},{"id":"explicit.stat_1862591837","text":"Lose #% of Life when you deal a Critical Strike","type":"explicit"},{"id":"explicit.stat_2788729902","text":"Socketed Gems Chain # additional times","type":"explicit"},{"id":"explicit.stat_221532021","text":"#% of Life Regenerated per Second if you\'ve dealt a Critical Strike in the past 8 seconds","type":"explicit"},{"id":"explicit.stat_3700085184","text":"Minions\' Base Attack Critical Strike Chance is equal to the Critical\\nStrike Chance of your Main Hand Weapon","type":"explicit"},{"id":"explicit.stat_2438099615","text":"#% chance to not Activate Lockdown in Grand Heists","type":"explicit"},{"id":"explicit.stat_2992263716","text":"Recover #% of Mana and Energy Shield when you Focus","type":"explicit"},{"id":"explicit.stat_2960683632","text":"#% reduced Chaos Damage taken","type":"explicit"},{"id":"explicit.stat_4250752669","text":"Penetrate #% Elemental Resistances per Abyss Jewel affecting you","type":"explicit"},{"id":"explicit.stat_3425526049","text":"Socketed Gems are Supported by Level 10 Controlled Destruction","type":"explicit"},{"id":"explicit.stat_2713233613","text":"#% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_3561676020","text":"Socketed Gems are Supported by Level 10 Intensify","type":"explicit"},{"id":"explicit.stat_78985352","text":"#% chance to Intimidate Enemies for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_753801406","text":"# to # added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower","type":"explicit"},{"id":"explicit.stat_150668988","text":"+# to Level of Socketed Trap or Mine Gems","type":"explicit"},{"id":"explicit.stat_1649099067","text":"Gain # Life per Blinded Enemy Hit with this Weapon","type":"explicit"},{"id":"explicit.stat_3461563650","text":"When used in the Synthesiser, the new item will have an additional Herald Modifier","type":"explicit"},{"id":"explicit.stat_2956083810","text":"#% increased Hiring Fee for Engineering Jobs","type":"explicit"},{"id":"explicit.stat_2888942321","text":"#% increased Counter-Thaumaturgy speed","type":"explicit"},{"id":"explicit.stat_2116250000","text":"#% increased Movement Speed per Endurance Charge","type":"explicit"},{"id":"explicit.stat_1378815167","text":"#% chance to Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow, with a 1 second Cooldown","type":"explicit"},{"id":"explicit.stat_4194606073","text":"You are Unaffected by Freeze if you\'ve cast Frostbite in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_3266609002","text":"Non-Aura Hexes gain 20% increased Effect per second","type":"explicit"},{"id":"explicit.stat_2810286377","text":"Area contains an additional pack with a Rare monster","type":"explicit"},{"id":"explicit.stat_3259812992","text":"Inflict Fire Exposure on Hit if you\'ve cast Flammability in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1401233515","text":"Talismans found in this Area are Rare","type":"explicit"},{"id":"explicit.stat_987588151","text":"#% increased Attack and Cast Speed per Power Charge","type":"explicit"},{"id":"explicit.stat_550012797","text":"Area contains # additional Animated Weapon Packs","type":"explicit"},{"id":"explicit.stat_1282219780","text":"Enemies Taunted by you take #% increased Damage","type":"explicit"},{"id":"explicit.stat_2716882575","text":"Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500","type":"explicit"},{"id":"explicit.stat_3560379096","text":"Area is inhabited by Redblade Warbands","type":"explicit"},{"id":"explicit.stat_1579578270","text":"#% increased Trap Disarmament speed","type":"explicit"},{"id":"explicit.stat_2764164760","text":"You gain Onslaught for # seconds when Hit","type":"explicit"},{"id":"explicit.stat_3072232736","text":"Determination has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_3058395672","text":"You have Perfect Agony if you\'ve dealt a Critical Strike recently","type":"explicit"},{"id":"explicit.stat_1357409216","text":"Spells cause you to gain Energy Shield equal to their Upfront\\nCost every fifth time you Pay it","type":"explicit"},{"id":"explicit.stat_170497091","text":"#% increased Fishing Range","type":"explicit"},{"id":"explicit.stat_2351239732","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3571964448","text":"#% increased Duration of Cold Ailments","type":"explicit"},{"id":"explicit.stat_798853218","text":"You cannot be Shocked while Frozen","type":"explicit"},{"id":"explicit.stat_2127433866","text":"Adds # to # Fire Damage to Attacks against you","type":"explicit"},{"id":"explicit.stat_2916634441","text":"#% increased Maximum total Life Recovery per second from Leech","type":"explicit"},{"id":"explicit.stat_760855772","text":"#% increased Quantity of Items found when on Low Life","type":"explicit"},{"id":"explicit.stat_2706175703","text":"You have no Intelligence","type":"explicit"},{"id":"explicit.stat_2879723104","text":"Prefixes Cannot Be Changed","type":"explicit"},{"id":"explicit.stat_4040152475","text":"Hits ignore Enemy Monster Fire Resistance while you are Ignited","type":"explicit"},{"id":"explicit.stat_3422638915","text":"#% increased Agility speed","type":"explicit"},{"id":"explicit.stat_1722480396","text":"1 Added Passive Skill is No Witnesses","type":"explicit"},{"id":"explicit.stat_2930404958","text":"Grace has no Reservation","type":"explicit"},{"id":"explicit.stat_3215042347","text":"Purity of Fire has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_401685616","text":"Trigger Level # Shield Shatter when you Block","type":"explicit"},{"id":"explicit.stat_1826480903","text":"Purity of Elements has no Reservation","type":"explicit"},{"id":"explicit.stat_2008219439","text":"#% increased Physical Damage with Axes","type":"explicit"},{"id":"explicit.stat_2847917427","text":"#% increased Demolition speed","type":"explicit"},{"id":"explicit.stat_1285430327","text":"Purity of Lightning has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_1634061592","text":"Exerted Attacks Knock Enemies Back on Hit","type":"explicit"},{"id":"explicit.stat_3936926420","text":"Removes Bleeding when you use a Warcry","type":"explicit"},{"id":"explicit.stat_2165415361","text":"Enemies you Kill during Effect have a #% chance to Explode, dealing a tenth of their maximum Life as Damage of a Random Element","type":"explicit"},{"id":"explicit.stat_1415418540","text":"Hits Overwhelm #% of Physical Damage Reduction while you have Sacrificial Zeal","type":"explicit"},{"id":"explicit.stat_617462123","text":"Adds # to # Cold Damage to Attacks against you","type":"explicit"},{"id":"explicit.stat_1536266147","text":"#% chance to gain an Endurance Charge when you Hit a Bleeding Enemy","type":"explicit"},{"id":"explicit.stat_4054463312","text":"Summoned Arbalists have #% increased Attack Speed","type":"explicit"},{"id":"explicit.stat_2278589942","text":"Purity of Fire has no Reservation","type":"explicit"},{"id":"explicit.stat_1549898151","text":"Grace has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_1370804479","text":"Elemental Ailments you inflict are Reflected to you","type":"explicit"},{"id":"explicit.stat_2785835061","text":"1 Added Passive Skill is Intensity","type":"explicit"},{"id":"explicit.stat_3015749212","text":"#% chance to not generate Alert Level on opening a Chest using Trap Disarmament","type":"explicit"},{"id":"explicit.stat_581152495","text":"#% chance to not generate Alert Level on opening a Chest using Demolition","type":"explicit"},{"id":"explicit.stat_251446805","text":"Socketed Gems are Supported by Level # Iron Grip","type":"explicit"},{"id":"explicit.stat_1263384098","text":"Traps from Socketed Skills create a Smoke Cloud when triggered","type":"explicit"},{"id":"explicit.stat_2189382346","text":"#% increased Energy Shield per Power Charge","type":"explicit"},{"id":"explicit.stat_397829245","text":"#% chance to not generate Alert Level on opening a Chest using Perception","type":"explicit"},{"id":"explicit.stat_1168138239","text":"Cold Exposure on Hit if you\'ve cast Frostbite in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_3606985138","text":"Maven releases all Bosses at once","type":"explicit"},{"id":"explicit.stat_1640259660","text":"Shocks you inflict spread to other Enemies within 1.5 metres","type":"explicit"},{"id":"explicit.stat_1089858120","text":"Damage Penetrates #% Elemental Resistances while you are Chilled","type":"explicit"},{"id":"explicit.stat_2872715880","text":"#% increased Hiring Fee for Trap Disarmament Jobs","type":"explicit"},{"id":"explicit.stat_888026555","text":"Elemental Damage with Hits is Lucky while you are Shocked","type":"explicit"},{"id":"explicit.stat_3708588508","text":"Discipline has no Reservation","type":"explicit"},{"id":"explicit.stat_3109875952","text":"Has no Energy Shield","type":"explicit"},{"id":"explicit.stat_2752264922","text":"#% increased Attack Speed while Phasing","type":"explicit"},{"id":"explicit.stat_2520458995","text":"#% increased Deception speed","type":"explicit"},{"id":"explicit.stat_1237550112","text":"#% increased Counter-Thaumaturgy Experience gained","type":"explicit"},{"id":"explicit.stat_3608339129","text":"Warcries grant # Rage per 5 Power if you have less than 25 Rage","type":"explicit"},{"id":"explicit.stat_2885031631","text":"#% increased Hiring Fee for Perception Jobs","type":"explicit"},{"id":"explicit.stat_3914774028","text":"Grants Level # Grace Skill","type":"explicit"},{"id":"explicit.stat_1122693835","text":"#% increased Effect of Non-Damaging Ailments you inflict during Effect","type":"explicit"},{"id":"explicit.stat_751847284","text":"Warbands have #% more Rarity of Items Dropped","type":"explicit"},{"id":"explicit.stat_121093551","text":"Warbands have #% more Quantity of Items Dropped","type":"explicit"},{"id":"explicit.stat_2269282877","text":"Socketed Gems are Supported by Level # Feeding Frenzy","type":"explicit"},{"id":"explicit.stat_2727188901","text":"Traps from Skills are thrown randomly around targeted location","type":"explicit"},{"id":"explicit.stat_2760138143","text":"Regenerate # Mana per second if all Equipped Items are Corrupted","type":"explicit"},{"id":"explicit.stat_2008953542","text":"Rogue Exiles have #% more Rarity of Items Dropped","type":"explicit"},{"id":"explicit.stat_1080855680","text":"Rogue Exiles deal #% increased Damage","type":"explicit"},{"id":"explicit.stat_399295164","text":"Rogue Exiles have #% increased Attack, Cast and Movement Speed","type":"explicit"},{"id":"explicit.stat_3680061663","text":"#% increased Hiring Fee for Demolition Jobs","type":"explicit"},{"id":"explicit.stat_4231915769","text":"Gain Adrenaline for # second when Ward Breaks","type":"explicit"},{"id":"explicit.stat_2578176147","text":"Grants Level # Discipline Skill","type":"explicit"},{"id":"explicit.stat_3500359417","text":"Minions Recover #% of their Life when you Focus","type":"explicit"},{"id":"explicit.stat_2038577923","text":"Shepherd of Souls","type":"explicit"},{"id":"explicit.stat_1192661666","text":"#% increased Critical Strike Chance with Traps","type":"explicit"},{"id":"explicit.stat_3192966873","text":"Purity of Ice has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_3095027077","text":"#% increased Brute Force speed","type":"explicit"},{"id":"explicit.stat_3941376120","text":"Players have a #% chance when they Kill a Rare Monster to gain 1 of its Modifiers for 20 seconds","type":"explicit"},{"id":"explicit.stat_1263158408","text":"Elemental Equilibrium","type":"explicit"},{"id":"explicit.stat_1658936540","text":"Summoned Arbalists have #% chance to Crush on Hit","type":"explicit"},{"id":"explicit.stat_1622979279","text":"Purity of Ice has no Reservation","type":"explicit"},{"id":"explicit.stat_502047644","text":"#% increased Trap Disarmament Experience gained","type":"explicit"},{"id":"explicit.stat_3312732077","text":"#% increased Lockpicking speed","type":"explicit"},{"id":"explicit.stat_2678065384","text":"#% increased Deception Experience gained","type":"explicit"},{"id":"explicit.stat_3892691596","text":"With a Murderous Eye Jewel Socketed, Melee Attacks grant # Rage on Hit, no more than once every second","type":"explicit"},{"id":"explicit.stat_2304988974","text":"#% chance to deal Double Damage if you\'ve cast Vulnerability in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_308309328","text":"#% chance to Recover 10% of Mana when you use a Skill","type":"explicit"},{"id":"explicit.stat_50229759","text":"Weapon Attacks fire an additional Projectile if you\'ve been Hit Recently","type":"explicit"},{"id":"explicit.stat_2918242917","text":"Cannot Leech or Regenerate Mana","type":"explicit"},{"id":"explicit.stat_1842038569","text":"#% increased Fishing Line Strength","type":"explicit"},{"id":"explicit.stat_3574189159","text":"Elemental Overload","type":"explicit"},{"id":"explicit.stat_4156715241","text":"Regenerate # Energy Shield per second if all Equipped items are Corrupted","type":"explicit"},{"id":"explicit.stat_2250543633","text":"Clarity has no Reservation","type":"explicit"},{"id":"explicit.stat_3943945975","text":"Resolute Technique","type":"explicit"},{"id":"explicit.stat_2103621252","text":"Eat a Soul when you Hit a Unique Enemy, no more than once every second","type":"explicit"},{"id":"explicit.stat_2461270975","text":"Summoned Arbalists\' Projectiles Fork","type":"explicit"},{"id":"explicit.stat_157070900","text":"Summoned Arbalists have #% chance to inflict Cold Exposure on Hit","type":"explicit"},{"id":"explicit.stat_433293234","text":"Minion Instability","type":"explicit"},{"id":"explicit.stat_3618888098","text":"#% increased Attack and Cast Speed per Endurance Charge","type":"explicit"},{"id":"explicit.stat_1865987277","text":"Wrath has no Reservation","type":"explicit"},{"id":"explicit.stat_47734694","text":"Hatred has #% more Reservation","type":"explicit"},{"id":"explicit.stat_308799121","text":"+# to Minimum Power Charges per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_3716281760","text":"Grants Level # Purity of Fire Skill","type":"explicit"},{"id":"explicit.stat_2228892313","text":"#% chance to Crush on Hit","type":"explicit"},{"id":"explicit.stat_3734675602","text":"Grants Level # Zealotry Skill","type":"explicit"},{"id":"explicit.stat_3327243369","text":"Summoned Arbalists have #% chance to inflict Fire Exposure on Hit","type":"explicit"},{"id":"explicit.stat_3884934810","text":"Perfect Agony","type":"explicit"},{"id":"explicit.stat_3337754340","text":"#% increased Accuracy Rating during Effect","type":"explicit"},{"id":"explicit.stat_4080245957","text":"Runebinder","type":"explicit"},{"id":"explicit.stat_438083873","text":"Vitality has no Reservation","type":"explicit"},{"id":"explicit.stat_3089506271","text":"Strongboxes each contain an additional random Rare Item","type":"explicit"},{"id":"explicit.stat_3933226405","text":"Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used","type":"explicit"},{"id":"explicit.stat_1485150248","text":"#% chance to receive additional Ultimatum items when opening a Reward Chest in a Heist","type":"explicit"},{"id":"explicit.stat_663080464","text":"Nearby Enemies\' Chaos Resistance is 0","type":"explicit"},{"id":"explicit.stat_300702212","text":"Crimson Dance","type":"explicit"},{"id":"explicit.stat_3195625581","text":"Creates Consecrated Ground on Critical Strike","type":"explicit"},{"id":"explicit.stat_1492314881","text":"#% increased Demolition Experience gained","type":"explicit"},{"id":"explicit.stat_2228913626","text":"Skills used by Mines have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_1657549833","text":"#% chance to gain an Endurance Charge when you Taunt an Enemy","type":"explicit"},{"id":"explicit.stat_3941271999","text":"Frostblink has #% increased Duration","type":"explicit"},{"id":"explicit.stat_1980613100","text":"#% increased Soul Gain Prevention Duration","type":"explicit"},{"id":"explicit.stat_581013336","text":"Area contains an additional Magic Monster pack","type":"explicit"},{"id":"explicit.stat_1335713735","text":"Monsters Imprisoned around Essences in Area are Magic","type":"explicit"},{"id":"explicit.stat_1543731719","text":"1 Added Passive Skill is Gladiatorial Combat","type":"explicit"},{"id":"explicit.stat_2202639361","text":"Attacks with this Weapon deal # to # added Physical Damage to Ignited Enemies","type":"explicit"},{"id":"explicit.stat_277930304","text":"#% chance to not generate Alert Level on opening a Chest using Agility","type":"explicit"},{"id":"explicit.stat_4157542794","text":"Deal no Physical or Elemental Damage","type":"explicit"},{"id":"explicit.stat_2308225900","text":"Purity of Lightning has no Reservation","type":"explicit"},{"id":"explicit.stat_3148418088","text":"Attacks with this Weapon have #% chance to inflict Bleeding against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_2453554491","text":"Attacks with this Weapon deal # to # added Fire Damage to Bleeding Enemies","type":"explicit"},{"id":"explicit.stat_3849554033","text":"Hex Master","type":"explicit"},{"id":"explicit.stat_2189891129","text":"Anger has no Reservation","type":"explicit"},{"id":"explicit.stat_3211817426","text":"#% increased Engineering speed","type":"explicit"},{"id":"explicit.stat_3679287686","text":"Monsters with Silver Coins drop an additional Silver Coin","type":"explicit"},{"id":"explicit.stat_1195895224","text":"#% chance to not generate Alert Level on opening a Chest using Brute Force","type":"explicit"},{"id":"explicit.stat_3389184522","text":"Life and Mana Leech from Critical Strikes are instant","type":"explicit"},{"id":"explicit.stat_4228691877","text":"Gain # Life on Kill per Level","type":"explicit"},{"id":"explicit.stat_3595519743","text":"Gain #% of Physical Damage as Extra Damage of a random Element while you are Ignited","type":"explicit"},{"id":"explicit.stat_2094646950","text":"#% increased Elemental Damage per Level","type":"explicit"},{"id":"explicit.stat_2388574377","text":"+#% to maximum Chance to Block Spell Damage","type":"explicit"},{"id":"explicit.stat_3616500790","text":"Action Speed cannot be Slowed below Base Value if you\'ve cast Temporal Chains in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_3595254837","text":"Drops Burning Ground while moving, dealing # Fire Damage per second for # second","type":"explicit"},{"id":"explicit.stat_40907696","text":"You are Unaffected by Ignite if you\'ve cast Flammability in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1064067689","text":"Gain # Mana on Kill per Level","type":"explicit"},{"id":"explicit.stat_294153754","text":"Gain # Energy Shield on Kill per Level","type":"explicit"},{"id":"explicit.stat_1441799693","text":"The Impaler","type":"explicit"},{"id":"explicit.stat_1086623733","text":"Gain 1 Fragile Regrowth each second","type":"explicit"},{"id":"explicit.stat_1421267186","text":"Supreme Ego","type":"explicit"},{"id":"explicit.stat_2232609651","text":"#% chance to not generate Alert Level on opening a Chest using Counter-Thaumaturgy","type":"explicit"},{"id":"explicit.stat_2911866787","text":"Grants Level # Frostblink Skill","type":"explicit"},{"id":"explicit.stat_1819739544","text":"Monsters initially carrying a Talisman drop an additional Rare Item","type":"explicit"},{"id":"explicit.stat_151975117","text":"Grants Level # Purity of Ice Skill","type":"explicit"},{"id":"explicit.stat_751322171","text":"Haste has no Reservation","type":"explicit"},{"id":"explicit.stat_2606808909","text":"Arrow Dancing","type":"explicit"},{"id":"explicit.stat_449494711","text":"Grants Level # Anger Skill","type":"explicit"},{"id":"explicit.stat_1109343199","text":"Wicked Ward","type":"explicit"},{"id":"explicit.stat_3051860083","text":"Monsters have #% increased chance to spawn a Beyond Portal","type":"explicit"},{"id":"explicit.stat_1061545609","text":"Players have #% increased Attack, Cast and Movement Speed while they have Onslaught","type":"explicit"},{"id":"explicit.stat_4180925106","text":"Magebane","type":"explicit"},{"id":"explicit.stat_2503479316","text":"Envy has no Reservation","type":"explicit"},{"id":"explicit.stat_1439818705","text":"#% chance to Ignore Stuns while using Socketed Attack Skills","type":"explicit"},{"id":"explicit.stat_117667746","text":"#% increased Mine Duration","type":"explicit"},{"id":"explicit.stat_2390685262","text":"#% increased Quantity of Items found in your Maps","type":"explicit"},{"id":"explicit.stat_1904031052","text":"Inflict Withered for 2 seconds on Hit if you\'ve cast Despair in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_1018753640","text":"#% increased Hiring Fee for Brute Force Jobs","type":"explicit"},{"id":"explicit.stat_4077883829","text":"A Monster in this Area will summon a Unique Monster from Beyond when Slain","type":"explicit"},{"id":"explicit.stat_2048995720","text":"Divine Shield","type":"explicit"},{"id":"explicit.stat_3930242735","text":"1 Added Passive Skill is Confident Combatant","type":"explicit"},{"id":"explicit.stat_4170338365","text":"Wind Dancer","type":"explicit"},{"id":"explicit.stat_2612056840","text":"#% increased Spell Damage per 16 Dexterity","type":"explicit"},{"id":"explicit.stat_1447080724","text":"#% increased Armour per Endurance Charge","type":"explicit"},{"id":"explicit.stat_2423544033","text":"All Elemental Damage Converted to Chaos Damage","type":"explicit"},{"id":"explicit.stat_2144847042","text":"Summoned Arbalists have #% chance to Shock","type":"explicit"},{"id":"explicit.stat_3416664215","text":"Elemental Weakness has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_1358697130","text":"Determination has no Reservation","type":"explicit"},{"id":"explicit.stat_1785568076","text":"#% increased Area of Effect if you\'ve dealt a Culling Strike Recently","type":"explicit"},{"id":"explicit.stat_1678358883","text":"Lethe Shade","type":"explicit"},{"id":"explicit.stat_1984366275","text":"Invasion Bosses have #% more Quantity and Rarity of dropped Items","type":"explicit"},{"id":"explicit.stat_1588539856","text":"#% of Damage is taken from Mana before Life while Focused","type":"explicit"},{"id":"explicit.stat_1278047991","text":"#% increased Damage with Hits against Magic monsters","type":"explicit"},{"id":"explicit.stat_3738127245","text":"Monsters guarding Shrines are Magic","type":"explicit"},{"id":"explicit.stat_831284309","text":"Summoned Arbalists have #% chance to Ignite","type":"explicit"},{"id":"explicit.stat_531937370","text":"Unique Monsters from Beyond have a #% chance to Summon\\nanother Unique Monster from Beyond when Slain","type":"explicit"},{"id":"explicit.stat_3115319277","text":"Gain #% of Lightning Damage as Extra Chaos Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_3976991498","text":"When you Kill a Magic Monster gain its Modifiers for 60 seconds","type":"explicit"},{"id":"explicit.stat_3231614028","text":"Grants Level # Determination Skill","type":"explicit"},{"id":"explicit.stat_1235873320","text":"Socketed Gems deal #% more Damage while on Low Life","type":"explicit"},{"id":"explicit.stat_679682964","text":"Imprisoned Monsters have an additional Essence","type":"explicit"},{"id":"explicit.stat_3244118730","text":"#% of Evasion Rating is Regenerated as Life per second while Focused","type":"explicit"},{"id":"explicit.stat_3612470379","text":"Grants Level # Pride Skill","type":"explicit"},{"id":"explicit.stat_2316712523","text":"#% increased Lockpicking Experience gained","type":"explicit"},{"id":"explicit.stat_1537296847","text":"Flesh and Stone has #% reduced Reservation","type":"explicit"},{"id":"explicit.stat_514705332","text":"Socketed Gems are Supported by Level # Elemental Army Support","type":"explicit"},{"id":"explicit.stat_1309947938","text":"+#% chance to Suppress Spell Damage per Power Charge","type":"explicit"},{"id":"explicit.stat_154668190","text":"#% increased Perception Experience gained","type":"explicit"},{"id":"explicit.stat_91505809","text":"Intimidate Enemies on Hit if you\'ve cast Punishment in the past 10 seconds","type":"explicit"},{"id":"explicit.stat_591645420","text":"Socketed Support Gems can also Support Skills from Equipped Body Armour","type":"explicit"},{"id":"explicit.stat_3005800306","text":"Area contains a Stone Circle","type":"explicit"},{"id":"explicit.stat_3279574030","text":"Grants Level # Illusory Warp Skill","type":"explicit"},{"id":"explicit.stat_3590128077","text":"Ghost Dance","type":"explicit"},{"id":"explicit.stat_2076876595","text":"Totems Taunt Enemies around them for # second when Summoned","type":"explicit"},{"id":"explicit.stat_1210760818","text":"Breaches have #% increased Monster density","type":"explicit"},{"id":"explicit.stat_2097195894","text":"Punishment has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_593845252","text":"Versatile Combatant","type":"explicit"},{"id":"explicit.stat_3097206473","text":"Rare Breach Monsters drop an additional Splinter","type":"explicit"},{"id":"explicit.stat_585622486","text":"Malevolence has no Reservation","type":"explicit"},{"id":"explicit.stat_2800333900","text":"Talismans found in this Area are 1 Tier higher","type":"explicit"},{"id":"explicit.stat_2201102274","text":"Socketed Gems are Supported by Level # Infernal Legion","type":"explicit"},{"id":"explicit.stat_4249521944","text":"#% increased Spell Damage per 16 Strength","type":"explicit"},{"id":"explicit.stat_3964074505","text":"Summoned Arbalists have #% chance to Intimidate for 4 seconds on Hit","type":"explicit"},{"id":"explicit.stat_4157714333","text":"Rare Monsters from Breaches have a #% chance to Drop a Breach Ring","type":"explicit"},{"id":"explicit.stat_746505085","text":"Reflects your other Ring","type":"explicit"},{"id":"explicit.stat_3741465646","text":"Summoned Arbalists\' Projectiles Pierce # additional Targets","type":"explicit"},{"id":"explicit.stat_1141249906","text":"Grants Level # Purity of Lightning Skill","type":"explicit"},{"id":"explicit.stat_245401622","text":"#% increased Agility Experience gained","type":"explicit"},{"id":"explicit.stat_2306002879","text":"#% increased Rarity of Items found in your Maps","type":"explicit"},{"id":"explicit.stat_178394804","text":"Grants Level # Hatred Skill","type":"explicit"},{"id":"explicit.stat_1406039617","text":"#% increased Rampage Streak Duration","type":"explicit"},{"id":"explicit.stat_1718051959","text":"When Hit, Players gain a random Movement Speed\\nmodifier from #% less to #% more, until Hit again","type":"explicit"},{"id":"explicit.stat_2962051214","text":"An additional Basic Currency Item drops when the first Invasion Boss is slain","type":"explicit"},{"id":"explicit.stat_3209835461","text":"Invasion Bosses are guarded by a Magic Pack","type":"explicit"},{"id":"explicit.stat_3086585712","text":"Grants Level # Malevolence Skill","type":"explicit"},{"id":"explicit.stat_3554614456","text":"Pride has no Reservation","type":"explicit"},{"id":"explicit.stat_1568319697","text":"Grants Level # Wrath Skill","type":"explicit"},{"id":"explicit.stat_690707482","text":"#% increased Damage with Ailments","type":"explicit"},{"id":"explicit.stat_1943415243","text":"Grants Level # Approaching Flames Skill","type":"explicit"},{"id":"explicit.stat_923608573","text":"#% increased Area of Effect if you\'ve Killed Recently","type":"explicit"},{"id":"explicit.stat_1037449707","text":"Strongboxes are Magic","type":"explicit"},{"id":"explicit.stat_2054162825","text":"Karui Stone Hook","type":"explicit"},{"id":"explicit.stat_3045094957","text":"Players with at least 50 Rampage Kills take #% reduced Damage","type":"explicit"},{"id":"explicit.stat_1258100102","text":"Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill","type":"explicit"},{"id":"explicit.stat_86122490","text":"Players have Blood Magic","type":"explicit"},{"id":"explicit.stat_4072582319","text":"Warbands in this Area have an additional Member","type":"explicit"},{"id":"explicit.stat_2978408106","text":"Area contains a Voidspawn of Abaxoth Bloodline Pack","type":"explicit"},{"id":"explicit.stat_995332031","text":"Socketed Gems are Supported by Level # Minion Speed","type":"explicit"},{"id":"explicit.stat_2953854044","text":"You take no Extra Damage from Critical Strikes while Elusive","type":"explicit"},{"id":"explicit.stat_1372426763","text":"#% increased Engineering Experience gained","type":"explicit"},{"id":"explicit.stat_663610248","text":"Tormented Spirits have #% increased Duration","type":"explicit"},{"id":"explicit.stat_1526975429","text":"Your Physical Damage can Freeze","type":"explicit"},{"id":"explicit.stat_2266636761","text":"+#% Chaos Resistance against Damage Over Time","type":"explicit"},{"id":"explicit.stat_4096273663","text":"Precise Technique","type":"explicit"},{"id":"explicit.stat_3557750122","text":"Area contains an Expedition Encounter","type":"explicit"},{"id":"explicit.stat_2276643899","text":"+# to Minimum Endurance Charges per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_2141582975","text":"Has a Two Handed Sword Crucible Passive Skill Tree\\nCrucible Passive Skill Tree is removed if this Modifier is removed","type":"explicit"},{"id":"explicit.stat_3819443367","text":"Area has no chance to contain Ultimatum Encounters","type":"explicit"},{"id":"explicit.stat_3045897926","text":"Players take #% reduced Damage from Monsters from Beyond","type":"explicit"},{"id":"explicit.stat_4205704547","text":"Gain Adrenaline for # seconds when you reach Low Life","type":"explicit"},{"id":"explicit.stat_596758264","text":"+# to Minimum Frenzy Charges per Grand Spectrum","type":"explicit"},{"id":"explicit.stat_4113372195","text":"Effects of Consecrated Ground you create Linger for 1 second","type":"explicit"},{"id":"explicit.stat_2576546039","text":"Players have Onslaught while using Flasks","type":"explicit"},{"id":"explicit.stat_2377447058","text":"#% increased Brute Force Experience gained","type":"explicit"},{"id":"explicit.stat_2511370818","text":"#% increased Critical Strike Chance per 10 Strength","type":"explicit"},{"id":"explicit.stat_615595418","text":"Regenerate #% of Energy Shield per Second for\\nevery 10 Intelligence on Allocated Passives in Radius","type":"explicit"},{"id":"explicit.stat_3031897787","text":"Has a Crucible Passive Skill Tree with only Support Passive Skills\\nCrucible Passive Skill Tree is removed if this Modifier is removed","type":"explicit"},{"id":"explicit.stat_3387914367","text":"Area contains a Bearers of the Guardian Bloodline Pack","type":"explicit"},{"id":"explicit.stat_2894626576","text":"Summoned Arbalists have #% chance to Poison","type":"explicit"},{"id":"explicit.stat_3916799917","text":"Gain #% of Cold Damage as Extra Chaos Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_707887043","text":"#% increased Critical Strike Chance per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2047846165","text":"#% chance to create Profane Ground on Critical\\nStrike if Intelligence is your highest Attribute","type":"explicit"},{"id":"explicit.stat_3563824294","text":"Players have a #% chance to gain Onslaught on Kill For 4 seconds","type":"explicit"},{"id":"explicit.stat_112130960","text":"Solipsism","type":"explicit"},{"id":"explicit.indexable_support_74","text":"Socketed Gems are Supported by Level # Hypothermia","type":"explicit"},{"id":"explicit.stat_2547511866","text":"#% increased Critical Strike Chance per Endurance Charge","type":"explicit"},{"id":"explicit.stat_1483753325","text":"#% increased Attack and Cast Speed if you\'ve Hit an Enemy Recently","type":"explicit"},{"id":"explicit.indexable_support_127","text":"Socketed Gems are Supported by Level # Added Cold Damage","type":"explicit"},{"id":"explicit.stat_3577248251","text":"You and your Minions take #% reduced Reflected Damage","type":"explicit"},{"id":"explicit.stat_600723636","text":"Rogue Exiles drop # additional Basic Currency Items","type":"explicit"},{"id":"explicit.indexable_support_1","text":"Socketed Gems are Supported by Level # Greater Multiple Projectiles","type":"explicit"},{"id":"explicit.stat_2148784747","text":"+#% Chance to Block Attack Damage per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_1480595847","text":"#% increased Effect of Impales inflicted with Spells","type":"explicit"},{"id":"explicit.stat_3031766225","text":"Players take # Chaos Damage per second","type":"explicit"},{"id":"explicit.stat_1416455556","text":"Players have #% increased Movement Speed","type":"explicit"},{"id":"explicit.stat_4143730600","text":"Rogue Exiles drop an additional Jewel","type":"explicit"},{"id":"explicit.stat_2130441002","text":"Area contains an Uul-Netol Breach","type":"explicit"},{"id":"explicit.indexable_support_66","text":"Socketed Gems are Supported by Level # Increased Critical Strikes","type":"explicit"},{"id":"explicit.stat_2653164718","text":"Rogue Exiles each have a Rogue Exile ally","type":"explicit"},{"id":"explicit.stat_223656429","text":"Summoned Arbalists have #% chance to inflict Lightning Exposure on Hit","type":"explicit"},{"id":"explicit.indexable_support_128","text":"Socketed Gems are Supported by Level # Added Chaos Damage","type":"explicit"},{"id":"explicit.stat_3986347319","text":"#% additional Physical Damage Reduction per Power Charge","type":"explicit"},{"id":"explicit.stat_746994389","text":"Nearby Enemies are Covered in Ash","type":"explicit"},{"id":"explicit.stat_2891175306","text":"#% increased Ward during Effect","type":"explicit"},{"id":"explicit.indexable_support_30","text":"Socketed Gems are Supported by Level # Power Charge On Critical","type":"explicit"},{"id":"explicit.stat_1866911844","text":"Socketed Gems are Supported by Level # Inspiration","type":"explicit"},{"id":"explicit.stat_1240390128","text":"#% increased number of Unique Crucible Monsters","type":"explicit"},{"id":"explicit.stat_4147528862","text":"Vaal Skills deal #% more Damage during Effect","type":"explicit"},{"id":"explicit.stat_1886245216","text":"+# to number of Summoned Arbalists","type":"explicit"},{"id":"explicit.stat_1489997462","text":"Players have #% increased Rarity of Items Found per 15 Rampage Kills","type":"explicit"},{"id":"explicit.stat_2344590267","text":"Vaal Skills used during effect do not apply Soul Gain Prevention","type":"explicit"},{"id":"explicit.indexable_support_125","text":"Socketed Gems are Supported by Level # Added Lightning Damage","type":"explicit"},{"id":"explicit.indexable_support_42","text":"Socketed Gems are Supported by Level # Spell Echo","type":"explicit"},{"id":"explicit.stat_2748763342","text":"Gains no Charges during Effect of any Soul Ripper Flask","type":"explicit"},{"id":"explicit.stat_195090426","text":"Left ring slot: #% increased Mana Regeneration Rate","type":"explicit"},{"id":"explicit.indexable_support_24","text":"Socketed Gems are Supported by Level # Inspiration","type":"explicit"},{"id":"explicit.indexable_support_15","text":"Socketed Gems are Supported by Level # Spell Totem","type":"explicit"},{"id":"explicit.stat_3581578643","text":"Socketed Gems are Supported by Level # Empower","type":"explicit"},{"id":"explicit.indexable_skill_169","text":"+# to Level of all Seismic Trap Gems","type":"explicit"},{"id":"explicit.stat_1226049915","text":"#% additional Physical Damage Reduction per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_2305944553","text":"Shrines drop a Basic Currency Item when used","type":"explicit"},{"id":"explicit.stat_4102244881","text":"You can apply an additional Curse while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_1102362593","text":"Life and Mana Leech are instant during effect","type":"explicit"},{"id":"explicit.stat_3540033124","text":"Aura Skills other than Malevolence are Disabled","type":"explicit"},{"id":"explicit.stat_2517644375","text":"Aura Skills other than Purity of Ice are Disabled","type":"explicit"},{"id":"explicit.stat_332217711","text":"#% increased Maximum Life per Grand Spectrum","type":"explicit"},{"id":"explicit.indexable_support_113","text":"Socketed Gems are Supported by Level # Cast On Critical Strike","type":"explicit"},{"id":"explicit.indexable_support_38","text":"Socketed Gems are Supported by Level # Nightblade","type":"explicit"},{"id":"explicit.indexable_support_46","text":"Socketed Gems are Supported by Level # Melee Physical Damage","type":"explicit"},{"id":"explicit.stat_637101875","text":"Monsters Fracture","type":"explicit"},{"id":"explicit.stat_708630863","text":"You can Cast an additional Brand","type":"explicit"},{"id":"explicit.stat_3444140926","text":"Monsters inflict Malediction on hit","type":"explicit"},{"id":"explicit.stat_1945607273","text":"If this Area contains any Unique Monsters, one is Possessed","type":"explicit"},{"id":"explicit.stat_2800254163","text":"Aura Skills other than Precision are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_29","text":"+# to Level of all Raise Spectre Gems","type":"explicit"},{"id":"explicit.indexable_support_100","text":"Socketed Gems are Supported by Level # Cold Penetration","type":"explicit"},{"id":"explicit.stat_1594755360","text":"Shrines grant a random additional Shrine Effect","type":"explicit"},{"id":"explicit.stat_973664716","text":"Your hits can\'t be Evaded while you are on Low Life","type":"explicit"},{"id":"explicit.stat_2355741828","text":"+#% Chance to Block Attack Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_200299748","text":"When a Bloodline Pack is Slain, it drops a Basic Currency Item","type":"explicit"},{"id":"explicit.stat_3953667743","text":"#% of Fire and Cold Damage taken as Lightning Damage while\\naffected by Purity of Lightning","type":"explicit"},{"id":"explicit.stat_2617837023","text":"#% more Critical Strike chance while affected by Precision","type":"explicit"},{"id":"explicit.indexable_support_21","text":"Socketed Gems are Supported by Level # Ruthless","type":"explicit"},{"id":"explicit.stat_2664667514","text":"Culling Strike against Frozen Enemies","type":"explicit"},{"id":"explicit.stat_1323465399","text":"#% increased Brand Damage","type":"explicit"},{"id":"explicit.stat_648923098","text":"The first Strongbox Opened in this Area is guarded by an additional Rare Monster","type":"explicit"},{"id":"explicit.stat_407390981","text":"#% of Physical Attack Damage Leeched by Enemy as Mana","type":"explicit"},{"id":"explicit.stat_1834588299","text":"Gain # Mana per Taunted Enemy Hit","type":"explicit"},{"id":"explicit.indexable_support_19","text":"Socketed Gems are Supported by Level # Shockwave","type":"explicit"},{"id":"explicit.indexable_support_51","text":"Socketed Gems are Supported by Level # Lightning Penetration","type":"explicit"},{"id":"explicit.stat_2856326982","text":"+#% Chance to Block Attack Damage per Power Charge","type":"explicit"},{"id":"explicit.indexable_skill_181","text":"+# to Level of all Storm Brand Gems","type":"explicit"},{"id":"explicit.indexable_support_23","text":"Socketed Gems are Supported by Level # Blastchain Mine","type":"explicit"},{"id":"explicit.indexable_support_69","text":"Socketed Gems are Supported by Level # Increased Area of Effect","type":"explicit"},{"id":"explicit.indexable_support_80","text":"Socketed Gems are Supported by Level # Fork","type":"explicit"},{"id":"explicit.indexable_support_5","text":"Socketed Gems are Supported by Level # Unbound Ailments","type":"explicit"},{"id":"explicit.indexable_support_120","text":"Socketed Gems are Supported by Level # Barrage","type":"explicit"},{"id":"explicit.stat_2814396031","text":"Area contains a Gigantic Rogue Exile","type":"explicit"},{"id":"explicit.indexable_support_86","text":"Socketed Gems are Supported by Level # Faster Attacks","type":"explicit"},{"id":"explicit.indexable_support_70","text":"Socketed Gems are Supported by Level # Impale","type":"explicit"},{"id":"explicit.indexable_skill_241","text":"+# to Level of all Reap Gems","type":"explicit"},{"id":"explicit.indexable_support_105","text":"Socketed Gems are Supported by Level # Combustion","type":"explicit"},{"id":"explicit.indexable_support_57","text":"Socketed Gems are Supported by Level # Item Rarity","type":"explicit"},{"id":"explicit.indexable_support_43","text":"Socketed Gems are Supported by Level # Mirage Archer","type":"explicit"},{"id":"explicit.stat_2693705594","text":"#% of Physical Attack Damage Leeched by Enemy as Life","type":"explicit"},{"id":"explicit.stat_549203380","text":"You and Nearby Allies have #% increased Item Rarity","type":"explicit"},{"id":"explicit.indexable_support_36","text":"Socketed Gems are Supported by Level # Volley","type":"explicit"},{"id":"explicit.indexable_support_126","text":"Socketed Gems are Supported by Level # Added Fire Damage","type":"explicit"},{"id":"explicit.indexable_support_18","text":"Socketed Gems are Supported by Level # Slower Projectiles","type":"explicit"},{"id":"explicit.indexable_support_64","text":"Socketed Gems are Supported by Level # Minion Damage","type":"explicit"},{"id":"explicit.indexable_skill_113","text":"+# to Level of all Tornado Shot Gems","type":"explicit"},{"id":"explicit.stat_2589977608","text":"Area contains a Rare Monster carrying a Tier 2 Talisman","type":"explicit"},{"id":"explicit.stat_3153125103","text":"Maximum # Eaten Soul","type":"explicit"},{"id":"explicit.stat_1331907976","text":"Lose an Eaten Soul every second while no Unique Enemy is in your Presence","type":"explicit"},{"id":"explicit.indexable_support_3","text":"Socketed Gems are Supported by Level # Vile Toxins","type":"explicit"},{"id":"explicit.indexable_support_33","text":"Socketed Gems are Supported by Level # Pierce","type":"explicit"},{"id":"explicit.stat_2934219859","text":"Summoned Arbalists Convert #% of Physical Damage to Lightning Damage","type":"explicit"},{"id":"explicit.stat_1109745356","text":"Gain #% of Fire Damage as Extra Chaos Damage per Endurance Charge","type":"explicit"},{"id":"explicit.stat_129937324","text":"Area contains Sirus\' Deatomisation Storms","type":"explicit"},{"id":"explicit.indexable_support_31","text":"Socketed Gems are Supported by Level # Critical Strike Affliction","type":"explicit"},{"id":"explicit.indexable_skill_180","text":"+# to Level of all Winter Orb Gems","type":"explicit"},{"id":"explicit.indexable_support_82","text":"Socketed Gems are Supported by Level # Fire Penetration","type":"explicit"},{"id":"explicit.stat_828170926","text":"+# to Deception Level for Heists","type":"explicit"},{"id":"explicit.stat_2511969244","text":"Non-Critical Strikes deal no Damage","type":"explicit"},{"id":"explicit.indexable_support_132","text":"Socketed Gems are Supported by Level # Pinpoint","type":"explicit"},{"id":"explicit.stat_592020238","text":"#% increased Damage when on Full Life","type":"explicit"},{"id":"explicit.indexable_support_116","text":"Socketed Gems are Supported by Level # Arrogance","type":"explicit"},{"id":"explicit.indexable_support_91","text":"Socketed Gems are Supported by Level # Efficacy","type":"explicit"},{"id":"explicit.indexable_support_40","text":"Socketed Gems are Supported by Level # Multiple Totems","type":"explicit"},{"id":"explicit.indexable_skill_142","text":"+# to Level of all Ice Trap Gems","type":"explicit"},{"id":"explicit.stat_1436593527","text":"#% more Quantity of Items Dropped by Imprisoned Monsters","type":"explicit"},{"id":"explicit.indexable_support_9","text":"Socketed Gems are Supported by Level # Swift Assembly","type":"explicit"},{"id":"explicit.indexable_support_89","text":"Socketed Gems are Supported by Level # Elemental Proliferation","type":"explicit"},{"id":"explicit.indexable_support_94","text":"Socketed Gems are Supported by Level # Deadly Ailments","type":"explicit"},{"id":"explicit.stat_2409504914","text":"#% increased Critical Strike Chance per Brand","type":"explicit"},{"id":"explicit.stat_161741084","text":"+#% chance to Suppress Spell Damage per Endurance Charge","type":"explicit"},{"id":"explicit.indexable_skill_18","text":"+# to Level of all Caustic Arrow Gems","type":"explicit"},{"id":"explicit.stat_2225434657","text":"Aura Skills other than Purity of Elements are Disabled","type":"explicit"},{"id":"explicit.indexable_support_7","text":"Socketed Gems are Supported by Level # Trap and Mine Damage","type":"explicit"},{"id":"explicit.indexable_support_37","text":"Socketed Gems are Supported by Level # Momentum","type":"explicit"},{"id":"explicit.indexable_support_45","text":"Socketed Gems are Supported by Level # Melee Splash","type":"explicit"},{"id":"explicit.stat_1808477254","text":"#% increased Effect of Arcane Surge on you while affected by Clarity","type":"explicit"},{"id":"explicit.stat_3877259945","text":"Monsters with Silver Coins drop an additional Rare Item","type":"explicit"},{"id":"explicit.stat_1747401945","text":"Aura Skills other than Grace are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_165","text":"+# to Level of all Explosive Trap Gems","type":"explicit"},{"id":"explicit.stat_3845167239","text":"Players cannot choose which Ultimatum Modifier is applied each Round","type":"explicit"},{"id":"explicit.stat_7847395","text":"Summoned Phantasms have #% chance to refresh their Duration when they Hit a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_2010835448","text":"Aura Skills other than Clarity are Disabled","type":"explicit"},{"id":"explicit.stat_3067441492","text":"Aura Skills other than Haste are Disabled","type":"explicit"},{"id":"explicit.stat_3130378100","text":"#% more Rarity of Items Dropped by Imprisoned Monsters","type":"explicit"},{"id":"explicit.stat_3733808322","text":"#% chance in Heists for Items to drop with Elder Influence","type":"explicit"},{"id":"explicit.stat_1612402470","text":"Area contains an additional guarded Exquisite Vaal Vessel","type":"explicit"},{"id":"explicit.indexable_support_55","text":"Socketed Gems are Supported by Level # Lesser Multiple Projectiles","type":"explicit"},{"id":"explicit.stat_414379784","text":"#% increased Damage while you have no Energy Shield","type":"explicit"},{"id":"explicit.indexable_support_29","text":"Socketed Gems are Supported by Level # Pulverise","type":"explicit"},{"id":"explicit.indexable_support_85","text":"Socketed Gems are Supported by Level # Faster Casting","type":"explicit"},{"id":"explicit.indexable_support_106","text":"Socketed Gems are Supported by Level # Chance to Bleed","type":"explicit"},{"id":"explicit.indexable_support_149","text":"Socketed Gems are Supported by Level # Returning Projectiles","type":"explicit"},{"id":"explicit.indexable_support_101","text":"Socketed Gems are Supported by Level # Cluster Traps","type":"explicit"},{"id":"explicit.stat_482341163","text":"Area contains Yama the White","type":"explicit"},{"id":"explicit.indexable_skill_154","text":"+# to Level of all Vortex Gems","type":"explicit"},{"id":"explicit.stat_438351187","text":"#% chance for Kills to count twice for Rampage","type":"explicit"},{"id":"explicit.indexable_support_124","text":"Socketed Gems are Supported by Level # Additional Accuracy","type":"explicit"},{"id":"explicit.indexable_support_83","text":"Socketed Gems are Supported by Level # Feeding Frenzy","type":"explicit"},{"id":"explicit.indexable_skill_121","text":"+# to Level of all Kinetic Blast Gems","type":"explicit"},{"id":"explicit.stat_329336318","text":"The first time a Player reaches # Rampage Kills in this Area, they will encounter a Powerful Monster","type":"explicit"},{"id":"explicit.stat_3572665414","text":"#% chance to Trigger Summon Spirit of Maata on Kill","type":"explicit"},{"id":"explicit.indexable_support_14","text":"Socketed Gems are Supported by Level # Ancestral Call","type":"explicit"},{"id":"explicit.stat_1755438602","text":"Players take #% reduced Damage from Breach Monsters","type":"explicit"},{"id":"explicit.indexable_skill_176","text":"+# to Level of all Smite Gems","type":"explicit"},{"id":"explicit.stat_3636871122","text":"Effects of Profane Ground you create Linger for 1 second","type":"explicit"},{"id":"explicit.stat_2204523353","text":"Aura Skills other than Discipline are Disabled","type":"explicit"},{"id":"explicit.indexable_support_65","text":"Socketed Gems are Supported by Level # Increased Duration","type":"explicit"},{"id":"explicit.indexable_support_147","text":"Socketed Gems are Supported by Level # Manaforged Arrows","type":"explicit"},{"id":"explicit.indexable_skill_25","text":"+# to Level of all Discharge Gems","type":"explicit"},{"id":"explicit.stat_4003821677","text":"Imprisoned Monsters take #% increased Damage","type":"explicit"},{"id":"explicit.indexable_support_56","text":"Socketed Gems are Supported by Level # Knockback","type":"explicit"},{"id":"explicit.stat_655918588","text":"Summoned Arbalists gain #% of Physical Damage as Extra Cold Damage","type":"explicit"},{"id":"explicit.indexable_skill_104","text":"+# to Level of all Ball Lightning Gems","type":"explicit"},{"id":"explicit.stat_2908391015","text":"Players deal #% increased Damage with Hits to Breach Monsters","type":"explicit"},{"id":"explicit.indexable_support_61","text":"Socketed Gems are Supported by Level # Infernal Legion","type":"explicit"},{"id":"explicit.stat_712621072","text":"Imprisoned Monsters have #% reduced Action Speed","type":"explicit"},{"id":"explicit.indexable_skill_136","text":"+# to Level of all Bladefall Gems","type":"explicit"},{"id":"explicit.stat_898094766","text":"Items dropped by Rogue Exiles are fully Linked","type":"explicit"},{"id":"explicit.indexable_support_118","text":"Socketed Gems are Supported by Level # Blind","type":"explicit"},{"id":"explicit.indexable_skill_33","text":"+# to Level of all Freezing Pulse Gems","type":"explicit"},{"id":"explicit.stat_607308532","text":"Strongboxes in Area have #% chance to contain an additional Vaal Orb","type":"explicit"},{"id":"explicit.indexable_support_150","text":"Socketed Gems are Supported by Level # Trauma","type":"explicit"},{"id":"explicit.stat_1857935842","text":"Summoned Arbalists\' Projectiles Split into #","type":"explicit"},{"id":"explicit.stat_49998574","text":"Area contains a Gemcutter\'s Strongbox","type":"explicit"},{"id":"explicit.indexable_skill_177","text":"+# to Level of all Scourge Arrow Gems","type":"explicit"},{"id":"explicit.stat_2139238642","text":"Temporal Rift has no Reservation","type":"explicit"},{"id":"explicit.indexable_skill_153","text":"+# to Level of all Frostbolt Gems","type":"explicit"},{"id":"explicit.indexable_skill_258","text":"+# to Level of all Poisonous Concoction Gems","type":"explicit"},{"id":"explicit.indexable_support_12","text":"Socketed Gems are Supported by Level # Stun","type":"explicit"},{"id":"explicit.indexable_skill_212","text":"+# to Level of all Summon Carrion Golem Gems","type":"explicit"},{"id":"explicit.stat_761598374","text":"You can apply an additional Curse while at maximum Power Charges","type":"explicit"},{"id":"explicit.indexable_skill_238","text":"+# to Level of all Exsanguinate Gems","type":"explicit"},{"id":"explicit.indexable_support_39","text":"Socketed Gems are Supported by Level # Multiple Traps","type":"explicit"},{"id":"explicit.stat_697807915","text":"Damage Penetrates #% of Enemy Elemental Resistances","type":"explicit"},{"id":"explicit.stat_1586164348","text":"Minion Life is increased by their Overcapped Fire Resistance","type":"explicit"},{"id":"explicit.indexable_skill_208","text":"+# to Level of all Venom Gyre Gems","type":"explicit"},{"id":"explicit.indexable_support_139","text":"Socketed Gems are Supported by Level # Earthbreaker","type":"explicit"},{"id":"explicit.stat_4004160031","text":"#% increased time before Lockdown","type":"explicit"},{"id":"explicit.indexable_skill_90","text":"+# to Level of all Lightning Trap Gems","type":"explicit"},{"id":"explicit.indexable_skill_10","text":"+# to Level of all Elemental Hit Gems","type":"explicit"},{"id":"explicit.indexable_skill_67","text":"+# to Level of all Determination Gems","type":"explicit"},{"id":"explicit.stat_1087146228","text":"#% chance to lose an Endurance Charge when you gain Fortification","type":"explicit"},{"id":"explicit.indexable_skill_161","text":"+# to Level of all Cremation Gems","type":"explicit"},{"id":"explicit.indexable_support_146","text":"Socketed Gems are Supported by Level # Hex Bloom","type":"explicit"},{"id":"explicit.indexable_skill_260","text":"+# to Level of all Energy Blade Gems","type":"explicit"},{"id":"explicit.indexable_skill_59","text":"+# to Level of all Puncture Gems","type":"explicit"},{"id":"explicit.indexable_skill_87","text":"+# to Level of all Cyclone Gems","type":"explicit"},{"id":"explicit.indexable_skill_110","text":"+# to Level of all Glacial Cascade Gems","type":"explicit"},{"id":"explicit.indexable_skill_163","text":"+# to Level of all Volatile Dead Gems","type":"explicit"},{"id":"explicit.stat_3266549586","text":"Rare Monsters have #% chance to drop a Rare Prismatic Ring","type":"explicit"},{"id":"explicit.indexable_skill_226","text":"+# to Level of all Penance Brand Gems","type":"explicit"},{"id":"explicit.indexable_skill_225","text":"+# to Level of all Arcanist Brand Gems","type":"explicit"},{"id":"explicit.indexable_skill_234","text":"+# to Level of all Void Sphere Gems","type":"explicit"},{"id":"explicit.stat_1731620212","text":"Cannot gain Life during effect","type":"explicit"},{"id":"explicit.indexable_skill_65","text":"+# to Level of all Discipline Gems","type":"explicit"},{"id":"explicit.indexable_skill_53","text":"+# to Level of all Rain of Arrows Gems","type":"explicit"},{"id":"explicit.indexable_skill_194","text":"+# to Level of all Malevolence Gems","type":"explicit"},{"id":"explicit.indexable_skill_115","text":"+# to Level of all Herald of Ice Gems","type":"explicit"},{"id":"explicit.stat_36406748","text":"Players cannot gain Flask Charges","type":"explicit"},{"id":"explicit.stat_1196333117","text":"You have Consecrated Ground around you while\\nstationary if Strength is your highest Attribute","type":"explicit"},{"id":"explicit.indexable_skill_45","text":"+# to Level of all Despair Gems","type":"explicit"},{"id":"explicit.stat_3900284865","text":"Monsters have +# to Maximum Frenzy Charges","type":"explicit"},{"id":"explicit.indexable_support_143","text":"Socketed Gems are Supported by Level # Eternal Blessing","type":"explicit"},{"id":"explicit.indexable_skill_227","text":"+# to Level of all Wintertide Brand Gems","type":"explicit"},{"id":"explicit.indexable_support_109","text":"Socketed Gems are Supported by Level # Cast when Stunned","type":"explicit"},{"id":"explicit.indexable_skill_69","text":"+# to Level of all Hatred Gems","type":"explicit"},{"id":"explicit.stat_604298782","text":"#% of Physical Attack Damage Leeched as Mana per Power Charge","type":"explicit"},{"id":"explicit.stat_1325783255","text":"+#% to Quality of Socketed Skill Gems","type":"explicit"},{"id":"explicit.indexable_support_49","text":"Socketed Gems are Supported by Level # Mana Leech","type":"explicit"},{"id":"explicit.indexable_skill_140","text":"+# to Level of all Wither Gems","type":"explicit"},{"id":"explicit.indexable_skill_91","text":"+# to Level of all Pyroclast Mine Gems","type":"explicit"},{"id":"explicit.indexable_skill_141","text":"+# to Level of all Essence Drain Gems","type":"explicit"},{"id":"explicit.stat_3231732417","text":"Monsters have #% increased Action Speed","type":"explicit"},{"id":"explicit.indexable_skill_256","text":"+# to Level of all Manabond Gems","type":"explicit"},{"id":"explicit.indexable_support_119","text":"Socketed Gems are Supported by Level # Blasphemy","type":"explicit"},{"id":"explicit.indexable_skill_101","text":"+# to Level of all Storm Call Gems","type":"explicit"},{"id":"explicit.indexable_skill_172","text":"+# to Level of all Spectral Shield Throw Gems","type":"explicit"},{"id":"explicit.indexable_skill_38","text":"+# to Level of all Temporal Chains Gems","type":"explicit"},{"id":"explicit.stat_1094808741","text":"Summoned Arbalists Convert #% of Physical Damage to Cold Damage","type":"explicit"},{"id":"explicit.stat_1183247801","text":"Monsters with Silver Coins drop an additional Basic Currency Item","type":"explicit"},{"id":"explicit.indexable_skill_96","text":"+# to Level of all Spectral Throw Gems","type":"explicit"},{"id":"explicit.stat_3007862517","text":"Monsters take #% increased Damage","type":"explicit"},{"id":"explicit.indexable_skill_128","text":"+# to Level of all Infernal Cry Gems","type":"explicit"},{"id":"explicit.stat_2801601300","text":"Forged Items have a Crucible Passive Skill that modifies the sell price of the Item if possible","type":"explicit"},{"id":"explicit.indexable_skill_44","text":"+# to Level of all Sniper\'s Mark Gems","type":"explicit"},{"id":"explicit.stat_1990354706","text":"You have Iron Reflexes while at maximum Frenzy Charges","type":"explicit"},{"id":"explicit.indexable_skill_198","text":"+# to Level of all Bladestorm Gems","type":"explicit"},{"id":"explicit.indexable_skill_89","text":"+# to Level of all Reave Gems","type":"explicit"},{"id":"explicit.indexable_skill_62","text":"+# to Level of all Haste Gems","type":"explicit"},{"id":"explicit.stat_2954406821","text":"Summoned Arbalists Convert #% of Physical Damage to Fire Damage","type":"explicit"},{"id":"explicit.indexable_skill_216","text":"+# to Level of all Stormbind Gems","type":"explicit"},{"id":"explicit.indexable_skill_143","text":"+# to Level of all Orb of Storms Gems","type":"explicit"},{"id":"explicit.indexable_support_133","text":"Socketed Gems are Supported by Level # Impending Doom","type":"explicit"},{"id":"explicit.stat_2631827343","text":"Summoned Arbalists gain #% of Physical Damage as Extra Lightning Damage","type":"explicit"},{"id":"explicit.indexable_skill_58","text":"+# to Level of all Power Siphon Gems","type":"explicit"},{"id":"explicit.indexable_skill_116","text":"+# to Level of all Herald of Thunder Gems","type":"explicit"},{"id":"explicit.stat_2065361612","text":"Socketed Gems are Supported by Level # Enlighten","type":"explicit"},{"id":"explicit.stat_3190223614","text":"Rare Monsters drop an additional Rare Item","type":"explicit"},{"id":"explicit.indexable_skill_99","text":"+# to Level of all Purity of Ice Gems","type":"explicit"},{"id":"explicit.indexable_skill_219","text":"+# to Level of all Kinetic Bolt Gems","type":"explicit"},{"id":"explicit.stat_298613712","text":"Regenerate #% of Energy Shield per second if you\'ve dealt a Critical Strike with this weapon Recently","type":"explicit"},{"id":"explicit.indexable_skill_195","text":"+# to Level of all Precision Gems","type":"explicit"},{"id":"explicit.indexable_support_111","text":"Socketed Gems are Supported by Level # Cast on Death","type":"explicit"},{"id":"explicit.indexable_skill_218","text":"+# to Level of all Spellslinger Gems","type":"explicit"},{"id":"explicit.stat_2499038519","text":"Always Sap while affected by Wrath","type":"explicit"},{"id":"explicit.stat_3337579297","text":"Monsters\' Hits are always Critical Strikes","type":"explicit"},{"id":"explicit.stat_3795004497","text":"Rogue Exiles each drop a Skill Gem with Quality","type":"explicit"},{"id":"explicit.indexable_skill_223","text":"+# to Level of all Seismic Cry Gems","type":"explicit"},{"id":"explicit.stat_559827707","text":"#% chance in Heists for Orbs of Regret to drop as Orbs of Annulment instead","type":"explicit"},{"id":"explicit.stat_2473016979","text":"Monsters near Shrines are Chilled","type":"explicit"},{"id":"explicit.stat_1260064327","text":"Players gain Onslaught for # seconds when they Kill a Rare Monster","type":"explicit"},{"id":"explicit.stat_2309624770","text":"When a Bloodline Pack is Slain, it drops a Rare Item","type":"explicit"},{"id":"explicit.indexable_skill_210","text":"+# to Level of all Plague Bearer Gems","type":"explicit"},{"id":"explicit.stat_115109959","text":"Regenerate #% of Energy Shield per second while on Low Life","type":"explicit"},{"id":"explicit.indexable_skill_168","text":"+# to Level of all Lightning Spire Trap Gems","type":"explicit"},{"id":"explicit.indexable_support_160","text":"Socketed Gems are Supported by Level # Locus Mine","type":"explicit"},{"id":"explicit.indexable_skill_233","text":"+# to Level of all Crackling Lance Gems","type":"explicit"},{"id":"explicit.indexable_skill_97","text":"+# to Level of all Animate Weapon Gems","type":"explicit"},{"id":"explicit.stat_1534390486","text":"Monsters\' Hits can\'t be Evaded","type":"explicit"},{"id":"explicit.stat_2440093109","text":"Area contains The Twisted","type":"explicit"},{"id":"explicit.indexable_skill_147","text":"+# to Level of all Snipe Gems","type":"explicit"},{"id":"explicit.indexable_skill_12","text":"+# to Level of all Dual Strike Gems","type":"explicit"},{"id":"explicit.indexable_skill_213","text":"+# to Level of all Artillery Ballista Gems","type":"explicit"},{"id":"explicit.indexable_skill_222","text":"+# to Level of all Ancestral Cry Gems","type":"explicit"},{"id":"explicit.indexable_skill_187","text":"+# to Level of all Lancing Steel Gems","type":"explicit"},{"id":"explicit.indexable_skill_5","text":"+# to Level of all Ground Slam Gems","type":"explicit"},{"id":"explicit.indexable_skill_167","text":"+# to Level of all Flamethrower Trap Gems","type":"explicit"},{"id":"explicit.indexable_skill_63","text":"+# to Level of all Purity of Elements Gems","type":"explicit"},{"id":"explicit.indexable_skill_186","text":"+# to Level of all Shattering Steel Gems","type":"explicit"},{"id":"explicit.indexable_support_153","text":"Socketed Gems are Supported by Level # Fresh Meat","type":"explicit"},{"id":"explicit.stat_3292388799","text":"Aura Skills other than Wrath are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_149","text":"+# to Level of all Ancestral Protector Gems","type":"explicit"},{"id":"explicit.indexable_skill_253","text":"+# to Level of all Spectral Helix Gems","type":"explicit"},{"id":"explicit.indexable_skill_268","text":"+# to Level of all Galvanic Field Gems","type":"explicit"},{"id":"explicit.indexable_skill_130","text":"+# to Level of all Rolling Magma Gems","type":"explicit"},{"id":"explicit.indexable_skill_86","text":"+# to Level of all Incinerate Gems","type":"explicit"},{"id":"explicit.indexable_skill_183","text":"+# to Level of all Brand Recall Gems","type":"explicit"},{"id":"explicit.indexable_skill_57","text":"+# to Level of all Molten Shell Gems","type":"explicit"},{"id":"explicit.indexable_skill_206","text":"+# to Level of all Cobra Lash Gems","type":"explicit"},{"id":"explicit.stat_120845723","text":"Runic Monsters have #% more Life","type":"explicit"},{"id":"explicit.indexable_support_159","text":"Socketed Gems are Supported by Level # Frigid Bond","type":"explicit"},{"id":"explicit.stat_2174134106","text":"Warcries cannot Exert Travel Skills","type":"explicit"},{"id":"explicit.stat_2047177714","text":"Items dropped by Rogue Exiles are Mirrored","type":"explicit"},{"id":"explicit.indexable_skill_211","text":"+# to Level of all Pestilent Strike Gems","type":"explicit"},{"id":"explicit.indexable_skill_4","text":"+# to Level of all Sweep Gems","type":"explicit"},{"id":"explicit.indexable_skill_119","text":"+# to Level of all Mirror Arrow Gems","type":"explicit"},{"id":"explicit.stat_369650395","text":"Socketed Gems are Supported by Level # Rage","type":"explicit"},{"id":"explicit.indexable_support_158","text":"Socketed Gems are Supported by Level # Sacrifice","type":"explicit"},{"id":"explicit.indexable_skill_133","text":"+# to Level of all Wild Strike Gems","type":"explicit"},{"id":"explicit.indexable_skill_259","text":"+# to Level of all Temporal Rift Gems","type":"explicit"},{"id":"explicit.stat_3031310169","text":"+# to Lockpicking Level for Heists","type":"explicit"},{"id":"explicit.indexable_skill_184","text":"+# to Level of all War Banner Gems","type":"explicit"},{"id":"explicit.stat_3415234440","text":"#% increased Rage Cost of Skills","type":"explicit"},{"id":"explicit.indexable_skill_7","text":"+# to Level of all Shield Charge Gems","type":"explicit"},{"id":"explicit.stat_1874553720","text":"#% reduced Chill Duration on you","type":"explicit"},{"id":"explicit.stat_3848992177","text":"#% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry","type":"explicit"},{"id":"explicit.indexable_skill_106","text":"+# to Level of all Flame Surge Gems","type":"explicit"},{"id":"explicit.stat_1324450398","text":"#% chance to gain Onslaught when you use a Flask","type":"explicit"},{"id":"explicit.stat_1776612984","text":"#% of Physical Damage converted to a random Element","type":"explicit"},{"id":"explicit.indexable_skill_171","text":"+# to Level of all Tectonic Slam Gems","type":"explicit"},{"id":"explicit.indexable_skill_48","text":"+# to Level of all Riposte Gems","type":"explicit"},{"id":"explicit.indexable_skill_132","text":"+# to Level of all Frost Blades Gems","type":"explicit"},{"id":"explicit.stat_3856468419","text":"Adds # to # Physical Damage to Attacks against Frozen Enemies","type":"explicit"},{"id":"explicit.indexable_skill_56","text":"+# to Level of all Tempest Shield Gems","type":"explicit"},{"id":"explicit.indexable_skill_199","text":"+# to Level of all Blood and Sand Gems","type":"explicit"},{"id":"explicit.stat_2471600316","text":"Area contains a Keepers of the Trove Bloodline Pack","type":"explicit"},{"id":"explicit.indexable_skill_220","text":"+# to Level of all Arcane Cloak Gems","type":"explicit"},{"id":"explicit.indexable_skill_148","text":"+# to Level of all Sunder Gems","type":"explicit"},{"id":"explicit.indexable_support_157","text":"Socketed Gems are Supported by Level # Guardian\'s Blessing","type":"explicit"},{"id":"explicit.indexable_support_44","text":"Socketed Gems are Supported by Level # Minefield","type":"explicit"},{"id":"explicit.indexable_skill_201","text":"+# to Level of all Perforate Gems","type":"explicit"},{"id":"explicit.indexable_skill_79","text":"+# to Level of all Devouring Totem Gems","type":"explicit"},{"id":"explicit.indexable_skill_242","text":"+# to Level of all Defiance Banner Gems","type":"explicit"},{"id":"explicit.stat_627339348","text":"Adds # to # Fire Damage to Attacks against Ignited Enemies","type":"explicit"},{"id":"explicit.stat_1747220877","text":"Weapons and Shields found have #% chance to be Corrupted with an Implicit","type":"explicit"},{"id":"explicit.indexable_support_131","text":"Socketed Gems are Supported by Level # Urgent Orders","type":"explicit"},{"id":"explicit.indexable_skill_54","text":"+# to Level of all Firestorm Gems","type":"explicit"},{"id":"explicit.indexable_skill_221","text":"+# to Level of all Intimidating Cry Gems","type":"explicit"},{"id":"explicit.indexable_support_41","text":"Socketed Gems are Supported by Level # Multistrike","type":"explicit"},{"id":"explicit.stat_1093704472","text":"#% chance to Avoid being Ignited, Chilled or Frozen with Her Blessing","type":"explicit"},{"id":"explicit.stat_1126826428","text":"You cannot be Maimed","type":"explicit"},{"id":"explicit.stat_359450079","text":"Socketed Gems are Supported by Level # Greater Multiple Projectiles","type":"explicit"},{"id":"explicit.stat_3859593448","text":"#% reduced Elemental Damage Taken while stationary","type":"explicit"},{"id":"explicit.stat_495713612","text":"#% increased Duration of Shrine Effects on Players","type":"explicit"},{"id":"explicit.indexable_skill_11","text":"+# to Level of all Immortal Call Gems","type":"explicit"},{"id":"explicit.stat_2968804751","text":"#% increased Attack and Movement Speed with Her Blessing","type":"explicit"},{"id":"explicit.stat_2327728343","text":"#% chance to Blind nearby Enemies when gaining Her Blessing","type":"explicit"},{"id":"explicit.indexable_support_28","text":"Socketed Gems are Supported by Level # Rage","type":"explicit"},{"id":"explicit.stat_1463929958","text":"Maximum Critical Strike Chance is 50%","type":"explicit"},{"id":"explicit.indexable_skill_267","text":"+# to Level of all Destructive Link Gems","type":"explicit"},{"id":"explicit.stat_4203400545","text":"#% chance to gain Her Blessing for 3 seconds when you Ignite an Enemy","type":"explicit"},{"id":"explicit.stat_754005431","text":"Gain #% of Sword Physical Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.stat_3425934849","text":"Socketed Skills have #% increased Cast Speed","type":"explicit"},{"id":"explicit.stat_992435560","text":"Hits against Nearby Enemies have 50% increased Critical Strike Chance","type":"explicit"},{"id":"explicit.indexable_skill_122","text":"+# to Level of all Summon Chaos Golem Gems","type":"explicit"},{"id":"explicit.indexable_skill_24","text":"+# to Level of all Righteous Fire Gems","type":"explicit"},{"id":"explicit.stat_1073314277","text":"#% increased Spell Damage per 10 Strength","type":"explicit"},{"id":"explicit.indexable_skill_266","text":"+# to Level of all Vampiric Link Gems","type":"explicit"},{"id":"explicit.stat_2818657516","text":"Players are assaulted by Ruinous Ghosts","type":"explicit"},{"id":"explicit.stat_2052458107","text":"Summoned Arbalists have #% chance to Freeze","type":"explicit"},{"id":"explicit.stat_683365179","text":"You cannot gain Rage during Soul Gain Prevention","type":"explicit"},{"id":"explicit.indexable_skill_265","text":"+# to Level of all Protective Link Gems","type":"explicit"},{"id":"explicit.stat_3884309250","text":"Area contains a Tormented Embezzler","type":"explicit"},{"id":"explicit.stat_1103075489","text":"Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls","type":"explicit"},{"id":"explicit.indexable_skill_36","text":"+# to Level of all Phase Run Gems","type":"explicit"},{"id":"explicit.indexable_skill_196","text":"+# to Level of all Steelskin Gems","type":"explicit"},{"id":"explicit.indexable_skill_246","text":"+# to Level of all Summon Reaper Gems","type":"explicit"},{"id":"explicit.stat_1477474340","text":"Summoned Arbalists gain #% of Physical Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.indexable_skill_74","text":"+# to Level of all Rejuvenation Totem Gems","type":"explicit"},{"id":"explicit.stat_2996332612","text":"Essences found in this Area are a higher level","type":"explicit"},{"id":"explicit.stat_443165947","text":"#% increased Mana Reservation Efficiency of Curse Aura Skills","type":"explicit"},{"id":"explicit.stat_3900181441","text":"Area contains an additional Magic Pack of Wealth","type":"explicit"},{"id":"explicit.indexable_skill_49","text":"+# to Level of all Vengeance Gems","type":"explicit"},{"id":"explicit.stat_261224780","text":"Monsters Possessed by Tormented Spirits take #% increased Damage","type":"explicit"},{"id":"explicit.indexable_skill_123","text":"+# to Level of all Summon Ice Golem Gems","type":"explicit"},{"id":"explicit.indexable_skill_78","text":"+# to Level of all Decoy Totem Gems","type":"explicit"},{"id":"explicit.indexable_skill_50","text":"+# to Level of all Reckoning Gems","type":"explicit"},{"id":"explicit.indexable_skill_228","text":"+# to Level of all Earthshatter Gems","type":"explicit"},{"id":"explicit.indexable_support_67","text":"Socketed Gems are Supported by Level # Increased Critical Damage","type":"explicit"},{"id":"explicit.stat_2408544213","text":"#% chance to Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_1314418188","text":"You have Vaal Pact while at maximum Endurance Charges","type":"explicit"},{"id":"explicit.indexable_support_71","text":"Socketed Gems are Supported by Level # Immolate","type":"explicit"},{"id":"explicit.indexable_skill_37","text":"+# to Level of all Explosive Arrow Gems","type":"explicit"},{"id":"explicit.stat_787958710","text":"+#% to Cold Damage over Time Multiplier while affected by Malevolence","type":"explicit"},{"id":"explicit.stat_813119588","text":"#% chance to Gain Arcane Surge on Hit with Spells while at maximum Power Charges","type":"explicit"},{"id":"explicit.stat_407482587","text":"Non-Channelling Skills Cost +# Mana","type":"explicit"},{"id":"explicit.stat_1494306466","text":"#% chance in Heists for Items to drop with Shaper Influence","type":"explicit"},{"id":"explicit.stat_1723738042","text":"#% of Cold and Lightning Damage taken as Fire Damage while affected by Purity of Fire","type":"explicit"},{"id":"explicit.stat_468681962","text":"Area contains a Tormented Vaal Cultist","type":"explicit"},{"id":"explicit.stat_3057722139","text":"Summoned Arbalists have #% chance to deal Double Damage","type":"explicit"},{"id":"explicit.stat_2881124988","text":"Socketed Skills have #% increased Attack Speed","type":"explicit"},{"id":"explicit.stat_1688834903","text":"Socketed Spells have #% reduced Mana Cost","type":"explicit"},{"id":"explicit.indexable_support_79","text":"Socketed Gems are Supported by Level # Fortify","type":"explicit"},{"id":"explicit.stat_1585991257","text":"Always Scorch while affected by Anger","type":"explicit"},{"id":"explicit.stat_3984519770","text":"Socketed Gems have #% chance to Ignite","type":"explicit"},{"id":"explicit.indexable_support_17","text":"Socketed Gems are Supported by Level # Spell Cascade","type":"explicit"},{"id":"explicit.stat_1077576866","text":"Area contains a Tormented Seditionist","type":"explicit"},{"id":"explicit.stat_275498888","text":"Maximum Quality is #%","type":"explicit"},{"id":"explicit.stat_2635869389","text":"Unaffected by Ignite","type":"explicit"},{"id":"explicit.indexable_skill_40","text":"+# to Level of all Warlord\'s Mark Gems","type":"explicit"},{"id":"explicit.stat_3879236300","text":"Magic Monsters are Maimed","type":"explicit"},{"id":"explicit.indexable_support_114","text":"Socketed Gems are Supported by Level # Brutality","type":"explicit"},{"id":"explicit.indexable_skill_182","text":"+# to Level of all Armageddon Brand Gems","type":"explicit"},{"id":"explicit.stat_3056215807","text":"Magic Monsters take #% increased Damage","type":"explicit"},{"id":"explicit.stat_301104070","text":"#% chance for Flasks to gain a Charge when you take a Critical Strike","type":"explicit"},{"id":"explicit.stat_2477381238","text":"#% reduced Enemy Block Chance","type":"explicit"},{"id":"explicit.indexable_support_122","text":"Socketed Gems are Supported by Level # Archmage","type":"explicit"},{"id":"explicit.stat_442509523","text":"Invasion Bosses are Duplicated","type":"explicit"},{"id":"explicit.stat_3072066782","text":"Players Regenerate #% of Life per second per 25 Rampage Kills","type":"explicit"},{"id":"explicit.indexable_support_134","text":"Socketed Gems are Supported by Level # Trinity","type":"explicit"},{"id":"explicit.stat_2106095595","text":"#% chance in Heists for Chaos Orbs to drop as Divine Orbs instead","type":"explicit"},{"id":"explicit.stat_2877370216","text":"#% chance to Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges","type":"explicit"},{"id":"explicit.indexable_skill_217","text":"+# to Level of all Blade Blast Gems","type":"explicit"},{"id":"explicit.stat_56919069","text":"Enfeeble has no Reservation if Cast as an Aura","type":"explicit"},{"id":"explicit.stat_3643076184","text":"Tempest Effects have #% increased Area of Effect","type":"explicit"},{"id":"explicit.stat_3628993863","text":"Rare Monsters are Hindered, with #% reduced Movement Speed","type":"explicit"},{"id":"explicit.indexable_support_6","text":"Socketed Gems are Supported by Level # Advanced Traps","type":"explicit"},{"id":"explicit.indexable_support_121","text":"Socketed Gems are Supported by Level # Arrow Nova","type":"explicit"},{"id":"explicit.indexable_skill_80","text":"+# to Level of all Ethereal Knives Gems","type":"explicit"},{"id":"explicit.indexable_skill_244","text":"+# to Level of all Rage Vortex Gems","type":"explicit"},{"id":"explicit.indexable_skill_60","text":"+# to Level of all Lightning Arrow Gems","type":"explicit"},{"id":"explicit.stat_1773553795","text":"Warbands in the Area have an additional Support Member","type":"explicit"},{"id":"explicit.indexable_support_76","text":"Socketed Gems are Supported by Level # Elemental Damage with Attacks","type":"explicit"},{"id":"explicit.stat_1455766505","text":"Adds # to # Physical Damage for each Impale on Enemy","type":"explicit"},{"id":"explicit.indexable_support_87","text":"Socketed Gems are Supported by Level # Energy Leech","type":"explicit"},{"id":"explicit.indexable_skill_26","text":"+# to Level of all Flicker Strike Gems","type":"explicit"},{"id":"explicit.stat_1876857497","text":"You have Mind over Matter while at maximum Power Charges","type":"explicit"},{"id":"explicit.stat_1290611485","text":"#% chance in Heists for Orbs of Alteration to drop as Regal Orbs instead","type":"explicit"},{"id":"explicit.indexable_support_35","text":"Socketed Gems are Supported by Level # Vicious Projectiles","type":"explicit"},{"id":"explicit.indexable_support_4","text":"Socketed Gems are Supported by Level # Unleash","type":"explicit"},{"id":"explicit.stat_2556436882","text":"Socketed Gems are Supported by Level # Enhance","type":"explicit"},{"id":"explicit.indexable_support_95","text":"Socketed Gems are Supported by Level # Hextouch","type":"explicit"},{"id":"explicit.stat_3371432622","text":"#% chance to gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_2123200297","text":"Unique Crucible Monsters have #% chance to drop a Unique Melee Weapon","type":"explicit"},{"id":"explicit.indexable_support_72","text":"Socketed Gems are Supported by Level # Ignite Proliferation","type":"explicit"},{"id":"explicit.indexable_support_26","text":"Socketed Gems are Supported by Level # Swift Affliction","type":"explicit"},{"id":"explicit.stat_2449723897","text":"#% of Damage Leeched as Life for Skills used by Totems","type":"explicit"},{"id":"explicit.indexable_support_137","text":"Socketed Gems are Supported by Level # Lifetap","type":"explicit"},{"id":"explicit.indexable_support_123","text":"Socketed Gems are Supported by Level # Arcane Surge","type":"explicit"},{"id":"explicit.indexable_support_115","text":"Socketed Gems are Supported by Level # Bonechill","type":"explicit"},{"id":"explicit.indexable_support_90","text":"Socketed Gems are Supported by Level # Elemental Focus","type":"explicit"},{"id":"explicit.stat_779592324","text":"#% chance in Heists for Chaos Orbs to drop as Exalted Orbs instead","type":"explicit"},{"id":"explicit.indexable_skill_164","text":"+# to Level of all Unearth Gems","type":"explicit"},{"id":"explicit.indexable_support_8","text":"Socketed Gems are Supported by Level # Trap","type":"explicit"},{"id":"explicit.stat_1961516633","text":"Enemies you Kill while using Pride have #% chance to Explode, dealing a tenth of their maximum Life as Physical Damage","type":"explicit"},{"id":"explicit.indexable_support_22","text":"Socketed Gems are Supported by Level # High-Impact Mine","type":"explicit"},{"id":"explicit.stat_2189467271","text":"#% of Fire and Lightning Damage taken as Cold Damage while affected by Purity of Ice","type":"explicit"},{"id":"explicit.indexable_support_62","text":"Socketed Gems are Supported by Level # Minion Speed","type":"explicit"},{"id":"explicit.indexable_support_84","text":"Socketed Gems are Supported by Level # Faster Projectiles","type":"explicit"},{"id":"explicit.indexable_support_58","text":"Socketed Gems are Supported by Level # Iron Will","type":"explicit"},{"id":"explicit.stat_321765853","text":"+# Physical Damage taken from Hits","type":"explicit"},{"id":"explicit.stat_3970941380","text":"Aura Skills other than Pride are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_35","text":"+# to Level of all Viper Strike Gems","type":"explicit"},{"id":"explicit.stat_1960426186","text":"#% increased Action Speed while affected by Haste","type":"explicit"},{"id":"explicit.stat_2185337019","text":"Aura Skills other than Anger are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_252","text":"+# to Level of all Eye of Winter Gems","type":"explicit"},{"id":"explicit.indexable_support_27","text":"Socketed Gems are Supported by Level # Ballista Totem","type":"explicit"},{"id":"explicit.indexable_support_98","text":"Socketed Gems are Supported by Level # Concentrated Effect","type":"explicit"},{"id":"explicit.indexable_support_52","text":"Socketed Gems are Supported by Level # Life Leech","type":"explicit"},{"id":"explicit.stat_478341845","text":"#% increased frequency of Tempest effects","type":"explicit"},{"id":"explicit.indexable_support_11","text":"Socketed Gems are Supported by Level # Elemental Army","type":"explicit"},{"id":"explicit.indexable_skill_107","text":"+# to Level of all Desecrate Gems","type":"explicit"},{"id":"explicit.indexable_support_32","text":"Socketed Gems are Supported by Level # Point Blank","type":"explicit"},{"id":"explicit.stat_112201073","text":"#% of Damage against Shocked Enemies Leeched as Mana","type":"explicit"},{"id":"explicit.indexable_support_102","text":"Socketed Gems are Supported by Level # Close Combat","type":"explicit"},{"id":"explicit.stat_2062835769","text":"+#% to Quality of Socketed Chaos Gems","type":"explicit"},{"id":"explicit.stat_1841503755","text":"Summoned Arbalists\' Attacks have #% chance to inflict Bleeding","type":"explicit"},{"id":"explicit.indexable_support_107","text":"Socketed Gems are Supported by Level # Chain","type":"explicit"},{"id":"explicit.stat_370321141","text":"Area contains a Chayula Breach","type":"explicit"},{"id":"explicit.stat_110034065","text":"Aura Skills other than Vitality are Disabled","type":"explicit"},{"id":"explicit.indexable_support_96","text":"Socketed Gems are Supported by Level # Culling Strike","type":"explicit"},{"id":"explicit.indexable_support_54","text":"Socketed Gems are Supported by Level # Chance to Poison","type":"explicit"},{"id":"explicit.stat_1366273824","text":"Regenerate #% Life over one second when hit while affected by Vitality","type":"explicit"},{"id":"explicit.indexable_support_10","text":"Socketed Gems are Supported by Level # Summon Phantasm","type":"explicit"},{"id":"explicit.indexable_support_75","text":"Socketed Gems are Supported by Level # Greater Volley","type":"explicit"},{"id":"explicit.indexable_support_129","text":"Socketed Gems are Supported by Level # Fist of War","type":"explicit"},{"id":"explicit.stat_3909846940","text":"Item drops on Death if Equipped by an Animated Guardian","type":"explicit"},{"id":"explicit.indexable_support_60","text":"Socketed Gems are Supported by Level # Innervate","type":"explicit"},{"id":"explicit.stat_460973817","text":"Aura Skills other than Determination are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_146","text":"+# to Level of all Earthquake Gems","type":"explicit"},{"id":"explicit.stat_555061211","text":"+# to Trap Disarmament Level for Heists","type":"explicit"},{"id":"explicit.indexable_skill_55","text":"+# to Level of all Lightning Strike Gems","type":"explicit"},{"id":"explicit.stat_2970621759","text":"#% of Lightning Damage taken Recouped as Life","type":"explicit"},{"id":"explicit.stat_2517911661","text":"A Strongbox in this Area is Corrupted","type":"explicit"},{"id":"explicit.indexable_skill_42","text":"+# to Level of all Enfeeble Gems","type":"explicit"},{"id":"explicit.stat_1959271744","text":"Area is a Maze","type":"explicit"},{"id":"explicit.stat_2978835006","text":"+# to Engineering Level for Heists","type":"explicit"},{"id":"explicit.indexable_skill_229","text":"+# to Level of all Sigil of Power Gems","type":"explicit"},{"id":"explicit.indexable_support_117","text":"Socketed Gems are Supported by Level # Bloodlust","type":"explicit"},{"id":"explicit.indexable_support_108","text":"Socketed Gems are Supported by Level # Cast while Channelling","type":"explicit"},{"id":"explicit.indexable_support_112","text":"Socketed Gems are Supported by Level # Cast when Damage Taken","type":"explicit"},{"id":"explicit.indexable_support_16","text":"Socketed Gems are Supported by Level # Intensify","type":"explicit"},{"id":"explicit.indexable_support_50","text":"Socketed Gems are Supported by Level # Maim","type":"explicit"},{"id":"explicit.stat_3234824465","text":"+#% to all maximum Elemental Resistances while affected by Purity of Elements","type":"explicit"},{"id":"explicit.indexable_support_47","text":"Socketed Gems are Supported by Level # Damage on Full Life","type":"explicit"},{"id":"explicit.stat_1472832594","text":"Monsters are Unaffected by Curses","type":"explicit"},{"id":"explicit.stat_2110586221","text":"+# to Maximum Endurance Charges while affected by Determination","type":"explicit"},{"id":"explicit.stat_4102870672","text":"Players have #% chance to be targeted by a Meteor when they use a Flask","type":"explicit"},{"id":"explicit.indexable_support_78","text":"Socketed Gems are Supported by Level # Charged Traps","type":"explicit"},{"id":"explicit.indexable_skill_129","text":"+# to Level of all Vigilant Strike Gems","type":"explicit"},{"id":"explicit.indexable_support_68","text":"Socketed Gems are Supported by Level # Burning Damage","type":"explicit"},{"id":"explicit.indexable_skill_200","text":"+# to Level of all Berserk Gems","type":"explicit"},{"id":"explicit.indexable_skill_2","text":"+# to Level of all Ice Nova Gems","type":"explicit"},{"id":"explicit.stat_2523986538","text":"Aura Skills other than Purity of Lightning are Disabled","type":"explicit"},{"id":"explicit.indexable_support_136","text":"Socketed Gems are Supported by Level # Cruelty","type":"explicit"},{"id":"explicit.stat_1465672972","text":"+# to Maximum Power Charges while affected by Discipline","type":"explicit"},{"id":"explicit.indexable_support_99","text":"Socketed Gems are Supported by Level # Cold to Fire","type":"explicit"},{"id":"explicit.stat_3428180555","text":"Monsters\' Hits have #% chance to Shock","type":"explicit"},{"id":"explicit.stat_583277599","text":"Chill Nearby Enemies when you Block","type":"explicit"},{"id":"explicit.indexable_skill_203","text":"+# to Level of all Frostblink Gems","type":"explicit"},{"id":"explicit.stat_215242678","text":"Enemies you or your Totems Kill have #% chance to Explode, dealing 500% of their maximum Life as Fire Damage","type":"explicit"},{"id":"explicit.indexable_support_97","text":"Socketed Gems are Supported by Level # Controlled Destruction","type":"explicit"},{"id":"explicit.indexable_support_88","text":"Socketed Gems are Supported by Level # Endurance Charge on Melee Stun","type":"explicit"},{"id":"explicit.stat_1012100113","text":"Area is #% larger","type":"explicit"},{"id":"explicit.stat_13285831","text":"Always inflict Brittle while affected by Hatred","type":"explicit"},{"id":"explicit.stat_86516932","text":"#% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%","type":"explicit"},{"id":"explicit.indexable_support_92","text":"Socketed Gems are Supported by Level # Decay","type":"explicit"},{"id":"explicit.stat_3348211884","text":"Aura Skills other than Hatred are Disabled","type":"explicit"},{"id":"explicit.indexable_skill_215","text":"+# to Level of all Ensnaring Arrow Gems","type":"explicit"},{"id":"explicit.indexable_support_13","text":"Socketed Gems are Supported by Level # Infused Channelling","type":"explicit"},{"id":"explicit.indexable_skill_175","text":"+# to Level of all Consecrated Path Gems","type":"explicit"},{"id":"explicit.indexable_support_93","text":"Socketed Gems are Supported by Level # Predator","type":"explicit"},{"id":"explicit.stat_165059239","text":"All Damage from Monsters\' Hits inflicts Shock","type":"explicit"},{"id":"explicit.stat_911839512","text":"Shocks you inflict during Effect spread to other Enemies within # metre","type":"explicit"},{"id":"explicit.indexable_skill_92","text":"+# to Level of all Smoke Mine Gems","type":"explicit"},{"id":"explicit.stat_3458080964","text":"+# to Maximum Frenzy Charges while affected by Grace","type":"explicit"},{"id":"explicit.indexable_support_130","text":"Socketed Gems are Supported by Level # Swiftbrand","type":"explicit"},{"id":"explicit.indexable_support_103","text":"Socketed Gems are Supported by Level # Charged Mines","type":"explicit"},{"id":"explicit.stat_2244724505","text":"Area contains 3 additional Magic Packs which\\nhave #% increased Attack, Cast and Movement Speed, and drop #% more items","type":"explicit"},{"id":"explicit.stat_2897207025","text":"#% increased Critical Strike Chance with Spells which remove the maximum number of Seals","type":"explicit"},{"id":"explicit.stat_3203905334","text":"Players cannot Suppress Spell Damage","type":"explicit"},{"id":"explicit.indexable_support_81","text":"Socketed Gems are Supported by Level # Chance to Flee","type":"explicit"},{"id":"explicit.stat_2943725337","text":"+# to Agility Level for Heists","type":"explicit"},{"id":"explicit.stat_2736953535","text":"Players cannot Block Attack Damage","type":"explicit"},{"id":"explicit.indexable_support_104","text":"Socketed Gems are Supported by Level # Withering Touch","type":"explicit"},{"id":"explicit.indexable_support_34","text":"Socketed Gems are Supported by Level # Physical to Lightning","type":"explicit"},{"id":"explicit.stat_881836292","text":"Monsters have +#% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.indexable_support_140","text":"Socketed Gems are Supported by Level # Behead","type":"explicit"},{"id":"explicit.indexable_skill_152","text":"+# to Level of all Spirit Offering Gems","type":"explicit"},{"id":"explicit.indexable_skill_6","text":"+# to Level of all Cleave Gems","type":"explicit"},{"id":"explicit.stat_2845459668","text":"#% chance in Heists for Orbs of Scouring to drop as Orbs of Annulment instead","type":"explicit"},{"id":"explicit.indexable_support_63","text":"Socketed Gems are Supported by Level # Minion Life","type":"explicit"},{"id":"explicit.stat_4261179672","text":"Players cannot Block Spell Damage","type":"explicit"},{"id":"explicit.indexable_skill_39","text":"+# to Level of all Elemental Weakness Gems","type":"explicit"},{"id":"explicit.stat_2776366800","text":"Must complete ten Ultimatum Encounter waves to claim Reward","type":"explicit"},{"id":"explicit.indexable_support_2","text":"Socketed Gems are Supported by Level # Void Manipulation","type":"explicit"},{"id":"explicit.indexable_support_110","text":"Socketed Gems are Supported by Level # Cast on Melee Kill","type":"explicit"},{"id":"explicit.indexable_support_20","text":"Socketed Gems are Supported by Level # Second Wind","type":"explicit"},{"id":"explicit.indexable_support_53","text":"Socketed Gems are Supported by Level # Life Gain on Hit","type":"explicit"},{"id":"explicit.stat_3192291777","text":"Aura Skills other than Purity of Fire are Disabled","type":"explicit"},{"id":"explicit.stat_3049760680","text":"#% chance to gain Onslaught for 3 seconds when Hit","type":"explicit"},{"id":"explicit.stat_1660373569","text":"Grants Level # Vulnerability Curse Aura during Effect","type":"explicit"},{"id":"explicit.stat_817287945","text":"#% chance to Trigger Summon Spirit of Kaom on Kill","type":"explicit"},{"id":"explicit.indexable_support_25","text":"Socketed Gems are Supported by Level # Less Duration","type":"explicit"},{"id":"explicit.indexable_skill_243","text":"+# to Level of all Storm Rain Gems","type":"explicit"},{"id":"explicit.indexable_skill_240","text":"+# to Level of all Petrified Blood Gems","type":"explicit"},{"id":"explicit.stat_394639761","text":"Monsters Poison on Hit","type":"explicit"},{"id":"explicit.indexable_skill_120","text":"+# to Level of all Blink Arrow Gems","type":"explicit"},{"id":"explicit.indexable_skill_144","text":"+# to Level of all Frost Bomb Gems","type":"explicit"},{"id":"explicit.stat_3780437763","text":"You cannot be Stunned while at maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_891135228","text":"All Damage from Monsters\' Hits can Ignite","type":"explicit"},{"id":"explicit.indexable_support_142","text":"Socketed Gems are Supported by Level # Divine Blessing","type":"explicit"},{"id":"explicit.indexable_skill_160","text":"+# to Level of all Storm Burst Gems","type":"explicit"},{"id":"explicit.indexable_skill_204","text":"+# to Level of all Flesh and Stone Gems","type":"explicit"},{"id":"explicit.stat_1163205473","text":"#% chance to Trigger Summon Spirit of Ikiaho on Kill","type":"explicit"},{"id":"explicit.indexable_support_77","text":"Socketed Gems are Supported by Level # Generosity","type":"explicit"},{"id":"explicit.stat_3778599971","text":"Gain an Endurance Charge each second","type":"explicit"},{"id":"explicit.indexable_skill_61","text":"+# to Level of all Arc Gems","type":"explicit"},{"id":"explicit.indexable_support_59","text":"Socketed Gems are Supported by Level # Iron Grip","type":"explicit"},{"id":"explicit.indexable_skill_72","text":"+# to Level of all Clarity Gems","type":"explicit"},{"id":"explicit.stat_3596335518","text":"Portals to Area only close when Players die","type":"explicit"},{"id":"explicit.stat_1193283913","text":"Flasks gain # Charges every 3 seconds","type":"explicit"},{"id":"explicit.indexable_support_141","text":"Socketed Gems are Supported by Level # Mark On Hit","type":"explicit"},{"id":"explicit.stat_1091321491","text":"Monsters\' Attack Hits inflict Bleeding","type":"explicit"},{"id":"explicit.stat_2359025380","text":"+# to Demolition Level for Heists","type":"explicit"},{"id":"explicit.stat_1135493957","text":"Socketed Gems are Supported by Level # Culling Strike","type":"explicit"},{"id":"explicit.stat_2227428689","text":"Monsters\' Hits have #% chance to Freeze","type":"explicit"},{"id":"explicit.stat_2243070229","text":"Monsters drop no Items","type":"explicit"},{"id":"explicit.stat_2932532516","text":"+# to Perception Level for Heists","type":"explicit"},{"id":"explicit.indexable_skill_135","text":"+# to Level of all Blast Rain Gems","type":"explicit"},{"id":"explicit.indexable_skill_202","text":"+# to Level of all Chain Hook Gems","type":"explicit"},{"id":"explicit.indexable_skill_20","text":"+# to Level of all Ice Shot Gems","type":"explicit"},{"id":"explicit.indexable_skill_188","text":"+# to Level of all Purifying Flame Gems","type":"explicit"},{"id":"explicit.stat_3888707953","text":"#% chance to Trigger Summon Spirit of Akoya on Kill","type":"explicit"},{"id":"explicit.stat_4013794060","text":"Skills gain a Base Energy Shield Cost equal to #% of Base Mana Cost","type":"explicit"},{"id":"explicit.stat_279246355","text":"Area is inhabited by an additional Invasion Boss","type":"explicit"},{"id":"explicit.stat_3381731475","text":"Area contains an additional Fangjaw Talisman","type":"explicit"},{"id":"explicit.indexable_support_135","text":"Socketed Gems are Supported by Level # Bloodthirst","type":"explicit"},{"id":"explicit.stat_2411886876","text":"Monster corpses cannot be Destroyed","type":"explicit"},{"id":"explicit.indexable_skill_237","text":"+# to Level of all Hexblast Gems","type":"explicit"},{"id":"explicit.indexable_skill_82","text":"+# to Level of all Holy Flame Totem Gems","type":"explicit"},{"id":"explicit.stat_2573185638","text":"Area contains Einhar, Exilehunter","type":"explicit"},{"id":"explicit.indexable_skill_88","text":"+# to Level of all Searing Bond Gems","type":"explicit"},{"id":"explicit.indexable_skill_112","text":"+# to Level of all Molten Strike Gems","type":"explicit"},{"id":"explicit.indexable_support_48","text":"Socketed Gems are Supported by Level # Meat Shield","type":"explicit"},{"id":"explicit.stat_937372143","text":"Unaffected by Chill","type":"explicit"},{"id":"explicit.indexable_skill_263","text":"+# to Level of all Flame Link Gems","type":"explicit"},{"id":"explicit.indexable_support_144","text":"Socketed Gems are Supported by Level # Overcharge","type":"explicit"},{"id":"explicit.stat_374559518","text":"Aura Skills other than Zealotry are Disabled","type":"explicit"},{"id":"explicit.stat_1071676747","text":"#% chance in Heists for Orbs of Augmentation to drop as Regal Orbs instead","type":"explicit"},{"id":"explicit.indexable_skill_19","text":"+# to Level of all Creeping Frost Gems","type":"explicit"},{"id":"explicit.stat_881914531","text":"#% chance to gain a Frenzy Charge when Hit","type":"explicit"},{"id":"explicit.indexable_skill_197","text":"+# to Level of all Dash Gems","type":"explicit"},{"id":"explicit.indexable_skill_21","text":"+# to Level of all Static Strike Gems","type":"explicit"},{"id":"explicit.stat_4048158159","text":"The first time a Player reaches # Rampage Kills in this Area, 6 Basic Currency Items will drop","type":"explicit"},{"id":"explicit.indexable_skill_224","text":"+# to Level of all General\'s Cry Gems","type":"explicit"},{"id":"explicit.stat_3679418014","text":"#% of Cold Damage taken Recouped as Life","type":"explicit"},{"id":"explicit.indexable_skill_214","text":"+# to Level of all Shrapnel Ballista Gems","type":"explicit"},{"id":"explicit.stat_663447087","text":"Items dropped by Rogue Exiles are Corrupted","type":"explicit"},{"id":"explicit.indexable_skill_138","text":"+# to Level of all Blade Vortex Gems","type":"explicit"},{"id":"explicit.indexable_skill_103","text":"+# to Level of all Barrage Gems","type":"explicit"},{"id":"explicit.stat_1384838464","text":"Essences found in this Area are Corrupted","type":"explicit"},{"id":"explicit.stat_3338065776","text":"#% increased Effect of Shocks you inflict during Effect","type":"explicit"},{"id":"explicit.indexable_support_145","text":"Socketed Gems are Supported by Level # Cursed Ground","type":"explicit"},{"id":"explicit.indexable_skill_109","text":"+# to Level of all Bone Offering Gems","type":"explicit"},{"id":"explicit.indexable_skill_81","text":"+# to Level of all Arctic Armour Gems","type":"explicit"},{"id":"explicit.indexable_support_138","text":"Socketed Gems are Supported by Level # Focused Ballista","type":"explicit"},{"id":"explicit.stat_1415399260","text":"Area is controlled by a Warband Boss","type":"explicit"},{"id":"explicit.stat_3403419549","text":"Unaffected by Curses while affected by Zealotry","type":"explicit"},{"id":"explicit.indexable_skill_131","text":"+# to Level of all Flame Dash Gems","type":"explicit"},{"id":"explicit.stat_2270693644","text":"Area contains an additional Clutching Talisman","type":"explicit"},{"id":"explicit.indexable_skill_170","text":"+# to Level of all Vulnerability Gems","type":"explicit"},{"id":"explicit.stat_3015437071","text":"#% increased Effect of Arcane Surge on you","type":"explicit"},{"id":"explicit.stat_3355479537","text":"#% chance to create Shocked Ground when Hit","type":"explicit"},{"id":"explicit.indexable_skill_124","text":"+# to Level of all Summon Flame Golem Gems","type":"explicit"},{"id":"explicit.stat_407139870","text":"+# to Level of Socketed Trap Gems","type":"explicit"},{"id":"explicit.stat_3847635614","text":"Players are assaulted by apparitions of Sirus, Awakener of Worlds","type":"explicit"},{"id":"explicit.indexable_skill_27","text":"+# to Level of all Spark Gems","type":"explicit"},{"id":"explicit.stat_3592330380","text":"Cannot be Shocked or Ignited while moving","type":"explicit"},{"id":"explicit.indexable_skill_23","text":"+# to Level of all Blood Rage Gems","type":"explicit"},{"id":"explicit.indexable_skill_30","text":"+# to Level of all Infernal Blow Gems","type":"explicit"},{"id":"explicit.indexable_skill_32","text":"+# to Level of all Frost Wall Gems","type":"explicit"},{"id":"explicit.stat_4207149030","text":"+# to Counter-Thaumaturgy Level for Heists","type":"explicit"},{"id":"explicit.indexable_skill_173","text":"+# to Level of all Herald of Purity Gems","type":"explicit"},{"id":"explicit.indexable_skill_46","text":"+# to Level of all Lightning Warp Gems","type":"explicit"},{"id":"explicit.stat_424026624","text":"Adds # to # Physical Damage against Poisoned Enemies","type":"explicit"},{"id":"explicit.stat_357325557","text":"Summoned Arbalists have #% chance to Freeze, Shock, and Ignite","type":"explicit"},{"id":"explicit.stat_3628411738","text":"Warbands in the Area have an additional Elite Member","type":"explicit"},{"id":"explicit.indexable_skill_272","text":"+# to Level of all Volcanic Fissure Gems","type":"explicit"},{"id":"explicit.indexable_skill_262","text":"+# to Level of all Soul Link Gems","type":"explicit"},{"id":"explicit.stat_588560583","text":"Regenerate #% of Energy Shield per second if you\'ve Hit an Enemy Recently","type":"explicit"},{"id":"explicit.indexable_skill_3","text":"+# to Level of all Leap Slam Gems","type":"explicit"},{"id":"explicit.indexable_support_148","text":"Socketed Gems are Supported by Level # Prismatic Burst","type":"explicit"},{"id":"explicit.stat_3533432197","text":"Non-Aura Vaal Skills require #% reduced Souls Per Use","type":"explicit"},{"id":"explicit.indexable_skill_166","text":"+# to Level of all Siphoning Trap Gems","type":"explicit"},{"id":"explicit.indexable_skill_231","text":"+# to Level of all Flame Wall Gems","type":"explicit"},{"id":"explicit.stat_1169552613","text":"+# to Brute Force Level for Heists","type":"explicit"},{"id":"explicit.indexable_skill_269","text":"+# to Level of all Lightning Conduit Gems","type":"explicit"},{"id":"explicit.stat_1124657098","text":"Performing Engineering during Lockdown doesn\'t take additional time","type":"explicit"},{"id":"explicit.indexable_skill_205","text":"+# to Level of all Pride Gems","type":"explicit"},{"id":"explicit.indexable_skill_159","text":"+# to Level of all Dark Pact Gems","type":"explicit"},{"id":"explicit.stat_511024200","text":"#% reduced Physical Damage taken over time","type":"explicit"},{"id":"explicit.indexable_skill_43","text":"+# to Level of all Assassin\'s Mark Gems","type":"explicit"},{"id":"explicit.indexable_skill_251","text":"+# to Level of all Absolution Gems","type":"explicit"},{"id":"explicit.stat_1519665289","text":"Projectiles from Socketed Gems Fork","type":"explicit"},{"id":"explicit.stat_2485799092","text":"Performing Brute Force during Lockdown doesn\'t take additional time","type":"explicit"},{"id":"explicit.stat_1658124062","text":"Attack Projectiles Return to you","type":"explicit"},{"id":"explicit.indexable_skill_100","text":"+# to Level of all Purity of Lightning Gems","type":"explicit"},{"id":"explicit.stat_1169165579","text":"Area is inhabited by Porcupines","type":"explicit"},{"id":"explicit.indexable_skill_137","text":"+# to Level of all Siege Ballista Gems","type":"explicit"},{"id":"explicit.stat_2935548106","text":"+# to Evasion Rating if Hit an Enemy Recently","type":"explicit"},{"id":"explicit.indexable_skill_22","text":"+# to Level of all Split Arrow Gems","type":"explicit"},{"id":"explicit.stat_488900289","text":"Breaches contain a Breachlord\'s Clasped Hand","type":"explicit"},{"id":"explicit.stat_571003610","text":"Area contains an Arcanist\'s Strongbox","type":"explicit"},{"id":"explicit.stat_2629058372","text":"#% increased raising of Alert Level from Killing Monsters","type":"explicit"},{"id":"explicit.indexable_skill_270","text":"+# to Level of all Alchemist\'s Mark Gems","type":"explicit"},{"id":"explicit.stat_1158433054","text":"Durability of Ichor Pumps in Area is 1","type":"explicit"},{"id":"explicit.indexable_skill_236","text":"+# to Level of all Hydrosphere Gems","type":"explicit"},{"id":"explicit.indexable_skill_178","text":"+# to Level of all Toxic Rain Gems","type":"explicit"},{"id":"explicit.indexable_skill_156","text":"+# to Level of all Scorching Ray Gems","type":"explicit"},{"id":"explicit.stat_3144025395","text":"Performing Lockpicking during Lockdown doesn\'t take additional time","type":"explicit"},{"id":"explicit.stat_3969573213","text":"Performing Counter-Thaumaturgy during Lockdown doesn\'t take additional time","type":"explicit"},{"id":"explicit.stat_838272676","text":"Lose # Mana per second","type":"explicit"},{"id":"explicit.stat_445988468","text":"Area contains an Essence of Hysteria","type":"explicit"},{"id":"explicit.stat_1311723478","text":"Ignore all Movement Penalties from Armour","type":"explicit"},{"id":"explicit.stat_598809739","text":"Monsters grant #% increased Experience","type":"explicit"},{"id":"explicit.stat_2959369472","text":"Grants Level # Vaal Impurity of Lightning Skill","type":"explicit"},{"id":"explicit.stat_1296614065","text":"#% increased Fish Bite Sensitivity","type":"explicit"},{"id":"explicit.indexable_support_152","text":"Socketed Gems are Supported by Level # Devour","type":"explicit"},{"id":"explicit.indexable_skill_264","text":"+# to Level of all Intuitive Link Gems","type":"explicit"},{"id":"explicit.indexable_support_151","text":"Socketed Gems are Supported by Level # Spellblade","type":"explicit"},{"id":"explicit.indexable_skill_94","text":"+# to Level of all Stormblast Mine Gems","type":"explicit"},{"id":"explicit.indexable_skill_255","text":"+# to Level of all Blade Trap Gems","type":"explicit"},{"id":"explicit.stat_3909654181","text":"Monsters have #% increased Attack, Cast and Movement Speed","type":"explicit"},{"id":"explicit.stat_2693266036","text":"#% additional Physical Damage Reduction during any Flask Effect","type":"explicit"},{"id":"explicit.stat_2368149582","text":"+# to Armour if you\'ve Hit an Enemy Recently","type":"explicit"},{"id":"explicit.stat_3292930705","text":"#% increased Reservation of Curse Aura Skills","type":"explicit"},{"id":"explicit.stat_3155072742","text":"Socketed Gems are Supported by Level # Summon Phantasm","type":"explicit"},{"id":"explicit.indexable_skill_9","text":"+# to Level of all Double Strike Gems","type":"explicit"},{"id":"explicit.stat_1636220212","text":"Socketed Gems are Supported by Level # Swift Affliction","type":"explicit"},{"id":"explicit.stat_1742651309","text":"#% of Fire Damage taken Recouped as Life","type":"explicit"},{"id":"explicit.stat_2032578228","text":"+# to maximum Fortification per Endurance Charge","type":"explicit"},{"id":"explicit.indexable_skill_34","text":"+# to Level of all Shock Nova Gems","type":"explicit"},{"id":"explicit.stat_2698606393","text":"#% increased Energy Shield Recovery Rate if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.indexable_skill_93","text":"+# to Level of all Icicle Mine Gems","type":"explicit"},{"id":"explicit.stat_450155423","text":"Performing Demolition during Lockdown doesn\'t take additional time","type":"explicit"},{"id":"explicit.stat_2550456553","text":"Rare Monsters each have # additional Modifier","type":"explicit"},{"id":"explicit.indexable_skill_118","text":"+# to Level of all Lightning Tendrils Gems","type":"explicit"},{"id":"explicit.indexable_skill_77","text":"+# to Level of all Fire Trap Gems","type":"explicit"},{"id":"explicit.stat_1866583932","text":"Socketed Gems are Supported by Level # Void Manipulation","type":"explicit"},{"id":"explicit.indexable_skill_209","text":"+# to Level of all Summon Skitterbots Gems","type":"explicit"},{"id":"explicit.indexable_skill_235","text":"+# to Level of all Frost Shield Gems","type":"explicit"},{"id":"explicit.indexable_skill_52","text":"+# to Level of all Dominating Blow Gems","type":"explicit"},{"id":"explicit.stat_11106713","text":"#% of Spell Damage Leeched as Energy Shield","type":"explicit"},{"id":"explicit.indexable_support_161","text":"Socketed Gems are Supported by Level # Sadism","type":"explicit"},{"id":"explicit.indexable_skill_85","text":"+# to Level of all Conductivity Gems","type":"explicit"},{"id":"explicit.stat_3353368340","text":"#% increased Life Recovery Rate if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.indexable_skill_98","text":"+# to Level of all Purity of Fire Gems","type":"explicit"},{"id":"explicit.indexable_support_156","text":"Socketed Gems are Supported by Level # Volatility","type":"explicit"},{"id":"explicit.indexable_skill_261","text":"+# to Level of all Tornado Gems","type":"explicit"},{"id":"explicit.indexable_skill_254","text":"+# to Level of all Forbidden Rite Gems","type":"explicit"},{"id":"explicit.indexable_support_155","text":"Socketed Gems are Supported by Level # Corrupting Cry","type":"explicit"},{"id":"explicit.indexable_skill_66","text":"+# to Level of all Grace Gems","type":"explicit"},{"id":"explicit.indexable_skill_191","text":"+# to Level of all Divine Ire Gems","type":"explicit"},{"id":"explicit.stat_3425951133","text":"Impales you inflict last 1 additional Hit","type":"explicit"},{"id":"explicit.indexable_skill_190","text":"+# to Level of all Bane Gems","type":"explicit"},{"id":"explicit.indexable_skill_68","text":"+# to Level of all Anger Gems","type":"explicit"},{"id":"explicit.indexable_skill_28","text":"+# to Level of all Ice Spear Gems","type":"explicit"},{"id":"explicit.indexable_skill_157","text":"+# to Level of all Blade Flurry Gems","type":"explicit"},{"id":"explicit.stat_1888494262","text":"Your Cold Damage can Ignite","type":"explicit"},{"id":"explicit.stat_4082662318","text":"Socketed Gems are Supported by Level # Predator","type":"explicit"},{"id":"explicit.indexable_skill_83","text":"+# to Level of all Flammability Gems","type":"explicit"},{"id":"explicit.indexable_skill_73","text":"+# to Level of all Shockwave Totem Gems","type":"explicit"},{"id":"explicit.indexable_skill_1","text":"+# to Level of all Fireball Gems","type":"explicit"},{"id":"explicit.indexable_skill_239","text":"+# to Level of all Corrupting Fever Gems","type":"explicit"},{"id":"explicit.stat_703341733","text":"#% increased raising of Alert Level","type":"explicit"},{"id":"explicit.stat_2564857472","text":"Magic Utility Flasks applied to you have #% increased Effect","type":"explicit"},{"id":"explicit.stat_444117960","text":"Items dropped by Invasion Bosses have an additional Socket","type":"explicit"},{"id":"explicit.stat_2757672659","text":"Portals to Area close over time","type":"explicit"},{"id":"explicit.stat_2602865453","text":"Regenerate #% of Mana per second if you\'ve Hit an Enemy Recently","type":"explicit"},{"id":"explicit.stat_1386808918","text":"Breaches in Area each contain a Breachlord","type":"explicit"},{"id":"explicit.stat_2004028089","text":"Items dropped by Invasion Bosses are fully Linked","type":"explicit"},{"id":"explicit.stat_3922006600","text":"Socketed Gems are Supported by Level # Arrogance","type":"explicit"},{"id":"explicit.indexable_skill_17","text":"+# to Level of all Detonate Dead Gems","type":"explicit"},{"id":"explicit.indexable_skill_179","text":"+# to Level of all Summon Holy Relic Gems","type":"explicit"},{"id":"explicit.indexable_skill_8","text":"+# to Level of all Enduring Cry Gems","type":"explicit"},{"id":"explicit.indexable_skill_13","text":"+# to Level of all Whirling Blades Gems","type":"explicit"},{"id":"explicit.indexable_skill_41","text":"+# to Level of all Punishment Gems","type":"explicit"},{"id":"explicit.indexable_skill_271","text":"+# to Level of all Frozen Legion Gems","type":"explicit"},{"id":"explicit.stat_1900098804","text":"Socketed Gems are Supported by Level # Impale","type":"explicit"},{"id":"explicit.indexable_support_154","text":"Socketed Gems are Supported by Level # Flamewood","type":"explicit"},{"id":"explicit.indexable_skill_47","text":"+# to Level of all Summon Skeletons Gems","type":"explicit"},{"id":"explicit.stat_758191285","text":"Area contains The Feared","type":"explicit"},{"id":"explicit.indexable_skill_114","text":"+# to Level of all Herald of Ash Gems","type":"explicit"},{"id":"explicit.stat_1300125165","text":"Grants Level # Vaal Impurity of Ice Skill","type":"explicit"},{"id":"explicit.indexable_skill_192","text":"+# to Level of all Wave of Conviction Gems","type":"explicit"},{"id":"explicit.indexable_skill_189","text":"+# to Level of all Soulrend Gems","type":"explicit"},{"id":"explicit.indexable_skill_16","text":"+# to Level of all Raise Zombie Gems","type":"explicit"},{"id":"explicit.stat_2700934265","text":"Grants Level # Vaal Impurity of Fire Skill","type":"explicit"},{"id":"explicit.indexable_skill_70","text":"+# to Level of all Wrath Gems","type":"explicit"},{"id":"explicit.indexable_skill_247","text":"+# to Level of all Boneshatter Gems","type":"explicit"},{"id":"explicit.stat_3281809492","text":"When Hit, gain a random Movement Speed modifier from #% reduced to #% increased, until Hit again","type":"explicit"},{"id":"explicit.indexable_skill_105","text":"+# to Level of all Summon Raging Spirit Gems","type":"explicit"},{"id":"explicit.stat_2076519255","text":"#% increased Mana Regeneration Rate while Shocked","type":"explicit"},{"id":"explicit.stat_1828254451","text":"Socketed Gems are Supported by Level # Combustion","type":"explicit"},{"id":"explicit.indexable_skill_84","text":"+# to Level of all Frostbite Gems","type":"explicit"},{"id":"explicit.stat_4021083819","text":"Socketed Triggered Skills deal Double Damage","type":"explicit"},{"id":"explicit.stat_899928542","text":"Invasion Bosses drop an additional Vaal Orb","type":"explicit"},{"id":"explicit.stat_301625329","text":"#% increased Rarity of Items found during any Flask Effect","type":"explicit"},{"id":"explicit.indexable_skill_64","text":"+# to Level of all Vitality Gems","type":"explicit"},{"id":"explicit.indexable_support_162","text":"Socketed Gems are Supported by Level # Controlled Blaze","type":"explicit"},{"id":"explicit.indexable_skill_126","text":"+# to Level of all Ice Crash Gems","type":"explicit"},{"id":"explicit.stat_380759151","text":"Your Lightning Damage can Freeze","type":"explicit"},{"id":"explicit.stat_802316710","text":"Players deal #% more Damage per Equipped Item","type":"explicit"},{"id":"explicit.stat_1369840970","text":"All Damage can Ignite","type":"explicit"},{"id":"explicit.indexable_skill_51","text":"+# to Level of all Heavy Strike Gems","type":"explicit"},{"id":"explicit.stat_2459443694","text":"Area contains a Blight Encounter","type":"explicit"},{"id":"explicit.stat_2530071726","text":"Area contains an additional Three Rat Talisman","type":"explicit"},{"id":"explicit.indexable_skill_71","text":"+# to Level of all Burning Arrow Gems","type":"explicit"},{"id":"explicit.stat_932096321","text":"Your Fire Damage can Shock","type":"explicit"},{"id":"explicit.stat_2521230387","text":"Maximum number of Players in Area is one","type":"explicit"},{"id":"explicit.indexable_skill_95","text":"+# to Level of all Animate Guardian Gems","type":"explicit"},{"id":"explicit.indexable_skill_150","text":"+# to Level of all Ancestral Warchief Gems","type":"explicit"},{"id":"explicit.indexable_skill_155","text":"+# to Level of all Blight Gems","type":"explicit"},{"id":"explicit.indexable_skill_249","text":"+# to Level of all Voltaxic Burst Gems","type":"explicit"},{"id":"explicit.indexable_skill_102","text":"+# to Level of all Flameblast Gems","type":"explicit"},{"id":"explicit.indexable_skill_31","text":"+# to Level of all Glacial Hammer Gems","type":"explicit"},{"id":"explicit.indexable_skill_193","text":"+# to Level of all Zealotry Gems","type":"explicit"},{"id":"explicit.indexable_skill_248","text":"+# to Level of all Ambush Gems","type":"explicit"},{"id":"explicit.indexable_skill_185","text":"+# to Level of all Dread Banner Gems","type":"explicit"},{"id":"explicit.indexable_skill_151","text":"+# to Level of all Lacerate Gems","type":"explicit"},{"id":"explicit.indexable_skill_139","text":"+# to Level of all Contagion Gems","type":"explicit"},{"id":"explicit.indexable_skill_257","text":"+# to Level of all Explosive Concoction Gems","type":"explicit"},{"id":"explicit.stat_3846810663","text":"#% reduced Reflected Damage taken","type":"explicit"},{"id":"explicit.stat_1302208736","text":"Freeze Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_779663446","text":"#% increased Attack Speed while not on Low Mana","type":"explicit"},{"id":"explicit.stat_362579144","text":"Rare and Unique Monsters in Area are Possessed by up to # Tormented Spirit and if Possessed their Minions are Touched","type":"explicit"},{"id":"explicit.indexable_skill_174","text":"+# to Level of all Herald of Agony Gems","type":"explicit"},{"id":"explicit.indexable_skill_245","text":"+# to Level of all Shield Crush Gems","type":"explicit"},{"id":"explicit.stat_648161868","text":"Unique Crucible Monsters have #% chance to drop a Unique Ranged Weapon","type":"explicit"},{"id":"explicit.stat_153004860","text":"+# to Armour while Fortified","type":"explicit"},{"id":"explicit.indexable_skill_207","text":"+# to Level of all Withering Step Gems","type":"explicit"},{"id":"explicit.stat_1817677817","text":"You are at Maximum Chance to Block Spell Damage if you have not Blocked Recently","type":"explicit"},{"id":"explicit.indexable_skill_75","text":"+# to Level of all Conversion Trap Gems","type":"explicit"},{"id":"explicit.stat_630994130","text":"#% increased Mana Recovery Rate if you haven\'t Killed Recently","type":"explicit"},{"id":"explicit.stat_3463633447","text":"Players have #% increased Movement Speed","type":"explicit"},{"id":"explicit.indexable_skill_14","text":"+# to Level of all Frenzy Gems","type":"explicit"},{"id":"explicit.indexable_skill_134","text":"+# to Level of all Galvanic Arrow Gems","type":"explicit"},{"id":"explicit.indexable_skill_230","text":"+# to Level of all Splitting Steel Gems","type":"explicit"},{"id":"explicit.stat_3114696875","text":"#% chance to avoid Projectiles if you\'ve taken Projectile Damage Recently","type":"explicit"},{"id":"explicit.stat_1521863824","text":"#% increased Movement speed while on Burning, Chilled or Shocked ground","type":"explicit"},{"id":"explicit.stat_2433615566","text":"Socketed Gems are supported by Level # Pierce","type":"explicit"},{"id":"explicit.indexable_skill_76","text":"+# to Level of all Bear Trap Gems","type":"explicit"},{"id":"explicit.stat_1928796626","text":"A Beyond Unique drops when the first Unique Monster from Beyond is slain","type":"explicit"},{"id":"explicit.indexable_skill_127","text":"+# to Level of all Rallying Cry Gems","type":"explicit"},{"id":"explicit.indexable_skill_125","text":"+# to Level of all Summon Lightning Golem Gems","type":"explicit"},{"id":"explicit.stat_1164882313","text":"+#% to Quality of Socketed Cold Gems","type":"explicit"},{"id":"explicit.stat_1432361650","text":"#% chance on killing an Enemy to not generate Alert Level","type":"explicit"},{"id":"explicit.indexable_skill_162","text":"+# to Level of all Bodyswap Gems","type":"explicit"},{"id":"explicit.stat_88817332","text":"#% increased Global Evasion Rating when on Full Life","type":"explicit"},{"id":"explicit.stat_3057529096","text":"Area contains a Rare Monster with Inner Treasure","type":"explicit"},{"id":"explicit.stat_1344329033","text":"Unique Crucible Monsters have #% chance to drop a Unique Shield","type":"explicit"},{"id":"explicit.indexable_skill_15","text":"+# to Level of all Cold Snap Gems","type":"explicit"},{"id":"explicit.indexable_skill_250","text":"+# to Level of all Battlemage\'s Cry Gems","type":"explicit"},{"id":"explicit.stat_375750705","text":"Weapons and Shields found have #% chance to be fully Linked","type":"explicit"},{"id":"explicit.indexable_skill_111","text":"+# to Level of all Convocation Gems","type":"explicit"},{"id":"explicit.stat_2923069345","text":"Adds # to # Lightning Damage to Hits against you","type":"explicit"},{"id":"explicit.stat_2069161757","text":"#% increased Effect of Freeze on you","type":"explicit"},{"id":"explicit.indexable_skill_108","text":"+# to Level of all Flesh Offering Gems","type":"explicit"},{"id":"explicit.indexable_skill_117","text":"+# to Level of all Poacher\'s Mark Gems","type":"explicit"},{"id":"explicit.stat_1065580342","text":"+#% to Quality of Socketed Lightning Gems","type":"explicit"},{"id":"explicit.stat_1193925814","text":"Mana Flasks gain # Charge every 3 seconds","type":"explicit"},{"id":"explicit.stat_1327804524","text":"#% increased Alert Level from killing Guards","type":"explicit"},{"id":"explicit.indexable_skill_158","text":"+# to Level of all Charged Dash Gems","type":"explicit"},{"id":"explicit.indexable_skill_232","text":"+# to Level of all Blazing Salvo Gems","type":"explicit"},{"id":"explicit.stat_643741006","text":"Area is inhabited by Bandits","type":"explicit"},{"id":"explicit.stat_3482587079","text":"Adds # to # Cold Damage to Hits against you","type":"explicit"},{"id":"explicit.indexable_skill_145","text":"+# to Level of all Summon Stone Golem Gems","type":"explicit"},{"id":"explicit.stat_461663422","text":"#% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels","type":"explicit"},{"id":"explicit.stat_632768824","text":"Area is inhabited by Kitava\'s Heralds","type":"explicit"},{"id":"explicit.stat_388696990","text":"Socketed Gems are Supported by Level # Decay","type":"explicit"},{"id":"explicit.stat_2100048639","text":"Socketed Gems are Supported by Level # Awakened Minion Damage","type":"explicit"},{"id":"explicit.stat_2042972420","text":"#% increased Alert Level from killing Patrol Packs","type":"explicit"},{"id":"explicit.stat_4048257027","text":"Socketed Gems are Supported by Level # Infused Channelling","type":"explicit"},{"id":"explicit.stat_628032624","text":"Cannot be Chilled or Frozen while moving","type":"explicit"},{"id":"explicit.stat_3610197448","text":"Enemies Taunted by your Warcries take #% increased Damage","type":"explicit"},{"id":"explicit.stat_881299808","text":"Forged Items have 30% Quality","type":"explicit"},{"id":"explicit.stat_2126431157","text":"Socketed Gems are Supported by Level # Damage On Full Life","type":"explicit"},{"id":"explicit.stat_3478814676","text":"Forged Items are Corrupted with an Implicit","type":"explicit"},{"id":"explicit.stat_194037675","text":"Area contains a Unique Strongbox","type":"explicit"},{"id":"explicit.stat_1434381067","text":"#% increased Critical Strike Chance if you\'ve been Shocked Recently","type":"explicit"},{"id":"explicit.stat_799443127","text":"Socketed Gems are Supported by Level # Energy Leech","type":"explicit"},{"id":"explicit.stat_3327487371","text":"Socketed Gems are Supported by Level # Physical To Lightning","type":"explicit"},{"id":"explicit.stat_2418755296","text":"Forged Items have the numeric values of Modifiers Randomised","type":"explicit"},{"id":"explicit.stat_1905034712","text":"Adds # to # Fire Damage to Hits against you","type":"explicit"},{"id":"explicit.stat_2206792089","text":"Shock Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_2142803347","text":"#% chance to lose a Frenzy Charge on Kill","type":"explicit"},{"id":"explicit.stat_3287477747","text":"Socketed Gems are Supported by Level # Withering Touch","type":"explicit"},{"id":"explicit.stat_2939195168","text":"#% chance to lose a Power Charge on Kill","type":"explicit"},{"id":"explicit.stat_627015097","text":"#% chance to lose an Endurance Charge on Kill","type":"explicit"},{"id":"explicit.stat_3422008440","text":"+#% to Quality of Socketed Fire Gems","type":"explicit"},{"id":"explicit.stat_1413930902","text":"Players have Level 20 Dash Skill","type":"explicit"},{"id":"explicit.stat_660313500","text":"Area becomes fatal after some time","type":"explicit"},{"id":"explicit.stat_223937937","text":"#% increased Attack and Cast Speed if you haven\'t been Hit Recently","type":"explicit"},{"id":"explicit.stat_402499111","text":"Socketed Gems are Supported by Level # Second Wind","type":"explicit"},{"id":"explicit.stat_3610200044","text":"Socketed Gems are Supported by Level # Awakened Brutality","type":"explicit"},{"id":"explicit.stat_1535006826","text":"Guards add additional Alert Level on Death","type":"explicit"},{"id":"explicit.stat_3805189481","text":"Cover Enemies in Ash on Hit for # seconds against Enemies that are on Full Life","type":"explicit"},{"id":"explicit.stat_1669870438","text":"A Monster in this Area will summon Abaxoth when Slain","type":"explicit"},{"id":"explicit.stat_2264039874","text":"Area contains additional packs of Restless Dead","type":"explicit"},{"id":"explicit.stat_96977651","text":"#% increased Maximum total Mana Recovery per second from Leech","type":"explicit"},{"id":"explicit.stat_2886495370","text":"Players gain Instability on Kill\\nUnstable Players eventually detonate","type":"explicit"},{"id":"explicit.stat_1963942874","text":"+#% to Critical Strike Multiplier against Burning Enemies","type":"explicit"},{"id":"explicit.stat_2643665787","text":"Socketed Gems are Supported by Level # Chain","type":"explicit"},{"id":"explicit.stat_2173069393","text":"Socketed Gems are Supported by Level # Awakened Melee Physical Damage","type":"explicit"},{"id":"explicit.stat_3827538724","text":"Socketed Gems are Supported by Level # Barrage","type":"explicit"},{"id":"explicit.stat_4031527864","text":"Nearby Enemies cannot gain Power, Frenzy or Endurance Charges","type":"explicit"},{"id":"explicit.stat_348975247","text":"#% increased Damage against Enemies that are on Low Life","type":"explicit"},{"id":"explicit.stat_2762445213","text":"#% of Damage from Hits is taken from your nearest Totem\'s Life before you","type":"explicit"},{"id":"explicit.stat_2032386732","text":"Socketed Gems are Supported by Level # Life Gain On Hit","type":"explicit"},{"id":"explicit.stat_2818854203","text":"+# to Armour and Evasion Rating per 1% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_511417258","text":"Socketed Gems are Supported by Level # Awakened Multistrike","type":"explicit"},{"id":"explicit.stat_1736735948","text":"Crucible Passive Skills are more likely to be retained when Forging","type":"explicit"},{"id":"explicit.stat_825316273","text":"Recoup #% of Damage Taken by your Totems as Life","type":"explicit"},{"id":"explicit.stat_3301510262","text":"Damage Penetrates #% Lightning Resistance","type":"explicit"},{"id":"explicit.stat_589437732","text":"Enemies you Kill that are affected by Elemental Ailments\\ngrant #% increased Flask Charges","type":"explicit"},{"id":"explicit.stat_1260060682","text":"Monsters prevent +#% of Suppressed Spell Damage","type":"explicit"},{"id":"explicit.stat_4022502578","text":"Socketed Gems are Supported by Level # Manaforged Arrows","type":"explicit"},{"id":"explicit.stat_1786672841","text":"Socketed Gems are Supported by Level # Awakened Elemental Damage With Attacks","type":"explicit"},{"id":"explicit.stat_2289189129","text":"Hits have #% chance to deal 50% more Area Damage","type":"explicit"},{"id":"explicit.stat_3035931505","text":"Hits ignore Enemy Monster Physical Damage Reduction if you\'ve Blocked in the past 20 seconds","type":"explicit"},{"id":"explicit.stat_2253550081","text":"Socketed Gems are Supported by Level # Awakened Melee Splash","type":"explicit"},{"id":"explicit.stat_245959100","text":"#% increased Flask Charges gained from Kills","type":"explicit"},{"id":"explicit.stat_2697741965","text":"Socketed Gems are Supported by Level # Hextouch","type":"explicit"},{"id":"explicit.stat_3094501804","text":"#% increased Area of Effect per Power Charge","type":"explicit"},{"id":"explicit.stat_4197398087","text":"Area contains a Cartographer\'s Strongbox","type":"explicit"},{"id":"explicit.stat_1882837088","text":"Monsters have #% increased Bleeding Duration","type":"explicit"},{"id":"explicit.stat_3561837752","text":"#% of Leech is Instant","type":"explicit"},{"id":"explicit.stat_1178188780","text":"Channelling Skills Cost +# Mana","type":"explicit"},{"id":"explicit.stat_2237902788","text":"Damage Penetrates #% Chaos Resistance","type":"explicit"},{"id":"explicit.stat_3224819794","text":"Area contains an additional Breach","type":"explicit"},{"id":"explicit.stat_1381557885","text":"#% increased Accuracy Rating if you\'ve dealt a Critical Strike in the past 8 seconds","type":"explicit"},{"id":"explicit.stat_449526948","text":"Non-Unique Equipment found in Area drops as Currency instead","type":"explicit"},{"id":"explicit.stat_248982637","text":"Hits against you gain #% of Physical Damage as Extra Fire Damage","type":"explicit"},{"id":"explicit.stat_3772078232","text":"#% increased Effect of non-Damaging Ailments you inflict with Critical Strikes","type":"explicit"},{"id":"explicit.stat_4021476585","text":"Socketed Gems are Supported by Level # Swift Assembly","type":"explicit"},{"id":"explicit.stat_2849040018","text":"Monsters have #% increased Ignite Duration","type":"explicit"},{"id":"explicit.stat_385361774","text":"Adds # to # Chaos Damage to Attacks against you","type":"explicit"},{"id":"explicit.stat_134839587","text":"Monsters have #% increased Poison Duration","type":"explicit"},{"id":"explicit.stat_3511523149","text":"#% of Overkill Damage is Leeched as Life","type":"explicit"},{"id":"explicit.stat_118849615","text":"Rare Monsters have #% chance to spawn a Duplicate of Map Boss on Death","type":"explicit"},{"id":"explicit.stat_3956623857","text":"Area contains an additional Unique Talisman","type":"explicit"},{"id":"explicit.stat_43034837","text":"Must fully complete all Ritual Encounters in Area to claim Reward","type":"explicit"},{"id":"explicit.stat_1952992278","text":"If you\'ve Cast a Spell Recently, you and nearby Allies have +#% Chance to Block Spell Damage","type":"explicit"},{"id":"explicit.stat_1876637240","text":"Socketed Gems are Supported by Level # Intensify","type":"explicit"},{"id":"explicit.stat_1467713556","text":"Players cannot Recover Life or Energy Shield above #% during Rituals in Area","type":"explicit"},{"id":"explicit.stat_3181879507","text":"Shock yourself for # Seconds when you Focus","type":"explicit"},{"id":"explicit.stat_1453771408","text":"If you\'ve Attacked Recently, you and nearby Allies have +#% Chance to Block Attack Damage","type":"explicit"},{"id":"explicit.stat_3144021288","text":"Area contains # additional packs of Sulphite Golems","type":"explicit"},{"id":"explicit.stat_4283248632","text":"Players are assaulted by apparitions of Baran, the Crusader","type":"explicit"},{"id":"explicit.stat_2556900184","text":"Enemies in your Link Beams cannot apply Elemental Ailments","type":"explicit"},{"id":"explicit.stat_2647355055","text":"Socketed Gems are Supported by Level # Awakened Vicious Projectiles","type":"explicit"},{"id":"explicit.stat_3982634141","text":"Area contains an additional Regal Harbinger","type":"explicit"},{"id":"explicit.stat_804508379","text":"Socketed Gems are Supported by Level # Bloodlust","type":"explicit"},{"id":"explicit.stat_3925004212","text":"#% of Lightning Damage Leeched by Enemy as Life","type":"explicit"},{"id":"explicit.stat_3616645755","text":"#% increased Damage taken if you\'ve been Frozen Recently","type":"explicit"},{"id":"explicit.stat_111587186","text":"Killing Blows have #% chance to Shatter Enemies as though Frozen","type":"explicit"},{"id":"explicit.stat_3865186586","text":"Monsters have #% increased Freeze Duration","type":"explicit"},{"id":"explicit.stat_4278270018","text":"#% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds","type":"explicit"},{"id":"explicit.stat_103909236","text":"Socketed Gems are Supported by Level # Deadly Ailments","type":"explicit"},{"id":"explicit.stat_3462081007","text":"Socketed Gems are Supported by Level # Overcharge","type":"explicit"},{"id":"explicit.stat_2062753054","text":"Socketed Gems are supported by Level # Fork","type":"explicit"},{"id":"explicit.stat_1790196169","text":"When you create a Banner, it gains #% of the Stages of your placed Banner","type":"explicit"},{"id":"explicit.stat_1594156261","text":"The Maven interferes with Players","type":"explicit"},{"id":"explicit.stat_1803865171","text":"Socketed Gems are Supported by Level # Awakened Fork","type":"explicit"},{"id":"explicit.stat_689720069","text":"Socketed Gems are supported by Level # Stun","type":"explicit"},{"id":"explicit.stat_428119274","text":"Players have Shroud Walker","type":"explicit"},{"id":"explicit.stat_1291726336","text":"Attack Hits against Blinded Enemies have #% chance to Maim","type":"explicit"},{"id":"explicit.stat_1712740586","text":"Shocks from your Hits always increase Damage taken by at least #%","type":"explicit"},{"id":"explicit.stat_3239503729","text":"Socketed Gems are Supported by Level # Mirage Archer","type":"explicit"},{"id":"explicit.stat_3730497630","text":"While there are at least five nearby Allies, you and nearby Allies have Onslaught","type":"explicit"},{"id":"explicit.stat_2289348467","text":"Storms Hit Enemies with #% increased Frequency","type":"explicit"},{"id":"explicit.stat_1211769158","text":"Damage Penetrates #% Cold Resistance","type":"explicit"},{"id":"explicit.stat_3713917371","text":"Socketed Gems are Supported by Level # Fresh Meat","type":"explicit"},{"id":"explicit.stat_981417307","text":"Chills from your Hits always reduce Action Speed by at least #%","type":"explicit"},{"id":"explicit.stat_1773232936","text":"Crush Enemies for # seconds when you Hit them while they are on Full Life","type":"explicit"},{"id":"explicit.stat_2140446632","text":"Projectiles have #% chance to be able to Chain when colliding with terrain","type":"explicit"},{"id":"explicit.stat_2624514051","text":"Monsters from Beyond create Desecrated Ground\\n Beyond Bosses cannot spawn","type":"explicit"},{"id":"explicit.stat_1218105068","text":"#% chance to Steal Endurance Charges on Hit","type":"explicit"},{"id":"explicit.stat_2805586447","text":"Socketed Gems are Supported by Level # Minefield","type":"explicit"},{"id":"explicit.stat_1365328494","text":"Socketed Gems are Supported by Level # Charged Mines","type":"explicit"},{"id":"explicit.stat_2116100988","text":"Socketed Gems are Supported by Level # High-Impact Mine","type":"explicit"},{"id":"explicit.stat_1763939859","text":"Cursed Enemies you or your Minions Kill have a #% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage","type":"explicit"},{"id":"explicit.stat_4222719527","text":"Monsters have #% chance to have a Volatile Core","type":"explicit"},{"id":"explicit.stat_1882929618","text":"Socketed Gems are Supported by Level # Awakened Void Manipulation","type":"explicit"},{"id":"explicit.stat_840743474","text":"Area contains The Hidden","type":"explicit"},{"id":"explicit.stat_1123291426","text":"Damage Penetrates #% Fire Resistance","type":"explicit"},{"id":"explicit.stat_1475598909","text":"Skeletons gain Added Chaos Damage equal to #% of Maximum Energy Shield on your Equipped Shield","type":"explicit"},{"id":"explicit.stat_4033049853","text":"Players have #% increased Character Size","type":"explicit"},{"id":"explicit.stat_2467098490","text":"#% increased Damage for each Non-Instant Spell you\'ve Cast in the past 8 seconds","type":"explicit"},{"id":"explicit.stat_1019145105","text":"Socketed Gems are Supported by Level # Behead","type":"explicit"},{"id":"explicit.stat_694651314","text":"Socketed Gems are Supported by Level # Close Combat","type":"explicit"},{"id":"explicit.stat_3663580344","text":"#% increased Mirage Archer Duration","type":"explicit"},{"id":"explicit.stat_3184268466","text":"Recover #% of Life when you use a Flask","type":"explicit"},{"id":"explicit.stat_3410306164","text":"#% chance for Energy Shield Recharge to start when you Suppress Spell Damage","type":"explicit"},{"id":"explicit.stat_2249251344","text":"Socketed Gems are Supported by Level # Awakened Chain","type":"explicit"},{"id":"explicit.stat_13172430","text":"Gain #% of Lightning Damage as Extra Cold Damage per 2% Shock Effect on Enemy","type":"explicit"},{"id":"explicit.stat_4118076613","text":"Monsters Enrage on Low Life","type":"explicit"},{"id":"explicit.stat_419810844","text":"Players cannot Block","type":"explicit"},{"id":"explicit.stat_430821956","text":"#% increased Damage if you\'ve been Ignited Recently","type":"explicit"},{"id":"explicit.stat_2384457007","text":"Banner Skills have no Reservation","type":"explicit"},{"id":"explicit.stat_2861649515","text":"Socketed Gems are Supported by Level # Nightblade","type":"explicit"},{"id":"explicit.stat_293071889","text":"Nearby corpses Explode when you Warcry, dealing #% of their Life as Physical Damage","type":"explicit"},{"id":"explicit.stat_2333301609","text":"Socketed Gems are Supported by Level # Awakened Increased Area Of Effect","type":"explicit"},{"id":"explicit.stat_3960907415","text":"Area contains a Smuggler\'s Cache","type":"explicit"},{"id":"explicit.stat_2055257822","text":"Areas contain an Ultimatum Encounter","type":"explicit"},{"id":"explicit.stat_1679136","text":"Socketed Gems are Supported by Level # Cruelty","type":"explicit"},{"id":"explicit.stat_2202201823","text":"Removes Bleeding when you use a Flask","type":"explicit"},{"id":"explicit.stat_248646071","text":"Socketed Gems are Supported by Level # Item Quantity","type":"explicit"},{"id":"explicit.stat_3735443206","text":"+#% to Critical Strike Multiplier against Enemies that are on Full Life","type":"explicit"},{"id":"explicit.stat_1150042970","text":"#% chance to Steal Power Charges on Hit","type":"explicit"},{"id":"explicit.stat_586568910","text":"Corpses you Spawn have #% increased Maximum Life","type":"explicit"},{"id":"explicit.stat_52197415","text":"Socketed Gems are Supported by Level # Returning Projectiles","type":"explicit"},{"id":"explicit.stat_2846886500","text":"Players are randomly targeted by Meteors","type":"explicit"},{"id":"explicit.stat_2189230542","text":"Every 4 seconds, remove Curses and Elemental Ailments from you","type":"explicit"},{"id":"explicit.stat_4089933397","text":"Socketed Gems are Supported by Level # Awakened Swift Affliction","type":"explicit"},{"id":"explicit.stat_633235561","text":"Socketed Gems are Supported by Level # Spellblade","type":"explicit"},{"id":"explicit.stat_3030738875","text":"Killing Blows against Rare Monsters have a #% chance\\nto grant one of their Modifiers for 60 seconds","type":"explicit"},{"id":"explicit.stat_3652278215","text":"Socketed Gems are Supported by Level # Archmage","type":"explicit"},{"id":"explicit.stat_2446943603","text":"Melee Strike Skills deal Splash Damage to surrounding targets, with #% reduced Area of Effect","type":"explicit"},{"id":"explicit.stat_2971900104","text":"Cannot be Stunned while you have at least 25 Rage","type":"explicit"},{"id":"explicit.stat_3434296257","text":"Socketed Gems are Supported by Level # Guardian\'s Blessing","type":"explicit"},{"id":"explicit.stat_2268802111","text":"Minions gain Added Physical Damage equal to #% of Maximum Energy Shield on your Equipped Helmet","type":"explicit"},{"id":"explicit.stat_437006027","text":"Area contains The Formed","type":"explicit"},{"id":"explicit.stat_3754129682","text":"Socketed Gems are Supported by Level # Point Blank","type":"explicit"},{"id":"explicit.stat_3062849155","text":"Socketed Gems are Supported by Level # Eternal Blessing","type":"explicit"},{"id":"explicit.stat_2133566731","text":"Socketed Gems are Supported by Level # Awakened Enhance","type":"explicit"},{"id":"explicit.stat_45548764","text":"#% of Fire Damage Leeched by Enemy as Life","type":"explicit"},{"id":"explicit.stat_315150861","text":"#% increased Attack Speed if you have Blocked Recently","type":"explicit"},{"id":"explicit.stat_4204320922","text":"Attack Hits against Bleeding Enemies have #% chance to Blind","type":"explicit"},{"id":"explicit.stat_2362265695","text":"#% chance to Avoid being Knocked Back","type":"explicit"},{"id":"explicit.stat_3199084318","text":"Socketed Gems are Supported by Level # Hex Bloom","type":"explicit"},{"id":"explicit.stat_238314698","text":"Cannot roll Modifiers with Required Level above #","type":"explicit"},{"id":"explicit.stat_497196601","text":"#% of Damage Leeched by Enemy as Life while Focused","type":"explicit"},{"id":"explicit.stat_1621366871","text":"Socketed Gems are Supported by Level # Awakened Deadly Ailments","type":"explicit"},{"id":"explicit.stat_1624503220","text":"Living Weapons","type":"explicit"},{"id":"explicit.stat_2962020005","text":"+# to maximum Mana for each Empty Blue Socket on any Equipped Item","type":"explicit"},{"id":"explicit.stat_2291122510","text":"You are Unaffected by Bleeding while Leeching","type":"explicit"},{"id":"explicit.stat_48859060","text":"Socketed Gems are Supported by Level # Awakened Spell Echo","type":"explicit"},{"id":"explicit.stat_4280703528","text":"+# to Accuracy Rating for each Empty Green Socket on any Equipped Item","type":"explicit"},{"id":"explicit.stat_2480873346","text":"Nearby Enemies are Chilled","type":"explicit"},{"id":"explicit.stat_2722592119","text":"Socketed Gems are Supported by Level # Awakened Added Chaos Damage","type":"explicit"},{"id":"explicit.stat_726359715","text":"+# to maximum Life for each Empty Red Socket on any Equipped Item","type":"explicit"},{"id":"explicit.stat_651232125","text":"Gain a Frenzy Charge each second","type":"explicit"},{"id":"explicit.stat_204196526","text":"Area contains an additional Wild Harvest Boss","type":"explicit"},{"id":"explicit.stat_3362812763","text":"#% of Armour applies to Fire, Cold and Lightning Damage taken from Hits","type":"explicit"},{"id":"explicit.stat_1344789934","text":"Socketed Gems are Supported by Level # Shockwave","type":"explicit"},{"id":"explicit.stat_1966051190","text":"Socketed Gems are Supported by Level # Block Chance Reduction","type":"explicit"},{"id":"explicit.stat_3443585706","text":"Your Maximum Endurance Charges is equal to your Maximum Frenzy Charges","type":"explicit"},{"id":"explicit.stat_3175648755","text":"Spells deal added Chaos Damage equal to #% of your maximum Life","type":"explicit"},{"id":"explicit.stat_3897451709","text":"Area contains an additional Legion Encounter","type":"explicit"},{"id":"explicit.stat_1351226837","text":"All Legion monsters in Area must be released to claim Reward","type":"explicit"},{"id":"explicit.stat_3925252825","text":"Players are assaulted by apparitions of The Shaper","type":"explicit"},{"id":"explicit.stat_1376394778","text":"All Breachlords must be fully vanquished to claim Reward","type":"explicit"},{"id":"explicit.stat_3749823751","text":"Players reflect #% of Melee Physical Damage taken","type":"explicit"},{"id":"explicit.stat_4017859836","text":"Area contains roaming Hexfields","type":"explicit"},{"id":"explicit.stat_1887508417","text":"Cannot be Stunned while Leeching","type":"explicit"},{"id":"explicit.stat_2768602791","text":"Players are assaulted by apparitions of Drox, the Warlord","type":"explicit"},{"id":"explicit.stat_3346320695","text":"Area is infested with Maddening Tentacles","type":"explicit"},{"id":"explicit.stat_3640956958","text":"Projectiles Pierce 2 additional Targets","type":"explicit"},{"id":"explicit.stat_3325532974","text":"Area contains many Detonation Totems","type":"explicit"},{"id":"explicit.stat_2599114883","text":"Area contains The Forgotten","type":"explicit"},{"id":"explicit.stat_521054609","text":"Gain a Power Charge each second","type":"explicit"},{"id":"explicit.stat_195978073","text":"Debuffs on players expire #% faster","type":"explicit"},{"id":"explicit.stat_3227145554","text":"Socketed Gems are Supported by Level # Impending Doom","type":"explicit"},{"id":"explicit.stat_1144937587","text":"+# to Evasion Rating per 1 Maximum Energy Shield on Equipped Helmet","type":"explicit"},{"id":"explicit.stat_452077019","text":"Slaying Enemies in a kill streak grants Rampage bonuses","type":"explicit"},{"id":"explicit.stat_4041943326","text":"Players are assaulted by apparitions of Veritania, the Redeemer","type":"explicit"},{"id":"explicit.stat_1741279188","text":"#% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage","type":"explicit"},{"id":"explicit.stat_1613298037","text":"#% chance to Curse Enemies with a random Hex on Hit","type":"explicit"},{"id":"explicit.stat_3641521906","text":"Must successfully defend all Ichor Pumps in Area to claim Reward","type":"explicit"},{"id":"explicit.stat_1046449631","text":"Socketed Gems are Supported by Level # Awakened Blasphemy","type":"explicit"},{"id":"explicit.stat_1857928882","text":"Damage from your Critical Strikes cannot be Reflected","type":"explicit"},{"id":"explicit.stat_479453859","text":"Socketed Gems are Supported by Level # Charged Traps","type":"explicit"},{"id":"explicit.stat_1889095429","text":"Socketed Gems are Supported by Level # Awakened Cold Penetration","type":"explicit"},{"id":"explicit.stat_1194301451","text":"#% of Leech is Instant against Low Life Enemies","type":"explicit"},{"id":"explicit.stat_1661496782","text":"Projectiles have #% chance to be able to Chain when colliding with terrain","type":"explicit"},{"id":"explicit.stat_3084283832","text":"Players in Area are driven mad","type":"explicit"},{"id":"explicit.stat_1884837533","text":"#% chance to refresh Ignite Duration on Hit","type":"explicit"},{"id":"explicit.stat_385496396","text":"Must complete an Expedition with three or more Remnants enabled to claim Reward","type":"explicit"},{"id":"explicit.stat_3584443917","text":"Count as having maximum number of Endurance Charges\\nCount as having maximum number of Frenzy Charges\\nCount as having maximum number of Power Charges","type":"explicit"},{"id":"explicit.stat_795239488","text":"Runic Monsters deal #% more Damage","type":"explicit"},{"id":"explicit.stat_4263525693","text":"Players are assaulted by apparitions of Atziri, Queen of the Vaal","type":"explicit"},{"id":"explicit.stat_4070754804","text":"Summoned Raging Spirits have #% chance to refresh their Duration when they Hit a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_4201339891","text":"#% of Damage Leeched as Energy Shield","type":"explicit"},{"id":"explicit.stat_2116002108","text":"Socketed Gems are Supported by Level # Awakened Unbound Ailments","type":"explicit"},{"id":"explicit.stat_2083727359","text":"Projectiles gain Damage as they travel farther, dealing up\\nto #% increased Damage with Hits to targets","type":"explicit"},{"id":"explicit.stat_2393355605","text":"You take #% of Elemental Damage from Blocked Hits","type":"explicit"},{"id":"explicit.stat_2222752567","text":"Socketed Gems are Supported by Level # Awakened Spell Cascade","type":"explicit"},{"id":"explicit.stat_2820883532","text":"Socketed Gems are Supported by Level # Devour","type":"explicit"},{"id":"explicit.stat_966747987","text":"+# to maximum number of Raised Zombies","type":"explicit"},{"id":"explicit.stat_2050672595","text":"#% chance to gain 1 Rage when you Hit a Rare or Unique Enemy","type":"explicit"},{"id":"explicit.stat_2900084972","text":"Regenerate #% of Energy Shield over 2 seconds when you Consume a corpse","type":"explicit"},{"id":"explicit.stat_1980028507","text":"Socketed Gems are Supported by Level # Awakened Greater Multiple Projectiles","type":"explicit"},{"id":"explicit.stat_2937199008","text":"+#% Chance to Block Attack Damage if you\'ve Stunned an Enemy Recently","type":"explicit"},{"id":"explicit.stat_170274897","text":"Socketed Gems are Supported by Level # Awakened Fire Penetration","type":"explicit"},{"id":"explicit.stat_761102773","text":"Lose #% of Energy Shield per second","type":"explicit"},{"id":"explicit.stat_2880316165","text":"#% increased Mana Regeneration Rate if you have Shocked an Enemy Recently","type":"explicit"},{"id":"explicit.stat_2543977012","text":"+# to Strength and Intelligence","type":"explicit"},{"id":"explicit.stat_3714446071","text":"When an Enemy Hit deals Elemental Damage to you, their Resistance to those Elements becomes zero for 4 seconds","type":"explicit"},{"id":"explicit.stat_3111091501","text":"Socketed Gems are Supported by Level # Trinity","type":"explicit"},{"id":"explicit.stat_162627873","text":"Area contains # additional packs of Untainted Wild Animals","type":"explicit"},{"id":"explicit.stat_1751584857","text":"Monsters inflict # Grasping Vine on Hit","type":"explicit"},{"id":"explicit.stat_2910545715","text":"Socketed Gems are Supported by Level # Prismatic Burst","type":"explicit"},{"id":"explicit.stat_4047137117","text":"#% chance to refresh Bleeding Duration on Hit","type":"explicit"},{"id":"explicit.stat_357180449","text":"All Strongboxes in Area must be opened to claim Reward","type":"explicit"},{"id":"explicit.stat_266448395","text":"Your Maps have a #% chance to contain an additional Harbinger","type":"explicit"},{"id":"explicit.stat_3546420819","text":"Final Map Boss in each Map has #% chance to drop an additional Talisman","type":"explicit"},{"id":"explicit.stat_4223033382","text":"Influenced Monsters in your Maps have #% chance to drop an additional Rare Armour Item","type":"explicit"},{"id":"explicit.stat_1471729472","text":"Final Map Boss in each Map has #% chance to drop additional Map Currency Items","type":"explicit"},{"id":"explicit.stat_3978557462","text":"Final Map Boss in each Map has #% chance to drop an additional Unique Item","type":"explicit"},{"id":"explicit.stat_1552965282","text":"Orbs of Fusing found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_1857447509","text":"Orbs of Alteration found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_3343030527","text":"Zana Missions in your Maps have # additional Map option","type":"explicit"},{"id":"explicit.stat_3218477736","text":"Legion Encounters in your Maps have #% increased chance to include a Vaal army","type":"explicit"},{"id":"explicit.stat_1503311893","text":"Final Map Boss in each Map has #% chance to drop an additional Essence","type":"explicit"},{"id":"explicit.stat_1532770406","text":"Perandus Chests have #% more Quantity of Items Dropped","type":"explicit"},{"id":"explicit.stat_4270449170","text":"#% chance for Rewards from Metamorphs in your Maps to be Doubled","type":"explicit"},{"id":"explicit.stat_573511501","text":"Legion Encounters in your Maps have #% increased chance to include a Templar army","type":"explicit"},{"id":"explicit.stat_3457217894","text":"Magic Monsters in your Maps have #% chance to drop an additional Rare Armour Item","type":"explicit"},{"id":"explicit.stat_553616540","text":"Cartographer\'s Chisels found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_463675009","text":"+#% to Quality of Maps offered by Kirac Missions in your Maps","type":"explicit"},{"id":"explicit.stat_2836003955","text":"#% chance to create a copy of Beasts Captured in Area","type":"explicit"},{"id":"explicit.stat_3259960466","text":"Oils found in Area have #% chance to be 1 tier higher","type":"explicit"},{"id":"explicit.stat_493707013","text":"Socketed Gems are Supported by Level # Awakened Burning Damage","type":"explicit"},{"id":"explicit.stat_2130085756","text":"Monsters\' Hits have #% chance to Ignite","type":"explicit"},{"id":"explicit.stat_2101592167","text":"#% chance to Duplicate Blight Chests in your Maps","type":"explicit"},{"id":"explicit.stat_3739157305","text":"Socketed Gems are Supported by Level # Awakened Empower","type":"explicit"},{"id":"explicit.stat_1715139253","text":"Socketed Gems are Supported by Level # Trauma","type":"explicit"},{"id":"explicit.stat_3423022686","text":"#% of Physical Damage Leeched by Enemy as Life","type":"explicit"},{"id":"explicit.stat_2866498028","text":"Players are assaulted by apparitions of Al-Hezmin, the Hunter","type":"explicit"},{"id":"explicit.stat_3230138360","text":"Influenced Monsters in your Maps have #% chance to drop an additional Gem with Quality","type":"explicit"},{"id":"explicit.stat_1595637549","text":"Red Beasts in your Maps have #% increased chance to be from The Caverns","type":"explicit"},{"id":"explicit.stat_3535403838","text":"Perandus Chests have #% more Rarity of Items Dropped","type":"explicit"},{"id":"explicit.stat_2975078312","text":"Abyss Monsters in your Maps grant #% increased Experience","type":"explicit"},{"id":"explicit.stat_271119551","text":"Socketed Gems are Supported by Level # Awakened Controlled Destruction","type":"explicit"},{"id":"explicit.stat_285773939","text":"Socketed Gems are Supported by Level # Flamewood","type":"explicit"},{"id":"explicit.stat_2377438118","text":"#% increased Empowerment","type":"explicit"},{"id":"explicit.stat_2416852492","text":"Legion Monsters in Area have a Volatile Core","type":"explicit"},{"id":"explicit.stat_2319738353","text":"Area contains an additional Vivid Harvest Boss","type":"explicit"},{"id":"explicit.stat_631346032","text":"Players are assaulted by apparitions of The Elder","type":"explicit"},{"id":"explicit.stat_2272004210","text":"Players deal #% increased Damage while Dead","type":"explicit"},{"id":"explicit.stat_940684417","text":"Socketed Gems are Supported by Level # Earthbreaker","type":"explicit"},{"id":"explicit.stat_2836394633","text":"Area is affected by a Corrupting Tempest","type":"explicit"},{"id":"explicit.stat_3697237382","text":"All Incursions must be completed to claim Reward","type":"explicit"},{"id":"explicit.stat_358129101","text":"Area is haunted by # additional Tormented Spirit","type":"explicit"},{"id":"explicit.stat_3249943883","text":"Tormented Spirits can Possess Players for 20 seconds\\nTormented Spirits cannot Possess Monsters","type":"explicit"},{"id":"explicit.stat_3187151138","text":"Your Maps contain # (Master)","type":"explicit","option":{"options":[{"id":2,"text":"Einhar"},{"id":3,"text":"Alva"},{"id":5,"text":"Niko"},{"id":6,"text":"Jun"}]}},{"id":"explicit.stat_944630113","text":"Abysses in Area spawn #% increased Monsters","type":"explicit"},{"id":"explicit.stat_2818281118","text":"All Abysses in Area must be completed to claim Reward","type":"explicit"},{"id":"explicit.stat_1070816711","text":"Area contains an additional Abyss","type":"explicit"},{"id":"explicit.stat_2302977956","text":"Your Maps with Ritual Altars always have four Ritual Altars","type":"explicit"},{"id":"explicit.stat_2752993899","text":"Area contains # additional packs of Frog","type":"explicit"},{"id":"explicit.stat_1011537121","text":"Players cannot Evade","type":"explicit"},{"id":"explicit.stat_588512487","text":"Area has # additional random Modifier","type":"explicit"},{"id":"explicit.stat_822476873","text":"Monsters Kill things with 20% or lower Life on Hit","type":"explicit"},{"id":"explicit.stat_3343561142","text":"Smuggler\'s Caches in area are guarded","type":"explicit"},{"id":"explicit.stat_2180070554","text":"Area contains # additional Rare Monsters that create Frost Walls and Flee","type":"explicit"},{"id":"explicit.stat_339131601","text":"Socketed Gems are Supported by Level # Awakened Added Fire Damage","type":"explicit"},{"id":"explicit.stat_3791071930","text":"Monsters can only be Damaged while within # metres of a Player\\nPlayers\' modifiers to Light Radius also apply to this range","type":"explicit"},{"id":"explicit.stat_3781201833","text":"Players do not gain Experience","type":"explicit"},{"id":"explicit.stat_2720707","text":"Area contains enemies of all influence types","type":"explicit"},{"id":"explicit.stat_1671749203","text":"Areas contain Ritual Altars","type":"explicit"},{"id":"explicit.stat_4294430899","text":"Crucible Passive Skills on Forged Items cannot have tiers downgraded","type":"explicit"},{"id":"explicit.stat_3458622626","text":"Union of Souls","type":"explicit"},{"id":"explicit.stat_1103106414","text":"Monsters have +# to Maximum Power Charges","type":"explicit"},{"id":"explicit.stat_4039124672","text":"Players have #% increased Cost of Skills for each Skill they\'ve used Recently","type":"explicit"},{"id":"explicit.stat_290923864","text":"Area contains # additional pack of four Map Bosses","type":"explicit"},{"id":"explicit.stat_3609345433","text":"Players have #% chance to gain Rare Monster Modifiers for 20 seconds on Kill","type":"explicit"},{"id":"explicit.stat_691726702","text":"Area contains The Elderslayers","type":"explicit"},{"id":"explicit.stat_2220602676","text":"Rare Monsters have Essence effects","type":"explicit"},{"id":"explicit.stat_3437613601","text":"Monsters inflict Petrification for # seconds on hit","type":"explicit"},{"id":"explicit.stat_2283806768","text":"Players are assaulted by many dangerous Apparitions","type":"explicit"},{"id":"explicit.stat_1095765106","text":"Players who Die in area are sent to the Void","type":"explicit"},{"id":"explicit.stat_2569941273","text":"All Smuggler\'s Caches must be opened to claim Reward","type":"explicit"},{"id":"explicit.stat_4067268731","text":"Monsters have +# to Maximum Endurance Charges","type":"explicit"},{"id":"explicit.stat_1715784068","text":"Players in Area are #% Delirious","type":"explicit"},{"id":"explicit.stat_3568535270","text":"Perandus Chests in your Maps have #% increased chance to be Treasuries","type":"explicit"},{"id":"explicit.stat_2722831300","text":"Abysses in Area have #% increased chance to lead to an Abyssal Depths","type":"explicit"},{"id":"explicit.stat_3190100548","text":"Red Beasts in your Maps have #% chance to grant double Experience","type":"explicit"},{"id":"explicit.stat_1986702303","text":"Items found in your Conqueror Maps have #% increased chance to be Influenced","type":"explicit"},{"id":"explicit.stat_1485525812","text":"Socketed Gems are Supported by Level # Urgent Orders","type":"explicit"},{"id":"explicit.stat_4287089865","text":"#% chance for Red Beasts in your Maps to be the less common of two varieties","type":"explicit"},{"id":"explicit.stat_3016436615","text":"Socketed Gems are Supported by Level # Multiple Traps","type":"explicit"},{"id":"explicit.stat_3998071134","text":"Socketed Gems are Supported by Level # Cursed Ground","type":"explicit"},{"id":"explicit.stat_2391424983","text":"Influenced Monsters in your Maps have #% chance to drop an additional Rare Jewellery Item","type":"explicit"},{"id":"explicit.stat_3191123893","text":"#% increased effect of Modifiers on your Non-Unique Maps","type":"explicit"},{"id":"explicit.stat_3266567165","text":"Malevolence has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2301218725","text":"#% increased Stack size of Simulacrum Splinters found in your Maps","type":"explicit"},{"id":"explicit.stat_1539368271","text":"#% increased Explosive Placement Range","type":"explicit"},{"id":"explicit.stat_921536976","text":"Socketed Gems are Supported by Level # Focused Ballista","type":"explicit"},{"id":"explicit.stat_2503682584","text":"+# to level of Socketed Skill Gems per Socketed Gem","type":"explicit"},{"id":"explicit.stat_4202507508","text":"#% increased Reservation Efficiency of Skills","type":"explicit"},{"id":"explicit.stat_3819451758","text":"Herald of Ash has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_4226044796","text":"Crucible Passive Skills on Forged Items have +#% chance for tiers to be upgraded","type":"explicit"},{"id":"explicit.stat_3959101898","text":"Herald of Thunder has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2710898947","text":"#% more Monster Life","type":"explicit"},{"id":"explicit.stat_3586007174","text":"Chaos Orbs found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_3428829446","text":"Socketed Gems are Supported by Level # Awakened Unleash","type":"explicit"},{"id":"explicit.stat_2181411965","text":"Immortal Syndicate Members in your Maps have #% increased chance to be accompanied by reinforcements","type":"explicit"},{"id":"explicit.stat_2622009823","text":"#% increased Chaining range","type":"explicit"},{"id":"explicit.stat_725617492","text":"#% increased Quantity of Items dropped in Incursions in your Maps","type":"explicit"},{"id":"explicit.stat_4122946258","text":"Immortal Syndicate Members in your Maps have #% chance to drop an additional Veiled Item","type":"explicit"},{"id":"explicit.stat_3931293247","text":"Influenced Monsters in your Maps have #% chance to drop an additional Basic Currency Item","type":"explicit"},{"id":"explicit.stat_1661347488","text":"Lose #% of Life per second","type":"explicit"},{"id":"explicit.stat_178386603","text":"Adds # to # Cold Damage to Hits against you per Frenzy Charge","type":"explicit"},{"id":"explicit.stat_3271464175","text":"#% of Cold Damage Leeched by Enemy as Life","type":"explicit"},{"id":"explicit.stat_1753206712","text":"Strongboxes in your Maps have #% increased chance to be Rare","type":"explicit"},{"id":"explicit.stat_3394339562","text":"Breach Splinters have #% chance to drop as Breachstones instead","type":"explicit"},{"id":"explicit.stat_4094461744","text":"Legion Encounters in your Maps have #% increased chance to include a Karui army","type":"explicit"},{"id":"explicit.stat_3458597256","text":"Rare Monsters in your Maps have #% chance to drop an additional Basic Currency Item","type":"explicit"},{"id":"explicit.stat_4069523014","text":"Your Maps have #% increased chance to contain a Smuggler\'s Cache","type":"explicit"},{"id":"explicit.stat_1123357133","text":"Your Maps have a #% chance to contain an additional Rogue Exile","type":"explicit"},{"id":"explicit.stat_2731946686","text":"Magic Monsters in your Maps have #% chance to drop an additional Gem with Quality","type":"explicit"},{"id":"explicit.stat_2639334413","text":"#% increased Quantity of Items found in Perandus Chests in your Maps","type":"explicit"},{"id":"explicit.stat_3515781151","text":"Armourer\'s Scraps found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_3063495090","text":"Regal Orbs found in your Maps have #% chance to drop as a stack of 5 Regal Orbs instead","type":"explicit"},{"id":"explicit.stat_3396926649","text":"Incursion Architects in your Maps have #% chance to grant double Experience","type":"explicit"},{"id":"explicit.stat_1946193520","text":"Final Map Boss in each Map have #% chance to drop an additional Map Item","type":"explicit"},{"id":"explicit.stat_622901199","text":"Breaches in Area have #% increased chance to belong to Tul","type":"explicit"},{"id":"explicit.stat_3897649208","text":"#% chance for Amulets to drop as Anointed Talismans instead in your Maps","type":"explicit"},{"id":"explicit.stat_1634426651","text":"Mirrors of Kalandra found in your Maps have #% chance to drop as a stack of 2 Mirrors of Kalandra instead","type":"explicit"},{"id":"explicit.stat_1692887998","text":"Discipline has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3090817208","text":"Red Beasts in your Maps have #% increased chance to be from The Wilds","type":"explicit"},{"id":"explicit.stat_1183261553","text":"Perandus Chests in your Maps have #% increased chance to be Archives","type":"explicit"},{"id":"explicit.stat_2605040931","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3611255236","text":"Breach Monsters in your Maps grant #% increased Experience","type":"explicit"},{"id":"explicit.stat_1542765265","text":"Herald of Purity has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1042687374","text":"Plants Harvested in your Maps have #% chance to give an additional Crafting option","type":"explicit"},{"id":"explicit.stat_2609011894","text":"Abyssal Troves and Stygian Spires in your Maps have #% chance to drop a Rare Item with an Abyssal Socket","type":"explicit"},{"id":"explicit.stat_1269219558","text":"#% increased Mana Reservation Efficiency of Skills","type":"explicit"},{"id":"explicit.stat_3991611906","text":"Gems found in your Maps have #% chance to have 20% Quality","type":"explicit"},{"id":"explicit.stat_619910101","text":"#% increased Blueprints found in your Maps","type":"explicit"},{"id":"explicit.stat_617548179","text":"Incursion Architects have #% chance to be Possessed by a Tormented Spirit","type":"explicit"},{"id":"explicit.stat_2059168182","text":"Your Maps have a #% chance to contain an additional Invasion Boss","type":"explicit"},{"id":"explicit.stat_1274902666","text":"+# Metamorph Monster Samples in your Maps have Rewards","type":"explicit"},{"id":"explicit.stat_23537505","text":"Map has # additional random Prefix","type":"explicit"},{"id":"explicit.stat_697969593","text":"Vaal Orbs found in your Maps have #% chance to drop as a stack of 7 Vaal Orbs instead","type":"explicit"},{"id":"explicit.stat_413137939","text":"Sulphite Veins and Chests in your Maps have #% chance to be guarded by Sulphite-hoarding Monsters","type":"explicit"},{"id":"explicit.stat_326199362","text":"Final Map Boss in each Map has #% chance to drop an additional Atlas Base Type","type":"explicit"},{"id":"explicit.stat_4086926366","text":"Final Map Boss in each Map has #% chance to drop an additional Scarab","type":"explicit"},{"id":"explicit.stat_3448022820","text":"Harbingers in your Maps drop rarer Currency Shards","type":"explicit"},{"id":"explicit.stat_495465216","text":"Your Maps have +#% chance to contain a Trial of Ascendancy","type":"explicit"},{"id":"explicit.stat_298904616","text":"Missions in your Maps grant #% increased Favour","type":"explicit"},{"id":"explicit.stat_2147182152","text":"Breaches in Area have #% increased chance to belong to Esh","type":"explicit"},{"id":"explicit.stat_1135152940","text":"Purity of Fire has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2657125649","text":"Map Bosses have #% chance to drop an additional Item with random Influence","type":"explicit"},{"id":"explicit.stat_3349136454","text":"Incursion Architects have #% chance to drop an additional Rare Incursion Item","type":"explicit"},{"id":"explicit.stat_3243514586","text":"Rare and Unique Crucible Monsters have #% chance to drop a Ranged Weapon with\\na Crucible Passive Skill Tree","type":"explicit"},{"id":"explicit.stat_3291313404","text":"Flasks found in your Maps have #% chance to have 20% Quality","type":"explicit"},{"id":"explicit.stat_2737229970","text":"Rare Monsters in your Maps have #% chance to drop an additional Rare Weapon","type":"explicit"},{"id":"explicit.stat_4262046342","text":"Perandus Chests in your Maps have #% increased chance to be Hoards","type":"explicit"},{"id":"explicit.stat_2731689292","text":"#% increased chance for Strongboxes in your Maps to be Unique","type":"explicit"},{"id":"explicit.stat_1825047276","text":"#% chance for Exalted Orbs to drop as 3 Exalted Orbs instead in your Maps","type":"explicit"},{"id":"explicit.stat_262769816","text":"Orbs of Alchemy found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_10358266","text":"Jeweller\'s Orbs found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_2858930612","text":"#% chance to lose 10% of Mana when you use a Skill","type":"explicit"},{"id":"explicit.stat_3377019059","text":"Breaches in your Maps have #% increased chance to belong to Chayula","type":"explicit"},{"id":"explicit.stat_1818703431","text":"Magic Monsters in your Maps have #% chance to drop an additional Rare Weapon","type":"explicit"},{"id":"explicit.stat_4008016019","text":"Beyond Portals have a #% chance to spawn an additional Beyond Demon","type":"explicit"},{"id":"explicit.stat_334180828","text":"#% of Chaos Damage Leeched by Enemy as Life","type":"explicit"},{"id":"explicit.stat_1260233365","text":"Your Maps have a #% chance to contain an additional Shrine","type":"explicit"},{"id":"explicit.stat_1502389239","text":"Chests have #% increased Item Quantity","type":"explicit"},{"id":"explicit.stat_2029018782","text":"Monsters have #% increased Effect of Shock","type":"explicit"},{"id":"explicit.stat_1479533453","text":"# uses remaining","type":"explicit"},{"id":"explicit.stat_1450978702","text":"Purity of Lightning has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1280322024","text":"Monsters Overwhelm #% Physical Damage Reduction","type":"explicit"},{"id":"explicit.stat_4184135167","text":"Socketed Gems are Supported by Level # Volatility","type":"explicit"},{"id":"explicit.stat_3757930834","text":"Monsters have #% chance to Avoid being Shocked","type":"explicit"},{"id":"explicit.stat_3036422124","text":"Slaying Enemies has a #% increased chance to spawn a Beyond Portal","type":"explicit"},{"id":"explicit.stat_245814726","text":"Contains a Furnace that adds a Crucible Passive Skill Tree to an Uncorrupted Unique Item","type":"explicit"},{"id":"explicit.stat_3785942492","text":"Weapons and Shields found have #% chance to have the maximum number of Sockets","type":"explicit"},{"id":"explicit.stat_4062840317","text":"Monsters gain #% of Physical Damage as Extra Damage of a random Element","type":"explicit"},{"id":"explicit.stat_1131820918","text":"Rare and Unique Crucible Monsters have #% chance to drop a Shield with\\na Crucible Passive Skill Tree","type":"explicit"},{"id":"explicit.stat_395617565","text":"Monsters have +#% Chance to Block Spell Damage","type":"explicit"},{"id":"explicit.stat_1609369521","text":"Socketed Gems are Supported by Level # Pinpoint","type":"explicit"},{"id":"explicit.stat_3825355878","text":"Legion Encounters in your Maps have #% increased chance to include an Eternal Empire army","type":"explicit"},{"id":"explicit.stat_3467824501","text":"Immortal Syndicate Members in your Maps have #% chance to grant double Experience","type":"explicit"},{"id":"explicit.stat_4116217552","text":"Randomly encountered Masters in your Maps have #% increased chance to be Jun\\nMaster Missions from completing your Maps have #% increased chance to be Jun","type":"explicit"},{"id":"explicit.stat_492027537","text":"+#% chance to Suppress Spell Damage","type":"explicit"},{"id":"explicit.stat_1238581103","text":"Monsters and Chests in your Maps have #% chance to drop Items with +1 to Item Level","type":"explicit"},{"id":"explicit.stat_1745401062","text":"Rare and Unique Crucible Monsters have #% chance to drop a Melee Weapon with\\na Crucible Passive Skill Tree","type":"explicit"},{"id":"explicit.stat_1777881400","text":"Rare and Unique Monsters have #% chance to drop Divination Cards that grant Unique Weapons","type":"explicit"},{"id":"explicit.stat_3555807120","text":"All Damage from Monsters\' Hits can Poison","type":"explicit"},{"id":"explicit.stat_2734027184","text":"#% increased Quantity of Items dropped by Possessed or Touched Monsters in your Maps","type":"explicit"},{"id":"explicit.stat_416299653","text":"Your Maps have +#% chance to grant an Atlas Mission on Completion","type":"explicit"},{"id":"explicit.stat_4028855406","text":"Rare Monsters in your Maps have #% chance to drop an additional Rare Jewellery Item","type":"explicit"},{"id":"explicit.stat_3669353918","text":"All Damage from Monsters\' Hits can Freeze","type":"explicit"},{"id":"explicit.stat_2779247747","text":"Rare and Unique Monsters have #% chance to drop a Magmatic Ore","type":"explicit"},{"id":"explicit.stat_3673969640","text":"Contains a Furnace that removes a Crucible Passive Skill Tree from a Non-Unique Item","type":"explicit"},{"id":"explicit.stat_3484910620","text":"Pride has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3783555531","text":"Monsters have +#% to all maximum Elemental Resistances","type":"explicit"},{"id":"explicit.stat_4280114386","text":"Weapons and Shields found have #% chance to be Fractured","type":"explicit"},{"id":"explicit.stat_2299389484","text":"Area contains an additional Perandus Coffer","type":"explicit"},{"id":"explicit.stat_2934907255","text":"#% increased Quantity of Vendor Refresh Currencies dropped by Monsters in Area","type":"explicit"},{"id":"explicit.stat_2963485753","text":"Anger has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3059700363","text":"Herald of Ice has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_2592705940","text":"Forged Items are fully Linked","type":"explicit"},{"id":"explicit.stat_2665518524","text":"Purity of Ice has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1803598623","text":"Grace has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_714566414","text":"#% increased Mana Reservation Efficiency of Curse Aura Skills","type":"explicit"},{"id":"explicit.stat_2721871046","text":"Determination has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3856820324","text":"#% chance for Orbs of Annulment to drop as 3 Orbs of Annulment instead in your Maps","type":"explicit"},{"id":"explicit.stat_2874244045","text":"Imprisoned Monsters in your Maps have #% chance to have an additional Essence","type":"explicit"},{"id":"explicit.stat_1284151528","text":"Herald of Agony has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_4216444167","text":"Zealotry has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3629418990","text":"Randomly encountered Masters in your Maps have #% increased chance to be Alva\\nMaster Missions from completing your Maps have #% increased chance to be Alva","type":"explicit"},{"id":"explicit.stat_1761642973","text":"Wrath has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_3955574239","text":"Area contains an additional Perandus Treasury","type":"explicit"},{"id":"explicit.stat_3429304534","text":"Socketed Gems are Supported by Level # Awakened Added Lightning Damage","type":"explicit"},{"id":"explicit.stat_1920370417","text":"Hatred has #% increased Mana Reservation Efficiency","type":"explicit"},{"id":"explicit.stat_1445968994","text":"Imprisoned Monsters have #% chance to drop an additional Rare Item with an Essence Modifier","type":"explicit"},{"id":"explicit.stat_914487959","text":"Influenced Monsters in your Maps have #% chance to drop an additional Rare Weapon","type":"explicit"},{"id":"explicit.stat_2819193674","text":"Breaches in Area have #% increased chance to belong to Uul-Netol","type":"explicit"},{"id":"explicit.stat_159726667","text":"Monsters Sacrificed at Ritual Altars in Area grant #% increased Tribute","type":"explicit"},{"id":"explicit.stat_3425389359","text":"Blacksmith\'s Whetstones found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_4265306219","text":"Magic Monsters in your Maps have #% chance to drop an additional Rare Jewellery Item","type":"explicit"},{"id":"explicit.stat_2528440851","text":"Area contains # additional packs of Shaper Creations","type":"explicit"},{"id":"explicit.stat_2608186870","text":"Area contains # additional packs of Elder Fiends","type":"explicit"},{"id":"explicit.stat_1263311755","text":"#% more Monster Damage","type":"explicit"},{"id":"explicit.stat_2804918815","text":"Rare Monsters in your Maps have #% chance to drop an additional Rare Armour Item","type":"explicit"},{"id":"explicit.stat_1174549622","text":"Voltaxic Sulphite Veins and Chests in your Maps have #% chance to contain double Sulphite","type":"explicit"},{"id":"explicit.stat_1207229270","text":"Perandus Chests in your Maps have #% increased chance to be Catalogues","type":"explicit"},{"id":"explicit.stat_1123167602","text":"Final Map Boss in each Map has #% chance to drop an additional Divination Card","type":"explicit"},{"id":"explicit.stat_721643763","text":"Divine Orbs found in your Maps have #% chance to drop as a stack of 4 Divine Orbs instead","type":"explicit"},{"id":"explicit.stat_1153966848","text":"Map has # additional random Suffix","type":"explicit"},{"id":"explicit.stat_1271391587","text":"Number of Perandus Coins dropped in this Area is Doubled","type":"explicit"},{"id":"explicit.stat_2127532091","text":"Socketed Gems are Supported by Level # Swiftbrand","type":"explicit"},{"id":"explicit.stat_2282052746","text":"Rerolling Favours at Ritual Altars in your Maps costs #% increased Tribute","type":"explicit"},{"id":"explicit.stat_1301096166","text":"Randomly encountered Masters in your Maps have #% increased chance to be Einhar\\nMaster Missions from completing your Maps have #% increased chance to be Einhar","type":"explicit"},{"id":"explicit.stat_1384053575","text":"Final Map Boss in each Map has #% chance to drop an additional Sacrifice Fragment","type":"explicit"},{"id":"explicit.stat_2233120145","text":"Blight Chests in your Maps have #% increased chance to contain Blighted Maps or Oils","type":"explicit"},{"id":"explicit.stat_657708069","text":"#% increased Stack size of Rogue\'s Markers found in your Maps","type":"explicit"},{"id":"explicit.stat_1293790340","text":"Rare Maps found in your Maps have #% chance to be Corrupted","type":"explicit"},{"id":"explicit.stat_2509486489","text":"Socketed Gems are Supported by Level # Awakened Added Cold Damage","type":"explicit"},{"id":"explicit.stat_1750700932","text":"Maps have a #% chance to drop as a random Unique Map instead in your Maps","type":"explicit"},{"id":"explicit.stat_1770833858","text":"Delirium Encounters in your Maps have #% chance to generate an additional Reward type","type":"explicit"},{"id":"explicit.stat_2676451350","text":"#% increased Mana Reservation Efficiency of Skills per 250 total Attributes","type":"explicit"},{"id":"explicit.stat_3034509000","text":"Rogue Exiles in your Maps have #% chance to be Possessed by a Tormented Spirit","type":"explicit"},{"id":"explicit.stat_2469861066","text":"Chromatic Orbs found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_1007586373","text":"Socketed Gems are Supported by Level # Awakened Generosity","type":"explicit"},{"id":"explicit.stat_1105638781","text":"Area contains an additional Perandus Jewellery Box","type":"explicit"},{"id":"explicit.stat_2188554989","text":"Orbs of Regret found in your Maps have #% chance to drop as a stack of 20 Orbs of Regret instead","type":"explicit"},{"id":"explicit.stat_411810300","text":"Area contains an additional Perandus Locker","type":"explicit"},{"id":"explicit.stat_3615401038","text":"Immortal Syndicate Members Executed in your Maps have #% chance to gain an additional Rank","type":"explicit"},{"id":"explicit.stat_846433713","text":"Your Maps have a #% chance to be haunted by an additional Tormented Spirit","type":"explicit"},{"id":"explicit.stat_1604751261","text":"Gemcutter\'s Prisms found in your Maps have #% chance to drop as a stack of 6 Gemcutter\'s Prisms instead","type":"explicit"},{"id":"explicit.stat_628272574","text":"Harbingers have #% chance to drop an additional Stack of Currency Shards","type":"explicit"},{"id":"explicit.stat_2356069535","text":"Items found in your Maps have #% chance to be fully Linked","type":"explicit"},{"id":"explicit.stat_341698555","text":"At least one Perandus Chest is guarded by a Unique Monster","type":"explicit"},{"id":"explicit.stat_1186599719","text":"Perandus Chests in your Maps have #% increased chance to be Coffers","type":"explicit"},{"id":"explicit.stat_3294034100","text":"Area contains an additional Perandus Archive","type":"explicit"},{"id":"explicit.stat_3060454102","text":"Items found in your Maps have #% chance to have a White Socket","type":"explicit"},{"id":"explicit.stat_59091266","text":"Red Beasts in your Maps have #% increased chance to be from The Deep","type":"explicit"},{"id":"explicit.stat_3014714876","text":"Final Map Boss in each Map drops an additional Basic Currency Item","type":"explicit"},{"id":"explicit.stat_1306304169","text":"Randomly encountered Masters in your Maps have #% increased chance to be Zana\\nMaster Missions from completing your Maps have #% increased chance to be Zana","type":"explicit"},{"id":"explicit.stat_407036985","text":"#% chance for Timeless Splinters to drop as Timeless Emblems instead in your Maps","type":"explicit"},{"id":"explicit.stat_4162516667","text":"#% chance on completing a Map influenced by a Conqueror of the Atlas\\nto gain double progress towards locating their Citadel","type":"explicit"},{"id":"explicit.stat_2888521660","text":"Orbs of Transmutation found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_2436491720","text":"Red Beasts in your Maps have #% increased chance to be from The Sands","type":"explicit"},{"id":"explicit.stat_2156472123","text":"Perandus Chests are guarded by additional Rare monsters","type":"explicit"},{"id":"explicit.stat_399319107","text":"Randomly encountered Masters in your Maps have #% increased chance to be Niko\\nMaster Missions from completing your Maps have #% increased chance to be Niko","type":"explicit"},{"id":"explicit.stat_4109767878","text":"Armour Items found in your Maps have #% chance to have 20% Quality","type":"explicit"},{"id":"explicit.stat_481710678","text":"Magic Monsters in your Maps have #% chance to drop an additional Basic Currency Item","type":"explicit"},{"id":"explicit.stat_1505882627","text":"Harvest Crops in your Maps have #% increased chance to contain a Tier 4 Plant","type":"explicit"},{"id":"explicit.stat_4092986415","text":"Items found in your Maps have #% chance to have the maximum number of Sockets","type":"explicit"},{"id":"explicit.stat_1044770866","text":"Your Maps that contain capturable Beasts have #% chance to contain an additional Red Beast","type":"explicit"},{"id":"explicit.stat_364425699","text":"Map Bosses have #% chance to drop an additional Silver Coin","type":"explicit"},{"id":"explicit.stat_2317489660","text":"Blessed Orbs found in your Maps have #% chance to drop as a stack of 8 Blessed Orbs instead","type":"explicit"},{"id":"explicit.stat_3689836025","text":"Perandus Monsters have a #% chance to drop Perandus Coins","type":"explicit"},{"id":"explicit.stat_3963266703","text":"Breaches in Area have #% increased chance to belong to Xoph","type":"explicit"},{"id":"explicit.stat_4219583418","text":"#% increased quantity of Artifacts dropped by Monsters","type":"explicit"},{"id":"explicit.stat_451866048","text":"Shock Enemies as though dealing #% more Damage","type":"explicit"},{"id":"explicit.stat_4252890057","text":"Orbs of Scouring found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_3664934139","text":"Weapons found in your Maps have #% chance to have 20% Quality","type":"explicit"},{"id":"explicit.stat_3559931431","text":"Orbs of Chance found in your Maps have #% chance to drop as a full stack","type":"explicit"},{"id":"explicit.stat_2156201537","text":"Your Maps have +#% chance to contain a Vaal Side Area","type":"explicit"},{"id":"explicit.stat_3265124719","text":"Metamorph Samples dropped in your Maps have #% increased chance to have a Reward","type":"explicit"},{"id":"explicit.stat_2111661233","text":"Socketed Gems are Supported by Level # Awakened Elemental Focus","type":"explicit"},{"id":"explicit.stat_3580714718","text":"Delirium Monsters in your Maps have #% increased chance to drop Cluster Jewels","type":"explicit"},{"id":"explicit.stat_798723493","text":"Unique Crucible Monsters have #% chance to drop a Unique Item with\\na Crucible Passive Skill Tree","type":"explicit"},{"id":"explicit.stat_3791540252","text":"Beyond Demons in your Maps grant #% increased Experience","type":"explicit"},{"id":"explicit.stat_2456335054","text":"Harvest Crops in your Maps have an extra chance to grow higher Tier Plants","type":"explicit"}]},{"id":"implicit","label":"Implicit","entries":[{"id":"implicit.stat_587431675","text":"#% increased Global Critical Strike Chance","type":"implicit"},{"id":"implicit.stat_2974417149","text":"#% increased Spell Damage","type":"implicit"},{"id":"implicit.stat_3299347043","text":"+# to maximum Life","type":"implicit"},{"id":"implicit.stat_1792283443","text":"Area is influenced by #","type":"implicit","option":{"options":[{"id":1,"text":"The Shaper"},{"id":2,"text":"The Elder"}]}},{"id":"implicit.stat_3141070085","text":"#% increased Elemental Damage","type":"implicit"},{"id":"implicit.stat_4080418644","text":"+# to Strength","type":"implicit"},{"id":"implicit.stat_4077843608","text":"Has 1 Socket","type":"implicit"},{"id":"implicit.stat_4277795662","text":"+#% to Cold and Lightning Resistances","type":"implicit"},{"id":"implicit.stat_3489782002","text":"+# to maximum Energy Shield","type":"implicit"},{"id":"implicit.stat_3441501978","text":"+#% to Fire and Lightning Resistances","type":"implicit"},{"id":"implicit.stat_2901986750","text":"+#% to all Elemental Resistances","type":"implicit"},{"id":"implicit.stat_1522386771","text":"Modifiers to Item Quantity will affect the number of encounter rewards dropped by #% of their value","type":"implicit"},{"id":"implicit.stat_3032590688","text":"Adds # to # Physical Damage to Attacks","type":"implicit"},{"id":"implicit.stat_2300185227","text":"+# to Dexterity and Intelligence","type":"implicit"},{"id":"implicit.stat_2923486259","text":"+#% to Chaos Resistance","type":"implicit"},{"id":"implicit.stat_1001829678","text":"+#% Chance to Block Attack Damage while wielding a Staff (Staves)","type":"implicit"},{"id":"implicit.stat_1379411836","text":"+# to all Attributes","type":"implicit"},{"id":"implicit.stat_3556824919","text":"+#% to Global Critical Strike Multiplier","type":"implicit"},{"id":"implicit.stat_3917489142","text":"#% increased Rarity of Items found","type":"implicit"},{"id":"implicit.stat_1671376347","text":"+#% to Lightning Resistance","type":"implicit"},{"id":"implicit.stat_624954515","text":"#% increased Global Accuracy Rating","type":"implicit"},{"id":"implicit.stat_4220027924","text":"+#% to Cold Resistance","type":"implicit"},{"id":"implicit.stat_2915988346","text":"+#% to Fire and Cold Resistances","type":"implicit"},{"id":"implicit.stat_3372524247","text":"+#% to Fire Resistance","type":"implicit"},{"id":"implicit.stat_2250533757","text":"#% increased Movement Speed","type":"implicit"},{"id":"implicit.stat_1050105434","text":"+# to maximum Mana","type":"implicit"},{"id":"implicit.stat_821021828","text":"Grants # Life per Enemy Hit","type":"implicit"},{"id":"implicit.stat_2517001139","text":"#% increased Stun Duration on Enemies","type":"implicit"},{"id":"implicit.stat_299373046","text":"Area is infested with Fungal Growths\\nMap\'s Item Quantity Modifiers also affect Blight Chest count at 25% value\\nCan be Anointed up to 3 times","type":"implicit"},{"id":"implicit.stat_328541901","text":"+# to Intelligence","type":"implicit"},{"id":"implicit.stat_2511217560","text":"#% increased Stun and Block Recovery","type":"implicit"},{"id":"implicit.stat_1310194496","text":"#% increased Global Physical Damage","type":"implicit"},{"id":"implicit.stat_2656027173","text":"Natural inhabitants of this area have been removed","type":"implicit"},{"id":"implicit.stat_3261801346","text":"+# to Dexterity","type":"implicit"},{"id":"implicit.stat_1535626285","text":"+# to Strength and Intelligence","type":"implicit"},{"id":"implicit.stat_1589917703","text":"Minions deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_691932474","text":"+# to Accuracy Rating (Local)","type":"implicit"},{"id":"implicit.stat_387439868","text":"#% increased Elemental Damage with Attack Skills","type":"implicit"},{"id":"implicit.stat_2563183002","text":"Map contains #\'s Citadel","type":"implicit","option":{"options":[{"id":1,"text":"Baran"},{"id":2,"text":"Veritania"},{"id":3,"text":"Al-Hezmin"},{"id":4,"text":"Drox"}]}},{"id":"implicit.stat_538848803","text":"+# to Strength and Dexterity","type":"implicit"},{"id":"implicit.stat_3527617737","text":"Has # Abyssal Sockets","type":"implicit"},{"id":"implicit.stat_1443060084","text":"#% reduced Enemy Stun Threshold","type":"implicit"},{"id":"implicit.stat_789117908","text":"#% increased Mana Regeneration Rate","type":"implicit"},{"id":"implicit.stat_3325883026","text":"Regenerate # Life per second","type":"implicit"},{"id":"implicit.stat_989948703","text":"Modifiers to Item Quantity affect the amount of rewards dropped by the boss by #% of their value","type":"implicit"},{"id":"implicit.stat_1423639565","text":"Minions have +#% to all Elemental Resistances","type":"implicit"},{"id":"implicit.stat_1658498488","text":"Corrupted Blood cannot be inflicted on you","type":"implicit"},{"id":"implicit.stat_280731498","text":"#% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_2375316951","text":"#% increased Critical Strike Chance","type":"implicit"},{"id":"implicit.stat_3624393862","text":"Map is occupied by #","type":"implicit","option":{"options":[{"id":1,"text":"The Enslaver"},{"id":2,"text":"The Eradicator"},{"id":3,"text":"The Constrictor"},{"id":4,"text":"The Purifier"}]}},{"id":"implicit.stat_202275580","text":"Properties are doubled while in a Breach","type":"implicit"},{"id":"implicit.stat_2146730404","text":"Creates Consecrated Ground on Use","type":"implicit"},{"id":"implicit.stat_369183568","text":"#% increased Block Recovery","type":"implicit"},{"id":"implicit.stat_55876295","text":"#% of Physical Attack Damage Leeched as Life (Local)","type":"implicit"},{"id":"implicit.stat_734614379","text":"#% increased Strength","type":"implicit"},{"id":"implicit.stat_681332047","text":"#% increased Attack Speed","type":"implicit"},{"id":"implicit.stat_3680664274","text":"+#% chance to Suppress Spell Damage","type":"implicit"},{"id":"implicit.stat_983749596","text":"#% increased maximum Life","type":"implicit"},{"id":"implicit.stat_836936635","text":"Regenerate #% of Life per second","type":"implicit"},{"id":"implicit.stat_3417711605","text":"Damage Penetrates #% Cold Resistance","type":"implicit"},{"id":"implicit.stat_2891184298","text":"#% increased Cast Speed","type":"implicit"},{"id":"implicit.stat_1126826428","text":"You cannot be Maimed","type":"implicit"},{"id":"implicit.stat_538730182","text":"Creates a Smoke Cloud on Use","type":"implicit"},{"id":"implicit.stat_3962278098","text":"#% increased Fire Damage","type":"implicit"},{"id":"implicit.stat_3291658075","text":"#% increased Cold Damage","type":"implicit"},{"id":"implicit.stat_1229298404","text":"Culling Strike","type":"implicit"},{"id":"implicit.stat_2885144362","text":"Adds # to # Lightning Damage to Spells and Attacks","type":"implicit"},{"id":"implicit.stat_2587176568","text":"#% increased Reservation Efficiency of Skills","type":"implicit"},{"id":"implicit.stat_2154246560","text":"#% increased Damage","type":"implicit"},{"id":"implicit.stat_2653955271","text":"Damage Penetrates #% Fire Resistance","type":"implicit"},{"id":"implicit.stat_818778753","text":"Damage Penetrates #% Lightning Resistance","type":"implicit"},{"id":"implicit.stat_2231156303","text":"#% increased Lightning Damage","type":"implicit"},{"id":"implicit.stat_2495041954","text":"Overwhelm #% Physical Damage Reduction","type":"implicit"},{"id":"implicit.stat_1002362373","text":"#% increased Melee Damage","type":"implicit"},{"id":"implicit.stat_3759663284","text":"#% increased Projectile Speed","type":"implicit"},{"id":"implicit.stat_44159086","text":"Area contains an additional guarded Vaal Vessel","type":"implicit"},{"id":"implicit.stat_736967255","text":"#% increased Chaos Damage","type":"implicit"},{"id":"implicit.stat_2115168758","text":"+# to Level of Socketed Duration Gems","type":"implicit"},{"id":"implicit.stat_2389569738","text":"All Damage can Poison","type":"implicit"},{"id":"implicit.stat_656461285","text":"#% increased Intelligence","type":"implicit"},{"id":"implicit.stat_2101383955","text":"Damage Penetrates #% Elemental Resistances","type":"implicit"},{"id":"implicit.stat_1420496319","text":"+#% to Critical Strike Chance against Enemies that are on Full Life","type":"implicit"},{"id":"implicit.stat_3423006863","text":"Arrows Pierce an additional Target","type":"implicit"},{"id":"implicit.stat_3311869501","text":"Creates Chilled Ground on Use","type":"implicit"},{"id":"implicit.stat_721014846","text":"You cannot be Hindered","type":"implicit"},{"id":"implicit.stat_1760576992","text":"# to # Added Physical Damage with Bow Attacks","type":"implicit"},{"id":"implicit.stat_4139681126","text":"#% increased Dexterity","type":"implicit"},{"id":"implicit.stat_2833896424","text":"#% increased Rarity of Items dropped in Heists","type":"implicit"},{"id":"implicit.stat_2843100721","text":"+# to Level of Socketed Gems","type":"implicit"},{"id":"implicit.stat_150668988","text":"+# to Level of Socketed Trap or Mine Gems","type":"implicit"},{"id":"implicit.stat_2162876159","text":"#% increased Projectile Attack Damage","type":"implicit"},{"id":"implicit.stat_1662717006","text":"Adds # to # Cold Damage to Spells and Attacks","type":"implicit"},{"id":"implicit.stat_782230869","text":"#% increased Effect of Non-Damaging Ailments","type":"implicit"},{"id":"implicit.stat_1573130764","text":"Adds # to # Fire Damage to Attacks","type":"implicit"},{"id":"implicit.stat_3964634628","text":"Adds # to # Fire Damage to Spells and Attacks","type":"implicit"},{"id":"implicit.stat_24378154","text":"All Damage can Freeze","type":"implicit"},{"id":"implicit.stat_1654414582","text":"You cannot be Cursed with Silence","type":"implicit"},{"id":"implicit.stat_2551600084","text":"+# to Level of Socketed AoE Gems","type":"implicit"},{"id":"implicit.stat_1672793731","text":"+# to Level of Socketed Warcry Gems","type":"implicit"},{"id":"implicit.stat_2482852589","text":"#% increased maximum Energy Shield","type":"implicit"},{"id":"implicit.stat_1871765599","text":"#% chance to Avoid being Shocked","type":"implicit"},{"id":"implicit.stat_1915989164","text":"Area contains #% increased number of Monster Markers","type":"implicit"},{"id":"implicit.stat_2748665614","text":"#% increased maximum Mana","type":"implicit"},{"id":"implicit.stat_397427740","text":"Grace has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2797971005","text":"Gain # Life per Enemy Hit with Attacks","type":"implicit"},{"id":"implicit.stat_3319896421","text":"Gain #% of Physical Damage as Extra Chaos Damage","type":"implicit"},{"id":"implicit.stat_1531647220","text":"Damaging Hits always Stun Enemies that are on Full Life","type":"implicit"},{"id":"implicit.stat_2672805335","text":"#% increased Attack and Cast Speed","type":"implicit"},{"id":"implicit.stat_2091591880","text":"#% increased Critical Strike Chance with Bows","type":"implicit"},{"id":"implicit.stat_1514829491","text":"#% chance to Avoid being Frozen","type":"implicit"},{"id":"implicit.stat_3801067695","text":"#% reduced Effect of Shock on you","type":"implicit"},{"id":"implicit.stat_1783006896","text":"#% chance to Avoid being Ignited","type":"implicit"},{"id":"implicit.stat_2316658489","text":"+# to Armour and Evasion Rating","type":"implicit"},{"id":"implicit.stat_1478653032","text":"#% reduced Effect of Chill on you","type":"implicit"},{"id":"implicit.stat_3513534186","text":"Item sells for much more to vendors","type":"implicit"},{"id":"implicit.stat_2181791238","text":"Wrath has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1592278124","text":"Anger has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2306522833","text":"#% increased Monster Movement Speed","type":"implicit"},{"id":"implicit.stat_284496119","text":"Monster Level: #","type":"implicit"},{"id":"implicit.stat_2452998583","text":"+# to Level of Socketed Aura Gems","type":"implicit"},{"id":"implicit.stat_95249895","text":"#% more Monster Life","type":"implicit"},{"id":"implicit.stat_4247488219","text":"Pride has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2994708956","text":"Can roll Minion Modifiers","type":"implicit"},{"id":"implicit.stat_1618589784","text":"#% chance to Avoid Bleeding","type":"implicit"},{"id":"implicit.stat_2120297997","text":"+#% Chance to Block Spell Damage while wielding a Staff","type":"implicit"},{"id":"implicit.stat_2763429652","text":"#% chance to Maim on Hit","type":"implicit"},{"id":"implicit.stat_3120164895","text":"# to # Added Fire Damage with Bow Attacks","type":"implicit"},{"id":"implicit.stat_703341733","text":"#% increased raising of Alert Level","type":"implicit"},{"id":"implicit.stat_2227180465","text":"#% increased Mana Reservation of Skills","type":"implicit"},{"id":"implicit.stat_3691695237","text":"+# to Level of Socketed Curse Gems","type":"implicit"},{"id":"implicit.stat_788317702","text":"Discipline has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2005503156","text":"Taunts nearby Enemies on use","type":"implicit"},{"id":"implicit.stat_2991413918","text":"Area contains #% increased number of Remnants","type":"implicit"},{"id":"implicit.stat_1871805225","text":"Remnants have #% chance to have an additional Suffix Modifier","type":"implicit"},{"id":"implicit.stat_3289828378","text":"#% increased Explosive Radius","type":"implicit"},{"id":"implicit.stat_1389153006","text":"#% increased Global Defences","type":"implicit"},{"id":"implicit.stat_210067635","text":"#% increased Attack Speed (Local)","type":"implicit"},{"id":"implicit.stat_1640965354","text":"Area contains #% increased number of Runic Monster Markers","type":"implicit"},{"id":"implicit.stat_4078695","text":"+# to Maximum Frenzy Charges","type":"implicit"},{"id":"implicit.stat_4175197580","text":"Malevolence has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_4237190083","text":"#% increased Mana Reservation Efficiency of Skills","type":"implicit"},{"id":"implicit.stat_2176571093","text":"+# to Level of Socketed Projectile Gems","type":"implicit"},{"id":"implicit.stat_2530372417","text":"#% Chance to Block Attack Damage","type":"implicit"},{"id":"implicit.stat_2843214518","text":"#% increased Attack Damage","type":"implicit"},{"id":"implicit.stat_709508406","text":"Adds # to # Fire Damage (Local)","type":"implicit"},{"id":"implicit.stat_640052854","text":"Grants # Mana per Enemy Hit","type":"implicit"},{"id":"implicit.stat_3653400807","text":"Determination has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3742945352","text":"Hatred has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1625819882","text":"Curse Enemies with Enfeeble on Hit","type":"implicit"},{"id":"implicit.stat_2572042788","text":"Attacks have +#% to Critical Strike Chance","type":"implicit"},{"id":"implicit.stat_3604946673","text":"+# to Level of Socketed Minion Gems","type":"implicit"},{"id":"implicit.stat_2067062068","text":"Projectiles Pierce # additional Targets","type":"implicit"},{"id":"implicit.stat_3848282610","text":"#% of Fire Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_3999401129","text":"#% of Cold Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2028847114","text":"Curse Enemies with Elemental Weakness on Hit","type":"implicit"},{"id":"implicit.stat_80079005","text":"#% of Lightning Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_4096052153","text":"Zealotry has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_561307714","text":"#% Chance to Block Spell Damage","type":"implicit"},{"id":"implicit.stat_3143208761","text":"#% increased Attributes","type":"implicit"},{"id":"implicit.stat_2339757871","text":"#% increased Energy Shield Recharge Rate","type":"implicit"},{"id":"implicit.stat_967627487","text":"#% increased Damage over Time","type":"implicit"},{"id":"implicit.stat_4262448838","text":"#% chance to Avoid being Stunned","type":"implicit"},{"id":"implicit.stat_2387423236","text":"Adds # to # Cold Damage","type":"implicit"},{"id":"implicit.stat_791835907","text":"+#% to Spell Critical Strike Chance","type":"implicit"},{"id":"implicit.stat_227523295","text":"+# to Maximum Power Charges","type":"implicit"},{"id":"implicit.stat_4053951709","text":"#% chance to Avoid being Poisoned","type":"implicit"},{"id":"implicit.stat_3023957681","text":"#% chance to gain Onslaught for 4 seconds on Kill","type":"implicit"},{"id":"implicit.stat_3855016469","text":"You take #% reduced Extra Damage from Critical Strikes","type":"implicit"},{"id":"implicit.stat_2264523604","text":"#% increased Reservation of Skills","type":"implicit"},{"id":"implicit.stat_4219583418","text":"#% increased quantity of Artifacts dropped by Monsters","type":"implicit"},{"id":"implicit.stat_4180346416","text":"+# to Level of all Vaal Skill Gems","type":"implicit"},{"id":"implicit.stat_1826802197","text":"#% chance to gain a Frenzy Charge on Kill","type":"implicit"},{"id":"implicit.stat_3736589033","text":"+# to Total Mana Cost of Skills","type":"implicit"},{"id":"implicit.stat_1539368271","text":"#% increased Explosive Placement Range","type":"implicit"},{"id":"implicit.stat_532463031","text":"Implicit Modifiers Cannot Be Changed","type":"implicit"},{"id":"implicit.stat_690707482","text":"#% increased Damage with Ailments","type":"implicit"},{"id":"implicit.stat_1509134228","text":"#% increased Physical Damage","type":"implicit"},{"id":"implicit.stat_1652997002","text":"Bleeding you inflict on non-Bleeding Enemies deals #% more Damage","type":"implicit"},{"id":"implicit.stat_3967845372","text":"Curse Enemies with Vulnerability on Hit","type":"implicit"},{"id":"implicit.stat_1166417447","text":"Melee Hits Fortify","type":"implicit"},{"id":"implicit.stat_1062208444","text":"#% increased Armour (Local)","type":"implicit"},{"id":"implicit.stat_884586851","text":"#% increased Quantity of Items found","type":"implicit"},{"id":"implicit.stat_240289863","text":"+#% to Critical Strike Multiplier during any Flask Effect","type":"implicit"},{"id":"implicit.stat_2859471749","text":"#% reduced Mana Cost of Attacks","type":"implicit"},{"id":"implicit.stat_3051490307","text":"#% increased number of Explosives","type":"implicit"},{"id":"implicit.stat_2878959938","text":"#% increased Action Speed","type":"implicit"},{"id":"implicit.stat_3377888098","text":"#% increased Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_3483999943","text":"#% chance to Avoid being Chilled","type":"implicit"},{"id":"implicit.stat_2866361420","text":"#% increased Armour","type":"implicit"},{"id":"implicit.stat_304970526","text":"#% increased Movement Speed during any Flask Effect","type":"implicit"},{"id":"implicit.stat_124859000","text":"#% increased Evasion Rating (Local)","type":"implicit"},{"id":"implicit.stat_3771516363","text":"#% additional Physical Damage Reduction","type":"implicit"},{"id":"implicit.stat_2898434123","text":"#% increased Critical Strike Chance during any Flask Effect","type":"implicit"},{"id":"implicit.stat_718638445","text":"+# Suffix Modifier allowed","type":"implicit"},{"id":"implicit.stat_331731406","text":"Cannot be Ignited","type":"implicit"},{"id":"implicit.stat_1515657623","text":"+# to Maximum Endurance Charges","type":"implicit"},{"id":"implicit.stat_569299859","text":"+#% to all maximum Resistances","type":"implicit"},{"id":"implicit.stat_1290399200","text":"#% increased Damage with Poison","type":"implicit"},{"id":"implicit.stat_3301100256","text":"#% increased Poison Duration on you","type":"implicit"},{"id":"implicit.stat_1793818220","text":"#% increased Effect of Cold Ailments","type":"implicit"},{"id":"implicit.stat_737908626","text":"#% increased Critical Strike Chance for Spells","type":"implicit"},{"id":"implicit.stat_3433724931","text":"Curse Enemies with Temporal Chains on Hit","type":"implicit"},{"id":"implicit.stat_1365052901","text":"#% increased Attack Speed during any Flask Effect","type":"implicit"},{"id":"implicit.stat_1940865751","text":"Adds # to # Physical Damage (Local)","type":"implicit"},{"id":"implicit.stat_986397080","text":"#% reduced Ignite Duration on you","type":"implicit"},{"id":"implicit.stat_105466375","text":"Grants Level # Purity of Elements Skill","type":"implicit"},{"id":"implicit.stat_3814876985","text":"#% chance to gain a Power Charge on Critical Strike","type":"implicit"},{"id":"implicit.stat_3695891184","text":"Gain # Life per Enemy Killed","type":"implicit"},{"id":"implicit.stat_770672621","text":"Minions have #% increased maximum Life","type":"implicit"},{"id":"implicit.stat_4251717817","text":"#% increased Area Damage","type":"implicit"},{"id":"implicit.stat_3342989455","text":"#% of Physical Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_174664100","text":"Minions have #% increased Movement Speed","type":"implicit"},{"id":"implicit.stat_2764915899","text":"Curse Enemies with Despair on Hit","type":"implicit"},{"id":"implicit.stat_2451856207","text":"Restores Ward on use","type":"implicit"},{"id":"implicit.stat_3753703249","text":"Gain #% of Physical Damage as Extra Damage of a random Element","type":"implicit"},{"id":"implicit.stat_4043416969","text":"+# to Level of Socketed Lightning Gems","type":"implicit"},{"id":"implicit.stat_979246511","text":"Gain #% of Physical Damage as Extra Cold Damage","type":"implicit"},{"id":"implicit.stat_3182714256","text":"+# Prefix Modifier allowed","type":"implicit"},{"id":"implicit.stat_1172810729","text":"#% chance to deal Double Damage","type":"implicit"},{"id":"implicit.stat_2106365538","text":"#% increased Evasion Rating","type":"implicit"},{"id":"implicit.stat_4160330571","text":"Area contains # additional Chest Marker","type":"implicit"},{"id":"implicit.stat_465051235","text":"+# Lightning Damage taken from Hits","type":"implicit"},{"id":"implicit.stat_3822878124","text":"Grants Level # Purity of Lightning Skill","type":"implicit"},{"id":"implicit.stat_3825877290","text":"+# to Global Evasion Rating while moving","type":"implicit"},{"id":"implicit.stat_3336890334","text":"Adds # to # Lightning Damage (Local)","type":"implicit"},{"id":"implicit.stat_1175385867","text":"#% increased Burning Damage","type":"implicit"},{"id":"implicit.stat_2865550257","text":"Socketed Skill Gems get a #% Cost & Reservation Multiplier","type":"implicit"},{"id":"implicit.stat_1423749435","text":"+#% to Damage over Time Multiplier for Bleeding","type":"implicit"},{"id":"implicit.stat_369494213","text":"Gain #% of Physical Damage as Extra Fire Damage","type":"implicit"},{"id":"implicit.stat_2265307453","text":"Grants Level # Wrath Skill","type":"implicit"},{"id":"implicit.stat_30642521","text":"You can apply # additional Curses","type":"implicit"},{"id":"implicit.stat_484879947","text":"Grants Level # Anger Skill","type":"implicit"},{"id":"implicit.stat_3562211447","text":"#% chance to gain Unholy Might for 3 seconds on Kill","type":"implicit"},{"id":"implicit.stat_1782086450","text":"#% faster start of Energy Shield Recharge","type":"implicit"},{"id":"implicit.stat_2622251413","text":"#% chance to double Stun Duration","type":"implicit"},{"id":"implicit.stat_1263695895","text":"#% increased Light Radius","type":"implicit"},{"id":"implicit.stat_763611529","text":"#% chance to Unnerve Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_1309840354","text":"Inflict Fire Exposure on Hit, applying #% to Fire Resistance","type":"implicit"},{"id":"implicit.stat_3005701891","text":"Inflict Cold Exposure on Hit, applying #% to Cold Resistance","type":"implicit"},{"id":"implicit.stat_800141891","text":"#% chance to Freeze, Shock and Ignite","type":"implicit"},{"id":"implicit.stat_1745952865","text":"#% reduced Elemental Ailment Duration on you","type":"implicit"},{"id":"implicit.stat_2960683632","text":"#% reduced Chaos Damage taken","type":"implicit"},{"id":"implicit.stat_1519615863","text":"#% chance to cause Bleeding on Hit","type":"implicit"},{"id":"implicit.stat_1901158930","text":"Bleeding cannot be inflicted on you","type":"implicit"},{"id":"implicit.stat_3338298622","text":"#% increased Frenzy Charge Duration","type":"implicit"},{"id":"implicit.stat_3872306017","text":"#% increased Power Charge Duration","type":"implicit"},{"id":"implicit.stat_1880071428","text":"#% increased effect of Non-Curse Auras from your Skills","type":"implicit"},{"id":"implicit.stat_3441651621","text":"+# Physical Damage taken from Attack Hits","type":"implicit"},{"id":"implicit.stat_1276918229","text":"#% reduced Lightning Damage taken","type":"implicit"},{"id":"implicit.stat_1692879867","text":"#% increased Bleed Duration on you","type":"implicit"},{"id":"implicit.stat_4291461939","text":"Regenerate # Mana per second","type":"implicit"},{"id":"implicit.stat_219391121","text":"Gain #% of Physical Damage as Extra Lightning Damage","type":"implicit"},{"id":"implicit.stat_472520716","text":"#% of Damage taken Recouped as Mana","type":"implicit"},{"id":"implicit.stat_3741323227","text":"#% increased Flask Effect Duration","type":"implicit"},{"id":"implicit.stat_1037193709","text":"Adds # to # Cold Damage (Local)","type":"implicit"},{"id":"implicit.stat_107118693","text":"Socketed Gems are Supported by Level # Fortify","type":"implicit"},{"id":"implicit.stat_1040269876","text":"# to # Added Lightning Damage with Bow Attacks","type":"implicit"},{"id":"implicit.stat_1170174456","text":"#% increased Endurance Charge Duration","type":"implicit"},{"id":"implicit.stat_4129825612","text":"#% of Physical Damage from Hits taken as Chaos Damage","type":"implicit"},{"id":"implicit.stat_422450559","text":"Contains a Forge that can Combine Crucible Passive Skill Trees, including on Unique and Corrupted Items","type":"implicit"},{"id":"implicit.stat_3943945975","text":"Resolute Technique","type":"implicit"},{"id":"implicit.stat_3374165039","text":"#% increased Totem Placement speed","type":"implicit"},{"id":"implicit.stat_902747843","text":"#% increased Damage per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_4184565463","text":"Grants Level # Pride Skill","type":"implicit"},{"id":"implicit.stat_3767873853","text":"Reflects # Physical Damage to Melee Attackers","type":"implicit"},{"id":"implicit.stat_2192875806","text":"Socketed Skills apply Fire, Cold and Lightning Exposure on Hit","type":"implicit"},{"id":"implicit.stat_1923210508","text":"Projectiles deal #% increased Damage with Hits and Ailments for each time they have Chained","type":"implicit"},{"id":"implicit.stat_2633745731","text":"#% increased total Recovery per second from Life Leech","type":"implicit"},{"id":"implicit.stat_1004011302","text":"#% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_4015621042","text":"#% increased Energy Shield (Local)","type":"implicit"},{"id":"implicit.stat_339179093","text":"+# to Level of Socketed Fire Gems","type":"implicit"},{"id":"implicit.stat_1188846263","text":"Grants Level # Haste Skill","type":"implicit"},{"id":"implicit.stat_3239978999","text":"Excavated Chests have a #% chance to contain twice as many Items","type":"implicit"},{"id":"implicit.stat_2308278768","text":"#% increased Cooldown Recovery Rate of Travel Skills","type":"implicit"},{"id":"implicit.stat_1569101201","text":"Exerted Attacks deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_3407849389","text":"#% reduced Effect of Curses on you","type":"implicit"},{"id":"implicit.stat_4193390599","text":"Grants Level # Purity of Ice Skill","type":"implicit"},{"id":"implicit.stat_2520458995","text":"#% increased Deception speed","type":"implicit"},{"id":"implicit.stat_614758785","text":"+# Fire Damage taken from Hits","type":"implicit"},{"id":"implicit.stat_2160282525","text":"#% reduced Freeze Duration on you","type":"implicit"},{"id":"implicit.stat_3970432307","text":"Grants Level # Purity of Fire Skill","type":"implicit"},{"id":"implicit.stat_895264825","text":"#% increased Area of Effect of Aura Skills","type":"implicit"},{"id":"implicit.stat_2257141320","text":"#% increased Damage with Vaal Skills","type":"implicit"},{"id":"implicit.stat_44972811","text":"#% increased Life Regeneration rate","type":"implicit"},{"id":"implicit.stat_3382807662","text":"+#% to Fire Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_2223678961","text":"Adds # to # Chaos Damage (Local)","type":"implicit"},{"id":"implicit.stat_3511815065","text":"Grants Level # Clarity Skill","type":"implicit"},{"id":"implicit.stat_1368271171","text":"Gain # Mana per Enemy Killed","type":"implicit"},{"id":"implicit.stat_114734841","text":"Flasks applied to you have #% increased Effect","type":"implicit"},{"id":"implicit.stat_2527686725","text":"#% increased Effect of Shock","type":"implicit"},{"id":"implicit.stat_883169830","text":"Projectiles deal #% increased Damage with Hits and Ailments for each Enemy Pierced","type":"implicit"},{"id":"implicit.stat_248838155","text":"#% reduced Reflected Elemental Damage taken","type":"implicit"},{"id":"implicit.stat_2429546158","text":"Grants Level # Hatred Skill","type":"implicit"},{"id":"implicit.stat_3835551335","text":"Cannot be Poisoned","type":"implicit"},{"id":"implicit.stat_474294393","text":"#% reduced Mana Cost of Skills","type":"implicit"},{"id":"implicit.stat_2896346114","text":"Point Blank","type":"implicit"},{"id":"implicit.stat_261654754","text":"+# Cold Damage taken from Hits","type":"implicit"},{"id":"implicit.stat_3224664127","text":"Grants Level # Zealotry Skill","type":"implicit"},{"id":"implicit.stat_1645459191","text":"+# to Level of Socketed Cold Gems","type":"implicit"},{"id":"implicit.stat_3174776455","text":"+#% to Quality of Socketed Intelligence Gems","type":"implicit"},{"id":"implicit.stat_1900164129","text":"Area contains a Monster possessed by an Ancient Talisman","type":"implicit"},{"id":"implicit.stat_690135178","text":"#% increased total Recovery per second from Mana Leech","type":"implicit"},{"id":"implicit.stat_2148556029","text":"Grants Level # Malevolence Skill","type":"implicit"},{"id":"implicit.stat_3005472710","text":"#% chance to Avoid Elemental Ailments","type":"implicit"},{"id":"implicit.stat_392469782","text":"Area contains a Breach","type":"implicit"},{"id":"implicit.stat_1050286373","text":"Area contains up to 1 Monster imprisoned by Essences","type":"implicit"},{"id":"implicit.stat_2847917427","text":"#% increased Demolition speed","type":"implicit"},{"id":"implicit.stat_3237923082","text":"Socketed Gems are Supported by Level # Momentum","type":"implicit"},{"id":"implicit.stat_1661253443","text":"Non-Vaal Strike Skills target # additional nearby Enemy","type":"implicit"},{"id":"implicit.stat_1837040413","text":"Slaying Enemies close together can attract monsters from Beyond this realm","type":"implicit"},{"id":"implicit.stat_122841557","text":"+#% to Quality of Socketed Strength Gems","type":"implicit"},{"id":"implicit.stat_2044547677","text":"Grants Level # Despair Skill","type":"implicit"},{"id":"implicit.stat_3312732077","text":"#% increased Lockpicking speed","type":"implicit"},{"id":"implicit.stat_3158958938","text":"#% reduced Reflected Physical Damage taken","type":"implicit"},{"id":"implicit.stat_3422638915","text":"#% increased Agility speed","type":"implicit"},{"id":"implicit.stat_3001376862","text":"#% reduced Area Damage taken from Hits","type":"implicit"},{"id":"implicit.stat_4253454700","text":"+#% Chance to Block (Shields)","type":"implicit"},{"id":"implicit.stat_548865797","text":"Area contains a Rogue Exile","type":"implicit"},{"id":"implicit.stat_2949489150","text":"Area contains a Tormented Spirit","type":"implicit"},{"id":"implicit.stat_425242359","text":"#% of Physical Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_252194507","text":"#% increased Cast Speed during any Flask Effect","type":"implicit"},{"id":"implicit.stat_3907094951","text":"Area contains at least 1 Warband Pack","type":"implicit"},{"id":"implicit.stat_2696701853","text":"#% increased Attack Damage with Main Hand","type":"implicit"},{"id":"implicit.stat_1436284579","text":"Cannot be Blinded","type":"implicit"},{"id":"implicit.stat_4282426229","text":"Gain an Endurance, Frenzy or Power Charge every 6 seconds","type":"implicit"},{"id":"implicit.stat_2570943032","text":"Area contains a Strongbox","type":"implicit"},{"id":"implicit.stat_461472247","text":"Grants Level # Conductivity Skill","type":"implicit"},{"id":"implicit.stat_1581907402","text":"#% increased Explicit Modifier magnitudes","type":"implicit"},{"id":"implicit.stat_3577248251","text":"You and your Minions take #% reduced Reflected Damage","type":"implicit"},{"id":"implicit.stat_2181129193","text":"#% additional Physical Damage Reduction while stationary","type":"implicit"},{"id":"implicit.stat_3591306273","text":"#% increased Damage while Leeching Life","type":"implicit"},{"id":"implicit.stat_452077019","text":"Slaying Enemies in a kill streak grants Rampage bonuses","type":"implicit"},{"id":"implicit.stat_1582887649","text":"#% chance to gain an Endurance Charge when you Stun an Enemy","type":"implicit"},{"id":"implicit.stat_1054322244","text":"#% chance to gain an Endurance Charge on Kill","type":"implicit"},{"id":"implicit.stat_74338099","text":"Skills fire an additional Projectile","type":"implicit"},{"id":"implicit.stat_4064396395","text":"Attacks with this Weapon Penetrate #% Elemental Resistances","type":"implicit"},{"id":"implicit.stat_2878321598","text":"Area contains up to 1 Shrine","type":"implicit"},{"id":"implicit.stat_4052037485","text":"+# to maximum Energy Shield (Local)","type":"implicit"},{"id":"implicit.stat_981753179","text":"Inflict Lightning Exposure on Hit, applying #% to Lightning Resistance","type":"implicit"},{"id":"implicit.stat_1169502663","text":"Grants Level # Frostbite Skill","type":"implicit"},{"id":"implicit.stat_1871056256","text":"#% of Physical Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_1994684426","text":"#% increased Damage while Leeching Mana","type":"implicit"},{"id":"implicit.stat_1915414884","text":"#% chance when you pay a Skill\'s Cost to gain that much Mana","type":"implicit"},{"id":"implicit.stat_581013336","text":"Area contains an additional Magic Monster pack","type":"implicit"},{"id":"implicit.stat_3944782785","text":"#% increased Attack Damage against Bleeding Enemies","type":"implicit"},{"id":"implicit.stat_2924279089","text":"#% increased Attack Damage with Off Hand","type":"implicit"},{"id":"implicit.stat_170394517","text":"#% more Accuracy Rating","type":"implicit"},{"id":"implicit.stat_585159631","text":"Area contains a Silver Coin","type":"implicit"},{"id":"implicit.stat_3375859421","text":"#% of Lightning Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_3743301799","text":"#% increased Fire Damage taken","type":"implicit"},{"id":"implicit.stat_1189760108","text":"#% of Cold Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_3714003708","text":"+#% to Critical Strike Multiplier for Attack Damage","type":"implicit"},{"id":"implicit.stat_820939409","text":"Gain # Mana per Enemy Hit with Attacks","type":"implicit"},{"id":"implicit.stat_2034658008","text":"#% increased Damage per Power Charge","type":"implicit"},{"id":"implicit.stat_3303114033","text":"#% reduced Cold Damage taken","type":"implicit"},{"id":"implicit.stat_2841027131","text":"Regenerate # Life per second while moving","type":"implicit"},{"id":"implicit.stat_3676141501","text":"+#% to maximum Cold Resistance","type":"implicit"},{"id":"implicit.stat_674553446","text":"Adds # to # Chaos Damage to Attacks","type":"implicit"},{"id":"implicit.stat_1579578270","text":"#% increased Trap Disarmament speed","type":"implicit"},{"id":"implicit.stat_335507772","text":"+# to maximum Fortification","type":"implicit"},{"id":"implicit.stat_1866911844","text":"Socketed Gems are Supported by Level # Inspiration","type":"implicit"},{"id":"implicit.stat_2810286377","text":"Area contains an additional pack with a Rare monster","type":"implicit"},{"id":"implicit.stat_2209668839","text":"Grants Level # Flammability Skill","type":"implicit"},{"id":"implicit.stat_3067892458","text":"Triggered Spells deal #% increased Spell Damage","type":"implicit"},{"id":"implicit.stat_3095027077","text":"#% increased Brute Force speed","type":"implicit"},{"id":"implicit.stat_1456551059","text":"#% increased Perception speed","type":"implicit"},{"id":"implicit.stat_1160596338","text":"Area contains an additional Underground Area","type":"implicit"},{"id":"implicit.stat_396238230","text":"Drops Scorched Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_1170386874","text":"+# to Level of Socketed Vaal Gems","type":"implicit"},{"id":"implicit.stat_660404777","text":"#% increased Evasion Rating per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_2905515354","text":"You take #% of Damage from Blocked Hits","type":"implicit"},{"id":"implicit.stat_3868549606","text":"Gain a Frenzy Charge after Spending a total of 200 Mana","type":"implicit"},{"id":"implicit.stat_1504905117","text":"Warcry Skills have +# seconds to Cooldown","type":"implicit"},{"id":"implicit.stat_3849207804","text":"Area contains an Invasion Boss","type":"implicit"},{"id":"implicit.stat_1774370437","text":"Trigger Level # Summon Taunting Contraption when you use a Flask","type":"implicit"},{"id":"implicit.stat_215124030","text":"# to # Added Cold Damage with Bow Attacks","type":"implicit"},{"id":"implicit.stat_2888942321","text":"#% increased Counter-Thaumaturgy speed","type":"implicit"},{"id":"implicit.stat_2524254339","text":"Culling Strike","type":"implicit"},{"id":"implicit.stat_1702195217","text":"+#% Chance to Block Attack Damage","type":"implicit"},{"id":"implicit.stat_3484657501","text":"+# to Armour (Local)","type":"implicit"},{"id":"implicit.stat_2483795307","text":"#% chance to gain a Power Charge on Kill","type":"implicit"},{"id":"implicit.stat_1396421504","text":"+#% to Quality of Socketed Melee Gems","type":"implicit"},{"id":"implicit.stat_3240073117","text":"#% increased Life Recovery rate","type":"implicit"},{"id":"implicit.stat_2551779822","text":"+# Armour while stationary","type":"implicit"},{"id":"implicit.stat_350598685","text":"+# metres to Weapon Range","type":"implicit"},{"id":"implicit.stat_827329571","text":"#% increased Spell Damage per Power Charge","type":"implicit"},{"id":"implicit.stat_2133341901","text":"#% of Physical Damage Converted to Cold Damage","type":"implicit"},{"id":"implicit.stat_1277237365","text":"Monsters have Onslaught","type":"implicit"},{"id":"implicit.stat_3211817426","text":"#% increased Engineering speed","type":"implicit"},{"id":"implicit.stat_264042990","text":"All Damage from Hits with This Weapon can Poison","type":"implicit"},{"id":"implicit.stat_1145451936","text":"Area contains The Sacred Grove","type":"implicit"},{"id":"implicit.stat_2907896585","text":"+#% chance to Suppress Spell Damage while moving","type":"implicit"},{"id":"implicit.stat_2390685262","text":"#% increased Quantity of Items found in your Maps","type":"implicit"},{"id":"implicit.stat_3515686789","text":"#% increased Damage per Endurance Charge","type":"implicit"},{"id":"implicit.stat_2813626504","text":"Spells have a #% chance to deal Double Damage","type":"implicit"},{"id":"implicit.stat_1567462963","text":"Socketed Gems are supported by Level # Additional Accuracy","type":"implicit"},{"id":"implicit.stat_99089516","text":"Socketed Gems are supported by Level # Faster Projectiles","type":"implicit"},{"id":"implicit.stat_1335054179","text":"#% chance to Ignite","type":"implicit"},{"id":"implicit.stat_282417259","text":"#% increased Flammability Curse Effect","type":"implicit"},{"id":"implicit.stat_989800292","text":"Regenerate #% of Life per second per Endurance Charge","type":"implicit"},{"id":"implicit.stat_1313503107","text":"#% of Cold Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_1328548975","text":"+#% to Quality of Socketed Support Gems","type":"implicit"},{"id":"implicit.stat_3668351662","text":"#% increased Shock Duration on Enemies","type":"implicit"},{"id":"implicit.stat_3557750122","text":"Area contains an Expedition Encounter","type":"implicit"},{"id":"implicit.stat_2341269061","text":"Grants Level # Discipline Skill","type":"implicit"},{"id":"implicit.stat_2011785027","text":"Ignites you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_2802161115","text":"Gain 1 Rage on Hit with Attacks, no more than once every # seconds","type":"implicit"},{"id":"implicit.stat_53045048","text":"+# to Evasion Rating (Local)","type":"implicit"},{"id":"implicit.stat_4139229725","text":"# to # Added Attack Lightning Damage per 200 Accuracy Rating","type":"implicit"},{"id":"implicit.stat_261342933","text":"Secrets of Suffering","type":"implicit"},{"id":"implicit.stat_2194114101","text":"#% increased Critical Strike Chance for Attacks","type":"implicit"},{"id":"implicit.stat_1444556985","text":"#% of Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_1468737867","text":"Area contains an additional Shrine","type":"implicit"},{"id":"implicit.stat_496011033","text":"+# Chaos Damage taken","type":"implicit"},{"id":"implicit.stat_3550168289","text":"Area is inhabited by # additional Rogue Exile","type":"implicit"},{"id":"implicit.stat_504850499","text":"Area contains an additional Harbinger","type":"implicit"},{"id":"implicit.stat_2877754099","text":"+#% to Quality of Socketed Dexterity Gems","type":"implicit"},{"id":"implicit.stat_1504091975","text":"#% of Fire Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_358129101","text":"Area is haunted by # additional Tormented Spirit","type":"implicit"},{"id":"implicit.stat_4055307827","text":"+#% to Chaos Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_3828613551","text":"+#% to Quality of Socketed Gems","type":"implicit"},{"id":"implicit.stat_1994562755","text":"Area contains Metamorph Monsters","type":"implicit"},{"id":"implicit.stat_563547620","text":"Spend Energy Shield before Mana for Costs of Socketed Skills","type":"implicit"},{"id":"implicit.stat_1452809865","text":"#% increased Flask Charges gained","type":"implicit"},{"id":"implicit.stat_1133016593","text":"Adds # to # Fire Damage to Spells","type":"implicit"},{"id":"implicit.stat_1754445556","text":"Adds # to # Lightning Damage to Attacks","type":"implicit"},{"id":"implicit.stat_589489789","text":"Can\'t use Flask in Fifth Slot","type":"implicit"},{"id":"implicit.stat_4095671657","text":"+#% to maximum Fire Resistance","type":"implicit"},{"id":"implicit.stat_1017730114","text":"#% of Lightning Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_4138979329","text":"+# to Maximum Power Charges and Maximum Endurance Charges","type":"implicit"},{"id":"implicit.stat_1997664024","text":"Drops Sapped Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_4067062424","text":"Adds # to # Cold Damage to Attacks","type":"implicit"},{"id":"implicit.stat_274716455","text":"+#% to Critical Strike Multiplier for Spell Damage","type":"implicit"},{"id":"implicit.stat_2309614417","text":"#% chance to Freeze","type":"implicit"},{"id":"implicit.stat_3648858570","text":"# to # Added Cold Damage per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_1425651005","text":"#% reduced Damage taken from Projectile Hits","type":"implicit"},{"id":"implicit.stat_4124805414","text":"+#% to maximum Chance to Block Attack Damage","type":"implicit"},{"id":"implicit.stat_2907156609","text":"Poisons you inflict deal Damage #% faster","type":"implicit"},{"id":"implicit.stat_1950806024","text":"+#% to Cold Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_669069897","text":"#% of Physical Attack Damage Leeched as Mana (Local)","type":"implicit"},{"id":"implicit.stat_2522672898","text":"#% of Fire Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_846313030","text":"You are Crushed","type":"implicit"},{"id":"implicit.stat_2514424018","text":"You gain Onslaught for # seconds on Hit","type":"implicit"},{"id":"implicit.stat_623823763","text":"#% increased Evasion Rating from Equipped Helmet and Boots","type":"implicit"},{"id":"implicit.stat_1419713278","text":"You and nearby Allies deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_4154259475","text":"+# to Level of Socketed Support Gems","type":"implicit"},{"id":"implicit.stat_2166444903","text":"+#% Chance to Block Attack Damage while Dual Wielding","type":"implicit"},{"id":"implicit.stat_2089652545","text":"#% chance to Intimidate Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_3002506763","text":"#% chance to Hinder Enemies on Hit with Spells","type":"implicit"},{"id":"implicit.stat_1896971621","text":"#% increased Mine Throwing Speed","type":"implicit"},{"id":"implicit.stat_710372469","text":"Curse Enemies with Conductivity on Hit","type":"implicit"},{"id":"implicit.stat_2831165374","text":"Adds # to # Lightning Damage to Spells","type":"implicit"},{"id":"implicit.stat_1011760251","text":"+#% to maximum Lightning Resistance","type":"implicit"},{"id":"implicit.stat_3126680545","text":"+# to Accuracy Rating per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_2469416729","text":"Adds # to # Cold Damage to Spells","type":"implicit"},{"id":"implicit.stat_3903907406","text":"Enemies you\'ve Hit Recently have #% reduced Life Regeneration rate","type":"implicit"},{"id":"implicit.stat_2839036860","text":"#% increased Endurance, Frenzy and Power Charge Duration","type":"implicit"},{"id":"implicit.stat_1060540099","text":"Adds # to # Fire Damage to Attacks with this Weapon per 10 Strength","type":"implicit"},{"id":"implicit.stat_4021566756","text":"#% of Physical Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_1065909420","text":"#% increased Vulnerability Curse Effect","type":"implicit"},{"id":"implicit.stat_1294118672","text":"#% increased Damage with Bleeding","type":"implicit"},{"id":"implicit.stat_768982451","text":"+#% to Quality of Socketed AoE Gems","type":"implicit"},{"id":"implicit.stat_1749278976","text":"#% chance to inflict Brittle on Enemies when you Block their Damage","type":"implicit"},{"id":"implicit.stat_4212255859","text":"Cannot be Knocked Back","type":"implicit"},{"id":"implicit.stat_984148407","text":"Drops Brittle Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_3739863694","text":"#% chance to Impale Enemies on Hit with Attacks","type":"implicit"},{"id":"implicit.stat_3438201750","text":"#% chance to Intimidate Enemies for 4 seconds on Hit with Attacks","type":"implicit"},{"id":"implicit.stat_3815042054","text":"#% increased total Recovery per second from Life Leech for each Corrupted Item Equipped","type":"implicit"},{"id":"implicit.stat_1533563525","text":"#% of Physical Damage Converted to Fire Damage","type":"implicit"},{"id":"implicit.stat_1263158408","text":"Elemental Equilibrium","type":"implicit"},{"id":"implicit.stat_2435536961","text":"Adds # to # Physical Damage to Spells","type":"implicit"},{"id":"implicit.stat_2443492284","text":"Ignites you inflict deal Damage #% faster","type":"implicit"},{"id":"implicit.stat_4004011170","text":"#% increased Chaos Damage for each Corrupted Item Equipped","type":"implicit"},{"id":"implicit.stat_791154540","text":"#% increased Armour from Equipped Helmet and Gloves","type":"implicit"},{"id":"implicit.stat_2011656677","text":"#% increased Poison Duration","type":"implicit"},{"id":"implicit.stat_2325632050","text":"Socketed Gems are supported by Level # Cast On Critical Strike","type":"implicit"},{"id":"implicit.stat_424549222","text":"Shocks you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_795138349","text":"#% chance to Poison on Hit","type":"implicit"},{"id":"implicit.stat_4265392510","text":"Grants Level # Determination Skill","type":"implicit"},{"id":"implicit.stat_2679819855","text":"#% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped","type":"implicit"},{"id":"implicit.stat_2224292784","text":"Can have up to # additional Trap placed at a time","type":"implicit"},{"id":"implicit.stat_2122183138","text":"# Mana gained when you Block","type":"implicit"},{"id":"implicit.stat_2428621158","text":"+#% to Quality of Socketed Projectile Gems","type":"implicit"},{"id":"implicit.stat_1001077145","text":"Arrows Chain +# times","type":"implicit"},{"id":"implicit.stat_1523888729","text":"Trigger Level # Fiery Impact on Melee Hit with this Weapon","type":"implicit"},{"id":"implicit.stat_1431238626","text":"#% of Physical Damage from Hits with this Weapon is Converted to a random Element","type":"implicit"},{"id":"implicit.stat_2223640518","text":"Socketed Gems are supported by Level # Blind","type":"implicit"},{"id":"implicit.stat_1240056437","text":"Haste has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3679418014","text":"#% of Cold Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_4274080377","text":"#% increased Damage per 100 Strength","type":"implicit"},{"id":"implicit.stat_1124980805","text":"#% increased Cooldown Recovery Rate of Movement Skills","type":"implicit"},{"id":"implicit.stat_779391868","text":"#% chance to Scorch Enemies when you Block their Damage","type":"implicit"},{"id":"implicit.stat_3348324479","text":"#% increased Elemental Weakness Curse Effect","type":"implicit"},{"id":"implicit.stat_1944316218","text":"Purity of Ice has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3390848861","text":"Adds # to # Lightning Damage to Attacks with this Weapon per 10 Intelligence","type":"implicit"},{"id":"implicit.stat_3582580206","text":"#% increased Damage while Dead","type":"implicit"},{"id":"implicit.stat_767196662","text":"#% increased Damage if Corrupted","type":"implicit"},{"id":"implicit.stat_3240769289","text":"#% of Physical Damage Converted to Lightning Damage","type":"implicit"},{"id":"implicit.stat_803737631","text":"+# to Accuracy Rating","type":"implicit"},{"id":"implicit.stat_149574107","text":"Adds # to # Cold Damage to Attacks with this Weapon per 10 Dexterity","type":"implicit"},{"id":"implicit.stat_3828375170","text":"Bleeding you inflict deals Damage #% faster","type":"implicit"},{"id":"implicit.stat_4208096430","text":"#% chance to Gain Arcane Surge on Hit with Spells","type":"implicit"},{"id":"implicit.stat_1923879260","text":"Attacks have #% chance to cause Bleeding","type":"implicit"},{"id":"implicit.stat_2353576063","text":"#% increased Effect of your Curses","type":"implicit"},{"id":"implicit.stat_803185500","text":"#% increased Effect of your Marks","type":"implicit"},{"id":"implicit.stat_2867050084","text":"Grants Level # Grace Skill","type":"implicit"},{"id":"implicit.stat_4223377453","text":"#% increased Brand Attachment range","type":"implicit"},{"id":"implicit.stat_3513180117","text":"#% increased Mana Recovery rate","type":"implicit"},{"id":"implicit.stat_1181501418","text":"+# to Maximum Rage","type":"implicit"},{"id":"implicit.stat_338121249","text":"Curse Enemies with Flammability on Hit","type":"implicit"},{"id":"implicit.stat_78985352","text":"#% chance to Intimidate Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_3897451709","text":"Area contains an additional Legion Encounter","type":"implicit"},{"id":"implicit.stat_3224819794","text":"Area contains an additional Breach","type":"implicit"},{"id":"implicit.stat_426847518","text":"Curse Enemies with Frostbite on Hit","type":"implicit"},{"id":"implicit.stat_2947215268","text":"#% increased Damage during any Flask Effect","type":"implicit"},{"id":"implicit.stat_1408638732","text":"#% increased Character Size","type":"implicit"},{"id":"implicit.stat_99927264","text":"#% reduced Shock Duration on you","type":"implicit"},{"id":"implicit.stat_1874553720","text":"#% reduced Chill Duration on you","type":"implicit"},{"id":"implicit.stat_118398748","text":"#% increased Trap Throwing Speed","type":"implicit"},{"id":"implicit.stat_1671749203","text":"Areas contain Ritual Altars","type":"implicit"},{"id":"implicit.stat_3001853534","text":"Contains a Forge that can Combine Crucible Passive Skill Trees","type":"implicit"},{"id":"implicit.stat_2419712247","text":"#% increased Duration of Ailments on Enemies","type":"implicit"},{"id":"implicit.stat_821241191","text":"#% increased Life Recovery from Flasks","type":"implicit"},{"id":"implicit.stat_1962922582","text":"#% chance to gain an additional Vaal Soul on Kill","type":"implicit"},{"id":"implicit.stat_1316278494","text":"#% increased Warcry Speed","type":"implicit"},{"id":"implicit.stat_1795443614","text":"Has Elder, Shaper and all Conqueror Influences","type":"implicit"},{"id":"implicit.stat_2039822488","text":"+#% to Maximum Quality","type":"implicit"},{"id":"implicit.stat_395808938","text":"Area contains an additional Essence","type":"implicit"},{"id":"implicit.stat_3240183538","text":"Area contains an additional Strongbox","type":"implicit"},{"id":"implicit.stat_2459451600","text":"#% of Cold Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_1065580342","text":"+#% to Quality of Socketed Lightning Gems","type":"implicit"},{"id":"implicit.stat_2902845638","text":"Projectiles Pierce # additional Targets","type":"implicit"},{"id":"implicit.stat_3151397056","text":"#% increased Effect of Onslaught on you","type":"implicit"},{"id":"implicit.stat_1079148723","text":"Socketed Gems are supported by Level # Cast when Stunned","type":"implicit"},{"id":"implicit.stat_165218607","text":"Hits have #% increased Critical Strike Chance against you","type":"implicit"},{"id":"implicit.stat_3764265320","text":"#% of Physical Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_1070816711","text":"Area contains an additional Abyss","type":"implicit"},{"id":"implicit.stat_3593843976","text":"#% of Physical Attack Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_342670903","text":"#% increased Damage per 100 Dexterity","type":"implicit"},{"id":"implicit.stat_3295179224","text":"Enemies you Kill have a #% chance to Explode, dealing a tenth of their maximum Life as Physical Damage","type":"implicit"},{"id":"implicit.stat_3871212304","text":"Increases and Reductions to Damage with Vaal Skills also apply to Non-Vaal Skills","type":"implicit"},{"id":"implicit.stat_1420170973","text":"Grants # Life and Mana per Enemy Hit","type":"implicit"},{"id":"implicit.stat_2062835769","text":"+#% to Quality of Socketed Chaos Gems","type":"implicit"},{"id":"implicit.stat_1625982517","text":"Withered you Inflict expires #% faster","type":"implicit"},{"id":"implicit.stat_4136821316","text":"While a Unique Enemy is in your Presence, #% increased Spell Damage","type":"implicit"},{"id":"implicit.stat_2032386732","text":"Socketed Gems are Supported by Level # Life Gain On Hit","type":"implicit"},{"id":"implicit.stat_3736925508","text":"Grants Level # Assassin\'s Mark Skill","type":"implicit"},{"id":"implicit.stat_1766142294","text":"#% increased Spell Damage while holding a Shield","type":"implicit"},{"id":"implicit.stat_2442647190","text":"Recover #% of Life when you Block","type":"implicit"},{"id":"implicit.stat_2113677718","text":"#% chance to Sap Enemies when you Block their Damage","type":"implicit"},{"id":"implicit.stat_940324562","text":"Grants Level # Temporal Chains Skill","type":"implicit"},{"id":"implicit.stat_1633778432","text":"Trigger Level # Flame Dash when you use a Socketed Skill","type":"implicit"},{"id":"implicit.stat_2300399854","text":"Adds # to # Chaos Damage to Spells","type":"implicit"},{"id":"implicit.stat_3307533469","text":"Area contains an additional Smuggler\'s Cache","type":"implicit"},{"id":"implicit.stat_3181974858","text":"#% chance to Cause Monsters to Flee","type":"implicit"},{"id":"implicit.stat_240857668","text":"#% increased Elusive Effect","type":"implicit"},{"id":"implicit.stat_2170876738","text":"Attack Critical Strikes ignore Enemy Monster Elemental Resistances","type":"implicit"},{"id":"implicit.stat_900639351","text":"Grace has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_3041288981","text":"Recover #% of your maximum Mana when you Block","type":"implicit"},{"id":"implicit.stat_2696663331","text":"#% of Lightning Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_3289633055","text":"Socketed Gems have #% increased Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_1623640288","text":"Freezes you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_988575597","text":"#% increased Energy Shield Recovery rate","type":"implicit"},{"id":"implicit.stat_680068163","text":"#% increased Stun Threshold","type":"implicit"},{"id":"implicit.stat_1538773178","text":"#% chance to Shock","type":"implicit"},{"id":"implicit.stat_3237948413","text":"#% of Physical Attack Damage Leeched as Mana","type":"implicit"},{"id":"implicit.stat_2276941637","text":"+#% to Quality of Socketed Aura Gems","type":"implicit"},{"id":"implicit.stat_3188455409","text":"Regenerate #% of Mana per second","type":"implicit"},{"id":"implicit.stat_1079239905","text":"Socketed Gems are Supported by Level # Lifetap","type":"implicit"},{"id":"implicit.stat_1334060246","text":"Adds # to # Lightning Damage","type":"implicit"},{"id":"implicit.stat_2081344089","text":"Discipline has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_49183689","text":"#% chance to Extinguish Enemies on Hit","type":"implicit"},{"id":"implicit.stat_3909846940","text":"Item drops on Death if Equipped by an Animated Guardian","type":"implicit"},{"id":"implicit.stat_1193283913","text":"Flasks gain # Charges every 3 seconds","type":"implicit"},{"id":"implicit.stat_1234687045","text":"#% increased Maximum Energy Shield from Equipped Gloves and Boots","type":"implicit"},{"id":"implicit.stat_3496944181","text":"#% increased Spell Damage while wielding a Staff","type":"implicit"},{"id":"implicit.stat_3574189159","text":"Elemental Overload","type":"implicit"},{"id":"implicit.stat_824762042","text":"1% less Damage Taken per # Dexterity","type":"implicit"},{"id":"implicit.stat_325889252","text":"Determination has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_2410613176","text":"Grants Level # Vitality Skill","type":"implicit"},{"id":"implicit.stat_2668120423","text":"While a Unique Enemy is in your Presence, #% increased Lightning Damage","type":"implicit"},{"id":"implicit.stat_3257279374","text":"#% increased Damage with Hits and Ailments against Abyssal Monsters","type":"implicit"},{"id":"implicit.stat_3720627346","text":"#% increased Attack Speed with Wands","type":"implicit"},{"id":"implicit.stat_1520059289","text":"Onslaught","type":"implicit"},{"id":"implicit.stat_3019083030","text":"While a Unique Enemy is in your Presence, #% increased Movement Speed","type":"implicit"},{"id":"implicit.stat_3395908304","text":"#% increased Conductivity Curse Effect","type":"implicit"},{"id":"implicit.stat_321077055","text":"Adds # to # Fire Damage","type":"implicit"},{"id":"implicit.stat_1980216452","text":"While a Unique Enemy is in your Presence, #% increased Armour","type":"implicit"},{"id":"implicit.stat_1301765461","text":"+#% to maximum Chaos Resistance","type":"implicit"},{"id":"implicit.stat_310246444","text":"#% increased Damage while Leeching","type":"implicit"},{"id":"implicit.stat_3293699237","text":"#% increased Attack Speed with Swords","type":"implicit"},{"id":"implicit.stat_1510714129","text":"Attacks have #% chance to Maim on Hit","type":"implicit"},{"id":"implicit.stat_3394288644","text":"While a Unique Enemy is in your Presence, #% increased Evasion Rating","type":"implicit"},{"id":"implicit.stat_1811422871","text":"Socketed Gems are supported by Level # Melee Splash","type":"implicit"},{"id":"implicit.stat_1114962813","text":"While a Unique Enemy is in your Presence, #% increased maximum Energy Shield","type":"implicit"},{"id":"implicit.stat_1742651309","text":"#% of Fire Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_3550868361","text":"#% increased Attack Speed with Axes","type":"implicit"},{"id":"implicit.stat_1434716233","text":"Warcries Exert # additional Attack","type":"implicit"},{"id":"implicit.stat_3906868545","text":"Gain a Frenzy Charge every # seconds","type":"implicit"},{"id":"implicit.stat_3966666111","text":"#% increased Damage per 100 Intelligence","type":"implicit"},{"id":"implicit.stat_2154349925","text":"Herald of Ash has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_3814560373","text":"#% increased Physical Damage with Swords","type":"implicit"},{"id":"implicit.stat_2112874376","text":"While a Unique Enemy is in your Presence, +#% to Fire Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_1164882313","text":"+#% to Quality of Socketed Cold Gems","type":"implicit"},{"id":"implicit.stat_3422008440","text":"+#% to Quality of Socketed Fire Gems","type":"implicit"},{"id":"implicit.stat_2479683456","text":"Minions Regenerate #% of Life per second","type":"implicit"},{"id":"implicit.stat_1314617696","text":"+#% to Physical Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_3159649981","text":"Area contains an Expedition Boss (#)","type":"implicit","option":{"options":[{"id":1,"text":"Medved, Feller of Heroes"},{"id":2,"text":"Vorana, Last to Fall"},{"id":3,"text":"Uhtred, Covetous Traitor"},{"id":4,"text":"Olroth, Origin of the Fall"}]}},{"id":"implicit.stat_1678690824","text":"#% increased Spell Damage while Dual Wielding","type":"implicit"},{"id":"implicit.stat_2558323947","text":"While a Unique Enemy is in your Presence, #% increased effect of Non-Curse Auras from your Skills","type":"implicit"},{"id":"implicit.stat_1443215722","text":"#% increased Frostbite Curse Effect","type":"implicit"},{"id":"implicit.stat_1712221299","text":"+#% to Critical Strike Multiplier with Bows","type":"implicit"},{"id":"implicit.stat_1030153674","text":"Recover #% of Mana on Kill","type":"implicit"},{"id":"implicit.stat_3882531569","text":"#% increased Physical Damage with Daggers","type":"implicit"},{"id":"implicit.stat_139925400","text":"Purity of Ice has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_3375935924","text":"Minions have #% increased Attack Speed","type":"implicit"},{"id":"implicit.stat_3806837783","text":"While a Unique Enemy is in your Presence, #% increased Energy Shield Recharge Rate","type":"implicit"},{"id":"implicit.stat_2539726203","text":"Purity of Fire has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2126027382","text":"Herald of Purity has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_3185156108","text":"#% increased Despair Curse Effect","type":"implicit"},{"id":"implicit.stat_2962782530","text":"+# to Armour and Evasion Rating while Fortified","type":"implicit"},{"id":"implicit.stat_2970621759","text":"#% of Lightning Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_1220361974","text":"Enemies you Kill Explode, dealing #% of their Life as Physical Damage","type":"implicit"},{"id":"implicit.stat_3637727672","text":"General\'s Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_3293830776","text":"#% increased Enfeeble Curse Effect","type":"implicit"},{"id":"implicit.stat_2146663823","text":"Attacks Exerted by Ancestral Cry deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_3759735052","text":"#% increased Attack Speed with Bows","type":"implicit"},{"id":"implicit.stat_1435748744","text":"Curse Skills have #% increased Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_2023107756","text":"Recover #% of Life on Kill","type":"implicit"},{"id":"implicit.stat_3666934677","text":"#% increased Experience gain","type":"implicit"},{"id":"implicit.stat_3617955571","text":"Enduring Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_1598254831","text":"While a Unique Enemy is in your Presence, Damage Penetrates #% Lightning Resistance","type":"implicit"},{"id":"implicit.stat_2555092341","text":"Gain an Endurance Charge every # seconds","type":"implicit"},{"id":"implicit.stat_744082851","text":"#% of Chaos Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2847548062","text":"#% increased Mana Regeneration Rate per Power Charge","type":"implicit"},{"id":"implicit.stat_3814686091","text":"Herald of Thunder has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_2320884914","text":"#% increased Attack and Cast Speed during Onslaught","type":"implicit"},{"id":"implicit.stat_2055257822","text":"Areas contain an Ultimatum Encounter","type":"implicit"},{"id":"implicit.stat_2382196858","text":"#% increased Cast Speed while Dual Wielding","type":"implicit"},{"id":"implicit.stat_828179689","text":"#% increased Effect of Chill","type":"implicit"},{"id":"implicit.stat_1662974426","text":"#% increased Temporal Chains Curse Effect","type":"implicit"},{"id":"implicit.stat_490098963","text":"#% of Physical Damage Converted to Chaos Damage","type":"implicit"},{"id":"implicit.stat_3191479793","text":"#% increased effect of Offerings","type":"implicit"},{"id":"implicit.stat_725501141","text":"While a Unique Enemy is in your Presence, #% Chance to Block Attack Damage","type":"implicit"},{"id":"implicit.stat_3165492062","text":"#% increased Vaal Skill Critical Strike Chance","type":"implicit"},{"id":"implicit.stat_2508100173","text":"#% of Physical Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_3536689603","text":"Grants Level # Sniper\'s Mark Skill","type":"implicit"},{"id":"implicit.stat_762600725","text":"# Life gained when you Block","type":"implicit"},{"id":"implicit.stat_3846810663","text":"#% reduced Reflected Damage taken","type":"implicit"},{"id":"implicit.stat_2238792070","text":"#% of Chaos Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2844206732","text":"#% increased Punishment Curse Effect","type":"implicit"},{"id":"implicit.stat_2662416009","text":"Tempest Shield has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_287491423","text":"#% additional Physical Damage Reduction against Abyssal Monsters","type":"implicit"},{"id":"implicit.stat_3684879618","text":"#% increased Movement Speed while Phasing","type":"implicit"},{"id":"implicit.stat_402920808","text":"#% increased Physical Damage with Bows","type":"implicit"},{"id":"implicit.stat_1862926389","text":"Herald of Ice has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_1871491972","text":"1% less Damage Taken per # Strength","type":"implicit"},{"id":"implicit.stat_1612163368","text":"#% increased Cast Speed while holding a Shield","type":"implicit"},{"id":"implicit.stat_2066542501","text":"#% increased Cast Speed while wielding a Staff","type":"implicit"},{"id":"implicit.stat_3544391750","text":"Spirit Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_841219865","text":"While a Unique Enemy is in your Presence, +#% to Physical Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_2250111474","text":"#% increased Effect of the Buff granted by your Ice Golems","type":"implicit"},{"id":"implicit.stat_3541970927","text":"Purity of Elements has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_720395808","text":"#% of Elemental Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2874488491","text":"1% less Damage Taken per # Intelligence","type":"implicit"},{"id":"implicit.stat_3594640492","text":"Regenerate #% of Energy Shield per second","type":"implicit"},{"id":"implicit.stat_876831634","text":"Cannot be Frozen","type":"implicit"},{"id":"implicit.stat_4189960647","text":"While a Unique Enemy is in your Presence, Minions deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_860668586","text":"#% increased Cold Damage with Attack Skills","type":"implicit"},{"id":"implicit.stat_4191234472","text":"While a Unique Enemy is in your Presence, #% increased Critical Strike Chance for Spells","type":"implicit"},{"id":"implicit.stat_1847660463","text":"While a Unique Enemy is in your Presence, #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_3743438423","text":"#% of Physical Damage is taken from Mana before Life","type":"implicit"},{"id":"implicit.stat_4000101551","text":"Minions have #% increased Cast Speed","type":"implicit"},{"id":"implicit.stat_631097842","text":"Infernal Cry has #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_1218939541","text":"#% increased Critical Strike Chance for Spells while Dual Wielding","type":"implicit"},{"id":"implicit.stat_1801289192","text":"Bone Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_1743742391","text":"#% of Fire Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2426838124","text":"#% increased Battlemage\'s Cry Buff Effect","type":"implicit"},{"id":"implicit.stat_2769075491","text":"#% increased Physical Damage with Wands","type":"implicit"},{"id":"implicit.stat_2538566497","text":"#% increased Attack Speed with Daggers","type":"implicit"},{"id":"implicit.stat_140429540","text":"#% increased Critical Strike Chance for Spells while wielding a Staff","type":"implicit"},{"id":"implicit.stat_1421645223","text":"#% increased Attack Speed with Claws","type":"implicit"},{"id":"implicit.stat_3533655459","text":"Gain a Power Charge every # seconds","type":"implicit"},{"id":"implicit.stat_3059357595","text":"Skeletons deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_2420972973","text":"#% increased Effect of the Buff granted by your Carrion Golems","type":"implicit"},{"id":"implicit.stat_2264295449","text":"+# metres to Melee Strike Range","type":"implicit"},{"id":"implicit.stat_1134560807","text":"Intimidating Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_2669364207","text":"While a Unique Enemy is in your Presence, #% increased Effect of your Curses","type":"implicit"},{"id":"implicit.stat_2402136583","text":"Gain #% of Lightning Damage as Extra Chaos Damage","type":"implicit"},{"id":"implicit.stat_2468413380","text":"#% increased Fire Damage with Attack Skills","type":"implicit"},{"id":"implicit.stat_1916766878","text":"While a Unique Enemy is in your Presence, #% increased Life Regeneration rate","type":"implicit"},{"id":"implicit.stat_4219746989","text":"+#% to Critical Strike Multiplier with Axes","type":"implicit"},{"id":"implicit.stat_3478075311","text":"# to # Added Chaos Damage with Bow Attacks","type":"implicit"},{"id":"implicit.stat_3801128794","text":"#% increased Damage per 15 Intelligence","type":"implicit"},{"id":"implicit.stat_635761691","text":"#% increased Physical Damage with Claws","type":"implicit"},{"id":"implicit.stat_1585769763","text":"#% increased Blind Effect","type":"implicit"},{"id":"implicit.stat_2127607252","text":"While a Unique Enemy is in your Presence, #% increased Cold Damage","type":"implicit"},{"id":"implicit.stat_2008219439","text":"#% increased Physical Damage with Axes","type":"implicit"},{"id":"implicit.stat_3998961962","text":"While a Unique Enemy is in your Presence, +#% chance to Suppress Spell Damage","type":"implicit"},{"id":"implicit.stat_1809006367","text":"Totems gain +#% to all Elemental Resistances","type":"implicit"},{"id":"implicit.stat_3995612171","text":"#% increased Arctic Armour Buff Effect","type":"implicit"},{"id":"implicit.stat_2109043683","text":"#% increased Effect of Buffs granted by your Golems","type":"implicit"},{"id":"implicit.stat_2284801675","text":"#% increased Effect of the Buff granted by your Stone Golems","type":"implicit"},{"id":"implicit.stat_1718147982","text":"#% increased Minion Accuracy Rating","type":"implicit"},{"id":"implicit.stat_3531280422","text":"Adds # to # Chaos Damage","type":"implicit"},{"id":"implicit.stat_3774831856","text":"#% increased Physical Damage with Maces or Sceptres","type":"implicit"},{"id":"implicit.stat_2323242761","text":"#% chance to gain a Frenzy Charge on Hit","type":"implicit"},{"id":"implicit.stat_4061200499","text":"While a Unique Enemy is in your Presence, #% increased Attack Damage","type":"implicit"},{"id":"implicit.stat_141810208","text":"#% of Attack Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_3150705301","text":"#% increased Physical Damage with Staves","type":"implicit"},{"id":"implicit.stat_2228518621","text":"Raised Zombies deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_3003688066","text":"Purity of Fire has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_2501237765","text":"Socketed Gems are supported by Level # Multistrike","type":"implicit"},{"id":"implicit.stat_789978501","text":"Flesh and Stone has #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_66303477","text":"+# to Minimum Endurance, Frenzy and Power Charges","type":"implicit"},{"id":"implicit.stat_458438597","text":"#% of Damage is taken from Mana before Life","type":"implicit"},{"id":"implicit.stat_658456881","text":"+# to Minimum Frenzy Charges","type":"implicit"},{"id":"implicit.stat_966747987","text":"+# to maximum number of Raised Zombies","type":"implicit"},{"id":"implicit.stat_2515515064","text":"#% increased Attack Speed with Maces or Sceptres","type":"implicit"},{"id":"implicit.stat_2062174346","text":"#% increased Damage per 15 Dexterity","type":"implicit"},{"id":"implicit.stat_1771822543","text":"While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_3710240762","text":"While a Unique Enemy is in your Presence, #% increased Critical Strike Chance for Attacks","type":"implicit"},{"id":"implicit.stat_3948776386","text":"#% increased Damage per 15 Strength","type":"implicit"},{"id":"implicit.stat_1394963553","text":"#% increased Attack Speed with Staves","type":"implicit"},{"id":"implicit.stat_1394771132","text":"While a Unique Enemy is in your Presence, #% increased Damage per Power Charge","type":"implicit"},{"id":"implicit.stat_1361343333","text":"Regenerate # Mana per Second while Dual Wielding","type":"implicit"},{"id":"implicit.stat_604852150","text":"While a Unique Enemy is in your Presence, #% increased Global Physical Damage","type":"implicit"},{"id":"implicit.stat_45589825","text":"Purity of Lightning has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3056045252","text":"Minions take #% reduced Reflected Damage","type":"implicit"},{"id":"implicit.stat_2894476716","text":"Gain # Endurance Charge every second if you\'ve been Hit Recently","type":"implicit"},{"id":"implicit.stat_3309607228","text":"#% reduced Damage taken if Corrupted","type":"implicit"},{"id":"implicit.stat_1839076647","text":"#% increased Projectile Damage","type":"implicit"},{"id":"implicit.stat_1086147743","text":"#% increased Ignite Duration on Enemies","type":"implicit"},{"id":"implicit.stat_1586470077","text":"While a Unique Enemy is in your Presence, #% increased Armour from Equipped Helmet and Gloves","type":"implicit"},{"id":"implicit.stat_1297965523","text":"#% increased Accuracy Rating with Claws","type":"implicit"},{"id":"implicit.stat_2634574895","text":"While a Unique Enemy is in your Presence, +#% to Chaos Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_3935031607","text":"#% increased Lightning Damage with Spell Skills","type":"implicit"},{"id":"implicit.stat_3425675761","text":"While a Unique Enemy is in your Presence, Damage Penetrates #% Fire Resistance","type":"implicit"},{"id":"implicit.stat_2875239648","text":"While a Unique Enemy is in your Presence, #% increased Chaos Damage","type":"implicit"},{"id":"implicit.stat_2527931375","text":"#% increased Effect of the Buff granted by your Lightning Golems","type":"implicit"},{"id":"implicit.stat_2929101122","text":"Socketed Gems are Supported by Level # Elemental Proliferation","type":"implicit"},{"id":"implicit.stat_1648511635","text":"#% increased Effect of the Buff granted by your Chaos Golems","type":"implicit"},{"id":"implicit.stat_2016247664","text":"While a Unique Enemy is in your Presence, #% increased Cast Speed","type":"implicit"},{"id":"implicit.stat_1699220089","text":"While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying #% to Cold Resistance","type":"implicit"},{"id":"implicit.stat_1459321413","text":"#% increased Bleeding Duration","type":"implicit"},{"id":"implicit.stat_1590336483","text":"While a Unique Enemy is in your Presence, #% increased Fire Damage","type":"implicit"},{"id":"implicit.stat_2415020123","text":"While a Unique Enemy is in your Presence, #% increased Damage per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_614709726","text":"While a Unique Enemy is in your Presence, #% increased Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_2349237916","text":"+#% to Critical Strike Multiplier for Spells while Dual Wielding","type":"implicit"},{"id":"implicit.stat_3411256933","text":"Purity of Lightning has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_327253797","text":"#% chance to Defend with 200% of Armour","type":"implicit"},{"id":"implicit.stat_2881111359","text":"#% Chance to Block Spell Damage (Legacy)","type":"implicit"},{"id":"implicit.stat_496053892","text":"Left ring slot: #% increased Effect of Curses on you","type":"implicit"},{"id":"implicit.stat_4279053153","text":"Right ring slot: #% increased Effect of Curses on you","type":"implicit"},{"id":"implicit.stat_1430255627","text":"#% increased Physical Damage with Spell Skills","type":"implicit"},{"id":"implicit.stat_1609570656","text":"#% increased Physical Damage while you have Unholy Might","type":"implicit"},{"id":"implicit.stat_3341892633","text":"While a Unique Enemy is in your Presence, #% increased Duration of Ailments on Enemies","type":"implicit"},{"id":"implicit.stat_2186994986","text":"#% increased Cold Damage with Spell Skills","type":"implicit"},{"id":"implicit.stat_26867112","text":"#% increased Attack and Cast Speed if Corrupted","type":"implicit"},{"id":"implicit.stat_3792821911","text":"Grants Level # Elemental Weakness Skill","type":"implicit"},{"id":"implicit.stat_4293455942","text":"Enemies Cannot Leech Life From you","type":"implicit"},{"id":"implicit.stat_3961014595","text":"#% increased Spell Damage per 16 Intelligence","type":"implicit"},{"id":"implicit.stat_3828039449","text":"While a Unique Enemy is in your Presence, Poisons you inflict deal Damage #% faster","type":"implicit"},{"id":"implicit.stat_621576159","text":"While a Unique Enemy is in your Presence, +#% to Cold Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_1123587207","text":"While a Unique Enemy is in your Presence, Regenerate #% of Life per second per Endurance Charge","type":"implicit"},{"id":"implicit.stat_3264420229","text":"While a Unique Enemy is in your Presence, #% chance to Avoid Elemental Ailments","type":"implicit"},{"id":"implicit.stat_1829486532","text":"While a Unique Enemy is in your Presence, #% increased Action Speed","type":"implicit"},{"id":"implicit.stat_2986495340","text":"While a Unique Enemy is in your Presence, #% increased Cooldown Recovery Rate of Travel Skills","type":"implicit"},{"id":"implicit.stat_3015437071","text":"#% increased Effect of Arcane Surge on you","type":"implicit"},{"id":"implicit.stat_3731630482","text":"+#% to all Elemental Resistances if Corrupted","type":"implicit"},{"id":"implicit.stat_318953428","text":"#% chance to Blind Enemies on Hit with Attacks","type":"implicit"},{"id":"implicit.stat_3114492047","text":"+#% to Critical Strike Multiplier with Swords","type":"implicit"},{"id":"implicit.stat_3320868777","text":"Left ring slot: #% increased Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_3629080637","text":"+#% to Critical Strike Multiplier for Spells while wielding a Staff","type":"implicit"},{"id":"implicit.stat_2239667237","text":"Right ring slot: #% increased Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_732411542","text":"While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying #% to Fire Resistance","type":"implicit"},{"id":"implicit.stat_3761858151","text":"#% increased Chaos Damage with Spell Skills","type":"implicit"},{"id":"implicit.stat_2062753054","text":"Socketed Gems are supported by Level # Fork","type":"implicit"},{"id":"implicit.stat_4208907162","text":"#% increased Lightning Damage with Attack Skills","type":"implicit"},{"id":"implicit.stat_3037553757","text":"#% increased Warcry Buff Effect","type":"implicit"},{"id":"implicit.stat_1358320252","text":"While a Unique Enemy is in your Presence, #% Chance to Block Spell Damage","type":"implicit"},{"id":"implicit.stat_1599775597","text":"Gain #% of Fire Damage as Extra Chaos Damage","type":"implicit"},{"id":"implicit.stat_3444931985","text":"While a Unique Enemy is in your Presence, +#% to maximum Cold Resistance","type":"implicit"},{"id":"implicit.stat_952509814","text":"#% increased Critical Strike Chance for Spells while holding a Shield","type":"implicit"},{"id":"implicit.stat_2054715690","text":"#% increased Accuracy Rating with Daggers","type":"implicit"},{"id":"implicit.stat_3485067555","text":"#% increased Chill Duration on Enemies","type":"implicit"},{"id":"implicit.stat_1617235962","text":"#% increased Accuracy Rating with Staves","type":"implicit"},{"id":"implicit.stat_1959092146","text":"#% increased Chaos Damage with Attack Skills","type":"implicit"},{"id":"implicit.stat_2826979740","text":"Nearby Enemies are Blinded","type":"implicit"},{"id":"implicit.stat_2950684886","text":"While a Unique Enemy is in your Presence, #% increased Effect of Non-Damaging Ailments","type":"implicit"},{"id":"implicit.stat_2311200892","text":"+#% to Critical Strike Multiplier for Spells while holding a Shield","type":"implicit"},{"id":"implicit.stat_3401410854","text":"While a Unique Enemy is in your Presence, #% increased Attack Speed","type":"implicit"},{"id":"implicit.stat_1241396104","text":"+#% to Critical Strike Multiplier with Wands","type":"implicit"},{"id":"implicit.stat_644456512","text":"#% reduced Flask Charges used","type":"implicit"},{"id":"implicit.stat_2572910724","text":"Herald of Agony has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_1794120699","text":"#% increased Prefix Modifier magnitudes","type":"implicit"},{"id":"implicit.stat_361162316","text":"#% increased Fire Damage with Spell Skills","type":"implicit"},{"id":"implicit.stat_458899422","text":"+#% to Critical Strike Multiplier with Maces or Sceptres","type":"implicit"},{"id":"implicit.stat_2347923784","text":"#% increased Attack Damage if Corrupted","type":"implicit"},{"id":"implicit.stat_789714862","text":"While a Unique Enemy is in your Presence, +#% to maximum Lightning Resistance","type":"implicit"},{"id":"implicit.stat_4218330172","text":"While a Unique Enemy is in your Presence, Hatred has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1033086302","text":"#% increased Suffix Modifier magnitudes","type":"implicit"},{"id":"implicit.stat_3796902731","text":"While a Unique Enemy is in your Presence, #% of Physical Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_2358153166","text":"While a Unique Enemy is in your Presence, +#% to all Elemental Resistances","type":"implicit"},{"id":"implicit.stat_891277550","text":"Socketed Gems are supported by Level # Life Leech","type":"implicit"},{"id":"implicit.stat_211381198","text":"Gain # Energy Shield per Enemy Hit with Attacks","type":"implicit"},{"id":"implicit.stat_2221570601","text":"#% Global chance to Blind Enemies on hit","type":"implicit"},{"id":"implicit.stat_2915373966","text":"Gain #% of Cold Damage as Extra Chaos Damage","type":"implicit"},{"id":"implicit.stat_1477049675","text":"While a Unique Enemy is in your Presence, Damage Penetrates #% Cold Resistance","type":"implicit"},{"id":"implicit.stat_3062531896","text":"While a Unique Enemy is in your Presence, +#% to all maximum Resistances","type":"implicit"},{"id":"implicit.stat_221309863","text":"Left ring slot: #% increased Duration of Ailments on You","type":"implicit"},{"id":"implicit.stat_2457848738","text":"Right ring slot: #% increased Duration of Ailments on You","type":"implicit"},{"id":"implicit.stat_1162425204","text":"Remove Ignite and Burning when you use a Flask","type":"implicit"},{"id":"implicit.stat_1327020319","text":"While a Unique Enemy is in your Presence, Malevolence has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1474913037","text":"+#% to Critical Strike Multiplier with Staves","type":"implicit"},{"id":"implicit.stat_4118987751","text":"#% increased Maximum total Life Recovery per second from Leech","type":"implicit"},{"id":"implicit.stat_3998601568","text":"+#% to Critical Strike Multiplier with Daggers","type":"implicit"},{"id":"implicit.stat_1576689223","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Cold Damage","type":"implicit"},{"id":"implicit.stat_3706959521","text":"+# to Minimum Endurance Charges","type":"implicit"},{"id":"implicit.stat_1683578560","text":"Unwavering Stance","type":"implicit"},{"id":"implicit.stat_1069618951","text":"Right ring slot: Minions take #% increased Damage","type":"implicit"},{"id":"implicit.stat_1954526925","text":"Immune to Curses if Corrupted","type":"implicit"},{"id":"implicit.stat_547412107","text":"#% increased Vaal Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_1840069423","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Critical Strike Chance for Attacks","type":"implicit"},{"id":"implicit.stat_2811834828","text":"+#% to Critical Strike Multiplier with Claws","type":"implicit"},{"id":"implicit.stat_3252913608","text":"Attacks Exerted by Seismic Cry deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_2150183156","text":"#% increased Accuracy Rating with Wands","type":"implicit"},{"id":"implicit.stat_2266750692","text":"#% increased Physical Damage with Attack Skills","type":"implicit"},{"id":"implicit.stat_2782184338","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Fire Damage","type":"implicit"},{"id":"implicit.stat_2094281311","text":"+#% to Animated Guardian Elemental Resistances","type":"implicit"},{"id":"implicit.stat_2070979181","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Chaos Damage","type":"implicit"},{"id":"implicit.stat_1296614065","text":"#% increased Fish Bite Sensitivity","type":"implicit"},{"id":"implicit.stat_3762868276","text":"Regenerate # Mana per Second while holding a Shield","type":"implicit"},{"id":"implicit.stat_1916904011","text":"Left ring slot: Minions take #% increased Damage","type":"implicit"},{"id":"implicit.stat_2408490382","text":"While a Unique Enemy is in your Presence, #% increased Evasion Rating from Equipped Helmet and Boots","type":"implicit"},{"id":"implicit.stat_3645693773","text":"Spectres have #% increased Damage","type":"implicit"},{"id":"implicit.stat_3549954477","text":"While a Unique Enemy is in your Presence, Gain #% of Physical Damage as Extra Fire Damage","type":"implicit"},{"id":"implicit.stat_280213220","text":"#% chance to Taunt Enemies on Hit with Attacks","type":"implicit"},{"id":"implicit.stat_3456379680","text":"Flesh Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_1708506642","text":"While a Unique Enemy is in your Presence, #% chance to Unnerve Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_2612056840","text":"#% increased Spell Damage per 16 Dexterity","type":"implicit"},{"id":"implicit.stat_169946467","text":"#% increased Accuracy Rating with Bows","type":"implicit"},{"id":"implicit.stat_2998245080","text":"While a Pinnacle Atlas Boss is in your Presence, +#% chance to Suppress Spell Damage","type":"implicit"},{"id":"implicit.stat_2876365933","text":"While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying #% to Lightning Resistance","type":"implicit"},{"id":"implicit.stat_3922006600","text":"Socketed Gems are Supported by Level # Arrogance","type":"implicit"},{"id":"implicit.stat_1999711879","text":"+# to Minimum Power Charges","type":"implicit"},{"id":"implicit.stat_3141084961","text":"While a Pinnacle Atlas Boss is in your Presence, Minions deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_11106713","text":"#% of Spell Damage Leeched as Energy Shield","type":"implicit"},{"id":"implicit.stat_1018817416","text":"While a Unique Enemy is in your Presence, Adds # to # Cold Damage to Spells","type":"implicit"},{"id":"implicit.stat_67280387","text":"Gain #% of Maximum Life as Extra Maximum Energy Shield","type":"implicit"},{"id":"implicit.stat_1211769158","text":"Damage Penetrates #% Cold Resistance","type":"implicit"},{"id":"implicit.stat_2423625781","text":"While a Unique Enemy is in your Presence, #% increased Global Accuracy Rating","type":"implicit"},{"id":"implicit.stat_2880601380","text":"#% increased Movement Speed if Corrupted","type":"implicit"},{"id":"implicit.stat_4272276606","text":"While a Unique Enemy is in your Presence, Adds # to # Physical Damage to Spells","type":"implicit"},{"id":"implicit.stat_3972739758","text":"Vitality has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_1481249164","text":"While a Unique Enemy is in your Presence, #% increased Life Recovery rate","type":"implicit"},{"id":"implicit.stat_2111629859","text":"While a Unique Enemy is in your Presence, Adds # to # Lightning Damage to Attacks","type":"implicit"},{"id":"implicit.stat_2090868905","text":"#% increased Accuracy Rating with Swords","type":"implicit"},{"id":"implicit.stat_266654028","text":"While a Unique Enemy is in your Presence, #% increased Stun Threshold","type":"implicit"},{"id":"implicit.stat_4116705863","text":"Prevent +#% of Suppressed Spell Damage","type":"implicit"},{"id":"implicit.stat_1918872160","text":"While a Unique Enemy is in your Presence, #% increased Mana Regeneration Rate per Power Charge","type":"implicit"},{"id":"implicit.stat_269930125","text":"#% increased Effect of the Buff granted by your Flame Golems","type":"implicit"},{"id":"implicit.stat_1388668644","text":"Regenerate # Mana per second while wielding a Staff","type":"implicit"},{"id":"implicit.stat_2909684383","text":"While a Unique Enemy is in your Presence, #% increased Despair Curse Effect","type":"implicit"},{"id":"implicit.stat_2076129434","text":"While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks, no more than once every # seconds","type":"implicit"},{"id":"implicit.stat_2241902512","text":"#% increased Fire Damage per 20 Strength","type":"implicit"},{"id":"implicit.stat_2193147166","text":"While a Unique Enemy is in your Presence, #% increased Damage per Endurance Charge","type":"implicit"},{"id":"implicit.stat_1916706958","text":"#% chance to Ignore Stuns while Casting","type":"implicit"},{"id":"implicit.stat_738837643","text":"While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage #% faster","type":"implicit"},{"id":"implicit.stat_760444887","text":"While a Unique Enemy is in your Presence, #% increased Mana Regeneration Rate","type":"implicit"},{"id":"implicit.stat_1870961528","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Fire Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_2521809744","text":"While a Unique Enemy is in your Presence, Adds # to # Physical Damage to Attacks","type":"implicit"},{"id":"implicit.stat_491899612","text":"Cannot be Shocked","type":"implicit"},{"id":"implicit.stat_2240274773","text":"While a Unique Enemy is in your Presence, +#% to Cold Resistance","type":"implicit"},{"id":"implicit.stat_3208450870","text":"#% increased Accuracy Rating with Maces or Sceptres","type":"implicit"},{"id":"implicit.stat_505694848","text":"While a Unique Enemy is in your Presence, #% increased Effect of your Marks","type":"implicit"},{"id":"implicit.stat_2067485824","text":"While a Unique Enemy is in your Presence, Adds # to # Fire Damage to Attacks","type":"implicit"},{"id":"implicit.stat_2774148053","text":"Nearby Enemies have Malediction","type":"implicit"},{"id":"implicit.stat_2386062386","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Evasion Rating","type":"implicit"},{"id":"implicit.stat_2033289503","text":"While a Unique Enemy is in your Presence, #% increased Totem Placement speed","type":"implicit"},{"id":"implicit.stat_2163155983","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Chaos Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_4249521944","text":"#% increased Spell Damage per 16 Strength","type":"implicit"},{"id":"implicit.stat_4147277532","text":"#% increased Rallying Cry Buff Effect","type":"implicit"},{"id":"implicit.stat_3423886807","text":"While a Unique Enemy is in your Presence, #% chance to Hinder Enemies on Hit with Spells","type":"implicit"},{"id":"implicit.stat_865433929","text":"While a Unique Enemy is in your Presence, +#% to Critical Strike Multiplier for Spell Damage","type":"implicit"},{"id":"implicit.stat_977908611","text":"#% chance to Knock Enemies Back on hit","type":"implicit"},{"id":"implicit.stat_1073942215","text":"#% increased Freeze Duration on Enemies","type":"implicit"},{"id":"implicit.stat_1096728982","text":"While a Unique Enemy is in your Presence, #% chance to Freeze","type":"implicit"},{"id":"implicit.stat_403285636","text":"While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates #% Cold Resistance","type":"implicit"},{"id":"implicit.stat_144453866","text":"While a Unique Enemy is in your Presence, #% chance to Intimidate Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_3401199213","text":"While a Unique Enemy is in your Presence, #% chance to Avoid being Shocked","type":"implicit"},{"id":"implicit.stat_3171354842","text":"While a Unique Enemy is in your Presence, Gain #% of Physical Damage as Extra Cold Damage","type":"implicit"},{"id":"implicit.stat_720015764","text":"While a Unique Enemy is in your Presence, Attacks have #% chance to Maim on Hit","type":"implicit"},{"id":"implicit.stat_2433754249","text":"While a Unique Enemy is in your Presence, #% chance to Poison on Hit","type":"implicit"},{"id":"implicit.stat_475684070","text":"While a Unique Enemy is in your Presence, +#% to maximum Fire Resistance","type":"implicit"},{"id":"implicit.stat_3303144948","text":"While a Unique Enemy is in your Presence, Grace has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2444070126","text":"While a Unique Enemy is in your Presence, Adds # to # Chaos Damage to Attacks","type":"implicit"},{"id":"implicit.stat_2796083262","text":"While a Unique Enemy is in your Presence, #% chance to Avoid being Ignited","type":"implicit"},{"id":"implicit.stat_2358903592","text":"While a Unique Enemy is in your Presence, #% increased Mana Reservation Efficiency of Skills","type":"implicit"},{"id":"implicit.stat_848890513","text":"While a Unique Enemy is in your Presence, #% of Physical Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_2013799819","text":"#% increased Maximum total Energy Shield Recovery per second from Leech","type":"implicit"},{"id":"implicit.stat_2349328837","text":"While a Unique Enemy is in your Presence, Ignites you inflict deal Damage #% faster","type":"implicit"},{"id":"implicit.stat_1016769968","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of Non-Damaging Ailments","type":"implicit"},{"id":"implicit.stat_3608782127","text":"Nearby Enemies are Crushed","type":"implicit"},{"id":"implicit.stat_2478238773","text":"Right ring slot: #% of Fire Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_93625449","text":"While a Unique Enemy is in your Presence, Minions have #% increased Movement Speed","type":"implicit"},{"id":"implicit.stat_3887484120","text":"#% increased maximum Life if Corrupted","type":"implicit"},{"id":"implicit.stat_1918094957","text":"While a Unique Enemy is in your Presence, Gain #% of Physical Damage as Extra Lightning Damage","type":"implicit"},{"id":"implicit.stat_3280600715","text":"+#% to Quality of Socketed Bow Gems","type":"implicit"},{"id":"implicit.stat_874990741","text":"While a Unique Enemy is in your Presence, #% chance to Ignite","type":"implicit"},{"id":"implicit.stat_3326567914","text":"While a Pinnacle Atlas Boss is in your Presence, #% Chance to Block Attack Damage","type":"implicit"},{"id":"implicit.stat_1394267723","text":"While a Unique Enemy is in your Presence, #% increased Flammability Curse Effect","type":"implicit"},{"id":"implicit.stat_450178102","text":"Left ring slot: #% of Lightning Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_1719423857","text":"+# to Level of Socketed Intelligence Gems","type":"implicit"},{"id":"implicit.stat_26879978","text":"While a Unique Enemy is in your Presence, +#% to Critical Strike Multiplier for Attack Damage","type":"implicit"},{"id":"implicit.stat_1025108940","text":"#% increased maximum Energy Shield if Corrupted","type":"implicit"},{"id":"implicit.stat_3044748809","text":"While a Unique Enemy is in your Presence, Minions have #% increased maximum Life","type":"implicit"},{"id":"implicit.stat_778803098","text":"While a Unique Enemy is in your Presence, Anger has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_916797432","text":"+# to Level of Socketed Strength Gems","type":"implicit"},{"id":"implicit.stat_3133935886","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Attack Damage","type":"implicit"},{"id":"implicit.stat_587322642","text":"While a Unique Enemy is in your Presence, #% increased Energy Shield Recovery rate","type":"implicit"},{"id":"implicit.stat_1894390763","text":"While a Unique Enemy is in your Presence, #% increased Damage per 100 Intelligence","type":"implicit"},{"id":"implicit.stat_817495383","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Spell Damage","type":"implicit"},{"id":"implicit.stat_4288334466","text":"While a Unique Enemy is in your Presence, #% increased Maximum Energy Shield from Equipped Gloves and Boots","type":"implicit"},{"id":"implicit.stat_4057155645","text":"While a Unique Enemy is in your Presence, Adds # to # Cold Damage to Attacks","type":"implicit"},{"id":"implicit.stat_3887072924","text":"While a Unique Enemy is in your Presence, #% chance to Avoid being Frozen","type":"implicit"},{"id":"implicit.stat_661603414","text":"While a Unique Enemy is in your Presence, Adds # to # Fire Damage to Spells","type":"implicit"},{"id":"implicit.stat_2847070982","text":"While a Unique Enemy is in your Presence, Gain a Frenzy Charge every # seconds","type":"implicit"},{"id":"implicit.stat_3924473787","text":"While a Unique Enemy is in your Presence, Projectiles Pierce # additional Targets","type":"implicit"},{"id":"implicit.stat_2538120572","text":"#% increased Accuracy Rating with Axes","type":"implicit"},{"id":"implicit.stat_2451060005","text":"You can catch Corrupted Fish","type":"implicit"},{"id":"implicit.stat_1702124724","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Movement Speed","type":"implicit"},{"id":"implicit.stat_1283684786","text":"While a Unique Enemy is in your Presence, #% of Physical Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_2441896589","text":"While a Unique Enemy is in your Presence, Gain an Endurance Charge every # seconds","type":"implicit"},{"id":"implicit.stat_620552892","text":"While a Unique Enemy is in your Presence, Gain #% of Physical Damage as Extra Chaos Damage","type":"implicit"},{"id":"implicit.stat_3322913142","text":"While a Unique Enemy is in your Presence, #% chance to Avoid being Stunned","type":"implicit"},{"id":"implicit.stat_2220831041","text":"While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_46472075","text":"While a Unique Enemy is in your Presence, Gain a Power Charge every # seconds","type":"implicit"},{"id":"implicit.stat_2027269580","text":"+# to Level of Socketed Bow Gems","type":"implicit"},{"id":"implicit.stat_744196525","text":"While a Unique Enemy is in your Presence, +#% to Chaos Resistance","type":"implicit"},{"id":"implicit.stat_2718698372","text":"+# to Level of Socketed Dexterity Gems","type":"implicit"},{"id":"implicit.stat_3985862221","text":"While a Unique Enemy is in your Presence, #% reduced Freeze Duration on you","type":"implicit"},{"id":"implicit.stat_493814995","text":"While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_1412947753","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Critical Strike Chance for Spells","type":"implicit"},{"id":"implicit.stat_1917716710","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased maximum Energy Shield","type":"implicit"},{"id":"implicit.stat_1554912650","text":"While a Unique Enemy is in your Presence, Adds # to # Chaos Damage to Spells","type":"implicit"},{"id":"implicit.stat_371531651","text":"While a Unique Enemy is in your Presence, Adds # to # Lightning Damage to Spells","type":"implicit"},{"id":"implicit.stat_3550578554","text":"While a Unique Enemy is in your Presence, Zealotry has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3262721796","text":"While a Unique Enemy is in your Presence, Withered you Inflict expires #% faster","type":"implicit"},{"id":"implicit.stat_1524679549","text":"While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target # additional nearby Enemy","type":"implicit"},{"id":"implicit.stat_1371764251","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Armour","type":"implicit"},{"id":"implicit.stat_2080582538","text":"While a Unique Enemy is in your Presence, #% of Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_374116820","text":"#% increased Spell Damage if Corrupted","type":"implicit"},{"id":"implicit.stat_498250787","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Life Regeneration rate","type":"implicit"},{"id":"implicit.stat_2169938251","text":"Socketed Gems are Supported by Level # Faster Casting","type":"implicit"},{"id":"implicit.stat_1323927995","text":"Left ring slot: #% of Cold Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_2917444195","text":"While a Unique Enemy is in your Presence, #% increased Effect of the Buff granted by your Carrion Golems","type":"implicit"},{"id":"implicit.stat_553122931","text":"While a Unique Enemy is in your Presence, 1% less Damage Taken per # Intelligence","type":"implicit"},{"id":"implicit.stat_1116269888","text":"While a Unique Enemy is in your Presence, #% reduced Mana Cost of Attacks","type":"implicit"},{"id":"implicit.stat_3430693940","text":"While a Unique Enemy is in your Presence, #% of Fire Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_17730902","text":"Left ring slot: #% of Fire Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_2391907787","text":"While a Unique Enemy is in your Presence, #% chance to Impale Enemies on Hit with Attacks","type":"implicit"},{"id":"implicit.stat_1905512385","text":"Right ring slot: #% of Lightning Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_1447222021","text":"Grants Level # Vulnerability Skill","type":"implicit"},{"id":"implicit.stat_2543269407","text":"While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_550672859","text":"While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates #% Lightning Resistance","type":"implicit"},{"id":"implicit.stat_3357881628","text":"While a Unique Enemy is in your Presence, #% of Cold Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2159248495","text":"While a Unique Enemy is in your Presence, #% increased Effect of Buffs granted by your Golems","type":"implicit"},{"id":"implicit.stat_2234049899","text":"Unaffected by Shocked Ground","type":"implicit"},{"id":"implicit.stat_2570471069","text":"While a Unique Enemy is in your Presence, Enemies you\'ve Hit Recently have #% reduced Life Regeneration rate","type":"implicit"},{"id":"implicit.stat_96977651","text":"#% increased Maximum total Mana Recovery per second from Leech","type":"implicit"},{"id":"implicit.stat_1217759839","text":"While a Unique Enemy is in your Presence, #% increased Mana Recovery rate","type":"implicit"},{"id":"implicit.stat_2651293339","text":"While a Unique Enemy is in your Presence, #% chance to Avoid Bleeding","type":"implicit"},{"id":"implicit.stat_2491353340","text":"While a Unique Enemy is in your Presence, #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_744858137","text":"Right ring slot: #% of Cold Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_3291139981","text":"While a Unique Enemy is in your Presence, Exerted Attacks deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_430248187","text":"#% increased Area of Effect if you have Stunned an Enemy Recently","type":"implicit"},{"id":"implicit.stat_475859964","text":"While a Unique Enemy is in your Presence, +# to Accuracy Rating per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_3492025235","text":"Arrows Pierce 1 additional Target","type":"implicit"},{"id":"implicit.stat_3521653836","text":"While a Unique Enemy is in your Presence, +#% to Fire Resistance","type":"implicit"},{"id":"implicit.stat_2909740133","text":"While a Unique Enemy is in your Presence, Overwhelm #% Physical Damage Reduction","type":"implicit"},{"id":"implicit.stat_3598887112","text":"While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_2200030809","text":"Discipline has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_4039774101","text":"While a Unique Enemy is in your Presence, Pride has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1623369100","text":"While a Unique Enemy is in your Presence, #% of Physical Damage Converted to Chaos Damage","type":"implicit"},{"id":"implicit.stat_1499657170","text":"While a Unique Enemy is in your Presence, Minions take #% reduced Reflected Damage","type":"implicit"},{"id":"implicit.stat_2366356855","text":"While a Unique Enemy is in your Presence, Determination has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1123291426","text":"Damage Penetrates #% Fire Resistance","type":"implicit"},{"id":"implicit.stat_575726461","text":"While a Unique Enemy is in your Presence, +#% to maximum Chaos Resistance","type":"implicit"},{"id":"implicit.stat_491577732","text":"While a Unique Enemy is in your Presence, #% increased Effect of Onslaught on you","type":"implicit"},{"id":"implicit.stat_26006636","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Energy Shield Recharge Rate","type":"implicit"},{"id":"implicit.stat_196824923","text":"While a Unique Enemy is in your Presence, #% of Physical Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_3556129896","text":"While a Unique Enemy is in your Presence, +#% to Lightning Resistance","type":"implicit"},{"id":"implicit.stat_1153825002","text":"While a Unique Enemy is in your Presence, #% of Physical Damage Converted to Cold Damage","type":"implicit"},{"id":"implicit.stat_1722486495","text":"While a Unique Enemy is in your Presence, #% increased Effect of the Buff granted by your Stone Golems","type":"implicit"},{"id":"implicit.stat_1108755349","text":"Socketed Gems are supported by Level # Increased Critical Damage","type":"implicit"},{"id":"implicit.stat_1175129684","text":"While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates #% Fire Resistance","type":"implicit"},{"id":"implicit.stat_4084536353","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Physical Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_991194404","text":"Regenerate #% of Energy Shield per Second while affected by Discipline","type":"implicit"},{"id":"implicit.stat_636616197","text":"While a Unique Enemy is in your Presence, #% increased Brand Attachment range","type":"implicit"},{"id":"implicit.stat_3215042347","text":"Purity of Fire has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_993223747","text":"While a Unique Enemy is in your Presence, Melee Hits Fortify","type":"implicit"},{"id":"implicit.stat_3553907672","text":"While a Unique Enemy is in your Presence, #% chance to Avoid being Poisoned","type":"implicit"},{"id":"implicit.stat_3301510262","text":"Damage Penetrates #% Lightning Resistance","type":"implicit"},{"id":"implicit.stat_2828309116","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Skill Effect Duration","type":"implicit"},{"id":"implicit.stat_399528178","text":"While a Unique Enemy is in your Presence, Wrath has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_380027104","text":"While a Unique Enemy is in your Presence, #% of Physical Damage Converted to Fire Damage","type":"implicit"},{"id":"implicit.stat_3593717239","text":"While a Unique Enemy is in your Presence, Herald of Ice has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_4093169696","text":"While a Unique Enemy is in your Presence, Herald of Purity has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_689720069","text":"Socketed Gems are supported by Level # Stun","type":"implicit"},{"id":"implicit.stat_2413932980","text":"While a Unique Enemy is in your Presence, #% increased Elusive Effect","type":"implicit"},{"id":"implicit.stat_1060820709","text":"While a Unique Enemy is in your Presence, Haste has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_279246355","text":"Area is inhabited by an additional Invasion Boss","type":"implicit"},{"id":"implicit.stat_3788782813","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased effect of Non-Curse Auras from your Skills","type":"implicit"},{"id":"implicit.stat_1285430327","text":"Purity of Lightning has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_2290911895","text":"While a Unique Enemy is in your Presence, Bone Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_4163073767","text":"While a Unique Enemy is in your Presence, #% chance to Extinguish Enemies on Hit","type":"implicit"},{"id":"implicit.stat_2532625478","text":"Socketed Gems are supported by Level # Elemental Damage with Attacks","type":"implicit"},{"id":"implicit.stat_3072232736","text":"Determination has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_1739741837","text":"While a Unique Enemy is in your Presence, #% of Cold Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_3611265227","text":"While a Unique Enemy is in your Presence, #% increased Warcry Buff Effect","type":"implicit"},{"id":"implicit.stat_937462392","text":"While a Unique Enemy is in your Presence, #% increased Enfeeble Curse Effect","type":"implicit"},{"id":"implicit.stat_3199255605","text":"While a Unique Enemy is in your Presence, Infernal Cry has #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_3802667447","text":"#% increased Quantity of Fish Caught","type":"implicit"},{"id":"implicit.stat_3192966873","text":"Purity of Ice has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_1549898151","text":"Grace has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_2814835155","text":"While a Unique Enemy is in your Presence, Spirit Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_561861132","text":"Remove Shock when you use a Flask","type":"implicit"},{"id":"implicit.stat_2996280658","text":"While a Pinnacle Atlas Boss is in your Presence, #% Chance to Block Spell Damage","type":"implicit"},{"id":"implicit.stat_1747983672","text":"While a Unique Enemy is in your Presence, #% increased Effect of the Buff granted by your Lightning Golems","type":"implicit"},{"id":"implicit.stat_3499126604","text":"While a Unique Enemy is in your Presence, Purity of Ice has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2443166200","text":"While a Unique Enemy is in your Presence, #% of Physical Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_2619970520","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Cold Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_3743375737","text":"#% chance to Avoid Cold Damage from Hits","type":"implicit"},{"id":"implicit.stat_1941017392","text":"While a Unique Enemy is in your Presence, #% reduced Reflected Damage taken","type":"implicit"},{"id":"implicit.stat_2621869142","text":"While a Unique Enemy is in your Presence, #% chance to Shock","type":"implicit"},{"id":"implicit.stat_2143647966","text":"While a Unique Enemy is in your Presence, #% of Fire Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_2545907302","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Global Physical Damage","type":"implicit"},{"id":"implicit.stat_2393004388","text":"While a Unique Enemy is in your Presence, #% of Physical Damage from Hits taken as Chaos Damage","type":"implicit"},{"id":"implicit.stat_503887731","text":"While a Unique Enemy is in your Presence, Herald of Agony has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_649027123","text":"While a Unique Enemy is in your Presence, Herald of Thunder has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_1516273114","text":"While a Unique Enemy is in your Presence, #% of Physical Damage Converted to Lightning Damage","type":"implicit"},{"id":"implicit.stat_535580777","text":"While a Unique Enemy is in your Presence, #% increased Damage per 100 Dexterity","type":"implicit"},{"id":"implicit.stat_3591219299","text":"While a Unique Enemy is in your Presence, #% increased Effect of the Buff granted by your Flame Golems","type":"implicit"},{"id":"implicit.stat_1122074043","text":"Vitality has #% reduced Reservation","type":"implicit"},{"id":"implicit.stat_3610955422","text":"While a Unique Enemy is in your Presence, Flasks applied to you have #% increased Effect","type":"implicit"},{"id":"implicit.stat_1381761351","text":"While a Unique Enemy is in your Presence, #% increased Rallying Cry Buff Effect","type":"implicit"},{"id":"implicit.stat_1629531681","text":"While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying #% to Fire Resistance","type":"implicit"},{"id":"implicit.stat_2255001736","text":"While a Unique Enemy is in your Presence, #% increased Warcry Speed","type":"implicit"},{"id":"implicit.stat_867827325","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Duration of Ailments on Enemies","type":"implicit"},{"id":"implicit.stat_2638071469","text":"While a Unique Enemy is in your Presence, #% increased Vulnerability Curse Effect","type":"implicit"},{"id":"implicit.stat_2150799098","text":"While a Unique Enemy is in your Presence, Flasks gain # Charges every 3 seconds","type":"implicit"},{"id":"implicit.stat_2572192375","text":"Socketed Gems are Supported by Level # Added Fire Damage","type":"implicit"},{"id":"implicit.stat_3163099942","text":"While a Unique Enemy is in your Presence, #% increased Effect of Arcane Surge on you","type":"implicit"},{"id":"implicit.stat_64193828","text":"While a Unique Enemy is in your Presence, Attacks have #% chance to cause Bleeding","type":"implicit"},{"id":"implicit.stat_3389591826","text":"While a Unique Enemy is in your Presence, 1% less Damage Taken per # Strength","type":"implicit"},{"id":"implicit.stat_3310914132","text":"#% increased Rarity of Fish Caught","type":"implicit"},{"id":"implicit.stat_1682072497","text":"While a Unique Enemy is in your Presence, 1% less Damage Taken per # Dexterity","type":"implicit"},{"id":"implicit.stat_1505297139","text":"While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_2868404935","text":"While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_2388574377","text":"+#% to maximum Chance to Block Spell Damage","type":"implicit"},{"id":"implicit.stat_1328859059","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Lightning Damage","type":"implicit"},{"id":"implicit.stat_1343931641","text":"While a Unique Enemy is in your Presence, #% reduced Effect of Shock on you","type":"implicit"},{"id":"implicit.stat_4213793369","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Mana Reservation Efficiency of Skills","type":"implicit"},{"id":"implicit.stat_2479119864","text":"While a Unique Enemy is in your Presence, #% increased Trap Throwing Speed","type":"implicit"},{"id":"implicit.stat_334238649","text":"While a Unique Enemy is in your Presence, Discipline has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3330140563","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Armour from Equipped Helmet and Gloves","type":"implicit"},{"id":"implicit.stat_1146717028","text":"While a Unique Enemy is in your Presence, #% of Lightning Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_2021058489","text":"+#% chance to Evade Attack Hits","type":"implicit"},{"id":"implicit.stat_1133929401","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to maximum Fire Resistance","type":"implicit"},{"id":"implicit.stat_4224921626","text":"While a Unique Enemy is in your Presence, #% increased Damage per 100 Strength","type":"implicit"},{"id":"implicit.stat_1516326076","text":"While a Unique Enemy is in your Presence, #% increased Mine Throwing Speed","type":"implicit"},{"id":"implicit.stat_1425454108","text":"While a Pinnacle Atlas Boss is in your Presence, Gain #% of Physical Damage as Extra Cold Damage","type":"implicit"},{"id":"implicit.stat_2889664727","text":"#% chance to Avoid Lightning Damage from Hits","type":"implicit"},{"id":"implicit.stat_2520245478","text":"While a Unique Enemy is in your Presence, #% reduced Ignite Duration on you","type":"implicit"},{"id":"implicit.stat_886650454","text":"While a Unique Enemy is in your Presence, #% increased Blind Effect","type":"implicit"},{"id":"implicit.stat_771845579","text":"While a Unique Enemy is in your Presence, #% increased Elemental Weakness Curse Effect","type":"implicit"},{"id":"implicit.stat_1643688236","text":"Unaffected by Burning Ground","type":"implicit"},{"id":"implicit.stat_485385046","text":"While a Unique Enemy is in your Presence, #% increased Temporal Chains Curse Effect","type":"implicit"},{"id":"implicit.stat_2824722288","text":"While a Unique Enemy is in your Presence, #% of Lightning Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_1482572705","text":"#% increased Effect of Socketed Abyss Jewels","type":"implicit"},{"id":"implicit.stat_1762412317","text":"While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying #% to Lightning Resistance","type":"implicit"},{"id":"implicit.stat_3720936304","text":"Socketed Gems are Supported by Level # Increased Area of Effect","type":"implicit"},{"id":"implicit.stat_4171615823","text":"While a Unique Enemy is in your Presence, #% increased Punishment Curse Effect","type":"implicit"},{"id":"implicit.stat_4098747485","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Cast Speed","type":"implicit"},{"id":"implicit.stat_3599488608","text":"While a Unique Enemy is in your Presence, Flesh Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_1653010703","text":"+#% to Non-Ailment Chaos Damage over Time Multiplier","type":"implicit"},{"id":"implicit.stat_1172401338","text":"While a Unique Enemy is in your Presence, #% of Chaos Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_4136085904","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to maximum Lightning Resistance","type":"implicit"},{"id":"implicit.stat_740797388","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Damage per Endurance Charge","type":"implicit"},{"id":"implicit.stat_1132843482","text":"While a Unique Enemy is in your Presence, #% increased effect of Offerings","type":"implicit"},{"id":"implicit.stat_1388739249","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Maximum Energy Shield from Equipped Gloves and Boots","type":"implicit"},{"id":"implicit.stat_2818518881","text":"#% increased Spell Damage per 10 Intelligence","type":"implicit"},{"id":"implicit.stat_908556575","text":"While a Unique Enemy is in your Presence, Purity of Lightning has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_942478380","text":"While a Unique Enemy is in your Presence, Tempest Shield has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_1698847655","text":"While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_850668052","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Cooldown Recovery Rate of Travel Skills","type":"implicit"},{"id":"implicit.stat_673499528","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to all maximum Resistances","type":"implicit"},{"id":"implicit.stat_4057257145","text":"While a Pinnacle Atlas Boss is in your Presence, Minions have #% increased maximum Life","type":"implicit"},{"id":"implicit.stat_3658662726","text":"While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying #% to Cold Resistance","type":"implicit"},{"id":"implicit.stat_109112452","text":"While a Unique Enemy is in your Presence, Herald of Ash has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_3885634897","text":"#% chance to Poison on Hit (Local)","type":"implicit"},{"id":"implicit.stat_1807607778","text":"While a Unique Enemy is in your Presence, #% increased Effect of the Buff granted by your Chaos Golems","type":"implicit"},{"id":"implicit.stat_2251516251","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to all Elemental Resistances","type":"implicit"},{"id":"implicit.stat_829382474","text":"+# to Level of Socketed Melee Gems","type":"implicit"},{"id":"implicit.stat_1855179125","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Damage per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_3588695478","text":"While a Unique Enemy is in your Presence, #% increased Effect of the Buff granted by your Ice Golems","type":"implicit"},{"id":"implicit.stat_3199183447","text":"While a Unique Enemy is in your Presence, #% increased Frostbite Curse Effect","type":"implicit"},{"id":"implicit.stat_1016130575","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Cold Damage to Attacks","type":"implicit"},{"id":"implicit.stat_2675603254","text":"+# to Level of Socketed Chaos Gems","type":"implicit"},{"id":"implicit.stat_3653191834","text":"Unaffected by Chilled Ground","type":"implicit"},{"id":"implicit.stat_3415855998","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to maximum Cold Resistance","type":"implicit"},{"id":"implicit.stat_348693938","text":"While a Unique Enemy is in your Presence, Purity of Elements has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2446980928","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Attack Speed","type":"implicit"},{"id":"implicit.stat_2980409921","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Evasion Rating from Equipped Helmet and Boots","type":"implicit"},{"id":"implicit.stat_3407071583","text":"While a Pinnacle Atlas Boss is in your Presence, Enemies you\'ve Hit Recently have #% reduced Life Regeneration rate","type":"implicit"},{"id":"implicit.stat_4241033239","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid Elemental Ailments","type":"implicit"},{"id":"implicit.stat_942266300","text":"While a Unique Enemy is in your Presence, General\'s Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_3173180145","text":"While a Unique Enemy is in your Presence, #% increased Battlemage\'s Cry Buff Effect","type":"implicit"},{"id":"implicit.stat_2425364074","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Mana Regeneration Rate per Power Charge","type":"implicit"},{"id":"implicit.stat_995369618","text":"While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage #% faster","type":"implicit"},{"id":"implicit.stat_1053495752","text":"While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage #% faster","type":"implicit"},{"id":"implicit.stat_3349767748","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Cold Damage to Spells","type":"implicit"},{"id":"implicit.stat_235328972","text":"While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_1350472585","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of your Curses","type":"implicit"},{"id":"implicit.stat_2809900883","text":"While a Pinnacle Atlas Boss is in your Presence, Minions have #% increased Movement Speed","type":"implicit"},{"id":"implicit.stat_2117066923","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Warcry Speed","type":"implicit"},{"id":"implicit.stat_4047779849","text":"While a Unique Enemy is in your Presence, #% increased Arctic Armour Buff Effect","type":"implicit"},{"id":"implicit.stat_3547319552","text":"While a Unique Enemy is in your Presence, #% increased Conductivity Curse Effect","type":"implicit"},{"id":"implicit.stat_490830332","text":"While a Pinnacle Atlas Boss is in your Presence, +# to Accuracy Rating per Frenzy Charge","type":"implicit"},{"id":"implicit.stat_376260015","text":"While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_668321613","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_2792560229","text":"While a Unique Enemy is in your Presence, Enduring Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_74135418","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Chaos Resistance","type":"implicit"},{"id":"implicit.stat_4222133389","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Mana Regeneration Rate","type":"implicit"},{"id":"implicit.stat_3296873305","text":"Remove Chill and Freeze when you use a Flask","type":"implicit"},{"id":"implicit.stat_568930056","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_1926772156","text":"While a Unique Enemy is in your Presence, Purity of Fire has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2525287976","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_3874289","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Lightning Damage to Spells","type":"implicit"},{"id":"implicit.stat_1472965536","text":"While a Unique Enemy is in your Presence, Flesh and Stone has #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_1613190388","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Fire Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_911929910","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid being Ignited","type":"implicit"},{"id":"implicit.stat_4045839821","text":"While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce # additional Targets","type":"implicit"},{"id":"implicit.stat_2955927568","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Critical Strike Multiplier for Spell Damage","type":"implicit"},{"id":"implicit.stat_2809284200","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Damage per Power Charge","type":"implicit"},{"id":"implicit.stat_3567752586","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage Converted to Cold Damage","type":"implicit"},{"id":"implicit.stat_2714750784","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid being Poisoned","type":"implicit"},{"id":"implicit.stat_4146719724","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Freeze","type":"implicit"},{"id":"implicit.stat_3381588096","text":"While a Unique Enemy is in your Presence, Intimidating Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_3173079195","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Elusive Effect","type":"implicit"},{"id":"implicit.stat_42242677","text":"#% chance to Avoid Fire Damage from Hits","type":"implicit"},{"id":"implicit.stat_4106235309","text":"While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage #% faster","type":"implicit"},{"id":"implicit.stat_2761472996","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Life Recovery rate","type":"implicit"},{"id":"implicit.stat_4065516297","text":"While a Pinnacle Atlas Boss is in your Presence, Attacks have #% chance to Maim on Hit","type":"implicit"},{"id":"implicit.stat_1873457881","text":"#% additional Physical Damage Reduction while affected by Determination","type":"implicit"},{"id":"implicit.stat_2216092051","text":"While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per # Dexterity","type":"implicit"},{"id":"implicit.stat_3457821036","text":"While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires #% faster","type":"implicit"},{"id":"implicit.stat_3042217102","text":"While a Pinnacle Atlas Boss is in your Presence, #% reduced Ignite Duration on you","type":"implicit"},{"id":"implicit.stat_1519845279","text":"While a Pinnacle Atlas Boss is in your Presence, Flasks gain # Charges every 3 seconds","type":"implicit"},{"id":"implicit.stat_350069479","text":"#% of Attack Damage Leeched as Mana","type":"implicit"},{"id":"implicit.stat_3225230656","text":"While a Pinnacle Atlas Boss is in your Presence, Regenerate #% of Life per second per Endurance Charge","type":"implicit"},{"id":"implicit.stat_3206883665","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Chaos Damage to Spells","type":"implicit"},{"id":"implicit.stat_92591094","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Energy Shield Recovery rate","type":"implicit"},{"id":"implicit.stat_2466412811","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage from Hits taken as Cold Damage","type":"implicit"},{"id":"implicit.stat_3801851872","text":"While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per # Intelligence","type":"implicit"},{"id":"implicit.stat_3972399670","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Fire Damage to Attacks","type":"implicit"},{"id":"implicit.stat_944211673","text":"While a Unique Enemy is in your Presence, #% reduced Enemy Stun Threshold","type":"implicit"},{"id":"implicit.stat_1138753695","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of your Marks","type":"implicit"},{"id":"implicit.stat_944522962","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to maximum Chaos Resistance","type":"implicit"},{"id":"implicit.stat_1073314277","text":"#% increased Spell Damage per 10 Strength","type":"implicit"},{"id":"implicit.stat_2610114836","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid Bleeding","type":"implicit"},{"id":"implicit.stat_3904394775","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage from Hits taken as Chaos Damage","type":"implicit"},{"id":"implicit.stat_3980173235","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Lightning Resistance","type":"implicit"},{"id":"implicit.stat_1033279468","text":"While a Pinnacle Atlas Boss is in your Presence, Malevolence has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1101403182","text":"#% reduced Damage taken from Damage Over Time","type":"implicit"},{"id":"implicit.stat_4128294206","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of Buffs granted by your Golems","type":"implicit"},{"id":"implicit.stat_4117139221","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Mana Recovery rate","type":"implicit"},{"id":"implicit.stat_969576725","text":"+#% chance to Evade Attack Hits while affected by Grace","type":"implicit"},{"id":"implicit.stat_4023723828","text":"#% increased Global Critical Strike Chance if Corrupted","type":"implicit"},{"id":"implicit.stat_1253537227","text":"While a Pinnacle Atlas Boss is in your Presence, Hatred has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3953801646","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Chaos Damage to Attacks","type":"implicit"},{"id":"implicit.stat_532792006","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Poison on Hit","type":"implicit"},{"id":"implicit.stat_505327219","text":"While a Pinnacle Atlas Boss is in your Presence, Minions take #% reduced Reflected Damage","type":"implicit"},{"id":"implicit.stat_2825010848","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Critical Strike Multiplier for Attack Damage","type":"implicit"},{"id":"implicit.stat_4134865890","text":"#% increased Attack Damage per 500 Maximum Mana","type":"implicit"},{"id":"implicit.stat_1799586622","text":"While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_547463927","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Trap Throwing Speed","type":"implicit"},{"id":"implicit.stat_2086047206","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Global Accuracy Rating","type":"implicit"},{"id":"implicit.stat_469487616","text":"While a Pinnacle Atlas Boss is in your Presence, Overwhelm #% Physical Damage Reduction","type":"implicit"},{"id":"implicit.stat_2029969019","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Elemental Weakness Curse Effect","type":"implicit"},{"id":"implicit.stat_125264229","text":"While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per # Strength","type":"implicit"},{"id":"implicit.stat_100371300","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Totem Placement speed","type":"implicit"},{"id":"implicit.stat_3178090061","text":"While a Pinnacle Atlas Boss is in your Presence, #% reduced Reflected Damage taken","type":"implicit"},{"id":"implicit.stat_433740375","text":"While a Pinnacle Atlas Boss is in your Presence, #% reduced Effect of Shock on you","type":"implicit"},{"id":"implicit.stat_3490650294","text":"While a Pinnacle Atlas Boss is in your Presence, Gain #% of Physical Damage as Extra Chaos Damage","type":"implicit"},{"id":"implicit.stat_1335630001","text":"While a Pinnacle Atlas Boss is in your Presence, Gain #% of Physical Damage as Extra Fire Damage","type":"implicit"},{"id":"implicit.stat_4014428128","text":"While a Pinnacle Atlas Boss is in your Presence, Attacks have #% chance to cause Bleeding","type":"implicit"},{"id":"implicit.stat_3764409984","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage Converted to Fire Damage","type":"implicit"},{"id":"implicit.stat_81526858","text":"While a Pinnacle Atlas Boss is in your Presence, Grace has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3477311591","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Physical Damage to Attacks","type":"implicit"},{"id":"implicit.stat_1954944666","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Fire Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_3555662994","text":"#% increased Spell Damage per 500 Maximum Mana","type":"implicit"},{"id":"implicit.stat_2703923310","text":"While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every # seconds","type":"implicit"},{"id":"implicit.stat_632297605","text":"While a Pinnacle Atlas Boss is in your Presence, Gain #% of Physical Damage as Extra Lightning Damage","type":"implicit"},{"id":"implicit.stat_3954869480","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Fire Damage to Spells","type":"implicit"},{"id":"implicit.stat_2204282073","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage Converted to Chaos Damage","type":"implicit"},{"id":"implicit.stat_2163876658","text":"While a Pinnacle Atlas Boss is in your Presence, Pride has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2925105924","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Lightning Damage to Attacks","type":"implicit"},{"id":"implicit.stat_1300694383","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_4155771029","text":"While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have #% increased Effect","type":"implicit"},{"id":"implicit.stat_2752131673","text":"While a Pinnacle Atlas Boss is in your Presence, Discipline has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2532279515","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Damage per 100 Intelligence","type":"implicit"},{"id":"implicit.stat_794753348","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Warcry Buff Effect","type":"implicit"},{"id":"implicit.stat_1850144024","text":"While a Pinnacle Atlas Boss is in your Presence, Wrath has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_2251857767","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Action Speed","type":"implicit"},{"id":"implicit.stat_1870591253","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Damage per 100 Dexterity","type":"implicit"},{"id":"implicit.stat_4018420421","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Unnerve Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_1270539481","text":"While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks, no more than once every # seconds","type":"implicit"},{"id":"implicit.stat_560848642","text":"While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every # seconds","type":"implicit"},{"id":"implicit.stat_221690080","text":"While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1884100040","text":"While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target # additional nearby Enemy","type":"implicit"},{"id":"implicit.stat_1324460486","text":"While a Pinnacle Atlas Boss is in your Presence, Determination has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_485268361","text":"While a Pinnacle Atlas Boss is in your Presence, Adds # to # Physical Damage to Spells","type":"implicit"},{"id":"implicit.stat_2218095219","text":"While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_3183308031","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Damage per 100 Strength","type":"implicit"},{"id":"implicit.stat_951862199","text":"While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every # seconds","type":"implicit"},{"id":"implicit.stat_3004272949","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Intimidate Enemies for 4 seconds on Hit","type":"implicit"},{"id":"implicit.stat_1896842319","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Lightning Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_3671920033","text":"While a Pinnacle Atlas Boss is in your Presence, #% reduced Mana Cost of Attacks","type":"implicit"},{"id":"implicit.stat_928972227","text":"While a Pinnacle Atlas Boss is in your Presence, #% reduced Freeze Duration on you","type":"implicit"},{"id":"implicit.stat_323292443","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Flammability Curse Effect","type":"implicit"},{"id":"implicit.stat_1513279759","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Stun Threshold","type":"implicit"},{"id":"implicit.stat_3947691353","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage from Hits taken as Lightning Damage","type":"implicit"},{"id":"implicit.stat_2526554500","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased effect of Offerings","type":"implicit"},{"id":"implicit.stat_438468314","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of the Buff granted by your Stone Golems","type":"implicit"},{"id":"implicit.stat_3864103630","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Cold Resistance","type":"implicit"},{"id":"implicit.stat_604515066","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Hinder Enemies on Hit with Spells","type":"implicit"},{"id":"implicit.stat_1080711147","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of the Buff granted by your Carrion Golems","type":"implicit"},{"id":"implicit.stat_2399066987","text":"While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_298106626","text":"While a Pinnacle Atlas Boss is in your Presence, Melee Hits Fortify","type":"implicit"},{"id":"implicit.stat_2034940983","text":"While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3854721949","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Extinguish Enemies on Hit","type":"implicit"},{"id":"implicit.stat_3045509476","text":"While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_2095999895","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Conductivity Curse Effect","type":"implicit"},{"id":"implicit.stat_2068042138","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Frostbite Curse Effect","type":"implicit"},{"id":"implicit.stat_2459490852","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Shock","type":"implicit"},{"id":"implicit.stat_2391109128","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Brand Attachment range","type":"implicit"},{"id":"implicit.stat_1296291315","text":"While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_3995172058","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage from Hits taken as Fire Damage","type":"implicit"},{"id":"implicit.stat_2293353005","text":"While a Pinnacle Atlas Boss is in your Presence, Zealotry has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1065477979","text":"While a Pinnacle Atlas Boss is in your Presence, Haste has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_3870554516","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Lightning Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_2838459808","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Impale Enemies on Hit with Attacks","type":"implicit"},{"id":"implicit.stat_40584863","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Punishment Curse Effect","type":"implicit"},{"id":"implicit.stat_1030674088","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Ignite","type":"implicit"},{"id":"implicit.stat_3209267362","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of Onslaught on you","type":"implicit"},{"id":"implicit.stat_3823702653","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid being Shocked","type":"implicit"},{"id":"implicit.stat_906749304","text":"While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_38083709","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Enfeeble Curse Effect","type":"implicit"},{"id":"implicit.stat_3786274521","text":"While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_990874979","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid being Stunned","type":"implicit"},{"id":"implicit.stat_133006298","text":"While a Pinnacle Atlas Boss is in your Presence, General\'s Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_2169620689","text":"While a Pinnacle Atlas Boss is in your Presence, #% reduced Enemy Stun Threshold","type":"implicit"},{"id":"implicit.stat_3718361973","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage Converted to Lightning Damage","type":"implicit"},{"id":"implicit.stat_510803146","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of the Buff granted by your Chaos Golems","type":"implicit"},{"id":"implicit.stat_3343791355","text":"While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_1445513967","text":"While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_4054012096","text":"While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting # seconds","type":"implicit"},{"id":"implicit.stat_862077496","text":"While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_3001066983","text":"While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_783010498","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of the Buff granted by your Flame Golems","type":"implicit"},{"id":"implicit.stat_357957215","text":"All Damage can Ignite","type":"implicit"},{"id":"implicit.stat_3945581778","text":"While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has #% increased Cooldown Recovery Rate","type":"implicit"},{"id":"implicit.stat_2181576428","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Cold Damage taken Recouped as Life","type":"implicit"},{"id":"implicit.stat_3393490212","text":"While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_664899091","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of Arcane Surge on you","type":"implicit"},{"id":"implicit.stat_2500914030","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Physical Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_1749598944","text":"While a Unique Enemy is in your Presence, #% of Damage is taken from Mana before Life","type":"implicit"},{"id":"implicit.stat_3695602451","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Temporal Chains Curse Effect","type":"implicit"},{"id":"implicit.stat_1436051850","text":"While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within # metre","type":"implicit"},{"id":"implicit.stat_2661498709","text":"While a Pinnacle Atlas Boss is in your Presence, #% chance to Avoid being Frozen","type":"implicit"},{"id":"implicit.stat_3827973062","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Mine Throwing Speed","type":"implicit"},{"id":"implicit.stat_2477636501","text":"#% increased Damage taken per 250 Dexterity","type":"implicit"},{"id":"implicit.stat_3744585764","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Arctic Armour Buff Effect","type":"implicit"},{"id":"implicit.stat_1774377226","text":"While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has #% increased Area of Effect","type":"implicit"},{"id":"implicit.stat_1455812442","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Battlemage\'s Cry Buff Effect","type":"implicit"},{"id":"implicit.stat_1668340466","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Vulnerability Curse Effect","type":"implicit"},{"id":"implicit.stat_1167349834","text":"While a Pinnacle Atlas Boss is in your Presence, Anger has #% increased Aura Effect","type":"implicit"},{"id":"implicit.stat_1299790658","text":"While a Pinnacle Atlas Boss is in your Presence, +#% to Fire Resistance","type":"implicit"},{"id":"implicit.stat_1609260458","text":"While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_339123312","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Cold Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_1714653952","text":"While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal #% increased Damage","type":"implicit"},{"id":"implicit.stat_1553385903","text":"While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_2775855429","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Despair Curse Effect","type":"implicit"},{"id":"implicit.stat_4122616021","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Blind Effect","type":"implicit"},{"id":"implicit.stat_3018587936","text":"All Damage can Shock","type":"implicit"},{"id":"implicit.stat_3522931817","text":"#% increased Damage taken per 250 Intelligence","type":"implicit"},{"id":"implicit.stat_2351239732","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_168204696","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of the Buff granted by your Ice Golems","type":"implicit"},{"id":"implicit.stat_3005679448","text":"While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_2601015548","text":"While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has #% increased Buff Effect","type":"implicit"},{"id":"implicit.stat_2527345629","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Effect of the Buff granted by your Lightning Golems","type":"implicit"},{"id":"implicit.stat_2063107864","text":"While a Pinnacle Atlas Boss is in your Presence, #% increased Rallying Cry Buff Effect","type":"implicit"},{"id":"implicit.stat_10259064","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Chaos Damage Leeched as Life","type":"implicit"},{"id":"implicit.stat_699673918","text":"While a Pinnacle Atlas Boss is in your Presence, #% of Damage is taken from Mana before Life","type":"implicit"},{"id":"implicit.stat_3774100463","text":"While a Pinnacle Atlas Boss is in your Presence, Bone Offering has #% increased Effect","type":"implicit"},{"id":"implicit.stat_1443108510","text":"#% increased Damage taken per 250 Strength","type":"implicit"},{"id":"implicit.stat_3399320226","text":"Effect is removed when Hit by a Player","type":"implicit"},{"id":"implicit.stat_3885405204","text":"Bow Attacks fire # additional Arrows","type":"implicit"},{"id":"implicit.stat_492027537","text":"+#% chance to Suppress Spell Damage","type":"implicit"},{"id":"implicit.stat_2665518524","text":"Purity of Ice has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_2721871046","text":"Determination has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_1135152940","text":"Purity of Fire has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_1450978702","text":"Purity of Lightning has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_2622009823","text":"#% increased Chaining range","type":"implicit"},{"id":"implicit.stat_1803598623","text":"Grace has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_1233806203","text":"Vitality has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_1269219558","text":"#% increased Mana Reservation Efficiency of Skills","type":"implicit"},{"id":"implicit.stat_3788235244","text":"Area has a #% chance to contain Cadiro Perandus","type":"implicit"},{"id":"implicit.stat_4154778375","text":"Contains an additional Expedition Encounter","type":"implicit"},{"id":"implicit.stat_1692887998","text":"Discipline has #% increased Mana Reservation Efficiency","type":"implicit"},{"id":"implicit.stat_4202507508","text":"#% increased Reservation Efficiency of Skills","type":"implicit"},{"id":"implicit.stat_2377438118","text":"#% increased Empowerment","type":"implicit"},{"id":"implicit.stat_49787903","text":"Area contains a Perandus Chest","type":"implicit"},{"id":"implicit.stat_1787073323","text":"Skills Chain +# times","type":"implicit"}]},{"id":"fractured","label":"Fractured","entries":[{"id":"fractured.stat_3299347043","text":"+# to maximum Life","type":"fractured"},{"id":"fractured.stat_1671376347","text":"+#% to Lightning Resistance","type":"fractured"},{"id":"fractured.stat_4220027924","text":"+#% to Cold Resistance","type":"fractured"},{"id":"fractured.stat_3261801346","text":"+# to Dexterity","type":"fractured"},{"id":"fractured.stat_3325883026","text":"Regenerate # Life per second","type":"fractured"},{"id":"fractured.stat_3372524247","text":"+#% to Fire Resistance","type":"fractured"},{"id":"fractured.stat_3556824919","text":"+#% to Global Critical Strike Multiplier","type":"fractured"},{"id":"fractured.stat_1050105434","text":"+# to maximum Mana","type":"fractured"},{"id":"fractured.stat_4080418644","text":"+# to Strength","type":"fractured"},{"id":"fractured.stat_2511217560","text":"#% increased Stun and Block Recovery","type":"fractured"},{"id":"fractured.stat_3680664274","text":"+#% chance to Suppress Spell Damage","type":"fractured"},{"id":"fractured.stat_737908626","text":"#% increased Critical Strike Chance for Spells","type":"fractured"},{"id":"fractured.stat_328541901","text":"+# to Intelligence","type":"fractured"},{"id":"fractured.stat_2250533757","text":"#% increased Movement Speed","type":"fractured"},{"id":"fractured.stat_53045048","text":"+# to Evasion Rating (Local)","type":"fractured"},{"id":"fractured.stat_2901986750","text":"+#% to all Elemental Resistances","type":"fractured"},{"id":"fractured.stat_3489782002","text":"+# to maximum Energy Shield","type":"fractured"},{"id":"fractured.stat_3484657501","text":"+# to Armour (Local)","type":"fractured"},{"id":"fractured.stat_2923486259","text":"+#% to Chaos Resistance","type":"fractured"},{"id":"fractured.stat_2891184298","text":"#% increased Cast Speed","type":"fractured"},{"id":"fractured.stat_681332047","text":"#% increased Attack Speed","type":"fractured"},{"id":"fractured.stat_3032590688","text":"Adds # to # Physical Damage to Attacks","type":"fractured"},{"id":"fractured.stat_803737631","text":"+# to Accuracy Rating","type":"fractured"},{"id":"fractured.stat_709508406","text":"Adds # to # Fire Damage (Local)","type":"fractured"},{"id":"fractured.stat_2974417149","text":"#% increased Spell Damage","type":"fractured"},{"id":"fractured.stat_3759663284","text":"#% increased Projectile Speed","type":"fractured"},{"id":"fractured.stat_1509134228","text":"#% increased Physical Damage","type":"fractured"},{"id":"fractured.stat_2231156303","text":"#% increased Lightning Damage","type":"fractured"},{"id":"fractured.stat_4015621042","text":"#% increased Energy Shield (Local)","type":"fractured"},{"id":"fractured.stat_4052037485","text":"+# to maximum Energy Shield (Local)","type":"fractured"},{"id":"fractured.stat_44972811","text":"#% increased Life Regeneration rate","type":"fractured"},{"id":"fractured.stat_1940865751","text":"Adds # to # Physical Damage (Local)","type":"fractured"},{"id":"fractured.stat_1037193709","text":"Adds # to # Cold Damage (Local)","type":"fractured"},{"id":"fractured.stat_2831165374","text":"Adds # to # Lightning Damage to Spells","type":"fractured"},{"id":"fractured.stat_3336890334","text":"Adds # to # Lightning Damage (Local)","type":"fractured"},{"id":"fractured.stat_1290399200","text":"#% increased Damage with Poison","type":"fractured"},{"id":"fractured.stat_691932474","text":"+# to Accuracy Rating (Local)","type":"fractured"},{"id":"fractured.stat_3917489142","text":"#% increased Rarity of Items found","type":"fractured"},{"id":"fractured.stat_1062208444","text":"#% increased Armour (Local)","type":"fractured"},{"id":"fractured.stat_387439868","text":"#% increased Elemental Damage with Attack Skills","type":"fractured"},{"id":"fractured.stat_4067062424","text":"Adds # to # Cold Damage to Attacks","type":"fractured"},{"id":"fractured.stat_2469416729","text":"Adds # to # Cold Damage to Spells","type":"fractured"},{"id":"fractured.stat_210067635","text":"#% increased Attack Speed (Local)","type":"fractured"},{"id":"fractured.stat_3885634897","text":"#% chance to Poison on Hit (Local)","type":"fractured"},{"id":"fractured.stat_789117908","text":"#% increased Mana Regeneration Rate","type":"fractured"},{"id":"fractured.stat_3988349707","text":"+#% to Damage over Time Multiplier","type":"fractured"},{"id":"fractured.stat_3291658075","text":"#% increased Cold Damage","type":"fractured"},{"id":"fractured.stat_1923879260","text":"Attacks have #% chance to cause Bleeding","type":"fractured"},{"id":"fractured.stat_1837040413","text":"Slaying Enemies close together can attract monsters from Beyond this realm","type":"fractured"},{"id":"fractured.stat_2517001139","text":"#% increased Stun Duration on Enemies","type":"fractured"},{"id":"fractured.stat_1589917703","text":"Minions deal #% increased Damage","type":"fractured"},{"id":"fractured.stat_1754445556","text":"Adds # to # Lightning Damage to Attacks","type":"fractured"},{"id":"fractured.stat_2027269580","text":"+# to Level of Socketed Bow Gems","type":"fractured"},{"id":"fractured.stat_3962278098","text":"#% increased Fire Damage","type":"fractured"},{"id":"fractured.stat_1133016593","text":"Adds # to # Fire Damage to Spells","type":"fractured"},{"id":"fractured.stat_2451402625","text":"#% increased Armour and Evasion (Local)","type":"fractured"},{"id":"fractured.stat_2375316951","text":"#% increased Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_3382807662","text":"+#% to Fire Damage over Time Multiplier","type":"fractured"},{"id":"fractured.stat_1263695895","text":"#% increased Light Radius","type":"fractured"},{"id":"fractured.stat_2144192055","text":"+# to Evasion Rating","type":"fractured"},{"id":"fractured.stat_1573130764","text":"Adds # to # Fire Damage to Attacks","type":"fractured"},{"id":"fractured.stat_2843100721","text":"+# to Level of Socketed Gems","type":"fractured"},{"id":"fractured.stat_3639275092","text":"#% increased Attribute Requirements","type":"fractured"},{"id":"fractured.stat_4055307827","text":"+#% to Chaos Damage over Time Multiplier","type":"fractured"},{"id":"fractured.stat_1999113824","text":"#% increased Evasion and Energy Shield (Local)","type":"fractured"},{"id":"fractured.stat_3005472710","text":"#% chance to Avoid Elemental Ailments","type":"fractured"},{"id":"fractured.stat_983749596","text":"#% increased maximum Life","type":"fractured"},{"id":"fractured.stat_1294118672","text":"#% increased Damage with Bleeding","type":"fractured"},{"id":"fractured.stat_3237948413","text":"#% of Physical Attack Damage Leeched as Mana","type":"fractured"},{"id":"fractured.stat_700317374","text":"#% increased Amount Recovered","type":"fractured"},{"id":"fractured.stat_809229260","text":"+# to Armour","type":"fractured"},{"id":"fractured.stat_591105508","text":"+# to Level of all Fire Spell Skill Gems","type":"fractured"},{"id":"fractured.stat_3793155082","text":"#% increased number of Rare Monsters","type":"fractured"},{"id":"fractured.stat_4253454700","text":"+#% Chance to Block (Shields)","type":"fractured"},{"id":"fractured.stat_3695891184","text":"Gain # Life per Enemy Killed","type":"fractured"},{"id":"fractured.stat_821021828","text":"Grants # Life per Enemy Hit","type":"fractured"},{"id":"fractured.stat_3771516363","text":"#% additional Physical Damage Reduction","type":"fractured"},{"id":"fractured.stat_2339757871","text":"#% increased Energy Shield Recharge Rate","type":"fractured"},{"id":"fractured.stat_829382474","text":"+# to Level of Socketed Melee Gems","type":"fractured"},{"id":"fractured.stat_2223678961","text":"Adds # to # Chaos Damage (Local)","type":"fractured"},{"id":"fractured.stat_624954515","text":"#% increased Global Accuracy Rating","type":"fractured"},{"id":"fractured.stat_1175385867","text":"#% increased Burning Damage","type":"fractured"},{"id":"fractured.stat_2797971005","text":"Gain # Life per Enemy Hit with Attacks","type":"fractured"},{"id":"fractured.stat_1379411836","text":"+# to all Attributes","type":"fractured"},{"id":"fractured.stat_3676141501","text":"+#% to maximum Cold Resistance","type":"fractured"},{"id":"fractured.stat_3767873853","text":"Reflects # Physical Damage to Melee Attackers","type":"fractured"},{"id":"fractured.stat_4237190083","text":"#% increased Mana Reservation Efficiency of Skills","type":"fractured"},{"id":"fractured.stat_2106365538","text":"#% increased Evasion Rating","type":"fractured"},{"id":"fractured.stat_3091578504","text":"Minions have #% increased Attack and Cast Speed","type":"fractured"},{"id":"fractured.stat_2162097452","text":"+# to Level of all Minion Skill Gems","type":"fractured"},{"id":"fractured.stat_1314617696","text":"+#% to Physical Damage over Time Multiplier","type":"fractured"},{"id":"fractured.stat_4226189338","text":"+# to Level of all Chaos Spell Skill Gems","type":"fractured"},{"id":"fractured.stat_1443060084","text":"#% reduced Enemy Stun Threshold","type":"fractured"},{"id":"fractured.stat_587431675","text":"#% increased Global Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_124859000","text":"#% increased Evasion Rating (Local)","type":"fractured"},{"id":"fractured.stat_1545858329","text":"+# to Level of all Lightning Spell Skill Gems","type":"fractured"},{"id":"fractured.stat_770672621","text":"Minions have #% increased maximum Life","type":"fractured"},{"id":"fractured.stat_1335054179","text":"#% chance to Ignite","type":"fractured"},{"id":"fractured.stat_2091591880","text":"#% increased Critical Strike Chance with Bows","type":"fractured"},{"id":"fractured.stat_693959086","text":"+#% to Damage over Time Multiplier with Attack Skills","type":"fractured"},{"id":"fractured.stat_474294393","text":"#% reduced Mana Cost of Skills","type":"fractured"},{"id":"fractured.stat_2309614417","text":"#% chance to Freeze","type":"fractured"},{"id":"fractured.stat_2482852589","text":"#% increased maximum Energy Shield","type":"fractured"},{"id":"fractured.stat_1368271171","text":"Gain # Mana per Enemy Killed","type":"fractured"},{"id":"fractured.stat_3741323227","text":"#% increased Flask Effect Duration","type":"fractured"},{"id":"fractured.stat_1241625305","text":"#% increased Damage with Bow Skills","type":"fractured"},{"id":"fractured.stat_1452809865","text":"#% increased Flask Charges gained","type":"fractured"},{"id":"fractured.stat_2441475928","text":"+#% to Critical Strike Multiplier with Lightning Skills","type":"fractured"},{"id":"fractured.stat_1310194496","text":"#% increased Global Physical Damage","type":"fractured"},{"id":"fractured.stat_1854213750","text":"Minions have +#% to Critical Strike Multiplier","type":"fractured"},{"id":"fractured.stat_3321629045","text":"#% increased Armour and Energy Shield (Local)","type":"fractured"},{"id":"fractured.stat_2748665614","text":"#% increased maximum Mana","type":"fractured"},{"id":"fractured.stat_2154246560","text":"#% increased Damage","type":"fractured"},{"id":"fractured.stat_1423639565","text":"Minions have +#% to all Elemental Resistances","type":"fractured"},{"id":"fractured.stat_538848803","text":"+# to Strength and Dexterity","type":"fractured"},{"id":"fractured.stat_173226756","text":"#% increased Recovery rate","type":"fractured"},{"id":"fractured.stat_569299859","text":"+#% to all maximum Resistances","type":"fractured"},{"id":"fractured.stat_2307547323","text":"+#% to Critical Strike Multiplier with Fire Skills","type":"fractured"},{"id":"fractured.stat_4249220643","text":"#% increased Attack Speed while Dual Wielding","type":"fractured"},{"id":"fractured.stat_1301765461","text":"+#% to maximum Chaos Resistance","type":"fractured"},{"id":"fractured.stat_1444556985","text":"#% of Damage taken Recouped as Life","type":"fractured"},{"id":"fractured.stat_3593843976","text":"#% of Physical Attack Damage Leeched as Life","type":"fractured"},{"id":"fractured.stat_55876295","text":"#% of Physical Attack Damage Leeched as Life (Local)","type":"fractured"},{"id":"fractured.stat_174664100","text":"Minions have #% increased Movement Speed","type":"fractured"},{"id":"fractured.stat_2137912951","text":"#% increased Mine Damage","type":"fractured"},{"id":"fractured.stat_644456512","text":"#% reduced Flask Charges used","type":"fractured"},{"id":"fractured.stat_1712221299","text":"+#% to Critical Strike Multiplier with Bows","type":"fractured"},{"id":"fractured.stat_2918708827","text":"#% chance to gain Phasing for 4 seconds on Kill","type":"fractured"},{"id":"fractured.stat_3805075944","text":"#% increased Attack Speed while holding a Shield","type":"fractured"},{"id":"fractured.stat_4237442815","text":"+#% to Melee Critical Strike Multiplier","type":"fractured"},{"id":"fractured.stat_2254480358","text":"+# to Level of all Cold Spell Skill Gems","type":"fractured"},{"id":"fractured.stat_762600725","text":"# Life gained when you Block","type":"fractured"},{"id":"fractured.stat_2546185479","text":"+#% to Critical Strike Multiplier while Dual Wielding","type":"fractured"},{"id":"fractured.stat_915908446","text":"+#% to Critical Strike Multiplier with Cold Skills","type":"fractured"},{"id":"fractured.stat_538241406","text":"Damaging Ailments deal damage #% faster","type":"fractured"},{"id":"fractured.stat_252507949","text":"+#% to Critical Strike Multiplier with Two Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_670153687","text":"+#% to Critical Strike Multiplier with One Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_1412217137","text":"#% increased Flask Mana Recovery rate","type":"fractured"},{"id":"fractured.stat_967627487","text":"#% increased Damage over Time","type":"fractured"},{"id":"fractured.stat_1393393937","text":"#% increased Attack Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_4095671657","text":"+#% to maximum Fire Resistance","type":"fractured"},{"id":"fractured.stat_1917910910","text":"#% increased Attack Speed with Two Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_1839076647","text":"#% increased Projectile Damage","type":"fractured"},{"id":"fractured.stat_1661151735","text":"Minions have +# to Accuracy Rating","type":"fractured"},{"id":"fractured.stat_388617051","text":"#% increased Charges per use","type":"fractured"},{"id":"fractured.stat_3851254963","text":"#% increased Totem Damage","type":"fractured"},{"id":"fractured.stat_1010549321","text":"#% increased Damage with One Handed Weapons","type":"fractured"},{"id":"fractured.stat_795138349","text":"#% chance to Poison on Hit","type":"fractured"},{"id":"fractured.stat_3152982863","text":"Minions deal # to # additional Cold Damage","type":"fractured"},{"id":"fractured.stat_3351784991","text":"Minions deal # to # additional Fire Damage","type":"fractured"},{"id":"fractured.stat_2889601781","text":"Minions deal # to # additional Chaos Damage","type":"fractured"},{"id":"fractured.stat_1535626285","text":"+# to Strength and Intelligence","type":"fractured"},{"id":"fractured.stat_736967255","text":"#% increased Chaos Damage","type":"fractured"},{"id":"fractured.stat_3314142259","text":"#% increased Damage with Axes","type":"fractured"},{"id":"fractured.stat_2561836520","text":"Regenerate # Energy Shield per second","type":"fractured"},{"id":"fractured.stat_1104796138","text":"#% increased Critical Strike Chance with Fire Skills","type":"fractured"},{"id":"fractured.stat_444174528","text":"#% increased Attack Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_1600707273","text":"+# to Level of all Physical Spell Skill Gems","type":"fractured"},{"id":"fractured.stat_182714578","text":"Grants Immunity to Bleeding for # seconds if used while Bleeding\\nGrants Immunity to Corrupted Blood for # seconds if used while affected by Corrupted Blood","type":"fractured"},{"id":"fractured.stat_2866361420","text":"#% increased Armour","type":"fractured"},{"id":"fractured.stat_4277795662","text":"+#% to Cold and Lightning Resistances","type":"fractured"},{"id":"fractured.stat_3441501978","text":"+#% to Fire and Lightning Resistances","type":"fractured"},{"id":"fractured.stat_3855016469","text":"You take #% reduced Extra Damage from Critical Strikes","type":"fractured"},{"id":"fractured.stat_4251717817","text":"#% increased Area Damage","type":"fractured"},{"id":"fractured.stat_2672805335","text":"#% increased Attack and Cast Speed","type":"fractured"},{"id":"fractured.stat_3895393544","text":"Removes Curses on use","type":"fractured"},{"id":"fractured.stat_1950806024","text":"+#% to Cold Damage over Time Multiplier","type":"fractured"},{"id":"fractured.stat_686254215","text":"#% increased Totem Life","type":"fractured"},{"id":"fractured.stat_1526933524","text":"Instant Recovery","type":"fractured"},{"id":"fractured.stat_938645499","text":"+#% Chance to Block Spell Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_2941585404","text":"#% increased Trap Damage","type":"fractured"},{"id":"fractured.stat_3293699237","text":"#% increased Attack Speed with Swords","type":"fractured"},{"id":"fractured.stat_1147690586","text":"+# to Level of all Lightning Skill Gems","type":"fractured"},{"id":"fractured.stat_1506355899","text":"#% more Duration","type":"fractured"},{"id":"fractured.stat_3738001379","text":"#% chance to gain a Flask Charge when you deal a Critical Strike","type":"fractured"},{"id":"fractured.stat_67169579","text":"+# to Level of all Chaos Skill Gems","type":"fractured"},{"id":"fractured.stat_1782086450","text":"#% faster start of Energy Shield Recharge","type":"fractured"},{"id":"fractured.stat_1073942215","text":"#% increased Freeze Duration on Enemies","type":"fractured"},{"id":"fractured.stat_124131830","text":"+# to Level of all Spell Skill Gems","type":"fractured"},{"id":"fractured.stat_1813451228","text":"#% increased Attack Speed with One Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_491450213","text":"Minions have #% increased Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_561307714","text":"#% Chance to Block Spell Damage","type":"fractured"},{"id":"fractured.stat_1645459191","text":"+# to Level of Socketed Cold Gems","type":"fractured"},{"id":"fractured.stat_3801067695","text":"#% reduced Effect of Shock on you","type":"fractured"},{"id":"fractured.stat_1002362373","text":"#% increased Melee Damage","type":"fractured"},{"id":"fractured.stat_1199429645","text":"#% increased Melee Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_4043416969","text":"+# to Level of Socketed Lightning Gems","type":"fractured"},{"id":"fractured.stat_3869628136","text":"Grants Immunity to Chill for # seconds if used while Chilled\\nGrants Immunity to Freeze for # seconds if used while Frozen","type":"fractured"},{"id":"fractured.stat_2300185227","text":"+# to Dexterity and Intelligence","type":"fractured"},{"id":"fractured.stat_3969608626","text":"Effect is not removed when Unreserved Mana is Filled\\nEffect does not Queue","type":"fractured"},{"id":"fractured.stat_2503377690","text":"#% of Recovery applied Instantly","type":"fractured"},{"id":"fractured.stat_764295120","text":"#% increased Critical Strike Chance with Two Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_1421645223","text":"#% increased Attack Speed with Claws","type":"fractured"},{"id":"fractured.stat_1172029298","text":"Minions deal # to # additional Physical Damage","type":"fractured"},{"id":"fractured.stat_3668351662","text":"#% increased Shock Duration on Enemies","type":"fractured"},{"id":"fractured.stat_1569407745","text":"+#% to Critical Strike Multiplier with Elemental Skills","type":"fractured"},{"id":"fractured.stat_2381842786","text":"#% increased Critical Strike Chance with One Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_118398748","text":"#% increased Trap Throwing Speed","type":"fractured"},{"id":"fractured.stat_674553446","text":"Adds # to # Chaos Damage to Attacks","type":"fractured"},{"id":"fractured.stat_2300399854","text":"Adds # to # Chaos Damage to Spells","type":"fractured"},{"id":"fractured.stat_138741818","text":"+#% Chance to Block Spell Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_3196823591","text":"#% increased Charge Recovery","type":"fractured"},{"id":"fractured.stat_2915988346","text":"+#% to Fire and Cold Resistances","type":"fractured"},{"id":"fractured.stat_2166444903","text":"+#% Chance to Block Attack Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_4291461939","text":"Regenerate # Mana per second","type":"fractured"},{"id":"fractured.stat_1011760251","text":"+#% to maximum Lightning Resistance","type":"fractured"},{"id":"fractured.stat_2675603254","text":"+# to Level of Socketed Chaos Gems","type":"fractured"},{"id":"fractured.stat_2937483991","text":"+#% to Critical Strike Multiplier if you\'ve Killed Recently","type":"fractured"},{"id":"fractured.stat_1101206134","text":"+#% Chance to Block Spell Damage if you were Damaged by a Hit Recently","type":"fractured"},{"id":"fractured.stat_3407849389","text":"#% reduced Effect of Curses on you","type":"fractured"},{"id":"fractured.stat_1538773178","text":"#% chance to Shock","type":"fractured"},{"id":"fractured.stat_599749213","text":"+# to Level of all Fire Skill Gems","type":"fractured"},{"id":"fractured.stat_1678690824","text":"#% increased Spell Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_439950087","text":"#% increased Critical Strike Chance with Elemental Skills","type":"fractured"},{"id":"fractured.stat_1582728645","text":"Gain # Charge when you are Hit by an Enemy","type":"fractured"},{"id":"fractured.stat_977908611","text":"#% chance to Knock Enemies Back on hit","type":"fractured"},{"id":"fractured.stat_3337344042","text":"#% increased Critical Strike Chance with Cold Skills","type":"fractured"},{"id":"fractured.stat_51994685","text":"#% increased Flask Life Recovery rate","type":"fractured"},{"id":"fractured.stat_1437957544","text":"+# to Maximum Charges","type":"fractured"},{"id":"fractured.stat_928238845","text":"#% increased Cast Speed with Cold Skills","type":"fractured"},{"id":"fractured.stat_4262448838","text":"#% chance to Avoid being Stunned","type":"fractured"},{"id":"fractured.stat_1692879867","text":"#% increased Bleed Duration on you","type":"fractured"},{"id":"fractured.stat_1072119541","text":"#% increased Damage if you\'ve Killed Recently","type":"fractured"},{"id":"fractured.stat_1871765599","text":"#% chance to Avoid being Shocked","type":"fractured"},{"id":"fractured.stat_4053951709","text":"#% chance to Avoid being Poisoned","type":"fractured"},{"id":"fractured.stat_3759735052","text":"#% increased Attack Speed with Bows","type":"fractured"},{"id":"fractured.stat_3586984690","text":"#% increased Damage with Daggers","type":"fractured"},{"id":"fractured.stat_455556407","text":"Damage Penetrates #% Elemental Resistances if you haven\'t Killed Recently","type":"fractured"},{"id":"fractured.stat_3062329212","text":"Minions Regenerate # Life per second","type":"fractured"},{"id":"fractured.stat_2011656677","text":"#% increased Poison Duration","type":"fractured"},{"id":"fractured.stat_339179093","text":"+# to Level of Socketed Fire Gems","type":"fractured"},{"id":"fractured.stat_1836374041","text":"#% increased Damage with Two Handed Weapons","type":"fractured"},{"id":"fractured.stat_1476643878","text":"#% increased Cast Speed with Fire Skills","type":"fractured"},{"id":"fractured.stat_2323739383","text":"Minions have #% chance to Hinder Enemies on Hit with Spells","type":"fractured"},{"id":"fractured.stat_2361218755","text":"Grants Immunity to Ignite for # seconds if used while Ignited\\nRemoves all Burning when used","type":"fractured"},{"id":"fractured.stat_968369591","text":"#% increased Attack Speed during Effect","type":"fractured"},{"id":"fractured.stat_3550868361","text":"#% increased Attack Speed with Axes","type":"fractured"},{"id":"fractured.stat_1389153006","text":"#% increased Global Defences","type":"fractured"},{"id":"fractured.stat_1186596295","text":"#% increased Critical Strike Chance with Lightning Skills","type":"fractured"},{"id":"fractured.stat_274716455","text":"+#% to Critical Strike Multiplier for Spell Damage","type":"fractured"},{"id":"fractured.stat_83050999","text":"#% increased Damage with Swords","type":"fractured"},{"id":"fractured.stat_2431643207","text":"Minions have #% chance to Blind on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_2382196858","text":"#% increased Cast Speed while Dual Wielding","type":"fractured"},{"id":"fractured.stat_3301100256","text":"#% increased Poison Duration on you","type":"fractured"},{"id":"fractured.stat_1459321413","text":"#% increased Bleeding Duration","type":"fractured"},{"id":"fractured.stat_2066542501","text":"#% increased Cast Speed while wielding a Staff","type":"fractured"},{"id":"fractured.stat_1514829491","text":"#% chance to Avoid being Frozen","type":"fractured"},{"id":"fractured.stat_3417711605","text":"Damage Penetrates #% Cold Resistance","type":"fractured"},{"id":"fractured.stat_635485889","text":"#% increased Life Reservation Efficiency of Skills","type":"fractured"},{"id":"fractured.stat_1256719186","text":"#% increased Duration","type":"fractured"},{"id":"fractured.stat_4000101551","text":"Minions have #% increased Cast Speed","type":"fractured"},{"id":"fractured.stat_3375935924","text":"Minions have #% increased Attack Speed","type":"fractured"},{"id":"fractured.stat_3256116097","text":"#% increased Cast Speed during Effect","type":"fractured"},{"id":"fractured.stat_3182498570","text":"#% increased Movement Speed during Effect","type":"fractured"},{"id":"fractured.stat_1693613464","text":"#% increased Armour during Effect","type":"fractured"},{"id":"fractured.stat_3702513529","text":"#% increased Attack Critical Strike Chance while Dual Wielding","type":"fractured"},{"id":"fractured.stat_4204954479","text":"Mana Recovery occurs instantly at the end of Effect","type":"fractured"},{"id":"fractured.stat_299054775","text":"#% increased Evasion Rating during Effect","type":"fractured"},{"id":"fractured.stat_4232582040","text":"Grants Immunity to Maim for # seconds if used while Maimed","type":"fractured"},{"id":"fractured.stat_279227559","text":"#% increased Movement Speed if you\'ve Killed Recently","type":"fractured"},{"id":"fractured.stat_1718147982","text":"#% increased Minion Accuracy Rating","type":"fractured"},{"id":"fractured.stat_1760576992","text":"# to # Added Physical Damage with Bow Attacks","type":"fractured"},{"id":"fractured.stat_755922799","text":"Minions have #% chance to deal Double Damage","type":"fractured"},{"id":"fractured.stat_95249895","text":"#% more Monster Life","type":"fractured"},{"id":"fractured.stat_1040269876","text":"# to # Added Lightning Damage with Bow Attacks","type":"fractured"},{"id":"fractured.stat_669069897","text":"#% of Physical Attack Damage Leeched as Mana (Local)","type":"fractured"},{"id":"fractured.stat_2416869319","text":"Grants #% of Life Recovery to Minions","type":"fractured"},{"id":"fractured.stat_3720627346","text":"#% increased Attack Speed with Wands","type":"fractured"},{"id":"fractured.stat_4188894176","text":"#% increased Damage with Bows","type":"fractured"},{"id":"fractured.stat_1086147743","text":"#% increased Ignite Duration on Enemies","type":"fractured"},{"id":"fractured.stat_820939409","text":"Gain # Mana per Enemy Hit with Attacks","type":"fractured"},{"id":"fractured.stat_4193088553","text":"#% increased Damage over Time while wielding a Two Handed Weapon","type":"fractured"},{"id":"fractured.stat_1585344030","text":"#% increased Attack Speed if you\'ve dealt a Critical Strike Recently","type":"fractured"},{"id":"fractured.stat_2856328513","text":"#% increased Critical Strike Chance if you haven\'t dealt a Critical Strike Recently","type":"fractured"},{"id":"fractured.stat_1766142294","text":"#% increased Spell Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_215124030","text":"# to # Added Cold Damage with Bow Attacks","type":"fractured"},{"id":"fractured.stat_3739863694","text":"#% chance to Impale Enemies on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_3604946673","text":"+# to Level of Socketed Minion Gems","type":"fractured"},{"id":"fractured.stat_2930653471","text":"Minions deal # to # additional Lightning Damage","type":"fractured"},{"id":"fractured.stat_2770782267","text":"Minions Leech #% of Damage as Life","type":"fractured"},{"id":"fractured.stat_3120164895","text":"# to # Added Fire Damage with Bow Attacks","type":"fractured"},{"id":"fractured.stat_542375676","text":"Grants Immunity to Poison for # seconds if used while Poisoned","type":"fractured"},{"id":"fractured.stat_3496944181","text":"#% increased Spell Damage while wielding a Staff","type":"fractured"},{"id":"fractured.stat_2515515064","text":"#% increased Attack Speed with Maces or Sceptres","type":"fractured"},{"id":"fractured.stat_4003593289","text":"Grants Immunity to Hinder for # seconds if used while Hindered","type":"fractured"},{"id":"fractured.stat_2448920197","text":"#% increased effect","type":"fractured"},{"id":"fractured.stat_3002506763","text":"#% chance to Hinder Enemies on Hit with Spells","type":"fractured"},{"id":"fractured.stat_2435536961","text":"Adds # to # Physical Damage to Spells","type":"fractured"},{"id":"fractured.stat_683273571","text":"#% increased Mana Cost of Skills during Effect","type":"fractured"},{"id":"fractured.stat_4061558269","text":"+#% Chance to Block Attack Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_1078455967","text":"+# to Level of all Cold Skill Gems","type":"fractured"},{"id":"fractured.stat_307410279","text":"Recover an additional #% of Flask\'s Life Recovery Amount over 10 seconds if used while not on Full Life","type":"fractured"},{"id":"fractured.stat_287491423","text":"#% additional Physical Damage Reduction against Abyssal Monsters","type":"fractured"},{"id":"fractured.stat_1004011302","text":"#% increased Cooldown Recovery Rate","type":"fractured"},{"id":"fractured.stat_2848646243","text":"# to # Added Cold Damage with Claw Attacks","type":"fractured"},{"id":"fractured.stat_886931978","text":"#% more Recovery if used while on Low Life","type":"fractured"},{"id":"fractured.stat_1069260037","text":"#% increased Damage with Claws","type":"fractured"},{"id":"fractured.stat_2383797932","text":"# to # Added Cold Damage with Wand Attacks","type":"fractured"},{"id":"fractured.stat_852195286","text":"+#% Chance to Block Attack Damage if you were Damaged by a Hit Recently","type":"fractured"},{"id":"fractured.stat_619213329","text":"+# to Level of all Physical Skill Gems","type":"fractured"},{"id":"fractured.stat_2479683456","text":"Minions Regenerate #% of Life per second","type":"fractured"},{"id":"fractured.stat_658443507","text":"Immunity to Ignite during Effect\\nRemoves Burning on use","type":"fractured"},{"id":"fractured.stat_1394963553","text":"#% increased Attack Speed with Staves","type":"fractured"},{"id":"fractured.stat_1878455805","text":"#% increased Effect of Shock on you during Effect","type":"fractured"},{"id":"fractured.stat_3812107348","text":"Instant Recovery when on Low Life","type":"fractured"},{"id":"fractured.stat_412745376","text":"Minions deal #% increased Damage if you\'ve used a Minion Skill Recently","type":"fractured"},{"id":"fractured.stat_1896971621","text":"#% increased Mine Throwing Speed","type":"fractured"},{"id":"fractured.stat_3257279374","text":"#% increased Damage with Hits and Ailments against Abyssal Monsters","type":"fractured"},{"id":"fractured.stat_3854439683","text":"Grants Immunity to Shock for # seconds if used while Shocked","type":"fractured"},{"id":"fractured.stat_2618549697","text":"Added Small Passive Skills have #% increased Effect","type":"fractured"},{"id":"fractured.stat_2154290807","text":"# to # Added Fire Damage with Claw Attacks","type":"fractured"},{"id":"fractured.stat_1462364052","text":"Hinders nearby Enemies with #% reduced Movement Speed if used while not on Full Life","type":"fractured"},{"id":"fractured.stat_1871056256","text":"#% of Physical Damage from Hits taken as Cold Damage","type":"fractured"},{"id":"fractured.stat_1174076861","text":"#% increased Cast Speed if you\'ve dealt a Critical Strike Recently","type":"fractured"},{"id":"fractured.stat_3854949926","text":"#% increased Movement Speed if you haven\'t taken Damage Recently","type":"fractured"},{"id":"fractured.stat_1793818220","text":"#% increased Effect of Cold Ailments","type":"fractured"},{"id":"fractured.stat_1263342750","text":"# to # Added Cold Damage with Dagger Attacks","type":"fractured"},{"id":"fractured.stat_2120297997","text":"+#% Chance to Block Spell Damage while wielding a Staff","type":"fractured"},{"id":"fractured.stat_3837707023","text":"Minions have +#% to Chaos Resistance","type":"fractured"},{"id":"fractured.stat_2671663397","text":"# to # Added Spell Cold Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_3479683016","text":"# to # Added Lightning Damage with Dagger Attacks","type":"fractured"},{"id":"fractured.stat_87098247","text":"# to # Added Fire Damage with Wand Attacks","type":"fractured"},{"id":"fractured.stat_379328644","text":"#% increased Damage with Wands","type":"fractured"},{"id":"fractured.stat_1910361436","text":"# to # Added Fire Damage with Dagger Attacks","type":"fractured"},{"id":"fractured.stat_114734841","text":"Flasks applied to you have #% increased Effect","type":"fractured"},{"id":"fractured.stat_426847518","text":"Curse Enemies with Frostbite on Hit","type":"fractured"},{"id":"fractured.stat_472520716","text":"#% of Damage taken Recouped as Mana","type":"fractured"},{"id":"fractured.stat_710372469","text":"Curse Enemies with Conductivity on Hit","type":"fractured"},{"id":"fractured.stat_2434101731","text":"#% reduced Effect of Chill on you during Effect","type":"fractured"},{"id":"fractured.stat_3954157711","text":"# to # Added Spell Physical Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_2538566497","text":"#% increased Attack Speed with Daggers","type":"fractured"},{"id":"fractured.stat_44182350","text":"# to # Added Spell Fire Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_1618589784","text":"#% chance to Avoid Bleeding","type":"fractured"},{"id":"fractured.stat_1582068183","text":"# to # Added Lightning Damage with Axe Attacks","type":"fractured"},{"id":"fractured.stat_2911442053","text":"Minions have #% chance to Taunt on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_318953428","text":"#% chance to Blind Enemies on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_2452998583","text":"+# to Level of Socketed Aura Gems","type":"fractured"},{"id":"fractured.stat_3342989455","text":"#% of Physical Damage from Hits taken as Fire Damage","type":"fractured"},{"id":"fractured.stat_1621470436","text":"Cast Level 20 Fire Burst on Hit","type":"fractured"},{"id":"fractured.stat_1456464057","text":"#% of Spell Damage Leeched as Energy Shield during Effect","type":"fractured"},{"id":"fractured.stat_3146788701","text":"# to # Added Fire Damage with Mace or Sceptre Attacks","type":"fractured"},{"id":"fractured.stat_589991690","text":"Immunity to Shock during Effect","type":"fractured"},{"id":"fractured.stat_601249293","text":"# to # Added Fire Damage with Sword Attacks","type":"fractured"},{"id":"fractured.stat_1244360317","text":"#% increased Damage over Time while holding a Shield","type":"fractured"},{"id":"fractured.stat_1788635023","text":"#% increased Cast Speed with Lightning Skills","type":"fractured"},{"id":"fractured.stat_3352373076","text":"# to # Added Spell Lightning Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_187418672","text":"# to # Added Cold Damage with Mace or Sceptre Attacks","type":"fractured"},{"id":"fractured.stat_2313899959","text":"Hinders nearby Enemies with #% reduced Movement Speed if used while not on Full Mana","type":"fractured"},{"id":"fractured.stat_1261982764","text":"#% increased Life Recovered","type":"fractured"},{"id":"fractured.stat_3322709337","text":"Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds","type":"fractured"},{"id":"fractured.stat_3081816887","text":"#% increased Effect of Lightning Ailments","type":"fractured"},{"id":"fractured.stat_1181419800","text":"#% increased Damage with Maces or Sceptres","type":"fractured"},{"id":"fractured.stat_97064873","text":"#% chance to Freeze, Shock and Ignite during Effect","type":"fractured"},{"id":"fractured.stat_211381198","text":"Gain # Energy Shield per Enemy Hit with Attacks","type":"fractured"},{"id":"fractured.stat_3220927448","text":"# to # Added Fire Damage with Staff Attacks","type":"fractured"},{"id":"fractured.stat_1261958804","text":"# to # Added Cold Damage with Staff Attacks","type":"fractured"},{"id":"fractured.stat_2464689927","text":"# to # Added Spell Cold Damage while wielding a Two Handed Weapon","type":"fractured"},{"id":"fractured.stat_1743759111","text":"# to # Added Spell Chaos Damage while wielding a Two Handed Weapon","type":"fractured"},{"id":"fractured.stat_648019518","text":"Removes #% of Life Recovered from Mana when used","type":"fractured"},{"id":"fractured.stat_1811130680","text":"#% increased Mana Recovered","type":"fractured"},{"id":"fractured.stat_470688636","text":"Triggers Level 20 Spectral Spirits when Equipped\\n+# to maximum number of Spectral Spirits","type":"fractured"},{"id":"fractured.stat_2135335407","text":"# to # Added Spell Fire Damage while wielding a Two Handed Weapon","type":"fractured"},{"id":"fractured.stat_1612163368","text":"#% increased Cast Speed while holding a Shield","type":"fractured"},{"id":"fractured.stat_4087089130","text":"#% increased Damage with Staves","type":"fractured"},{"id":"fractured.stat_734823525","text":"#% increased Evasion Rating while moving","type":"fractured"},{"id":"fractured.stat_20251177","text":"#% chance to Avoid being Ignited during Effect","type":"fractured"},{"id":"fractured.stat_2787733863","text":"# to # Added Lightning Damage with Wand Attacks","type":"fractured"},{"id":"fractured.stat_3603666270","text":"#% additional Physical Damage Reduction if you weren\'t Damaged by a Hit Recently","type":"fractured"},{"id":"fractured.stat_2921084940","text":"# to # Added Spell Physical Damage while wielding a Two Handed Weapon","type":"fractured"},{"id":"fractured.stat_4265534424","text":"#% reduced Effect of Curses on you during Effect","type":"fractured"},{"id":"fractured.stat_884586851","text":"#% increased Quantity of Items found","type":"fractured"},{"id":"fractured.stat_338121249","text":"Curse Enemies with Flammability on Hit","type":"fractured"},{"id":"fractured.stat_3999401129","text":"#% of Cold Damage Leeched as Life","type":"fractured"},{"id":"fractured.stat_3110907148","text":"#% increased Cast Speed if a Minion has been Killed Recently","type":"fractured"},{"id":"fractured.stat_1783006896","text":"#% chance to Avoid being Ignited","type":"fractured"},{"id":"fractured.stat_2764915899","text":"Curse Enemies with Despair on Hit","type":"fractured"},{"id":"fractured.stat_3448216135","text":"Monsters deal #% extra Physical Damage as Cold","type":"fractured"},{"id":"fractured.stat_2306522833","text":"#% increased Monster Movement Speed","type":"fractured"},{"id":"fractured.stat_1809006367","text":"Totems gain +#% to all Elemental Resistances","type":"fractured"},{"id":"fractured.stat_3478075311","text":"# to # Added Chaos Damage with Bow Attacks","type":"fractured"},{"id":"fractured.stat_1913583994","text":"#% increased Monster Attack Speed","type":"fractured"},{"id":"fractured.stat_1636209393","text":"#% increased Effect of Non-Curse Auras from your Skills on Enemies","type":"fractured"},{"id":"fractured.stat_3965637181","text":"Immunity to Bleeding and Corrupted Blood during Effect","type":"fractured"},{"id":"fractured.stat_4283407333","text":"+# to Level of all Skill Gems","type":"fractured"},{"id":"fractured.stat_3550168289","text":"Area is inhabited by # additional Rogue Exile","type":"fractured"},{"id":"fractured.stat_986397080","text":"#% reduced Ignite Duration on you","type":"fractured"},{"id":"fractured.stat_1040189894","text":"# to # Added Physical Damage with Sword Attacks","type":"fractured"},{"id":"fractured.stat_1086057912","text":"Minions deal #% increased Damage with Hits and Ailments against Abyssal Monsters","type":"fractured"},{"id":"fractured.stat_1327522346","text":"#% increased Mana Regeneration Rate while moving","type":"fractured"},{"id":"fractured.stat_1309819744","text":"Monsters fire # additional Projectiles","type":"fractured"},{"id":"fractured.stat_1974445926","text":"Minions have #% chance to Poison Enemies on Hit","type":"fractured"},{"id":"fractured.stat_3748879662","text":"#% chance to cover Enemies in Ash when they Hit you","type":"fractured"},{"id":"fractured.stat_3023957681","text":"#% chance to gain Onslaught for 4 seconds on Kill","type":"fractured"},{"id":"fractured.stat_214001793","text":"#% increased Damage over Time while Dual Wielding","type":"fractured"},{"id":"fractured.stat_908516597","text":"Regenerate #% of Life per second while moving","type":"fractured"},{"id":"fractured.stat_2067062068","text":"Projectiles Pierce # additional Targets","type":"fractured"},{"id":"fractured.stat_799271621","text":"Area contains two Unique Bosses","type":"fractured"},{"id":"fractured.stat_2889664727","text":"#% chance to Avoid Lightning Damage from Hits","type":"fractured"},{"id":"fractured.stat_337935900","text":"Monsters take #% reduced Extra Damage from Critical Strikes","type":"fractured"},{"id":"fractured.stat_2887760183","text":"Monsters gain #% of Maximum Life as Extra Maximum Energy Shield","type":"fractured"},{"id":"fractured.stat_2805714016","text":"#% increased Damage with Hits against Chilled Enemies","type":"fractured"},{"id":"fractured.stat_1778298516","text":"+#% Chance to Block Attack Damage while wielding a Staff","type":"fractured"},{"id":"fractured.stat_133683091","text":"# to # Added Physical Damage with Wand Attacks","type":"fractured"},{"id":"fractured.stat_2753083623","text":"Monsters have #% increased Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_57326096","text":"+#% to Monster Critical Strike Multiplier","type":"fractured"},{"id":"fractured.stat_120895749","text":"Gain # Life for each Ignited Enemy hit with Attacks","type":"fractured"},{"id":"fractured.stat_2138205941","text":"Monsters have +#% chance to Suppress Spell Damage","type":"fractured"},{"id":"fractured.stat_2549889921","text":"Players gain #% reduced Flask Charges","type":"fractured"},{"id":"fractured.stat_406353061","text":"Monsters have #% chance to gain a Power Charge on Hit","type":"fractured"},{"id":"fractured.stat_3882662078","text":"# to # Added Physical Damage with Mace or Sceptre Attacks","type":"fractured"},{"id":"fractured.stat_3483999943","text":"#% chance to Avoid being Chilled","type":"fractured"},{"id":"fractured.stat_1782176131","text":"# to # Added Cold Damage with Axe Attacks","type":"fractured"},{"id":"fractured.stat_144665660","text":"Monsters have a #% chance to avoid Poison, Impale, and Bleeding","type":"fractured"},{"id":"fractured.stat_3166317791","text":"#% chance to Gain Unholy Might for 4 seconds on Melee Kill","type":"fractured"},{"id":"fractured.stat_322206271","text":"Monsters have #% chance to Avoid Elemental Ailments","type":"fractured"},{"id":"fractured.stat_3222482040","text":"Monsters have #% chance to steal Power, Frenzy and Endurance charges on Hit","type":"fractured"},{"id":"fractured.stat_2424133568","text":"#% increased Armour if you haven\'t Killed Recently","type":"fractured"},{"id":"fractured.stat_3729221884","text":"Players have #% reduced Chance to Block","type":"fractured"},{"id":"fractured.stat_1708461270","text":"Monsters have #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_3319896421","text":"Gain #% of Physical Damage as Extra Chaos Damage","type":"fractured"},{"id":"fractured.stat_774474440","text":"#% increased Freeze Duration on you during Effect","type":"fractured"},{"id":"fractured.stat_1478653032","text":"#% reduced Effect of Chill on you","type":"fractured"},{"id":"fractured.stat_369494213","text":"Gain #% of Physical Damage as Extra Fire Damage","type":"fractured"},{"id":"fractured.stat_3212481075","text":"# to # Added Lightning Damage with Staff Attacks","type":"fractured"},{"id":"fractured.stat_4103440490","text":"Players are Cursed with Enfeeble","type":"fractured"},{"id":"fractured.stat_2312028586","text":"Players have #% less Area of Effect","type":"fractured"},{"id":"fractured.stat_4181072906","text":"Players have #% less Recovery Rate of Life and Energy Shield","type":"fractured"},{"id":"fractured.stat_1742567045","text":"Monsters have #% chance to gain a Frenzy Charge on Hit","type":"fractured"},{"id":"fractured.stat_3667574329","text":"Players have #% more Accuracy Rating","type":"fractured"},{"id":"fractured.stat_662691280","text":"# to # Added Spell Fire Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_2133341901","text":"#% of Physical Damage Converted to Cold Damage","type":"fractured"},{"id":"fractured.stat_3376452528","text":"# to # Added Spell Cold Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_798009319","text":"Monsters\' Action Speed cannot be modified to below base value","type":"fractured"},{"id":"fractured.stat_3838369929","text":"Immunity to Freeze and Chill during Effect","type":"fractured"},{"id":"fractured.stat_1106651798","text":"Monsters cannot be Taunted","type":"fractured"},{"id":"fractured.stat_1541224187","text":"Monsters have #% chance to Impale with Attacks","type":"fractured"},{"id":"fractured.stat_959641748","text":"Removes #% of Mana Recovered from Life when used","type":"fractured"},{"id":"fractured.stat_2461965653","text":"# to # Added Fire Damage with Axe Attacks","type":"fractured"},{"id":"fractured.stat_3350803563","text":"Monsters Poison on Hit","type":"fractured"},{"id":"fractured.stat_4227567885","text":"Minions have #% increased Attack and Cast Speed if you or your Minions have Killed Recently","type":"fractured"},{"id":"fractured.stat_1533563525","text":"#% of Physical Damage Converted to Fire Damage","type":"fractured"},{"id":"fractured.stat_2008255263","text":"#% increased Critical Strike Chance during Effect","type":"fractured"},{"id":"fractured.stat_962725504","text":"#% additional Elemental Resistances during Effect","type":"fractured"},{"id":"fractured.stat_1172810729","text":"#% chance to deal Double Damage","type":"fractured"},{"id":"fractured.stat_724930776","text":"Added Small Passive Skills also grant: +# to Intelligence","type":"fractured"},{"id":"fractured.stat_2764017512","text":"Monsters reflect #% of Elemental Damage","type":"fractured"},{"id":"fractured.stat_475518267","text":"#% chance to Avoid being Frozen during Effect","type":"fractured"},{"id":"fractured.stat_4231842891","text":"# to # Added Lightning Damage with Claw Attacks","type":"fractured"},{"id":"fractured.stat_4036575250","text":"Added Small Passive Skills also grant: +# to All Attributes","type":"fractured"},{"id":"fractured.stat_1519615863","text":"#% chance to cause Bleeding on Hit","type":"fractured"},{"id":"fractured.stat_2653955271","text":"Damage Penetrates #% Fire Resistance","type":"fractured"},{"id":"fractured.stat_744082851","text":"#% of Chaos Damage Leeched as Life","type":"fractured"},{"id":"fractured.stat_3240769289","text":"#% of Physical Damage Converted to Lightning Damage","type":"fractured"},{"id":"fractured.stat_3648858570","text":"# to # Added Cold Damage per Frenzy Charge","type":"fractured"},{"id":"fractured.stat_966747987","text":"+# to maximum number of Raised Zombies","type":"fractured"},{"id":"fractured.stat_1818773442","text":"#% increased Damage with Hits and Ailments per Curse on Enemy","type":"fractured"},{"id":"fractured.stat_2810434465","text":"Gain #% of Physical Damage as Extra Fire Damage if you\'ve dealt a Critical Strike Recently","type":"fractured"},{"id":"fractured.stat_1237708713","text":"# to # Added Lightning Damage with Sword Attacks","type":"fractured"},{"id":"fractured.stat_1865428306","text":"# to # Added Spell Chaos Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_42242677","text":"#% chance to Avoid Fire Damage from Hits","type":"fractured"},{"id":"fractured.stat_3374165039","text":"#% increased Totem Placement speed","type":"fractured"},{"id":"fractured.stat_4191067677","text":"# to # Added Chaos Damage with Claw Attacks","type":"fractured"},{"id":"fractured.stat_311030839","text":"# to # Added Physical Damage with Axe Attacks","type":"fractured"},{"id":"fractured.stat_2402136583","text":"Gain #% of Lightning Damage as Extra Chaos Damage","type":"fractured"},{"id":"fractured.stat_972201717","text":"# to # Added Cold Damage with Sword Attacks","type":"fractured"},{"id":"fractured.stat_1619168299","text":"#% chance to Avoid being Chilled during Effect","type":"fractured"},{"id":"fractured.stat_3303114033","text":"#% reduced Cold Damage taken","type":"fractured"},{"id":"fractured.stat_3577248251","text":"You and your Minions take #% reduced Reflected Damage","type":"fractured"},{"id":"fractured.stat_1349296959","text":"Immunity to Poison during Effect","type":"fractured"},{"id":"fractured.stat_1910157106","text":"Players cannot Regenerate Life, Mana or Energy Shield","type":"fractured"},{"id":"fractured.stat_280213220","text":"#% chance to Taunt Enemies on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_2443492284","text":"Ignites you inflict deal Damage #% faster","type":"fractured"},{"id":"fractured.stat_2915373966","text":"Gain #% of Cold Damage as Extra Chaos Damage","type":"fractured"},{"id":"fractured.stat_3291999509","text":"Shock Reflection","type":"fractured"},{"id":"fractured.stat_4255924189","text":"# to # Added Spell Physical Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_1629869774","text":"Monsters have #% chance to Blind on Hit","type":"fractured"},{"id":"fractured.stat_2096159630","text":"# to # Added Lightning Damage with Mace or Sceptre Attacks","type":"fractured"},{"id":"fractured.stat_1801889979","text":"# to # Added Spell Lightning Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_3642618258","text":"#% chance to Avoid being Shocked during Effect","type":"fractured"},{"id":"fractured.stat_2398198236","text":"# to # Added Spell Lightning Damage while wielding a Two Handed Weapon","type":"fractured"},{"id":"fractured.stat_3848282610","text":"#% of Fire Damage Leeched as Life","type":"fractured"},{"id":"fractured.stat_2312652600","text":"#% Chance to Avoid being Stunned during Effect","type":"fractured"},{"id":"fractured.stat_1599775597","text":"Gain #% of Fire Damage as Extra Chaos Damage","type":"fractured"},{"id":"fractured.stat_2930706364","text":"Permanently Intimidate Enemies on Block","type":"fractured"},{"id":"fractured.stat_1984113628","text":"#% increased Effect of Chill and Shock on you","type":"fractured"},{"id":"fractured.stat_1181129483","text":"# to # Added Spell Chaos Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_1041951480","text":"Monsters cannot be Stunned","type":"fractured"},{"id":"fractured.stat_3408048164","text":"Adds # minimum Cold Damage to Spells per Power Charge","type":"fractured"},{"id":"fractured.stat_3479987487","text":"#% increased Block and Stun Recovery during Effect","type":"fractured"},{"id":"fractured.stat_3998967779","text":"Minions have #% chance to cause Bleeding with Attacks","type":"fractured"},{"id":"fractured.stat_2228892313","text":"#% chance to Crush on Hit","type":"fractured"},{"id":"fractured.stat_1173558568","text":"#% of Attack Damage Leeched as Life during Effect","type":"fractured"},{"id":"fractured.stat_52953650","text":"Grants Level # Envy Skill","type":"fractured"},{"id":"fractured.stat_816367946","text":"All Monster Damage from Hits always Ignites","type":"fractured"},{"id":"fractured.stat_3873704640","text":"#% more Magic Monsters","type":"fractured"},{"id":"fractured.stat_1840747977","text":"Monsters deal #% extra Physical Damage as Chaos","type":"fractured"},{"id":"fractured.stat_3303015","text":"# to # Added Physical Damage with Claw Attacks","type":"fractured"},{"id":"fractured.stat_2745149002","text":"Enemies Maimed by you take #% increased Damage Over Time","type":"fractured"},{"id":"fractured.stat_887556907","text":"Chaos Damage taken does not bypass Energy Shield while not on Low Life","type":"fractured"},{"id":"fractured.stat_3561450806","text":"Area has increased monster variety","type":"fractured"},{"id":"fractured.stat_2989883253","text":"#% chance to gain Alchemist\'s Genius when you use a Flask","type":"fractured"},{"id":"fractured.stat_1890519597","text":"#% increased Monster Damage","type":"fractured"},{"id":"fractured.stat_1217583941","text":"Buffs on Players expire #% faster","type":"fractured"},{"id":"fractured.stat_125218179","text":"+# to maximum number of Spectres","type":"fractured"},{"id":"fractured.stat_2488361432","text":"#% increased Monster Cast Speed","type":"fractured"},{"id":"fractured.stat_1653010703","text":"+#% to Non-Ailment Chaos Damage over Time Multiplier","type":"fractured"},{"id":"fractured.stat_1497673356","text":"Monsters deal #% extra Physical Damage as Fire","type":"fractured"},{"id":"fractured.stat_1719521705","text":"Added Small Passive Skills also grant: #% increased Damage","type":"fractured"},{"id":"fractured.stat_298173317","text":"#% increased Impale Effect","type":"fractured"},{"id":"fractured.stat_2387423236","text":"Adds # to # Cold Damage","type":"fractured"},{"id":"fractured.stat_153777645","text":"#% increased Area of Effect of Hex Skills","type":"fractured"},{"id":"fractured.stat_425242359","text":"#% of Physical Damage from Hits taken as Lightning Damage","type":"fractured"},{"id":"fractured.stat_3796523155","text":"#% less effect of Curses on Monsters","type":"fractured"},{"id":"fractured.stat_392168009","text":"+#% to Chaos Resistance during any Flask Effect","type":"fractured"},{"id":"fractured.stat_3594640492","text":"Regenerate #% of Energy Shield per second","type":"fractured"},{"id":"fractured.stat_2439129490","text":"Chaos Resistance is Zero","type":"fractured"},{"id":"fractured.stat_436556261","text":"This Map\'s Modifiers to Quantity of Items found also apply to Rarity","type":"fractured"},{"id":"fractured.stat_1298238534","text":"# to # Added Physical Damage with Dagger Attacks","type":"fractured"},{"id":"fractured.stat_365540634","text":"+#% Monster Chaos Resistance","type":"fractured"},{"id":"fractured.stat_1276918229","text":"#% reduced Lightning Damage taken","type":"fractured"},{"id":"fractured.stat_1026390635","text":"Players cannot inflict Exposure","type":"fractured"},{"id":"fractured.stat_2459809121","text":"Chill Enemy for # second when Hit, reducing their Action Speed by 30%","type":"fractured"},{"id":"fractured.stat_3819827377","text":"Added Small Passive Skills also grant: +# to Maximum Life","type":"fractured"},{"id":"fractured.stat_2063695047","text":"Gain #% of Non-Chaos Damage as extra Chaos Damage","type":"fractured"},{"id":"fractured.stat_3607154250","text":"#% chance to gain a Power Charge on Killing a Frozen Enemy","type":"fractured"},{"id":"fractured.stat_3416853625","text":"Monsters deal #% extra Physical Damage as Lightning","type":"fractured"},{"id":"fractured.stat_1811604576","text":"Added Small Passive Skills also grant: +#% to Chaos Resistance","type":"fractured"},{"id":"fractured.stat_2129352930","text":"Armour is increased by Overcapped Fire Resistance","type":"fractured"},{"id":"fractured.stat_3183973644","text":"Monsters\' skills Chain # additional times","type":"fractured"},{"id":"fractured.stat_818778753","text":"Damage Penetrates #% Lightning Resistance","type":"fractured"},{"id":"fractured.stat_2643685329","text":"Added Small Passive Skills also grant: +# to Maximum Energy Shield","type":"fractured"},{"id":"fractured.stat_2109106920","text":"Unique Boss has #% increased Attack and Cast Speed","type":"fractured"},{"id":"fractured.stat_558910024","text":"Players are Cursed with Elemental Weakness","type":"fractured"},{"id":"fractured.stat_2250780084","text":"Added Small Passive Skills also grant: +#% to Lightning Resistance","type":"fractured"},{"id":"fractured.stat_839186746","text":"+#% Monster Physical Damage Reduction","type":"fractured"},{"id":"fractured.stat_2588474575","text":"Unique Bosses are Possessed","type":"fractured"},{"id":"fractured.stat_1054098949","text":"+#% Monster Elemental Resistances","type":"fractured"},{"id":"fractured.stat_128585622","text":"Minions are Aggressive","type":"fractured"},{"id":"fractured.stat_4129825612","text":"#% of Physical Damage from Hits taken as Chaos Damage","type":"fractured"},{"id":"fractured.stat_1790411851","text":"Added Small Passive Skills also grant: +#% to Fire Resistance","type":"fractured"},{"id":"fractured.stat_1411310186","text":"Added Small Passive Skills also grant: #% increased Attack Speed","type":"fractured"},{"id":"fractured.stat_349586058","text":"Area has patches of Chilled Ground","type":"fractured"},{"id":"fractured.stat_80079005","text":"#% of Lightning Damage Leeched as Life","type":"fractured"},{"id":"fractured.stat_2090413987","text":"Added Small Passive Skills also grant: +# to Dexterity","type":"fractured"},{"id":"fractured.stat_30642521","text":"You can apply # additional Curses","type":"fractured"},{"id":"fractured.stat_1959158336","text":"Unique Boss has #% increased Life","type":"fractured"},{"id":"fractured.stat_2326202293","text":"Players are Cursed with Temporal Chains","type":"fractured"},{"id":"fractured.stat_124877078","text":"Unique Boss deals #% increased Damage","type":"fractured"},{"id":"fractured.stat_3040667106","text":"Unique Boss has #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_3945147290","text":"#% chance to gain a Power Charge when you Block","type":"fractured"},{"id":"fractured.stat_2351239732","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"fractured"},{"id":"fractured.stat_836936635","text":"Regenerate #% of Life per second","type":"fractured"},{"id":"fractured.stat_2161689853","text":"#% increased Rarity of Items Dropped by Slain Rare or Unique Enemies","type":"fractured"},{"id":"fractured.stat_3258414199","text":"Added Small Passive Skills also grant: +# to Strength","type":"fractured"},{"id":"fractured.stat_677564538","text":"Non-Channelling Skills have +# to Total Mana Cost","type":"fractured"},{"id":"fractured.stat_1000591322","text":"Area contains many Totems","type":"fractured"},{"id":"fractured.stat_2669029667","text":"Added Small Passive Skills also grant: +#% to all Elemental Resistances","type":"fractured"},{"id":"fractured.stat_1032614900","text":"Enemies Withered by you have +#% to all Resistances","type":"fractured"},{"id":"fractured.stat_3119612865","text":"Minions have #% additional Physical Damage Reduction","type":"fractured"},{"id":"fractured.stat_1658498488","text":"Corrupted Blood cannot be inflicted on you","type":"fractured"},{"id":"fractured.stat_2122183138","text":"# Mana gained when you Block","type":"fractured"},{"id":"fractured.stat_3762784591","text":"#% reduced Chaos Damage taken over time","type":"fractured"},{"id":"fractured.stat_69898010","text":"# to # Added Physical Damage with Staff Attacks","type":"fractured"},{"id":"fractured.stat_3571964448","text":"#% increased Duration of Cold Ailments","type":"fractured"},{"id":"fractured.stat_2553656203","text":"Monsters have a #% chance to cause Elemental Ailments on Hit","type":"fractured"},{"id":"fractured.stat_3416410609","text":"+#% chance to Block Projectile Attack Damage","type":"fractured"},{"id":"fractured.stat_2353576063","text":"#% increased Effect of your Curses","type":"fractured"},{"id":"fractured.stat_10224385","text":"Minions have +#% to all maximum Elemental Resistances","type":"fractured"},{"id":"fractured.stat_2907156609","text":"Poisons you inflict deal Damage #% faster","type":"fractured"},{"id":"fractured.stat_1342271987","text":"Reinforcements have #% increased Movement Speed","type":"fractured"},{"id":"fractured.stat_3967845372","text":"Curse Enemies with Vulnerability on Hit","type":"fractured"},{"id":"fractured.stat_1366534040","text":"Players are Cursed with Vulnerability","type":"fractured"},{"id":"fractured.stat_3527617737","text":"Has # Abyssal Sockets","type":"fractured"},{"id":"fractured.stat_3392890360","text":"Damage Penetrates #% Elemental Resistances during any Flask Effect","type":"fractured"},{"id":"fractured.stat_3248691197","text":"# to # Added Chaos Damage with Dagger Attacks","type":"fractured"},{"id":"fractured.stat_3246076198","text":"Area has patches of Shocked Ground which increase Damage taken by #%","type":"fractured"},{"id":"fractured.stat_280731498","text":"#% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_3464419871","text":"Monsters reflect #% of Physical Damage","type":"fractured"},{"id":"fractured.stat_4100161067","text":"Added Small Passive Skills also grant: +# to Evasion","type":"fractured"},{"id":"fractured.stat_3376488707","text":"#% maximum Player Resistances","type":"fractured"},{"id":"fractured.stat_2709692542","text":"Added Small Passive Skills also grant: +#% to Cold Resistance","type":"fractured"},{"id":"fractured.stat_3764265320","text":"#% of Physical Damage Leeched as Life","type":"fractured"},{"id":"fractured.stat_1999711879","text":"+# to Minimum Power Charges","type":"fractured"},{"id":"fractured.stat_1309218394","text":"1 Added Passive Skill is Introspection","type":"fractured"},{"id":"fractured.stat_2241560081","text":"#% increased Attack Speed per 25 Dexterity","type":"fractured"},{"id":"fractured.stat_272758639","text":"Players have #% less Armour","type":"fractured"},{"id":"fractured.stat_2478752719","text":"Critical Strike Chance is increased by Overcapped Lightning Resistance","type":"fractured"},{"id":"fractured.stat_3994193163","text":"Added Small Passive Skills also grant: +# to Maximum Mana","type":"fractured"},{"id":"fractured.stat_3706959521","text":"+# to Minimum Endurance Charges","type":"fractured"},{"id":"fractured.stat_3846088475","text":"Socketed Gems deal #% more Damage over Time","type":"fractured"},{"id":"fractured.stat_1588049749","text":"Monsters have #% increased Accuracy Rating","type":"fractured"},{"id":"fractured.stat_687813731","text":"Monsters have #% chance to gain an Endurance Charge on Hit","type":"fractured"},{"id":"fractured.stat_774059442","text":"+# to Ward","type":"fractured"},{"id":"fractured.stat_286947568","text":"Players Prevent +#% of Suppressed Spell Damage","type":"fractured"},{"id":"fractured.stat_935326447","text":"Moving while Bleeding doesn\'t cause you to take extra Damage","type":"fractured"},{"id":"fractured.stat_2310019673","text":"Added Small Passive Skills also grant: Minions have #% increased Attack and Cast Speed","type":"fractured"},{"id":"fractured.stat_3623716321","text":"Adds # to # Fire Damage if you\'ve Blocked Recently","type":"fractured"},{"id":"fractured.stat_2450628570","text":"Players have #% increased effect of Non-Curse Auras from Skills","type":"fractured"},{"id":"fractured.stat_1880071428","text":"#% increased effect of Non-Curse Auras from your Skills","type":"fractured"},{"id":"fractured.stat_2181129193","text":"#% additional Physical Damage Reduction while stationary","type":"fractured"},{"id":"fractured.stat_3811191316","text":"Minions have #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_3743301799","text":"#% increased Fire Damage taken","type":"fractured"},{"id":"fractured.stat_1289910726","text":"Socketed Gems deal # to # Added Fire Damage","type":"fractured"},{"id":"fractured.stat_803185500","text":"#% increased Effect of your Marks","type":"fractured"},{"id":"fractured.stat_346351023","text":"Socketed Gems have #% more Attack and Cast Speed","type":"fractured"},{"id":"fractured.stat_2458962764","text":"#% of Maximum Life Converted to Energy Shield","type":"fractured"},{"id":"fractured.stat_2213584313","text":"#% chance to Curse Enemies with Vulnerability on Hit","type":"fractured"},{"id":"fractured.stat_464535071","text":"#% increased Trap and Mine Throwing Speed","type":"fractured"},{"id":"fractured.stat_4070754804","text":"Summoned Raging Spirits have #% chance to refresh their Duration when they Hit a Rare or Unique Enemy","type":"fractured"},{"id":"fractured.stat_2806435316","text":"#% increased Accuracy Rating if you haven\'t Killed Recently","type":"fractured"},{"id":"fractured.stat_3721672021","text":"Added Small Passive Skills also grant: Regenerate #% of Life per Second","type":"fractured"},{"id":"fractured.stat_1859937391","text":"Socketed Gems gain #% of Physical Damage as extra Lightning Damage","type":"fractured"},{"id":"fractured.stat_1859333175","text":"Can have up to 3 Crafted Modifiers","type":"fractured"},{"id":"fractured.stat_3691695237","text":"+# to Level of Socketed Curse Gems","type":"fractured"},{"id":"fractured.stat_308309328","text":"#% chance to Recover 10% of Mana when you use a Skill","type":"fractured"},{"id":"fractured.stat_3945908658","text":"Minions have #% chance to Ignite","type":"fractured"},{"id":"fractured.stat_962720646","text":"Monsters have #% chance to Hinder on Hit with Spells","type":"fractured"},{"id":"fractured.stat_3835551335","text":"Cannot be Poisoned","type":"fractured"},{"id":"fractured.stat_1919892065","text":"Enemies Intimidated by you have #% increased duration of stuns against them","type":"fractured"},{"id":"fractured.stat_2960683632","text":"#% reduced Chaos Damage taken","type":"fractured"},{"id":"fractured.stat_3835899275","text":"Socketed Gems deal #% more Elemental Damage","type":"fractured"},{"id":"fractured.stat_4222857095","text":"Adds # to # Lightning Damage for each Shocked Enemy you\'ve Killed Recently","type":"fractured"},{"id":"fractured.stat_1813544255","text":"Area is inhabited by Goatmen","type":"fractured"},{"id":"fractured.stat_2978905446","text":"#% increased Job speed","type":"fractured"},{"id":"fractured.stat_2904116257","text":"#% increased Travel Fee","type":"fractured"},{"id":"fractured.stat_498214257","text":"#% chance to gain a Power, Frenzy or Endurance Charge on Kill","type":"fractured"},{"id":"fractured.stat_1435748744","text":"Curse Skills have #% increased Skill Effect Duration","type":"fractured"},{"id":"fractured.stat_941368244","text":"Players have #% more Cooldown Recovery Rate","type":"fractured"},{"id":"fractured.stat_1316278494","text":"#% increased Warcry Speed","type":"fractured"},{"id":"fractured.stat_45546355","text":"Area is inhabited by Skeletons","type":"fractured"},{"id":"fractured.stat_2474836297","text":"Added Small Passive Skills also grant: #% increased Mana Regeneration Rate","type":"fractured"},{"id":"fractured.stat_4154059009","text":"Monsters are Hexproof","type":"fractured"},{"id":"fractured.stat_2257592286","text":"#% increased Hiring Fee of Rogues","type":"fractured"},{"id":"fractured.stat_3141070085","text":"#% increased Elemental Damage","type":"fractured"},{"id":"fractured.stat_2358015838","text":"Evasion Rating is increased by Overcapped Cold Resistance","type":"fractured"},{"id":"fractured.stat_2764164760","text":"You gain Onslaught for # seconds when Hit","type":"fractured"},{"id":"fractured.stat_1339532482","text":"Reinforcements have #% increased Attack Speed","type":"fractured"},{"id":"fractured.stat_2457517302","text":"Area is inhabited by Solaris fanatics","type":"fractured"},{"id":"fractured.stat_645841425","text":"Area is inhabited by ranged monsters","type":"fractured"},{"id":"fractured.stat_3079007202","text":"#% chance to Trigger a Socketed Spell on Using a Skill, with a 8 second Cooldown\\nSpells Triggered this way have 150% more Cost","type":"fractured"},{"id":"fractured.stat_304970526","text":"#% increased Movement Speed during any Flask Effect","type":"fractured"},{"id":"fractured.stat_3595254837","text":"Drops Burning Ground while moving, dealing # Fire Damage per second for # second","type":"fractured"},{"id":"fractured.stat_4252630904","text":"Area is inhabited by Cultists of Kitava","type":"fractured"},{"id":"fractured.stat_1681904129","text":"Socketed Gems have +#% Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_1140978125","text":"Cannot Leech from Monsters","type":"fractured"},{"id":"fractured.stat_4216282855","text":"Enemies Blinded by you have #% increased Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_2076519255","text":"#% increased Mana Regeneration Rate while Shocked","type":"fractured"},{"id":"fractured.stat_2633745731","text":"#% increased total Recovery per second from Life Leech","type":"fractured"},{"id":"fractured.stat_830161081","text":"#% increased Ward","type":"fractured"},{"id":"fractured.stat_1843941387","text":"Reinforcements have #% increased Cast Speed","type":"fractured"},{"id":"fractured.stat_3032585258","text":"#% chance to gain a Frenzy Charge on Critical Strike","type":"fractured"},{"id":"fractured.stat_2908886986","text":"#% chance to deal Double Damage while Focused","type":"fractured"},{"id":"fractured.stat_1719423857","text":"+# to Level of Socketed Intelligence Gems","type":"fractured"},{"id":"fractured.stat_3736589033","text":"+# to Total Mana Cost of Skills","type":"fractured"},{"id":"fractured.stat_2238019079","text":"Regenerate # Energy Shield per second while a Rare or Unique Enemy is Nearby","type":"fractured"},{"id":"fractured.stat_335507772","text":"+# to maximum Fortification","type":"fractured"},{"id":"fractured.stat_1334465904","text":"#% increased Physical Damage with One Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_2008219439","text":"#% increased Physical Damage with Axes","type":"fractured"},{"id":"fractured.stat_2554466725","text":"Added Small Passive Skills also grant: +# to Armour","type":"fractured"},{"id":"fractured.stat_4164174520","text":"Monsters have #% chance to Maim on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_2176571093","text":"+# to Level of Socketed Projectile Gems","type":"fractured"},{"id":"fractured.stat_2662268382","text":"#% chance to Avoid Elemental Ailments while you have Elusive","type":"fractured"},{"id":"fractured.stat_3709502856","text":"Enemies Hindered by you have #% increased Life Regeneration rate","type":"fractured"},{"id":"fractured.stat_3501769159","text":"#% increased Melee Physical Damage while holding a Shield","type":"fractured"},{"id":"fractured.stat_1274831335","text":"#% increased Physical Attack Damage while Dual Wielding","type":"fractured"},{"id":"fractured.stat_916797432","text":"+# to Level of Socketed Strength Gems","type":"fractured"},{"id":"fractured.stat_3444629796","text":"#% increased Effect of Curses on you while on Consecrated Ground","type":"fractured"},{"id":"fractured.stat_321077055","text":"Adds # to # Fire Damage","type":"fractured"},{"id":"fractured.stat_782230869","text":"#% increased Effect of Non-Damaging Ailments","type":"fractured"},{"id":"fractured.stat_2843214518","text":"#% increased Attack Damage","type":"fractured"},{"id":"fractured.stat_3044826007","text":"Monsters have #% chance to inflict Withered for 2 seconds on Hit","type":"fractured"},{"id":"fractured.stat_3168149399","text":"Adds # to # Lightning Damage to Attacks per 10 Intelligence","type":"fractured"},{"id":"fractured.stat_2551600084","text":"+# to Level of Socketed AoE Gems","type":"fractured"},{"id":"fractured.stat_1334060246","text":"Adds # to # Lightning Damage","type":"fractured"},{"id":"fractured.stat_3814560373","text":"#% increased Physical Damage with Swords","type":"fractured"},{"id":"fractured.stat_3743375737","text":"#% chance to Avoid Cold Damage from Hits","type":"fractured"},{"id":"fractured.stat_2065361612","text":"Socketed Gems are Supported by Level # Enlighten","type":"fractured"},{"id":"fractured.stat_2674336304","text":"Nearby Enemies have +#% to Cold Resistance","type":"fractured"},{"id":"fractured.stat_1826802197","text":"#% chance to gain a Frenzy Charge on Kill","type":"fractured"},{"id":"fractured.stat_658456881","text":"+# to Minimum Frenzy Charges","type":"fractured"},{"id":"fractured.stat_293465345","text":"The Ring\'s Cut increased by #%","type":"fractured"},{"id":"fractured.stat_1235873320","text":"Socketed Gems deal #% more Damage while on Low Life","type":"fractured"},{"id":"fractured.stat_2947215268","text":"#% increased Damage during any Flask Effect","type":"fractured"},{"id":"fractured.stat_133340941","text":"Area has patches of Burning Ground","type":"fractured"},{"id":"fractured.stat_2056783069","text":"#% increased Physical Damage with Two Handed Melee Weapons","type":"fractured"},{"id":"fractured.stat_276103140","text":"#% increased Critical Strike Chance against Shocked Enemies","type":"fractured"},{"id":"fractured.stat_3393628375","text":"+#% to Cold and Chaos Resistances","type":"fractured"},{"id":"fractured.stat_4056408881","text":"Reward Rooms have #% increased Monsters","type":"fractured"},{"id":"fractured.stat_590557979","text":"Heist Chests have a #% chance to Duplicate contained Sextants","type":"fractured"},{"id":"fractured.stat_2569717992","text":"Guards deal #% increased Damage","type":"fractured"},{"id":"fractured.stat_808491979","text":"Area is inhabited by Undead","type":"fractured"},{"id":"fractured.stat_3187805501","text":"Added Small Passive Skills also grant: #% increased Flask Charges gained","type":"fractured"},{"id":"fractured.stat_314741699","text":"#% increased Attack Speed while a Rare or Unique Enemy is Nearby","type":"fractured"},{"id":"fractured.stat_3107439245","text":"#% chance on completing a Heist to generate an additional Reveal with Whakano","type":"fractured"},{"id":"fractured.stat_2527686725","text":"#% increased Effect of Shock","type":"fractured"},{"id":"fractured.stat_378817135","text":"+#% to Fire and Chaos Resistances","type":"fractured"},{"id":"fractured.stat_2885763444","text":"Heist Chests have a #% chance to Duplicate contained Maps","type":"fractured"},{"id":"fractured.stat_201731102","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Lightning Skills","type":"fractured"},{"id":"fractured.stat_2833896424","text":"#% increased Rarity of Items dropped in Heists","type":"fractured"},{"id":"fractured.stat_2961018200","text":"Area is inhabited by Abominations","type":"fractured"},{"id":"fractured.stat_583277599","text":"Chill Nearby Enemies when you Block","type":"fractured"},{"id":"fractured.stat_1177358866","text":"#% increased Movement Speed if you haven\'t been Hit Recently","type":"fractured"},{"id":"fractured.stat_145701647","text":"Heist Chests have a #% chance to Duplicate contained Legion Splinters","type":"fractured"},{"id":"fractured.stat_2357136187","text":"#% increased Rogue\'s Marker value of primary Heist Target","type":"fractured"},{"id":"fractured.stat_573223427","text":"#% chance to gain Arcane Surge when you Kill an Enemy","type":"fractured"},{"id":"fractured.stat_1870262721","text":"Heist Chests have a #% chance to Duplicate contained Delirium Orbs and Splinters","type":"fractured"},{"id":"fractured.stat_1130670241","text":"#% faster Restoration of Ward","type":"fractured"},{"id":"fractured.stat_3569230441","text":"#% increased Job Experience gain","type":"fractured"},{"id":"fractured.stat_828179689","text":"#% increased Effect of Chill","type":"fractured"},{"id":"fractured.stat_3577222856","text":"Area has patches of desecrated ground","type":"fractured"},{"id":"fractured.stat_3916182167","text":"Area is inhabited by Demons","type":"fractured"},{"id":"fractured.stat_2316658489","text":"+# to Armour and Evasion Rating","type":"fractured"},{"id":"fractured.stat_2379781920","text":"#% increased Elemental Damage if you\'ve dealt a Critical Strike Recently","type":"fractured"},{"id":"fractured.stat_539970476","text":"#% increased Damage with Hits and Ailments against Cursed Enemies","type":"fractured"},{"id":"fractured.stat_635761691","text":"#% increased Physical Damage with Claws","type":"fractured"},{"id":"fractured.stat_769783486","text":"Adds # to # Cold Damage to Attacks per 10 Dexterity","type":"fractured"},{"id":"fractured.stat_3523867985","text":"#% increased Armour, Evasion and Energy Shield (Local)","type":"fractured"},{"id":"fractured.stat_1390113017","text":"Reward Room Monsters deal #% increased Damage","type":"fractured"},{"id":"fractured.stat_2435922859","text":"#% increased time before Lockdown","type":"fractured"},{"id":"fractured.stat_4064396395","text":"Attacks with this Weapon Penetrate #% Elemental Resistances","type":"fractured"},{"id":"fractured.stat_63302094","text":"Heist Chests have a #% chance to Duplicate contained Divination Cards","type":"fractured"},{"id":"fractured.stat_3826977109","text":"Socketed Gems are Supported by Level # Maim","type":"fractured"},{"id":"fractured.stat_310246444","text":"#% increased Damage while Leeching","type":"fractured"},{"id":"fractured.stat_301625329","text":"#% increased Rarity of Items found during any Flask Effect","type":"fractured"},{"id":"fractured.stat_2264523604","text":"#% increased Reservation of Skills","type":"fractured"},{"id":"fractured.stat_3143208761","text":"#% increased Attributes","type":"fractured"},{"id":"fractured.stat_1152182658","text":"1 Added Passive Skill is Martial Prowess","type":"fractured"},{"id":"fractured.stat_668504404","text":"Heist Chests have a #% chance to Duplicate contained Breach Splinters","type":"fractured"},{"id":"fractured.stat_2175178647","text":"Heist Chests have a #% chance to Duplicate contained Essences","type":"fractured"},{"id":"fractured.stat_2651141461","text":"Area is inhabited by Humanoids","type":"fractured"},{"id":"fractured.stat_2946222246","text":"No Travel Cost","type":"fractured"},{"id":"fractured.stat_2835888248","text":"Players have Point Blank","type":"fractured"},{"id":"fractured.stat_14664297","text":"Heist Chests have a #% chance to Duplicate contained Basic Currency","type":"fractured"},{"id":"fractured.stat_2205982416","text":"1 Added Passive Skill is Broadside","type":"fractured"},{"id":"fractured.stat_3471951849","text":"+# seconds to Lockdown Timer","type":"fractured"},{"id":"fractured.stat_3134632618","text":"Area is inhabited by Lunaris fanatics","type":"fractured"},{"id":"fractured.stat_680068163","text":"#% increased Stun Threshold","type":"fractured"},{"id":"fractured.stat_3031766858","text":"Shock nearby Enemies for # Seconds when you Focus","type":"fractured"},{"id":"fractured.stat_2253286128","text":"+#% Chance to Block Spell Damage while on Low Life","type":"fractured"},{"id":"fractured.stat_1054322244","text":"#% chance to gain an Endurance Charge on Kill","type":"fractured"},{"id":"fractured.stat_2769075491","text":"#% increased Physical Damage with Wands","type":"fractured"},{"id":"fractured.stat_1678643716","text":"1 Added Passive Skill is Widespread Destruction","type":"fractured"},{"id":"fractured.stat_4154259475","text":"+# to Level of Socketed Support Gems","type":"fractured"},{"id":"fractured.stat_1349659520","text":"Your Critical Strike Chance is Lucky while Focused","type":"fractured"},{"id":"fractured.stat_1948962470","text":"Area has patches of Consecrated Ground","type":"fractured"},{"id":"fractured.stat_3374054207","text":"Minions have +#% Chance to Block Attack Damage","type":"fractured"},{"id":"fractured.stat_4198346809","text":"Area is inhabited by Animals","type":"fractured"},{"id":"fractured.stat_3859593448","text":"#% reduced Elemental Damage Taken while stationary","type":"fractured"},{"id":"fractured.stat_2016708976","text":"+#% to Quality","type":"fractured"},{"id":"fractured.stat_1051688002","text":"#% increased Critical Strike Chance while area is not in Lockdown\\nPlayers have #% increased Critical Strike Chance while area is not in Lockdown","type":"fractured"},{"id":"fractured.stat_3708045494","text":"#% increased Damage with Hits against Enemies on Full Life","type":"fractured"},{"id":"fractured.stat_3516340048","text":"Area is inhabited by Ghosts","type":"fractured"},{"id":"fractured.stat_1903097619","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Physical Skills","type":"fractured"},{"id":"fractured.stat_3450276548","text":"Blind Chilled Enemies on Hit","type":"fractured"},{"id":"fractured.stat_67280387","text":"Gain #% of Maximum Life as Extra Maximum Energy Shield","type":"fractured"},{"id":"fractured.stat_3938603844","text":"# to # added Cold Damage\\nPlayers and their Minions have # to # added Cold Damage","type":"fractured"},{"id":"fractured.stat_165402179","text":"# to # added Fire Damage against Burning Enemies","type":"fractured"},{"id":"fractured.stat_3150705301","text":"#% increased Physical Damage with Staves","type":"fractured"},{"id":"fractured.stat_839556554","text":"Reward Room Monsters take #% increased Damage","type":"fractured"},{"id":"fractured.stat_25085466","text":"Area is inhabited by Sea Witches and their Spawn","type":"fractured"},{"id":"fractured.stat_1172162241","text":"+# to Character Level","type":"fractured"},{"id":"fractured.stat_3839688967","text":"+#% Player Lightning Resistance per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_402920808","text":"#% increased Physical Damage with Bows","type":"fractured"},{"id":"fractured.stat_902577520","text":"#% increased Movement Speed while area is not in Lockdown\\nPlayers have #% increased Movement Speed while area is not in Lockdown","type":"fractured"},{"id":"fractured.stat_3465022881","text":"+#% to Lightning and Chaos Resistances","type":"fractured"},{"id":"fractured.stat_3599340381","text":"1 Added Passive Skill is Fuel the Fight","type":"fractured"},{"id":"fractured.stat_2008682345","text":"1 Added Passive Skill is Burden Projection","type":"fractured"},{"id":"fractured.stat_2121053002","text":"Heist Chests have a #% chance to Duplicate contained Blighted Maps and Catalysts","type":"fractured"},{"id":"fractured.stat_37078857","text":"1 Added Passive Skill is Fasting","type":"fractured"},{"id":"fractured.stat_2483795307","text":"#% chance to gain a Power Charge on Kill","type":"fractured"},{"id":"fractured.stat_3828375170","text":"Bleeding you inflict deals Damage #% faster","type":"fractured"},{"id":"fractured.stat_2054530657","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Cold Skills","type":"fractured"},{"id":"fractured.stat_725880290","text":"#% chance to Impale Enemies on Hit with Attacks","type":"fractured"},{"id":"fractured.stat_3882531569","text":"#% increased Physical Damage with Daggers","type":"fractured"},{"id":"fractured.stat_652638686","text":"+#% maximum Player Resistances per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_1539825365","text":"+# to Armour during Soul Gain Prevention","type":"fractured"},{"id":"fractured.stat_746798754","text":"Heist Chests have a #% chance to Duplicate contained Catalysts","type":"fractured"},{"id":"fractured.stat_2620267328","text":"1 Added Passive Skill is Righteous Path","type":"fractured"},{"id":"fractured.stat_2233905349","text":"Heist Chests have a #% chance to Duplicate contained Oils","type":"fractured"},{"id":"fractured.stat_3533432197","text":"Non-Aura Vaal Skills require #% reduced Souls Per Use","type":"fractured"},{"id":"fractured.stat_1312481589","text":"#% increased Damage while area is not in Lockdown\\nPlayers deal #% increased Damage while area is not in Lockdown","type":"fractured"},{"id":"fractured.stat_956546305","text":"Grants Level # Aspect of the Spider Skill","type":"fractured"},{"id":"fractured.stat_1911162866","text":"1 Added Passive Skill is Drive the Destruction","type":"fractured"},{"id":"fractured.stat_350598685","text":"+# metres to Weapon Range","type":"fractured"},{"id":"fractured.stat_2034658008","text":"#% increased Damage per Power Charge","type":"fractured"},{"id":"fractured.stat_3762412853","text":"Attacks with this Weapon Penetrate #% Chaos Resistance","type":"fractured"},{"id":"fractured.stat_410939404","text":"1 Added Passive Skill is Deep Cuts","type":"fractured"},{"id":"fractured.stat_2022851697","text":"You have Vaal Pact while Focused","type":"fractured"},{"id":"fractured.stat_68673913","text":"Adds # to # Fire Damage to Attacks per 10 Strength","type":"fractured"},{"id":"fractured.stat_1466172118","text":"Players have #% more Life Recovery Rate per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_3640252904","text":"1 Added Passive Skill is Heavy Hitter","type":"fractured"},{"id":"fractured.stat_873692616","text":"Guards take #% increased Damage","type":"fractured"},{"id":"fractured.stat_1982436039","text":"Patrol Packs have #% increased chance to be replaced by an Elite Patrol Pack","type":"fractured"},{"id":"fractured.stat_2718698372","text":"+# to Level of Socketed Dexterity Gems","type":"fractured"},{"id":"fractured.stat_2462090973","text":"Heist Chests have a #% chance to Duplicate contained Jewels","type":"fractured"},{"id":"fractured.stat_2500803699","text":"#% increased raising of Alert Level from opening Chests","type":"fractured"},{"id":"fractured.stat_3317068522","text":"1 Added Passive Skill is Call to the Slaughter","type":"fractured"},{"id":"fractured.stat_2896346114","text":"Point Blank","type":"fractured"},{"id":"fractured.stat_3025453294","text":"1 Added Passive Skill is Self-Control","type":"fractured"},{"id":"fractured.stat_4223377453","text":"#% increased Brand Attachment range","type":"fractured"},{"id":"fractured.stat_540300548","text":"1 Added Passive Skill is Smite the Weak","type":"fractured"},{"id":"fractured.stat_1238382441","text":"Players have #% more Evasion per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_3581578643","text":"Socketed Gems are Supported by Level # Empower","type":"fractured"},{"id":"fractured.stat_816079058","text":"Players gain #% increased Flask Charges per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_308396001","text":"#% increased Movement Speed if you haven\'t been Hit Recently","type":"fractured"},{"id":"fractured.stat_2642917409","text":"Added Small Passive Skills also grant: #% increased Area of Effect of Aura Skills","type":"fractured"},{"id":"fractured.stat_1840751341","text":"#% increased Duration of Ailments you inflict while Focused","type":"fractured"},{"id":"fractured.stat_2484082827","text":"1 Added Passive Skill is Fan of Blades","type":"fractured"},{"id":"fractured.stat_2227180465","text":"#% increased Mana Reservation of Skills","type":"fractured"},{"id":"fractured.stat_2301191210","text":"#% chance to Blind Enemies on hit","type":"fractured"},{"id":"fractured.stat_190652296","text":"# to # added Fire Damage\\nPlayers and their Minions have # to # added Fire Damage","type":"fractured"},{"id":"fractured.stat_2916448124","text":"+#% Player Cold Resistance per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_3138486617","text":"Alert Level increases by #% per second","type":"fractured"},{"id":"fractured.stat_1265282021","text":"Grants Level # Aspect of the Cat Skill","type":"fractured"},{"id":"fractured.stat_3702411606","text":"Patrol Packs take #% increased damage","type":"fractured"},{"id":"fractured.stat_3967122169","text":"Heist Chests have a #% chance to Duplicate contained Map Fragments","type":"fractured"},{"id":"fractured.stat_2342448236","text":"1 Added Passive Skill is Prismatic Heart","type":"fractured"},{"id":"fractured.stat_3206911230","text":"1 Added Passive Skill is Disorienting Display","type":"fractured"},{"id":"fractured.stat_2233272527","text":"1 Added Passive Skill is Repeater","type":"fractured"},{"id":"fractured.stat_3944525413","text":"1 Added Passive Skill is Feed the Fury","type":"fractured"},{"id":"fractured.stat_2264295449","text":"+# metres to Melee Strike Range","type":"fractured"},{"id":"fractured.stat_1515657623","text":"+# to Maximum Endurance Charges","type":"fractured"},{"id":"fractured.stat_3914740665","text":"Grants Level # Aspect of the Avian Skill","type":"fractured"},{"id":"fractured.stat_1134501245","text":"1 Added Passive Skill is Spiteful Presence","type":"fractured"},{"id":"fractured.stat_3774831856","text":"#% increased Physical Damage with Maces or Sceptres","type":"fractured"},{"id":"fractured.stat_3753650187","text":"#% additional Physical Damage Reduction while Focused","type":"fractured"},{"id":"fractured.stat_150668988","text":"+# to Level of Socketed Trap or Mine Gems","type":"fractured"},{"id":"fractured.stat_2628163981","text":"#% increased Attack and Cast Speed while Focused","type":"fractured"},{"id":"fractured.stat_3610263531","text":"Focus has #% increased Cooldown Recovery Rate","type":"fractured"},{"id":"fractured.stat_3914021960","text":"Nearby Enemies have +#% to Fire Resistance","type":"fractured"},{"id":"fractured.stat_227523295","text":"+# to Maximum Power Charges","type":"fractured"},{"id":"fractured.stat_3828613551","text":"+#% to Quality of Socketed Gems","type":"fractured"},{"id":"fractured.stat_1572897579","text":"You have Onslaught during Soul Gain Prevention","type":"fractured"},{"id":"fractured.stat_1582781759","text":"Trigger a Socketed Spell on Using a Skill, with a # second Cooldown\\nSpells Triggered this way have 150% more Cost","type":"fractured"},{"id":"fractured.stat_536929014","text":"+#% to Critical Strike Multiplier if you\'ve Shattered an Enemy Recently","type":"fractured"},{"id":"fractured.stat_4078695","text":"+# to Maximum Frenzy Charges","type":"fractured"},{"id":"fractured.stat_3359207393","text":"1 Added Passive Skill is Calamitous","type":"fractured"},{"id":"fractured.stat_2350668735","text":"1 Added Passive Skill is Volatile Presence","type":"fractured"},{"id":"fractured.stat_2438099615","text":"#% chance to not Activate Lockdown in Grand Heists","type":"fractured"},{"id":"fractured.stat_3128272024","text":"+#% to Critical Strike Multiplier while area is not in Lockdown\\nPlayers have +#% to Critical Strike Multiplier while area is not in Lockdown","type":"fractured"},{"id":"fractured.stat_2251304016","text":"1 Added Passive Skill is Sublime Form","type":"fractured"},{"id":"fractured.stat_902747843","text":"#% increased Damage per Frenzy Charge","type":"fractured"},{"id":"fractured.stat_547412107","text":"#% increased Vaal Skill Effect Duration","type":"fractured"},{"id":"fractured.stat_1568319697","text":"Grants Level # Wrath Skill","type":"fractured"},{"id":"fractured.stat_2556436882","text":"Socketed Gems are Supported by Level # Enhance","type":"fractured"},{"id":"fractured.stat_3226074658","text":"1 Added Passive Skill is Supercharge","type":"fractured"},{"id":"fractured.stat_1849749435","text":"Nearby Enemies have +#% to Lightning Resistance","type":"fractured"},{"id":"fractured.stat_2631806437","text":"1 Added Passive Skill is Tempered Arrowheads","type":"fractured"},{"id":"fractured.stat_553402472","text":"#% increased Total Heist Fee","type":"fractured"},{"id":"fractured.stat_311641062","text":"#% chance for Flasks you use to not consume Charges","type":"fractured"},{"id":"fractured.stat_2387539034","text":"Attacks with this Weapon Penetrate #% Lightning Resistance","type":"fractured"},{"id":"fractured.stat_2513410880","text":"Players and their Minions have #% increased Mana Regeneration Rate","type":"fractured"},{"id":"fractured.stat_3914774028","text":"Grants Level # Grace Skill","type":"fractured"},{"id":"fractured.stat_1563396443","text":"# to # added Physical Damage\\nPlayers and their Minions have # to # added Physical Damage","type":"fractured"},{"id":"fractured.stat_2520458995","text":"#% increased Deception speed","type":"fractured"},{"id":"fractured.stat_382360671","text":"1 Added Passive Skill is Uncompromising","type":"fractured"},{"id":"fractured.stat_3692167527","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Chaos Skills","type":"fractured"},{"id":"fractured.stat_1239251576","text":"Lockdown occurs immediately when Alert Level is full","type":"fractured"},{"id":"fractured.stat_3844152269","text":"#% chance on opening a Chest to not generate Alert Level","type":"fractured"},{"id":"fractured.stat_953449033","text":"Players have #% more Mana Recovery Rate per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_2289610642","text":"1 Added Passive Skill is Rotten Claws","type":"fractured"},{"id":"fractured.stat_3711553948","text":"1 Added Passive Skill is Devastator","type":"fractured"},{"id":"fractured.stat_2421446548","text":"Channelling Skills have +# to Total Mana Cost","type":"fractured"},{"id":"fractured.stat_4216809421","text":"Heist Chests have a #% chance to Duplicate contained Scarabs","type":"fractured"},{"id":"fractured.stat_2697534676","text":"# to # added Lightning Damage\\nPlayers and their Minions have # to # added Lightning Damage","type":"fractured"},{"id":"fractured.stat_2491363440","text":"Adds # to # Lightning Damage to Attacks against you","type":"fractured"},{"id":"fractured.stat_1085167979","text":"1 Added Passive Skill is Blanketed Snow","type":"fractured"},{"id":"fractured.stat_1496043857","text":"1 Added Passive Skill is Replenishing Presence","type":"fractured"},{"id":"fractured.stat_1740229525","text":"Attacks with this Weapon Penetrate #% Cold Resistance","type":"fractured"},{"id":"fractured.stat_507505131","text":"1 Added Passive Skill is Purposeful Harbinger","type":"fractured"},{"id":"fractured.stat_1849042097","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Fire Skills","type":"fractured"},{"id":"fractured.stat_567971948","text":"1 Added Passive Skill is Vicious Skewering","type":"fractured"},{"id":"fractured.stat_205619502","text":"#% chance to Trigger Level 1 Blood Rage when you Kill an Enemy","type":"fractured"},{"id":"fractured.stat_792262925","text":"1 Added Passive Skill is Frantic Aspect","type":"fractured"},{"id":"fractured.stat_1583385065","text":"#% increased Damage with Non-Vaal Skills during Soul Gain Prevention","type":"fractured"},{"id":"fractured.stat_2372915005","text":"1 Added Passive Skill is Pure Might","type":"fractured"},{"id":"fractured.stat_2264586521","text":"Socketed Attacks have +# to Total Mana Cost","type":"fractured"},{"id":"fractured.stat_2523334466","text":"Adds # to # Chaos Damage if you\'ve dealt a Critical Strike Recently","type":"fractured"},{"id":"fractured.stat_3015749212","text":"#% chance to not generate Alert Level on opening a Chest using Trap Disarmament","type":"fractured"},{"id":"fractured.stat_3683643898","text":"#% increased Quantity of Items dropped in Heists","type":"fractured"},{"id":"fractured.stat_3144910208","text":"Patrolling Monsters deal #% increased Damage","type":"fractured"},{"id":"fractured.stat_2930275641","text":"1 Added Passive Skill is Titanic Swings","type":"fractured"},{"id":"fractured.stat_2609768284","text":"Area is inhabited by the Vaal","type":"fractured"},{"id":"fractured.stat_728267040","text":"Found Items have #% chance to drop Corrupted in Area","type":"fractured"},{"id":"fractured.stat_1703766309","text":"1 Added Passive Skill is Deep Chill","type":"fractured"},{"id":"fractured.stat_2054162825","text":"Karui Stone Hook","type":"fractured"},{"id":"fractured.stat_3464137628","text":"Suffixes Cannot Be Changed","type":"fractured"},{"id":"fractured.stat_1483753325","text":"#% increased Attack and Cast Speed if you\'ve Hit an Enemy Recently","type":"fractured"},{"id":"fractured.stat_1741700339","text":"1 Added Passive Skill is Thunderstruck","type":"fractured"},{"id":"fractured.stat_2506681313","text":"#% increased Hiring Fee for Deception Jobs","type":"fractured"},{"id":"fractured.stat_1318683911","text":"+#% Player Fire Resistance per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_2118664144","text":"1 Added Passive Skill is Mage Hunter","type":"fractured"},{"id":"fractured.stat_3165492062","text":"#% increased Vaal Skill Critical Strike Chance","type":"fractured"},{"id":"fractured.stat_1195353227","text":"Added Small Passive Skills also grant: #% increased Cast Speed","type":"fractured"},{"id":"fractured.stat_4235300427","text":"1 Added Passive Skill is Special Reserve","type":"fractured"},{"id":"fractured.stat_3435403756","text":"1 Added Passive Skill is Practiced Caster","type":"fractured"},{"id":"fractured.stat_2787931289","text":"Players have #% more Armour per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_3313284037","text":"#% chance to Avoid being Interrupted","type":"fractured"},{"id":"fractured.stat_3777170562","text":"1 Added Passive Skill is Overshock","type":"fractured"},{"id":"fractured.stat_2956083810","text":"#% increased Hiring Fee for Engineering Jobs","type":"fractured"},{"id":"fractured.stat_2693266036","text":"#% additional Physical Damage Reduction during any Flask Effect","type":"fractured"},{"id":"fractured.stat_2992263716","text":"Recover #% of Mana and Energy Shield when you Focus","type":"fractured"},{"id":"fractured.stat_2578176147","text":"Grants Level # Discipline Skill","type":"fractured"},{"id":"fractured.stat_836566759","text":"1 Added Passive Skill is Cold-Blooded Killer","type":"fractured"},{"id":"fractured.stat_2879723104","text":"Prefixes Cannot Be Changed","type":"fractured"},{"id":"fractured.stat_3422638915","text":"#% increased Agility speed","type":"fractured"},{"id":"fractured.stat_3992439283","text":"+#% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby","type":"fractured"},{"id":"fractured.stat_715786975","text":"1 Added Passive Skill is Sap Psyche","type":"fractured"},{"id":"fractured.stat_2250169390","text":"1 Added Passive Skill is Overlord","type":"fractured"},{"id":"fractured.stat_4186213466","text":"1 Added Passive Skill is Unholy Grace","type":"fractured"},{"id":"fractured.stat_1149326139","text":"Cannot roll Caster Modifiers","type":"fractured"},{"id":"fractured.stat_2401834120","text":"Added Small Passive Skills also grant: #% increased Damage over Time","type":"fractured"},{"id":"fractured.stat_3151397056","text":"#% increased Effect of Onslaught on you","type":"fractured"},{"id":"fractured.stat_2523146878","text":"#% chance for Poisons inflicted with this Weapon to deal 100% more Damage","type":"fractured"},{"id":"fractured.stat_3729445224","text":"Auras from your Skills grant #% increased Damage to you and Allies","type":"fractured"},{"id":"fractured.stat_4122424929","text":"Cannot roll Attack Modifiers","type":"fractured"},{"id":"fractured.stat_3310914132","text":"#% increased Rarity of Fish Caught","type":"fractured"},{"id":"fractured.stat_3734675602","text":"Grants Level # Zealotry Skill","type":"fractured"},{"id":"fractured.stat_3638731729","text":"1 Added Passive Skill is Sadist","type":"fractured"},{"id":"fractured.stat_3212859169","text":"1 Added Passive Skill is Arcing Shot","type":"fractured"},{"id":"fractured.stat_1456551059","text":"#% increased Perception speed","type":"fractured"},{"id":"fractured.stat_2692578539","text":"+# to Level of all Jobs for Heists","type":"fractured"},{"id":"fractured.stat_289885185","text":"Chaos Skills have #% increased Skill Effect Duration","type":"fractured"},{"id":"fractured.stat_3086585712","text":"Grants Level # Malevolence Skill","type":"fractured"},{"id":"fractured.stat_4102318278","text":"Grants Level # Aspect of the Crab Skill","type":"fractured"},{"id":"fractured.stat_2087561637","text":"1 Added Passive Skill is Storm Drinker","type":"fractured"},{"id":"fractured.stat_1888494262","text":"Your Cold Damage can Ignite","type":"fractured"},{"id":"fractured.stat_1363668533","text":"1 Added Passive Skill is Wall of Muscle","type":"fractured"},{"id":"fractured.stat_177215332","text":"1 Added Passive Skill is Thaumophage","type":"fractured"},{"id":"fractured.stat_3231614028","text":"Grants Level # Determination Skill","type":"fractured"},{"id":"fractured.stat_3509724289","text":"1 Added Passive Skill is Pure Aptitude","type":"fractured"},{"id":"fractured.stat_2001530951","text":"#% increased Trap Duration","type":"fractured"},{"id":"fractured.stat_3680061663","text":"#% increased Hiring Fee for Demolition Jobs","type":"fractured"},{"id":"fractured.stat_2885031631","text":"#% increased Hiring Fee for Perception Jobs","type":"fractured"},{"id":"fractured.stat_4021083819","text":"Socketed Triggered Skills deal Double Damage","type":"fractured"},{"id":"fractured.stat_982290947","text":"1 Added Passive Skill is Flexible Sentry","type":"fractured"},{"id":"fractured.stat_1096136223","text":"1 Added Passive Skill is Essence Rush","type":"fractured"},{"id":"fractured.stat_430044247","text":"Players and their Minions Regenerate #% of Life per second","type":"fractured"},{"id":"fractured.stat_3839620417","text":"#% increased Evasion Rating while Focused","type":"fractured"},{"id":"fractured.stat_3590128077","text":"Ghost Dance","type":"fractured"},{"id":"fractured.stat_2232609651","text":"#% chance to not generate Alert Level on opening a Chest using Counter-Thaumaturgy","type":"fractured"},{"id":"fractured.stat_3372255769","text":"1 Added Passive Skill is Spiked Concoction","type":"fractured"},{"id":"fractured.stat_3211817426","text":"#% increased Engineering speed","type":"fractured"},{"id":"fractured.stat_3607300552","text":"1 Added Passive Skill is Renewal","type":"fractured"},{"id":"fractured.stat_397829245","text":"#% chance to not generate Alert Level on opening a Chest using Perception","type":"fractured"},{"id":"fractured.stat_4272503233","text":"1 Added Passive Skill is Paralysis","type":"fractured"},{"id":"fractured.stat_3901992019","text":"1 Added Passive Skill is Arcane Heroism","type":"fractured"},{"id":"fractured.stat_876831634","text":"Cannot be Frozen","type":"fractured"},{"id":"fractured.stat_4050593908","text":"Skills used by Traps have #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_637101875","text":"Monsters Fracture","type":"fractured"},{"id":"fractured.stat_3015437071","text":"#% increased Effect of Arcane Surge on you","type":"fractured"},{"id":"fractured.stat_3652138990","text":"1 Added Passive Skill is Distilled Perfection","type":"fractured"},{"id":"fractured.stat_3536778624","text":"1 Added Passive Skill is Towering Threat","type":"fractured"},{"id":"fractured.stat_2564857472","text":"Magic Utility Flasks applied to you have #% increased Effect","type":"fractured"},{"id":"fractured.stat_1492314881","text":"#% increased Demolition Experience gained","type":"fractured"},{"id":"fractured.stat_3398283493","text":"Attacks with this Weapon Penetrate #% Fire Resistance","type":"fractured"},{"id":"fractured.stat_2062792091","text":"#% chance to Trigger Socketed Spells when you Focus, with a 0.25 second Cooldown","type":"fractured"},{"id":"fractured.stat_383245807","text":"1 Added Passive Skill is Feasting Fiends","type":"fractured"},{"id":"fractured.stat_1722821275","text":"1 Added Passive Skill is Peak Vigour","type":"fractured"},{"id":"fractured.stat_3188756614","text":"1 Added Passive Skill is Fire Attunement","type":"fractured"},{"id":"fractured.stat_3258653591","text":"1 Added Passive Skill is Iron Breaker","type":"fractured"},{"id":"fractured.stat_1560880986","text":"#% chance for Bleeding inflicted with this Weapon to deal 100% more Damage","type":"fractured"},{"id":"fractured.stat_131358113","text":"1 Added Passive Skill is Exposure Therapy","type":"fractured"},{"id":"fractured.stat_2872715880","text":"#% increased Hiring Fee for Trap Disarmament Jobs","type":"fractured"},{"id":"fractured.stat_1153801980","text":"1 Added Passive Skill is Cremator","type":"fractured"},{"id":"fractured.stat_392942015","text":"1 Added Passive Skill is Eye to Eye","type":"fractured"},{"id":"fractured.stat_1766730250","text":"You are Immune to Ailments while Focused","type":"fractured"},{"id":"fractured.stat_1902595112","text":"Nearby Enemies have +#% to Chaos Resistance","type":"fractured"},{"id":"fractured.stat_4126210832","text":"Hits can\'t be Evaded","type":"fractured"},{"id":"fractured.stat_415837237","text":"Nearby Enemies take #% increased Physical Damage","type":"fractured"},{"id":"fractured.stat_300702212","text":"Crimson Dance","type":"fractured"},{"id":"fractured.stat_4154008618","text":"1 Added Passive Skill is Aggressive Defence","type":"fractured"},{"id":"fractured.stat_2891175306","text":"#% increased Ward during Effect","type":"fractured"},{"id":"fractured.stat_3312732077","text":"#% increased Lockpicking speed","type":"fractured"},{"id":"fractured.stat_622362787","text":"1 Added Passive Skill is Primordial Bond","type":"fractured"},{"id":"fractured.stat_2530372417","text":"#% Chance to Block Attack Damage","type":"fractured"},{"id":"fractured.stat_315697256","text":"1 Added Passive Skill is Skullbreaker","type":"fractured"},{"id":"fractured.stat_1328548975","text":"+#% to Quality of Socketed Support Gems","type":"fractured"},{"id":"fractured.stat_3235814433","text":"+# to Level of all Raise Spectre Gems","type":"fractured"},{"id":"fractured.stat_744783843","text":"1 Added Passive Skill is Cold to the Core","type":"fractured"},{"id":"fractured.stat_3900877792","text":"Deal no Physical Damage","type":"fractured"},{"id":"fractured.stat_526251910","text":"Cannot Leech Life from Monsters","type":"fractured"},{"id":"fractured.stat_3250272113","text":"1 Added Passive Skill is Brewed for Potency","type":"fractured"},{"id":"fractured.stat_3360430812","text":"Rhoa Feather Lure","type":"fractured"},{"id":"fractured.stat_183591019","text":"1 Added Passive Skill is Disease Vector","type":"fractured"},{"id":"fractured.stat_3610197448","text":"Enemies Taunted by your Warcries take #% increased Damage","type":"fractured"},{"id":"fractured.stat_3202667190","text":"1 Added Passive Skill is Student of Decay","type":"fractured"},{"id":"fractured.stat_664010431","text":"1 Added Passive Skill is Veteran Defender","type":"fractured"},{"id":"fractured.stat_4116705863","text":"Prevent +#% of Suppressed Spell Damage","type":"fractured"},{"id":"fractured.stat_2093523445","text":"Adds # to # Physical Damage to Attacks against you","type":"fractured"},{"id":"fractured.stat_751773204","text":"Players have #% more Energy Shield Recovery Rate per 25% Alert Level","type":"fractured"},{"id":"fractured.stat_1195319608","text":"#% increased Energy Shield from Equipped Body Armour","type":"fractured"},{"id":"fractured.stat_633943719","text":"1 Added Passive Skill is Openness","type":"fractured"},{"id":"fractured.stat_999511066","text":"#% increased Minion Duration","type":"fractured"},{"id":"fractured.stat_3925004212","text":"#% of Lightning Damage Leeched by Enemy as Life","type":"fractured"},{"id":"fractured.stat_918170065","text":"+#% Monster Mana Leech Resistance","type":"fractured"},{"id":"fractured.stat_770408103","text":"1 Added Passive Skill is Overwhelming Malice","type":"fractured"},{"id":"fractured.stat_1579578270","text":"#% increased Trap Disarmament speed","type":"fractured"},{"id":"fractured.stat_3257074218","text":"1 Added Passive Skill is Master of Command","type":"fractured"},{"id":"fractured.stat_4291434923","text":"1 Added Passive Skill is Mender\'s Wellspring","type":"fractured"},{"id":"fractured.stat_2335364359","text":"1 Added Passive Skill is Precise Retaliation","type":"fractured"},{"id":"fractured.stat_3967765261","text":"1 Added Passive Skill is Bloodscent","type":"fractured"},{"id":"fractured.stat_228455793","text":"1 Added Passive Skill is Doryani\'s Lesson","type":"fractured"},{"id":"fractured.stat_3391299828","text":"#% increased Hiring Fee for Lockpicking Jobs","type":"fractured"},{"id":"fractured.stat_3950683692","text":"1 Added Passive Skill is Electric Presence","type":"fractured"},{"id":"fractured.stat_1904581068","text":"1 Added Passive Skill is Force Multiplier","type":"fractured"},{"id":"fractured.stat_3592330380","text":"Cannot be Shocked or Ignited while moving","type":"fractured"},{"id":"fractured.stat_2888942321","text":"#% increased Counter-Thaumaturgy speed","type":"fractured"},{"id":"fractured.stat_1468606528","text":"Trigger Level 10 Summon Spectral Wolf on Kill","type":"fractured"},{"id":"fractured.stat_2164793549","text":"#% increased Hiring Fee for Agility Jobs","type":"fractured"},{"id":"fractured.stat_2699118751","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed with Elemental Skills","type":"fractured"},{"id":"fractured.stat_7847395","text":"Summoned Phantasms have #% chance to refresh their Duration when they Hit a Rare or Unique Enemy","type":"fractured"},{"id":"fractured.stat_882876854","text":"1 Added Passive Skill is Vicious Bite","type":"fractured"},{"id":"fractured.stat_1421267186","text":"Supreme Ego","type":"fractured"},{"id":"fractured.stat_2174134106","text":"Warcries cannot Exert Travel Skills","type":"fractured"},{"id":"fractured.stat_2228913626","text":"Skills used by Mines have #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_3095027077","text":"#% increased Brute Force speed","type":"fractured"},{"id":"fractured.stat_2287264161","text":"Socketed Gems are Supported by Level # Arcane Surge","type":"fractured"},{"id":"fractured.stat_502047644","text":"#% increased Trap Disarmament Experience gained","type":"fractured"},{"id":"fractured.stat_407390981","text":"#% of Physical Attack Damage Leeched by Enemy as Mana","type":"fractured"},{"id":"fractured.stat_462115791","text":"1 Added Passive Skill is Doedre\'s Spite","type":"fractured"},{"id":"fractured.stat_185592058","text":"1 Added Passive Skill is Master of the Maelstrom","type":"fractured"},{"id":"fractured.stat_3063943261","text":"#% increased Hiring Fee for Counter-Thaumaturgy Jobs","type":"fractured"},{"id":"fractured.stat_592020238","text":"#% increased Damage when on Full Life","type":"fractured"},{"id":"fractured.stat_2783012144","text":"1 Added Passive Skill is Shrieking Bolts","type":"fractured"},{"id":"fractured.stat_3737604164","text":"1 Added Passive Skill is Eldritch Inspiration","type":"fractured"},{"id":"fractured.stat_617462123","text":"Adds # to # Cold Damage to Attacks against you","type":"fractured"},{"id":"fractured.stat_693808153","text":"1 Added Passive Skill is Blast-Freeze","type":"fractured"},{"id":"fractured.stat_2262736444","text":"Eldritch Battery","type":"fractured"},{"id":"fractured.stat_1441799693","text":"The Impaler","type":"fractured"},{"id":"fractured.stat_3084359503","text":"1 Added Passive Skill is Basics of Pain","type":"fractured"},{"id":"fractured.stat_316122366","text":"#% chance to not generate Alert Level on opening a Chest using Engineering","type":"fractured"},{"id":"fractured.stat_327253797","text":"#% chance to Defend with 200% of Armour","type":"fractured"},{"id":"fractured.stat_3391925584","text":"1 Added Passive Skill is Pressure Points","type":"fractured"},{"id":"fractured.stat_1005475168","text":"1 Added Passive Skill is Powerful Assault","type":"fractured"},{"id":"fractured.stat_3513180117","text":"#% increased Mana Recovery rate","type":"fractured"},{"id":"fractured.stat_3898572660","text":"1 Added Passive Skill is Holy Conquest","type":"fractured"},{"id":"fractured.stat_1842038569","text":"#% increased Fishing Line Strength","type":"fractured"},{"id":"fractured.stat_1705633890","text":"1 Added Passive Skill is Prodigious Defence","type":"fractured"},{"id":"fractured.stat_774369953","text":"1 Added Passive Skill is Antivenom","type":"fractured"},{"id":"fractured.stat_2162876159","text":"#% increased Projectile Attack Damage","type":"fractured"},{"id":"fractured.stat_2589589781","text":"1 Added Passive Skill is Scintillating Idea","type":"fractured"},{"id":"fractured.stat_4180925106","text":"Magebane","type":"fractured"},{"id":"fractured.stat_1621496909","text":"1 Added Passive Skill is Pure Guile","type":"fractured"},{"id":"fractured.stat_3758712376","text":"1 Added Passive Skill is Blizzard Caller","type":"fractured"},{"id":"fractured.stat_3415827027","text":"1 Added Passive Skill is Furious Assault","type":"fractured"},{"id":"fractured.stat_1263158408","text":"Elemental Equilibrium","type":"fractured"},{"id":"fractured.stat_1936135020","text":"1 Added Passive Skill is Victim Maker","type":"fractured"},{"id":"fractured.stat_178394804","text":"Grants Level # Hatred Skill","type":"fractured"},{"id":"fractured.stat_3324747104","text":"#% of Damage Leeched as Life while Focused","type":"fractured"},{"id":"fractured.stat_889728548","text":"1 Added Passive Skill is Stormrider","type":"fractured"},{"id":"fractured.stat_1225383362","text":"+# to maximum number of Skeletons","type":"fractured"},{"id":"fractured.stat_3875792669","text":"1 Added Passive Skill is Molten One\'s Mark","type":"fractured"},{"id":"fractured.stat_3417757416","text":"#% increased Cooldown Recovery Rate for throwing Traps","type":"fractured"},{"id":"fractured.stat_1595367309","text":"1 Added Passive Skill is Snowstorm","type":"fractured"},{"id":"fractured.stat_245401622","text":"#% increased Agility Experience gained","type":"fractured"},{"id":"fractured.stat_2017927451","text":"1 Added Passive Skill is Explosive Force","type":"fractured"},{"id":"fractured.stat_2449392400","text":"1 Added Passive Skill is Born of Chaos","type":"fractured"},{"id":"fractured.stat_4080245957","text":"Runebinder","type":"fractured"},{"id":"fractured.stat_627015097","text":"#% chance to lose an Endurance Charge on Kill","type":"fractured"},{"id":"fractured.stat_252724319","text":"1 Added Passive Skill is Enduring Ward","type":"fractured"},{"id":"fractured.stat_3492924480","text":"1 Added Passive Skill is Prismatic Carapace","type":"fractured"},{"id":"fractured.stat_2244243943","text":"1 Added Passive Skill is Weight Advantage","type":"fractured"},{"id":"fractured.stat_2138819920","text":"Added Small Passive Skills also grant: #% increased Area of Effect of Hex Skills","type":"fractured"},{"id":"fractured.stat_3943945975","text":"Resolute Technique","type":"fractured"},{"id":"fractured.stat_4272248216","text":"Ghost Reaver","type":"fractured"},{"id":"fractured.stat_932096321","text":"Your Fire Damage can Shock","type":"fractured"},{"id":"fractured.stat_2780712583","text":"1 Added Passive Skill is Touch of Cruelty","type":"fractured"},{"id":"fractured.stat_3146356577","text":"#% chance to not generate Alert Level on opening a Chest using Deception","type":"fractured"},{"id":"fractured.stat_3612470379","text":"Grants Level # Pride Skill","type":"fractured"},{"id":"fractured.stat_1015189426","text":"1 Added Passive Skill is Martial Mastery","type":"fractured"},{"id":"fractured.stat_1094635162","text":"1 Added Passive Skill is Liquid Inspiration","type":"fractured"},{"id":"fractured.stat_4079888060","text":"# Added Passive Skills are Jewel Sockets","type":"fractured"},{"id":"fractured.stat_154668190","text":"#% increased Perception Experience gained","type":"fractured"},{"id":"fractured.stat_4199056048","text":"1 Added Passive Skill is Burning Bright","type":"fractured"},{"id":"fractured.stat_779168081","text":"Triggers Level # Corpse Walk when Equipped","type":"fractured"},{"id":"fractured.stat_3836017971","text":"Light Radius is based on Energy Shield instead of Life","type":"fractured"},{"id":"fractured.stat_426715778","text":"1 Added Passive Skill is Lasting Impression","type":"fractured"},{"id":"fractured.stat_3881737087","text":"1 Added Passive Skill is Mortifying Aspect","type":"fractured"},{"id":"fractured.stat_282062371","text":"1 Added Passive Skill is Strike Leader","type":"fractured"},{"id":"fractured.stat_1462135249","text":"1 Added Passive Skill is Master of Fire","type":"fractured"},{"id":"fractured.stat_1122051203","text":"1 Added Passive Skill is Storm\'s Hand","type":"fractured"},{"id":"fractured.stat_3188455409","text":"Regenerate #% of Mana per second","type":"fractured"},{"id":"fractured.stat_729163974","text":"1 Added Passive Skill is Unspeakable Gifts","type":"fractured"},{"id":"fractured.stat_647201233","text":"1 Added Passive Skill is Vile Reinvigoration","type":"fractured"},{"id":"fractured.stat_713280739","text":"Added Small Passive Skills also grant: #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_346029096","text":"Avatar of Fire","type":"fractured"},{"id":"fractured.stat_1903496649","text":"1 Added Passive Skill is Graceful Execution","type":"fractured"},{"id":"fractured.stat_394918362","text":"1 Added Passive Skill is Expansive Might","type":"fractured"},{"id":"fractured.stat_1905034712","text":"Adds # to # Fire Damage to Hits against you","type":"fractured"},{"id":"fractured.stat_449494711","text":"Grants Level # Anger Skill","type":"fractured"},{"id":"fractured.stat_151975117","text":"Grants Level # Purity of Ice Skill","type":"fractured"},{"id":"fractured.stat_301104070","text":"#% chance for Flasks to gain a Charge when you take a Critical Strike","type":"fractured"},{"id":"fractured.stat_3482587079","text":"Adds # to # Cold Damage to Hits against you","type":"fractured"},{"id":"fractured.stat_3585232432","text":"1 Added Passive Skill is Master the Fundamentals","type":"fractured"},{"id":"fractured.stat_608164368","text":"1 Added Passive Skill is Wish for Death","type":"fractured"},{"id":"fractured.stat_3909846940","text":"Item drops on Death if Equipped by an Animated Guardian","type":"fractured"},{"id":"fractured.stat_1521863824","text":"#% increased Movement speed while on Burning, Chilled or Shocked ground","type":"fractured"},{"id":"fractured.stat_1080363357","text":"1 Added Passive Skill is Haunting Shout","type":"fractured"},{"id":"fractured.stat_542238572","text":"Added Small Passive Skills also grant: Minions Regenerate #% of Life per Second","type":"fractured"},{"id":"fractured.stat_555061211","text":"+# to Trap Disarmament Level for Heists","type":"fractured"},{"id":"fractured.stat_117667746","text":"#% increased Mine Duration","type":"fractured"},{"id":"fractured.stat_380759151","text":"Your Lightning Damage can Freeze","type":"fractured"},{"id":"fractured.stat_849152640","text":"Non-Aura Skills Cost no Mana or Life while Focused","type":"fractured"},{"id":"fractured.stat_1088949570","text":"1 Added Passive Skill is Stoic Focus","type":"fractured"},{"id":"fractured.stat_3884934810","text":"Perfect Agony","type":"fractured"},{"id":"fractured.stat_1018753640","text":"#% increased Hiring Fee for Brute Force Jobs","type":"fractured"},{"id":"fractured.stat_1141249906","text":"Grants Level # Purity of Lightning Skill","type":"fractured"},{"id":"fractured.stat_2648570028","text":"Ancestral Bond","type":"fractured"},{"id":"fractured.stat_348883745","text":"1 Added Passive Skill is Tempt the Storm","type":"fractured"},{"id":"fractured.stat_1603621602","text":"1 Added Passive Skill is Dark Ideation","type":"fractured"},{"id":"fractured.stat_2964800094","text":"Socketed Skills deal #% more Spell Damage","type":"fractured"},{"id":"fractured.stat_2801937280","text":"Blood Magic","type":"fractured"},{"id":"fractured.stat_2055715585","text":"1 Added Passive Skill is Lord of Drought","type":"fractured"},{"id":"fractured.stat_2886441936","text":"1 Added Passive Skill is Magnifier","type":"fractured"},{"id":"fractured.stat_4291066912","text":"1 Added Passive Skill is Evil Eye","type":"fractured"},{"id":"fractured.stat_2477381238","text":"#% reduced Enemy Block Chance","type":"fractured"},{"id":"fractured.stat_3885405204","text":"Bow Attacks fire # additional Arrows","type":"fractured"},{"id":"fractured.stat_2534405517","text":"1 Added Passive Skill is Daring Ideas","type":"fractured"},{"id":"fractured.stat_713945233","text":"1 Added Passive Skill is Rot-Resistant","type":"fractured"},{"id":"fractured.stat_69078820","text":"1 Added Passive Skill is Wound Aggravation","type":"fractured"},{"id":"fractured.stat_1311723478","text":"Ignore all Movement Penalties from Armour","type":"fractured"},{"id":"fractured.stat_170497091","text":"#% increased Fishing Range","type":"fractured"},{"id":"fractured.stat_3500911418","text":"Regenerate #% of Life per second during any Flask Effect","type":"fractured"},{"id":"fractured.stat_2350430215","text":"1 Added Passive Skill is Flow of Life","type":"fractured"},{"id":"fractured.stat_1038897629","text":"1 Added Passive Skill is Raze and Pillage","type":"fractured"},{"id":"fractured.stat_771127912","text":"Lose # Life per second","type":"fractured"},{"id":"fractured.stat_277930304","text":"#% chance to not generate Alert Level on opening a Chest using Agility","type":"fractured"},{"id":"fractured.stat_3178542354","text":"#% increased Movement Speed if you\'ve Hit an Enemy Recently","type":"fractured"},{"id":"fractured.stat_1101403182","text":"#% reduced Damage taken from Damage Over Time","type":"fractured"},{"id":"fractured.stat_1028754276","text":"1 Added Passive Skill is Numbing Elixir","type":"fractured"},{"id":"fractured.stat_2678065384","text":"#% increased Deception Experience gained","type":"fractured"},{"id":"fractured.stat_1678358883","text":"Lethe Shade","type":"fractured"},{"id":"fractured.stat_876846990","text":"1 Added Passive Skill is Seal Mender","type":"fractured"},{"id":"fractured.stat_922014346","text":"+# to maximum Fortification while Focused","type":"fractured"},{"id":"fractured.stat_1550221644","text":"#% reduced Fishing Pool Consumption","type":"fractured"},{"id":"fractured.stat_2129392647","text":"1 Added Passive Skill is Circling Oblivion","type":"fractured"},{"id":"fractured.stat_3085465082","text":"Mines have #% increased Detonation Speed","type":"fractured"},{"id":"fractured.stat_2788982914","text":"1 Added Passive Skill is Unwaveringly Evil","type":"fractured"},{"id":"fractured.stat_690707482","text":"#% increased Damage with Ailments","type":"fractured"},{"id":"fractured.stat_3262895685","text":"Added Small Passive Skills also grant: #% increased Attack and Cast Speed while affected by a Herald","type":"fractured"},{"id":"fractured.stat_1290215329","text":"1 Added Passive Skill is Skeletal Atrophy","type":"fractured"},{"id":"fractured.stat_2314111938","text":"1 Added Passive Skill is Mystical Ward","type":"fractured"},{"id":"fractured.stat_2923442950","text":"Grants Level # Haste Skill","type":"fractured"},{"id":"fractured.stat_3969573213","text":"Performing Counter-Thaumaturgy during Lockdown doesn\'t take additional time","type":"fractured"},{"id":"fractured.stat_3860179422","text":"1 Added Passive Skill is Destructive Aspect","type":"fractured"},{"id":"fractured.stat_1926135629","text":"Added Small Passive Skills also grant: +#% to Critical Strike Multiplier","type":"fractured"},{"id":"fractured.stat_2763732093","text":"1 Added Passive Skill is Genius","type":"fractured"},{"id":"fractured.stat_4105031548","text":"1 Added Passive Skill is Conjured Wall","type":"fractured"},{"id":"fractured.stat_3539175001","text":"1 Added Passive Skill is Savour the Moment","type":"fractured"},{"id":"fractured.stat_4092697134","text":"Iron Will","type":"fractured"},{"id":"fractured.stat_720398262","text":"#% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention","type":"fractured"},{"id":"fractured.stat_1625939562","text":"1 Added Passive Skill is Advance Guard","type":"fractured"},{"id":"fractured.stat_2771217016","text":"1 Added Passive Skill is Master of Fear","type":"fractured"},{"id":"fractured.stat_2194205899","text":"1 Added Passive Skill is Grim Oath","type":"fractured"},{"id":"fractured.stat_393565679","text":"1 Added Passive Skill is Arcane Adept","type":"fractured"},{"id":"fractured.stat_1372426763","text":"#% increased Engineering Experience gained","type":"fractured"},{"id":"fractured.stat_2264655303","text":"#% of Life Recovery from Flasks is applied to nearby Allies instead of You","type":"fractured"},{"id":"fractured.stat_3738331820","text":"With at least 40 Strength in Radius, #% of Glacial\\nHammer Physical Damage Converted to Cold Damage","type":"fractured"},{"id":"fractured.stat_3441651621","text":"+# Physical Damage taken from Attack Hits","type":"fractured"},{"id":"fractured.stat_456502758","text":"1 Added Passive Skill is Careful Handling","type":"fractured"},{"id":"fractured.stat_1507409483","text":"1 Added Passive Skill is Pure Agony","type":"fractured"},{"id":"fractured.stat_3515686789","text":"#% increased Damage per Endurance Charge","type":"fractured"},{"id":"fractured.stat_2412100590","text":"With at least 40 Dexterity in Radius, Melee Damage\\ndealt by Frost Blades Penetrates #% Cold Resistance","type":"fractured"},{"id":"fractured.stat_3244118730","text":"#% of Evasion Rating is Regenerated as Life per second while Focused","type":"fractured"},{"id":"fractured.stat_886366428","text":"#% increased Damage for each Magic Item Equipped","type":"fractured"},{"id":"fractured.stat_3049760680","text":"#% chance to gain Onslaught for 3 seconds when Hit","type":"fractured"},{"id":"fractured.stat_98977150","text":"Pain Attunement","type":"fractured"},{"id":"fractured.stat_2938895712","text":"1 Added Passive Skill is Cooked Alive","type":"fractured"},{"id":"fractured.stat_2485799092","text":"Performing Brute Force during Lockdown doesn\'t take additional time","type":"fractured"},{"id":"fractured.stat_731840035","text":"1 Added Passive Skill is Non-Flammable","type":"fractured"},{"id":"fractured.stat_2048995720","text":"Divine Shield","type":"fractured"},{"id":"fractured.stat_3292262540","text":"Call to Arms","type":"fractured"},{"id":"fractured.stat_684087686","text":"1 Added Passive Skill is Clarity of Purpose","type":"fractured"},{"id":"fractured.stat_3003321700","text":"Flasks do not apply to you","type":"fractured"},{"id":"fractured.stat_679080252","text":"Added Small Passive Skills also grant: #% increased Projectile Speed","type":"fractured"},{"id":"fractured.stat_3574189159","text":"Elemental Overload","type":"fractured"},{"id":"fractured.stat_581152495","text":"#% chance to not generate Alert Level on opening a Chest using Demolition","type":"fractured"},{"id":"fractured.stat_3198006994","text":"1 Added Passive Skill is Brand Loyalty","type":"fractured"},{"id":"fractured.stat_2021058489","text":"+#% chance to Evade Attack Hits","type":"fractured"},{"id":"fractured.stat_957679205","text":"1 Added Passive Skill is Ancestral Echo","type":"fractured"},{"id":"fractured.stat_478147593","text":"1 Added Passive Skill is Sage","type":"fractured"},{"id":"fractured.stat_429867172","text":"+# to maximum number of Summoned Totems","type":"fractured"},{"id":"fractured.stat_72129119","text":"1 Added Passive Skill is Haemorrhage","type":"fractured"},{"id":"fractured.stat_3031310169","text":"+# to Lockpicking Level for Heists","type":"fractured"},{"id":"fractured.stat_50129423","text":"1 Added Passive Skill is Exploit Weakness","type":"fractured"},{"id":"fractured.stat_1397498432","text":"1 Added Passive Skill is Streamlined","type":"fractured"},{"id":"fractured.stat_3998316","text":"1 Added Passive Skill is Ancestral Might","type":"fractured"},{"id":"fractured.stat_2383914651","text":"1 Added Passive Skill is Stubborn Student","type":"fractured"},{"id":"fractured.stat_4022743870","text":"1 Added Passive Skill is Adrenaline","type":"fractured"},{"id":"fractured.stat_2758966888","text":"1 Added Passive Skill is Untouchable","type":"fractured"},{"id":"fractured.stat_1364858171","text":"1 Added Passive Skill is Sublime Sensation","type":"fractured"},{"id":"fractured.stat_1948127742","text":"Added Small Passive Skills also grant: Minions have #% increased Attack and Cast Speed while you are affected by a Herald","type":"fractured"},{"id":"fractured.stat_1237550112","text":"#% increased Counter-Thaumaturgy Experience gained","type":"fractured"},{"id":"fractured.stat_2665170385","text":"1 Added Passive Skill is Hit and Run","type":"fractured"},{"id":"fractured.stat_1127706436","text":"1 Added Passive Skill is Blacksmith","type":"fractured"},{"id":"fractured.stat_1162352537","text":"1 Added Passive Skill is Will Shaper","type":"fractured"},{"id":"fractured.stat_775689239","text":"1 Added Passive Skill is Blessed","type":"fractured"},{"id":"fractured.stat_4207149030","text":"+# to Counter-Thaumaturgy Level for Heists","type":"fractured"},{"id":"fractured.stat_1353571444","text":"1 Added Passive Skill is Fettle","type":"fractured"},{"id":"fractured.stat_2939195168","text":"#% chance to lose a Power Charge on Kill","type":"fractured"},{"id":"fractured.stat_1616734644","text":"1 Added Passive Skill is Wicked Pall","type":"fractured"},{"id":"fractured.stat_77045106","text":"1 Added Passive Skill is Ancestral Inspiration","type":"fractured"},{"id":"fractured.stat_3500334379","text":"1 Added Passive Skill is Steady Torment","type":"fractured"},{"id":"fractured.stat_1038955006","text":"1 Added Passive Skill is Dragon Hunter","type":"fractured"},{"id":"fractured.stat_2350900742","text":"1 Added Passive Skill is Grand Design","type":"fractured"},{"id":"fractured.stat_1173537953","text":"Maximum # Fragile Regrowth","type":"fractured"},{"id":"fractured.stat_2337273077","text":"1 Added Passive Skill is Life from Death","type":"fractured"},{"id":"fractured.stat_828170926","text":"+# to Deception Level for Heists","type":"fractured"},{"id":"fractured.stat_3667965781","text":"1 Added Passive Skill is Holistic Health","type":"fractured"},{"id":"fractured.stat_4120556534","text":"1 Added Passive Skill is Aerodynamics","type":"fractured"},{"id":"fractured.stat_3271464175","text":"#% of Cold Damage Leeched by Enemy as Life","type":"fractured"},{"id":"fractured.stat_1962922582","text":"#% chance to gain an additional Vaal Soul on Kill","type":"fractured"},{"id":"fractured.stat_2047819517","text":"#% increased Attack Speed while Ignited","type":"fractured"},{"id":"fractured.stat_576760472","text":"Passive Skills in Radius also grant: Traps and Mines deal # to # added Physical Damage","type":"fractured"},{"id":"fractured.stat_1488030420","text":"1 Added Passive Skill is Run Through","type":"fractured"},{"id":"fractured.stat_1541516339","text":"#% increased Movement Speed per Frenzy Charge","type":"fractured"},{"id":"fractured.stat_1124657098","text":"Performing Engineering during Lockdown doesn\'t take additional time","type":"fractured"},{"id":"fractured.stat_1424794574","text":"1 Added Passive Skill is Blessed Rebirth","type":"fractured"},{"id":"fractured.stat_383557755","text":"Acrobatics","type":"fractured"},{"id":"fractured.stat_3565558422","text":"With at least 40 Strength in Radius, Glacial Hammer deals\\nCold-only Splash Damage to surrounding targets","type":"fractured"},{"id":"fractured.stat_2695848124","text":"1 Added Passive Skill is Doedre\'s Gluttony","type":"fractured"},{"id":"fractured.stat_593845252","text":"Versatile Combatant","type":"fractured"},{"id":"fractured.stat_3294884567","text":"1 Added Passive Skill is Ancestral Reach","type":"fractured"},{"id":"fractured.stat_3351136461","text":"1 Added Passive Skill is Disorienting Wounds","type":"fractured"},{"id":"fractured.stat_3716281760","text":"Grants Level # Purity of Fire Skill","type":"fractured"},{"id":"fractured.stat_3122491961","text":"1 Added Passive Skill is Agent of Destruction","type":"fractured"},{"id":"fractured.stat_3802667447","text":"#% increased Quantity of Fish Caught","type":"fractured"},{"id":"fractured.stat_156080652","text":"1 Added Passive Skill is Evil Eye","type":"fractured"},{"id":"fractured.stat_3051562738","text":"1 Added Passive Skill is Surprise Sabotage","type":"fractured"},{"id":"fractured.stat_2410501331","text":"1 Added Passive Skill is Surging Vitality","type":"fractured"},{"id":"fractured.stat_1612414696","text":"1 Added Passive Skill is Blowback","type":"fractured"},{"id":"fractured.stat_1938661964","text":"1 Added Passive Skill is Wind-up","type":"fractured"},{"id":"fractured.stat_3964634628","text":"Adds # to # Fire Damage to Spells and Attacks","type":"fractured"},{"id":"fractured.stat_2092708508","text":"With at least 40 Dexterity in Radius, Frost Blades has #% increased Projectile Speed","type":"fractured"},{"id":"fractured.stat_2074744008","text":"With at least 40 Intelligence in Radius, #% increased Freezing Pulse Damage if\\nyou\'ve Shattered an Enemy Recently","type":"fractured"},{"id":"fractured.stat_3872380586","text":"1 Added Passive Skill is Inspired Oppression","type":"fractured"},{"id":"fractured.stat_2098320128","text":"With at least 40 Intelligence in Radius, Freezing Pulse fires an additional Projectile","type":"fractured"},{"id":"fractured.stat_960081730","text":"Adds # to # Physical Damage","type":"fractured"},{"id":"fractured.stat_1626818279","text":"1 Added Passive Skill is Quick Getaway","type":"fractured"},{"id":"fractured.stat_4031081471","text":"You take # Chaos Damage per second for # seconds on Kill","type":"fractured"},{"id":"fractured.stat_2858930612","text":"#% chance to lose 10% of Mana when you use a Skill","type":"fractured"},{"id":"fractured.stat_2316712523","text":"#% increased Lockpicking Experience gained","type":"fractured"},{"id":"fractured.stat_810219447","text":"1 Added Passive Skill is Improvisor","type":"fractured"},{"id":"fractured.stat_2322980282","text":"1 Added Passive Skill is Smoking Remains","type":"fractured"},{"id":"fractured.stat_2731249891","text":"#% of Fire Damage Converted to Chaos Damage","type":"fractured"},{"id":"fractured.stat_1013470938","text":"1 Added Passive Skill is Deadly Repartee","type":"fractured"},{"id":"fractured.stat_1882129725","text":"1 Added Passive Skill is Guerilla Tactics","type":"fractured"},{"id":"fractured.stat_1722480396","text":"1 Added Passive Skill is No Witnesses","type":"fractured"},{"id":"fractured.stat_2224292784","text":"Can have up to # additional Trap placed at a time","type":"fractured"},{"id":"fractured.stat_1248507170","text":"With at least 40 Strength in Radius, Hits with Cleave Fortify","type":"fractured"},{"id":"fractured.stat_4260403588","text":"1% increased Rarity of Items found per # Rampage Kills","type":"fractured"},{"id":"fractured.stat_814369372","text":"1 Added Passive Skill is Provocateur","type":"fractured"},{"id":"fractured.stat_2605119037","text":"Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value","type":"fractured"},{"id":"fractured.stat_1306791873","text":"Lose all Fragile Regrowth when Hit","type":"fractured"},{"id":"fractured.stat_1381945089","text":"1 Added Passive Skill is Doedre\'s Apathy","type":"fractured"},{"id":"fractured.stat_510654792","text":"1 Added Passive Skill is Natural Vigour","type":"fractured"},{"id":"fractured.stat_2605040931","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"fractured"},{"id":"fractured.stat_4157767905","text":"#% increased Projectile Attack Damage per 200 Accuracy Rating","type":"fractured"},{"id":"fractured.stat_2068574831","text":"1 Added Passive Skill is Brutal Infamy","type":"fractured"},{"id":"fractured.stat_3442130499","text":"With at least 40 Dexterity in Radius, Ice Shot has #% increased Area of Effect","type":"fractured"},{"id":"fractured.stat_2387747995","text":"1 Added Passive Skill is Ancestral Guidance","type":"fractured"},{"id":"fractured.stat_1543731719","text":"1 Added Passive Skill is Gladiatorial Combat","type":"fractured"},{"id":"fractured.stat_1269219558","text":"#% increased Mana Reservation Efficiency of Skills","type":"fractured"},{"id":"fractured.stat_845306697","text":"1 Added Passive Skill is Readiness","type":"fractured"},{"id":"fractured.stat_616993076","text":"The Ring takes no Cut","type":"fractured"},{"id":"fractured.stat_289714529","text":"1 Added Passive Skill is Elegant Form","type":"fractured"},{"id":"fractured.stat_4188581520","text":"1 Added Passive Skill is Battle-Hardened","type":"fractured"},{"id":"fractured.stat_2693705594","text":"#% of Physical Attack Damage Leeched by Enemy as Life","type":"fractured"},{"id":"fractured.stat_1352418057","text":"#% chance to Curse Enemies with Socketed Hex Curse Gem on Hit","type":"fractured"},{"id":"fractured.stat_2237528173","text":"Strength from Passives in Radius is Transformed to Dexterity","type":"fractured"},{"id":"fractured.stat_156016608","text":"With at least 40 Strength in Radius, Ground Slam\\nhas a #% increased angle","type":"fractured"},{"id":"fractured.stat_99927264","text":"#% reduced Shock Duration on you","type":"fractured"},{"id":"fractured.stat_3134222965","text":"1 Added Passive Skill is Fearsome Warrior","type":"fractured"},{"id":"fractured.stat_1588539856","text":"#% of Damage is taken from Mana before Life while Focused","type":"fractured"},{"id":"fractured.stat_2043284086","text":"1 Added Passive Skill is Enduring Composure","type":"fractured"},{"id":"fractured.stat_3500359417","text":"Minions Recover #% of their Life when you Focus","type":"fractured"},{"id":"fractured.stat_4288473380","text":"1 Added Passive Skill is Rattling Bellow","type":"fractured"},{"id":"fractured.stat_679194784","text":"1% increased Damage per # Strength when in Main Hand","type":"fractured"},{"id":"fractured.stat_573347393","text":"Iron Grip","type":"fractured"},{"id":"fractured.stat_2032453153","text":"1 Added Passive Skill is Empowered Envoy","type":"fractured"},{"id":"fractured.stat_2847917427","text":"#% increased Demolition speed","type":"fractured"},{"id":"fractured.stat_2155513095","text":"Critical Strike Chance is increased by Lightning Resistance","type":"fractured"},{"id":"fractured.stat_1539696482","text":"With at least 40 Strength in Radius, Cleave has +0.1 metres to Radius per Nearby\\nEnemy, up to a maximum of +1 metre","type":"fractured"},{"id":"fractured.stat_2595115995","text":"1 Added Passive Skill is Mindfulness","type":"fractured"},{"id":"fractured.stat_2932532516","text":"+# to Perception Level for Heists","type":"fractured"},{"id":"fractured.stat_1195895224","text":"#% chance to not generate Alert Level on opening a Chest using Brute Force","type":"fractured"},{"id":"fractured.stat_1591995797","text":"1 Added Passive Skill is Gladiator\'s Fortitude","type":"fractured"},{"id":"fractured.stat_2943725337","text":"+# to Agility Level for Heists","type":"fractured"},{"id":"fractured.stat_2978494217","text":"1 Added Passive Skill is Martial Momentum","type":"fractured"},{"id":"fractured.stat_1777139212","text":"1 Added Passive Skill is Corrosive Elements","type":"fractured"},{"id":"fractured.stat_2900833792","text":"1 Added Passive Skill is Brush with Death","type":"fractured"},{"id":"fractured.stat_492027537","text":"+#% chance to Suppress Spell Damage","type":"fractured"},{"id":"fractured.stat_555800967","text":"1 Added Passive Skill is Hound\'s Mark","type":"fractured"},{"id":"fractured.stat_2127433866","text":"Adds # to # Fire Damage to Attacks against you","type":"fractured"},{"id":"fractured.stat_3103494675","text":"With at least 40 Dexterity in Radius, Ice Shot Pierces an additional Target","type":"fractured"},{"id":"fractured.stat_2727977666","text":"With at least 40 Intelligence in Radius, Frostbolt Projectiles gain #% increased Projectile Speed per second","type":"fractured"},{"id":"fractured.stat_3790108551","text":"With at least 40 Intelligence in Radius, Frostbolt fires an additional Projectile","type":"fractured"},{"id":"fractured.stat_3144025395","text":"Performing Lockpicking during Lockdown doesn\'t take additional time","type":"fractured"},{"id":"fractured.stat_3841984913","text":"Gain # Fragile Regrowth each second","type":"fractured"},{"id":"fractured.stat_2913581789","text":"1 Added Passive Skill is Precise Focus","type":"fractured"},{"id":"fractured.stat_2377447058","text":"#% increased Brute Force Experience gained","type":"fractured"},{"id":"fractured.stat_647064288","text":"#% chance to not generate Alert Level on opening a Chest using Lockpicking","type":"fractured"},{"id":"fractured.stat_248982637","text":"Hits against you gain #% of Physical Damage as Extra Fire Damage","type":"fractured"},{"id":"fractured.stat_4281625943","text":"1 Added Passive Skill is Opportunistic Fusilade","type":"fractured"},{"id":"fractured.stat_3818661553","text":"1 Added Passive Skill is Eye of the Storm","type":"fractured"},{"id":"fractured.stat_2978835006","text":"+# to Engineering Level for Heists","type":"fractured"},{"id":"fractured.stat_241783558","text":"1 Added Passive Skill is Wrapped in Flame","type":"fractured"},{"id":"fractured.stat_2257141320","text":"#% increased Damage with Vaal Skills","type":"fractured"},{"id":"fractured.stat_334180828","text":"#% of Chaos Damage Leeched by Enemy as Life","type":"fractured"},{"id":"fractured.stat_254194892","text":"1 Added Passive Skill is Riot Queller","type":"fractured"},{"id":"fractured.stat_3175722882","text":"#% of Life Regenerated per second per Fragile Regrowth","type":"fractured"},{"id":"fractured.stat_1589090910","text":"Summon an additional Skeleton with Summon Skeletons","type":"fractured"},{"id":"fractured.stat_2918755450","text":"1 Added Passive Skill is Fan the Flames","type":"fractured"},{"id":"fractured.stat_450155423","text":"Performing Demolition during Lockdown doesn\'t take additional time","type":"fractured"},{"id":"fractured.stat_3078065247","text":"1 Added Passive Skill is Wizardry","type":"fractured"},{"id":"fractured.stat_178386603","text":"Adds # to # Cold Damage to Hits against you per Frenzy Charge","type":"fractured"}]},{"id":"enchant","label":"Enchant","entries":[{"id":"enchant.stat_3086156145","text":"Adds # Passive Skills","type":"enchant"},{"id":"enchant.stat_3948993189","text":"Added Small Passive Skills grant: #","type":"enchant","option":{"options":[{"id":1,"text":"Axe Attacks deal 12% increased Damage with Hits and Ailments\\nSword Attacks deal 12% increased Damage with Hits and Ailments"},{"id":2,"text":"Staff Attacks deal 12% increased Damage with Hits and Ailments\\nMace or Sceptre Attacks deal 12% increased Damage with Hits and Ailments"},{"id":3,"text":"Claw Attacks deal 12% increased Damage with Hits and Ailments\\nDagger Attacks deal 12% increased Damage with Hits and Ailments"},{"id":4,"text":"12% increased Damage with Bows\\n12% increased Damage Over Time with Bow Skills"},{"id":5,"text":"Wand Attacks deal 12% increased Damage with Hits and Ailments"},{"id":6,"text":"12% increased Damage with Two Handed Weapons"},{"id":7,"text":"12% increased Attack Damage while Dual Wielding"},{"id":8,"text":"12% increased Attack Damage while holding a Shield"},{"id":9,"text":"10% increased Attack Damage"},{"id":10,"text":"10% increased Spell Damage"},{"id":11,"text":"10% increased Elemental Damage"},{"id":12,"text":"12% increased Physical Damage"},{"id":13,"text":"12% increased Fire Damage"},{"id":14,"text":"12% increased Lightning Damage"},{"id":15,"text":"12% increased Cold Damage"},{"id":16,"text":"12% increased Chaos Damage"},{"id":17,"text":"Minions deal 10% increased Damage"},{"id":18,"text":"12% increased Burning Damage"},{"id":19,"text":"12% increased Chaos Damage over Time"},{"id":20,"text":"12% increased Physical Damage over Time"},{"id":21,"text":"12% increased Cold Damage over Time"},{"id":22,"text":"10% increased Damage over Time"},{"id":23,"text":"10% increased Effect of Non-Damaging Ailments"},{"id":24,"text":"3% increased effect of Non-Curse Auras from your Skills (Legacy)"},{"id":25,"text":"2% increased Effect of your Curses (Legacy)"},{"id":26,"text":"10% increased Damage while affected by a Herald"},{"id":27,"text":"Minions deal 10% increased Damage while you are affected by a Herald"},{"id":28,"text":"Exerted Attacks deal 20% increased Damage"},{"id":29,"text":"15% increased Critical Strike Chance"},{"id":30,"text":"Minions have 12% increased maximum Life"},{"id":31,"text":"10% increased Area Damage"},{"id":32,"text":"10% increased Projectile Damage"},{"id":33,"text":"12% increased Trap Damage\\n12% increased Mine Damage"},{"id":34,"text":"12% increased Totem Damage"},{"id":35,"text":"12% increased Brand Damage"},{"id":36,"text":"Channelling Skills deal 12% increased Damage"},{"id":37,"text":"6% increased Flask Effect Duration"},{"id":38,"text":"10% increased Life Recovery from Flasks\\n10% increased Mana Recovery from Flasks"},{"id":39,"text":"4% increased maximum Life"},{"id":40,"text":"6% increased maximum Energy Shield"},{"id":41,"text":"6% increased maximum Mana"},{"id":42,"text":"15% increased Armour"},{"id":43,"text":"15% increased Evasion Rating"},{"id":44,"text":"+1% Chance to Block Attack Damage"},{"id":45,"text":"1% Chance to Block Spell Damage"},{"id":46,"text":"+15% to Fire Resistance"},{"id":47,"text":"+15% to Cold Resistance"},{"id":48,"text":"+15% to Lightning Resistance"},{"id":49,"text":"+12% to Chaos Resistance"},{"id":50,"text":"+2% chance to Suppress Spell Damage"},{"id":51,"text":"+10 to Strength"},{"id":52,"text":"+10 to Dexterity"},{"id":53,"text":"+10 to Intelligence"},{"id":54,"text":"6% increased Mana Reservation Efficiency of Skills"},{"id":55,"text":"2% increased Effect of your Curses"}]}},{"id":"enchant.stat_4079888060","text":"# Added Passive Skills are Jewel Sockets","type":"enchant"},{"id":"enchant.stat_290368246","text":"# uses remaining","type":"enchant"},{"id":"enchant.stat_2954116742","text":"Allocates #","type":"enchant","option":{"options":[{"id":32345,"text":"Alacrity"},{"id":15027,"text":"Beef"},{"id":56029,"text":"Agility"},{"id":36874,"text":"Wisdom of the Glade"},{"id":32245,"text":"Expertise"},{"id":60180,"text":"Thief\'s Craft"},{"id":52714,"text":"Prowess"},{"id":34601,"text":"Proficiency"},{"id":50197,"text":"Ancestral Knowledge"},{"id":5456,"text":"Might"},{"id":30160,"text":"Fending"},{"id":18025,"text":"Hard Knocks"},{"id":10153,"text":"Physique"},{"id":23690,"text":"Essence Infusion"},{"id":10542,"text":"Spiked Bulwark"},{"id":37078,"text":"Path of the Savant"},{"id":12702,"text":"Path of the Warrior"},{"id":19506,"text":"Path of the Hunter"},{"id":38516,"text":"Righteous Decree"},{"id":63150,"text":"Ironwood"},{"id":16243,"text":"Fusillade"},{"id":2715,"text":"Quickstep"},{"id":52230,"text":"Weathered Hunter"},{"id":21435,"text":"Cloth and Chain"},{"id":31033,"text":"Robust"},{"id":65224,"text":"Aspect of the Eagle"},{"id":24256,"text":"Dynamo"},{"id":21973,"text":"Decay Ward"},{"id":45067,"text":"Thrill Killer"},{"id":24067,"text":"Instinct"},{"id":1382,"text":"Spirit Void"},{"id":529,"text":"Poisonous Fangs"},{"id":46965,"text":"Saboteur"},{"id":47484,"text":"Depth Perception"},{"id":42686,"text":"Elemental Focus"},{"id":27929,"text":"Deep Wisdom"},{"id":27301,"text":"Martial Experience"},{"id":60002,"text":"Fury Bolts"},{"id":5289,"text":"Battle Rouse"},{"id":27190,"text":"Overprepared"},{"id":20832,"text":"Sanctuary"},{"id":49645,"text":"Cauterisation"},{"id":7440,"text":"Harvester of Foes"},{"id":8135,"text":"Practical Application"},{"id":46408,"text":"Fangs of the Viper"},{"id":10016,"text":"Executioner"},{"id":42804,"text":"Mind Drinker"},{"id":50690,"text":"Replenishing Remedies"},{"id":15344,"text":"Freedom of Movement"},{"id":10835,"text":"Dreamer"},{"id":8001,"text":"Clever Thief"},{"id":44788,"text":"Potent Connections"},{"id":2550,"text":"Arsonist"},{"id":28878,"text":"Relentless"},{"id":7085,"text":"Weapon Artistry"},{"id":35233,"text":"Discord Artisan"},{"id":18174,"text":"Mystic Bulwark"},{"id":53757,"text":"Shamanistic Fury"},{"id":22133,"text":"Invigorating Blaze"},{"id":24362,"text":"Deep Thoughts"},{"id":10115,"text":"Prodigal Perfection"},{"id":19144,"text":"Sentinel"},{"id":65107,"text":"Bastion Breaker"},{"id":42720,"text":"Heavy Draw"},{"id":54791,"text":"Claws of the Magpie"},{"id":52157,"text":"Soul Siphon"},{"id":59423,"text":"Escalation"},{"id":60781,"text":"Inspiring Bond"},{"id":56207,"text":"Hardened Scars"},{"id":17608,"text":"Silent Steps"},{"id":29861,"text":"Explosive Runes"},{"id":36859,"text":"Steelwood Stance"},{"id":44102,"text":"Efficient Explosives"},{"id":30693,"text":"Divine Fervour"},{"id":63933,"text":"Totemic Zeal"},{"id":40645,"text":"Bone Breaker"},{"id":11784,"text":"Vampirism"},{"id":59556,"text":"Expeditious Munitions"},{"id":33082,"text":"Razor\'s Edge"},{"id":56359,"text":"Cannibalistic Rite"},{"id":28034,"text":"Empowered Bond"},{"id":59866,"text":"Entrench"},{"id":45657,"text":"Trial of the Faith"},{"id":35436,"text":"Kinetic Impacts"},{"id":41476,"text":"Elder Power"},{"id":58168,"text":"High Voltage"},{"id":45608,"text":"Successive Detonations"},{"id":33582,"text":"Forceful Skewering"},{"id":23038,"text":"Slaughter"},{"id":55002,"text":"Righteous Fury"},{"id":52789,"text":"Circle of Life"},{"id":60619,"text":"Galvanic Hammer"},{"id":63453,"text":"Excess Sustenance"},{"id":28449,"text":"Surge of Vigour"},{"id":62802,"text":"Brink of Death"},{"id":6237,"text":"Precision"},{"id":16236,"text":"Toxic Strikes"},{"id":39657,"text":"Pain Forger"},{"id":36915,"text":"Sacrifice"},{"id":51212,"text":"Entropy"},{"id":61982,"text":"Grave Intentions"},{"id":6233,"text":"Blast Waves"},{"id":48823,"text":"Deadly Draw"},{"id":65093,"text":"Bladedancer"},{"id":37504,"text":"Intuition"},{"id":36736,"text":"Burning Brutality"},{"id":64077,"text":"Warrior Training"},{"id":63635,"text":"Primal Manifestation"},{"id":5126,"text":"Spinecruncher"},{"id":51559,"text":"Smashing Strikes"},{"id":63921,"text":"Utmost Swiftness"},{"id":47743,"text":"Farsight"},{"id":42917,"text":"Whirling Barrier"},{"id":59605,"text":"Unstable Munitions"},{"id":46471,"text":"Powerful Bond"},{"id":1405,"text":"From the Shadows"},{"id":26096,"text":"Hatchet Master"},{"id":55380,"text":"Clever Construction"},{"id":49772,"text":"Utmost Might"},{"id":22972,"text":"Wandslinger"},{"id":49969,"text":"Courage"},{"id":41870,"text":"Winter\'s Embrace"},{"id":25738,"text":"Relentless Pursuit"},{"id":17171,"text":"Flash Freeze"},{"id":36490,"text":"Flaying"},{"id":35685,"text":"Fearsome Force"},{"id":62849,"text":"Glacial Cage"},{"id":24858,"text":"Harpooner"},{"id":15046,"text":"Redemption"},{"id":55114,"text":"Utmost Intellect"},{"id":7918,"text":"Enigmatic Defence"},{"id":14606,"text":"Butchery"},{"id":33435,"text":"Holy Dominion"},{"id":26557,"text":"Static Blows"},{"id":14001,"text":"Unfaltering"},{"id":9567,"text":"Light Eater"},{"id":63033,"text":"Bannerman"},{"id":63976,"text":"Shaper"},{"id":53493,"text":"Annihilation"},{"id":45317,"text":"Ash, Frost and Storm"},{"id":44207,"text":"Testudo"},{"id":30225,"text":"Lightning Walker"},{"id":9788,"text":"Nimbleness"},{"id":31508,"text":"Aspect of the Lynx"},{"id":53042,"text":"Exceptional Performance"},{"id":4940,"text":"Cleaving"},{"id":42795,"text":"Arcane Focus"},{"id":21413,"text":"Combat Stamina"},{"id":33903,"text":"Will of Blades"},{"id":44347,"text":"Divine Fury"},{"id":65502,"text":"Heartseeker"},{"id":6770,"text":"Arcane Guarding"},{"id":1340,"text":"Rampart"},{"id":13164,"text":"Divine Judgement"},{"id":35894,"text":"Trickery"},{"id":49538,"text":"Defiance"},{"id":33545,"text":"Harrier"},{"id":6,"text":"Twin Terrors"},{"id":65273,"text":"Enigmatic Reach"},{"id":25178,"text":"Primal Spirit"},{"id":29522,"text":"Dance of Blades"},{"id":19730,"text":"Assured Strike"},{"id":15085,"text":"Ambidexterity"},{"id":24383,"text":"Warrior\'s Blood"},{"id":32681,"text":"Mark the Prey"},{"id":6967,"text":"Safeguard"},{"id":37403,"text":"Infused Flesh"},{"id":54694,"text":"Light of Divinity"},{"id":45945,"text":"Conjured Barrier"},{"id":49621,"text":"Acuity"},{"id":54142,"text":"Finesse"},{"id":9432,"text":"Mental Rapidity"},{"id":26960,"text":"Forethought"},{"id":14813,"text":"Revelry"},{"id":861,"text":"Aggressive Bastion"},{"id":26866,"text":"Sanctity"},{"id":65053,"text":"Essence Sap"},{"id":25439,"text":"Undertaker"},{"id":49416,"text":"Adamant"},{"id":64355,"text":"Brand Equity"},{"id":24050,"text":"Coldhearted Calculation"},{"id":11420,"text":"Arcanist\'s Dominion"},{"id":2225,"text":"Eagle Eye"},{"id":32455,"text":"Storm Weaver"},{"id":12809,"text":"Berserking"},{"id":1006,"text":"Potency of Will"},{"id":5823,"text":"Coordination"},{"id":18703,"text":"Graceful Assault"},{"id":20835,"text":"Brinkmanship"},{"id":3309,"text":"Fleetfoot"},{"id":15842,"text":"One With Nature"},{"id":15711,"text":"Blast Radius"},{"id":34666,"text":"Destroyer"},{"id":14665,"text":"Divine Wrath"},{"id":30471,"text":"True Strike"},{"id":49318,"text":"Wrecking Ball"},{"id":32059,"text":"Titanic Impacts"},{"id":65308,"text":"Diamond Skin"},{"id":12795,"text":"Versatility"},{"id":33287,"text":"Juggernaut"},{"id":25456,"text":"Dervish"},{"id":35663,"text":"Strong Arm"},{"id":60737,"text":"Sleight of Hand"},{"id":41137,"text":"Field Medicine"},{"id":50858,"text":"Admonisher"},{"id":7069,"text":"Split Shot"},{"id":544,"text":"Surveillance"},{"id":61308,"text":"Amplify"},{"id":570,"text":"Dazzling Strikes"},{"id":34284,"text":"Seasoned Swordplay"},{"id":24324,"text":"Explosive Impact"},{"id":57006,"text":"Vengeant Cascade"},{"id":34661,"text":"Fire Walker"},{"id":54268,"text":"Blade Barrier"},{"id":44824,"text":"Mysticism"},{"id":18865,"text":"Melding"},{"id":49445,"text":"Deep Breaths"},{"id":47306,"text":"Throatseeker"},{"id":44955,"text":"Frost Walker"},{"id":48556,"text":"Heart of Darkness"},{"id":39743,"text":"Dark Arts"},{"id":50338,"text":"Ballistics"},{"id":58032,"text":"Serpentine Spellslinger"},{"id":53802,"text":"Essence Extraction"},{"id":49254,"text":"Retribution"},{"id":25970,"text":"Acrimony"},{"id":32176,"text":"Soul Thief"},{"id":51748,"text":"Last Rites"},{"id":57900,"text":"Command of Steel"},{"id":5430,"text":"Magmatic Strikes"},{"id":49379,"text":"Hired Killer"},{"id":12878,"text":"Retaliation"},{"id":19103,"text":"Righteous Army"},{"id":8458,"text":"Longshot"},{"id":24721,"text":"Ribcage Crusher"},{"id":9015,"text":"Dire Torment"},{"id":27308,"text":"Gravepact"},{"id":31513,"text":"Adjacent Animosity"},{"id":30974,"text":"Expert Hunter"},{"id":6615,"text":"Arcing Blows"},{"id":64882,"text":"Disciple of the Unyielding"},{"id":52031,"text":"Disintegration"},{"id":25367,"text":"Blade Master"},{"id":57199,"text":"Fangs of Frost"},{"id":39761,"text":"Counterweight"},{"id":21602,"text":"Destructive Apparatus"},{"id":9535,"text":"Hunter\'s Gambit"},{"id":28503,"text":"Life Raker"},{"id":27163,"text":"Arcane Will"},{"id":8920,"text":"Backstabbing"},{"id":63207,"text":"Tempest Blast"},{"id":43385,"text":"Winter Spirit"},{"id":21297,"text":"High Explosives"},{"id":29049,"text":"Holy Fire"},{"id":54713,"text":"Force Shaper"},{"id":44562,"text":"Shaman\'s Dominion"},{"id":18707,"text":"Perfectionist"},{"id":41595,"text":"Marked for Death"},{"id":57839,"text":"Blade of Cunning"},{"id":15437,"text":"Deflection"},{"id":38849,"text":"Searing Heat"},{"id":33777,"text":"Devastating Devices"},{"id":26564,"text":"Vanquisher"},{"id":4481,"text":"Forces of Nature"},{"id":10511,"text":"Tolerance"},{"id":26620,"text":"Corruption"},{"id":16703,"text":"Skull Cracking"},{"id":32227,"text":"Adder\'s Touch"},{"id":19794,"text":"Concussive Force"},{"id":31359,"text":"Fatal Toxins"},{"id":63727,"text":"Gladiator\'s Perseverance"},{"id":41119,"text":"Lethality"},{"id":52090,"text":"Feller of Foes"},{"id":62094,"text":"Taste for Blood"},{"id":55772,"text":"Blacksmith\'s Clout"},{"id":49459,"text":"King of the Hill"},{"id":26294,"text":"Bloodletting"},{"id":7136,"text":"Master Sapper"},{"id":33725,"text":"Swagger"},{"id":34591,"text":"Malicious Intent"},{"id":31585,"text":"Careful Conservationist"},{"id":22702,"text":"Serpent Stance"},{"id":4854,"text":"Asylum"},{"id":36281,"text":"Primeval Force"},{"id":19897,"text":"Death Attunement"},{"id":51881,"text":"Master Fletcher"},{"id":15614,"text":"Claws of the Hawk"},{"id":61689,"text":"Explosive Elements"},{"id":9194,"text":"Merciless Skewering"},{"id":27611,"text":"Lord of the Dead"},{"id":64395,"text":"Blunt Trauma"},{"id":21389,"text":"Runesmith"},{"id":39986,"text":"Defiled Forces"},{"id":9261,"text":"Disciple of the Forbidden"},{"id":36687,"text":"Avatar of the Hunt"},{"id":63944,"text":"Prism Weave"},{"id":25409,"text":"Indomitable Army"},{"id":1568,"text":"Fatal Blade"},{"id":30439,"text":"Lava Lash"},{"id":53013,"text":"Atrophy"},{"id":41989,"text":"Resourcefulness"},{"id":43689,"text":"Spiritual Command"},{"id":7263,"text":"Swift Venoms"},{"id":38922,"text":"Goliath"},{"id":56094,"text":"One with the River"},{"id":7688,"text":"Enduring Bond"},{"id":59151,"text":"Brutal Blade"},{"id":56648,"text":"Claws of the Falcon"},{"id":4207,"text":"Window of Opportunity"},{"id":9864,"text":"Growth and Decay"},{"id":58921,"text":"Disciple of the Slaughter"},{"id":56276,"text":"Nightstalker"},{"id":9055,"text":"Volatile Mines"},{"id":48298,"text":"Insightfulness"},{"id":55194,"text":"Settling Ash"},{"id":42649,"text":"Snowforged"},{"id":53652,"text":"Steeped in the Profane"},{"id":53759,"text":"Cleansed Thoughts"},{"id":12143,"text":"Influence"},{"id":38246,"text":"Presage"},{"id":56716,"text":"Heart of Thunder"},{"id":36949,"text":"Devotion"},{"id":58218,"text":"Purity of Flesh"},{"id":61981,"text":"Doom Cast"},{"id":21330,"text":"Quick Recovery"},{"id":40743,"text":"Crystal Skin"},{"id":48438,"text":"Bravery"},{"id":11924,"text":"Breath of Flames"},{"id":45803,"text":"Veteran Soldier"},{"id":48614,"text":"Fervour"},{"id":40849,"text":"Persistence"},{"id":42041,"text":"Profane Chemistry"},{"id":60501,"text":"Heart of Flame"},{"id":18769,"text":"Written in Blood"},{"id":45329,"text":"Trick Shot"},{"id":21958,"text":"Cruel Preparation"},{"id":58831,"text":"Disemboweling"},{"id":27137,"text":"Sanctum of Thought"},{"id":13375,"text":"Multishot"},{"id":55485,"text":"Constitution"},{"id":46842,"text":"Arcane Potency"},{"id":11645,"text":"Breath of Lightning"},{"id":4833,"text":"Vigour"},{"id":38706,"text":"Way of the Warrior"},{"id":22356,"text":"Hematophagy"},{"id":51440,"text":"Druidic Rite"},{"id":27203,"text":"Heart and Soul"},{"id":6289,"text":"Bloodless"},{"id":58449,"text":"Born to Fight"},{"id":65210,"text":"Heart of Oak"},{"id":33718,"text":"Champion of the Cause"},{"id":24133,"text":"Survivalist"},{"id":34173,"text":"Overcharge"},{"id":47471,"text":"Overcharged"},{"id":34009,"text":"Master of the Arena"},{"id":62596,"text":"Mystic Talents"},{"id":58198,"text":"Fingers of Frost"},{"id":30302,"text":"Hearty"},{"id":19858,"text":"Herbalism"},{"id":41420,"text":"Natural Remedies"},{"id":25058,"text":"Blood Siphon"},{"id":7555,"text":"Crackling Speed"},{"id":65097,"text":"Leadership"},{"id":53573,"text":"Arcane Expanse"},{"id":11730,"text":"Endurance"},{"id":35958,"text":"Faith and Steel"},{"id":34973,"text":"Measured Fury"},{"id":41307,"text":"Deadly Inclinations"},{"id":26023,"text":"Savage Wounds"},{"id":2959,"text":"Season of Ice"},{"id":44103,"text":"Reflexes"},{"id":54629,"text":"Inexorable"},{"id":37326,"text":"Stamina"},{"id":51108,"text":"Arcane Capacitor"},{"id":65108,"text":"Tireless"},{"id":46904,"text":"Arcane Sanctuary"},{"id":44988,"text":"Wasting"},{"id":23066,"text":"Savagery"},{"id":54776,"text":"Mana Flows"},{"id":21634,"text":"Arcane Chemistry"},{"id":48807,"text":"Art of the Gladiator"},{"id":20528,"text":"Instability"},{"id":59766,"text":"Dirty Techniques"},{"id":15290,"text":"Watchtowers"},{"id":3452,"text":"Foresight"},{"id":21460,"text":"Breath of Rime"},{"id":63422,"text":"Lust for Carnage"},{"id":42443,"text":"Frenetic"},{"id":47065,"text":"Master of Blades"},{"id":21228,"text":"Piercing Shots"},{"id":19069,"text":"Thick Skin"},{"id":37647,"text":"Dismembering"},{"id":25411,"text":"Infused"},{"id":8833,"text":"Heart of Ice"},{"id":63251,"text":"Inveterate"},{"id":27788,"text":"Blood Drinker"},{"id":39530,"text":"Vitality Void"},{"id":31257,"text":"Natural Authority"},{"id":15852,"text":"Ethereal Feast"},{"id":29381,"text":"Ravenous Horde"},{"id":62577,"text":"Essence Surge"},{"id":34506,"text":"Golem Commander"},{"id":41472,"text":"Discipline and Training"},{"id":28754,"text":"Assassination"},{"id":61198,"text":"Heart of the Warrior"},{"id":48698,"text":"Void Barrier"},{"id":15400,"text":"Skittering Runes"},{"id":53118,"text":"Barbarism"},{"id":42009,"text":"Soul of Steel"},{"id":13922,"text":"Steadfast"},{"id":61039,"text":"Panopticon"},{"id":11820,"text":"Anointed Flesh"},{"id":50029,"text":"Unnatural Calm"},{"id":1325,"text":"Golem\'s Blood"},{"id":16246,"text":"Tranquility"},{"id":53114,"text":"Revenge of the Hunted"},{"id":64217,"text":"Aspect of Stone"},{"id":52282,"text":"Tenacity"},{"id":32932,"text":"Sovereignty"},{"id":27119,"text":"Tribal Fury"},{"id":5624,"text":"Crusader"},{"id":4177,"text":"Spiritual Aid"},{"id":6799,"text":"Charisma"},{"id":60031,"text":"Prismatic Skin"},{"id":22535,"text":"Whispers of Doom"}]}},{"id":"enchant.stat_1715784068","text":"Players in Area are #% Delirious","type":"enchant"},{"id":"enchant.stat_4123533923","text":"Gains no Charges during Effect","type":"enchant"},{"id":"enchant.stat_2448920197","text":"#% increased effect","type":"enchant"},{"id":"enchant.stat_3287581721","text":"Used when Charges reach full","type":"enchant"},{"id":"enchant.stat_2052525717","text":"Quality does not increase Physical Damage","type":"enchant"},{"id":"enchant.stat_2459443694","text":"Area contains a Blight Encounter","type":"enchant"},{"id":"enchant.delirium_reward_currency","text":"Delirium Reward Type: Currency (\xd7#)","type":"enchant"},{"id":"enchant.stat_3897451709","text":"Area contains an additional Legion Encounter","type":"enchant"},{"id":"enchant.stat_1714706956","text":"#% increased Magic Pack Size","type":"enchant"},{"id":"enchant.stat_495713612","text":"#% increased Duration of Shrine Effects on Players","type":"enchant"},{"id":"enchant.stat_3672378181","text":"Your Rare Maps contain # additional Rare Monster packs","type":"enchant"},{"id":"enchant.stat_3893420071","text":"Your Normal Maps contain # additional packs of Normal Monsters","type":"enchant"},{"id":"enchant.stat_906446422","text":"Harbingers drop additional Currency Shards","type":"enchant"},{"id":"enchant.stat_3240183538","text":"Area contains an additional Strongbox","type":"enchant"},{"id":"enchant.stat_839907382","text":"Your Magic Maps contain # additional packs of Magic Monsters","type":"enchant"},{"id":"enchant.stat_2677401098","text":"Quality does not increase Defences","type":"enchant"},{"id":"enchant.stat_2224050171","text":"Breaches in Area contain # additional Clasped Hand","type":"enchant"},{"id":"enchant.stat_2130041903","text":"#% increased Pack Size in your Unidentified Maps","type":"enchant"},{"id":"enchant.stat_3362917830","text":"#% increased Beyond Demon Pack Size in your Maps","type":"enchant"},{"id":"enchant.stat_3250634678","text":"Lifeforce dropped by Harvest Monsters is Duplicated","type":"enchant"},{"id":"enchant.stat_3123392503","text":"Strongbox Monsters are Enraged","type":"enchant"},{"id":"enchant.stat_2067409550","text":"Harvest Monsters have #% more Life","type":"enchant"},{"id":"enchant.delirium_reward_trinkets","text":"Delirium Reward Type: Jewellery (\xd7#)","type":"enchant"},{"id":"enchant.stat_4135304575","text":"#% increased Attack and Cast Speed if you\'ve Killed Recently","type":"enchant"},{"id":"enchant.delirium_reward_divinationcards","text":"Delirium Reward Type: Divination Cards (\xd7#)","type":"enchant"},{"id":"enchant.delirium_reward_weapon","text":"Delirium Reward Type: Weapons (\xd7#)","type":"enchant"},{"id":"enchant.stat_2681419531","text":"Strongboxes in Area are Corrupted","type":"enchant"},{"id":"enchant.stat_1122635070","text":"Regenerate #% of Life per second if you were Hit Recently","type":"enchant"},{"id":"enchant.delirium_reward_harbinger","text":"Delirium Reward Type: Harbinger Items (\xd7#)","type":"enchant"},{"id":"enchant.stat_1867024035","text":"Area contains # additional pack of Corrupted Vaal Monsters","type":"enchant"},{"id":"enchant.stat_3224819794","text":"Area contains an additional Breach","type":"enchant"},{"id":"enchant.delirium_reward_labyrinth","text":"Delirium Reward Type: Labyrinth Items (\xd7#)","type":"enchant"},{"id":"enchant.stat_124877078","text":"Unique Boss deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3917452877","text":"Unique Boss deals #% more Damage","type":"enchant"},{"id":"enchant.delirium_reward_armour","text":"Delirium Reward Type: Armour (\xd7#)","type":"enchant"},{"id":"enchant.stat_395808938","text":"Area contains an additional Essence","type":"enchant"},{"id":"enchant.stat_308396001","text":"#% increased Movement Speed if you haven\'t been Hit Recently","type":"enchant"},{"id":"enchant.stat_3522828354","text":"Strongboxes in Area are at least #","type":"enchant","option":{"options":[{"id":1,"text":"Magic"},{"id":2,"text":"Rare"},{"id":3,"text":"Unique"}]}},{"id":"enchant.stat_1503864797","text":"+#% chance to Suppress Spell Damage if you\'ve\\ntaken Spell Damage Recently","type":"enchant"},{"id":"enchant.stat_1932727102","text":"Reused at the end of this Flask\'s effect","type":"enchant"},{"id":"enchant.stat_1145451936","text":"Area contains The Sacred Grove","type":"enchant"},{"id":"enchant.stat_2711867632","text":"Grants +# to Maximum Life per 2% Quality","type":"enchant"},{"id":"enchant.delirium_reward_scarabs","text":"Delirium Reward Type: Scarabs (\xd7#)","type":"enchant"},{"id":"enchant.stat_1482025771","text":"Grants #% increased Elemental Damage per 2% Quality","type":"enchant"},{"id":"enchant.stat_412905518","text":"#% chance to Avoid being Stunned if you\'ve Killed Recently","type":"enchant"},{"id":"enchant.stat_4265846487","text":"This Map\'s Quality also applies to Rarity of Items found","type":"enchant"},{"id":"enchant.stat_397012377","text":"Unique Boss is accompanied by a mysterious Harbinger","type":"enchant"},{"id":"enchant.stat_1959158336","text":"Unique Boss has #% increased Life","type":"enchant"},{"id":"enchant.stat_989837434","text":"Does not consume Sextant Uses","type":"enchant"},{"id":"enchant.stat_1293597434","text":"Adds # to # Lightning Damage if you haven\'t Killed Recently","type":"enchant"},{"id":"enchant.stat_3187151138","text":"Your Maps contain # (Master)","type":"enchant","option":{"options":[{"id":2,"text":"Einhar"},{"id":3,"text":"Alva"},{"id":5,"text":"Niko"},{"id":6,"text":"Jun"}]}},{"id":"enchant.stat_3010587200","text":"#% increased Critical Strike Chance if you haven\'t Crit Recently","type":"enchant"},{"id":"enchant.stat_4291115328","text":"#% of Damage Leeched as Life if you\'ve Killed Recently","type":"enchant"},{"id":"enchant.stat_3151377452","text":"Players and their Minions cannot take Reflected Damage","type":"enchant"},{"id":"enchant.stat_2047590583","text":"You take #% reduced Extra Damage from Critical Strikes if you\'ve taken a Critical Strike Recently","type":"enchant"},{"id":"enchant.stat_1274634881","text":"Area contains an additional Resonating Shrine","type":"enchant"},{"id":"enchant.stat_2180286756","text":"Area can contain Breaches","type":"enchant"},{"id":"enchant.stat_1080855680","text":"Rogue Exiles deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_4143730600","text":"Rogue Exiles drop an additional Jewel","type":"enchant"},{"id":"enchant.stat_3564826949","text":"Areas can contain Abysses","type":"enchant"},{"id":"enchant.delirium_reward_fossils","text":"Delirium Reward Type: Fossils (\xd7#)","type":"enchant"},{"id":"enchant.stat_1070816711","text":"Area contains an additional Abyss","type":"enchant"},{"id":"enchant.stat_334333797","text":"Grants #% increased Area of Effect per 4% Quality","type":"enchant"},{"id":"enchant.delirium_reward_maps","text":"Delirium Reward Type: Map Items (\xd7#)","type":"enchant"},{"id":"enchant.stat_1439991839","text":"Monsters Imprisoned by Essences have a #% chance to contain a Remnant of Corruption","type":"enchant"},{"id":"enchant.delirium_reward_abyss","text":"Delirium Reward Type: Abyss Items (\xd7#)","type":"enchant"},{"id":"enchant.delirium_reward_blight","text":"Delirium Reward Type: Blight Items (\xd7#)","type":"enchant"},{"id":"enchant.delirium_reward_essences","text":"Delirium Reward Type: Essences (\xd7#)","type":"enchant"},{"id":"enchant.stat_1837040413","text":"Slaying Enemies close together can attract monsters from Beyond this realm","type":"enchant"},{"id":"enchant.delirium_reward_gems","text":"Delirium Reward Type: Gems (\xd7#)","type":"enchant"},{"id":"enchant.delirium_reward_incubators","text":"Delirium Reward Type: Incubators (\xd7#)","type":"enchant"},{"id":"enchant.stat_1508220097","text":"Unique Boss drops additional Currency Shards","type":"enchant"},{"id":"enchant.stat_493747147","text":"An additional Shaper Guardian Map drops on Completing Area (Tier 14+)","type":"enchant"},{"id":"enchant.stat_3259960466","text":"Oils found in Area have #% chance to be 1 tier higher","type":"enchant"},{"id":"enchant.stat_1480568810","text":"The First 3 Possessed Monsters have a #% chance to drop an additional Gilded Scarab","type":"enchant"},{"id":"enchant.stat_4139181362","text":"Delirium Reward Bars fill #% faster","type":"enchant"},{"id":"enchant.stat_1994562755","text":"Area contains Metamorph Monsters","type":"enchant"},{"id":"enchant.stat_3915210550","text":"#% chance to Freeze, Shock and Ignite if you haven\'t Crit Recently","type":"enchant"},{"id":"enchant.stat_504023787","text":"Area is haunted by an additional Tormented Betrayer","type":"enchant"},{"id":"enchant.stat_3407367154","text":"Unique Boss has #% more Life","type":"enchant"},{"id":"enchant.stat_3331111689","text":"#% increased Attack Speed per 8% Quality","type":"enchant"},{"id":"enchant.stat_1854137416","text":"Strongbox Monsters have #% increased Item Quantity","type":"enchant"},{"id":"enchant.stat_3693451031","text":"#% reduced Mana Cost of Skills if you\'ve been Hit Recently","type":"enchant"},{"id":"enchant.stat_832377952","text":"Harvests in Areas contain at least one Crop of # Plants","type":"enchant","option":{"options":[{"id":1,"text":"Purple"},{"id":2,"text":"Yellow"},{"id":3,"text":"Blue"}]}},{"id":"enchant.stat_1409388882","text":"#% increased Mana Regeneration Rate if you\'ve cast a Spell Recently","type":"enchant"},{"id":"enchant.stat_1542416476","text":"Breaches in Areas belong to #","type":"enchant","option":{"options":[{"id":1,"text":"Uul-Netol"},{"id":2,"text":"Xoph"},{"id":3,"text":"Tul"},{"id":4,"text":"Esh"},{"id":5,"text":"Chayula"}]}},{"id":"enchant.stat_1829593182","text":"Legion Monsters have #% more Life","type":"enchant"},{"id":"enchant.stat_3473724367","text":"Minions summoned by Your Scout Towers have #% increased Damage","type":"enchant"},{"id":"enchant.stat_884399432","text":"Adds # to # Cold Damage if you\'ve been Hit Recently","type":"enchant"},{"id":"enchant.stat_3077703716","text":"Adds # to # Fire Damage if you\'ve Killed Recently","type":"enchant"},{"id":"enchant.delirium_reward_breach","text":"Delirium Reward Type: Breach Items (\xd7#)","type":"enchant"},{"id":"enchant.delirium_reward_uniques","text":"Delirium Reward Type: Unique Items (\xd7#)","type":"enchant"},{"id":"enchant.stat_1984484581","text":"Players and Monsters take #% increased Chaos Damage","type":"enchant"},{"id":"enchant.stat_3789079511","text":"The First 3 Possessed Monsters have a #% chance to drop an additional Rusted Scarab","type":"enchant"},{"id":"enchant.stat_1682417271","text":"#% increased Intelligence gained from Immortal Syndicate targets","type":"enchant"},{"id":"enchant.stat_696413077","text":"An additional Map drops on Completing Area","type":"enchant"},{"id":"enchant.stat_3481854423","text":"Unique Boss is accompanied by Bodyguards","type":"enchant"},{"id":"enchant.stat_2428040317","text":"Metamorphs have #% more Life","type":"enchant"},{"id":"enchant.stat_545950479","text":"Area contains # additional packs of Monsters that deal Lightning Damage","type":"enchant"},{"id":"enchant.stat_281254371","text":"Damage Penetrates #% of Enemy Elemental Resistances if you haven\'t Killed Recently","type":"enchant"},{"id":"enchant.stat_3207852985","text":"Players and Monsters take #% increased Cold Damage","type":"enchant"},{"id":"enchant.stat_3747734818","text":"Area contains hunted traitors","type":"enchant"},{"id":"enchant.stat_21993405","text":"Area contains # additional packs with Mirrored Rare Monsters","type":"enchant"},{"id":"enchant.stat_3960907415","text":"Area contains a Smuggler\'s Cache","type":"enchant"},{"id":"enchant.stat_3340686967","text":"The First 3 Possessed Monsters have a #% chance to drop an additional Map","type":"enchant"},{"id":"enchant.stat_373209496","text":"Area is haunted by an additional Tormented Heretic","type":"enchant"},{"id":"enchant.stat_2219523244","text":"Used when an adjacent Flask is used","type":"enchant"},{"id":"enchant.stat_2398157267","text":"Areas contain a Mirror of Delirium","type":"enchant"},{"id":"enchant.stat_2649372092","text":"Area has #% chance to contain Gifts of the Sacrificed per Sacrifice Fragment used","type":"enchant"},{"id":"enchant.stat_3760667977","text":"Unique Boss drops # additional Unique Item","type":"enchant"},{"id":"enchant.stat_2247138020","text":"Used when you Hit a Rare or Unique Enemy, if not already in effect","type":"enchant"},{"id":"enchant.stat_4048897123","text":"Your Scout Towers have #% increased Range","type":"enchant"},{"id":"enchant.delirium_reward_fragments","text":"Delirium Reward Type: Fragments (\xd7#)","type":"enchant"},{"id":"enchant.stat_1992047981","text":"Area contains an additional Gloom Shrine","type":"enchant"},{"id":"enchant.stat_2256808958","text":"Non-Unique Heist Contracts found in Area have #% chance to have an additional Implicit Modifier","type":"enchant"},{"id":"enchant.stat_3194736016","text":"Area contains # additional packs of Monsters that deal Cold Damage","type":"enchant"},{"id":"enchant.stat_1076056376","text":"Area has #% chance to contain Gifts of the Red Queen per Mortal Fragment used","type":"enchant"},{"id":"enchant.delirium_reward_metamorphosis","text":"Delirium Reward Type: Catalysts (\xd7#)","type":"enchant"},{"id":"enchant.stat_3012437250","text":"#% chance to Trigger Word of Fury on Hit","type":"enchant"},{"id":"enchant.stat_425606182","text":"Map has #% Quality","type":"enchant"},{"id":"enchant.stat_995860222","text":"Molten Strike fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3804597710","text":"Cost of Building and Upgrading Blight Towers is doubled","type":"enchant"},{"id":"enchant.stat_3639275092","text":"#% increased Attribute Requirements","type":"enchant"},{"id":"enchant.stat_1256719186","text":"#% increased Duration","type":"enchant"},{"id":"enchant.stat_1671749203","text":"Areas contain Ritual Altars","type":"enchant"},{"id":"enchant.stat_1308141466","text":"#% increased Explicit Life Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3111060801","text":"#% chance to Trigger Word of Light when you take a Critical Strike","type":"enchant"},{"id":"enchant.stat_756653426","text":"#% chance to Trigger Word of Blades on Hit","type":"enchant"},{"id":"enchant.stat_1498186316","text":"#% increased Explicit Caster Damage Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3901337328","text":"#% chance to Trigger Word of Inferno on Kill","type":"enchant"},{"id":"enchant.stat_1837341489","text":"Blight Monsters spawn #% faster","type":"enchant"},{"id":"enchant.stat_2421363283","text":"Grants #% increased Accuracy per 2% Quality","type":"enchant"},{"id":"enchant.stat_3105097589","text":"Kinetic Blast has a #% chance for an additional explosion","type":"enchant"},{"id":"enchant.stat_3359178310","text":"#% increased Righteous Fire Damage","type":"enchant"},{"id":"enchant.stat_2472584898","text":"#% chance to Trigger Word of Ire when Hit","type":"enchant"},{"id":"enchant.stat_804187877","text":"Unique Monsters drop Corrupted Items","type":"enchant"},{"id":"enchant.stat_2634094270","text":"#% chance to Trigger Word of Reflection when Hit","type":"enchant"},{"id":"enchant.stat_891161612","text":"#% chance to Trigger Word of Flames on Hit","type":"enchant"},{"id":"enchant.stat_931294424","text":"Has # White Sockets","type":"enchant"},{"id":"enchant.stat_3701991680","text":"#% increased Flicker Strike Damage per Frenzy Charge","type":"enchant"},{"id":"enchant.stat_325889252","text":"Determination has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1730598557","text":"Varieties of Items contained in # Blight Chests are Lucky","type":"enchant"},{"id":"enchant.stat_3992962185","text":"#% chance to Trigger Word of Spite when Hit","type":"enchant"},{"id":"enchant.stat_3243861579","text":"#% increased Explicit Attribute Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_1906144841","text":"#% chance to Trigger Word of War on Kill","type":"enchant"},{"id":"enchant.stat_1162506883","text":"#% chance to Trigger Word of Force on Hit","type":"enchant"},{"id":"enchant.stat_1554500307","text":"#% chance to Trigger Commandment of Fury on Hit","type":"enchant"},{"id":"enchant.stat_3059368202","text":"Area contains # additional packs of Monsters that Heal","type":"enchant"},{"id":"enchant.stat_3302747233","text":"#% chance to Trigger Word of Frost on Kill","type":"enchant"},{"id":"enchant.stat_2836003955","text":"#% chance to create a copy of Beasts Captured in Area","type":"enchant"},{"id":"enchant.stat_3036365740","text":"#% chance to Trigger Commandment of Reflection when Hit","type":"enchant"},{"id":"enchant.stat_1350605126","text":"#% chance to Trigger Word of Thunder on Kill","type":"enchant"},{"id":"enchant.stat_1354248411","text":"#% chance to Trigger Word of Winter when Hit","type":"enchant"},{"id":"enchant.stat_3300369861","text":"#% increased Explicit Defence Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3134777190","text":"Lightning Strike pierces an additional Target","type":"enchant"},{"id":"enchant.stat_3610104224","text":"#% chance to Trigger Word of the Tempest on Hit","type":"enchant"},{"id":"enchant.stat_728267040","text":"Found Items have #% chance to drop Corrupted in Area","type":"enchant"},{"id":"enchant.stat_1463704577","text":"Area is haunted by an additional Tormented Graverobber","type":"enchant"},{"id":"enchant.stat_1454162553","text":"#% increased Cyclone Damage","type":"enchant"},{"id":"enchant.stat_3024867180","text":"#% increased Blade Vortex Duration","type":"enchant"},{"id":"enchant.stat_1663783758","text":"Berserk has #% increased Buff Effect","type":"enchant"},{"id":"enchant.stat_2527140156","text":"#% chance to Trigger Word of the Grave when your Skills or Minions Kill","type":"enchant"},{"id":"enchant.stat_900639351","text":"Grace has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2392278281","text":"The First 3 Possessed Monsters have a #% chance to drop an additional Unique Item","type":"enchant"},{"id":"enchant.stat_1335369947","text":"#% increased Explicit Physical Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_2393315299","text":"#% increased Explicit Critical Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_2078691497","text":"#% increased Cost of Building and Upgrading Towers","type":"enchant"},{"id":"enchant.stat_2055257822","text":"Areas contain an Ultimatum Encounter","type":"enchant"},{"id":"enchant.stat_3844573517","text":"An additional Elder Guardian Map drops on Completing Area (Tier 14+)","type":"enchant"},{"id":"enchant.stat_363924732","text":"#% increased Explicit Speed Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_2896672990","text":"#% increased Lightning Arrow Damage","type":"enchant"},{"id":"enchant.stat_1815368527","text":"#% increased Tornado Shot Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_3316822388","text":"Righteous Fire grants #% increased Spell Damage","type":"enchant"},{"id":"enchant.stat_3303293173","text":"Purity of Elements has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3550168289","text":"Area is inhabited by # additional Rogue Exile","type":"enchant"},{"id":"enchant.stat_3038236553","text":"Heist Chests have #% chance to contain nothing","type":"enchant"},{"id":"enchant.stat_3728052911","text":"Area contains # additional packs of Monsters that deal Chaos Damage","type":"enchant"},{"id":"enchant.stat_3986662538","text":"Lanes of Blight Encounters have #% chance for an additional Reward Chest","type":"enchant"},{"id":"enchant.stat_387722020","text":"Splinters and Emblems dropped by Legion Monsters are duplicated","type":"enchant"},{"id":"enchant.stat_2870283358","text":"Boneshatter has #% chance to grant +1 Trauma","type":"enchant"},{"id":"enchant.stat_2140127102","text":"Toxic Rain fires # additional Arrow","type":"enchant"},{"id":"enchant.stat_3764009282","text":"Grants +# to Maximum Mana per 2% Quality","type":"enchant"},{"id":"enchant.stat_835592326","text":"#% increased Cyclone Attack Speed","type":"enchant"},{"id":"enchant.stat_3026134008","text":"Monsters have #% more Life","type":"enchant"},{"id":"enchant.stat_186513618","text":"Spark fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_898812928","text":"Rogue Perks are doubled","type":"enchant"},{"id":"enchant.stat_1374371477","text":"#% chance to Trigger Commandment of the Grave when your Skills or Minions Kill","type":"enchant"},{"id":"enchant.stat_1468737867","text":"Area contains an additional Shrine","type":"enchant"},{"id":"enchant.stat_3541635261","text":"Players and Monsters take #% increased Physical Damage","type":"enchant"},{"id":"enchant.stat_471027242","text":"Rogue Exiles have #% increased Maximum Life","type":"enchant"},{"id":"enchant.stat_3026752303","text":"#% increased Ice Shot Damage","type":"enchant"},{"id":"enchant.stat_3750528071","text":"Map Boss is surrounded by Tormented Spirits","type":"enchant"},{"id":"enchant.stat_1877374369","text":"#% chance to Trigger Commandment of Frost on Kill","type":"enchant"},{"id":"enchant.stat_1640965354","text":"Area contains #% increased number of Runic Monster Markers","type":"enchant"},{"id":"enchant.stat_1133703802","text":"Herald of Agony has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1317250154","text":"The First 3 Possessed Monsters have a #% chance to drop an additional Polished Scarab","type":"enchant"},{"id":"enchant.stat_2747603858","text":"Map Bosses of your Corrupted Maps drop an additional Vaal Item","type":"enchant"},{"id":"enchant.stat_2085855914","text":"Summoned Raging Spirits deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_2666843091","text":"#% chance to Trigger Commandment of Force on Hit","type":"enchant"},{"id":"enchant.stat_1084180630","text":"Your Meteor Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_3137138073","text":"Player\'s Life and Mana Recovery from Flasks are instant","type":"enchant"},{"id":"enchant.stat_1972391381","text":"#% increased Explicit Resistance Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3418033798","text":"Blood Rage grants additional #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_464448327","text":"#% increased Flicker Strike Damage","type":"enchant"},{"id":"enchant.stat_3817220109","text":"Herald of Thunder has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3703722637","text":"#% chance to Trigger Commandment of Flames on Hit","type":"enchant"},{"id":"enchant.stat_3047407995","text":"Forbidden Rite fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_391609701","text":"Adds # to # Chaos Damage if you\'ve taken a Critical Strike Recently","type":"enchant"},{"id":"enchant.stat_2400448724","text":"Players and Monsters take #% increased Lightning Damage","type":"enchant"},{"id":"enchant.stat_620045439","text":"#% chance to Trigger Commandment of Ire when Hit","type":"enchant"},{"id":"enchant.stat_1019790379","text":"Berserk has #% reduced Rage loss per second","type":"enchant"},{"id":"enchant.stat_3009270704","text":"Barrage fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3109915337","text":"#% chance to Trigger Commandment of Light when you take a Critical Strike","type":"enchant"},{"id":"enchant.stat_3704937638","text":"Your Meteor Towers create Burning Ground for # seconds on Hit","type":"enchant"},{"id":"enchant.stat_3903190985","text":"An additional Conqueror Map drops on Completing Area (Tier 14+)","type":"enchant"},{"id":"enchant.stat_2425554673","text":"Rerolling Favours at Ritual Altars has no Cost the first time","type":"enchant"},{"id":"enchant.stat_1437957544","text":"+# to Maximum Charges","type":"enchant"},{"id":"enchant.stat_249139784","text":"Area contains # additional packs of Monsters that Convert when Killed","type":"enchant"},{"id":"enchant.stat_2461552986","text":"Arc Chains an additional time","type":"enchant"},{"id":"enchant.stat_1259277978","text":"#% chance to Trigger Commandment of Spite when Hit","type":"enchant"},{"id":"enchant.stat_2156140483","text":"Hatred has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_73209495","text":"Map has a Vaal Side Area","type":"enchant"},{"id":"enchant.stat_3514984677","text":"#% increased Explicit Mana Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_147952811","text":"#% chance to Trigger Commandment of Blades on Hit","type":"enchant"},{"id":"enchant.stat_3078026860","text":"Explosive Trap causes an additional smaller explosion","type":"enchant"},{"id":"enchant.stat_1389457945","text":"Map has an additional random Modifier from Kirac\'s Crafting Bench","type":"enchant"},{"id":"enchant.stat_3949159285","text":"Explosive Arrow has #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_3009603087","text":"#% more Rogue\'s Marker value of primary Heist Target","type":"enchant"},{"id":"enchant.stat_850390248","text":"Minions summoned by Your Summoning Towers have #% increased Damage","type":"enchant"},{"id":"enchant.stat_3449510470","text":"#% increased Frost Blades Damage","type":"enchant"},{"id":"enchant.stat_1045213941","text":"Rogue Equipment cannot be found","type":"enchant"},{"id":"enchant.stat_926530613","text":"Your Chilling Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1223360315","text":"Maps found in Area are Corrupted with 8 Modifiers","type":"enchant"},{"id":"enchant.stat_2366645974","text":"Area contains # additional packs of Monsters that deal Fire Damage","type":"enchant"},{"id":"enchant.stat_2187439577","text":"Players and Monsters take #% increased Fire Damage","type":"enchant"},{"id":"enchant.stat_181307038","text":"#% increased Fire Trap Damage","type":"enchant"},{"id":"enchant.stat_3034788766","text":"Volatile Dead Consumes up to # additional corpse","type":"enchant"},{"id":"enchant.stat_3624940721","text":"#% increased Explicit Lightning Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3206904707","text":"#% increased Explicit Cold Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3416709884","text":"Players gain an additional Vaal Soul on Kill","type":"enchant"},{"id":"enchant.stat_3086446674","text":"#% increased Explicit Ailment Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_4019701925","text":"Area contains # additional Clusters of Mysterious Barrels","type":"enchant"},{"id":"enchant.stat_139925400","text":"Purity of Ice has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_4203647216","text":"#% chance to Trigger Commandment of the Tempest on Hit","type":"enchant"},{"id":"enchant.stat_2583039202","text":"Blade Vortex has +#% to Critical Strike Multiplier for each blade","type":"enchant"},{"id":"enchant.stat_1213035889","text":"Lightning Strike fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_754797886","text":"#% increased Blade Flurry Damage","type":"enchant"},{"id":"enchant.stat_3222886961","text":"#% chance to Trigger Commandment of Winter when Hit","type":"enchant"},{"id":"enchant.stat_3420683028","text":"Ball Lightning fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3510848926","text":"#% increased Ice Spear Critical Strike Chance in second form","type":"enchant"},{"id":"enchant.stat_1740848995","text":"Flesh and Stone has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1662974426","text":"#% increased Temporal Chains Curse Effect","type":"enchant"},{"id":"enchant.stat_3122413716","text":"Encounter duration is # seconds shorter","type":"enchant"},{"id":"enchant.stat_494477497","text":"#% chance to Trigger Commandment of War on Kill","type":"enchant"},{"id":"enchant.stat_2967267655","text":"+# metre to Weapon Range per 10% Quality","type":"enchant"},{"id":"enchant.stat_2020183428","text":"#% chance to Trigger Commandment of Inferno on Kill","type":"enchant"},{"id":"enchant.stat_3645693773","text":"Spectres have #% increased Damage","type":"enchant"},{"id":"enchant.stat_1086309398","text":"#% increased Ice Nova Damage","type":"enchant"},{"id":"enchant.stat_513715594","text":"Flesh Offering grants an additional #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_2081344089","text":"Discipline has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3555919553","text":"#% increased Tornado Shot Damage","type":"enchant"},{"id":"enchant.stat_1153637043","text":"#% chance to Trigger Edict of Fury on Hit","type":"enchant"},{"id":"enchant.stat_1988467615","text":"#% chance to Trigger Commandment of Thunder on Kill","type":"enchant"},{"id":"enchant.stat_4010544321","text":"Corrupting Fever deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3469967347","text":"#% increased Essence Drain Damage","type":"enchant"},{"id":"enchant.stat_3798342608","text":"Area contains # additional Clusters of Mysterious Barrels","type":"enchant"},{"id":"enchant.stat_977063976","text":"Players\' Vaal Skills do not apply Soul Gain Prevention","type":"enchant"},{"id":"enchant.stat_2252338738","text":"#% chance to Trigger Decree of Fury on Hit","type":"enchant"},{"id":"enchant.stat_388617051","text":"#% increased Charges per use","type":"enchant"},{"id":"enchant.stat_246356360","text":"Your Empowering Towers have #% increased Effect","type":"enchant"},{"id":"enchant.stat_1151217691","text":"#% increased Elemental Hit Attack Speed","type":"enchant"},{"id":"enchant.stat_3574578302","text":"#% increased Explicit Fire Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_2284801675","text":"#% increased Effect of the Buff granted by your Stone Golems","type":"enchant"},{"id":"enchant.stat_3755794090","text":"#% increased Spectral Throw Damage","type":"enchant"},{"id":"enchant.stat_3011405513","text":"Your Arc Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_2200744772","text":"Winter Orb deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_38715141","text":"Summon Raging Spirit has #% increased Duration","type":"enchant"},{"id":"enchant.stat_257027296","text":"#% chance to Trigger Edict of Spite when Hit","type":"enchant"},{"id":"enchant.stat_603658709","text":"#% chance to Trigger Edict of Thunder on Kill","type":"enchant"},{"id":"enchant.stat_308154324","text":"#% chance to Trigger Edict of the Grave when your Skills or Minions Kill","type":"enchant"},{"id":"enchant.stat_1357120250","text":"Your Chilling Towers freeze enemies for # seconds while they are affected by chilling beams","type":"enchant"},{"id":"enchant.stat_3734339018","text":"Winter Orb has +# Maximum Stages","type":"enchant"},{"id":"enchant.stat_90942364","text":"#% chance to Trigger Edict of Frost on Kill","type":"enchant"},{"id":"enchant.stat_3910961021","text":"#% increased Herald of Ice Damage","type":"enchant"},{"id":"enchant.stat_165958462","text":"#% chance to Trigger Decree of Blades on Hit","type":"enchant"},{"id":"enchant.stat_819852672","text":"#% increased Freezing Pulse Damage","type":"enchant"},{"id":"enchant.stat_3011365432","text":"Catalysts dropped by Metamorphs are duplicated","type":"enchant"},{"id":"enchant.stat_1798919988","text":"Toxic Rain gains #% of Physical Damage as Extra Chaos Damage","type":"enchant"},{"id":"enchant.stat_1212590278","text":"#% increased Volatile Dead Damage","type":"enchant"},{"id":"enchant.stat_1177831984","text":"Power Siphon fires at up to # additional target","type":"enchant"},{"id":"enchant.stat_1268512925","text":"#% chance to Trigger Decree of Frost on Kill","type":"enchant"},{"id":"enchant.stat_147678606","text":"#% chance to Trigger Edict of Winter when Hit","type":"enchant"},{"id":"enchant.stat_3444518809","text":"Wrath has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_786149615","text":"#% chance to Trigger Edict of Flames on Hit","type":"enchant"},{"id":"enchant.stat_271342637","text":"#% chance to Trigger Edict of Light when you take a Critical Strike","type":"enchant"},{"id":"enchant.stat_452753731","text":"Grants +# to Dexterity per 2% Quality","type":"enchant"},{"id":"enchant.stat_3348324479","text":"#% increased Elemental Weakness Curse Effect","type":"enchant"},{"id":"enchant.stat_2396402660","text":"Your Meteor Towers drop an additional Meteor","type":"enchant"},{"id":"enchant.stat_2515273888","text":"#% chance to Trigger Decree of Winter when Hit","type":"enchant"},{"id":"enchant.stat_3989543665","text":"Area contains # additional packs of Monsters that deal Physical Damage","type":"enchant"},{"id":"enchant.stat_1519019245","text":"Grants +# to Strength per 2% Quality","type":"enchant"},{"id":"enchant.stat_3641868987","text":"#% chance to Trigger Decree of Light when you take a Critical Strike","type":"enchant"},{"id":"enchant.stat_465162370","text":"Skills Supported by Spellslinger have #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3801130154","text":"Ice Spear fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_2523298357","text":"#% increased Barrage Attack Speed","type":"enchant"},{"id":"enchant.stat_1095160683","text":"Dominating Blow can summon an additional Magic Sentinel of Dominance","type":"enchant"},{"id":"enchant.stat_3685345485","text":"#% increased Barrage Damage","type":"enchant"},{"id":"enchant.stat_4228580629","text":"#% chance to Trigger Edict of Reflection when Hit","type":"enchant"},{"id":"enchant.stat_841281094","text":"Pyroclast Mine fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3059357595","text":"Skeletons deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_2440551805","text":"#% increased Shockwave Totem Damage","type":"enchant"},{"id":"enchant.stat_78239163","text":"#% increased Ancestral Warchief Totem Damage","type":"enchant"},{"id":"enchant.stat_3608981617","text":"Spectral Shield Throw fires an additional Shard Projectile","type":"enchant"},{"id":"enchant.stat_3285719520","text":"#% chance to Trigger Edict of Ire when Hit","type":"enchant"},{"id":"enchant.stat_3998182656","text":"Arc deals #% increased Damage for each time it has Chained","type":"enchant"},{"id":"enchant.stat_3383226338","text":"Malevolence has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_939320550","text":"Haste has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2889995769","text":"General\'s Cry has +# to maximum number of Mirage Warriors","type":"enchant"},{"id":"enchant.stat_2259734653","text":"Exsanguinate deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_4129421630","text":"#% increased Lightning Arrow Area of Effect","type":"enchant"},{"id":"enchant.stat_2259906777","text":"#% increased Shockwave Totem Cast Speed","type":"enchant"},{"id":"enchant.stat_168308685","text":"Zealotry has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2246143608","text":"#% chance to Trigger Edict of Inferno on Kill","type":"enchant"},{"id":"enchant.stat_1891516164","text":"#% increased Spectral Shield Throw Damage","type":"enchant"},{"id":"enchant.stat_760994068","text":"#% increased Ethereal Knives Projectile Speed","type":"enchant"},{"id":"enchant.stat_2351239732","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1819243251","text":"Your Meteor Towers always Stun","type":"enchant"},{"id":"enchant.stat_2033463878","text":"#% chance to Trigger Edict of War on Kill","type":"enchant"},{"id":"enchant.stat_1818525360","text":"#% chance to Trigger Decree of Ire when Hit","type":"enchant"},{"id":"enchant.stat_1792647120","text":"#% chance to Trigger Decree of Reflection when Hit","type":"enchant"},{"id":"enchant.stat_1811698551","text":"Hexblast has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_3803013948","text":"Spark fires Projectiles in a circle","type":"enchant"},{"id":"enchant.stat_3825617457","text":"#% increased Rain of Arrows Attack Speed","type":"enchant"},{"id":"enchant.stat_2160886943","text":"#% chance to Trigger Edict of Blades on Hit","type":"enchant"},{"id":"enchant.stat_3103053611","text":"#% increased Critical Strike Chance per 4% Quality","type":"enchant"},{"id":"enchant.stat_2589980605","text":"Rolling Magma Chains an additional time","type":"enchant"},{"id":"enchant.stat_155429578","text":"Summoned Agony Crawler fires # additional Projectile","type":"enchant"},{"id":"enchant.stat_4221797807","text":"#% increased Blade Vortex Spell Damage","type":"enchant"},{"id":"enchant.stat_2748574832","text":"Grants +# to Intelligence per 2% Quality","type":"enchant"},{"id":"enchant.stat_2760193888","text":"#% chance to Trigger Edict of Force on Hit","type":"enchant"},{"id":"enchant.stat_3383175526","text":"#% increased Forbidden Rite Damage","type":"enchant"},{"id":"enchant.stat_1711789839","text":"#% chance to Trigger Edict of the Tempest on Hit","type":"enchant"},{"id":"enchant.stat_865511246","text":"Toxic Rain deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_4109038270","text":"Elemental Hit deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_444686294","text":"#% reduced Spectral Throw Projectile Deceleration","type":"enchant"},{"id":"enchant.stat_3232905239","text":"#% Chance to gain a Power Charge on Critical Strike with Ice Spear","type":"enchant"},{"id":"enchant.stat_1967208066","text":"Plague Bearer Buff grants +#% to Poison Damage over Time Multiplier while Infecting","type":"enchant"},{"id":"enchant.stat_3395872960","text":"Herald of Ice has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1844721010","text":"#% increased Lacerate Damage","type":"enchant"},{"id":"enchant.stat_3139672534","text":"Wave of Conviction\'s Exposure applies an extra +#% to Elemental Resistance","type":"enchant"},{"id":"enchant.stat_4207255685","text":"Explosive Trap deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2690342765","text":"Void Sphere has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_320043039","text":"Has no Red Sockets","type":"enchant"},{"id":"enchant.stat_2294732229","text":"Smite has #% increased Aura Effect","type":"enchant"},{"id":"enchant.stat_1914436944","text":"Used when you take a Savage Hit","type":"enchant"},{"id":"enchant.stat_2228518621","text":"Raised Zombies deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_295557151","text":"#% increased Poisonous Concoction Damage","type":"enchant"},{"id":"enchant.stat_2278715446","text":"Split Arrow fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_1478321338","text":"Your Flamethrower Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_3371533847","text":"Soulrend fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_1062615953","text":"#% increased Spectral Throw Projectile Speed","type":"enchant"},{"id":"enchant.stat_3593547682","text":"Summoned Carrion Golems deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_3519675720","text":"Blast Rain fires an additional Arrow","type":"enchant"},{"id":"enchant.stat_862824495","text":"#% increased Reave Damage","type":"enchant"},{"id":"enchant.stat_287319069","text":"Dread Banner has #% increased Aura Effect","type":"enchant"},{"id":"enchant.stat_1573799461","text":"#% increased Dark Pact Damage","type":"enchant"},{"id":"enchant.stat_3993865658","text":"Pride has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2078274993","text":"#% increased Frostbolt Damage","type":"enchant"},{"id":"enchant.stat_3318254108","text":"Storm Brand Damage Penetrates #% of Branded Enemy\'s Lightning Resistance","type":"enchant"},{"id":"enchant.stat_889695873","text":"#% chance to Trigger Decree of Spite when Hit","type":"enchant"},{"id":"enchant.stat_1171483499","text":"Stone Golems deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1153159301","text":"#% increased Shockwave Totem Area of Effect","type":"enchant"},{"id":"enchant.stat_4157143640","text":"Animated Guardians deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1697080607","text":"#% increased Earthquake Damage","type":"enchant"},{"id":"enchant.stat_3901016205","text":"Smite deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3837805260","text":"Has no Blue Sockets","type":"enchant"},{"id":"enchant.stat_2430635444","text":"#% increased Righteous Fire Area of Effect","type":"enchant"},{"id":"enchant.stat_2157671820","text":"Venom Gyre has a #% chance to inflict Withered for 2 seconds on Hit","type":"enchant"},{"id":"enchant.stat_2549369799","text":"Anger has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_4243904146","text":"#% Chance on Frenzy to gain an additional Frenzy Charge","type":"enchant"},{"id":"enchant.stat_1106926438","text":"#% chance to Trigger Decree of War on Kill","type":"enchant"},{"id":"enchant.stat_3637727672","text":"General\'s Cry has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_282417259","text":"#% increased Flammability Curse Effect","type":"enchant"},{"id":"enchant.delirium_reward_perandus","text":"Delirium Reward Type: Expedition Items (\xd7#)","type":"enchant"},{"id":"enchant.stat_522780692","text":"#% increased Frenzy Damage","type":"enchant"},{"id":"enchant.stat_2461424099","text":"Vortex has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_888039248","text":"#% increased Temporal Chains Duration","type":"enchant"},{"id":"enchant.stat_359574900","text":"Used when you use a Life Flask","type":"enchant"},{"id":"enchant.stat_3465202861","text":"#% of Ice Crash Physical Damage gained as Extra Cold Damage","type":"enchant"},{"id":"enchant.stat_3026109282","text":"Your Fireball Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1260843520","text":"Used when you Use a Travel Skill","type":"enchant"},{"id":"enchant.stat_1015388938","text":"#% increased Eye of Winter Damage","type":"enchant"},{"id":"enchant.stat_3131492956","text":"#% increased Lightning Trap Damage","type":"enchant"},{"id":"enchant.stat_4048820315","text":"Pyroclast Mine deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1017161280","text":"Winter Orb has #% increased Area of Effect per Stage","type":"enchant"},{"id":"enchant.stat_990408262","text":"#% chance to Trigger Decree of Flames on Hit","type":"enchant"},{"id":"enchant.stat_1366391108","text":"#% chance to Trigger Decree of Inferno on Kill","type":"enchant"},{"id":"enchant.stat_3293830776","text":"#% increased Enfeeble Curse Effect","type":"enchant"},{"id":"enchant.stat_4152292551","text":"#% chance to Trigger Decree of Thunder on Kill","type":"enchant"},{"id":"enchant.stat_2447447843","text":"Wild Strike\'s Beam Chains an additional time","type":"enchant"},{"id":"enchant.stat_2925650365","text":"#% chance to Trigger Decree of Force on Hit","type":"enchant"},{"id":"enchant.stat_2634945088","text":"#% increased Galvanic Arrow Damage","type":"enchant"},{"id":"enchant.stat_3305838454","text":"#% increased Mana Reservation Efficiency of Skills Supported by Spellslinger","type":"enchant"},{"id":"enchant.stat_3711386843","text":"#% chance to create an additional Animate Weapon copy","type":"enchant"},{"id":"enchant.stat_1833626118","text":"#% chance for Discharge to deal Damage without removing Charges","type":"enchant"},{"id":"enchant.stat_4074562940","text":"#% increased Vortex Duration","type":"enchant"},{"id":"enchant.stat_2187415468","text":"#% chance to Trigger Decree of the Grave when your Skills or Minions Kill","type":"enchant"},{"id":"enchant.stat_1671985305","text":"#% chance to Trigger Decree of the Tempest on Hit","type":"enchant"},{"id":"enchant.stat_3233607638","text":"Bone Offering grants an additional +#% Chance to Block Attack Damage","type":"enchant"},{"id":"enchant.stat_2189040439","text":"Herald of Purity has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2500442851","text":"Herald of Ash has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3617955571","text":"Enduring Cry has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2523663201","text":"Void Sphere has #% increased Pulse Frequency","type":"enchant"},{"id":"enchant.stat_1793005352","text":"Spirit Offering grants +#% to Critical Strike Multiplier","type":"enchant"},{"id":"enchant.stat_3205997967","text":"Elemental Hit Always Freezes, Shocks and Ignites","type":"enchant"},{"id":"enchant.stat_1575282859","text":"Flame Golems have #% increased Damage","type":"enchant"},{"id":"enchant.stat_1443215722","text":"#% increased Frostbite Curse Effect","type":"enchant"},{"id":"enchant.stat_2555366825","text":"#% of Glacial Hammer Physical Damage gained as Extra Cold Damage","type":"enchant"},{"id":"enchant.stat_4117042530","text":"Soulrend deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3908539803","text":"Blazing Salvo fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3045497140","text":"Items dropped by Corrupted Vaal Monsters have #% chance to be Corrupted","type":"enchant"},{"id":"enchant.stat_1539846779","text":"Detonate Dead has a #% chance to detonate an additional corpse","type":"enchant"},{"id":"enchant.stat_4175469673","text":"#% increased Cremation Damage","type":"enchant"},{"id":"enchant.stat_2471636515","text":"Blood and Sand has #% increased Buff Effect","type":"enchant"},{"id":"enchant.stat_2729530556","text":"#% increased Dual Strike Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_2746213081","text":"#% increased Blade Flurry Area of Effect","type":"enchant"},{"id":"enchant.stat_4218649240","text":"+# to Maximum Blood Charges","type":"enchant"},{"id":"enchant.stat_2740567252","text":"#% increased Arc Damage","type":"enchant"},{"id":"enchant.stat_3295914630","text":"Ice Spear travels #% reduced distance before changing forms","type":"enchant"},{"id":"enchant.stat_1208019382","text":"#% increased Spark Damage","type":"enchant"},{"id":"enchant.stat_3152812191","text":"#% increased Ball Lightning Damage","type":"enchant"},{"id":"enchant.stat_1695754537","text":"Summon Skitterbots has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2205814812","text":"#% increased Rain of Arrows Area of Effect","type":"enchant"},{"id":"enchant.stat_4172171622","text":"Dash has +# Cooldown Use","type":"enchant"},{"id":"enchant.stat_1691862754","text":"Used when you become Frozen","type":"enchant"},{"id":"enchant.stat_1044970549","text":"Scourge Arrow creates +# Spore Pod","type":"enchant"},{"id":"enchant.stat_1105773670","text":"Defiance Banner has #% increased Aura Effect","type":"enchant"},{"id":"enchant.stat_3854556792","text":"#% increased Caustic Arrow Area of Effect","type":"enchant"},{"id":"enchant.stat_3096183736","text":"Tempest Shield chains an additional time","type":"enchant"},{"id":"enchant.stat_964930886","text":"Lightning Arrow hits an additional Enemy","type":"enchant"},{"id":"enchant.stat_1056655244","text":"Your Glacial Cage Towers have #% increased Duration","type":"enchant"},{"id":"enchant.stat_2846773529","text":"#% increased Creeping Frost Damage","type":"enchant"},{"id":"enchant.stat_3496292484","text":"#% increased Puncture Damage","type":"enchant"},{"id":"enchant.stat_586167247","text":"Unearth Spawns corpses with +# Level","type":"enchant"},{"id":"enchant.stat_3835483564","text":"Hatred has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_599289531","text":"Bladestorm deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1460853241","text":"Volcanic Fissure fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3513613206","text":"Corrupting Fever has +#% chance to inflict an additional Corrupted Blood Debuff","type":"enchant"},{"id":"enchant.stat_108883700","text":"#% increased Ground Slam Damage","type":"enchant"},{"id":"enchant.stat_3972739758","text":"Vitality has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2596239449","text":"Ancestral Protector Totem deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1255310381","text":"#% increased Frenzy Damage per Frenzy Charge","type":"enchant"},{"id":"enchant.stat_558298545","text":"#% increased Herald of Thunder Damage","type":"enchant"},{"id":"enchant.stat_2524620107","text":"#% increased Molten Strike Area of Effect","type":"enchant"},{"id":"enchant.stat_4137556603","text":"Spectres have #% increased Attack and Cast Speed","type":"enchant"},{"id":"enchant.stat_3734756042","text":"#% increased Viper Strike Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_101788216","text":"#% increased Flesh Offering Duration","type":"enchant"},{"id":"enchant.stat_1007135105","text":"#% increased Kinetic Blast Damage","type":"enchant"},{"id":"enchant.stat_1739537617","text":"#% increased Eye of Winter Projectile Speed","type":"enchant"},{"id":"enchant.stat_3698833303","text":"#% increased Essence Drain Duration","type":"enchant"},{"id":"enchant.stat_3196512240","text":"#% increased Explicit Chaos Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_3676540188","text":"Used when you start Bleeding","type":"enchant"},{"id":"enchant.stat_1666713639","text":"#% increased Wild Strike Damage","type":"enchant"},{"id":"enchant.stat_3529090048","text":"#% increased Corrupting Fever Duration","type":"enchant"},{"id":"enchant.stat_2896357741","text":"Siege Ballista has #% increased Totem Placement Speed","type":"enchant"},{"id":"enchant.stat_4136186767","text":"Mirror Arrow and Mirror Arrow Clones deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_3080391193","text":"Summoned Holy Relics have #% increased Buff Effect","type":"enchant"},{"id":"enchant.stat_3125201823","text":"Double Strike has a #% chance to deal Double Damage to Bleeding Enemies","type":"enchant"},{"id":"enchant.stat_2834109076","text":"Your Freezebolt Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_2789561878","text":"Sniper\'s Mark has #% increased Curse Effect","type":"enchant"},{"id":"enchant.stat_169405468","text":"#% increased Flameblast Damage","type":"enchant"},{"id":"enchant.stat_531461618","text":"Storm Brand deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_451037529","text":"#% increased Glacial Cascade Damage","type":"enchant"},{"id":"enchant.stat_3278819254","text":"#% increased Poacher\'s Mark Curse Effect","type":"enchant"},{"id":"enchant.stat_2244239056","text":"Kinetic Bolt has #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_3628984170","text":"Explosive Arrow deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3185156108","text":"#% increased Despair Curse Effect","type":"enchant"},{"id":"enchant.stat_345703394","text":"#% increased Fire Trap Burning Damage","type":"enchant"},{"id":"enchant.stat_2585271359","text":"#% increased Viper Strike Damage","type":"enchant"},{"id":"enchant.stat_2505115650","text":"Chaos Golems deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1201942540","text":"#% increased Double Strike Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_2420972973","text":"#% increased Effect of the Buff granted by your Carrion Golems","type":"enchant"},{"id":"enchant.stat_3630274354","text":"#% increased Lightning Strike Damage","type":"enchant"},{"id":"enchant.stat_1894493605","text":"#% increased Freezing Pulse Cast Speed","type":"enchant"},{"id":"enchant.stat_865345996","text":"+1 to maximum Blade Flurry stages","type":"enchant"},{"id":"enchant.stat_3359777583","text":"#% increased Storm Call Damage","type":"enchant"},{"id":"enchant.stat_1961975107","text":"#% increased Assassin\'s Mark Curse Effect","type":"enchant"},{"id":"enchant.stat_3859865977","text":"Precision has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1496334795","text":"#% increased Caustic Arrow Damage","type":"enchant"},{"id":"enchant.stat_2862290356","text":"Area is Alluring","type":"enchant"},{"id":"enchant.stat_2038865857","text":"#% increased Molten Strike Damage","type":"enchant"},{"id":"enchant.stat_2948719994","text":"#% increased Storm Burst Damage","type":"enchant"},{"id":"enchant.stat_1528965411","text":"#% increased Warlord\'s Mark Curse Effect","type":"enchant"},{"id":"enchant.stat_253870897","text":"#% increased Sweep Damage","type":"enchant"},{"id":"enchant.stat_3003688066","text":"Purity of Fire has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2680060124","text":"Convocation has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_68809719","text":"#% increased Ice Nova Area of Effect","type":"enchant"},{"id":"enchant.stat_1213017413","text":"Shrapnel Ballista has #% increased Projectile Speed","type":"enchant"},{"id":"enchant.stat_3316480899","text":"#% increased Forbidden Rite Projectile Speed","type":"enchant"},{"id":"enchant.stat_3514973342","text":"#% increased Ethereal Knives Damage","type":"enchant"},{"id":"enchant.stat_2200030809","text":"Discipline has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_3087527696","text":"#% increased Detonate Dead Damage","type":"enchant"},{"id":"enchant.stat_1063173946","text":"#% increased Spirit Offering Duration","type":"enchant"},{"id":"enchant.stat_3816405721","text":"Ice Golems deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_2499559911","text":"Raised Zombies have #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_2593021351","text":"#% increased Accuracy Rating while you have Onslaught","type":"enchant"},{"id":"enchant.stat_4147746721","text":"Dash travels #% increased distance","type":"enchant"},{"id":"enchant.stat_453778214","text":"Clarity has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3723124286","text":"#% increased Whirling Blades Damage","type":"enchant"},{"id":"enchant.stat_2250111474","text":"#% increased Effect of the Buff granted by your Ice Golems","type":"enchant"},{"id":"enchant.stat_3653459847","text":"Mirror Arrow and Mirror Arrow Clones have #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_788307702","text":"#% increased Ball Lightning Area of Effect","type":"enchant"},{"id":"enchant.stat_2097223452","text":"Your Empowering Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_1669553893","text":"Area contains # additional Clusters of Mysterious Barrels","type":"enchant"},{"id":"enchant.stat_574378310","text":"Blast Rain has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_3432170876","text":"#% increased Rain of Arrows Damage","type":"enchant"},{"id":"enchant.stat_585126960","text":"Used when you become Ignited","type":"enchant"},{"id":"enchant.stat_3730999759","text":"#% increased Leap Slam Attack Speed","type":"enchant"},{"id":"enchant.stat_3892584986","text":"#% increased Poisonous Concoction Area of Effect","type":"enchant"},{"id":"enchant.stat_200942664","text":"#% increased Vortex Damage","type":"enchant"},{"id":"enchant.stat_1549594869","text":"#% increased Dark Pact Cast Speed","type":"enchant"},{"id":"enchant.stat_2094281311","text":"+#% to Animated Guardian Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1967878868","text":"Blink Arrow and Blink Arrow Clones have #% increased Damage","type":"enchant"},{"id":"enchant.stat_1917107304","text":"#% increased Dual Strike Attack Speed","type":"enchant"},{"id":"enchant.stat_4253105373","text":"Herald of Agony has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_3106577499","text":"#% increased Cleave Attack Speed","type":"enchant"},{"id":"enchant.stat_2306522833","text":"#% increased Monster Movement Speed","type":"enchant"},{"id":"enchant.stat_1935930829","text":"#% increased Discharge Damage","type":"enchant"},{"id":"enchant.stat_3600749521","text":"Wrath has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_3953599026","text":"#% increased Unearth Damage","type":"enchant"},{"id":"enchant.stat_383710904","text":"#% increased Explosive Concoction Damage","type":"enchant"},{"id":"enchant.stat_2550660356","text":"Your Summoning Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_2740018301","text":"All Sockets Linked","type":"enchant"},{"id":"enchant.stat_195463427","text":"Arc has +#% chance to Shock","type":"enchant"},{"id":"enchant.stat_3854723321","text":"#% increased Lacerate Area of Effect","type":"enchant"},{"id":"enchant.stat_3831546273","text":"Enemies Drenched by Hydrosphere have Cold and Lightning Exposure, applying +#% to Resistances","type":"enchant"},{"id":"enchant.stat_1471796012","text":"Cobra Lash Chains an additional time","type":"enchant"},{"id":"enchant.stat_1486490067","text":"#% increased Reave Radius","type":"enchant"},{"id":"enchant.stat_3537762266","text":"Herald of Ice has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_2094069860","text":"#% increased Dual Strike Damage","type":"enchant"},{"id":"enchant.stat_1381908541","text":"Summon Raging Spirit has #% chance to summon an extra Minion","type":"enchant"},{"id":"enchant.stat_1008350423","text":"Your Fireball Towers fire an additional Projectile","type":"enchant"},{"id":"enchant.stat_3655654928","text":"Desecrate Spawns an additional corpse","type":"enchant"},{"id":"enchant.stat_1303996723","text":"Ancestral Protector Totem grants #% increased Attack Speed while Active","type":"enchant"},{"id":"enchant.stat_3280107027","text":"Lightning Golems deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_4084540709","text":"Orb of Storms deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2516903912","text":"Summoned Reaper deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_680880155","text":"Steelskin grants #% additional Physical Damage Reduction","type":"enchant"},{"id":"enchant.stat_3411256933","text":"Purity of Lightning has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_4271709087","text":"Enemies in Void Sphere\'s range take up to #% increased Damage, based on distance from the Void Sphere","type":"enchant"},{"id":"enchant.stat_2527931375","text":"#% increased Effect of the Buff granted by your Lightning Golems","type":"enchant"},{"id":"enchant.stat_1260718722","text":"#% chance for Blight Chests to contain an additional Reward","type":"enchant"},{"id":"enchant.stat_2791271819","text":"Ensnaring Arrow has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_609478942","text":"#% reduced Lightning Warp Duration","type":"enchant"},{"id":"enchant.stat_3179781611","text":"#% increased Volatile Dead Cast Speed","type":"enchant"},{"id":"enchant.stat_966400988","text":"Herald of Thunder has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_524936200","text":"#% increased Wild Strike Area of Effect","type":"enchant"},{"id":"enchant.stat_91821600","text":"Haste has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_3186938438","text":"#% increased Puncture Duration","type":"enchant"},{"id":"enchant.stat_2121581717","text":"#% increased Tempest Shield Damage","type":"enchant"},{"id":"enchant.stat_2702698464","text":"Infernal Cry has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3884539386","text":"Used when you Use a Guard Skill","type":"enchant"},{"id":"enchant.stat_308326229","text":"#% increased Reckoning Damage","type":"enchant"},{"id":"enchant.stat_4231484190","text":"#% increased Frostbolt Cast Speed","type":"enchant"},{"id":"enchant.stat_2779309910","text":"#% increased Double Strike Attack Speed","type":"enchant"},{"id":"enchant.stat_1554597333","text":"Blink Arrow and Blink Arrow Clones have #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_3505939359","text":"Rain of Arrows has #% chance to fire an additional sequence of arrows","type":"enchant"},{"id":"enchant.stat_3816022821","text":"#% increased Creeping Frost Area of Effect","type":"enchant"},{"id":"enchant.stat_2748553775","text":"#% increased Blade Vortex Area of Effect","type":"enchant"},{"id":"enchant.stat_1615727675","text":"Has no Green Sockets","type":"enchant"},{"id":"enchant.stat_1975621585","text":"Summoned Reaper has +#% to Physical Damage over Time Multiplier","type":"enchant"},{"id":"enchant.stat_2166622264","text":"#% increased Flammability Duration","type":"enchant"},{"id":"enchant.stat_770334536","text":"Wintertide Brand deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_4224588066","text":"Bane has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_3548112418","text":"Storm Rain fires an additional Arrow","type":"enchant"},{"id":"enchant.stat_1532964880","text":"#% increased Flameblast Area of Effect","type":"enchant"},{"id":"enchant.stat_292721070","text":"#% increased Exsanguinate Duration","type":"enchant"},{"id":"enchant.stat_3543257184","text":"Ancestral Warchief Totem grants #% increased Melee Damage while Active","type":"enchant"},{"id":"enchant.stat_767884542","text":"#% increased Herald of Ash Damage","type":"enchant"},{"id":"enchant.stat_2412561418","text":"Wave of Conviction has #% increased Duration","type":"enchant"},{"id":"enchant.stat_1783696476","text":"#% increased Frostbite Duration","type":"enchant"},{"id":"enchant.stat_288248772","text":"Glacial Hammer has +#% chance to Freeze","type":"enchant"},{"id":"enchant.stat_4033078288","text":"Sunder has #% increased Damage","type":"enchant"},{"id":"enchant.stat_696995312","text":"#% increased Burning Arrow Damage","type":"enchant"},{"id":"enchant.stat_2328234364","text":"Herald of Ash has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_3316767657","text":"Sunder has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_610562666","text":"Penance Brand deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1510381560","text":"Storm Brand has a #% chance to Chain an additional time","type":"enchant"},{"id":"enchant.stat_2906742892","text":"#% increased Static Strike Duration","type":"enchant"},{"id":"enchant.stat_2146663823","text":"Attacks Exerted by Ancestral Cry deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_565901339","text":"#% increased Shock Nova Area of Effect","type":"enchant"},{"id":"enchant.stat_648647905","text":"Ground Slam has a #% increased angle","type":"enchant"},{"id":"enchant.stat_3946561324","text":"Smite has a #% chance for lightning to strike another target","type":"enchant"},{"id":"enchant.stat_2983274404","text":"Blink Arrow has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1065909420","text":"#% increased Vulnerability Curse Effect","type":"enchant"},{"id":"enchant.stat_1843506018","text":"#% reduced Storm Call Duration","type":"enchant"},{"id":"enchant.stat_2003753577","text":"Anger has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1952647315","text":"#% increased Spectral Helix Projectile Speed","type":"enchant"},{"id":"enchant.stat_2070247068","text":"#% increased Storm Call Area of Effect","type":"enchant"},{"id":"enchant.stat_1398394628","text":"Flicker Strike has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2511915418","text":"#% increased Blight Area of Effect","type":"enchant"},{"id":"enchant.stat_103922739","text":"#% increased Spark Projectile Speed","type":"enchant"},{"id":"enchant.stat_2054059315","text":"#% increased Convocation Buff Effect","type":"enchant"},{"id":"enchant.stat_1948292587","text":"#% increased Shield Crush Attack Speed","type":"enchant"},{"id":"enchant.stat_1330754855","text":"Towers deal #% more Damage","type":"enchant"},{"id":"enchant.stat_2246425134","text":"#% increased Incinerate Damage","type":"enchant"},{"id":"enchant.stat_343849491","text":"#% increased Heavy Strike Attack Speed","type":"enchant"},{"id":"enchant.stat_1040582501","text":"Hydrosphere deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3804575865","text":"#% increased Creeping Frost Duration","type":"enchant"},{"id":"enchant.stat_192534517","text":"Scourge Arrow deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1040958896","text":"#% chance to Summon an additional Skeleton with Summon Skeletons","type":"enchant"},{"id":"enchant.stat_840189382","text":"Siege Ballista deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3764410821","text":"Lightning Trap pierces an additional Target","type":"enchant"},{"id":"enchant.stat_340193547","text":"Tectonic Slam has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_131320052","text":"Converted Enemies have #% increased Damage","type":"enchant"},{"id":"enchant.stat_1556508042","text":"Sand Bladestorms move with #% increased speed","type":"enchant"},{"id":"enchant.stat_1405738574","text":"Ensnaring Arrow has #% increased Debuff Effect","type":"enchant"},{"id":"enchant.stat_303359279","text":"Soulrend also Hinders Enemies when applying its Debuff, with #% reduced Movement Speed","type":"enchant"},{"id":"enchant.stat_1785831895","text":"Blazing Salvo Projectiles land in a #% increased Area","type":"enchant"},{"id":"enchant.stat_2226973351","text":"Burning Arrow Always Ignites","type":"enchant"},{"id":"enchant.stat_2003026405","text":"#% increased Freezing Pulse Projectile Speed","type":"enchant"},{"id":"enchant.stat_1648511635","text":"#% increased Effect of the Buff granted by your Chaos Golems","type":"enchant"},{"id":"enchant.stat_269930125","text":"#% increased Effect of the Buff granted by your Flame Golems","type":"enchant"},{"id":"enchant.stat_1474722052","text":"Poisonous Concoction uses #% increased Flask Charges","type":"enchant"},{"id":"enchant.stat_4224384031","text":"#% increased Ice Trap Damage","type":"enchant"},{"id":"enchant.stat_3283028259","text":"Artillery Ballista fires an additional Arrow","type":"enchant"},{"id":"enchant.stat_2098790581","text":"Fireball Always Ignites","type":"enchant"},{"id":"enchant.stat_3346280197","text":"Your Imbuing Towers have #% increased Effect","type":"enchant"},{"id":"enchant.stat_1230050013","text":"#% increased Lightning Tendrils Area of Effect","type":"enchant"},{"id":"enchant.stat_4189505564","text":"Devouring Totem has #% Chance to Consume an additional corpse","type":"enchant"},{"id":"enchant.stat_4202548383","text":"#% increased Sweep Area of Effect","type":"enchant"},{"id":"enchant.stat_4014289250","text":"Blast Rain deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3699444296","text":"Used when you become Shocked","type":"enchant"},{"id":"enchant.stat_2555469486","text":"#% increased Split Arrow Damage","type":"enchant"},{"id":"enchant.stat_3269321994","text":"Ice Nova Always Freezes","type":"enchant"},{"id":"enchant.stat_2068943099","text":"Earthquake deals #% increased Damage per 0.1 seconds Duration","type":"enchant"},{"id":"enchant.stat_3395096718","text":"#% increased Scorching Ray Damage","type":"enchant"},{"id":"enchant.stat_2600498881","text":"#% increased Fireball Damage","type":"enchant"},{"id":"enchant.stat_1623552446","text":"#% increased Blight Damage","type":"enchant"},{"id":"enchant.stat_4170725899","text":"Blight has #% increased Hinder Duration","type":"enchant"},{"id":"enchant.stat_2090693207","text":"Hits against Enemies Unnerved by you have #% increased Spell Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_2309146693","text":"Completing a Heist generates an additional Reveal","type":"enchant"},{"id":"enchant.stat_1389191919","text":"Seismic Trap releases an additional Wave","type":"enchant"},{"id":"enchant.stat_702909553","text":"#% increased Scorching Ray beam length","type":"enchant"},{"id":"enchant.stat_3069740560","text":"#% increased Bladefall Damage","type":"enchant"},{"id":"enchant.stat_478612089","text":"Zealotry has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1555251","text":"Icicle Mine has +#% to Critical Strike Multiplier","type":"enchant"},{"id":"enchant.stat_444858149","text":"Siege Ballista has #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_479197076","text":"Sigil of Power\'s Buff also grants #% increased Critical Strike Chance per Stage","type":"enchant"},{"id":"enchant.stat_4071708873","text":"#% increased Riposte Damage","type":"enchant"},{"id":"enchant.stat_3367825241","text":"Splitting Steel has #% chance to not consume Steel Shards","type":"enchant"},{"id":"enchant.stat_2231403318","text":"#% increased Fireball Cast Speed","type":"enchant"},{"id":"enchant.stat_4082863126","text":"Holy Flame Totem has #% increased Projectile Speed","type":"enchant"},{"id":"enchant.stat_1715805151","text":"Armageddon Brand Damage Penetrates #% of Branded Enemy\'s Fire Resistance","type":"enchant"},{"id":"enchant.stat_3152806535","text":"Blood Rage grants additional #% chance to gain a Frenzy Charge on Kill","type":"enchant"},{"id":"enchant.stat_1631824124","text":"#% increased Decoy Totem Life","type":"enchant"},{"id":"enchant.stat_42482990","text":"Minions summoned by Your Scout Towers inflict Malediction on Hit","type":"enchant"},{"id":"enchant.stat_2731606134","text":"Perforate deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2875508213","text":"#% increased Orb of Storms Area of Effect","type":"enchant"},{"id":"enchant.stat_2774873427","text":"Frostbolt has +#% chance to Freeze","type":"enchant"},{"id":"enchant.stat_2584129062","text":"Divine Ire deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3698446010","text":"Ice Trap Damage Penetrates #% Cold Resistance","type":"enchant"},{"id":"enchant.stat_578067404","text":"#% increased Lacerate Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_4072657110","text":"Shattering Steel has #% chance to not consume Steel Shards","type":"enchant"},{"id":"enchant.stat_1350243490","text":"Spells Triggered by Arcanist Brand Unnerve enemies on Hit for 4 seconds","type":"enchant"},{"id":"enchant.stat_2896346908","text":"Crackling Lance has #% increased branching angle","type":"enchant"},{"id":"enchant.stat_1549898151","text":"Grace has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1139911029","text":"Your Chilling Towers have #% increased effect of Chill","type":"enchant"},{"id":"enchant.stat_3831658908","text":"Used when you Block","type":"enchant"},{"id":"enchant.stat_4100281103","text":"#% increased Explosive Concoction Area of Effect","type":"enchant"},{"id":"enchant.stat_1730304831","text":"Herald of Purity has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_2166020726","text":"Your Empowering Towers also grant #% increased Damage","type":"enchant"},{"id":"enchant.stat_1122074043","text":"Vitality has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1819674879","text":"Animated Weapons deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1660758870","text":"#% increased Kinetic Blast Area of Effect","type":"enchant"},{"id":"enchant.stat_1207515735","text":"Area contains # additional Clusters of Mysterious Barrels","type":"enchant"},{"id":"enchant.stat_1087923932","text":"#% increased Frost Blades Projectile Speed","type":"enchant"},{"id":"enchant.stat_3564777492","text":"Smoke Mine grants additional #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_1359058534","text":"#% increased Cleave Damage","type":"enchant"},{"id":"enchant.stat_1794090421","text":"#% increased Ice Crash Damage","type":"enchant"},{"id":"enchant.stat_1235531589","text":"Stormbind deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_708179348","text":"#% increased Searing Bond Totem Placement Speed","type":"enchant"},{"id":"enchant.stat_1962401751","text":"#% increased Ice Shot Area of Effect","type":"enchant"},{"id":"enchant.stat_1336543283","text":"#% increased Immortal Call Duration","type":"enchant"},{"id":"enchant.stat_2558170600","text":"#% increased Absolution Cast Speed","type":"enchant"},{"id":"enchant.stat_775200811","text":"Holy Flame Totem fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_3999206457","text":"Tectonic Slam deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3652051346","text":"Shock Nova ring deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2836937264","text":"+# to maximum number of Sentinels of Purity","type":"enchant"},{"id":"enchant.stat_1866415366","text":"#% increased Tornado Area of Effect","type":"enchant"},{"id":"enchant.stat_1831757355","text":"Wintertide Brand has #% increased Chill Effect","type":"enchant"},{"id":"enchant.stat_4255043252","text":"Molten Shell has #% increased Skill Effect Duration","type":"enchant"},{"id":"enchant.stat_1452255482","text":"Flamethrower Trap has an additional Flame","type":"enchant"},{"id":"enchant.stat_1778800422","text":"#% increased Sentinel of Absolution Duration","type":"enchant"},{"id":"enchant.stat_3729006707","text":"#% increased Cold Snap Damage","type":"enchant"},{"id":"enchant.stat_2013536039","text":"Minions summoned by Your Sentinel Towers have #% increased Damage","type":"enchant"},{"id":"enchant.stat_27499777","text":"Your Chilling Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_3676486210","text":"#% increased Blade Trap Damage","type":"enchant"},{"id":"enchant.stat_1028884162","text":"#% increased Split Arrow Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_1960580674","text":"Your Lightning Storm Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1451671945","text":"#% increased Shield Crush Damage","type":"enchant"},{"id":"enchant.stat_78767457","text":"#% increased Power Siphon Damage","type":"enchant"},{"id":"enchant.stat_1032614900","text":"Enemies Withered by you have +#% to all Resistances","type":"enchant"},{"id":"enchant.stat_1406617410","text":"#% increased Area of Effect while you have Arcane Surge","type":"enchant"},{"id":"enchant.stat_2562208244","text":"Incinerate has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_2109921176","text":"Your Temporal Towers have #% increased Effect","type":"enchant"},{"id":"enchant.delirium_reward_talismans","text":"Delirium Reward Type: Talismans (\xd7#)","type":"enchant"},{"id":"enchant.stat_2833482311","text":"#% increased Bladefall Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_1949390531","text":"#% increased Molten Shell Buff Effect","type":"enchant"},{"id":"enchant.stat_3229580299","text":"#% of Burning Arrow Physical Damage gained as Extra Fire Damage","type":"enchant"},{"id":"enchant.stat_3013068851","text":"#% increased Flame Dash Damage","type":"enchant"},{"id":"enchant.stat_2048678824","text":"Consecrated Path has #% increased teleport range","type":"enchant"},{"id":"enchant.stat_2206071316","text":"Bane deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3215042347","text":"Purity of Fire has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_3867484047","text":"Incinerate has +# to maximum stages","type":"enchant"},{"id":"enchant.stat_4047323043","text":"Consecrated Path deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3948894096","text":"#% increased Shock Nova Damage","type":"enchant"},{"id":"enchant.stat_321894708","text":"Stormblast Mine has #% increased Throwing Speed","type":"enchant"},{"id":"enchant.stat_3760588941","text":"Heavy Strike has a #% chance to deal Double Damage","type":"enchant"},{"id":"enchant.stat_277116504","text":"#% increased Contagion Damage","type":"enchant"},{"id":"enchant.stat_1779904215","text":"Petrified Blood has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_600891507","text":"#% increased Rolling Magma Damage","type":"enchant"},{"id":"enchant.stat_2201904285","text":"#% increased Firestorm Damage","type":"enchant"},{"id":"enchant.stat_122106412","text":"Arcane Cloak Spends an additional #% of current Mana","type":"enchant"},{"id":"enchant.stat_3196823591","text":"#% increased Charge Recovery","type":"enchant"},{"id":"enchant.stat_2276547155","text":"Blade Blast deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2387717928","text":"#% increased Unearth Cast Speed","type":"enchant"},{"id":"enchant.stat_2913890852","text":"#% increased Voltaxic Burst Damage","type":"enchant"},{"id":"enchant.stat_3738398726","text":"Clarity has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1412682799","text":"Used when you become Poisoned","type":"enchant"},{"id":"enchant.stat_4120821275","text":"Malevolence has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1270423035","text":"Your Meteor Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_3944779636","text":"Used when you become Chilled","type":"enchant"},{"id":"enchant.stat_3006815533","text":"Your Seismic Towers have #% increased Stun Duration","type":"enchant"},{"id":"enchant.stat_1809965314","text":"#% increased Double Strike Damage","type":"enchant"},{"id":"enchant.stat_648343221","text":"#% increased Shield Charge Attack Speed","type":"enchant"},{"id":"enchant.stat_2287986752","text":"Riposte has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2561956001","text":"Skills Supported by Spellslinger have #% reduced Mana Reservation","type":"enchant"},{"id":"enchant.stat_1460506005","text":"Kinetic Bolt changes direction # additional time","type":"enchant"},{"id":"enchant.stat_1907051864","text":"Explosive Concoction uses #% increased Flask Charges","type":"enchant"},{"id":"enchant.stat_3317752680","text":"#% increased Devouring Totem Leech per second","type":"enchant"},{"id":"enchant.stat_3367800526","text":"#% increased Leap Slam Area of Effect","type":"enchant"},{"id":"enchant.stat_2363866815","text":"Icicle Mine deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1154155584","text":"#% of Glacial Cascade Physical Damage Converted to Cold Damage","type":"enchant"},{"id":"enchant.stat_3781924200","text":"Ice Shot has #% increased Area of Effect angle","type":"enchant"},{"id":"enchant.stat_2479762395","text":"Frost Wall has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3053448465","text":"#% increased Flameblast Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_3459808765","text":"Allocates # (Second)","type":"enchant","option":{"options":[{"id":32345,"text":"Alacrity"},{"id":15027,"text":"Beef"},{"id":56029,"text":"Agility"},{"id":36874,"text":"Wisdom of the Glade"},{"id":32245,"text":"Expertise"},{"id":60180,"text":"Thief\'s Craft"},{"id":52714,"text":"Prowess"},{"id":34601,"text":"Proficiency"},{"id":50197,"text":"Ancestral Knowledge"},{"id":5456,"text":"Might"},{"id":30160,"text":"Fending"},{"id":18025,"text":"Hard Knocks"},{"id":10153,"text":"Physique"},{"id":23690,"text":"Essence Infusion"},{"id":10542,"text":"Spiked Bulwark"},{"id":37078,"text":"Path of the Savant"},{"id":12702,"text":"Path of the Warrior"},{"id":19506,"text":"Path of the Hunter"},{"id":38516,"text":"Righteous Decree"},{"id":63150,"text":"Ironwood"},{"id":16243,"text":"Fusillade"},{"id":2715,"text":"Quickstep"},{"id":52230,"text":"Weathered Hunter"},{"id":21435,"text":"Cloth and Chain"},{"id":31033,"text":"Robust"},{"id":65224,"text":"Aspect of the Eagle"},{"id":24256,"text":"Dynamo"},{"id":21973,"text":"Decay Ward"},{"id":45067,"text":"Thrill Killer"},{"id":24067,"text":"Instinct"},{"id":1382,"text":"Spirit Void"},{"id":529,"text":"Poisonous Fangs"},{"id":46965,"text":"Saboteur"},{"id":47484,"text":"Depth Perception"},{"id":42686,"text":"Elemental Focus"},{"id":27929,"text":"Deep Wisdom"},{"id":27301,"text":"Martial Experience"},{"id":60002,"text":"Fury Bolts"},{"id":5289,"text":"Battle Rouse"},{"id":27190,"text":"Overprepared"},{"id":20832,"text":"Sanctuary"},{"id":49645,"text":"Cauterisation"},{"id":7440,"text":"Harvester of Foes"},{"id":8135,"text":"Practical Application"},{"id":46408,"text":"Fangs of the Viper"},{"id":10016,"text":"Executioner"},{"id":42804,"text":"Mind Drinker"},{"id":50690,"text":"Replenishing Remedies"},{"id":15344,"text":"Freedom of Movement"},{"id":10835,"text":"Dreamer"},{"id":8001,"text":"Clever Thief"},{"id":44788,"text":"Potent Connections"},{"id":2550,"text":"Arsonist"},{"id":28878,"text":"Relentless"},{"id":7085,"text":"Weapon Artistry"},{"id":35233,"text":"Discord Artisan"},{"id":18174,"text":"Mystic Bulwark"},{"id":53757,"text":"Shamanistic Fury"},{"id":22133,"text":"Invigorating Blaze"},{"id":24362,"text":"Deep Thoughts"},{"id":10115,"text":"Prodigal Perfection"},{"id":19144,"text":"Sentinel"},{"id":65107,"text":"Bastion Breaker"},{"id":42720,"text":"Heavy Draw"},{"id":54791,"text":"Claws of the Magpie"},{"id":52157,"text":"Soul Siphon"},{"id":59423,"text":"Escalation"},{"id":60781,"text":"Inspiring Bond"},{"id":56207,"text":"Hardened Scars"},{"id":17608,"text":"Silent Steps"},{"id":29861,"text":"Explosive Runes"},{"id":36859,"text":"Steelwood Stance"},{"id":44102,"text":"Efficient Explosives"},{"id":30693,"text":"Divine Fervour"},{"id":63933,"text":"Totemic Zeal"},{"id":40645,"text":"Bone Breaker"},{"id":11784,"text":"Vampirism"},{"id":59556,"text":"Expeditious Munitions"},{"id":33082,"text":"Razor\'s Edge"},{"id":56359,"text":"Cannibalistic Rite"},{"id":28034,"text":"Empowered Bond"},{"id":59866,"text":"Entrench"},{"id":45657,"text":"Trial of the Faith"},{"id":35436,"text":"Kinetic Impacts"},{"id":41476,"text":"Elder Power"},{"id":58168,"text":"High Voltage"},{"id":45608,"text":"Successive Detonations"},{"id":33582,"text":"Forceful Skewering"},{"id":23038,"text":"Slaughter"},{"id":55002,"text":"Righteous Fury"},{"id":52789,"text":"Circle of Life"},{"id":60619,"text":"Galvanic Hammer"},{"id":63453,"text":"Excess Sustenance"},{"id":28449,"text":"Surge of Vigour"},{"id":62802,"text":"Brink of Death"},{"id":6237,"text":"Precision"},{"id":16236,"text":"Toxic Strikes"},{"id":39657,"text":"Pain Forger"},{"id":36915,"text":"Sacrifice"},{"id":51212,"text":"Entropy"},{"id":61982,"text":"Grave Intentions"},{"id":6233,"text":"Blast Waves"},{"id":48823,"text":"Deadly Draw"},{"id":65093,"text":"Bladedancer"},{"id":37504,"text":"Intuition"},{"id":36736,"text":"Burning Brutality"},{"id":64077,"text":"Warrior Training"},{"id":63635,"text":"Primal Manifestation"},{"id":5126,"text":"Spinecruncher"},{"id":51559,"text":"Smashing Strikes"},{"id":63921,"text":"Utmost Swiftness"},{"id":47743,"text":"Farsight"},{"id":42917,"text":"Whirling Barrier"},{"id":59605,"text":"Unstable Munitions"},{"id":46471,"text":"Powerful Bond"},{"id":1405,"text":"From the Shadows"},{"id":26096,"text":"Hatchet Master"},{"id":55380,"text":"Clever Construction"},{"id":49772,"text":"Utmost Might"},{"id":22972,"text":"Wandslinger"},{"id":49969,"text":"Courage"},{"id":41870,"text":"Winter\'s Embrace"},{"id":25738,"text":"Relentless Pursuit"},{"id":17171,"text":"Flash Freeze"},{"id":36490,"text":"Flaying"},{"id":35685,"text":"Fearsome Force"},{"id":62849,"text":"Glacial Cage"},{"id":24858,"text":"Harpooner"},{"id":15046,"text":"Redemption"},{"id":55114,"text":"Utmost Intellect"},{"id":7918,"text":"Enigmatic Defence"},{"id":14606,"text":"Butchery"},{"id":33435,"text":"Holy Dominion"},{"id":26557,"text":"Static Blows"},{"id":14001,"text":"Unfaltering"},{"id":9567,"text":"Light Eater"},{"id":63033,"text":"Bannerman"},{"id":63976,"text":"Shaper"},{"id":53493,"text":"Annihilation"},{"id":45317,"text":"Ash, Frost and Storm"},{"id":44207,"text":"Testudo"},{"id":30225,"text":"Lightning Walker"},{"id":9788,"text":"Nimbleness"},{"id":31508,"text":"Aspect of the Lynx"},{"id":53042,"text":"Exceptional Performance"},{"id":4940,"text":"Cleaving"},{"id":42795,"text":"Arcane Focus"},{"id":21413,"text":"Combat Stamina"},{"id":33903,"text":"Will of Blades"},{"id":44347,"text":"Divine Fury"},{"id":65502,"text":"Heartseeker"},{"id":6770,"text":"Arcane Guarding"},{"id":1340,"text":"Rampart"},{"id":13164,"text":"Divine Judgement"},{"id":35894,"text":"Trickery"},{"id":49538,"text":"Defiance"},{"id":33545,"text":"Harrier"},{"id":6,"text":"Twin Terrors"},{"id":65273,"text":"Enigmatic Reach"},{"id":25178,"text":"Primal Spirit"},{"id":29522,"text":"Dance of Blades"},{"id":19730,"text":"Assured Strike"},{"id":15085,"text":"Ambidexterity"},{"id":24383,"text":"Warrior\'s Blood"},{"id":32681,"text":"Mark the Prey"},{"id":6967,"text":"Safeguard"},{"id":37403,"text":"Infused Flesh"},{"id":54694,"text":"Light of Divinity"},{"id":45945,"text":"Conjured Barrier"},{"id":49621,"text":"Acuity"},{"id":54142,"text":"Finesse"},{"id":9432,"text":"Mental Rapidity"},{"id":26960,"text":"Forethought"},{"id":14813,"text":"Revelry"},{"id":861,"text":"Aggressive Bastion"},{"id":26866,"text":"Sanctity"},{"id":65053,"text":"Essence Sap"},{"id":25439,"text":"Undertaker"},{"id":49416,"text":"Adamant"},{"id":64355,"text":"Brand Equity"},{"id":24050,"text":"Coldhearted Calculation"},{"id":11420,"text":"Arcanist\'s Dominion"},{"id":2225,"text":"Eagle Eye"},{"id":32455,"text":"Storm Weaver"},{"id":12809,"text":"Berserking"},{"id":1006,"text":"Potency of Will"},{"id":5823,"text":"Coordination"},{"id":18703,"text":"Graceful Assault"},{"id":20835,"text":"Brinkmanship"},{"id":3309,"text":"Fleetfoot"},{"id":15842,"text":"One With Nature"},{"id":15711,"text":"Blast Radius"},{"id":34666,"text":"Destroyer"},{"id":14665,"text":"Divine Wrath"},{"id":30471,"text":"True Strike"},{"id":49318,"text":"Wrecking Ball"},{"id":32059,"text":"Titanic Impacts"},{"id":65308,"text":"Diamond Skin"},{"id":12795,"text":"Versatility"},{"id":33287,"text":"Juggernaut"},{"id":25456,"text":"Dervish"},{"id":35663,"text":"Strong Arm"},{"id":60737,"text":"Sleight of Hand"},{"id":41137,"text":"Field Medicine"},{"id":50858,"text":"Admonisher"},{"id":7069,"text":"Split Shot"},{"id":544,"text":"Surveillance"},{"id":61308,"text":"Amplify"},{"id":570,"text":"Dazzling Strikes"},{"id":34284,"text":"Seasoned Swordplay"},{"id":24324,"text":"Explosive Impact"},{"id":57006,"text":"Vengeant Cascade"},{"id":34661,"text":"Fire Walker"},{"id":54268,"text":"Blade Barrier"},{"id":44824,"text":"Mysticism"},{"id":18865,"text":"Melding"},{"id":49445,"text":"Deep Breaths"},{"id":47306,"text":"Throatseeker"},{"id":44955,"text":"Frost Walker"},{"id":48556,"text":"Heart of Darkness"},{"id":39743,"text":"Dark Arts"},{"id":50338,"text":"Ballistics"},{"id":58032,"text":"Serpentine Spellslinger"},{"id":53802,"text":"Essence Extraction"},{"id":49254,"text":"Retribution"},{"id":25970,"text":"Acrimony"},{"id":32176,"text":"Soul Thief"},{"id":51748,"text":"Last Rites"},{"id":57900,"text":"Command of Steel"},{"id":5430,"text":"Magmatic Strikes"},{"id":49379,"text":"Hired Killer"},{"id":12878,"text":"Retaliation"},{"id":19103,"text":"Righteous Army"},{"id":8458,"text":"Longshot"},{"id":24721,"text":"Ribcage Crusher"},{"id":9015,"text":"Dire Torment"},{"id":27308,"text":"Gravepact"},{"id":31513,"text":"Adjacent Animosity"},{"id":30974,"text":"Expert Hunter"},{"id":6615,"text":"Arcing Blows"},{"id":64882,"text":"Disciple of the Unyielding"},{"id":52031,"text":"Disintegration"},{"id":25367,"text":"Blade Master"},{"id":57199,"text":"Fangs of Frost"},{"id":39761,"text":"Counterweight"},{"id":21602,"text":"Destructive Apparatus"},{"id":9535,"text":"Hunter\'s Gambit"},{"id":28503,"text":"Life Raker"},{"id":27163,"text":"Arcane Will"},{"id":8920,"text":"Backstabbing"},{"id":63207,"text":"Tempest Blast"},{"id":43385,"text":"Winter Spirit"},{"id":21297,"text":"High Explosives"},{"id":29049,"text":"Holy Fire"},{"id":54713,"text":"Force Shaper"},{"id":44562,"text":"Shaman\'s Dominion"},{"id":18707,"text":"Perfectionist"},{"id":41595,"text":"Marked for Death"},{"id":57839,"text":"Blade of Cunning"},{"id":15437,"text":"Deflection"},{"id":38849,"text":"Searing Heat"},{"id":33777,"text":"Devastating Devices"},{"id":26564,"text":"Vanquisher"},{"id":4481,"text":"Forces of Nature"},{"id":10511,"text":"Tolerance"},{"id":26620,"text":"Corruption"},{"id":16703,"text":"Skull Cracking"},{"id":32227,"text":"Adder\'s Touch"},{"id":19794,"text":"Concussive Force"},{"id":31359,"text":"Fatal Toxins"},{"id":63727,"text":"Gladiator\'s Perseverance"},{"id":41119,"text":"Lethality"},{"id":52090,"text":"Feller of Foes"},{"id":62094,"text":"Taste for Blood"},{"id":55772,"text":"Blacksmith\'s Clout"},{"id":49459,"text":"King of the Hill"},{"id":26294,"text":"Bloodletting"},{"id":7136,"text":"Master Sapper"},{"id":33725,"text":"Swagger"},{"id":34591,"text":"Malicious Intent"},{"id":31585,"text":"Careful Conservationist"},{"id":22702,"text":"Serpent Stance"},{"id":4854,"text":"Asylum"},{"id":36281,"text":"Primeval Force"},{"id":19897,"text":"Death Attunement"},{"id":51881,"text":"Master Fletcher"},{"id":15614,"text":"Claws of the Hawk"},{"id":61689,"text":"Explosive Elements"},{"id":9194,"text":"Merciless Skewering"},{"id":27611,"text":"Lord of the Dead"},{"id":64395,"text":"Blunt Trauma"},{"id":21389,"text":"Runesmith"},{"id":39986,"text":"Defiled Forces"},{"id":9261,"text":"Disciple of the Forbidden"},{"id":36687,"text":"Avatar of the Hunt"},{"id":63944,"text":"Prism Weave"},{"id":25409,"text":"Indomitable Army"},{"id":1568,"text":"Fatal Blade"},{"id":30439,"text":"Lava Lash"},{"id":53013,"text":"Atrophy"},{"id":41989,"text":"Resourcefulness"},{"id":43689,"text":"Spiritual Command"},{"id":7263,"text":"Swift Venoms"},{"id":38922,"text":"Goliath"},{"id":56094,"text":"One with the River"},{"id":7688,"text":"Enduring Bond"},{"id":59151,"text":"Brutal Blade"},{"id":56648,"text":"Claws of the Falcon"},{"id":4207,"text":"Window of Opportunity"},{"id":9864,"text":"Growth and Decay"},{"id":58921,"text":"Disciple of the Slaughter"},{"id":56276,"text":"Nightstalker"},{"id":9055,"text":"Volatile Mines"},{"id":48298,"text":"Insightfulness"},{"id":55194,"text":"Settling Ash"},{"id":42649,"text":"Snowforged"},{"id":53652,"text":"Steeped in the Profane"},{"id":53759,"text":"Cleansed Thoughts"},{"id":12143,"text":"Influence"},{"id":38246,"text":"Presage"},{"id":56716,"text":"Heart of Thunder"},{"id":36949,"text":"Devotion"},{"id":58218,"text":"Purity of Flesh"},{"id":61981,"text":"Doom Cast"},{"id":21330,"text":"Quick Recovery"},{"id":40743,"text":"Crystal Skin"},{"id":48438,"text":"Bravery"},{"id":11924,"text":"Breath of Flames"},{"id":45803,"text":"Veteran Soldier"},{"id":48614,"text":"Fervour"},{"id":40849,"text":"Persistence"},{"id":42041,"text":"Profane Chemistry"},{"id":60501,"text":"Heart of Flame"},{"id":18769,"text":"Written in Blood"},{"id":45329,"text":"Trick Shot"},{"id":21958,"text":"Cruel Preparation"},{"id":58831,"text":"Disemboweling"},{"id":27137,"text":"Sanctum of Thought"},{"id":13375,"text":"Multishot"},{"id":55485,"text":"Constitution"},{"id":46842,"text":"Arcane Potency"},{"id":11645,"text":"Breath of Lightning"},{"id":4833,"text":"Vigour"},{"id":38706,"text":"Way of the Warrior"},{"id":22356,"text":"Hematophagy"},{"id":51440,"text":"Druidic Rite"},{"id":27203,"text":"Heart and Soul"},{"id":6289,"text":"Bloodless"},{"id":58449,"text":"Born to Fight"},{"id":65210,"text":"Heart of Oak"},{"id":33718,"text":"Champion of the Cause"},{"id":24133,"text":"Survivalist"},{"id":34173,"text":"Overcharge"},{"id":47471,"text":"Overcharged"},{"id":34009,"text":"Master of the Arena"},{"id":62596,"text":"Mystic Talents"},{"id":58198,"text":"Fingers of Frost"},{"id":30302,"text":"Hearty"},{"id":19858,"text":"Herbalism"},{"id":41420,"text":"Natural Remedies"},{"id":25058,"text":"Blood Siphon"},{"id":7555,"text":"Crackling Speed"},{"id":65097,"text":"Leadership"},{"id":53573,"text":"Arcane Expanse"},{"id":11730,"text":"Endurance"},{"id":35958,"text":"Faith and Steel"},{"id":34973,"text":"Measured Fury"},{"id":41307,"text":"Deadly Inclinations"},{"id":26023,"text":"Savage Wounds"},{"id":2959,"text":"Season of Ice"},{"id":44103,"text":"Reflexes"},{"id":54629,"text":"Inexorable"},{"id":37326,"text":"Stamina"},{"id":51108,"text":"Arcane Capacitor"},{"id":65108,"text":"Tireless"},{"id":46904,"text":"Arcane Sanctuary"},{"id":44988,"text":"Wasting"},{"id":23066,"text":"Savagery"},{"id":54776,"text":"Mana Flows"},{"id":21634,"text":"Arcane Chemistry"},{"id":48807,"text":"Art of the Gladiator"},{"id":20528,"text":"Instability"},{"id":59766,"text":"Dirty Techniques"},{"id":15290,"text":"Watchtowers"},{"id":3452,"text":"Foresight"},{"id":21460,"text":"Breath of Rime"},{"id":63422,"text":"Lust for Carnage"},{"id":42443,"text":"Frenetic"},{"id":47065,"text":"Master of Blades"},{"id":21228,"text":"Piercing Shots"},{"id":19069,"text":"Thick Skin"},{"id":37647,"text":"Dismembering"},{"id":25411,"text":"Infused"},{"id":8833,"text":"Heart of Ice"},{"id":63251,"text":"Inveterate"},{"id":27788,"text":"Blood Drinker"},{"id":39530,"text":"Vitality Void"},{"id":31257,"text":"Natural Authority"},{"id":15852,"text":"Ethereal Feast"},{"id":29381,"text":"Ravenous Horde"},{"id":62577,"text":"Essence Surge"},{"id":34506,"text":"Golem Commander"},{"id":41472,"text":"Discipline and Training"},{"id":28754,"text":"Assassination"},{"id":61198,"text":"Heart of the Warrior"},{"id":48698,"text":"Void Barrier"},{"id":15400,"text":"Skittering Runes"},{"id":53118,"text":"Barbarism"},{"id":42009,"text":"Soul of Steel"},{"id":13922,"text":"Steadfast"},{"id":61039,"text":"Panopticon"},{"id":11820,"text":"Anointed Flesh"},{"id":50029,"text":"Unnatural Calm"},{"id":1325,"text":"Golem\'s Blood"},{"id":16246,"text":"Tranquility"},{"id":53114,"text":"Revenge of the Hunted"},{"id":64217,"text":"Aspect of Stone"},{"id":52282,"text":"Tenacity"},{"id":32932,"text":"Sovereignty"},{"id":27119,"text":"Tribal Fury"},{"id":5624,"text":"Crusader"},{"id":4177,"text":"Spiritual Aid"},{"id":6799,"text":"Charisma"},{"id":60031,"text":"Prismatic Skin"},{"id":22535,"text":"Whispers of Doom"}]}},{"id":"enchant.stat_3192966873","text":"Purity of Ice has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_732631533","text":"Cobra Lash has #% increased Projectile Speed","type":"enchant"},{"id":"enchant.stat_482660590","text":"#% increased Detonate Dead Area of Effect","type":"enchant"},{"id":"enchant.stat_3044601282","text":"Your Imbuing Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_732320584","text":"Lacerate deals # to # added Physical Damage against Bleeding Enemies","type":"enchant"},{"id":"enchant.stat_64670441","text":"Pestilent Strike has #% increased Duration","type":"enchant"},{"id":"enchant.stat_726779274","text":"Your Smothering Towers have #% increased Effect","type":"enchant"},{"id":"enchant.stat_2882048906","text":"Your Shock Nova Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_2753191013","text":"#% increased Power Siphon Attack Speed","type":"enchant"},{"id":"enchant.stat_1035680542","text":"Your Glacial Cage Towers have #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2052200782","text":"Manabond Penetrates #% Lightning Resistance while on Low Mana","type":"enchant"},{"id":"enchant.stat_1440798870","text":"Flame Dash has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_775034903","text":"#% increased Frost Wall Duration","type":"enchant"},{"id":"enchant.stat_397438226","text":"#% increased Bodyswap Cast Speed","type":"enchant"},{"id":"enchant.stat_250961191","text":"Pride has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_2556095677","text":"#% increased Phase Run Duration","type":"enchant"},{"id":"enchant.stat_1699139870","text":"Armageddon Brand deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2318562335","text":"Hexblast deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1285430327","text":"Purity of Lightning has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_2803653753","text":"All Sockets are Blue","type":"enchant"},{"id":"enchant.stat_2588242810","text":"Chain Hook has a #% chance to grant +1 Rage if it Hits Enemies","type":"enchant"},{"id":"enchant.stat_1477213724","text":"Divine Ire Damages an additional nearby Enemy when gaining Stages","type":"enchant"},{"id":"enchant.stat_2511493969","text":"Frost Shield has +# to maximum Life per Stage","type":"enchant"},{"id":"enchant.stat_1152784934","text":"Summoned Holy Relics deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_3503624267","text":"Cremation can have up to # additional Geyser at a time","type":"enchant"},{"id":"enchant.stat_1298820272","text":"+#% increased Flame Golem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1607493537","text":"#% increased Bone Offering Duration","type":"enchant"},{"id":"enchant.stat_611022108","text":"Hits at Close Range with Shattering Steel Fortify","type":"enchant"},{"id":"enchant.stat_1943147282","text":"#% of Galvanic Arrow Physical Damage gained as extra Lightning Damage","type":"enchant"},{"id":"enchant.stat_573352991","text":"Your Stone Gaze Towers have #% increased Duration","type":"enchant"},{"id":"enchant.stat_954135826","text":"#% increased Heavy Strike Damage","type":"enchant"},{"id":"enchant.stat_2732675053","text":"#% increased Glacial Hammer Damage","type":"enchant"},{"id":"enchant.stat_2844839137","text":"Summoned Skitterbots have #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_3305072079","text":"Recover #% of Life when you Kill an Enemy while you have Rage","type":"enchant"},{"id":"enchant.stat_1849664701","text":"Purity of Elements has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1041365824","text":"Explosive Arrow has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_1404787106","text":"Venom Gyre deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3072232736","text":"Determination has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1582085030","text":"Your Seismic Towers deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_3434272371","text":"Your Freezebolt Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_684174846","text":"#% increased Earthquake Area of Effect","type":"enchant"},{"id":"enchant.stat_2520825974","text":"+#% to Ice Golem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1175282728","text":"Seismic Trap deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1537296847","text":"Flesh and Stone has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1898356067","text":"Storm Burst has a #% chance to create an additional Orb","type":"enchant"},{"id":"enchant.stat_1494168614","text":"Shrapnel Ballista Pierces an additional Target","type":"enchant"},{"id":"enchant.stat_2313072099","text":"Shattering Steel deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2413715772","text":"#% increased Bladefall Area of Effect","type":"enchant"},{"id":"enchant.stat_27640220","text":"+#% to Raised Spectre Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1557531966","text":"Lightning Trap Damage Penetrates #% Lightning Resistance","type":"enchant"},{"id":"enchant.stat_1056396846","text":"#% increased Contagion Area of Effect","type":"enchant"},{"id":"enchant.stat_88796379","text":"#% increased Glacial Cascade Area of Effect","type":"enchant"},{"id":"enchant.stat_665179774","text":"Your Flamethrower Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_2747693610","text":"Heist Chests have a #% chance to Duplicate their contents","type":"enchant"},{"id":"enchant.stat_39356080","text":"#% increased Lightning Tendrils Damage","type":"enchant"},{"id":"enchant.stat_1977935782","text":"Splitting Steel has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_3823033989","text":"Stormbind has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_289027663","text":"Chain Hook deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_918308703","text":"Bear Trap has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3640837971","text":"Minions summoned by Your Sentinel Towers have #% increased Life","type":"enchant"},{"id":"enchant.stat_3395908304","text":"#% increased Conductivity Curse Effect","type":"enchant"},{"id":"enchant.stat_309198891","text":"Wave of Conviction deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_889454763","text":"Your Chilling Towers have #% increased Duration","type":"enchant"},{"id":"enchant.stat_3490662882","text":"#% increased Shield Charge Damage","type":"enchant"},{"id":"enchant.stat_173612563","text":"Eye of Winter fires Shard projectiles with #% increased Frequency during flight","type":"enchant"},{"id":"enchant.stat_1582465837","text":"Sigil of Power requires #% increased Mana Spent to gain a Stage","type":"enchant"},{"id":"enchant.stat_3162144587","text":"Icicle Mine has #% increased Throwing Speed","type":"enchant"},{"id":"enchant.stat_957864706","text":"#% increased Dark Pact Area of Effect","type":"enchant"},{"id":"enchant.stat_242838571","text":"#% increased Infernal Blow Damage","type":"enchant"},{"id":"enchant.stat_2159486200","text":"Lancing Steel deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1134560807","text":"Intimidating Cry has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1902197291","text":"#% increased Whirling Blades Attack Speed","type":"enchant"},{"id":"enchant.stat_2977067558","text":"Enduring Cry grants # additional Endurance Charge","type":"enchant"},{"id":"enchant.stat_2871777604","text":"Raised Zombies have +#% to Elemental Resistances","type":"enchant"},{"id":"enchant.stat_3917881666","text":"#% reduced Earthquake Duration","type":"enchant"},{"id":"enchant.stat_2343571547","text":"Attacks Exerted by Ambush have +#% to Critical Strike Multiplier","type":"enchant"},{"id":"enchant.stat_3309486263","text":"Blade Blast detonates other Lingering Blades within an #% increased Area","type":"enchant"},{"id":"enchant.stat_430890565","text":"#% increased Flame Surge Damage with Hits and Ailments against Burning Enemies","type":"enchant"},{"id":"enchant.stat_373677479","text":"Volcanic Fissure travels #% faster","type":"enchant"},{"id":"enchant.stat_387490713","text":"#% increased Caustic Arrow Duration","type":"enchant"},{"id":"enchant.stat_12756171","text":"#% increased Lightning Tendrils Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_3468905159","text":"Precision has #% increased Reservation","type":"enchant"},{"id":"enchant.stat_2592211591","text":"War Banner has #% increased Aura Effect","type":"enchant"},{"id":"enchant.stat_2662268382","text":"#% chance to Avoid Elemental Ailments while you have Elusive","type":"enchant"},{"id":"enchant.stat_982975385","text":"Lightning Spire Trap deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2898302567","text":"Charged Dash has +# metre to radius of each Wave\'s last damage Area","type":"enchant"},{"id":"enchant.stat_944311193","text":"Purifying Flame deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3338074370","text":"#% increased Animate Weapon Duration","type":"enchant"},{"id":"enchant.stat_3100629498","text":"Consecrated Ground from Purifying Flame applies #% increased Damage taken to Enemies","type":"enchant"},{"id":"enchant.stat_2289367813","text":"Cold Snap has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3169825208","text":"Enemies Petrified by Your Stone Gaze Towers take #% increased Damage","type":"enchant"},{"id":"enchant.stat_3061969105","text":"#% increased Ground Slam Area of Effect","type":"enchant"},{"id":"enchant.stat_168538372","text":"#% increased Orb of Storms Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_35081783","text":"Wintertide Brand has +# to maximum Stages","type":"enchant"},{"id":"enchant.stat_1561141582","text":"#% increased Spectral Shield Throw Projectile Speed","type":"enchant"},{"id":"enchant.stat_3444629796","text":"#% increased Effect of Curses on you while on Consecrated Ground","type":"enchant"},{"id":"enchant.stat_2484188706","text":"#% of Infernal Blow Physical Damage gained as Extra Fire Damage","type":"enchant"},{"id":"enchant.stat_2849380136","text":"All Sockets are Green","type":"enchant"},{"id":"enchant.stat_447560345","text":"Wither has #% increased Duration","type":"enchant"},{"id":"enchant.stat_2764047332","text":"Your Smothering Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_3172519570","text":"#% increased Cleave Area of Effect","type":"enchant"},{"id":"enchant.stat_3169671355","text":"+# to Evasion Rating while you have Phasing","type":"enchant"},{"id":"enchant.stat_3931013900","text":"#% increased Firestorm explosion Area of Effect","type":"enchant"},{"id":"enchant.stat_3569393676","text":"Blade Blast has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_2242331554","text":"Your Shock Nova Towers deal full damage to Lightning Enemies","type":"enchant"},{"id":"enchant.stat_3590425794","text":"Explosive Arrow has #% increased Duration","type":"enchant"},{"id":"enchant.stat_2745149002","text":"Enemies Maimed by you take #% increased Damage Over Time","type":"enchant"},{"id":"enchant.stat_3930497977","text":"#% increased Ice Crash Area of Effect","type":"enchant"},{"id":"enchant.stat_1378482149","text":"Minions summoned by Your Summoning Towers have #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_2233726619","text":"Arctic Armour has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1898784841","text":"Allocates # (Third)","type":"enchant","option":{"options":[{"id":32345,"text":"Alacrity"},{"id":15027,"text":"Beef"},{"id":56029,"text":"Agility"},{"id":36874,"text":"Wisdom of the Glade"},{"id":32245,"text":"Expertise"},{"id":60180,"text":"Thief\'s Craft"},{"id":52714,"text":"Prowess"},{"id":34601,"text":"Proficiency"},{"id":50197,"text":"Ancestral Knowledge"},{"id":5456,"text":"Might"},{"id":30160,"text":"Fending"},{"id":18025,"text":"Hard Knocks"},{"id":10153,"text":"Physique"},{"id":23690,"text":"Essence Infusion"},{"id":10542,"text":"Spiked Bulwark"},{"id":37078,"text":"Path of the Savant"},{"id":12702,"text":"Path of the Warrior"},{"id":19506,"text":"Path of the Hunter"},{"id":38516,"text":"Righteous Decree"},{"id":63150,"text":"Ironwood"},{"id":16243,"text":"Fusillade"},{"id":2715,"text":"Quickstep"},{"id":52230,"text":"Weathered Hunter"},{"id":21435,"text":"Cloth and Chain"},{"id":31033,"text":"Robust"},{"id":65224,"text":"Aspect of the Eagle"},{"id":24256,"text":"Dynamo"},{"id":21973,"text":"Decay Ward"},{"id":45067,"text":"Thrill Killer"},{"id":24067,"text":"Instinct"},{"id":1382,"text":"Spirit Void"},{"id":529,"text":"Poisonous Fangs"},{"id":46965,"text":"Saboteur"},{"id":47484,"text":"Depth Perception"},{"id":42686,"text":"Elemental Focus"},{"id":27929,"text":"Deep Wisdom"},{"id":27301,"text":"Martial Experience"},{"id":60002,"text":"Fury Bolts"},{"id":5289,"text":"Battle Rouse"},{"id":27190,"text":"Overprepared"},{"id":20832,"text":"Sanctuary"},{"id":49645,"text":"Cauterisation"},{"id":7440,"text":"Harvester of Foes"},{"id":8135,"text":"Practical Application"},{"id":46408,"text":"Fangs of the Viper"},{"id":10016,"text":"Executioner"},{"id":42804,"text":"Mind Drinker"},{"id":50690,"text":"Replenishing Remedies"},{"id":15344,"text":"Freedom of Movement"},{"id":10835,"text":"Dreamer"},{"id":8001,"text":"Clever Thief"},{"id":44788,"text":"Potent Connections"},{"id":2550,"text":"Arsonist"},{"id":28878,"text":"Relentless"},{"id":7085,"text":"Weapon Artistry"},{"id":35233,"text":"Discord Artisan"},{"id":18174,"text":"Mystic Bulwark"},{"id":53757,"text":"Shamanistic Fury"},{"id":22133,"text":"Invigorating Blaze"},{"id":24362,"text":"Deep Thoughts"},{"id":10115,"text":"Prodigal Perfection"},{"id":19144,"text":"Sentinel"},{"id":65107,"text":"Bastion Breaker"},{"id":42720,"text":"Heavy Draw"},{"id":54791,"text":"Claws of the Magpie"},{"id":52157,"text":"Soul Siphon"},{"id":59423,"text":"Escalation"},{"id":60781,"text":"Inspiring Bond"},{"id":56207,"text":"Hardened Scars"},{"id":17608,"text":"Silent Steps"},{"id":29861,"text":"Explosive Runes"},{"id":36859,"text":"Steelwood Stance"},{"id":44102,"text":"Efficient Explosives"},{"id":30693,"text":"Divine Fervour"},{"id":63933,"text":"Totemic Zeal"},{"id":40645,"text":"Bone Breaker"},{"id":11784,"text":"Vampirism"},{"id":59556,"text":"Expeditious Munitions"},{"id":33082,"text":"Razor\'s Edge"},{"id":56359,"text":"Cannibalistic Rite"},{"id":28034,"text":"Empowered Bond"},{"id":59866,"text":"Entrench"},{"id":45657,"text":"Trial of the Faith"},{"id":35436,"text":"Kinetic Impacts"},{"id":41476,"text":"Elder Power"},{"id":58168,"text":"High Voltage"},{"id":45608,"text":"Successive Detonations"},{"id":33582,"text":"Forceful Skewering"},{"id":23038,"text":"Slaughter"},{"id":55002,"text":"Righteous Fury"},{"id":52789,"text":"Circle of Life"},{"id":60619,"text":"Galvanic Hammer"},{"id":63453,"text":"Excess Sustenance"},{"id":28449,"text":"Surge of Vigour"},{"id":62802,"text":"Brink of Death"},{"id":6237,"text":"Precision"},{"id":16236,"text":"Toxic Strikes"},{"id":39657,"text":"Pain Forger"},{"id":36915,"text":"Sacrifice"},{"id":51212,"text":"Entropy"},{"id":61982,"text":"Grave Intentions"},{"id":6233,"text":"Blast Waves"},{"id":48823,"text":"Deadly Draw"},{"id":65093,"text":"Bladedancer"},{"id":37504,"text":"Intuition"},{"id":36736,"text":"Burning Brutality"},{"id":64077,"text":"Warrior Training"},{"id":63635,"text":"Primal Manifestation"},{"id":5126,"text":"Spinecruncher"},{"id":51559,"text":"Smashing Strikes"},{"id":63921,"text":"Utmost Swiftness"},{"id":47743,"text":"Farsight"},{"id":42917,"text":"Whirling Barrier"},{"id":59605,"text":"Unstable Munitions"},{"id":46471,"text":"Powerful Bond"},{"id":1405,"text":"From the Shadows"},{"id":26096,"text":"Hatchet Master"},{"id":55380,"text":"Clever Construction"},{"id":49772,"text":"Utmost Might"},{"id":22972,"text":"Wandslinger"},{"id":49969,"text":"Courage"},{"id":41870,"text":"Winter\'s Embrace"},{"id":25738,"text":"Relentless Pursuit"},{"id":17171,"text":"Flash Freeze"},{"id":36490,"text":"Flaying"},{"id":35685,"text":"Fearsome Force"},{"id":62849,"text":"Glacial Cage"},{"id":24858,"text":"Harpooner"},{"id":15046,"text":"Redemption"},{"id":55114,"text":"Utmost Intellect"},{"id":7918,"text":"Enigmatic Defence"},{"id":14606,"text":"Butchery"},{"id":33435,"text":"Holy Dominion"},{"id":26557,"text":"Static Blows"},{"id":14001,"text":"Unfaltering"},{"id":9567,"text":"Light Eater"},{"id":63033,"text":"Bannerman"},{"id":63976,"text":"Shaper"},{"id":53493,"text":"Annihilation"},{"id":45317,"text":"Ash, Frost and Storm"},{"id":44207,"text":"Testudo"},{"id":30225,"text":"Lightning Walker"},{"id":9788,"text":"Nimbleness"},{"id":31508,"text":"Aspect of the Lynx"},{"id":53042,"text":"Exceptional Performance"},{"id":4940,"text":"Cleaving"},{"id":42795,"text":"Arcane Focus"},{"id":21413,"text":"Combat Stamina"},{"id":33903,"text":"Will of Blades"},{"id":44347,"text":"Divine Fury"},{"id":65502,"text":"Heartseeker"},{"id":6770,"text":"Arcane Guarding"},{"id":1340,"text":"Rampart"},{"id":13164,"text":"Divine Judgement"},{"id":35894,"text":"Trickery"},{"id":49538,"text":"Defiance"},{"id":33545,"text":"Harrier"},{"id":6,"text":"Twin Terrors"},{"id":65273,"text":"Enigmatic Reach"},{"id":25178,"text":"Primal Spirit"},{"id":29522,"text":"Dance of Blades"},{"id":19730,"text":"Assured Strike"},{"id":15085,"text":"Ambidexterity"},{"id":24383,"text":"Warrior\'s Blood"},{"id":32681,"text":"Mark the Prey"},{"id":6967,"text":"Safeguard"},{"id":37403,"text":"Infused Flesh"},{"id":54694,"text":"Light of Divinity"},{"id":45945,"text":"Conjured Barrier"},{"id":49621,"text":"Acuity"},{"id":54142,"text":"Finesse"},{"id":9432,"text":"Mental Rapidity"},{"id":26960,"text":"Forethought"},{"id":14813,"text":"Revelry"},{"id":861,"text":"Aggressive Bastion"},{"id":26866,"text":"Sanctity"},{"id":65053,"text":"Essence Sap"},{"id":25439,"text":"Undertaker"},{"id":49416,"text":"Adamant"},{"id":64355,"text":"Brand Equity"},{"id":24050,"text":"Coldhearted Calculation"},{"id":11420,"text":"Arcanist\'s Dominion"},{"id":2225,"text":"Eagle Eye"},{"id":32455,"text":"Storm Weaver"},{"id":12809,"text":"Berserking"},{"id":1006,"text":"Potency of Will"},{"id":5823,"text":"Coordination"},{"id":18703,"text":"Graceful Assault"},{"id":20835,"text":"Brinkmanship"},{"id":3309,"text":"Fleetfoot"},{"id":15842,"text":"One With Nature"},{"id":15711,"text":"Blast Radius"},{"id":34666,"text":"Destroyer"},{"id":14665,"text":"Divine Wrath"},{"id":30471,"text":"True Strike"},{"id":49318,"text":"Wrecking Ball"},{"id":32059,"text":"Titanic Impacts"},{"id":65308,"text":"Diamond Skin"},{"id":12795,"text":"Versatility"},{"id":33287,"text":"Juggernaut"},{"id":25456,"text":"Dervish"},{"id":35663,"text":"Strong Arm"},{"id":60737,"text":"Sleight of Hand"},{"id":41137,"text":"Field Medicine"},{"id":50858,"text":"Admonisher"},{"id":7069,"text":"Split Shot"},{"id":544,"text":"Surveillance"},{"id":61308,"text":"Amplify"},{"id":570,"text":"Dazzling Strikes"},{"id":34284,"text":"Seasoned Swordplay"},{"id":24324,"text":"Explosive Impact"},{"id":57006,"text":"Vengeant Cascade"},{"id":34661,"text":"Fire Walker"},{"id":54268,"text":"Blade Barrier"},{"id":44824,"text":"Mysticism"},{"id":18865,"text":"Melding"},{"id":49445,"text":"Deep Breaths"},{"id":47306,"text":"Throatseeker"},{"id":44955,"text":"Frost Walker"},{"id":48556,"text":"Heart of Darkness"},{"id":39743,"text":"Dark Arts"},{"id":50338,"text":"Ballistics"},{"id":58032,"text":"Serpentine Spellslinger"},{"id":53802,"text":"Essence Extraction"},{"id":49254,"text":"Retribution"},{"id":25970,"text":"Acrimony"},{"id":32176,"text":"Soul Thief"},{"id":51748,"text":"Last Rites"},{"id":57900,"text":"Command of Steel"},{"id":5430,"text":"Magmatic Strikes"},{"id":49379,"text":"Hired Killer"},{"id":12878,"text":"Retaliation"},{"id":19103,"text":"Righteous Army"},{"id":8458,"text":"Longshot"},{"id":24721,"text":"Ribcage Crusher"},{"id":9015,"text":"Dire Torment"},{"id":27308,"text":"Gravepact"},{"id":31513,"text":"Adjacent Animosity"},{"id":30974,"text":"Expert Hunter"},{"id":6615,"text":"Arcing Blows"},{"id":64882,"text":"Disciple of the Unyielding"},{"id":52031,"text":"Disintegration"},{"id":25367,"text":"Blade Master"},{"id":57199,"text":"Fangs of Frost"},{"id":39761,"text":"Counterweight"},{"id":21602,"text":"Destructive Apparatus"},{"id":9535,"text":"Hunter\'s Gambit"},{"id":28503,"text":"Life Raker"},{"id":27163,"text":"Arcane Will"},{"id":8920,"text":"Backstabbing"},{"id":63207,"text":"Tempest Blast"},{"id":43385,"text":"Winter Spirit"},{"id":21297,"text":"High Explosives"},{"id":29049,"text":"Holy Fire"},{"id":54713,"text":"Force Shaper"},{"id":44562,"text":"Shaman\'s Dominion"},{"id":18707,"text":"Perfectionist"},{"id":41595,"text":"Marked for Death"},{"id":57839,"text":"Blade of Cunning"},{"id":15437,"text":"Deflection"},{"id":38849,"text":"Searing Heat"},{"id":33777,"text":"Devastating Devices"},{"id":26564,"text":"Vanquisher"},{"id":4481,"text":"Forces of Nature"},{"id":10511,"text":"Tolerance"},{"id":26620,"text":"Corruption"},{"id":16703,"text":"Skull Cracking"},{"id":32227,"text":"Adder\'s Touch"},{"id":19794,"text":"Concussive Force"},{"id":31359,"text":"Fatal Toxins"},{"id":63727,"text":"Gladiator\'s Perseverance"},{"id":41119,"text":"Lethality"},{"id":52090,"text":"Feller of Foes"},{"id":62094,"text":"Taste for Blood"},{"id":55772,"text":"Blacksmith\'s Clout"},{"id":49459,"text":"King of the Hill"},{"id":26294,"text":"Bloodletting"},{"id":7136,"text":"Master Sapper"},{"id":33725,"text":"Swagger"},{"id":34591,"text":"Malicious Intent"},{"id":31585,"text":"Careful Conservationist"},{"id":22702,"text":"Serpent Stance"},{"id":4854,"text":"Asylum"},{"id":36281,"text":"Primeval Force"},{"id":19897,"text":"Death Attunement"},{"id":51881,"text":"Master Fletcher"},{"id":15614,"text":"Claws of the Hawk"},{"id":61689,"text":"Explosive Elements"},{"id":9194,"text":"Merciless Skewering"},{"id":27611,"text":"Lord of the Dead"},{"id":64395,"text":"Blunt Trauma"},{"id":21389,"text":"Runesmith"},{"id":39986,"text":"Defiled Forces"},{"id":9261,"text":"Disciple of the Forbidden"},{"id":36687,"text":"Avatar of the Hunt"},{"id":63944,"text":"Prism Weave"},{"id":25409,"text":"Indomitable Army"},{"id":1568,"text":"Fatal Blade"},{"id":30439,"text":"Lava Lash"},{"id":53013,"text":"Atrophy"},{"id":41989,"text":"Resourcefulness"},{"id":43689,"text":"Spiritual Command"},{"id":7263,"text":"Swift Venoms"},{"id":38922,"text":"Goliath"},{"id":56094,"text":"One with the River"},{"id":7688,"text":"Enduring Bond"},{"id":59151,"text":"Brutal Blade"},{"id":56648,"text":"Claws of the Falcon"},{"id":4207,"text":"Window of Opportunity"},{"id":9864,"text":"Growth and Decay"},{"id":58921,"text":"Disciple of the Slaughter"},{"id":56276,"text":"Nightstalker"},{"id":9055,"text":"Volatile Mines"},{"id":48298,"text":"Insightfulness"},{"id":55194,"text":"Settling Ash"},{"id":42649,"text":"Snowforged"},{"id":53652,"text":"Steeped in the Profane"},{"id":53759,"text":"Cleansed Thoughts"},{"id":12143,"text":"Influence"},{"id":38246,"text":"Presage"},{"id":56716,"text":"Heart of Thunder"},{"id":36949,"text":"Devotion"},{"id":58218,"text":"Purity of Flesh"},{"id":61981,"text":"Doom Cast"},{"id":21330,"text":"Quick Recovery"},{"id":40743,"text":"Crystal Skin"},{"id":48438,"text":"Bravery"},{"id":11924,"text":"Breath of Flames"},{"id":45803,"text":"Veteran Soldier"},{"id":48614,"text":"Fervour"},{"id":40849,"text":"Persistence"},{"id":42041,"text":"Profane Chemistry"},{"id":60501,"text":"Heart of Flame"},{"id":18769,"text":"Written in Blood"},{"id":45329,"text":"Trick Shot"},{"id":21958,"text":"Cruel Preparation"},{"id":58831,"text":"Disemboweling"},{"id":27137,"text":"Sanctum of Thought"},{"id":13375,"text":"Multishot"},{"id":55485,"text":"Constitution"},{"id":46842,"text":"Arcane Potency"},{"id":11645,"text":"Breath of Lightning"},{"id":4833,"text":"Vigour"},{"id":38706,"text":"Way of the Warrior"},{"id":22356,"text":"Hematophagy"},{"id":51440,"text":"Druidic Rite"},{"id":27203,"text":"Heart and Soul"},{"id":6289,"text":"Bloodless"},{"id":58449,"text":"Born to Fight"},{"id":65210,"text":"Heart of Oak"},{"id":33718,"text":"Champion of the Cause"},{"id":24133,"text":"Survivalist"},{"id":34173,"text":"Overcharge"},{"id":47471,"text":"Overcharged"},{"id":34009,"text":"Master of the Arena"},{"id":62596,"text":"Mystic Talents"},{"id":58198,"text":"Fingers of Frost"},{"id":30302,"text":"Hearty"},{"id":19858,"text":"Herbalism"},{"id":41420,"text":"Natural Remedies"},{"id":25058,"text":"Blood Siphon"},{"id":7555,"text":"Crackling Speed"},{"id":65097,"text":"Leadership"},{"id":53573,"text":"Arcane Expanse"},{"id":11730,"text":"Endurance"},{"id":35958,"text":"Faith and Steel"},{"id":34973,"text":"Measured Fury"},{"id":41307,"text":"Deadly Inclinations"},{"id":26023,"text":"Savage Wounds"},{"id":2959,"text":"Season of Ice"},{"id":44103,"text":"Reflexes"},{"id":54629,"text":"Inexorable"},{"id":37326,"text":"Stamina"},{"id":51108,"text":"Arcane Capacitor"},{"id":65108,"text":"Tireless"},{"id":46904,"text":"Arcane Sanctuary"},{"id":44988,"text":"Wasting"},{"id":23066,"text":"Savagery"},{"id":54776,"text":"Mana Flows"},{"id":21634,"text":"Arcane Chemistry"},{"id":48807,"text":"Art of the Gladiator"},{"id":20528,"text":"Instability"},{"id":59766,"text":"Dirty Techniques"},{"id":15290,"text":"Watchtowers"},{"id":3452,"text":"Foresight"},{"id":21460,"text":"Breath of Rime"},{"id":63422,"text":"Lust for Carnage"},{"id":42443,"text":"Frenetic"},{"id":47065,"text":"Master of Blades"},{"id":21228,"text":"Piercing Shots"},{"id":19069,"text":"Thick Skin"},{"id":37647,"text":"Dismembering"},{"id":25411,"text":"Infused"},{"id":8833,"text":"Heart of Ice"},{"id":63251,"text":"Inveterate"},{"id":27788,"text":"Blood Drinker"},{"id":39530,"text":"Vitality Void"},{"id":31257,"text":"Natural Authority"},{"id":15852,"text":"Ethereal Feast"},{"id":29381,"text":"Ravenous Horde"},{"id":62577,"text":"Essence Surge"},{"id":34506,"text":"Golem Commander"},{"id":41472,"text":"Discipline and Training"},{"id":28754,"text":"Assassination"},{"id":61198,"text":"Heart of the Warrior"},{"id":48698,"text":"Void Barrier"},{"id":15400,"text":"Skittering Runes"},{"id":53118,"text":"Barbarism"},{"id":42009,"text":"Soul of Steel"},{"id":13922,"text":"Steadfast"},{"id":61039,"text":"Panopticon"},{"id":11820,"text":"Anointed Flesh"},{"id":50029,"text":"Unnatural Calm"},{"id":1325,"text":"Golem\'s Blood"},{"id":16246,"text":"Tranquility"},{"id":53114,"text":"Revenge of the Hunted"},{"id":64217,"text":"Aspect of Stone"},{"id":52282,"text":"Tenacity"},{"id":32932,"text":"Sovereignty"},{"id":27119,"text":"Tribal Fury"},{"id":5624,"text":"Crusader"},{"id":4177,"text":"Spiritual Aid"},{"id":6799,"text":"Charisma"},{"id":60031,"text":"Prismatic Skin"},{"id":22535,"text":"Whispers of Doom"}]}},{"id":"enchant.stat_971955285","text":"Minions summoned by Your Scout Towers have #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_1491182794","text":"#% increased Flame Surge Damage","type":"enchant"},{"id":"enchant.stat_3609207587","text":"#% Chance to gain an additional Power Charge on Kill with Power Siphon","type":"enchant"},{"id":"enchant.stat_1691710359","text":"#% increased Firestorm Duration","type":"enchant"},{"id":"enchant.stat_1422267548","text":"Allocates # (Fourth)","type":"enchant","option":{"options":[{"id":32345,"text":"Alacrity"},{"id":15027,"text":"Beef"},{"id":56029,"text":"Agility"},{"id":36874,"text":"Wisdom of the Glade"},{"id":32245,"text":"Expertise"},{"id":60180,"text":"Thief\'s Craft"},{"id":52714,"text":"Prowess"},{"id":34601,"text":"Proficiency"},{"id":50197,"text":"Ancestral Knowledge"},{"id":5456,"text":"Might"},{"id":30160,"text":"Fending"},{"id":18025,"text":"Hard Knocks"},{"id":10153,"text":"Physique"},{"id":23690,"text":"Essence Infusion"},{"id":10542,"text":"Spiked Bulwark"},{"id":37078,"text":"Path of the Savant"},{"id":12702,"text":"Path of the Warrior"},{"id":19506,"text":"Path of the Hunter"},{"id":38516,"text":"Righteous Decree"},{"id":63150,"text":"Ironwood"},{"id":16243,"text":"Fusillade"},{"id":2715,"text":"Quickstep"},{"id":52230,"text":"Weathered Hunter"},{"id":21435,"text":"Cloth and Chain"},{"id":31033,"text":"Robust"},{"id":65224,"text":"Aspect of the Eagle"},{"id":24256,"text":"Dynamo"},{"id":21973,"text":"Decay Ward"},{"id":45067,"text":"Thrill Killer"},{"id":24067,"text":"Instinct"},{"id":1382,"text":"Spirit Void"},{"id":529,"text":"Poisonous Fangs"},{"id":46965,"text":"Saboteur"},{"id":47484,"text":"Depth Perception"},{"id":42686,"text":"Elemental Focus"},{"id":27929,"text":"Deep Wisdom"},{"id":27301,"text":"Martial Experience"},{"id":60002,"text":"Fury Bolts"},{"id":5289,"text":"Battle Rouse"},{"id":27190,"text":"Overprepared"},{"id":20832,"text":"Sanctuary"},{"id":49645,"text":"Cauterisation"},{"id":7440,"text":"Harvester of Foes"},{"id":8135,"text":"Practical Application"},{"id":46408,"text":"Fangs of the Viper"},{"id":10016,"text":"Executioner"},{"id":42804,"text":"Mind Drinker"},{"id":50690,"text":"Replenishing Remedies"},{"id":15344,"text":"Freedom of Movement"},{"id":10835,"text":"Dreamer"},{"id":8001,"text":"Clever Thief"},{"id":44788,"text":"Potent Connections"},{"id":2550,"text":"Arsonist"},{"id":28878,"text":"Relentless"},{"id":7085,"text":"Weapon Artistry"},{"id":35233,"text":"Discord Artisan"},{"id":18174,"text":"Mystic Bulwark"},{"id":53757,"text":"Shamanistic Fury"},{"id":22133,"text":"Invigorating Blaze"},{"id":24362,"text":"Deep Thoughts"},{"id":10115,"text":"Prodigal Perfection"},{"id":19144,"text":"Sentinel"},{"id":65107,"text":"Bastion Breaker"},{"id":42720,"text":"Heavy Draw"},{"id":54791,"text":"Claws of the Magpie"},{"id":52157,"text":"Soul Siphon"},{"id":59423,"text":"Escalation"},{"id":60781,"text":"Inspiring Bond"},{"id":56207,"text":"Hardened Scars"},{"id":17608,"text":"Silent Steps"},{"id":29861,"text":"Explosive Runes"},{"id":36859,"text":"Steelwood Stance"},{"id":44102,"text":"Efficient Explosives"},{"id":30693,"text":"Divine Fervour"},{"id":63933,"text":"Totemic Zeal"},{"id":40645,"text":"Bone Breaker"},{"id":11784,"text":"Vampirism"},{"id":59556,"text":"Expeditious Munitions"},{"id":33082,"text":"Razor\'s Edge"},{"id":56359,"text":"Cannibalistic Rite"},{"id":28034,"text":"Empowered Bond"},{"id":59866,"text":"Entrench"},{"id":45657,"text":"Trial of the Faith"},{"id":35436,"text":"Kinetic Impacts"},{"id":41476,"text":"Elder Power"},{"id":58168,"text":"High Voltage"},{"id":45608,"text":"Successive Detonations"},{"id":33582,"text":"Forceful Skewering"},{"id":23038,"text":"Slaughter"},{"id":55002,"text":"Righteous Fury"},{"id":52789,"text":"Circle of Life"},{"id":60619,"text":"Galvanic Hammer"},{"id":63453,"text":"Excess Sustenance"},{"id":28449,"text":"Surge of Vigour"},{"id":62802,"text":"Brink of Death"},{"id":6237,"text":"Precision"},{"id":16236,"text":"Toxic Strikes"},{"id":39657,"text":"Pain Forger"},{"id":36915,"text":"Sacrifice"},{"id":51212,"text":"Entropy"},{"id":61982,"text":"Grave Intentions"},{"id":6233,"text":"Blast Waves"},{"id":48823,"text":"Deadly Draw"},{"id":65093,"text":"Bladedancer"},{"id":37504,"text":"Intuition"},{"id":36736,"text":"Burning Brutality"},{"id":64077,"text":"Warrior Training"},{"id":63635,"text":"Primal Manifestation"},{"id":5126,"text":"Spinecruncher"},{"id":51559,"text":"Smashing Strikes"},{"id":63921,"text":"Utmost Swiftness"},{"id":47743,"text":"Farsight"},{"id":42917,"text":"Whirling Barrier"},{"id":59605,"text":"Unstable Munitions"},{"id":46471,"text":"Powerful Bond"},{"id":1405,"text":"From the Shadows"},{"id":26096,"text":"Hatchet Master"},{"id":55380,"text":"Clever Construction"},{"id":49772,"text":"Utmost Might"},{"id":22972,"text":"Wandslinger"},{"id":49969,"text":"Courage"},{"id":41870,"text":"Winter\'s Embrace"},{"id":25738,"text":"Relentless Pursuit"},{"id":17171,"text":"Flash Freeze"},{"id":36490,"text":"Flaying"},{"id":35685,"text":"Fearsome Force"},{"id":62849,"text":"Glacial Cage"},{"id":24858,"text":"Harpooner"},{"id":15046,"text":"Redemption"},{"id":55114,"text":"Utmost Intellect"},{"id":7918,"text":"Enigmatic Defence"},{"id":14606,"text":"Butchery"},{"id":33435,"text":"Holy Dominion"},{"id":26557,"text":"Static Blows"},{"id":14001,"text":"Unfaltering"},{"id":9567,"text":"Light Eater"},{"id":63033,"text":"Bannerman"},{"id":63976,"text":"Shaper"},{"id":53493,"text":"Annihilation"},{"id":45317,"text":"Ash, Frost and Storm"},{"id":44207,"text":"Testudo"},{"id":30225,"text":"Lightning Walker"},{"id":9788,"text":"Nimbleness"},{"id":31508,"text":"Aspect of the Lynx"},{"id":53042,"text":"Exceptional Performance"},{"id":4940,"text":"Cleaving"},{"id":42795,"text":"Arcane Focus"},{"id":21413,"text":"Combat Stamina"},{"id":33903,"text":"Will of Blades"},{"id":44347,"text":"Divine Fury"},{"id":65502,"text":"Heartseeker"},{"id":6770,"text":"Arcane Guarding"},{"id":1340,"text":"Rampart"},{"id":13164,"text":"Divine Judgement"},{"id":35894,"text":"Trickery"},{"id":49538,"text":"Defiance"},{"id":33545,"text":"Harrier"},{"id":6,"text":"Twin Terrors"},{"id":65273,"text":"Enigmatic Reach"},{"id":25178,"text":"Primal Spirit"},{"id":29522,"text":"Dance of Blades"},{"id":19730,"text":"Assured Strike"},{"id":15085,"text":"Ambidexterity"},{"id":24383,"text":"Warrior\'s Blood"},{"id":32681,"text":"Mark the Prey"},{"id":6967,"text":"Safeguard"},{"id":37403,"text":"Infused Flesh"},{"id":54694,"text":"Light of Divinity"},{"id":45945,"text":"Conjured Barrier"},{"id":49621,"text":"Acuity"},{"id":54142,"text":"Finesse"},{"id":9432,"text":"Mental Rapidity"},{"id":26960,"text":"Forethought"},{"id":14813,"text":"Revelry"},{"id":861,"text":"Aggressive Bastion"},{"id":26866,"text":"Sanctity"},{"id":65053,"text":"Essence Sap"},{"id":25439,"text":"Undertaker"},{"id":49416,"text":"Adamant"},{"id":64355,"text":"Brand Equity"},{"id":24050,"text":"Coldhearted Calculation"},{"id":11420,"text":"Arcanist\'s Dominion"},{"id":2225,"text":"Eagle Eye"},{"id":32455,"text":"Storm Weaver"},{"id":12809,"text":"Berserking"},{"id":1006,"text":"Potency of Will"},{"id":5823,"text":"Coordination"},{"id":18703,"text":"Graceful Assault"},{"id":20835,"text":"Brinkmanship"},{"id":3309,"text":"Fleetfoot"},{"id":15842,"text":"One With Nature"},{"id":15711,"text":"Blast Radius"},{"id":34666,"text":"Destroyer"},{"id":14665,"text":"Divine Wrath"},{"id":30471,"text":"True Strike"},{"id":49318,"text":"Wrecking Ball"},{"id":32059,"text":"Titanic Impacts"},{"id":65308,"text":"Diamond Skin"},{"id":12795,"text":"Versatility"},{"id":33287,"text":"Juggernaut"},{"id":25456,"text":"Dervish"},{"id":35663,"text":"Strong Arm"},{"id":60737,"text":"Sleight of Hand"},{"id":41137,"text":"Field Medicine"},{"id":50858,"text":"Admonisher"},{"id":7069,"text":"Split Shot"},{"id":544,"text":"Surveillance"},{"id":61308,"text":"Amplify"},{"id":570,"text":"Dazzling Strikes"},{"id":34284,"text":"Seasoned Swordplay"},{"id":24324,"text":"Explosive Impact"},{"id":57006,"text":"Vengeant Cascade"},{"id":34661,"text":"Fire Walker"},{"id":54268,"text":"Blade Barrier"},{"id":44824,"text":"Mysticism"},{"id":18865,"text":"Melding"},{"id":49445,"text":"Deep Breaths"},{"id":47306,"text":"Throatseeker"},{"id":44955,"text":"Frost Walker"},{"id":48556,"text":"Heart of Darkness"},{"id":39743,"text":"Dark Arts"},{"id":50338,"text":"Ballistics"},{"id":58032,"text":"Serpentine Spellslinger"},{"id":53802,"text":"Essence Extraction"},{"id":49254,"text":"Retribution"},{"id":25970,"text":"Acrimony"},{"id":32176,"text":"Soul Thief"},{"id":51748,"text":"Last Rites"},{"id":57900,"text":"Command of Steel"},{"id":5430,"text":"Magmatic Strikes"},{"id":49379,"text":"Hired Killer"},{"id":12878,"text":"Retaliation"},{"id":19103,"text":"Righteous Army"},{"id":8458,"text":"Longshot"},{"id":24721,"text":"Ribcage Crusher"},{"id":9015,"text":"Dire Torment"},{"id":27308,"text":"Gravepact"},{"id":31513,"text":"Adjacent Animosity"},{"id":30974,"text":"Expert Hunter"},{"id":6615,"text":"Arcing Blows"},{"id":64882,"text":"Disciple of the Unyielding"},{"id":52031,"text":"Disintegration"},{"id":25367,"text":"Blade Master"},{"id":57199,"text":"Fangs of Frost"},{"id":39761,"text":"Counterweight"},{"id":21602,"text":"Destructive Apparatus"},{"id":9535,"text":"Hunter\'s Gambit"},{"id":28503,"text":"Life Raker"},{"id":27163,"text":"Arcane Will"},{"id":8920,"text":"Backstabbing"},{"id":63207,"text":"Tempest Blast"},{"id":43385,"text":"Winter Spirit"},{"id":21297,"text":"High Explosives"},{"id":29049,"text":"Holy Fire"},{"id":54713,"text":"Force Shaper"},{"id":44562,"text":"Shaman\'s Dominion"},{"id":18707,"text":"Perfectionist"},{"id":41595,"text":"Marked for Death"},{"id":57839,"text":"Blade of Cunning"},{"id":15437,"text":"Deflection"},{"id":38849,"text":"Searing Heat"},{"id":33777,"text":"Devastating Devices"},{"id":26564,"text":"Vanquisher"},{"id":4481,"text":"Forces of Nature"},{"id":10511,"text":"Tolerance"},{"id":26620,"text":"Corruption"},{"id":16703,"text":"Skull Cracking"},{"id":32227,"text":"Adder\'s Touch"},{"id":19794,"text":"Concussive Force"},{"id":31359,"text":"Fatal Toxins"},{"id":63727,"text":"Gladiator\'s Perseverance"},{"id":41119,"text":"Lethality"},{"id":52090,"text":"Feller of Foes"},{"id":62094,"text":"Taste for Blood"},{"id":55772,"text":"Blacksmith\'s Clout"},{"id":49459,"text":"King of the Hill"},{"id":26294,"text":"Bloodletting"},{"id":7136,"text":"Master Sapper"},{"id":33725,"text":"Swagger"},{"id":34591,"text":"Malicious Intent"},{"id":31585,"text":"Careful Conservationist"},{"id":22702,"text":"Serpent Stance"},{"id":4854,"text":"Asylum"},{"id":36281,"text":"Primeval Force"},{"id":19897,"text":"Death Attunement"},{"id":51881,"text":"Master Fletcher"},{"id":15614,"text":"Claws of the Hawk"},{"id":61689,"text":"Explosive Elements"},{"id":9194,"text":"Merciless Skewering"},{"id":27611,"text":"Lord of the Dead"},{"id":64395,"text":"Blunt Trauma"},{"id":21389,"text":"Runesmith"},{"id":39986,"text":"Defiled Forces"},{"id":9261,"text":"Disciple of the Forbidden"},{"id":36687,"text":"Avatar of the Hunt"},{"id":63944,"text":"Prism Weave"},{"id":25409,"text":"Indomitable Army"},{"id":1568,"text":"Fatal Blade"},{"id":30439,"text":"Lava Lash"},{"id":53013,"text":"Atrophy"},{"id":41989,"text":"Resourcefulness"},{"id":43689,"text":"Spiritual Command"},{"id":7263,"text":"Swift Venoms"},{"id":38922,"text":"Goliath"},{"id":56094,"text":"One with the River"},{"id":7688,"text":"Enduring Bond"},{"id":59151,"text":"Brutal Blade"},{"id":56648,"text":"Claws of the Falcon"},{"id":4207,"text":"Window of Opportunity"},{"id":9864,"text":"Growth and Decay"},{"id":58921,"text":"Disciple of the Slaughter"},{"id":56276,"text":"Nightstalker"},{"id":9055,"text":"Volatile Mines"},{"id":48298,"text":"Insightfulness"},{"id":55194,"text":"Settling Ash"},{"id":42649,"text":"Snowforged"},{"id":53652,"text":"Steeped in the Profane"},{"id":53759,"text":"Cleansed Thoughts"},{"id":12143,"text":"Influence"},{"id":38246,"text":"Presage"},{"id":56716,"text":"Heart of Thunder"},{"id":36949,"text":"Devotion"},{"id":58218,"text":"Purity of Flesh"},{"id":61981,"text":"Doom Cast"},{"id":21330,"text":"Quick Recovery"},{"id":40743,"text":"Crystal Skin"},{"id":48438,"text":"Bravery"},{"id":11924,"text":"Breath of Flames"},{"id":45803,"text":"Veteran Soldier"},{"id":48614,"text":"Fervour"},{"id":40849,"text":"Persistence"},{"id":42041,"text":"Profane Chemistry"},{"id":60501,"text":"Heart of Flame"},{"id":18769,"text":"Written in Blood"},{"id":45329,"text":"Trick Shot"},{"id":21958,"text":"Cruel Preparation"},{"id":58831,"text":"Disemboweling"},{"id":27137,"text":"Sanctum of Thought"},{"id":13375,"text":"Multishot"},{"id":55485,"text":"Constitution"},{"id":46842,"text":"Arcane Potency"},{"id":11645,"text":"Breath of Lightning"},{"id":4833,"text":"Vigour"},{"id":38706,"text":"Way of the Warrior"},{"id":22356,"text":"Hematophagy"},{"id":51440,"text":"Druidic Rite"},{"id":27203,"text":"Heart and Soul"},{"id":6289,"text":"Bloodless"},{"id":58449,"text":"Born to Fight"},{"id":65210,"text":"Heart of Oak"},{"id":33718,"text":"Champion of the Cause"},{"id":24133,"text":"Survivalist"},{"id":34173,"text":"Overcharge"},{"id":47471,"text":"Overcharged"},{"id":34009,"text":"Master of the Arena"},{"id":62596,"text":"Mystic Talents"},{"id":58198,"text":"Fingers of Frost"},{"id":30302,"text":"Hearty"},{"id":19858,"text":"Herbalism"},{"id":41420,"text":"Natural Remedies"},{"id":25058,"text":"Blood Siphon"},{"id":7555,"text":"Crackling Speed"},{"id":65097,"text":"Leadership"},{"id":53573,"text":"Arcane Expanse"},{"id":11730,"text":"Endurance"},{"id":35958,"text":"Faith and Steel"},{"id":34973,"text":"Measured Fury"},{"id":41307,"text":"Deadly Inclinations"},{"id":26023,"text":"Savage Wounds"},{"id":2959,"text":"Season of Ice"},{"id":44103,"text":"Reflexes"},{"id":54629,"text":"Inexorable"},{"id":37326,"text":"Stamina"},{"id":51108,"text":"Arcane Capacitor"},{"id":65108,"text":"Tireless"},{"id":46904,"text":"Arcane Sanctuary"},{"id":44988,"text":"Wasting"},{"id":23066,"text":"Savagery"},{"id":54776,"text":"Mana Flows"},{"id":21634,"text":"Arcane Chemistry"},{"id":48807,"text":"Art of the Gladiator"},{"id":20528,"text":"Instability"},{"id":59766,"text":"Dirty Techniques"},{"id":15290,"text":"Watchtowers"},{"id":3452,"text":"Foresight"},{"id":21460,"text":"Breath of Rime"},{"id":63422,"text":"Lust for Carnage"},{"id":42443,"text":"Frenetic"},{"id":47065,"text":"Master of Blades"},{"id":21228,"text":"Piercing Shots"},{"id":19069,"text":"Thick Skin"},{"id":37647,"text":"Dismembering"},{"id":25411,"text":"Infused"},{"id":8833,"text":"Heart of Ice"},{"id":63251,"text":"Inveterate"},{"id":27788,"text":"Blood Drinker"},{"id":39530,"text":"Vitality Void"},{"id":31257,"text":"Natural Authority"},{"id":15852,"text":"Ethereal Feast"},{"id":29381,"text":"Ravenous Horde"},{"id":62577,"text":"Essence Surge"},{"id":34506,"text":"Golem Commander"},{"id":41472,"text":"Discipline and Training"},{"id":28754,"text":"Assassination"},{"id":61198,"text":"Heart of the Warrior"},{"id":48698,"text":"Void Barrier"},{"id":15400,"text":"Skittering Runes"},{"id":53118,"text":"Barbarism"},{"id":42009,"text":"Soul of Steel"},{"id":13922,"text":"Steadfast"},{"id":61039,"text":"Panopticon"},{"id":11820,"text":"Anointed Flesh"},{"id":50029,"text":"Unnatural Calm"},{"id":1325,"text":"Golem\'s Blood"},{"id":16246,"text":"Tranquility"},{"id":53114,"text":"Revenge of the Hunted"},{"id":64217,"text":"Aspect of Stone"},{"id":52282,"text":"Tenacity"},{"id":32932,"text":"Sovereignty"},{"id":27119,"text":"Tribal Fury"},{"id":5624,"text":"Crusader"},{"id":4177,"text":"Spiritual Aid"},{"id":6799,"text":"Charisma"},{"id":60031,"text":"Prismatic Skin"},{"id":22535,"text":"Whispers of Doom"}]}},{"id":"enchant.stat_1447427508","text":"Vengeance has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1030003515","text":"#% increased Flame Surge Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_2844206732","text":"#% increased Punishment Curse Effect","type":"enchant"},{"id":"enchant.stat_3320271130","text":"#% increased Ancestral Warchief Totem Area of Effect","type":"enchant"},{"id":"enchant.stat_2801853811","text":"Holy Flame Totem deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_4102483123","text":"Steelskin Buff can take #% increased amount of Damage","type":"enchant"},{"id":"enchant.stat_153004860","text":"+# to Armour while Fortified","type":"enchant"},{"id":"enchant.stat_3687716368","text":"Your Flamethrower Towers deal full damage to Fire Enemies","type":"enchant"},{"id":"enchant.stat_441374889","text":"Your Arc Towers have #% chance to inflict Sap","type":"enchant"},{"id":"enchant.stat_2565809961","text":"#% increased Contagion Duration","type":"enchant"},{"id":"enchant.stat_279246355","text":"Area is inhabited by an additional Invasion Boss","type":"enchant"},{"id":"enchant.stat_3802588863","text":"Your Freezebolt Towers have #% chance to inflict Brittle","type":"enchant"},{"id":"enchant.stat_551375258","text":"#% increased Static Strike Damage","type":"enchant"},{"id":"enchant.stat_2690620076","text":"#% increased Elemental Weakness Duration","type":"enchant"},{"id":"enchant.stat_525771896","text":"Flamethrower Trap has #% increased Skill Effect Duration","type":"enchant"},{"id":"enchant.stat_3354028437","text":"Your Lightning Storm Towers create Storms centred on Enemies","type":"enchant"},{"id":"enchant.stat_2911217910","text":"Your Stone Gaze Cage Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_244125450","text":"#% Chance for Puncture to Maim on hit","type":"enchant"},{"id":"enchant.stat_4039396512","text":"Your Flamethrower Towers have #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_2512194486","text":"Armageddon Brand has #% increased Activation Frequency","type":"enchant"},{"id":"enchant.stat_2449293016","text":"Cages created by Your Glacial Cage Towers are #% larger","type":"enchant"},{"id":"enchant.stat_1993913925","text":"Caustic Arrow has #% chance to inflict Withered on Hit for # second base Duration","type":"enchant"},{"id":"enchant.stat_2716178075","text":"+# metre to Discharge radius","type":"enchant"},{"id":"enchant.stat_931713173","text":"Battlemage\'s Cry Exerts # additional Attack","type":"enchant"},{"id":"enchant.stat_1502095380","text":"#% increased Blade Trap Area of Effect","type":"enchant"},{"id":"enchant.stat_4259029320","text":"#% chance for Phase Run to increase Duration without removing Frenzy Charges","type":"enchant"},{"id":"enchant.stat_1972101281","text":"#% increased Vengeance Damage","type":"enchant"},{"id":"enchant.stat_2287764959","text":"#% increased Vigilant Strike Damage","type":"enchant"},{"id":"enchant.stat_3798244977","text":"Summon Skitterbots has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_2537202749","text":"Static Strike has +# maximum Beam Targets","type":"enchant"},{"id":"enchant.stat_2384264970","text":"#% increased Boneshatter Damage","type":"enchant"},{"id":"enchant.stat_609916976","text":"Sweep has a #% chance to grant an Endurance Charge on Hit","type":"enchant"},{"id":"enchant.stat_959534996","text":"Shrapnel Ballista fires an additional Arrow","type":"enchant"},{"id":"enchant.stat_2538402671","text":"Your Temporal Towers also grant Stun Immunity","type":"enchant"},{"id":"enchant.stat_3367298564","text":"#% increased Ice Trap Area of Effect","type":"enchant"},{"id":"enchant.stat_1088946611","text":"Intimidating Cry has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_2224580362","text":"Cobra Lash deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3891165938","text":"Your Imbuing Towers also grant #% increased Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_2380598805","text":"#% increased Frost Bomb Damage","type":"enchant"},{"id":"enchant.stat_1277406505","text":"Your Imbuing Towers also grant Onslaught","type":"enchant"},{"id":"enchant.stat_3686368306","text":"Siphoning Trap deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2843908086","text":"#% increased Effect of Curses applied by Bane","type":"enchant"},{"id":"enchant.stat_57434274","text":"#% increased Experience gain (Maps)","type":"enchant"},{"id":"enchant.stat_2982851186","text":"#% increased Voltaxic Burst Area of Effect","type":"enchant"},{"id":"enchant.stat_1248361993","text":"Your Flamethrower Towers have #% chance to inflict Scorch","type":"enchant"},{"id":"enchant.stat_197351228","text":"Your Lightning Storm Towers have #% increased Impact Delay","type":"enchant"},{"id":"enchant.stat_335520087","text":"Earthshatter deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_4081185348","text":"Lancing Steel fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_1810898461","text":"Wither has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_1615912303","text":"Seismic Trap has #% increased Skill Effect Duration","type":"enchant"},{"id":"enchant.stat_2298223148","text":"#% increased Searing Bond Damage","type":"enchant"},{"id":"enchant.stat_3371538704","text":"#% increased Cold Snap Area of Effect","type":"enchant"},{"id":"enchant.stat_1797913614","text":"Your Freezebolt Towers fire an additional Projectile","type":"enchant"},{"id":"enchant.stat_1646093658","text":"#% increased Rolling Magma Area of Effect","type":"enchant"},{"id":"enchant.stat_3850775143","text":"#% increased Leap Slam Damage","type":"enchant"},{"id":"enchant.stat_2257652056","text":"Scourge Arrow has #% chance to Poison per Stage","type":"enchant"},{"id":"enchant.stat_1971866993","text":"Minions summoned by Your Sentinel Towers have #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_516587640","text":"#% increased Enfeeble Duration","type":"enchant"},{"id":"enchant.stat_3869217625","text":"#% increased Viper Strike Duration","type":"enchant"},{"id":"enchant.stat_3229878341","text":"#% increased Vulnerability Duration","type":"enchant"},{"id":"enchant.stat_429193272","text":"#% increased time before Lockdown","type":"enchant"},{"id":"enchant.stat_209345940","text":"#% increased Lightning Warp Damage","type":"enchant"},{"id":"enchant.stat_3995612171","text":"#% increased Arctic Armour Buff Effect","type":"enchant"},{"id":"enchant.stat_4147277532","text":"#% increased Rallying Cry Buff Effect","type":"enchant"},{"id":"enchant.stat_281958409","text":"Withering Step has #% increased Elusive Effect","type":"enchant"},{"id":"enchant.stat_797408710","text":"Charged Dash has #% more Movement Speed","type":"enchant"},{"id":"enchant.stat_297308603","text":"Blast Rain has a #% chance to fire an additional Arrow","type":"enchant"},{"id":"enchant.stat_3772643988","text":"#% increased Sentinel of Dominance Duration","type":"enchant"},{"id":"enchant.stat_1261917923","text":"Your Summoning Towers summon # additional Minions","type":"enchant"},{"id":"enchant.stat_804983774","text":"Reckoning has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3279786746","text":"#% increased Fire Trap Burning Ground Duration","type":"enchant"},{"id":"enchant.stat_2563177940","text":"Venom Gyre has a #% chance to keep each caught Projectile fired with Whirling Blades","type":"enchant"},{"id":"enchant.stat_1545524769","text":"Reap deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2295263113","text":"Vortex has #% increased Area of Effect when Cast on Frostbolt","type":"enchant"},{"id":"enchant.stat_3279758713","text":"#% increased Scorching Ray Cast Speed","type":"enchant"},{"id":"enchant.stat_819890745","text":"#% increased Conductivity Duration","type":"enchant"},{"id":"enchant.stat_2337005967","text":"Dominating Blow can summon an additional Rare Sentinel of Dominance","type":"enchant"},{"id":"enchant.stat_1694915226","text":"Explosive Trap has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_1924239636","text":"#% increased Punishment Duration","type":"enchant"},{"id":"enchant.stat_2275055843","text":"Vigilant Strike has #% increased Fortification Duration","type":"enchant"},{"id":"enchant.stat_1781106044","text":"Mirror Arrow has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1918718830","text":"All Sockets are Red","type":"enchant"},{"id":"enchant.stat_3285061858","text":"Consecrated Path has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_2513745555","text":"#% increased Attack Speed with Snipe","type":"enchant"},{"id":"enchant.stat_683073695","text":"#% increased Despair Duration","type":"enchant"},{"id":"enchant.stat_2212298325","text":"Divine Ire\'s beam has #% increased width","type":"enchant"},{"id":"enchant.stat_3961497709","text":"#% increased Storm Burst Area of Effect","type":"enchant"},{"id":"enchant.stat_906949000","text":"Your Smothering Towers also grant #% chance to be Frozen, Shocked and Ignited","type":"enchant"},{"id":"enchant.stat_639766324","text":"Your Imbuing Towers also grant #% increased Damage","type":"enchant"},{"id":"enchant.stat_2787227226","text":"Grants +#% to Fire Resistance per 2% Quality","type":"enchant"},{"id":"enchant.stat_494231298","text":"Stormblast Mine deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1609523492","text":"#% increased Assassin\'s Mark Duration","type":"enchant"},{"id":"enchant.stat_2454791895","text":"Your Glacial Cage Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_1999307054","text":"Sunder has #% increased Attack Speed","type":"enchant"},{"id":"enchant.delirium_reward_generic","text":"Delirium Reward Type: Delirium (\xd7#)","type":"enchant"},{"id":"enchant.stat_2207890291","text":"Lightning Spire Trap has #% increased Skill Effect Duration","type":"enchant"},{"id":"enchant.stat_3026568825","text":"Summoned Holy Relics have #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_4175166318","text":"Spectral Helix Projectile spirals through +# rotations","type":"enchant"},{"id":"enchant.stat_1601558321","text":"+#% to Stone Golem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_2426838124","text":"#% increased Battlemage\'s Cry Buff Effect","type":"enchant"},{"id":"enchant.stat_3881327877","text":"Flame Wall grants # to # Added Fire Damage to Projectiles","type":"enchant"},{"id":"enchant.stat_1959522666","text":"All Towers in range of your Empowering Towers have #% chance to deal Double Damage","type":"enchant"},{"id":"enchant.stat_2702369635","text":"Grants +#% to Lightning Resistance per 2% Quality","type":"enchant"},{"id":"enchant.stat_1347575155","text":"#% increased Lightning Warp Cast Speed","type":"enchant"},{"id":"enchant.stat_1665106429","text":"Grants +#% to Cold Resistance per 2% Quality","type":"enchant"},{"id":"enchant.stat_3524326896","text":"Frost Bomb has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_341054435","text":"#% increased Bodyswap Damage","type":"enchant"},{"id":"enchant.stat_435519320","text":"Crackling Lance deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3384161880","text":"Enemies inside Glacial Cage take #% increased Damage","type":"enchant"},{"id":"enchant.stat_4031295671","text":"#% increased Infernal Blow Area of Effect","type":"enchant"},{"id":"enchant.stat_856157011","text":"Pestilent Strike deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_988554168","text":"Ancestral Cry has a minimum of # Power","type":"enchant"},{"id":"enchant.stat_3492427828","text":"Glacial Cascade gains #% of Physical Damage as Extra Cold Damage","type":"enchant"},{"id":"enchant.stat_2080441723","text":"Rallying Cry Exerts # additional Attack","type":"enchant"},{"id":"enchant.stat_3618430531","text":"Seismic Trap has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_355086768","text":"Seismic Cry has a minimum of # Power","type":"enchant"},{"id":"enchant.stat_2938856716","text":"#% increased Cremation Cast Speed","type":"enchant"},{"id":"enchant.stat_261996832","text":"Elemental Ailments inflicted on Enemies Exposed by you have #% increased Duration","type":"enchant"},{"id":"enchant.stat_592861938","text":"#% increased Ancestral Protector Totem Placement Speed","type":"enchant"},{"id":"enchant.stat_4216282855","text":"Enemies Blinded by you have #% increased Critical Strike Chance","type":"enchant"},{"id":"enchant.stat_3719728947","text":"#% increased Smoke Mine Duration","type":"enchant"},{"id":"enchant.stat_709541481","text":"Penance Brand has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_1877863115","text":"#% increased Bear Trap Damage","type":"enchant"},{"id":"enchant.stat_2143519574","text":"Conversion Trap #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1220207954","text":"+#% to Ancestral Protector Totem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1451372148","text":"#% increased Frost Bomb Area of Effect","type":"enchant"},{"id":"enchant.stat_4210927948","text":"#% increased Lightning Trap Lightning Ailment Effect","type":"enchant"},{"id":"enchant.stat_2778301298","text":"Orb of Storms has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_1734517294","text":"Artillery Ballista Damage Penetrates #% Fire Resistance","type":"enchant"},{"id":"enchant.stat_2482018205","text":"Kinetic Bolt has #% increased Projectile Speed","type":"enchant"},{"id":"enchant.stat_1588572574","text":"#% increased Rejuvenation Totem Aura Effect","type":"enchant"},{"id":"enchant.stat_1946386823","text":"+#% to Chaos Golem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_3070497632","text":"Frostblink has #% increased maximum travel distance","type":"enchant"},{"id":"enchant.stat_1654191578","text":"Sniper\'s Mark has #% increased Duration","type":"enchant"},{"id":"enchant.stat_2685482716","text":"Your Fireball Towers Projectiles fire in a circle","type":"enchant"},{"id":"enchant.stat_183131376","text":"#% increased Spectral Helix Damage","type":"enchant"},{"id":"enchant.stat_1954529734","text":"Purifying Flame has #% increased Area of Effect if targeting Consecrated Ground","type":"enchant"},{"id":"enchant.stat_3766479096","text":"#% increased Warlord\'s Mark Duration","type":"enchant"},{"id":"enchant.stat_1803063132","text":"Rejuvenation Totem also grants Mana Regeneration equal to #% of its Life Regeneration","type":"enchant"},{"id":"enchant.stat_2364563825","text":"Galvanic Field has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_2685860927","text":"#% increased Static Strike Area of Effect","type":"enchant"},{"id":"enchant.stat_617228927","text":"Crackling Lance has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_3606492882","text":"Arcane Cloak grants Life Regeneration equal to #% of Mana Spent per Second","type":"enchant"},{"id":"enchant.stat_2410280305","text":"Your Fireball Towers have #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_59544006","text":"Summoned Carrion Golems have +#% to all Elemental Resistances","type":"enchant"},{"id":"enchant.stat_2977107166","text":"#% increased Ambush Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1678345858","text":"Enemies affected by Bear Trap take #% increased Damage from Trap or Mine Hits","type":"enchant"},{"id":"enchant.stat_3808171722","text":"Bladefall has an additional Volley","type":"enchant"},{"id":"enchant.stat_866725377","text":"Splitting Steel deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_1686675991","text":"#% increased Decoy Totem Area of Effect","type":"enchant"},{"id":"enchant.stat_2718657160","text":"Stormblast Mine has #% increased Aura Effect","type":"enchant"},{"id":"enchant.stat_4102281803","text":"Blazing Salvo deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2519689029","text":"#% increased Searing Bond Totem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1000620493","text":"Blight Encounters contain up to # additional Blight Boss","type":"enchant"},{"id":"enchant.stat_105839441","text":"Infernal Blow Debuff deals an additional #% of Damage per Charge","type":"enchant"},{"id":"enchant.stat_4225882962","text":"Combust has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_2891251105","text":"Lancing Steel has #% chance to count as consuming Steel Shards without Consuming them","type":"enchant"},{"id":"enchant.stat_2338484156","text":"+#% to Lightning Golem Elemental Resistances","type":"enchant"},{"id":"enchant.stat_1698558866","text":"Galvanic Arrow has #% increased Projectile Speed","type":"enchant"},{"id":"enchant.stat_3252913608","text":"Attacks Exerted by Seismic Cry deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1684204928","text":"Enemies Taunted by you deal #% more Area Damage","type":"enchant"},{"id":"enchant.stat_4227497218","text":"#% increased Poacher\'s Mark Duration","type":"enchant"},{"id":"enchant.stat_815588902","text":"Frostblink has #% reduced Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1919892065","text":"Enemies Intimidated by you have #% increased duration of stuns against them","type":"enchant"},{"id":"enchant.stat_1265055278","text":"#% increased Charged Dash Damage","type":"enchant"},{"id":"enchant.stat_1572544406","text":"Your Arc Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_2056176052","text":"Artillery Ballista Projectiles fall in two perpendicular lines instead","type":"enchant"},{"id":"enchant.stat_3153431030","text":"#% increased Rage Vortex Damage","type":"enchant"},{"id":"enchant.stat_3536566359","text":"Perforate has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_1789548201","text":"Your Lightning Storm Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_1501151168","text":"Attacks with Energy Blades Penetrate #% Lightning Resistance","type":"enchant"},{"id":"enchant.stat_2304517189","text":"Exsanguinate has a #% chance to Chain an additional time","type":"enchant"},{"id":"enchant.stat_2432759583","text":"Pyroclast Mine has #% increased Throwing Speed","type":"enchant"},{"id":"enchant.stat_4264622444","text":"Ethereal Knives Pierces an additional Target","type":"enchant"},{"id":"enchant.stat_4162139595","text":"Flamethrower Trap deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3469056056","text":"Earthshatter has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_1843683045","text":"Your Sentinel Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_2807947","text":"Consecrated Ground from Holy Flame Totem applies #% increased Damage taken to Enemies","type":"enchant"},{"id":"enchant.stat_2681941384","text":"#% increased Tornado Damage","type":"enchant"},{"id":"enchant.stat_644285691","text":"Chills from Ice Nova Hits always reduce Action Speed by at least #%","type":"enchant"},{"id":"enchant.stat_3709502856","text":"Enemies Hindered by you have #% increased Life Regeneration rate","type":"enchant"},{"id":"enchant.stat_2109176627","text":"Frost Bomb has #% increased Debuff Duration","type":"enchant"},{"id":"enchant.stat_3787328468","text":"Pestilent Strike has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_1619284089","text":"Your Stone Gaze Towers have #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2511245659","text":"Lightning Conduit deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2541263647","text":"Your Freezebolt Tower deal full damage to Cold Enemies","type":"enchant"},{"id":"enchant.stat_3198887051","text":"Your Temporal Towers also grant you #% reduced action speed","type":"enchant"},{"id":"enchant.stat_1743954272","text":"#% increased Discharge Radius","type":"enchant"},{"id":"enchant.stat_3491968196","text":"Ethereal Knives fires Projectiles in a circle","type":"enchant"},{"id":"enchant.stat_3738339949","text":"Burning Arrow has #% increased Debuff Effect","type":"enchant"},{"id":"enchant.stat_4151555126","text":"#% increased Incinerate Damage for each stage","type":"enchant"},{"id":"enchant.stat_647221668","text":"#% increased Reap Area of Effect","type":"enchant"},{"id":"enchant.stat_1486948114","text":"Penance Brand has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_2189364976","text":"Flame Wall deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_780453137","text":"#% increased Infernal Cry Damage","type":"enchant"},{"id":"enchant.stat_1217516474","text":"Energy Blades have #% increased Attack Speed","type":"enchant"},{"id":"enchant.stat_1697321918","text":"The First 3 Possessed Monsters have a #% chance to drop an additional Winged Scarab","type":"enchant"},{"id":"enchant.stat_4099204231","text":"+# to maximum Sockets","type":"enchant"},{"id":"enchant.stat_4148328809","text":"Minions summoned by Your Sentinel Towers Leech #% of Damage as Life","type":"enchant"},{"id":"enchant.stat_4024383498","text":"Your Temporal Towers effects decay #% faster","type":"enchant"},{"id":"enchant.stat_40032620","text":"Sunder has #% increased delay between Areas in the Wave","type":"enchant"},{"id":"enchant.stat_865263728","text":"#% increased Rallying Cry Buff Effect","type":"enchant"},{"id":"enchant.stat_1799087078","text":"Storm Rain has #% increased Beam frequency","type":"enchant"},{"id":"enchant.stat_734712401","text":"Shield Crush central wave has #% more Area of Effect","type":"enchant"},{"id":"enchant.stat_1147445274","text":"Arcanist Brand has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_3031985694","text":"Lancing Steel\'s primary Projectile Pierces 1 additional Target","type":"enchant"},{"id":"enchant.stat_2742093846","text":"#% increased Boneshatter Stun Duration","type":"enchant"},{"id":"enchant.stat_1963398329","text":"Can have # additional Crafted Modifier","type":"enchant"},{"id":"enchant.stat_4173465567","text":"Your Arc Towers repeats # additional Times","type":"enchant"},{"id":"enchant.stat_945725535","text":"#% increased Rallying Cry Buff Effect","type":"enchant"},{"id":"enchant.stat_4166695945","text":"Siphoning Trap has #% increased Skill Effect Duration","type":"enchant"},{"id":"enchant.stat_1463790510","text":"#% increased Storm Rain Damage","type":"enchant"},{"id":"enchant.stat_2614099660","text":"Fire Nova Mine repeats an additional # times","type":"enchant"},{"id":"enchant.stat_3988628118","text":"#% increased Rage Vortex Area of Effect","type":"enchant"},{"id":"enchant.stat_3830917556","text":"Your Seismic Towers have #% increased length and range of Cascades","type":"enchant"},{"id":"enchant.stat_1609869231","text":"#% increased Manabond Damage","type":"enchant"},{"id":"enchant.stat_2530563277","text":"Siphoning Trap has #% increased Chill Effect","type":"enchant"},{"id":"enchant.stat_1570047087","text":"Lightning Spire Trap has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_3472104870","text":"Voltaxic Burst deals #% increased Damage per 0.1 seconds of Duration","type":"enchant"},{"id":"enchant.stat_82475304","text":"#% increased Summon Reaper Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2410117075","text":"Your Seismic Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_2962501808","text":"Flamethrower Trap has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1219778564","text":"Tornado Shot fires an additional secondary Projectile","type":"enchant"},{"id":"enchant.stat_241781316","text":"#% increased Enduring Cry Buff Effect","type":"enchant"},{"id":"enchant.stat_3713499406","text":"Tornado has #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_4089551985","text":"Your Temporal Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_1080470148","text":"Area contains # additional Clusters of Mysterious Barrels","type":"enchant"},{"id":"enchant.stat_1978232370","text":"#% increased Lightning Spire Trap Throwing Speed","type":"enchant"},{"id":"enchant.stat_354556858","text":"#% increased Galvanic Arrow Area of Effect","type":"enchant"},{"id":"enchant.stat_1104507216","text":"Lightning Spire Trap strikes an additional area","type":"enchant"},{"id":"enchant.stat_771292654","text":"Summoned Sentinels of Absolution have #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_618920318","text":"Lancing Steel\'s additional Projectiles have +#% chance to Impale Enemies","type":"enchant"},{"id":"enchant.stat_117905700","text":"Your Fireball Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_6032025","text":"Your Arc Towers have # additional chains","type":"enchant"},{"id":"enchant.stat_3269147016","text":"Chain Hook has +# metre to radius per 12 Rage","type":"enchant"},{"id":"enchant.stat_691673624","text":"Immortal Call has #% increased Buff Duration per Endurance Charge removed","type":"enchant"},{"id":"enchant.stat_1934891174","text":"#% increased Abyssal Cry Duration","type":"enchant"},{"id":"enchant.stat_2125952342","text":"Your Towers deal #% increased Damage per Type of Tower Active","type":"enchant"},{"id":"enchant.stat_2563159607","text":"Your Smothering Towers also grant #% increased Damage","type":"enchant"},{"id":"enchant.stat_2781179464","text":"Creeping Frost\'s Chilling Area has #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_2600949388","text":"#% increased Ice Shot Duration","type":"enchant"},{"id":"enchant.stat_4199670252","text":"#% increased Rallying Cry Duration","type":"enchant"},{"id":"enchant.stat_2833259811","text":"Shattering Steel fires an additional Projectile","type":"enchant"},{"id":"enchant.stat_2679945072","text":"#% increased Desecrate Duration","type":"enchant"},{"id":"enchant.stat_3651039490","text":"Minions summoned by Your Summoning Towers have #% increased Life","type":"enchant"},{"id":"enchant.stat_2876793597","text":"Frozen Legion has +# Cooldown Use","type":"enchant"},{"id":"enchant.stat_2437571727","text":"Lightning Conduit has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_535507671","text":"Lightning Spire Trap has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_1441906885","text":"Your Scout Towers summon an additional minion","type":"enchant"},{"id":"enchant.stat_2005440071","text":"Pyroclast Mine has #% increased Throwing Speed","type":"enchant"},{"id":"enchant.stat_2575601188","text":"#% increased Fire Nova Mine Damage","type":"enchant"},{"id":"enchant.stat_242209782","text":"Rune Blast teleports you to the detonated Rune if you have not detonated Runes in the past 1.5 seconds","type":"enchant"},{"id":"enchant.stat_2731937118","text":"Your Shock Nova Towers have #% increased Range","type":"enchant"},{"id":"enchant.stat_3976295500","text":"#% increased Icicle Mine Throwing Speed","type":"enchant"},{"id":"enchant.stat_4118537428","text":"+#% Sweep Knockback Chance","type":"enchant"},{"id":"enchant.stat_2673745094","text":"Siphoning Trap\'s beam to you grants #% reduced Damage taken for each other beam","type":"enchant"},{"id":"enchant.stat_2252888886","text":"Lightning Conduit has #% increased Area of Effect","type":"enchant"},{"id":"enchant.stat_3564606017","text":"Your Empowering Towers also grant #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_2931005730","text":"Flamethrower Trap has #% increased Cast Speed","type":"enchant"},{"id":"enchant.stat_915160899","text":"Frost Shield has +# Cooldown Use","type":"enchant"},{"id":"enchant.stat_118036057","text":"Your Smothering Towers also grant #% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_3211417111","text":"#% increased Fire Nova Cast Speed","type":"enchant"},{"id":"enchant.stat_3214665792","text":"Tectonic Slam has #% chance to create a Charged Slam","type":"enchant"},{"id":"enchant.stat_3094610721","text":"Your Seismic Towers have an additional Cascade","type":"enchant"},{"id":"enchant.stat_740609357","text":"Desecrate has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_2423221070","text":"#% increased Ice Spear Damage","type":"enchant"},{"id":"enchant.stat_1953644681","text":"#% chance for Immortal Call to increase Duration without removing Endurance Charges","type":"enchant"},{"id":"enchant.stat_2933995134","text":"Freeze Mine causes Enemies to lose an additional #% Cold Resistance while Frozen","type":"enchant"},{"id":"enchant.stat_3849821286","text":"Your Lightning Storm Towers have #% increased explosion Area of Effect","type":"enchant"},{"id":"enchant.stat_815390778","text":"#% increased Molten Shell Damage","type":"enchant"},{"id":"enchant.stat_3614009195","text":"Temporal Rift has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1243906675","text":"#% reduced Ball Lightning Projectile Speed","type":"enchant"},{"id":"enchant.stat_2035168499","text":"#% increased Freeze Mine Area of Effect","type":"enchant"},{"id":"enchant.stat_441455463","text":"#% increased Manabond Area of Effect","type":"enchant"},{"id":"enchant.stat_1251350365","text":"#% increased Flamethrower Trap Throwing Speed","type":"enchant"},{"id":"enchant.stat_4062159806","text":"Petrified Blood has #% reduced Reservation","type":"enchant"},{"id":"enchant.stat_1730614496","text":"#% increased Vortex Area of Effect","type":"enchant"},{"id":"enchant.stat_1124690737","text":"Volcanic Fissure deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_3583185303","text":"#% increased Alchemist\'s Mark Curse Effect","type":"enchant"},{"id":"enchant.stat_4040760803","text":"Summoned Sentinels of Dominance deal #% increased Damage","type":"enchant"},{"id":"enchant.stat_1048825825","text":"Frozen Sweep deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_21144785","text":"Your Shock Nova Towers have #% increased area of effect per repeat","type":"enchant"},{"id":"enchant.stat_307092526","text":"Your Shock Nova Towers repeats # additional Times","type":"enchant"},{"id":"enchant.stat_3893203185","text":"Galvanic Field Chains an additional time","type":"enchant"},{"id":"enchant.stat_3352207460","text":"Your Stone Gaze Towers have #% increased Petrification Delay","type":"enchant"},{"id":"enchant.stat_3821213705","text":"Galvanic Field deals #% increased Damage","type":"enchant"},{"id":"enchant.stat_2661979205","text":"#% increased Dominating Blow Damage","type":"enchant"},{"id":"enchant.stat_3809563078","text":"Frozen Legion has #% increased Cooldown Recovery Rate","type":"enchant"},{"id":"enchant.stat_1238426677","text":"#% increased Vampiric Link Duration","type":"enchant"},{"id":"enchant.stat_3975033889","text":"#% increased Soul Link Duration","type":"enchant"},{"id":"enchant.stat_3545503197","text":"#% increased Intuitive Link Duration","type":"enchant"},{"id":"enchant.stat_728213819","text":"#% increased Destructive Link Duration","type":"enchant"},{"id":"enchant.stat_3996051430","text":"#% increased Flame Link Duration","type":"enchant"},{"id":"enchant.stat_3917923501","text":"#% increased Protective Link Duration","type":"enchant"},{"id":"enchant.stat_2250533757","text":"#% increased Movement Speed","type":"enchant"},{"id":"enchant.stat_2462686988","text":"Tectonic Slam has +#% fissure branching chance","type":"enchant"},{"id":"enchant.stat_439316158","text":"Your Shock Nova Towers have #% increased effect of Shock","type":"enchant"},{"id":"enchant.stat_2020183023","text":"#% chance to create a Charged Slam","type":"enchant"},{"id":"enchant.stat_2633745731","text":"#% increased total Recovery per second from Life Leech","type":"enchant"},{"id":"enchant.stat_3483999943","text":"#% chance to Avoid being Chilled","type":"enchant"},{"id":"enchant.stat_472520716","text":"#% of Damage taken Recouped as Mana","type":"enchant"},{"id":"enchant.stat_1353140041","text":"#% chance to not consume Sextant Uses","type":"enchant"},{"id":"enchant.stat_895264825","text":"#% increased Area of Effect of Aura Skills","type":"enchant"},{"id":"enchant.stat_2979443822","text":"#% increased Explicit Damage Modifier magnitudes","type":"enchant"},{"id":"enchant.stat_2339757871","text":"#% increased Energy Shield Recharge Rate","type":"enchant"},{"id":"enchant.stat_339673147","text":"Storm Burst has a 15% chance to create an additional Orb","type":"enchant"},{"id":"enchant.stat_3872306017","text":"#% increased Power Charge Duration","type":"enchant"},{"id":"enchant.stat_3338298622","text":"#% increased Frenzy Charge Duration","type":"enchant"},{"id":"enchant.stat_836936635","text":"Regenerate #% of Life per second","type":"enchant"},{"id":"enchant.stat_770672621","text":"Minions have #% increased maximum Life","type":"enchant"},{"id":"enchant.stat_634375806","text":"20% chance to Summon an additional Skeleton with Summon Skeletons","type":"enchant"},{"id":"enchant.stat_248838155","text":"#% reduced Reflected Elemental Damage taken","type":"enchant"},{"id":"enchant.stat_690135178","text":"#% increased total Recovery per second from Mana Leech","type":"enchant"},{"id":"enchant.stat_1170174456","text":"#% increased Endurance Charge Duration","type":"enchant"},{"id":"enchant.stat_3801067695","text":"#% reduced Effect of Shock on you","type":"enchant"},{"id":"enchant.stat_3158958938","text":"#% reduced Reflected Physical Damage taken","type":"enchant"},{"id":"enchant.stat_3741323227","text":"#% increased Flask Effect Duration","type":"enchant"},{"id":"enchant.stat_4262448838","text":"#% chance to Avoid being Stunned","type":"enchant"},{"id":"enchant.stat_884220218","text":"#% chance to Ignore Stuns while Casting Storm Burst","type":"enchant"},{"id":"enchant.stat_1478653032","text":"#% reduced Effect of Chill on you","type":"enchant"},{"id":"enchant.stat_1514829491","text":"#% chance to Avoid being Frozen","type":"enchant"},{"id":"enchant.stat_3024408350","text":"#% chance to Avoid being Stunned while Channelling Snipe","type":"enchant"},{"id":"enchant.stat_986397080","text":"#% reduced Ignite Duration on you","type":"enchant"},{"id":"enchant.stat_1783006896","text":"#% chance to Avoid being Ignited","type":"enchant"},{"id":"enchant.stat_4053951709","text":"#% chance to Avoid being Poisoned","type":"enchant"},{"id":"enchant.stat_2160282525","text":"#% reduced Freeze Duration on you","type":"enchant"},{"id":"enchant.stat_1263695895","text":"#% increased Light Radius","type":"enchant"},{"id":"enchant.stat_3374165039","text":"#% increased Totem Placement speed","type":"enchant"},{"id":"enchant.stat_1816969033","text":"Hydrosphere has #% increased Pulse Frequency","type":"enchant"},{"id":"enchant.stat_1871765599","text":"#% chance to Avoid being Shocked","type":"enchant"},{"id":"enchant.stat_4006050359","text":"Volatile Dead Consumes up to 1 additional corpse","type":"enchant"},{"id":"enchant.stat_1282857477","text":"Minions summoned by Your Scout Towers have #% increased Life","type":"enchant"},{"id":"enchant.stat_1239233415","text":"+# to maximum Snipe Stages","type":"enchant"},{"id":"enchant.stat_120598364","text":"Hexblast has +#% chance to remove a Hex","type":"enchant"},{"id":"enchant.stat_3208939528","text":"#% increased Shield Charge Damage per Enemy Hit","type":"enchant"},{"id":"enchant.stat_1296244953","text":"Rune Blast teleports you to the detonated Rune if you have not detonated Runes in the past 1 second","type":"enchant"},{"id":"enchant.stat_1957790343","text":"Rage Vortex Sacrifices +#% of Rage","type":"enchant"},{"id":"enchant.stat_1520798835","text":"Players deal #% increased Damage for each Poison on them","type":"enchant"},{"id":"enchant.stat_453789911","text":"Players have #% increased Movement Speed for each Poison on them","type":"enchant"},{"id":"enchant.stat_3094365680","text":"Area contains # additional packs of Poisonous Monsters","type":"enchant"},{"id":"enchant.stat_3782733370","text":"Withering Step inflicts # additional Withered Debuffs","type":"enchant"},{"id":"enchant.stat_3342959456","text":"Perforate creates +# Spike","type":"enchant"},{"id":"enchant.stat_3171507121","text":"#% increased Ancestral Blademaster Totem Area of Effect","type":"enchant"},{"id":"enchant.stat_1531456858","text":"+# to maximum number of Flame Walls","type":"enchant"},{"id":"enchant.stat_1522229796","text":"Tectonic Slam has +#% fissure branching chance","type":"enchant"},{"id":"enchant.stat_1662993931","text":"+# to Maximum number of Bladestorms at a time","type":"enchant"},{"id":"enchant.stat_2329255938","text":"Nemesis Monsters drop # additional Basic Currency Item","type":"enchant"},{"id":"enchant.stat_4166834934","text":"#% increased Ancestral Blademaster Totem Damage","type":"enchant"},{"id":"enchant.stat_4195549152","text":"Blade Trap rotates +# times","type":"enchant"},{"id":"enchant.stat_2093796647","text":"Plague Bearer deals Damage based on an additional #% of Plague Value","type":"enchant"},{"id":"enchant.stat_701215561","text":"Earthshatter creates +# fissures","type":"enchant"},{"id":"enchant.stat_3266567165","text":"Malevolence has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1135152940","text":"Purity of Fire has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3651651560","text":"Plants Harvested in Area are more likely to give less common Crafting Options","type":"enchant"},{"id":"enchant.stat_3959101898","text":"Herald of Thunder has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3818053347","text":"Summon Skitterbots has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3484910620","text":"Pride has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1341061286","text":"#% increased Mana Reservation Efficiency of Skills Supported by Spellslinger","type":"enchant"},{"id":"enchant.stat_3059700363","text":"Herald of Ice has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2668611054","text":"Clarity has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_658622139","text":"Precision has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1284151528","text":"Herald of Agony has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1920370417","text":"Hatred has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3229261553","text":"Spirit Offering grants +#% of Physical Damage as Extra Chaos Damage","type":"enchant"},{"id":"enchant.stat_1542765265","text":"Herald of Purity has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1803598623","text":"Grace has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1761642973","text":"Wrath has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_3819451758","text":"Herald of Ash has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2665518524","text":"Purity of Ice has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2721871046","text":"Determination has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1233806203","text":"Vitality has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_98212089","text":"#% increased Quantity of Items found in your Unidentified Maps","type":"enchant"},{"id":"enchant.stat_2963485753","text":"Anger has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_491551762","text":"Purity of Elements has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_804667127","text":"Haste has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_2605040931","text":"Arctic Armour has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1829483269","text":"Petrified Blood has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1692887998","text":"Discipline has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_4216444167","text":"Zealotry has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_1450978702","text":"Purity of Lightning has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_4008016019","text":"Beyond Portals have a #% chance to spawn an additional Beyond Demon","type":"enchant"},{"id":"enchant.stat_3563089138","text":"Flesh and Stone has #% increased Mana Reservation Efficiency","type":"enchant"},{"id":"enchant.stat_75100665","text":"Items found in your Identified Maps are Identified","type":"enchant"}]},{"id":"scourge","label":"Scourge","entries":[{"id":"scourge.stat_1671376347","text":"+#% to Lightning Resistance","type":"scourge"},{"id":"scourge.stat_4220027924","text":"+#% to Cold Resistance","type":"scourge"},{"id":"scourge.stat_3372524247","text":"+#% to Fire Resistance","type":"scourge"},{"id":"scourge.stat_3299347043","text":"+# to maximum Life","type":"scourge"},{"id":"scourge.stat_2923486259","text":"+#% to Chaos Resistance","type":"scourge"},{"id":"scourge.stat_789117908","text":"#% increased Mana Regeneration Rate","type":"scourge"},{"id":"scourge.stat_1389153006","text":"#% increased Global Defences","type":"scourge"},{"id":"scourge.stat_1133453872","text":"+# Dexterity Requirement","type":"scourge"},{"id":"scourge.stat_2833226514","text":"+# Strength Requirement","type":"scourge"},{"id":"scourge.stat_1050105434","text":"+# to maximum Mana","type":"scourge"},{"id":"scourge.stat_2153364323","text":"+# Intelligence Requirement","type":"scourge"},{"id":"scourge.stat_3325883026","text":"Regenerate # Life per second","type":"scourge"},{"id":"scourge.stat_2901986750","text":"+#% to all Elemental Resistances","type":"scourge"},{"id":"scourge.stat_3523867985","text":"#% increased Armour, Evasion and Energy Shield (Local)","type":"scourge"},{"id":"scourge.stat_1037674518","text":"Monsters in Nightmare have #% more Maximum Life","type":"scourge"},{"id":"scourge.stat_1272526351","text":"Monsters in Nightmare take #% more Damage","type":"scourge"},{"id":"scourge.stat_1862513109","text":"Monsters in Nightmare deal #% more Damage","type":"scourge"},{"id":"scourge.stat_2250533757","text":"#% increased Movement Speed","type":"scourge"},{"id":"scourge.stat_3917489142","text":"#% increased Rarity of Items found","type":"scourge"},{"id":"scourge.stat_2445189705","text":"#% chance to deal Triple Damage","type":"scourge"},{"id":"scourge.stat_4080418644","text":"+# to Strength","type":"scourge"},{"id":"scourge.stat_3336890334","text":"Adds # to # Lightning Damage (Local)","type":"scourge"},{"id":"scourge.stat_4194727975","text":"Monsters in Nightmare Regenerate #% of Life per second","type":"scourge"},{"id":"scourge.stat_1919253863","text":"Take Physical Damage equal to #% of Life plus #% of Energy Shield per Second per\\n1% Blood in the Blood Crucible while you are able to Shift into Nightmare","type":"scourge"},{"id":"scourge.stat_1854652099","text":"Lose Blood from Blood Crucible #% faster","type":"scourge"},{"id":"scourge.stat_834961782","text":"Only Shift into and out of Nightmare randomly","type":"scourge"},{"id":"scourge.stat_3227755143","text":"Often Shift into Nightmare on Killing a Rare or Unique Enemy","type":"scourge"},{"id":"scourge.stat_1940865751","text":"Adds # to # Physical Damage (Local)","type":"scourge"},{"id":"scourge.stat_1037193709","text":"Adds # to # Cold Damage (Local)","type":"scourge"},{"id":"scourge.stat_3261801346","text":"+# to Dexterity","type":"scourge"},{"id":"scourge.stat_1721804958","text":"Only shift into Nightmare on reaching maximum Blood\\nLose Blood from Blood Crucible 90% slower\\nLose 0.4% of Blood on Killing a Scourge Monster\\nLose all Blood when you shift out of Nightmare","type":"scourge"},{"id":"scourge.stat_328541901","text":"+# to Intelligence","type":"scourge"},{"id":"scourge.stat_2614920781","text":"Rare Scourge Monsters drop # additional Basic Currency Item","type":"scourge"},{"id":"scourge.stat_680848795","text":"Rare Scourge Monsters drop # additional Gem","type":"scourge"},{"id":"scourge.stat_3767873853","text":"Reflects # Physical Damage to Melee Attackers","type":"scourge"},{"id":"scourge.stat_2802961816","text":"Gain Exposed to Corruption stacks twice as frequently\\nLose 1 stack of Exposed to Corruption every 5 seconds","type":"scourge"},{"id":"scourge.stat_1896269067","text":"Deal no Chaos Damage","type":"scourge"},{"id":"scourge.stat_681332047","text":"#% increased Attack Speed","type":"scourge"},{"id":"scourge.stat_709508406","text":"Adds # to # Fire Damage (Local)","type":"scourge"},{"id":"scourge.stat_1886325728","text":"Players lose # Life per second while in Nightmare","type":"scourge"},{"id":"scourge.stat_3239455349","text":"Rare Scourge Monsters drop # additional Enchanted Item","type":"scourge"},{"id":"scourge.stat_1868833914","text":"Rare Scourge Monsters drop # additional Abyssal Jewel","type":"scourge"},{"id":"scourge.stat_4190187707","text":"Rare Scourge Monsters drop # additional Essence","type":"scourge"},{"id":"scourge.stat_3507985713","text":"Rare Scourge Monsters drop # additional Unique Item","type":"scourge"},{"id":"scourge.stat_2748665614","text":"#% increased maximum Mana","type":"scourge"},{"id":"scourge.stat_1156260371","text":"Rare Scourge Monsters drop # additional Map","type":"scourge"},{"id":"scourge.stat_950721230","text":"Take # Physical Damage when you Shift into or out of Nightmare","type":"scourge"},{"id":"scourge.stat_1903167683","text":"Rare Scourge Monsters drop # additional stack of Breach Splinters","type":"scourge"},{"id":"scourge.stat_3763013280","text":"Deal no Fire Damage","type":"scourge"},{"id":"scourge.stat_983749596","text":"#% increased maximum Life","type":"scourge"},{"id":"scourge.stat_3520498509","text":"Deal no Lightning Damage","type":"scourge"},{"id":"scourge.stat_743677006","text":"Deal no Cold Damage","type":"scourge"},{"id":"scourge.stat_3639275092","text":"#% increased Attribute Requirements","type":"scourge"},{"id":"scourge.stat_4052037485","text":"+# to maximum Energy Shield (Local)","type":"scourge"},{"id":"scourge.stat_3388448809","text":"Take # Fire Damage when you Shift into or out of Nightmare","type":"scourge"},{"id":"scourge.stat_3900877792","text":"Deal no Physical Damage","type":"scourge"},{"id":"scourge.stat_3876624283","text":"Take # Lightning Damage when you Shift into or out of Nightmare","type":"scourge"},{"id":"scourge.stat_1328548975","text":"+#% to Quality of Socketed Support Gems","type":"scourge"},{"id":"scourge.stat_1284275793","text":"Players have #% increased Movement Speed while in Nightmare","type":"scourge"},{"id":"scourge.stat_3593843976","text":"#% of Physical Attack Damage Leeched as Life","type":"scourge"},{"id":"scourge.stat_2517001139","text":"#% increased Stun Duration on Enemies","type":"scourge"},{"id":"scourge.stat_3811376579","text":"Players lose # Energy Shield per second while in Nightmare","type":"scourge"},{"id":"scourge.stat_2138514702","text":"Rare Scourge Monsters drop # additional Catalyst","type":"scourge"},{"id":"scourge.stat_2122435676","text":"Players have +#% chance to Block Attack Damage while in Nightmare","type":"scourge"},{"id":"scourge.stat_3237948413","text":"#% of Physical Attack Damage Leeched as Mana","type":"scourge"},{"id":"scourge.stat_3749656638","text":"Rare Scourge Monsters drop # additional Fossil","type":"scourge"},{"id":"scourge.stat_1111686834","text":"Rare Scourge Monsters drop # additional Scourged Item","type":"scourge"},{"id":"scourge.stat_3078099912","text":"Players have +#% chance to Evade Attack Hits while in Nightmare","type":"scourge"},{"id":"scourge.stat_1982917702","text":"Players have +#% chance to Suppress Spell Damage while in Nightmare","type":"scourge"},{"id":"scourge.stat_298173317","text":"#% increased Impale Effect","type":"scourge"},{"id":"scourge.stat_1138521520","text":"Players have #% additional Physical Damage Reduction while in Nightmare","type":"scourge"},{"id":"scourge.stat_2476677955","text":"Rare Scourge Monsters drop # additional Blight Oil","type":"scourge"},{"id":"scourge.stat_3071604267","text":"Rare Scourge Monsters drop # additional Incubator","type":"scourge"},{"id":"scourge.stat_387439868","text":"#% increased Elemental Damage with Attack Skills","type":"scourge"},{"id":"scourge.stat_2891184298","text":"#% increased Cast Speed","type":"scourge"},{"id":"scourge.stat_1310194496","text":"#% increased Global Physical Damage","type":"scourge"},{"id":"scourge.stat_2524254339","text":"Culling Strike","type":"scourge"},{"id":"scourge.stat_500060059","text":"Rare Scourge Monsters drop # additional stack of Legion Splinters","type":"scourge"},{"id":"scourge.stat_3484657501","text":"+# to Armour (Local)","type":"scourge"},{"id":"scourge.stat_3643913768","text":"Deal #% of your maximum Life as Fire Damage to nearby Enemies when Hit","type":"scourge"},{"id":"scourge.stat_988575597","text":"#% increased Energy Shield Recovery rate","type":"scourge"},{"id":"scourge.stat_1619848225","text":"Rare Scourge Monsters drop # additional Stacked Deck","type":"scourge"},{"id":"scourge.stat_602265718","text":"Rare Scourge Monsters drop # additional Tainted Currency Item","type":"scourge"},{"id":"scourge.stat_2717147327","text":"Rare Scourge Monsters drop # additional stack of Simulacrum Splinters","type":"scourge"},{"id":"scourge.stat_2511217560","text":"#% increased Stun and Block Recovery","type":"scourge"},{"id":"scourge.stat_2223678961","text":"Adds # to # Chaos Damage (Local)","type":"scourge"},{"id":"scourge.stat_53045048","text":"+# to Evasion Rating (Local)","type":"scourge"},{"id":"scourge.stat_1452809865","text":"#% increased Flask Charges gained","type":"scourge"},{"id":"scourge.stat_3513180117","text":"#% increased Mana Recovery rate","type":"scourge"},{"id":"scourge.stat_1841571309","text":"Rare Scourge Monsters drop # additional stack of Expedition Currency","type":"scourge"},{"id":"scourge.stat_1880071428","text":"#% increased effect of Non-Curse Auras from your Skills","type":"scourge"},{"id":"scourge.stat_1839076647","text":"#% increased Projectile Damage","type":"scourge"},{"id":"scourge.stat_2231156303","text":"#% increased Lightning Damage","type":"scourge"},{"id":"scourge.stat_3240073117","text":"#% increased Life Recovery rate","type":"scourge"},{"id":"scourge.stat_3962278098","text":"#% increased Fire Damage","type":"scourge"},{"id":"scourge.stat_3291658075","text":"#% increased Cold Damage","type":"scourge"},{"id":"scourge.stat_3141070085","text":"#% increased Elemental Damage","type":"scourge"},{"id":"scourge.stat_3556824919","text":"+#% to Global Critical Strike Multiplier","type":"scourge"},{"id":"scourge.stat_2160417795","text":"You and your Minions take #% reduced Reflected Elemental Damage","type":"scourge"},{"id":"scourge.stat_3417711605","text":"Damage Penetrates #% Cold Resistance","type":"scourge"},{"id":"scourge.stat_1443060084","text":"#% reduced Enemy Stun Threshold","type":"scourge"},{"id":"scourge.stat_624954515","text":"#% increased Global Accuracy Rating","type":"scourge"},{"id":"scourge.stat_818778753","text":"Damage Penetrates #% Lightning Resistance","type":"scourge"},{"id":"scourge.stat_2974417149","text":"#% increased Spell Damage","type":"scourge"},{"id":"scourge.stat_3089482869","text":"Brand Skills have #% increased Duration","type":"scourge"},{"id":"scourge.stat_4251717817","text":"#% increased Area Damage","type":"scourge"},{"id":"scourge.stat_2357996603","text":"#% increased Totem Duration","type":"scourge"},{"id":"scourge.stat_129035625","text":"You and your Minions take #% reduced Reflected Physical Damage","type":"scourge"},{"id":"scourge.stat_2653955271","text":"Damage Penetrates #% Fire Resistance","type":"scourge"},{"id":"scourge.stat_1702195217","text":"+#% Chance to Block Attack Damage","type":"scourge"},{"id":"scourge.stat_3638599682","text":"Never deal Critical Strikes","type":"scourge"},{"id":"scourge.stat_736967255","text":"#% increased Chaos Damage","type":"scourge"},{"id":"scourge.stat_2435536961","text":"Adds # to # Physical Damage to Spells","type":"scourge"},{"id":"scourge.stat_686254215","text":"#% increased Totem Life","type":"scourge"},{"id":"scourge.stat_782230869","text":"#% increased Effect of Non-Damaging Ailments","type":"scourge"},{"id":"scourge.stat_3007446134","text":"Rare Scourge Monsters drop # additional Influenced Item","type":"scourge"},{"id":"scourge.stat_2764164760","text":"You gain Onslaught for # seconds when Hit","type":"scourge"},{"id":"scourge.stat_587431675","text":"#% increased Global Critical Strike Chance","type":"scourge"},{"id":"scourge.stat_1301765461","text":"+#% to maximum Chaos Resistance","type":"scourge"},{"id":"scourge.stat_644456512","text":"#% reduced Flask Charges used","type":"scourge"},{"id":"scourge.stat_876831634","text":"Cannot be Frozen","type":"scourge"},{"id":"scourge.stat_3828375170","text":"Bleeding you inflict deals Damage #% faster","type":"scourge"},{"id":"scourge.stat_1826802197","text":"#% chance to gain a Frenzy Charge on Kill","type":"scourge"},{"id":"scourge.stat_1923879260","text":"Attacks have #% chance to cause Bleeding","type":"scourge"},{"id":"scourge.stat_1080258032","text":"Rare Scourge Monsters drop # additional Fractured Item","type":"scourge"},{"id":"scourge.stat_227523295","text":"+# to Maximum Power Charges","type":"scourge"},{"id":"scourge.stat_350598685","text":"+# metres to Weapon Range","type":"scourge"},{"id":"scourge.stat_1054322244","text":"#% chance to gain an Endurance Charge on Kill","type":"scourge"},{"id":"scourge.stat_1719423857","text":"+# to Level of Socketed Intelligence Gems","type":"scourge"},{"id":"scourge.stat_4000101551","text":"Minions have #% increased Cast Speed","type":"scourge"},{"id":"scourge.stat_3375935924","text":"Minions have #% increased Attack Speed","type":"scourge"},{"id":"scourge.stat_4264312960","text":"Damage Penetrates #% Chaos Resistance","type":"scourge"},{"id":"scourge.stat_1515657623","text":"+# to Maximum Endurance Charges","type":"scourge"},{"id":"scourge.stat_4237190083","text":"#% increased Mana Reservation Efficiency of Skills","type":"scourge"},{"id":"scourge.stat_19803471","text":"+#% Chance to Block Spell Damage","type":"scourge"},{"id":"scourge.stat_3759663284","text":"#% increased Projectile Speed","type":"scourge"},{"id":"scourge.stat_1968872681","text":"#% chance to create Consecrated Ground when Hit, lasting 8 seconds","type":"scourge"},{"id":"scourge.stat_2483795307","text":"#% chance to gain a Power Charge on Kill","type":"scourge"},{"id":"scourge.stat_30642521","text":"You can apply # additional Curses","type":"scourge"},{"id":"scourge.stat_1133016593","text":"Adds # to # Fire Damage to Spells","type":"scourge"},{"id":"scourge.stat_1533511331","text":"Spell Hits have #% chance to Hinder you","type":"scourge"},{"id":"scourge.stat_1589917703","text":"Minions deal #% increased Damage","type":"scourge"},{"id":"scourge.stat_2831165374","text":"Adds # to # Lightning Damage to Spells","type":"scourge"},{"id":"scourge.stat_4152537231","text":"Hits have +#% additional Critical Strike Chance against you","type":"scourge"},{"id":"scourge.stat_2469416729","text":"Adds # to # Cold Damage to Spells","type":"scourge"},{"id":"scourge.stat_4078695","text":"+# to Maximum Frenzy Charges","type":"scourge"},{"id":"scourge.stat_240857668","text":"#% increased Elusive Effect","type":"scourge"},{"id":"scourge.stat_1500620123","text":"Cannot gain Charges","type":"scourge"},{"id":"scourge.stat_1514829491","text":"#% chance to Avoid being Frozen","type":"scourge"},{"id":"scourge.stat_3483999943","text":"#% chance to Avoid being Chilled","type":"scourge"},{"id":"scourge.stat_1745952865","text":"#% reduced Elemental Ailment Duration on you","type":"scourge"},{"id":"scourge.stat_1504952168","text":"Grants Level # Herald of Agony Skill","type":"scourge"},{"id":"scourge.stat_4164247992","text":"You cannot Recharge Energy Shield","type":"scourge"},{"id":"scourge.stat_450695450","text":"Gain # Energy Shield when you Block","type":"scourge"},{"id":"scourge.stat_2537141444","text":"Rare Scourge Monsters drop # additional Scarab","type":"scourge"},{"id":"scourge.stat_2339757871","text":"#% increased Energy Shield Recharge Rate","type":"scourge"},{"id":"scourge.stat_1444556985","text":"#% of Damage taken Recouped as Life","type":"scourge"},{"id":"scourge.stat_1004011302","text":"#% increased Cooldown Recovery Rate","type":"scourge"},{"id":"scourge.stat_762600725","text":"# Life gained when you Block","type":"scourge"},{"id":"scourge.stat_738207023","text":"Grants Level # Herald of Purity Skill","type":"scourge"},{"id":"scourge.stat_2419712247","text":"#% increased Duration of Ailments on Enemies","type":"scourge"},{"id":"scourge.stat_2663376056","text":"Gain #% of Maximum Mana as Extra Maximum Energy Shield","type":"scourge"},{"id":"scourge.stat_2222186378","text":"#% increased Mana Recovery from Flasks","type":"scourge"},{"id":"scourge.stat_3846248551","text":"Grants Level # Herald of Ice Skill","type":"scourge"},{"id":"scourge.stat_4053951709","text":"#% chance to Avoid being Poisoned","type":"scourge"},{"id":"scourge.stat_1871765599","text":"#% chance to Avoid being Shocked","type":"scourge"},{"id":"scourge.stat_51994685","text":"#% increased Flask Life Recovery rate","type":"scourge"},{"id":"scourge.stat_2907156609","text":"Poisons you inflict deal Damage #% faster","type":"scourge"},{"id":"scourge.stat_2911442053","text":"Minions have #% chance to Taunt on Hit with Attacks","type":"scourge"},{"id":"scourge.stat_3880462354","text":"Grants Level # Herald of Ash Skill","type":"scourge"},{"id":"scourge.stat_2718698372","text":"+# to Level of Socketed Dexterity Gems","type":"scourge"},{"id":"scourge.stat_1665492921","text":"Grants Level # Herald of Thunder Skill","type":"scourge"},{"id":"scourge.stat_474452755","text":"Cannot Evade Enemy Attacks","type":"scourge"},{"id":"scourge.stat_1978899297","text":"+#% to all maximum Elemental Resistances","type":"scourge"},{"id":"scourge.stat_2406605753","text":"Recover #% of Energy Shield on Kill","type":"scourge"},{"id":"scourge.stat_4262448838","text":"#% chance to Avoid being Stunned","type":"scourge"},{"id":"scourge.stat_821241191","text":"#% increased Life Recovery from Flasks","type":"scourge"},{"id":"scourge.stat_1783006896","text":"#% chance to Avoid being Ignited","type":"scourge"},{"id":"scourge.stat_415837237","text":"Nearby Enemies take #% increased Physical Damage","type":"scourge"},{"id":"scourge.stat_280731498","text":"#% increased Area of Effect","type":"scourge"},{"id":"scourge.stat_2353576063","text":"#% increased Effect of your Curses","type":"scourge"},{"id":"scourge.stat_1478653032","text":"#% reduced Effect of Chill on you","type":"scourge"},{"id":"scourge.stat_1902595112","text":"Nearby Enemies have +#% to Chaos Resistance","type":"scourge"},{"id":"scourge.stat_2224292784","text":"Can have up to # additional Trap placed at a time","type":"scourge"},{"id":"scourge.stat_1618589784","text":"#% chance to Avoid Bleeding","type":"scourge"},{"id":"scourge.stat_3407849389","text":"#% reduced Effect of Curses on you","type":"scourge"},{"id":"scourge.stat_3374165039","text":"#% increased Totem Placement speed","type":"scourge"},{"id":"scourge.stat_44972811","text":"#% increased Life Regeneration rate","type":"scourge"},{"id":"scourge.stat_1412217137","text":"#% increased Flask Mana Recovery rate","type":"scourge"},{"id":"scourge.stat_916797432","text":"+# to Level of Socketed Strength Gems","type":"scourge"},{"id":"scourge.stat_3005472710","text":"#% chance to Avoid Elemental Ailments","type":"scourge"},{"id":"scourge.stat_770672621","text":"Minions have #% increased maximum Life","type":"scourge"},{"id":"scourge.stat_3801067695","text":"#% reduced Effect of Shock on you","type":"scourge"},{"id":"scourge.stat_286664435","text":"Rare Scourge Monsters drop items # level higher","type":"scourge"},{"id":"scourge.stat_2248945598","text":"You can\'t deal Damage with your Skills yourself","type":"scourge"},{"id":"scourge.stat_763611529","text":"#% chance to Unnerve Enemies for 4 seconds on Hit","type":"scourge"},{"id":"scourge.stat_733138911","text":"Your Physical Damage cannot Poison","type":"scourge"},{"id":"scourge.stat_2578701544","text":"Your Chaos Damage cannot Poison","type":"scourge"},{"id":"scourge.stat_2674336304","text":"Nearby Enemies have +#% to Cold Resistance","type":"scourge"},{"id":"scourge.stat_3002506763","text":"#% chance to Hinder Enemies on Hit with Spells","type":"scourge"},{"id":"scourge.stat_4223377453","text":"#% increased Brand Attachment range","type":"scourge"},{"id":"scourge.stat_1849749435","text":"Nearby Enemies have +#% to Lightning Resistance","type":"scourge"},{"id":"scourge.stat_3680664274","text":"+#% chance to Suppress Spell Damage","type":"scourge"},{"id":"scourge.stat_1052583507","text":"You cannot Regenerate Energy Shield","type":"scourge"},{"id":"scourge.stat_1423639565","text":"Minions have +#% to all Elemental Resistances","type":"scourge"},{"id":"scourge.stat_555053464","text":"Area contains an additional Scourge Boss","type":"scourge"},{"id":"scourge.stat_26216403","text":"#% chance to Blind Enemies when they Hit you","type":"scourge"},{"id":"scourge.stat_827991492","text":"Damage with Hits is Lucky","type":"scourge"},{"id":"scourge.stat_1030153674","text":"Recover #% of Mana on Kill","type":"scourge"},{"id":"scourge.stat_60263468","text":"Can have up to # additional Remote Mine placed at a time","type":"scourge"},{"id":"scourge.stat_986397080","text":"#% reduced Ignite Duration on you","type":"scourge"},{"id":"scourge.stat_2023107756","text":"Recover #% of Life on Kill","type":"scourge"},{"id":"scourge.stat_4020144606","text":"Socketed Gems are Supported by Level # Added Cold Damage","type":"scourge"},{"id":"scourge.stat_1809006367","text":"Totems gain +#% to all Elemental Resistances","type":"scourge"},{"id":"scourge.stat_3023957681","text":"#% chance to gain Onslaught for 4 seconds on Kill","type":"scourge"},{"id":"scourge.stat_3616562963","text":"Totems have #% additional Physical Damage Reduction","type":"scourge"},{"id":"scourge.stat_977908611","text":"#% chance to Knock Enemies Back on hit","type":"scourge"},{"id":"scourge.stat_3913992084","text":"Cannot inflict Elemental Ailments","type":"scourge"},{"id":"scourge.stat_3914021960","text":"Nearby Enemies have +#% to Fire Resistance","type":"scourge"},{"id":"scourge.stat_3837707023","text":"Minions have +#% to Chaos Resistance","type":"scourge"},{"id":"scourge.stat_1896971621","text":"#% increased Mine Throwing Speed","type":"scourge"},{"id":"scourge.stat_2843100721","text":"+# to Level of Socketed Gems","type":"scourge"},{"id":"scourge.stat_700952022","text":"Cannot Leech Energy Shield","type":"scourge"},{"id":"scourge.stat_118398748","text":"#% increased Trap Throwing Speed","type":"scourge"},{"id":"scourge.stat_795138349","text":"#% chance to Poison on Hit","type":"scourge"},{"id":"scourge.stat_3162258068","text":"Cannot Block Attack Damage","type":"scourge"},{"id":"scourge.stat_1052246654","text":"You have no Mana Regeneration","type":"scourge"},{"id":"scourge.stat_3855016469","text":"You take #% reduced Extra Damage from Critical Strikes","type":"scourge"},{"id":"scourge.stat_78985352","text":"#% chance to Intimidate Enemies for 4 seconds on Hit","type":"scourge"},{"id":"scourge.stat_770490590","text":"Action Speed cannot be modified to below #% of base value","type":"scourge"},{"id":"scourge.stat_3562211447","text":"#% chance to gain Unholy Might for 3 seconds on Kill","type":"scourge"},{"id":"scourge.stat_1925222248","text":"Cannot inflict Curses","type":"scourge"},{"id":"scourge.stat_1263695895","text":"#% increased Light Radius","type":"scourge"},{"id":"scourge.stat_373932729","text":"Your Hits cannot Stun Enemies","type":"scourge"},{"id":"scourge.stat_4076910393","text":"Cannot Block Spell Damage","type":"scourge"},{"id":"scourge.stat_1316278494","text":"#% increased Warcry Speed","type":"scourge"},{"id":"scourge.stat_3769854701","text":"Cannot Leech Life","type":"scourge"},{"id":"scourge.stat_4091521421","text":"#% increased Damage taken while on Full Life","type":"scourge"},{"id":"scourge.stat_1647529598","text":"Socketed Gems are Supported by Level # Added Lightning Damage","type":"scourge"},{"id":"scourge.stat_2589042711","text":"Lose # Mana per Second","type":"scourge"},{"id":"scourge.stat_4058681894","text":"Your Critical Strikes do not deal extra Damage","type":"scourge"},{"id":"scourge.stat_1759630226","text":"Cannot Leech Mana","type":"scourge"},{"id":"scourge.stat_3988349707","text":"+#% to Damage over Time Multiplier","type":"scourge"},{"id":"scourge.stat_1999711879","text":"+# to Minimum Power Charges","type":"scourge"},{"id":"scourge.stat_311641062","text":"#% chance for Flasks you use to not consume Charges","type":"scourge"},{"id":"scourge.stat_2630708439","text":"#% chance to inflict Cold Exposure on Hit","type":"scourge"},{"id":"scourge.stat_3150300096","text":"Guard Skills have #% increased Cooldown Recovery Rate","type":"scourge"},{"id":"scourge.stat_3706959521","text":"+# to Minimum Endurance Charges","type":"scourge"},{"id":"scourge.stat_4265906483","text":"#% chance to inflict Lightning Exposure on Hit","type":"scourge"},{"id":"scourge.stat_2221570601","text":"#% Global chance to Blind Enemies on hit","type":"scourge"},{"id":"scourge.stat_3370064078","text":"#% chance to Curse you with Silence when Hit","type":"scourge"},{"id":"scourge.stat_2133341901","text":"#% of Physical Damage Converted to Cold Damage","type":"scourge"},{"id":"scourge.stat_226443538","text":"You are Cursed with Temporal Chains","type":"scourge"},{"id":"scourge.stat_2160282525","text":"#% reduced Freeze Duration on you","type":"scourge"},{"id":"scourge.stat_820939409","text":"Gain # Mana per Enemy Hit with Attacks","type":"scourge"},{"id":"scourge.stat_3602667353","text":"#% chance to inflict Fire Exposure on Hit","type":"scourge"},{"id":"scourge.stat_4291461939","text":"Regenerate # Mana per second","type":"scourge"},{"id":"scourge.stat_2592686757","text":"Life Flasks gain # Charge every 3 seconds","type":"scourge"},{"id":"scourge.stat_658456881","text":"+# to Minimum Frenzy Charges","type":"scourge"},{"id":"scourge.stat_411460446","text":"Socketed Gems are Supported by Level # Added Chaos Damage","type":"scourge"},{"id":"scourge.stat_697807915","text":"Damage Penetrates #% of Enemy Elemental Resistances","type":"scourge"},{"id":"scourge.stat_86000920","text":"Your Movement Skills are Disabled","type":"scourge"},{"id":"scourge.stat_2797971005","text":"Gain # Life per Enemy Hit with Attacks","type":"scourge"},{"id":"scourge.stat_2091591880","text":"#% increased Critical Strike Chance with Bows","type":"scourge"},{"id":"scourge.stat_2443492284","text":"Ignites you inflict deal Damage #% faster","type":"scourge"},{"id":"scourge.stat_1314617696","text":"+#% to Physical Damage over Time Multiplier","type":"scourge"},{"id":"scourge.stat_3240769289","text":"#% of Physical Damage Converted to Lightning Damage","type":"scourge"},{"id":"scourge.stat_2479683456","text":"Minions Regenerate #% of Life per second","type":"scourge"},{"id":"scourge.stat_490098963","text":"#% of Physical Damage Converted to Chaos Damage","type":"scourge"},{"id":"scourge.stat_1193925814","text":"Mana Flasks gain # Charge every 3 seconds","type":"scourge"},{"id":"scourge.stat_736820284","text":"Corrupted Blood cannot be inflicted on you if you have at least 5 Corrupted Blood Debuffs on you","type":"scourge"},{"id":"scourge.stat_1538773178","text":"#% chance to Shock","type":"scourge"},{"id":"scourge.stat_864879045","text":"#% chance to Chill Attackers for 4 seconds on Block","type":"scourge"},{"id":"scourge.stat_1600707273","text":"+# to Level of all Physical Spell Skill Gems","type":"scourge"},{"id":"scourge.stat_2770782267","text":"Minions Leech #% of Damage as Life","type":"scourge"},{"id":"scourge.stat_124131830","text":"+# to Level of all Spell Skill Gems","type":"scourge"},{"id":"scourge.stat_4055307827","text":"+#% to Chaos Damage over Time Multiplier","type":"scourge"},{"id":"scourge.stat_3764265320","text":"#% of Physical Damage Leeched as Life","type":"scourge"},{"id":"scourge.stat_1712221299","text":"+#% to Critical Strike Multiplier with Bows","type":"scourge"},{"id":"scourge.stat_734614379","text":"#% increased Strength","type":"scourge"},{"id":"scourge.stat_575111651","text":"#% chance to Shock Attackers for 4 seconds on Block","type":"scourge"},{"id":"scourge.stat_2960683632","text":"#% reduced Chaos Damage taken","type":"scourge"},{"id":"scourge.stat_656461285","text":"#% increased Intelligence","type":"scourge"},{"id":"scourge.stat_3382807662","text":"+#% to Fire Damage over Time Multiplier","type":"scourge"},{"id":"scourge.stat_3739863694","text":"#% chance to Impale Enemies on Hit with Attacks","type":"scourge"},{"id":"scourge.stat_2122183138","text":"# Mana gained when you Block","type":"scourge"},{"id":"scourge.stat_2762046953","text":"Minions have +#% Chance to Block Spell Damage","type":"scourge"},{"id":"scourge.stat_3536689603","text":"Grants Level # Sniper\'s Mark Skill","type":"scourge"},{"id":"scourge.stat_3743301799","text":"#% increased Fire Damage taken","type":"scourge"},{"id":"scourge.stat_1335054179","text":"#% chance to Ignite","type":"scourge"},{"id":"scourge.stat_744082851","text":"#% of Chaos Damage Leeched as Life","type":"scourge"},{"id":"scourge.stat_80079005","text":"#% of Lightning Damage Leeched as Life","type":"scourge"},{"id":"scourge.stat_4154259475","text":"+# to Level of Socketed Support Gems","type":"scourge"},{"id":"scourge.stat_854225133","text":"You have no Life Regeneration","type":"scourge"},{"id":"scourge.stat_1016707110","text":"#% chance to Curse Enemies with Frostbite on Hit","type":"scourge"},{"id":"scourge.stat_1533563525","text":"#% of Physical Damage Converted to Fire Damage","type":"scourge"},{"id":"scourge.stat_4256430383","text":"You are Cursed with Conductivity","type":"scourge"},{"id":"scourge.stat_3303114033","text":"#% reduced Cold Damage taken","type":"scourge"},{"id":"scourge.stat_3848282610","text":"#% of Fire Damage Leeched as Life","type":"scourge"},{"id":"scourge.stat_3853018505","text":"#% increased Physical Damage taken","type":"scourge"},{"id":"scourge.stat_1276918229","text":"#% reduced Lightning Damage taken","type":"scourge"},{"id":"scourge.stat_3374054207","text":"Minions have +#% Chance to Block Attack Damage","type":"scourge"},{"id":"scourge.stat_1764973832","text":"#% chance to Curse Enemies with Despair on Hit","type":"scourge"},{"id":"scourge.stat_2309614417","text":"#% chance to Freeze","type":"scourge"},{"id":"scourge.stat_636057969","text":"#% chance to Curse Enemies with Elemental Weakness on Hit","type":"scourge"},{"id":"scourge.stat_2254480358","text":"+# to Level of all Cold Spell Skill Gems","type":"scourge"},{"id":"scourge.stat_1723063621","text":"#% increased Rarity of Items found in Nightmare","type":"scourge"},{"id":"scourge.stat_654274615","text":"Curse Enemies with Flammability on Hit","type":"scourge"},{"id":"scourge.stat_2551600084","text":"+# to Level of Socketed AoE Gems","type":"scourge"},{"id":"scourge.stat_4139681126","text":"#% increased Dexterity","type":"scourge"},{"id":"scourge.stat_670088789","text":"#% chance to Curse Enemies with Conductivity on Hit","type":"scourge"},{"id":"scourge.stat_1450558011","text":"Monsters in Nightmare grant #% more Experience","type":"scourge"},{"id":"scourge.stat_2115168758","text":"+# to Level of Socketed Duration Gems","type":"scourge"},{"id":"scourge.stat_3604946673","text":"+# to Level of Socketed Minion Gems","type":"scourge"},{"id":"scourge.stat_3999401129","text":"#% of Cold Damage Leeched as Life","type":"scourge"},{"id":"scourge.stat_1516661546","text":"#% chance to Curse Enemies with Enfeeble on Hit","type":"scourge"},{"id":"scourge.stat_1645459191","text":"+# to Level of Socketed Cold Gems","type":"scourge"},{"id":"scourge.stat_4139135963","text":"Curse Enemies with Temporal Chains on Hit","type":"scourge"},{"id":"scourge.stat_2675603254","text":"+# to Level of Socketed Chaos Gems","type":"scourge"},{"id":"scourge.stat_4129825612","text":"#% of Physical Damage from Hits taken as Chaos Damage","type":"scourge"},{"id":"scourge.stat_1826297223","text":"#% chance to Curse Enemies with Vulnerability on Hit","type":"scourge"},{"id":"scourge.stat_4226189338","text":"+# to Level of all Chaos Spell Skill Gems","type":"scourge"},{"id":"scourge.stat_3342989455","text":"#% of Physical Damage from Hits taken as Fire Damage","type":"scourge"},{"id":"scourge.stat_3133835437","text":"#% increased Quantity of Items found in Nightmare","type":"scourge"},{"id":"scourge.stat_591105508","text":"+# to Level of all Fire Spell Skill Gems","type":"scourge"},{"id":"scourge.stat_4095671657","text":"+#% to maximum Fire Resistance","type":"scourge"},{"id":"scourge.stat_150668988","text":"+# to Level of Socketed Trap or Mine Gems","type":"scourge"},{"id":"scourge.stat_469418792","text":"You are Cursed with Frostbite","type":"scourge"},{"id":"scourge.stat_2801937280","text":"Blood Magic","type":"scourge"},{"id":"scourge.stat_2176571093","text":"+# to Level of Socketed Projectile Gems","type":"scourge"},{"id":"scourge.stat_1842038569","text":"#% increased Fishing Line Strength","type":"scourge"},{"id":"scourge.stat_1950806024","text":"+#% to Cold Damage over Time Multiplier","type":"scourge"},{"id":"scourge.stat_170497091","text":"#% increased Fishing Range","type":"scourge"},{"id":"scourge.stat_2459809121","text":"Chill Enemy for # second when Hit, reducing their Action Speed by 30%","type":"scourge"},{"id":"scourge.stat_1510714129","text":"Attacks have #% chance to Maim on Hit","type":"scourge"},{"id":"scourge.stat_339179093","text":"+# to Level of Socketed Fire Gems","type":"scourge"},{"id":"scourge.stat_469425157","text":"You are Cursed with Flammability","type":"scourge"},{"id":"scourge.stat_1011760251","text":"+#% to maximum Lightning Resistance","type":"scourge"},{"id":"scourge.stat_1545858329","text":"+# to Level of all Lightning Spell Skill Gems","type":"scourge"},{"id":"scourge.stat_425242359","text":"#% of Physical Damage from Hits taken as Lightning Damage","type":"scourge"},{"id":"scourge.stat_2452998583","text":"+# to Level of Socketed Aura Gems","type":"scourge"},{"id":"scourge.stat_3676141501","text":"+#% to maximum Cold Resistance","type":"scourge"},{"id":"scourge.stat_4170338365","text":"Wind Dancer","type":"scourge"},{"id":"scourge.stat_1771018579","text":"#% increased Size of Fish caught during Daytime","type":"scourge"},{"id":"scourge.stat_2918708827","text":"#% chance to gain Phasing for 4 seconds on Kill","type":"scourge"},{"id":"scourge.stat_1421267186","text":"Supreme Ego","type":"scourge"},{"id":"scourge.stat_829382474","text":"+# to Level of Socketed Melee Gems","type":"scourge"},{"id":"scourge.stat_3310914132","text":"#% increased Rarity of Fish Caught","type":"scourge"},{"id":"scourge.stat_2113810473","text":"#% increased Pack size in Nightmare","type":"scourge"},{"id":"scourge.stat_326965591","text":"Iron Reflexes","type":"scourge"},{"id":"scourge.stat_916233227","text":"You are Cursed with Elemental Weakness","type":"scourge"},{"id":"scourge.stat_4039414411","text":"Strength\'s Damage bonus also applies to Reeling Speed at 20% of its value","type":"scourge"},{"id":"scourge.stat_2896346114","text":"Point Blank","type":"scourge"},{"id":"scourge.stat_2177148618","text":"You are Cursed with Despair","type":"scourge"},{"id":"scourge.stat_4092697134","text":"Iron Will","type":"scourge"},{"id":"scourge.stat_2262736444","text":"Eldritch Battery","type":"scourge"},{"id":"scourge.stat_1263158408","text":"Elemental Equilibrium","type":"scourge"},{"id":"scourge.stat_3884934810","text":"Perfect Agony","type":"scourge"},{"id":"scourge.stat_3292262540","text":"Call to Arms","type":"scourge"},{"id":"scourge.stat_373964381","text":"Mind Over Matter","type":"scourge"},{"id":"scourge.stat_3691695237","text":"+# to Level of Socketed Curse Gems","type":"scourge"},{"id":"scourge.stat_1672793731","text":"+# to Level of Socketed Warcry Gems","type":"scourge"},{"id":"scourge.stat_573347393","text":"Iron Grip","type":"scourge"},{"id":"scourge.stat_346029096","text":"Avatar of Fire","type":"scourge"},{"id":"scourge.stat_462691314","text":"The Agnostic","type":"scourge"},{"id":"scourge.stat_3590128077","text":"Ghost Dance","type":"scourge"},{"id":"scourge.stat_3574189159","text":"Elemental Overload","type":"scourge"},{"id":"scourge.stat_300702212","text":"Crimson Dance","type":"scourge"},{"id":"scourge.stat_1831380809","text":"Cannot Fish while standing in Water","type":"scourge"},{"id":"scourge.stat_1683578560","text":"Unwavering Stance","type":"scourge"},{"id":"scourge.stat_4043416969","text":"+# to Level of Socketed Lightning Gems","type":"scourge"},{"id":"scourge.stat_1678358883","text":"Lethe Shade","type":"scourge"},{"id":"scourge.stat_1308467455","text":"Eternal Youth","type":"scourge"},{"id":"scourge.stat_280213220","text":"#% chance to Taunt Enemies on Hit with Attacks","type":"scourge"},{"id":"scourge.stat_1994392904","text":"Conduit","type":"scourge"},{"id":"scourge.stat_3947740014","text":"You are Cursed with Vulnerability","type":"scourge"},{"id":"scourge.stat_261024552","text":"Fish Rot upon being Caught","type":"scourge"},{"id":"scourge.stat_2048995720","text":"Divine Shield","type":"scourge"},{"id":"scourge.stat_112130960","text":"Solipsism","type":"scourge"},{"id":"scourge.stat_2102270408","text":"You are Cursed with Enfeeble","type":"scourge"},{"id":"scourge.stat_4266776872","text":"Glancing Blows","type":"scourge"},{"id":"scourge.stat_1787073323","text":"Skills Chain +# times","type":"scourge"},{"id":"scourge.stat_1871056256","text":"#% of Physical Damage from Hits taken as Cold Damage","type":"scourge"},{"id":"scourge.stat_3849554033","text":"Hex Master","type":"scourge"},{"id":"scourge.stat_4080245957","text":"Runebinder","type":"scourge"},{"id":"scourge.stat_1109343199","text":"Wicked Ward","type":"scourge"},{"id":"scourge.stat_4180925106","text":"Magebane","type":"scourge"},{"id":"scourge.stat_1550221644","text":"#% reduced Fishing Pool Consumption","type":"scourge"},{"id":"scourge.stat_383557755","text":"Acrobatics","type":"scourge"},{"id":"scourge.stat_2648570028","text":"Ancestral Bond","type":"scourge"},{"id":"scourge.stat_3295179224","text":"Enemies you Kill have a #% chance to Explode, dealing a tenth of their maximum Life as Physical Damage","type":"scourge"},{"id":"scourge.stat_2257118425","text":"Vaal Pact","type":"scourge"},{"id":"scourge.stat_1441799693","text":"The Impaler","type":"scourge"},{"id":"scourge.stat_98977150","text":"Pain Attunement","type":"scourge"},{"id":"scourge.stat_3332149074","text":"#% increased Reeling Stability","type":"scourge"},{"id":"scourge.stat_632761194","text":"Zealot\'s Oath","type":"scourge"},{"id":"scourge.stat_4272248216","text":"Ghost Reaver","type":"scourge"},{"id":"scourge.stat_1658124062","text":"Attack Projectiles Return to you","type":"scourge"},{"id":"scourge.stat_2606808909","text":"Arrow Dancing","type":"scourge"},{"id":"scourge.stat_593845252","text":"Versatile Combatant","type":"scourge"},{"id":"scourge.stat_3943945975","text":"Resolute Technique","type":"scourge"},{"id":"scourge.stat_3868073741","text":"Imbalanced Guard","type":"scourge"},{"id":"scourge.stat_433293234","text":"Minion Instability","type":"scourge"},{"id":"scourge.stat_1225383362","text":"+# to maximum number of Skeletons","type":"scourge"},{"id":"scourge.stat_3464380325","text":"Projectiles Split towards +# targets","type":"scourge"},{"id":"scourge.stat_3885405204","text":"Bow Attacks fire # additional Arrows","type":"scourge"},{"id":"scourge.stat_966747987","text":"+# to maximum number of Raised Zombies","type":"scourge"},{"id":"scourge.stat_2067062068","text":"Projectiles Pierce # additional Targets","type":"scourge"},{"id":"scourge.stat_1269219558","text":"#% increased Mana Reservation Efficiency of Skills","type":"scourge"}]},{"id":"crafted","label":"Crafted","entries":[{"id":"crafted.stat_3299347043","text":"+# to maximum Life","type":"crafted"},{"id":"crafted.stat_387439868","text":"#% increased Elemental Damage with Attack Skills","type":"crafted"},{"id":"crafted.stat_3372524247","text":"+#% to Fire Resistance","type":"crafted"},{"id":"crafted.stat_4220027924","text":"+#% to Cold Resistance","type":"crafted"},{"id":"crafted.stat_1671376347","text":"+#% to Lightning Resistance","type":"crafted"},{"id":"crafted.stat_2250533757","text":"#% increased Movement Speed","type":"crafted"},{"id":"crafted.stat_1859333175","text":"Can have up to 3 Crafted Modifiers","type":"crafted"},{"id":"crafted.stat_677564538","text":"Non-Channelling Skills have +# to Total Mana Cost","type":"crafted"},{"id":"crafted.stat_4015621042","text":"#% increased Energy Shield (Local)","type":"crafted"},{"id":"crafted.stat_1050105434","text":"+# to maximum Mana","type":"crafted"},{"id":"crafted.stat_210067635","text":"#% increased Attack Speed (Local)","type":"crafted"},{"id":"crafted.stat_2915988346","text":"+#% to Fire and Cold Resistances","type":"crafted"},{"id":"crafted.stat_3441501978","text":"+#% to Fire and Lightning Resistances","type":"crafted"},{"id":"crafted.stat_4277795662","text":"+#% to Cold and Lightning Resistances","type":"crafted"},{"id":"crafted.stat_1509134228","text":"#% increased Physical Damage","type":"crafted"},{"id":"crafted.stat_2154246560","text":"#% increased Damage","type":"crafted"},{"id":"crafted.stat_280731498","text":"#% increased Area of Effect","type":"crafted"},{"id":"crafted.stat_2974417149","text":"#% increased Spell Damage","type":"crafted"},{"id":"crafted.stat_4052037485","text":"+# to maximum Energy Shield (Local)","type":"crafted"},{"id":"crafted.stat_3465022881","text":"+#% to Lightning and Chaos Resistances","type":"crafted"},{"id":"crafted.stat_3489782002","text":"+# to maximum Energy Shield","type":"crafted"},{"id":"crafted.stat_3393628375","text":"+#% to Cold and Chaos Resistances","type":"crafted"},{"id":"crafted.stat_2901986750","text":"+#% to all Elemental Resistances","type":"crafted"},{"id":"crafted.stat_1940865751","text":"Adds # to # Physical Damage (Local)","type":"crafted"},{"id":"crafted.stat_2551600084","text":"+# to Level of Socketed AoE Gems","type":"crafted"},{"id":"crafted.stat_2016708976","text":"+#% to Quality","type":"crafted"},{"id":"crafted.stat_3032590688","text":"Adds # to # Physical Damage to Attacks","type":"crafted"},{"id":"crafted.stat_1062208444","text":"#% increased Armour (Local)","type":"crafted"},{"id":"crafted.stat_124859000","text":"#% increased Evasion Rating (Local)","type":"crafted"},{"id":"crafted.stat_3261801346","text":"+# to Dexterity","type":"crafted"},{"id":"crafted.stat_587431675","text":"#% increased Global Critical Strike Chance","type":"crafted"},{"id":"crafted.stat_4080418644","text":"+# to Strength","type":"crafted"},{"id":"crafted.stat_2375316951","text":"#% increased Critical Strike Chance","type":"crafted"},{"id":"crafted.stat_2482852589","text":"#% increased maximum Energy Shield","type":"crafted"},{"id":"crafted.stat_328541901","text":"+# to Intelligence","type":"crafted"},{"id":"crafted.stat_681332047","text":"#% increased Attack Speed","type":"crafted"},{"id":"crafted.stat_1754445556","text":"Adds # to # Lightning Damage to Attacks","type":"crafted"},{"id":"crafted.stat_378817135","text":"+#% to Fire and Chaos Resistances","type":"crafted"},{"id":"crafted.stat_2451402625","text":"#% increased Armour and Evasion (Local)","type":"crafted"},{"id":"crafted.stat_3962278098","text":"#% increased Fire Damage","type":"crafted"},{"id":"crafted.stat_3079007202","text":"#% chance to Trigger a Socketed Spell on Using a Skill, with a 8 second Cooldown\\nSpells Triggered this way have 150% more Cost","type":"crafted"},{"id":"crafted.stat_2891184298","text":"#% increased Cast Speed","type":"crafted"},{"id":"crafted.stat_983749596","text":"#% increased maximum Life","type":"crafted"},{"id":"crafted.stat_3556824919","text":"+#% to Global Critical Strike Multiplier","type":"crafted"},{"id":"crafted.stat_2748665614","text":"#% increased maximum Mana","type":"crafted"},{"id":"crafted.stat_1999113824","text":"#% increased Evasion and Energy Shield (Local)","type":"crafted"},{"id":"crafted.stat_1535626285","text":"+# to Strength and Intelligence","type":"crafted"},{"id":"crafted.stat_4067062424","text":"Adds # to # Cold Damage to Attacks","type":"crafted"},{"id":"crafted.stat_3680664274","text":"+#% chance to Suppress Spell Damage","type":"crafted"},{"id":"crafted.stat_1589917703","text":"Minions deal #% increased Damage","type":"crafted"},{"id":"crafted.stat_3321629045","text":"#% increased Armour and Energy Shield (Local)","type":"crafted"},{"id":"crafted.stat_736967255","text":"#% increased Chaos Damage","type":"crafted"},{"id":"crafted.stat_4154259475","text":"+# to Level of Socketed Support Gems","type":"crafted"},{"id":"crafted.stat_4251717817","text":"#% increased Area Damage","type":"crafted"},{"id":"crafted.stat_2264295449","text":"+# metres to Melee Strike Range","type":"crafted"},{"id":"crafted.stat_1172810729","text":"#% chance to deal Double Damage","type":"crafted"},{"id":"crafted.stat_3291658075","text":"#% increased Cold Damage","type":"crafted"},{"id":"crafted.stat_2063695047","text":"Gain #% of Non-Chaos Damage as extra Chaos Damage","type":"crafted"},{"id":"crafted.stat_3023957681","text":"#% chance to gain Onslaught for 4 seconds on Kill","type":"crafted"},{"id":"crafted.stat_967627487","text":"#% increased Damage over Time","type":"crafted"},{"id":"crafted.stat_2421446548","text":"Channelling Skills have +# to Total Mana Cost","type":"crafted"},{"id":"crafted.stat_4291461939","text":"Regenerate # Mana per second","type":"crafted"},{"id":"crafted.stat_1334060246","text":"Adds # to # Lightning Damage","type":"crafted"},{"id":"crafted.stat_737908626","text":"#% increased Critical Strike Chance for Spells","type":"crafted"},{"id":"crafted.stat_3484657501","text":"+# to Armour (Local)","type":"crafted"},{"id":"crafted.stat_2947215268","text":"#% increased Damage during any Flask Effect","type":"crafted"},{"id":"crafted.stat_2387423236","text":"Adds # to # Cold Damage","type":"crafted"},{"id":"crafted.stat_3325883026","text":"Regenerate # Life per second","type":"crafted"},{"id":"crafted.stat_871270154","text":"Regenerate #% of Life per second during Effect","type":"crafted"},{"id":"crafted.stat_538848803","text":"+# to Strength and Dexterity","type":"crafted"},{"id":"crafted.stat_1573130764","text":"Adds # to # Fire Damage to Attacks","type":"crafted"},{"id":"crafted.stat_4055307827","text":"+#% to Chaos Damage over Time Multiplier","type":"crafted"},{"id":"crafted.stat_2231156303","text":"#% increased Lightning Damage","type":"crafted"},{"id":"crafted.stat_321077055","text":"Adds # to # Fire Damage","type":"crafted"},{"id":"crafted.stat_2300185227","text":"+# to Dexterity and Intelligence","type":"crafted"},{"id":"crafted.stat_3005472710","text":"#% chance to Avoid Elemental Ailments","type":"crafted"},{"id":"crafted.stat_1782086450","text":"#% faster start of Energy Shield Recharge","type":"crafted"},{"id":"crafted.stat_674553446","text":"Adds # to # Chaos Damage to Attacks","type":"crafted"},{"id":"crafted.stat_2008255263","text":"#% increased Critical Strike Chance during Effect","type":"crafted"},{"id":"crafted.stat_425242359","text":"#% of Physical Damage from Hits taken as Lightning Damage","type":"crafted"},{"id":"crafted.stat_809229260","text":"+# to Armour","type":"crafted"},{"id":"crafted.stat_1037193709","text":"Adds # to # Cold Damage (Local)","type":"crafted"},{"id":"crafted.stat_4064396395","text":"Attacks with this Weapon Penetrate #% Elemental Resistances","type":"crafted"},{"id":"crafted.stat_3336890334","text":"Adds # to # Lightning Damage (Local)","type":"crafted"},{"id":"crafted.stat_53045048","text":"+# to Evasion Rating (Local)","type":"crafted"},{"id":"crafted.stat_1379411836","text":"+# to all Attributes","type":"crafted"},{"id":"crafted.stat_3375935924","text":"Minions have #% increased Attack Speed","type":"crafted"},{"id":"crafted.stat_474294393","text":"#% reduced Mana Cost of Skills","type":"crafted"},{"id":"crafted.stat_4000101551","text":"Minions have #% increased Cast Speed","type":"crafted"},{"id":"crafted.stat_2316658489","text":"+# to Armour and Evasion Rating","type":"crafted"},{"id":"crafted.stat_725880290","text":"#% chance to Impale Enemies on Hit with Attacks","type":"crafted"},{"id":"crafted.stat_310246444","text":"#% increased Damage while Leeching","type":"crafted"},{"id":"crafted.stat_2831165374","text":"Adds # to # Lightning Damage to Spells","type":"crafted"},{"id":"crafted.stat_3736589033","text":"+# to Total Mana Cost of Skills","type":"crafted"},{"id":"crafted.stat_709508406","text":"Adds # to # Fire Damage (Local)","type":"crafted"},{"id":"crafted.stat_658456881","text":"+# to Minimum Frenzy Charges","type":"crafted"},{"id":"crafted.stat_3759663284","text":"#% increased Projectile Speed","type":"crafted"},{"id":"crafted.stat_1002362373","text":"#% increased Melee Damage","type":"crafted"},{"id":"crafted.stat_2161689853","text":"#% increased Rarity of Items Dropped by Slain Rare or Unique Enemies","type":"crafted"},{"id":"crafted.stat_3342989455","text":"#% of Physical Damage from Hits taken as Fire Damage","type":"crafted"},{"id":"crafted.stat_2379781920","text":"#% increased Elemental Damage if you\'ve dealt a Critical Strike Recently","type":"crafted"},{"id":"crafted.stat_1177358866","text":"#% increased Movement Speed if you haven\'t been Hit Recently","type":"crafted"},{"id":"crafted.stat_3523867985","text":"#% increased Armour, Evasion and Energy Shield (Local)","type":"crafted"},{"id":"crafted.stat_3483999943","text":"#% chance to Avoid being Chilled","type":"crafted"},{"id":"crafted.stat_2176571093","text":"+# to Level of Socketed Projectile Gems","type":"crafted"},{"id":"crafted.stat_1519615863","text":"#% chance to cause Bleeding on Hit","type":"crafted"},{"id":"crafted.stat_789117908","text":"#% increased Mana Regeneration Rate","type":"crafted"},{"id":"crafted.stat_3706959521","text":"+# to Minimum Endurance Charges","type":"crafted"},{"id":"crafted.stat_2144192055","text":"+# to Evasion Rating","type":"crafted"},{"id":"crafted.stat_2133341901","text":"#% of Physical Damage Converted to Cold Damage","type":"crafted"},{"id":"crafted.stat_472520716","text":"#% of Damage taken Recouped as Mana","type":"crafted"},{"id":"crafted.stat_2067062068","text":"Projectiles Pierce # additional Targets","type":"crafted"},{"id":"crafted.stat_1004011302","text":"#% increased Cooldown Recovery Rate","type":"crafted"},{"id":"crafted.stat_683273571","text":"#% increased Mana Cost of Skills during Effect","type":"crafted"},{"id":"crafted.stat_3593843976","text":"#% of Physical Attack Damage Leeched as Life","type":"crafted"},{"id":"crafted.stat_829382474","text":"+# to Level of Socketed Melee Gems","type":"crafted"},{"id":"crafted.stat_536929014","text":"+#% to Critical Strike Multiplier if you\'ve Shattered an Enemy Recently","type":"crafted"},{"id":"crafted.stat_1839076647","text":"#% increased Projectile Damage","type":"crafted"},{"id":"crafted.stat_1514829491","text":"#% chance to Avoid being Frozen","type":"crafted"},{"id":"crafted.stat_67280387","text":"Gain #% of Maximum Life as Extra Maximum Energy Shield","type":"crafted"},{"id":"crafted.stat_2301191210","text":"#% chance to Blind Enemies on hit","type":"crafted"},{"id":"crafted.stat_1310194496","text":"#% increased Global Physical Damage","type":"crafted"},{"id":"crafted.stat_770672621","text":"Minions have #% increased maximum Life","type":"crafted"},{"id":"crafted.stat_4262448838","text":"#% chance to Avoid being Stunned","type":"crafted"},{"id":"crafted.stat_2469416729","text":"Adds # to # Cold Damage to Spells","type":"crafted"},{"id":"crafted.stat_3251705960","text":"#% increased Rarity of Items found during Effect","type":"crafted"},{"id":"crafted.stat_691932474","text":"+# to Accuracy Rating (Local)","type":"crafted"},{"id":"crafted.stat_114734841","text":"Flasks applied to you have #% increased Effect","type":"crafted"},{"id":"crafted.stat_1225383362","text":"+# to maximum number of Skeletons","type":"crafted"},{"id":"crafted.stat_4126210832","text":"Hits can\'t be Evaded","type":"crafted"},{"id":"crafted.stat_573223427","text":"#% chance to gain Arcane Surge when you Kill an Enemy","type":"crafted"},{"id":"crafted.stat_3382807662","text":"+#% to Fire Damage over Time Multiplier","type":"crafted"},{"id":"crafted.stat_803737631","text":"+# to Accuracy Rating","type":"crafted"},{"id":"crafted.stat_3885634897","text":"#% chance to Poison on Hit (Local)","type":"crafted"},{"id":"crafted.stat_1335054179","text":"#% chance to Ignite","type":"crafted"},{"id":"crafted.stat_3741323227","text":"#% increased Flask Effect Duration","type":"crafted"},{"id":"crafted.stat_2238019079","text":"Regenerate # Energy Shield per second while a Rare or Unique Enemy is Nearby","type":"crafted"},{"id":"crafted.stat_3828613551","text":"+#% to Quality of Socketed Gems","type":"crafted"},{"id":"crafted.stat_2672805335","text":"#% increased Attack and Cast Speed","type":"crafted"},{"id":"crafted.stat_2309614417","text":"#% chance to Freeze","type":"crafted"},{"id":"crafted.stat_2312652600","text":"#% Chance to Avoid being Stunned during Effect","type":"crafted"},{"id":"crafted.stat_1896971621","text":"#% increased Mine Throwing Speed","type":"crafted"},{"id":"crafted.stat_2908886986","text":"#% chance to deal Double Damage while Focused","type":"crafted"},{"id":"crafted.stat_3182498570","text":"#% increased Movement Speed during Effect","type":"crafted"},{"id":"crafted.stat_51994685","text":"#% increased Flask Life Recovery rate","type":"crafted"},{"id":"crafted.stat_1999711879","text":"+# to Minimum Power Charges","type":"crafted"},{"id":"crafted.stat_1452809865","text":"#% increased Flask Charges gained","type":"crafted"},{"id":"crafted.stat_289885185","text":"Chaos Skills have #% increased Skill Effect Duration","type":"crafted"},{"id":"crafted.stat_3992439283","text":"+#% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby","type":"crafted"},{"id":"crafted.stat_174664100","text":"Minions have #% increased Movement Speed","type":"crafted"},{"id":"crafted.stat_3917489142","text":"#% increased Rarity of Items found","type":"crafted"},{"id":"crafted.stat_782230869","text":"#% increased Effect of Non-Damaging Ailments","type":"crafted"},{"id":"crafted.stat_205619502","text":"#% chance to Trigger Level 1 Blood Rage when you Kill an Enemy","type":"crafted"},{"id":"crafted.stat_3824033729","text":"#% of Damage Taken from Hits is Leeched as Life during Effect","type":"crafted"},{"id":"crafted.stat_1133016593","text":"Adds # to # Fire Damage to Spells","type":"crafted"},{"id":"crafted.stat_1840751341","text":"#% increased Duration of Ailments you inflict while Focused","type":"crafted"},{"id":"crafted.stat_3031766858","text":"Shock nearby Enemies for # Seconds when you Focus","type":"crafted"},{"id":"crafted.stat_3143208761","text":"#% increased Attributes","type":"crafted"},{"id":"crafted.stat_314741699","text":"#% increased Attack Speed while a Rare or Unique Enemy is Nearby","type":"crafted"},{"id":"crafted.stat_1538773178","text":"#% chance to Shock","type":"crafted"},{"id":"crafted.stat_311641062","text":"#% chance for Flasks you use to not consume Charges","type":"crafted"},{"id":"crafted.stat_3762412853","text":"Attacks with this Weapon Penetrate #% Chaos Resistance","type":"crafted"},{"id":"crafted.stat_2866361420","text":"#% increased Armour","type":"crafted"},{"id":"crafted.stat_118398748","text":"#% increased Trap Throwing Speed","type":"crafted"},{"id":"crafted.stat_3240769289","text":"#% of Physical Damage Converted to Lightning Damage","type":"crafted"},{"id":"crafted.stat_1314617696","text":"+#% to Physical Damage over Time Multiplier","type":"crafted"},{"id":"crafted.stat_2915373966","text":"Gain #% of Cold Damage as Extra Chaos Damage","type":"crafted"},{"id":"crafted.stat_30642521","text":"You can apply # additional Curses","type":"crafted"},{"id":"crafted.stat_4122424929","text":"Cannot roll Attack Modifiers","type":"crafted"},{"id":"crafted.stat_1950806024","text":"+#% to Cold Damage over Time Multiplier","type":"crafted"},{"id":"crafted.stat_2062792091","text":"#% chance to Trigger Socketed Spells when you Focus, with a 0.25 second Cooldown","type":"crafted"},{"id":"crafted.stat_3032585258","text":"#% chance to gain a Frenzy Charge on Critical Strike","type":"crafted"},{"id":"crafted.stat_1599775597","text":"Gain #% of Fire Damage as Extra Chaos Damage","type":"crafted"},{"id":"crafted.stat_3319896421","text":"Gain #% of Physical Damage as Extra Chaos Damage","type":"crafted"},{"id":"crafted.stat_2402136583","text":"Gain #% of Lightning Damage as Extra Chaos Damage","type":"crafted"},{"id":"crafted.stat_1533563525","text":"#% of Physical Damage Converted to Fire Damage","type":"crafted"},{"id":"crafted.stat_561307714","text":"#% Chance to Block Spell Damage","type":"crafted"},{"id":"crafted.stat_2022851697","text":"You have Vaal Pact while Focused","type":"crafted"},{"id":"crafted.stat_3324747104","text":"#% of Damage Leeched as Life while Focused","type":"crafted"},{"id":"crafted.stat_3500911418","text":"Regenerate #% of Life per second during any Flask Effect","type":"crafted"},{"id":"crafted.stat_4253454700","text":"+#% Chance to Block (Shields)","type":"crafted"},{"id":"crafted.stat_2523334466","text":"Adds # to # Chaos Damage if you\'ve dealt a Critical Strike Recently","type":"crafted"},{"id":"crafted.stat_2106365538","text":"#% increased Evasion Rating","type":"crafted"},{"id":"crafted.stat_1423639565","text":"Minions have +#% to all Elemental Resistances","type":"crafted"},{"id":"crafted.stat_1539825365","text":"+# to Armour during Soul Gain Prevention","type":"crafted"},{"id":"crafted.stat_3237948413","text":"#% of Physical Attack Damage Leeched as Mana","type":"crafted"},{"id":"crafted.stat_1583385065","text":"#% increased Damage with Non-Vaal Skills during Soul Gain Prevention","type":"crafted"},{"id":"crafted.stat_1149326139","text":"Cannot roll Caster Modifiers","type":"crafted"},{"id":"crafted.stat_836936635","text":"Regenerate #% of Life per second","type":"crafted"},{"id":"crafted.stat_3464137628","text":"Suffixes Cannot Be Changed","type":"crafted"},{"id":"crafted.stat_2628163981","text":"#% increased Attack and Cast Speed while Focused","type":"crafted"},{"id":"crafted.stat_1468606528","text":"Trigger Level 10 Summon Spectral Wolf on Kill","type":"crafted"},{"id":"crafted.stat_849152640","text":"Non-Aura Skills Cost no Mana or Life while Focused","type":"crafted"},{"id":"crafted.stat_2530372417","text":"#% Chance to Block Attack Damage","type":"crafted"},{"id":"crafted.stat_3374165039","text":"#% increased Totem Placement speed","type":"crafted"},{"id":"crafted.stat_2034658008","text":"#% increased Damage per Power Charge","type":"crafted"},{"id":"crafted.stat_4223377453","text":"#% increased Brand Attachment range","type":"crafted"},{"id":"crafted.stat_1101403182","text":"#% reduced Damage taken from Damage Over Time","type":"crafted"},{"id":"crafted.stat_2941585404","text":"#% increased Trap Damage","type":"crafted"},{"id":"crafted.stat_902747843","text":"#% increased Damage per Frenzy Charge","type":"crafted"},{"id":"crafted.stat_3839620417","text":"#% increased Evasion Rating while Focused","type":"crafted"},{"id":"crafted.stat_3753650187","text":"#% additional Physical Damage Reduction while Focused","type":"crafted"},{"id":"crafted.stat_3515686789","text":"#% increased Damage per Endurance Charge","type":"crafted"},{"id":"crafted.stat_2879723104","text":"Prefixes Cannot Be Changed","type":"crafted"},{"id":"crafted.stat_2137912951","text":"#% increased Mine Damage","type":"crafted"},{"id":"crafted.stat_44972811","text":"#% increased Life Regeneration rate","type":"crafted"},{"id":"crafted.stat_1984113628","text":"#% increased Effect of Chill and Shock on you","type":"crafted"},{"id":"crafted.stat_1079239905","text":"Socketed Gems are Supported by Level # Lifetap","type":"crafted"},{"id":"crafted.stat_1349659520","text":"Your Critical Strike Chance is Lucky while Focused","type":"crafted"},{"id":"crafted.stat_720398262","text":"#% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention","type":"crafted"},{"id":"crafted.stat_55876295","text":"#% of Physical Attack Damage Leeched as Life (Local)","type":"crafted"},{"id":"crafted.stat_922014346","text":"+# to maximum Fortification while Focused","type":"crafted"},{"id":"crafted.stat_1653010703","text":"+#% to Non-Ailment Chaos Damage over Time Multiplier","type":"crafted"},{"id":"crafted.stat_3922006600","text":"Socketed Gems are Supported by Level # Arrogance","type":"crafted"},{"id":"crafted.stat_2992263716","text":"Recover #% of Mana and Energy Shield when you Focus","type":"crafted"},{"id":"crafted.stat_1785942004","text":"#% Chance to Trigger Level 18 Summon Spectral Wolf on Kill","type":"crafted"},{"id":"crafted.stat_1572897579","text":"You have Onslaught during Soul Gain Prevention","type":"crafted"},{"id":"crafted.stat_1618589784","text":"#% chance to Avoid Bleeding","type":"crafted"},{"id":"crafted.stat_3842373291","text":"#% reduced Reflected Damage taken during Effect","type":"crafted"},{"id":"crafted.stat_1412217137","text":"#% increased Flask Mana Recovery rate","type":"crafted"},{"id":"crafted.stat_3771516363","text":"#% additional Physical Damage Reduction","type":"crafted"},{"id":"crafted.stat_3407849389","text":"#% reduced Effect of Curses on you","type":"crafted"},{"id":"crafted.stat_80079005","text":"#% of Lightning Damage Leeched as Life","type":"crafted"},{"id":"crafted.stat_2266636761","text":"+#% Chaos Resistance against Damage Over Time","type":"crafted"},{"id":"crafted.stat_2353576063","text":"#% increased Effect of your Curses","type":"crafted"},{"id":"crafted.stat_350598685","text":"+# metres to Weapon Range","type":"crafted"},{"id":"crafted.stat_1588539856","text":"#% of Damage is taken from Mana before Life while Focused","type":"crafted"},{"id":"crafted.stat_669069897","text":"#% of Physical Attack Damage Leeched as Mana (Local)","type":"crafted"},{"id":"crafted.stat_3848282610","text":"#% of Fire Damage Leeched as Life","type":"crafted"},{"id":"crafted.stat_3836017971","text":"Light Radius is based on Energy Shield instead of Life","type":"crafted"},{"id":"crafted.stat_3999401129","text":"#% of Cold Damage Leeched as Life","type":"crafted"},{"id":"crafted.stat_2339757871","text":"#% increased Energy Shield Recharge Rate","type":"crafted"},{"id":"crafted.stat_1871765599","text":"#% chance to Avoid being Shocked","type":"crafted"},{"id":"crafted.stat_2797971005","text":"Gain # Life per Enemy Hit with Attacks","type":"crafted"},{"id":"crafted.stat_3500359417","text":"Minions Recover #% of their Life when you Focus","type":"crafted"},{"id":"crafted.stat_1766730250","text":"You are Immune to Ailments while Focused","type":"crafted"},{"id":"crafted.stat_3244118730","text":"#% of Evasion Rating is Regenerated as Life per second while Focused","type":"crafted"},{"id":"crafted.stat_2174134106","text":"Warcries cannot Exert Travel Skills","type":"crafted"},{"id":"crafted.stat_429867172","text":"+# to maximum number of Summoned Totems","type":"crafted"},{"id":"crafted.stat_407482587","text":"Non-Channelling Skills Cost +# Mana","type":"crafted"},{"id":"crafted.stat_3801067695","text":"#% reduced Effect of Shock on you","type":"crafted"},{"id":"crafted.stat_935326447","text":"Moving while Bleeding doesn\'t cause you to take extra Damage","type":"crafted"},{"id":"crafted.stat_2477381238","text":"#% reduced Enemy Block Chance","type":"crafted"},{"id":"crafted.stat_301104070","text":"#% chance for Flasks to gain a Charge when you take a Critical Strike","type":"crafted"},{"id":"crafted.stat_3909846940","text":"Item drops on Death if Equipped by an Animated Guardian","type":"crafted"},{"id":"crafted.stat_986397080","text":"#% reduced Ignite Duration on you","type":"crafted"},{"id":"crafted.stat_3767873853","text":"Reflects # Physical Damage to Melee Attackers","type":"crafted"},{"id":"crafted.stat_1435748744","text":"Curse Skills have #% increased Skill Effect Duration","type":"crafted"},{"id":"crafted.stat_1658124062","text":"Attack Projectiles Return to you","type":"crafted"},{"id":"crafted.stat_1783006896","text":"#% chance to Avoid being Ignited","type":"crafted"},{"id":"crafted.stat_1478653032","text":"#% reduced Effect of Chill on you","type":"crafted"},{"id":"crafted.stat_2166444903","text":"+#% Chance to Block Attack Damage while Dual Wielding","type":"crafted"},{"id":"crafted.stat_3610263531","text":"Focus has #% increased Cooldown Recovery Rate","type":"crafted"},{"id":"crafted.stat_1702195217","text":"+#% Chance to Block Attack Damage","type":"crafted"},{"id":"crafted.stat_1316278494","text":"#% increased Warcry Speed","type":"crafted"},{"id":"crafted.stat_832404842","text":"#% reduced Enemy Stun Threshold with this Weapon","type":"crafted"},{"id":"crafted.stat_2491363440","text":"Adds # to # Lightning Damage to Attacks against you","type":"crafted"},{"id":"crafted.stat_1445684883","text":"Reflects # to # Physical Damage to Attackers on Block","type":"crafted"},{"id":"crafted.stat_1519474779","text":"#% increased Effect of Non-Damaging Ailments on you","type":"crafted"},{"id":"crafted.stat_2517001139","text":"#% increased Stun Duration on Enemies","type":"crafted"},{"id":"crafted.stat_2069161757","text":"#% increased Effect of Freeze on you","type":"crafted"},{"id":"crafted.stat_2693705594","text":"#% of Physical Attack Damage Leeched by Enemy as Life","type":"crafted"},{"id":"crafted.stat_2093523445","text":"Adds # to # Physical Damage to Attacks against you","type":"crafted"},{"id":"crafted.stat_1073942215","text":"#% increased Freeze Duration on Enemies","type":"crafted"},{"id":"crafted.stat_3485067555","text":"#% increased Chill Duration on Enemies","type":"crafted"},{"id":"crafted.stat_2923069345","text":"Adds # to # Lightning Damage to Hits against you","type":"crafted"},{"id":"crafted.stat_1178188780","text":"Channelling Skills Cost +# Mana","type":"crafted"},{"id":"crafted.stat_3482587079","text":"Adds # to # Cold Damage to Hits against you","type":"crafted"},{"id":"crafted.stat_1086147743","text":"#% increased Ignite Duration on Enemies","type":"crafted"},{"id":"crafted.stat_771127912","text":"Lose # Life per second","type":"crafted"},{"id":"crafted.stat_385361774","text":"Adds # to # Chaos Damage to Attacks against you","type":"crafted"},{"id":"crafted.stat_3668351662","text":"#% increased Shock Duration on Enemies","type":"crafted"},{"id":"crafted.stat_838272676","text":"Lose # Mana per second","type":"crafted"},{"id":"crafted.stat_1905034712","text":"Adds # to # Fire Damage to Hits against you","type":"crafted"},{"id":"crafted.stat_617462123","text":"Adds # to # Cold Damage to Attacks against you","type":"crafted"},{"id":"crafted.stat_3181879507","text":"Shock yourself for # Seconds when you Focus","type":"crafted"},{"id":"crafted.stat_2127433866","text":"Adds # to # Fire Damage to Attacks against you","type":"crafted"},{"id":"crafted.stat_238314698","text":"Cannot roll Modifiers with Required Level above #","type":"crafted"},{"id":"crafted.stat_966747987","text":"+# to maximum number of Raised Zombies","type":"crafted"},{"id":"crafted.stat_2362265695","text":"#% chance to Avoid being Knocked Back","type":"crafted"},{"id":"crafted.stat_492027537","text":"+#% chance to Suppress Spell Damage","type":"crafted"},{"id":"crafted.stat_497196601","text":"#% of Damage Leeched by Enemy as Life while Focused","type":"crafted"}]},{"id":"crucible","label":"Crucible","entries":[{"id":"crucible.mod_58320","text":"Adds 2 to 7 Physical Damage\\n6% reduced Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_2397","text":"Adds 3 to 11 Physical Damage\\n6% reduced Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_20412","text":"Adds 6 to 12 Physical Damage\\n6% reduced Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_51047","text":"Adds 6 to 16 Physical Damage\\n6% reduced Attack Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_28634","text":"Adds 8 to 19 Physical Damage\\n6% reduced Attack Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_25161","text":"Adds 4 to 12 Physical Damage\\n6% reduced Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_1163","text":"Adds 6 to 16 Physical Damage\\n6% reduced Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_52531","text":"Adds 9 to 20 Physical Damage\\n6% reduced Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_22332","text":"Adds 11 to 25 Physical Damage\\n6% reduced Attack Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_4467","text":"Adds 14 to 33 Physical Damage\\n6% reduced Attack Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_7394","text":"Adds 2 to 6 Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_24582","text":"Adds 2 to 8 Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_31100","text":"Adds 3 to 10 Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_65423","text":"Adds 5 to 13 Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_53268","text":"Adds 6 to 15 Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_37103","text":"Adds 4 to 9 Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_21788","text":"Adds 6 to 11 Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_37668","text":"Adds 7 to 16 Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_65328","text":"Adds 8 to 19 Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_1490","text":"Adds 11 to 26 Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_48262","text":"Adds 1 to 3 Physical Damage\\n15% of Physical Damage Converted to Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_54503","text":"Adds 1 to 4 Physical Damage\\n15% of Physical Damage Converted to Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_49446","text":"Adds 2 to 6 Physical Damage\\n15% of Physical Damage Converted to Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_24057","text":"Adds 3 to 7 Physical Damage\\n15% of Physical Damage Converted to Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_61453","text":"Adds 5 to 8 Physical Damage\\n15% of Physical Damage Converted to Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_28724","text":"Adds 2 to 6 Physical Damage\\n25% of Physical Damage Converted to Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_17154","text":"Adds 3 to 8 Physical Damage\\n25% of Physical Damage Converted to Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_9703","text":"Adds 3 to 10 Physical Damage\\n25% of Physical Damage Converted to Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_11236","text":"Adds 5 to 13 Physical Damage\\n25% of Physical Damage Converted to Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_924","text":"Adds 6 to 15 Physical Damage\\n25% of Physical Damage Converted to Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_9502","text":"Adds 1 to 3 Physical Damage\\n15% of Physical Damage Converted to Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_42157","text":"Adds 1 to 4 Physical Damage\\n15% of Physical Damage Converted to Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_58280","text":"Adds 2 to 6 Physical Damage\\n15% of Physical Damage Converted to Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_34572","text":"Adds 3 to 7 Physical Damage\\n15% of Physical Damage Converted to Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_10664","text":"Adds 5 to 8 Physical Damage\\n15% of Physical Damage Converted to Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_35090","text":"Adds 2 to 6 Physical Damage\\n25% of Physical Damage Converted to Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_59590","text":"Adds 3 to 8 Physical Damage\\n25% of Physical Damage Converted to Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_58310","text":"Adds 3 to 10 Physical Damage\\n25% of Physical Damage Converted to Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_21596","text":"Adds 5 to 13 Physical Damage\\n25% of Physical Damage Converted to Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_30768","text":"Adds 6 to 15 Physical Damage\\n25% of Physical Damage Converted to Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_19998","text":"Adds 1 to 3 Physical Damage\\n15% of Physical Damage Converted to Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_50630","text":"Adds 1 to 4 Physical Damage\\n15% of Physical Damage Converted to Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_42341","text":"Adds 2 to 6 Physical Damage\\n15% of Physical Damage Converted to Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_12038","text":"Adds 3 to 7 Physical Damage\\n15% of Physical Damage Converted to Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_39503","text":"Adds 5 to 8 Physical Damage\\n15% of Physical Damage Converted to Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_53227","text":"Adds 2 to 6 Physical Damage\\n25% of Physical Damage Converted to Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_57439","text":"Adds 3 to 8 Physical Damage\\n25% of Physical Damage Converted to Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_3893","text":"Adds 3 to 10 Physical Damage\\n25% of Physical Damage Converted to Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_10615","text":"Adds 5 to 13 Physical Damage\\n25% of Physical Damage Converted to Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_50927","text":"Adds 6 to 15 Physical Damage\\n25% of Physical Damage Converted to Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_26442","text":"Adds 1 to 3 Physical Damage\\n15% of Physical Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_7846","text":"Adds 1 to 4 Physical Damage\\n15% of Physical Damage Converted to Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_57561","text":"Adds 2 to 6 Physical Damage\\n15% of Physical Damage Converted to Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_671","text":"Adds 3 to 7 Physical Damage\\n15% of Physical Damage Converted to Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_8915","text":"Adds 5 to 8 Physical Damage\\n15% of Physical Damage Converted to Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_13422","text":"Adds 2 to 6 Physical Damage\\n25% of Physical Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_36266","text":"Adds 3 to 8 Physical Damage\\n25% of Physical Damage Converted to Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_22547","text":"Adds 3 to 10 Physical Damage\\n25% of Physical Damage Converted to Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_46249","text":"Adds 5 to 13 Physical Damage\\n25% of Physical Damage Converted to Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_44096","text":"Adds 6 to 15 Physical Damage\\n25% of Physical Damage Converted to Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_15253","text":"Adds 1 to 3 Physical Damage\\n20% of Physical Damage converted to a random Element (Tier 1)","type":"crucible"},{"id":"crucible.mod_24002","text":"Adds 1 to 4 Physical Damage\\n20% of Physical Damage converted to a random Element (Tier 2)","type":"crucible"},{"id":"crucible.mod_13318","text":"Adds 2 to 6 Physical Damage\\n20% of Physical Damage converted to a random Element (Tier 3)","type":"crucible"},{"id":"crucible.mod_5806","text":"Adds 3 to 7 Physical Damage\\n20% of Physical Damage converted to a random Element (Tier 4)","type":"crucible"},{"id":"crucible.mod_25097","text":"Adds 5 to 8 Physical Damage\\n20% of Physical Damage converted to a random Element (Tier 5)","type":"crucible"},{"id":"crucible.mod_43606","text":"Adds 2 to 6 Physical Damage\\n35% of Physical Damage converted to a random Element (Tier 1)","type":"crucible"},{"id":"crucible.mod_5172","text":"Adds 3 to 8 Physical Damage\\n35% of Physical Damage converted to a random Element (Tier 2)","type":"crucible"},{"id":"crucible.mod_25664","text":"Adds 3 to 10 Physical Damage\\n35% of Physical Damage converted to a random Element (Tier 3)","type":"crucible"},{"id":"crucible.mod_8271","text":"Adds 5 to 13 Physical Damage\\n35% of Physical Damage converted to a random Element (Tier 4)","type":"crucible"},{"id":"crucible.mod_36251","text":"Adds 6 to 15 Physical Damage\\n35% of Physical Damage converted to a random Element (Tier 5)","type":"crucible"},{"id":"crucible.mod_64268","text":"Adds 1 to 3 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_452","text":"Adds 1 to 4 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_62","text":"Adds 2 to 6 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 3)","type":"crucible"},{"id":"crucible.mod_61454","text":"Adds 3 to 7 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 4)","type":"crucible"},{"id":"crucible.mod_30556","text":"Adds 5 to 8 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 5)","type":"crucible"},{"id":"crucible.mod_15398","text":"Adds 2 to 6 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_26710","text":"Adds 3 to 8 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_61223","text":"Adds 3 to 10 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 3)","type":"crucible"},{"id":"crucible.mod_33265","text":"Adds 5 to 13 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 4)","type":"crucible"},{"id":"crucible.mod_8452","text":"Adds 6 to 15 Physical Damage\\n15% chance to cause Bleeding on Hit (Tier 5)","type":"crucible"},{"id":"crucible.mod_57703","text":"Adds 1 to 3 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 1)","type":"crucible"},{"id":"crucible.mod_53584","text":"Adds 1 to 4 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 2)","type":"crucible"},{"id":"crucible.mod_62527","text":"Adds 2 to 6 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 3)","type":"crucible"},{"id":"crucible.mod_7016","text":"Adds 3 to 7 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 4)","type":"crucible"},{"id":"crucible.mod_55724","text":"Adds 5 to 8 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 5)","type":"crucible"},{"id":"crucible.mod_58769","text":"Adds 2 to 6 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 1)","type":"crucible"},{"id":"crucible.mod_11894","text":"Adds 3 to 8 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 2)","type":"crucible"},{"id":"crucible.mod_12551","text":"Adds 3 to 10 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 3)","type":"crucible"},{"id":"crucible.mod_50747","text":"Adds 5 to 13 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 4)","type":"crucible"},{"id":"crucible.mod_32892","text":"Adds 6 to 15 Physical Damage\\n15% chance to Impale Enemies on Hit with Attacks (Tier 5)","type":"crucible"},{"id":"crucible.mod_51716","text":"Adds 5 to 9 Fire Damage\\n6% reduced Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_34545","text":"Adds 9 to 13 Fire Damage\\n6% reduced Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_54465","text":"Adds 16 to 26 Fire Damage\\n6% reduced Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_52222","text":"Adds 27 to 42 Fire Damage\\n6% reduced Attack Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_57667","text":"Adds 55 to 83 Fire Damage\\n6% reduced Attack Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_22336","text":"Adds 9 to 14 Fire Damage\\n6% reduced Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_39077","text":"Adds 16 to 24 Fire Damage\\n6% reduced Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_22393","text":"Adds 30 to 47 Fire Damage\\n6% reduced Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_63596","text":"Adds 52 to 77 Fire Damage\\n6% reduced Attack Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_4488","text":"Adds 102 to 153 Fire Damage\\n6% reduced Attack Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_64191","text":"Adds 4 to 6 Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_12162","text":"Adds 7 to 10 Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_51974","text":"Adds 13 to 18 Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_51463","text":"Adds 22 to 32 Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_556","text":"Adds 42 to 63 Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_57276","text":"Adds 8 to 10 Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_32429","text":"Adds 13 to 19 Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_5561","text":"Adds 24 to 35 Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_40598","text":"Adds 39 to 61 Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_56502","text":"Adds 78 to 118 Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_34655","text":"Adds 1 to 5 Fire Damage\\n10% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_31456","text":"Adds 3 to 6 Fire Damage\\n10% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_29983","text":"Adds 7 to 12 Fire Damage\\n10% chance to Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_17381","text":"Adds 12 to 19 Fire Damage\\n10% chance to Ignite (Tier 4)","type":"crucible"},{"id":"crucible.mod_56300","text":"Adds 25 to 39 Fire Damage\\n10% chance to Ignite (Tier 5)","type":"crucible"},{"id":"crucible.mod_15317","text":"Adds 4 to 9 Fire Damage\\n20% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_44858","text":"Adds 7 to 11 Fire Damage\\n20% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_23976","text":"Adds 13 to 22 Fire Damage\\n20% chance to Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_19004","text":"Adds 23 to 36 Fire Damage\\n20% chance to Ignite (Tier 4)","type":"crucible"},{"id":"crucible.mod_38637","text":"Adds 48 to 71 Fire Damage\\n20% chance to Ignite (Tier 5)","type":"crucible"},{"id":"crucible.mod_37712","text":"25% increased Implicit Modifier magnitudes\\nAdds 1 to 5 Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_29891","text":"25% increased Implicit Modifier magnitudes\\nAdds 3 to 6 Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_45738","text":"25% increased Implicit Modifier magnitudes\\nAdds 7 to 12 Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_5312","text":"25% increased Implicit Modifier magnitudes\\nAdds 12 to 19 Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_55457","text":"25% increased Implicit Modifier magnitudes\\nAdds 25 to 39 Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_48429","text":"25% increased Implicit Modifier magnitudes\\nAdds 4 to 9 Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_46838","text":"25% increased Implicit Modifier magnitudes\\nAdds 7 to 11 Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_39015","text":"25% increased Implicit Modifier magnitudes\\nAdds 13 to 22 Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_3293","text":"25% increased Implicit Modifier magnitudes\\nAdds 23 to 36 Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_5480","text":"25% increased Implicit Modifier magnitudes\\nAdds 48 to 71 Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_62341","text":"Adds 4 to 9 Cold Damage\\nYour Cold Damage cannot Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_65300","text":"Adds 7 to 11 Cold Damage\\nYour Cold Damage cannot Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_21311","text":"Adds 15 to 24 Cold Damage\\nYour Cold Damage cannot Chill (Tier 3)","type":"crucible"},{"id":"crucible.mod_7504","text":"Adds 26 to 39 Cold Damage\\nYour Cold Damage cannot Chill (Tier 4)","type":"crucible"},{"id":"crucible.mod_58336","text":"Adds 52 to 78 Cold Damage\\nYour Cold Damage cannot Chill (Tier 5)","type":"crucible"},{"id":"crucible.mod_5614","text":"Adds 8 to 14 Cold Damage\\nYour Cold Damage cannot Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_39084","text":"Adds 14 to 23 Cold Damage\\nYour Cold Damage cannot Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_49032","text":"Adds 28 to 44 Cold Damage\\nYour Cold Damage cannot Chill (Tier 3)","type":"crucible"},{"id":"crucible.mod_22572","text":"Adds 47 to 73 Cold Damage\\nYour Cold Damage cannot Chill (Tier 4)","type":"crucible"},{"id":"crucible.mod_33118","text":"Adds 95 to 144 Cold Damage\\nYour Cold Damage cannot Chill (Tier 5)","type":"crucible"},{"id":"crucible.mod_31374","text":"Adds 4 to 6 Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_44815","text":"Adds 5 to 10 Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_25482","text":"Adds 12 to 18 Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_39882","text":"Adds 19 to 30 Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_16563","text":"Adds 41 to 60 Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_55976","text":"Adds 5 to 10 Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_45961","text":"Adds 10 to 17 Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_7106","text":"Adds 21 to 34 Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_60744","text":"Adds 37 to 55 Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_19599","text":"Adds 74 to 111 Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_64377","text":"Adds 1 to 5 Cold Damage\\n10% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_9893","text":"Adds 3 to 6 Cold Damage\\n10% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_44638","text":"Adds 7 to 10 Cold Damage\\n10% chance to Freeze (Tier 3)","type":"crucible"},{"id":"crucible.mod_27407","text":"Adds 12 to 19 Cold Damage\\n10% chance to Freeze (Tier 4)","type":"crucible"},{"id":"crucible.mod_52619","text":"Adds 24 to 35 Cold Damage\\n10% chance to Freeze (Tier 5)","type":"crucible"},{"id":"crucible.mod_23395","text":"Adds 4 to 6 Cold Damage\\n20% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_26947","text":"Adds 7 to 11 Cold Damage\\n20% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_741","text":"Adds 13 to 21 Cold Damage\\n20% chance to Freeze (Tier 3)","type":"crucible"},{"id":"crucible.mod_25316","text":"Adds 23 to 35 Cold Damage\\n20% chance to Freeze (Tier 4)","type":"crucible"},{"id":"crucible.mod_10646","text":"Adds 45 to 66 Cold Damage\\n20% chance to Freeze (Tier 5)","type":"crucible"},{"id":"crucible.mod_6602","text":"Adds 1 to 5 Cold Damage\\n4% increased Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_22317","text":"Adds 3 to 6 Cold Damage\\n4% increased Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_20897","text":"Adds 7 to 10 Cold Damage\\n4% increased Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_50690","text":"Adds 12 to 19 Cold Damage\\n4% increased Attack Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_61585","text":"Adds 24 to 35 Cold Damage\\n4% increased Attack Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_21944","text":"Adds 4 to 6 Cold Damage\\n4% increased Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_61470","text":"Adds 7 to 11 Cold Damage\\n4% increased Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_6546","text":"Adds 13 to 21 Cold Damage\\n4% increased Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_23822","text":"Adds 23 to 35 Cold Damage\\n4% increased Attack Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_34415","text":"Adds 45 to 66 Cold Damage\\n4% increased Attack Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_21850","text":"Adds 1 to 12 Lightning Damage\\n4% increased Lightning Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_64192","text":"Adds 1 to 20 Lightning Damage\\n4% increased Lightning Damage taken (Tier 2)","type":"crucible"},{"id":"crucible.mod_59436","text":"Adds 1 to 41 Lightning Damage\\n4% increased Lightning Damage taken (Tier 3)","type":"crucible"},{"id":"crucible.mod_8937","text":"Adds 3 to 66 Lightning Damage\\n4% increased Lightning Damage taken (Tier 4)","type":"crucible"},{"id":"crucible.mod_1934","text":"Adds 7 to 132 Lightning Damage\\n4% increased Lightning Damage taken (Tier 5)","type":"crucible"},{"id":"crucible.mod_58772","text":"Adds 1 to 21 Lightning Damage\\n6% increased Lightning Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_47211","text":"Adds 1 to 38 Lightning Damage\\n6% increased Lightning Damage taken (Tier 2)","type":"crucible"},{"id":"crucible.mod_32660","text":"Adds 3 to 75 Lightning Damage\\n6% increased Lightning Damage taken (Tier 3)","type":"crucible"},{"id":"crucible.mod_64902","text":"Adds 6 to 124 Lightning Damage\\n6% increased Lightning Damage taken (Tier 4)","type":"crucible"},{"id":"crucible.mod_2995","text":"Adds 13 to 242 Lightning Damage\\n6% increased Lightning Damage taken (Tier 5)","type":"crucible"},{"id":"crucible.mod_4424","text":"Adds 1 to 9 Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_11676","text":"Adds 1 to 17 Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_16589","text":"Adds 1 to 30 Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_17672","text":"Adds 3 to 51 Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_26133","text":"Adds 6 to 101 Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_18134","text":"Adds 1 to 16 Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_50331","text":"Adds 1 to 29 Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_24278","text":"Adds 3 to 58 Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_42223","text":"Adds 4 to 94 Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_7619","text":"Adds 10 to 186 Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_5940","text":"Adds 1 to 6 Lightning Damage\\n10% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_64600","text":"Adds 1 to 10 Lightning Damage\\n10% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_4512","text":"Adds 1 to 18 Lightning Damage\\n10% chance to Shock (Tier 3)","type":"crucible"},{"id":"crucible.mod_38707","text":"Adds 3 to 31 Lightning Damage\\n10% chance to Shock (Tier 4)","type":"crucible"},{"id":"crucible.mod_42997","text":"Adds 3 to 60 Lightning Damage\\n10% chance to Shock (Tier 5)","type":"crucible"},{"id":"crucible.mod_59525","text":"Adds 1 to 10 Lightning Damage\\n20% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_20475","text":"Adds 1 to 19 Lightning Damage\\n20% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_56853","text":"Adds 3 to 34 Lightning Damage\\n20% chance to Shock (Tier 3)","type":"crucible"},{"id":"crucible.mod_27326","text":"Adds 4 to 58 Lightning Damage\\n20% chance to Shock (Tier 4)","type":"crucible"},{"id":"crucible.mod_9341","text":"Adds 6 to 112 Lightning Damage\\n20% chance to Shock (Tier 5)","type":"crucible"},{"id":"crucible.mod_58047","text":"Adds 1 to 6 Lightning Damage\\n10% increased Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_64083","text":"Adds 1 to 10 Lightning Damage\\n10% increased Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_39498","text":"Adds 1 to 18 Lightning Damage\\n10% increased Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_5507","text":"Adds 3 to 31 Lightning Damage\\n10% increased Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_2816","text":"Adds 3 to 60 Lightning Damage\\n10% increased Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_30845","text":"Adds 1 to 10 Lightning Damage\\n10% increased Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_37645","text":"Adds 1 to 19 Lightning Damage\\n10% increased Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_47415","text":"Adds 3 to 34 Lightning Damage\\n10% increased Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_12538","text":"Adds 4 to 58 Lightning Damage\\n10% increased Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_61644","text":"Adds 6 to 112 Lightning Damage\\n10% increased Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_23529","text":"Adds 4 to 6 Chaos Damage\\n5% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_8526","text":"Adds 7 to 10 Chaos Damage\\n5% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_18947","text":"Adds 12 to 18 Chaos Damage\\n5% reduced maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_30283","text":"Adds 19 to 31 Chaos Damage\\n5% reduced maximum Life (Tier 4)","type":"crucible"},{"id":"crucible.mod_31388","text":"Adds 39 to 59 Chaos Damage\\n5% reduced maximum Life (Tier 5)","type":"crucible"},{"id":"crucible.mod_58910","text":"Adds 5 to 10 Chaos Damage\\n7% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_7388","text":"Adds 10 to 17 Chaos Damage\\n7% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_57950","text":"Adds 20 to 30 Chaos Damage\\n7% reduced maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_3066","text":"Adds 34 to 51 Chaos Damage\\n7% reduced maximum Life (Tier 4)","type":"crucible"},{"id":"crucible.mod_15164","text":"Adds 66 to 99 Chaos Damage\\n7% reduced maximum Life (Tier 5)","type":"crucible"},{"id":"crucible.mod_5117","text":"Adds 1 to 6 Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_6852","text":"Adds 3 to 8 Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_29319","text":"Adds 8 to 14 Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_54260","text":"Adds 15 to 24 Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_55286","text":"Adds 29 to 46 Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_35963","text":"Adds 4 to 6 Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_26177","text":"Adds 7 to 13 Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_46252","text":"Adds 15 to 24 Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_55950","text":"Adds 26 to 39 Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_64292","text":"Adds 50 to 77 Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_17840","text":"Adds 1 to 5 Chaos Damage\\n15% chance to Poison on Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_5349","text":"Adds 3 to 6 Chaos Damage\\n15% chance to Poison on Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_5479","text":"Adds 7 to 9 Chaos Damage\\n15% chance to Poison on Hit (Tier 3)","type":"crucible"},{"id":"crucible.mod_32010","text":"Adds 8 to 15 Chaos Damage\\n15% chance to Poison on Hit (Tier 4)","type":"crucible"},{"id":"crucible.mod_52362","text":"Adds 18 to 28 Chaos Damage\\n15% chance to Poison on Hit (Tier 5)","type":"crucible"},{"id":"crucible.mod_34553","text":"Adds 1 to 5 Chaos Damage\\n15% chance to Poison on Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_22352","text":"Adds 5 to 8 Chaos Damage\\n15% chance to Poison on Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_62789","text":"Adds 9 to 14 Chaos Damage\\n15% chance to Poison on Hit (Tier 3)","type":"crucible"},{"id":"crucible.mod_16474","text":"Adds 15 to 24 Chaos Damage\\n15% chance to Poison on Hit (Tier 4)","type":"crucible"},{"id":"crucible.mod_59841","text":"Adds 31 to 46 Chaos Damage\\n15% chance to Poison on Hit (Tier 5)","type":"crucible"},{"id":"crucible.mod_18265","text":"Adds 1 to 5 Chaos Damage\\n10% increased Effect of Withered (Tier 1)","type":"crucible"},{"id":"crucible.mod_25509","text":"Adds 3 to 6 Chaos Damage\\n10% increased Effect of Withered (Tier 2)","type":"crucible"},{"id":"crucible.mod_4715","text":"Adds 7 to 9 Chaos Damage\\n10% increased Effect of Withered (Tier 3)","type":"crucible"},{"id":"crucible.mod_61196","text":"Adds 8 to 15 Chaos Damage\\n10% increased Effect of Withered (Tier 4)","type":"crucible"},{"id":"crucible.mod_31463","text":"Adds 18 to 28 Chaos Damage\\n10% increased Effect of Withered (Tier 5)","type":"crucible"},{"id":"crucible.mod_5998","text":"Adds 1 to 5 Chaos Damage\\n20% increased Effect of Withered (Tier 1)","type":"crucible"},{"id":"crucible.mod_54019","text":"Adds 5 to 8 Chaos Damage\\n20% increased Effect of Withered (Tier 2)","type":"crucible"},{"id":"crucible.mod_31718","text":"Adds 9 to 14 Chaos Damage\\n20% increased Effect of Withered (Tier 3)","type":"crucible"},{"id":"crucible.mod_1636","text":"Adds 15 to 24 Chaos Damage\\n20% increased Effect of Withered (Tier 4)","type":"crucible"},{"id":"crucible.mod_62579","text":"Adds 31 to 46 Chaos Damage\\n20% increased Effect of Withered (Tier 5)","type":"crucible"},{"id":"crucible.mod_61405","text":"Adds 7 to 11 Fire Damage\\nAdds 7 to 11 Cold Damage\\nAdds 1 to 19 Lightning Damage\\nCannot inflict Elemental Ailments (Tier 1)","type":"crucible"},{"id":"crucible.mod_5360","text":"Adds 12 to 18 Fire Damage\\nAdds 12 to 18 Cold Damage\\nAdds 3 to 29 Lightning Damage\\nCannot inflict Elemental Ailments (Tier 2)","type":"crucible"},{"id":"crucible.mod_46485","text":"Adds 24 to 35 Fire Damage\\nAdds 24 to 35 Cold Damage\\nAdds 3 to 55 Lightning Damage\\nCannot inflict Elemental Ailments (Tier 3)","type":"crucible"},{"id":"crucible.mod_12476","text":"Adds 14 to 23 Fire Damage\\nAdds 14 to 23 Cold Damage\\nAdds 3 to 33 Lightning Damage\\nCannot inflict Elemental Ailments (Tier 1)","type":"crucible"},{"id":"crucible.mod_35180","text":"Adds 23 to 34 Fire Damage\\nAdds 23 to 34 Cold Damage\\nAdds 4 to 56 Lightning Damage\\nCannot inflict Elemental Ailments (Tier 2)","type":"crucible"},{"id":"crucible.mod_7669","text":"Adds 43 to 64 Fire Damage\\nAdds 43 to 64 Cold Damage\\nAdds 6 to 102 Lightning Damage\\nCannot inflict Elemental Ailments (Tier 3)","type":"crucible"},{"id":"crucible.mod_28768","text":"Adds 5 to 10 Fire Damage\\nAdds 5 to 10 Cold Damage\\nAdds 1 to 15 Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_60306","text":"Adds 9 to 15 Fire Damage\\nAdds 9 to 15 Cold Damage\\nAdds 1 to 23 Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_25806","text":"Adds 18 to 27 Fire Damage\\nAdds 18 to 27 Cold Damage\\nAdds 3 to 42 Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_21009","text":"Adds 10 to 17 Fire Damage\\nAdds 10 to 17 Cold Damage\\nAdds 3 to 26 Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_63570","text":"Adds 17 to 26 Fire Damage\\nAdds 17 to 26 Cold Damage\\nAdds 3 to 42 Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_27395","text":"Adds 34 to 49 Fire Damage\\nAdds 34 to 49 Cold Damage\\nAdds 4 to 78 Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_48691","text":"Adds 3 to 6 Fire Damage\\nAdds 3 to 6 Cold Damage\\nAdds 1 to 8 Lightning Damage\\n5% chance to Freeze, Shock and Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_61524","text":"Adds 6 to 10 Fire Damage\\nAdds 6 to 10 Cold Damage\\nAdds 1 to 13 Lightning Damage\\n5% chance to Freeze, Shock and Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_30676","text":"Adds 13 to 20 Fire Damage\\nAdds 13 to 20 Cold Damage\\nAdds 3 to 25 Lightning Damage\\n5% chance to Freeze, Shock and Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_41601","text":"Adds 7 to 11 Fire Damage\\nAdds 7 to 11 Cold Damage\\nAdds 3 to 15 Lightning Damage\\n10% chance to Freeze, Shock and Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_9772","text":"Adds 12 to 20 Fire Damage\\nAdds 12 to 20 Cold Damage\\nAdds 3 to 25 Lightning Damage\\n10% chance to Freeze, Shock and Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_23098","text":"Adds 24 to 35 Fire Damage\\nAdds 24 to 35 Cold Damage\\nAdds 4 to 46 Lightning Damage\\n10% chance to Freeze, Shock and Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_13110","text":"Adds 3 to 6 Fire Damage\\nAdds 3 to 6 Cold Damage\\nAdds 1 to 8 Lightning Damage\\n15% increased Effect of Non-Damaging Ailments (Tier 1)","type":"crucible"},{"id":"crucible.mod_1775","text":"Adds 4 to 9 Fire Damage\\nAdds 4 to 9 Cold Damage\\nAdds 1 to 13 Lightning Damage\\n15% increased Effect of Non-Damaging Ailments (Tier 2)","type":"crucible"},{"id":"crucible.mod_41492","text":"Adds 11 to 15 Fire Damage\\nAdds 11 to 15 Cold Damage\\nAdds 3 to 25 Lightning Damage\\n15% increased Effect of Non-Damaging Ailments (Tier 3)","type":"crucible"},{"id":"crucible.mod_11659","text":"Adds 7 to 10 Fire Damage\\nAdds 7 to 10 Cold Damage\\nAdds 3 to 15 Lightning Damage\\n25% increased Effect of Non-Damaging Ailments (Tier 1)","type":"crucible"},{"id":"crucible.mod_31799","text":"Adds 9 to 17 Fire Damage\\nAdds 9 to 17 Cold Damage\\nAdds 3 to 25 Lightning Damage\\n25% increased Effect of Non-Damaging Ailments (Tier 2)","type":"crucible"},{"id":"crucible.mod_14627","text":"Adds 20 to 29 Fire Damage\\nAdds 20 to 29 Cold Damage\\nAdds 4 to 46 Lightning Damage\\n25% increased Effect of Non-Damaging Ailments (Tier 3)","type":"crucible"},{"id":"crucible.mod_16058","text":"Adds 2 to 5 Physical Damage to Spells\\n6% reduced Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_36536","text":"Adds 5 to 7 Physical Damage to Spells\\n6% reduced Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_42973","text":"Adds 8 to 14 Physical Damage to Spells\\n6% reduced Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_27249","text":"Adds 14 to 22 Physical Damage to Spells\\n6% reduced Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_15149","text":"Adds 28 to 42 Physical Damage to Spells\\n6% reduced Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_13412","text":"Adds 4 to 7 Physical Damage to Spells\\n10% reduced Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_50121","text":"Adds 7 to 12 Physical Damage to Spells\\n10% reduced Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_1766","text":"Adds 14 to 22 Physical Damage to Spells\\n10% reduced Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_49935","text":"Adds 24 to 37 Physical Damage to Spells\\n10% reduced Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_50230","text":"Adds 47 to 71 Physical Damage to Spells\\n10% reduced Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_53045","text":"Adds 1 to 5 Physical Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_12689","text":"Adds 2 to 6 Physical Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_8935","text":"Adds 6 to 10 Physical Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_43622","text":"Adds 11 to 17 Physical Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_14210","text":"Adds 21 to 33 Physical Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_37998","text":"Adds 2 to 5 Physical Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_63422","text":"Adds 5 to 10 Physical Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_6140","text":"Adds 10 to 17 Physical Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_39355","text":"Adds 18 to 28 Physical Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_52206","text":"Adds 36 to 55 Physical Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_38894","text":"Adds 1 to 3 Physical Damage to Spells\\n15% of Physical Damage Converted to Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_47310","text":"Adds 2 to 4 Physical Damage to Spells\\n15% of Physical Damage Converted to Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_46411","text":"Adds 4 to 6 Physical Damage to Spells\\n15% of Physical Damage Converted to Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_3386","text":"Adds 6 to 10 Physical Damage to Spells\\n15% of Physical Damage Converted to Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_24267","text":"Adds 13 to 20 Physical Damage to Spells\\n15% of Physical Damage Converted to Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_48760","text":"Adds 1 to 3 Physical Damage to Spells\\n25% of Physical Damage Converted to Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_26215","text":"Adds 3 to 6 Physical Damage to Spells\\n25% of Physical Damage Converted to Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_21032","text":"Adds 7 to 10 Physical Damage to Spells\\n25% of Physical Damage Converted to Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_63657","text":"Adds 11 to 17 Physical Damage to Spells\\n25% of Physical Damage Converted to Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_3613","text":"Adds 22 to 33 Physical Damage to Spells\\n25% of Physical Damage Converted to Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_2537","text":"Adds 1 to 3 Physical Damage to Spells\\n15% of Physical Damage Converted to Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_17075","text":"Adds 2 to 4 Physical Damage to Spells\\n15% of Physical Damage Converted to Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_55490","text":"Adds 4 to 6 Physical Damage to Spells\\n15% of Physical Damage Converted to Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_10996","text":"Adds 6 to 10 Physical Damage to Spells\\n15% of Physical Damage Converted to Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_2252","text":"Adds 13 to 20 Physical Damage to Spells\\n15% of Physical Damage Converted to Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_10727","text":"Adds 1 to 3 Physical Damage to Spells\\n25% of Physical Damage Converted to Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_34534","text":"Adds 3 to 6 Physical Damage to Spells\\n25% of Physical Damage Converted to Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_15300","text":"Adds 7 to 10 Physical Damage to Spells\\n25% of Physical Damage Converted to Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_43554","text":"Adds 11 to 17 Physical Damage to Spells\\n25% of Physical Damage Converted to Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_24082","text":"Adds 22 to 33 Physical Damage to Spells\\n25% of Physical Damage Converted to Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_5361","text":"Adds 1 to 3 Physical Damage to Spells\\n15% of Physical Damage Converted to Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_10049","text":"Adds 2 to 4 Physical Damage to Spells\\n15% of Physical Damage Converted to Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_34390","text":"Adds 4 to 6 Physical Damage to Spells\\n15% of Physical Damage Converted to Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_21381","text":"Adds 6 to 10 Physical Damage to Spells\\n15% of Physical Damage Converted to Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_7125","text":"Adds 13 to 20 Physical Damage to Spells\\n15% of Physical Damage Converted to Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_48103","text":"Adds 1 to 3 Physical Damage to Spells\\n25% of Physical Damage Converted to Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_40271","text":"Adds 3 to 6 Physical Damage to Spells\\n25% of Physical Damage Converted to Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_60447","text":"Adds 7 to 10 Physical Damage to Spells\\n25% of Physical Damage Converted to Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_4189","text":"Adds 11 to 17 Physical Damage to Spells\\n25% of Physical Damage Converted to Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_53095","text":"Adds 22 to 33 Physical Damage to Spells\\n25% of Physical Damage Converted to Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_6968","text":"Adds 1 to 3 Physical Damage to Spells\\n15% of Physical Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_41288","text":"Adds 2 to 4 Physical Damage to Spells\\n15% of Physical Damage Converted to Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_21473","text":"Adds 4 to 6 Physical Damage to Spells\\n15% of Physical Damage Converted to Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_47009","text":"Adds 6 to 10 Physical Damage to Spells\\n15% of Physical Damage Converted to Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_64977","text":"Adds 13 to 20 Physical Damage to Spells\\n15% of Physical Damage Converted to Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_36247","text":"Adds 1 to 3 Physical Damage to Spells\\n25% of Physical Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_65204","text":"Adds 3 to 6 Physical Damage to Spells\\n25% of Physical Damage Converted to Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_29911","text":"Adds 7 to 10 Physical Damage to Spells\\n25% of Physical Damage Converted to Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_60489","text":"Adds 11 to 17 Physical Damage to Spells\\n25% of Physical Damage Converted to Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_11109","text":"Adds 22 to 33 Physical Damage to Spells\\n25% of Physical Damage Converted to Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_55437","text":"Adds 1 to 3 Physical Damage to Spells\\nOverwhelm 5% Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_7879","text":"Adds 2 to 4 Physical Damage to Spells\\nOverwhelm 5% Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_29758","text":"Adds 4 to 6 Physical Damage to Spells\\nOverwhelm 5% Physical Damage Reduction (Tier 3)","type":"crucible"},{"id":"crucible.mod_36730","text":"Adds 6 to 10 Physical Damage to Spells\\nOverwhelm 5% Physical Damage Reduction (Tier 4)","type":"crucible"},{"id":"crucible.mod_54859","text":"Adds 13 to 20 Physical Damage to Spells\\nOverwhelm 5% Physical Damage Reduction (Tier 5)","type":"crucible"},{"id":"crucible.mod_63918","text":"Adds 1 to 3 Physical Damage to Spells\\nOverwhelm 10% Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_28715","text":"Adds 3 to 6 Physical Damage to Spells\\nOverwhelm 10% Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_17739","text":"Adds 7 to 10 Physical Damage to Spells\\nOverwhelm 10% Physical Damage Reduction (Tier 3)","type":"crucible"},{"id":"crucible.mod_19601","text":"Adds 11 to 17 Physical Damage to Spells\\nOverwhelm 10% Physical Damage Reduction (Tier 4)","type":"crucible"},{"id":"crucible.mod_56142","text":"Adds 22 to 33 Physical Damage to Spells\\nOverwhelm 10% Physical Damage Reduction (Tier 5)","type":"crucible"},{"id":"crucible.mod_35319","text":"Adds 4 to 6 Fire Damage to Spells\\n6% reduced Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_46990","text":"Adds 6 to 10 Fire Damage to Spells\\n6% reduced Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_4131","text":"Adds 12 to 18 Fire Damage to Spells\\n6% reduced Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_50658","text":"Adds 19 to 30 Fire Damage to Spells\\n6% reduced Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_63183","text":"Adds 39 to 59 Fire Damage to Spells\\n6% reduced Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_28272","text":"Adds 7 to 10 Fire Damage to Spells\\n10% reduced Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_34594","text":"Adds 11 to 17 Fire Damage to Spells\\n10% reduced Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_46484","text":"Adds 21 to 34 Fire Damage to Spells\\n10% reduced Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_19083","text":"Adds 37 to 55 Fire Damage to Spells\\n10% reduced Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_44944","text":"Adds 73 to 109 Fire Damage to Spells\\n10% reduced Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_41540","text":"Adds 2 to 5 Fire Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_31448","text":"Adds 5 to 7 Fire Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_55254","text":"Adds 9 to 14 Fire Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_35511","text":"Adds 15 to 24 Fire Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_8502","text":"Adds 30 to 45 Fire Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_63780","text":"Adds 5 to 7 Fire Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_59188","text":"Adds 9 to 13 Fire Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_10201","text":"Adds 16 to 26 Fire Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_30193","text":"Adds 28 to 43 Fire Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_46855","text":"Adds 56 to 84 Fire Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_47615","text":"Adds 1 to 3 Fire Damage to Spells\\n10% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_2663","text":"Adds 2 to 4 Fire Damage to Spells\\n10% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_44375","text":"Adds 4 to 9 Fire Damage to Spells\\n10% chance to Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_56003","text":"Adds 8 to 14 Fire Damage to Spells\\n10% chance to Ignite (Tier 4)","type":"crucible"},{"id":"crucible.mod_20146","text":"Adds 18 to 28 Fire Damage to Spells\\n10% chance to Ignite (Tier 5)","type":"crucible"},{"id":"crucible.mod_5887","text":"Adds 2 to 6 Fire Damage to Spells\\n20% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_59541","text":"Adds 5 to 8 Fire Damage to Spells\\n20% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_10877","text":"Adds 9 to 16 Fire Damage to Spells\\n20% chance to Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_30045","text":"Adds 16 to 26 Fire Damage to Spells\\n20% chance to Ignite (Tier 4)","type":"crucible"},{"id":"crucible.mod_56432","text":"Adds 34 to 51 Fire Damage to Spells\\n20% chance to Ignite (Tier 5)","type":"crucible"},{"id":"crucible.mod_46218","text":"25% increased Implicit Modifier magnitudes\\nAdds 1 to 3 Fire Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_57645","text":"25% increased Implicit Modifier magnitudes\\nAdds 2 to 4 Fire Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_40760","text":"25% increased Implicit Modifier magnitudes\\nAdds 4 to 9 Fire Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_51555","text":"25% increased Implicit Modifier magnitudes\\nAdds 8 to 14 Fire Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_38110","text":"25% increased Implicit Modifier magnitudes\\nAdds 18 to 28 Fire Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_2354","text":"25% increased Implicit Modifier magnitudes\\nAdds 2 to 6 Fire Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_38526","text":"25% increased Implicit Modifier magnitudes\\nAdds 5 to 8 Fire Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_23898","text":"25% increased Implicit Modifier magnitudes\\nAdds 9 to 16 Fire Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_35280","text":"25% increased Implicit Modifier magnitudes\\nAdds 16 to 26 Fire Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_24211","text":"25% increased Implicit Modifier magnitudes\\nAdds 34 to 51 Fire Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_4180","text":"Adds 2 to 6 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_32431","text":"Adds 5 to 8 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_54352","text":"Adds 10 to 17 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 3)","type":"crucible"},{"id":"crucible.mod_64962","text":"Adds 18 to 28 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 4)","type":"crucible"},{"id":"crucible.mod_47547","text":"Adds 37 to 56 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 5)","type":"crucible"},{"id":"crucible.mod_60772","text":"Adds 5 to 10 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_63835","text":"Adds 10 to 16 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_39641","text":"Adds 20 to 32 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 3)","type":"crucible"},{"id":"crucible.mod_33090","text":"Adds 34 to 52 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 4)","type":"crucible"},{"id":"crucible.mod_37311","text":"Adds 68 to 103 Cold Damage to Spells\\nYour Cold Damage cannot Chill (Tier 5)","type":"crucible"},{"id":"crucible.mod_7221","text":"Adds 2 to 5 Cold Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_27339","text":"Adds 3 to 7 Cold Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_27792","text":"Adds 8 to 14 Cold Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_12769","text":"Adds 14 to 21 Cold Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_60102","text":"Adds 29 to 43 Cold Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_25832","text":"Adds 4 to 7 Cold Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_1750","text":"Adds 7 to 12 Cold Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_60600","text":"Adds 15 to 24 Cold Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_26963","text":"Adds 26 to 40 Cold Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_50869","text":"Adds 53 to 79 Cold Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_4889","text":"Adds 1 to 3 Cold Damage to Spells\\n10% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_56717","text":"Adds 2 to 4 Cold Damage to Spells\\n10% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_31320","text":"Adds 4 to 8 Cold Damage to Spells\\n10% chance to Freeze (Tier 3)","type":"crucible"},{"id":"crucible.mod_25836","text":"Adds 8 to 14 Cold Damage to Spells\\n10% chance to Freeze (Tier 4)","type":"crucible"},{"id":"crucible.mod_62311","text":"Adds 17 to 25 Cold Damage to Spells\\n10% chance to Freeze (Tier 5)","type":"crucible"},{"id":"crucible.mod_41494","text":"Adds 2 to 5 Cold Damage to Spells\\n20% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_44622","text":"Adds 5 to 8 Cold Damage to Spells\\n20% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_5961","text":"Adds 9 to 15 Cold Damage to Spells\\n20% chance to Freeze (Tier 3)","type":"crucible"},{"id":"crucible.mod_27558","text":"Adds 16 to 25 Cold Damage to Spells\\n20% chance to Freeze (Tier 4)","type":"crucible"},{"id":"crucible.mod_59529","text":"Adds 32 to 47 Cold Damage to Spells\\n20% chance to Freeze (Tier 5)","type":"crucible"},{"id":"crucible.mod_53496","text":"Adds 1 to 3 Cold Damage to Spells\\n5% increased Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_18814","text":"Adds 2 to 4 Cold Damage to Spells\\n5% increased Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_55477","text":"Adds 4 to 8 Cold Damage to Spells\\n5% increased Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_10387","text":"Adds 8 to 14 Cold Damage to Spells\\n5% increased Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_12029","text":"Adds 17 to 25 Cold Damage to Spells\\n5% increased Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_60122","text":"Adds 2 to 5 Cold Damage to Spells\\n10% increased Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_46434","text":"Adds 5 to 8 Cold Damage to Spells\\n10% increased Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_64064","text":"Adds 9 to 15 Cold Damage to Spells\\n10% increased Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_3471","text":"Adds 16 to 25 Cold Damage to Spells\\n10% increased Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_65047","text":"Adds 32 to 47 Cold Damage to Spells\\n10% increased Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_9156","text":"Adds 1 to 9 Lightning Damage to Spells\\n4% increased Lightning Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_16838","text":"Adds 1 to 15 Lightning Damage to Spells\\n4% increased Lightning Damage taken (Tier 2)","type":"crucible"},{"id":"crucible.mod_20004","text":"Adds 1 to 29 Lightning Damage to Spells\\n4% increased Lightning Damage taken (Tier 3)","type":"crucible"},{"id":"crucible.mod_13771","text":"Adds 2 to 48 Lightning Damage to Spells\\n4% increased Lightning Damage taken (Tier 4)","type":"crucible"},{"id":"crucible.mod_34675","text":"Adds 5 to 94 Lightning Damage to Spells\\n4% increased Lightning Damage taken (Tier 5)","type":"crucible"},{"id":"crucible.mod_60934","text":"Adds 1 to 16 Lightning Damage to Spells\\n6% increased Lightning Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_51545","text":"Adds 1 to 28 Lightning Damage to Spells\\n6% increased Lightning Damage taken (Tier 2)","type":"crucible"},{"id":"crucible.mod_37788","text":"Adds 2 to 53 Lightning Damage to Spells\\n6% increased Lightning Damage taken (Tier 3)","type":"crucible"},{"id":"crucible.mod_9920","text":"Adds 4 to 88 Lightning Damage to Spells\\n6% increased Lightning Damage taken (Tier 4)","type":"crucible"},{"id":"crucible.mod_18073","text":"Adds 9 to 173 Lightning Damage to Spells\\n6% increased Lightning Damage taken (Tier 5)","type":"crucible"},{"id":"crucible.mod_14289","text":"Adds 1 to 6 Lightning Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_44428","text":"Adds 1 to 12 Lightning Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_60651","text":"Adds 1 to 22 Lightning Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_43163","text":"Adds 2 to 37 Lightning Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_52539","text":"Adds 4 to 72 Lightning Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_34147","text":"Adds 1 to 12 Lightning Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_44958","text":"Adds 1 to 21 Lightning Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_53189","text":"Adds 2 to 41 Lightning Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_15896","text":"Adds 3 to 68 Lightning Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_3424","text":"Adds 7 to 133 Lightning Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_12692","text":"Adds 1 to 5 Lightning Damage to Spells\\n10% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_25397","text":"Adds 1 to 7 Lightning Damage to Spells\\n10% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_8885","text":"Adds 1 to 14 Lightning Damage to Spells\\n10% chance to Shock (Tier 3)","type":"crucible"},{"id":"crucible.mod_5491","text":"Adds 2 to 22 Lightning Damage to Spells\\n10% chance to Shock (Tier 4)","type":"crucible"},{"id":"crucible.mod_3496","text":"Adds 2 to 43 Lightning Damage to Spells\\n10% chance to Shock (Tier 5)","type":"crucible"},{"id":"crucible.mod_59835","text":"Adds 1 to 7 Lightning Damage to Spells\\n20% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_40676","text":"Adds 1 to 13 Lightning Damage to Spells\\n20% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_31739","text":"Adds 2 to 24 Lightning Damage to Spells\\n20% chance to Shock (Tier 3)","type":"crucible"},{"id":"crucible.mod_2961","text":"Adds 3 to 41 Lightning Damage to Spells\\n20% chance to Shock (Tier 4)","type":"crucible"},{"id":"crucible.mod_22429","text":"Adds 4 to 80 Lightning Damage to Spells\\n20% chance to Shock (Tier 5)","type":"crucible"},{"id":"crucible.mod_61845","text":"Adds 1 to 5 Lightning Damage to Spells\\n25% increased Critical Strike Chance for Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_33978","text":"Adds 1 to 7 Lightning Damage to Spells\\n25% increased Critical Strike Chance for Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_57431","text":"Adds 1 to 14 Lightning Damage to Spells\\n25% increased Critical Strike Chance for Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_40017","text":"Adds 2 to 22 Lightning Damage to Spells\\n25% increased Critical Strike Chance for Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_46439","text":"Adds 2 to 43 Lightning Damage to Spells\\n25% increased Critical Strike Chance for Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_9832","text":"Adds 1 to 7 Lightning Damage to Spells\\n40% increased Critical Strike Chance for Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_43267","text":"Adds 1 to 13 Lightning Damage to Spells\\n40% increased Critical Strike Chance for Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_28686","text":"Adds 2 to 24 Lightning Damage to Spells\\n40% increased Critical Strike Chance for Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_31432","text":"Adds 3 to 41 Lightning Damage to Spells\\n40% increased Critical Strike Chance for Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_30612","text":"Adds 4 to 80 Lightning Damage to Spells\\n40% increased Critical Strike Chance for Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_62856","text":"Adds 2 to 5 Chaos Damage to Spells\\n5% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_9716","text":"Adds 5 to 7 Chaos Damage to Spells\\n5% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_49298","text":"Adds 8 to 14 Chaos Damage to Spells\\n5% reduced maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_54382","text":"Adds 14 to 22 Chaos Damage to Spells\\n5% reduced maximum Life (Tier 4)","type":"crucible"},{"id":"crucible.mod_17425","text":"Adds 28 to 42 Chaos Damage to Spells\\n5% reduced maximum Life (Tier 5)","type":"crucible"},{"id":"crucible.mod_9388","text":"Adds 4 to 7 Chaos Damage to Spells\\n7% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_31054","text":"Adds 7 to 12 Chaos Damage to Spells\\n7% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_48564","text":"Adds 14 to 22 Chaos Damage to Spells\\n7% reduced maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_60066","text":"Adds 24 to 37 Chaos Damage to Spells\\n7% reduced maximum Life (Tier 4)","type":"crucible"},{"id":"crucible.mod_32924","text":"Adds 47 to 71 Chaos Damage to Spells\\n7% reduced maximum Life (Tier 5)","type":"crucible"},{"id":"crucible.mod_34956","text":"Adds 1 to 5 Chaos Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_60686","text":"Adds 2 to 6 Chaos Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_50449","text":"Adds 6 to 10 Chaos Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_13309","text":"Adds 11 to 17 Chaos Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_57471","text":"Adds 21 to 33 Chaos Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_8001","text":"Adds 2 to 5 Chaos Damage to Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_44609","text":"Adds 5 to 10 Chaos Damage to Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_15671","text":"Adds 10 to 17 Chaos Damage to Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_60397","text":"Adds 18 to 28 Chaos Damage to Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_18508","text":"Adds 36 to 55 Chaos Damage to Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_43950","text":"Adds 1 to 3 Chaos Damage to Spells\\n10% chance to Poison on Hit with Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_1270","text":"Adds 2 to 4 Chaos Damage to Spells\\n10% chance to Poison on Hit with Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_65446","text":"Adds 4 to 6 Chaos Damage to Spells\\n10% chance to Poison on Hit with Spell Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_11624","text":"Adds 6 to 10 Chaos Damage to Spells\\n10% chance to Poison on Hit with Spell Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_24863","text":"Adds 13 to 20 Chaos Damage to Spells\\n10% chance to Poison on Hit with Spell Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_49656","text":"Adds 1 to 3 Chaos Damage to Spells\\n20% chance to Poison on Hit with Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_6224","text":"Adds 3 to 6 Chaos Damage to Spells\\n20% chance to Poison on Hit with Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_44112","text":"Adds 7 to 10 Chaos Damage to Spells\\n20% chance to Poison on Hit with Spell Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_44129","text":"Adds 11 to 17 Chaos Damage to Spells\\n20% chance to Poison on Hit with Spell Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_65008","text":"Adds 22 to 33 Chaos Damage to Spells\\n20% chance to Poison on Hit with Spell Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_19477","text":"Adds 1 to 3 Chaos Damage to Spells\\n10% increased Effect of Withered (Tier 1)","type":"crucible"},{"id":"crucible.mod_32325","text":"Adds 2 to 4 Chaos Damage to Spells\\n10% increased Effect of Withered (Tier 2)","type":"crucible"},{"id":"crucible.mod_746","text":"Adds 4 to 6 Chaos Damage to Spells\\n10% increased Effect of Withered (Tier 3)","type":"crucible"},{"id":"crucible.mod_18750","text":"Adds 6 to 10 Chaos Damage to Spells\\n10% increased Effect of Withered (Tier 4)","type":"crucible"},{"id":"crucible.mod_34674","text":"Adds 13 to 20 Chaos Damage to Spells\\n10% increased Effect of Withered (Tier 5)","type":"crucible"},{"id":"crucible.mod_22564","text":"Adds 1 to 3 Chaos Damage to Spells\\n20% increased Effect of Withered (Tier 1)","type":"crucible"},{"id":"crucible.mod_51341","text":"Adds 3 to 6 Chaos Damage to Spells\\n20% increased Effect of Withered (Tier 2)","type":"crucible"},{"id":"crucible.mod_5900","text":"Adds 7 to 10 Chaos Damage to Spells\\n20% increased Effect of Withered (Tier 3)","type":"crucible"},{"id":"crucible.mod_39104","text":"Adds 11 to 17 Chaos Damage to Spells\\n20% increased Effect of Withered (Tier 4)","type":"crucible"},{"id":"crucible.mod_16291","text":"Adds 22 to 33 Chaos Damage to Spells\\n20% increased Effect of Withered (Tier 5)","type":"crucible"},{"id":"crucible.mod_30749","text":"14% increased Spell Damage\\n40% reduced Critical Strike Chance for Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_37032","text":"21% increased Spell Damage\\n40% reduced Critical Strike Chance for Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_50952","text":"28% increased Spell Damage\\n40% reduced Critical Strike Chance for Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_20811","text":"35% increased Spell Damage\\n40% reduced Critical Strike Chance for Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_51994","text":"42% increased Spell Damage\\n40% reduced Critical Strike Chance for Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_39115","text":"22% increased Spell Damage\\n80% reduced Critical Strike Chance for Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_36040","text":"34% increased Spell Damage\\n80% reduced Critical Strike Chance for Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_34251","text":"45% increased Spell Damage\\n80% reduced Critical Strike Chance for Spells (Tier 3)","type":"crucible"},{"id":"crucible.mod_11734","text":"56% increased Spell Damage\\n80% reduced Critical Strike Chance for Spells (Tier 4)","type":"crucible"},{"id":"crucible.mod_61669","text":"68% increased Spell Damage\\n80% reduced Critical Strike Chance for Spells (Tier 5)","type":"crucible"},{"id":"crucible.mod_55287","text":"(3-7)% increased Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_56135","text":"(8-12)% increased Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_59759","text":"(13-17)% increased Spell Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_1035","text":"(18-22)% increased Spell Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_50290","text":"(23-26)% increased Spell Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_55410","text":"16% increased Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_51830","text":"24% increased Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_56515","text":"32% increased Spell Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_42864","text":"40% increased Spell Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_29079","text":"48% increased Spell Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_60047","text":"7% increased Spell Damage\\n10% increased maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_9319","text":"10% increased Spell Damage\\n10% increased maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_39067","text":"13% increased Spell Damage\\n10% increased maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_14939","text":"17% increased Spell Damage\\n10% increased maximum Mana (Tier 4)","type":"crucible"},{"id":"crucible.mod_44978","text":"20% increased Spell Damage\\n10% increased maximum Mana (Tier 5)","type":"crucible"},{"id":"crucible.mod_33931","text":"11% increased Spell Damage\\n20% increased maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_17085","text":"16% increased Spell Damage\\n20% increased maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_55828","text":"21% increased Spell Damage\\n20% increased maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_13328","text":"26% increased Spell Damage\\n20% increased maximum Mana (Tier 4)","type":"crucible"},{"id":"crucible.mod_23877","text":"32% increased Spell Damage\\n20% increased maximum Mana (Tier 5)","type":"crucible"},{"id":"crucible.mod_31155","text":"7% increased Spell Damage\\n10% increased maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_19412","text":"10% increased Spell Damage\\n10% increased maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_48868","text":"13% increased Spell Damage\\n10% increased maximum Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_63699","text":"17% increased Spell Damage\\n10% increased maximum Energy Shield (Tier 4)","type":"crucible"},{"id":"crucible.mod_56908","text":"20% increased Spell Damage\\n10% increased maximum Energy Shield (Tier 5)","type":"crucible"},{"id":"crucible.mod_43893","text":"11% increased Spell Damage\\n20% increased maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_50192","text":"16% increased Spell Damage\\n20% increased maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_41446","text":"21% increased Spell Damage\\n20% increased maximum Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_22342","text":"26% increased Spell Damage\\n20% increased maximum Energy Shield (Tier 4)","type":"crucible"},{"id":"crucible.mod_12305","text":"32% increased Spell Damage\\n20% increased maximum Energy Shield (Tier 5)","type":"crucible"},{"id":"crucible.mod_7148","text":"14% increased Damage over Time\\n10% reduced Life Recovery rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_41615","text":"21% increased Damage over Time\\n10% reduced Life Recovery rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_4920","text":"28% increased Damage over Time\\n10% reduced Life Recovery rate (Tier 3)","type":"crucible"},{"id":"crucible.mod_32414","text":"35% increased Damage over Time\\n10% reduced Life Recovery rate (Tier 4)","type":"crucible"},{"id":"crucible.mod_33745","text":"42% increased Damage over Time\\n10% reduced Life Recovery rate (Tier 5)","type":"crucible"},{"id":"crucible.mod_2644","text":"22% increased Damage over Time\\n16% reduced Life Recovery rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_39139","text":"34% increased Damage over Time\\n16% reduced Life Recovery rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_22683","text":"45% increased Damage over Time\\n16% reduced Life Recovery rate (Tier 3)","type":"crucible"},{"id":"crucible.mod_40014","text":"56% increased Damage over Time\\n16% reduced Life Recovery rate (Tier 4)","type":"crucible"},{"id":"crucible.mod_27694","text":"68% increased Damage over Time\\n16% reduced Life Recovery rate (Tier 5)","type":"crucible"},{"id":"crucible.mod_4268","text":"10% increased Damage over Time (Tier 1)","type":"crucible"},{"id":"crucible.mod_63889","text":"15% increased Damage over Time (Tier 2)","type":"crucible"},{"id":"crucible.mod_49233","text":"20% increased Damage over Time (Tier 3)","type":"crucible"},{"id":"crucible.mod_40471","text":"25% increased Damage over Time (Tier 4)","type":"crucible"},{"id":"crucible.mod_46628","text":"30% increased Damage over Time (Tier 5)","type":"crucible"},{"id":"crucible.mod_26817","text":"16% increased Damage over Time (Tier 1)","type":"crucible"},{"id":"crucible.mod_29817","text":"24% increased Damage over Time (Tier 2)","type":"crucible"},{"id":"crucible.mod_39435","text":"32% increased Damage over Time (Tier 3)","type":"crucible"},{"id":"crucible.mod_52142","text":"40% increased Damage over Time (Tier 4)","type":"crucible"},{"id":"crucible.mod_44265","text":"48% increased Damage over Time (Tier 5)","type":"crucible"},{"id":"crucible.mod_65319","text":"7% increased Damage over Time\\n5% increased Skill Effect Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_26674","text":"10% increased Damage over Time\\n5% increased Skill Effect Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_59741","text":"13% increased Damage over Time\\n5% increased Skill Effect Duration (Tier 3)","type":"crucible"},{"id":"crucible.mod_17079","text":"17% increased Damage over Time\\n5% increased Skill Effect Duration (Tier 4)","type":"crucible"},{"id":"crucible.mod_34075","text":"20% increased Damage over Time\\n5% increased Skill Effect Duration (Tier 5)","type":"crucible"},{"id":"crucible.mod_6568","text":"11% increased Damage over Time\\n10% increased Skill Effect Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_61298","text":"16% increased Damage over Time\\n10% increased Skill Effect Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_48145","text":"21% increased Damage over Time\\n10% increased Skill Effect Duration (Tier 3)","type":"crucible"},{"id":"crucible.mod_28656","text":"26% increased Damage over Time\\n10% increased Skill Effect Duration (Tier 4)","type":"crucible"},{"id":"crucible.mod_42376","text":"32% increased Damage over Time\\n10% increased Skill Effect Duration (Tier 5)","type":"crucible"},{"id":"crucible.mod_37213","text":"7% increased Damage over Time\\n15% reduced Duration of Ailments on You (Tier 1)","type":"crucible"},{"id":"crucible.mod_13421","text":"10% increased Damage over Time\\n15% reduced Duration of Ailments on You (Tier 2)","type":"crucible"},{"id":"crucible.mod_17039","text":"13% increased Damage over Time\\n15% reduced Duration of Ailments on You (Tier 3)","type":"crucible"},{"id":"crucible.mod_25657","text":"17% increased Damage over Time\\n15% reduced Duration of Ailments on You (Tier 4)","type":"crucible"},{"id":"crucible.mod_29166","text":"20% increased Damage over Time\\n15% reduced Duration of Ailments on You (Tier 5)","type":"crucible"},{"id":"crucible.mod_43198","text":"11% increased Damage over Time\\n25% reduced Duration of Ailments on You (Tier 1)","type":"crucible"},{"id":"crucible.mod_40937","text":"16% increased Damage over Time\\n25% reduced Duration of Ailments on You (Tier 2)","type":"crucible"},{"id":"crucible.mod_866","text":"21% increased Damage over Time\\n25% reduced Duration of Ailments on You (Tier 3)","type":"crucible"},{"id":"crucible.mod_5261","text":"26% increased Damage over Time\\n25% reduced Duration of Ailments on You (Tier 4)","type":"crucible"},{"id":"crucible.mod_52801","text":"32% increased Damage over Time\\n25% reduced Duration of Ailments on You (Tier 5)","type":"crucible"},{"id":"crucible.mod_33074","text":"Minions deal 2 to 5 additional Physical Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_7163","text":"Minions deal 5 to 7 additional Physical Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_5688","text":"Minions deal 8 to 14 additional Physical Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_33685","text":"Minions deal 14 to 22 additional Physical Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_46564","text":"Minions deal 28 to 42 additional Physical Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_6782","text":"Minions deal 4 to 7 additional Physical Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_27604","text":"Minions deal 7 to 12 additional Physical Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_49079","text":"Minions deal 14 to 22 additional Physical Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_21042","text":"Minions deal 24 to 37 additional Physical Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_45709","text":"Minions deal 47 to 71 additional Physical Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_59259","text":"Minions deal 1 to 5 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_63983","text":"Minions deal 2 to 6 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_3117","text":"Minions deal 6 to 10 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_22812","text":"Minions deal 11 to 17 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_37830","text":"Minions deal 21 to 33 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_14494","text":"Minions deal 2 to 5 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_43725","text":"Minions deal 5 to 10 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_65111","text":"Minions deal 10 to 17 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_58965","text":"Minions deal 18 to 28 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_43619","text":"Minions deal 36 to 55 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_41068","text":"Minions convert 15% of Physical Damage to Fire Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_8324","text":"Minions convert 15% of Physical Damage to Fire Damage\\nMinions deal 2 to 4 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_32417","text":"Minions convert 15% of Physical Damage to Fire Damage\\nMinions deal 4 to 6 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_5529","text":"Minions convert 15% of Physical Damage to Fire Damage\\nMinions deal 6 to 10 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_31636","text":"Minions convert 15% of Physical Damage to Fire Damage\\nMinions deal 13 to 20 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_48387","text":"Minions convert 25% of Physical Damage to Fire Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_64900","text":"Minions convert 25% of Physical Damage to Fire Damage\\nMinions deal 3 to 6 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_25659","text":"Minions convert 25% of Physical Damage to Fire Damage\\nMinions deal 7 to 10 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_5131","text":"Minions convert 25% of Physical Damage to Fire Damage\\nMinions deal 11 to 17 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_5011","text":"Minions convert 25% of Physical Damage to Fire Damage\\nMinions deal 22 to 33 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_46527","text":"Minions convert 15% of Physical Damage to Cold Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_19471","text":"Minions convert 15% of Physical Damage to Cold Damage\\nMinions deal 2 to 4 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_38672","text":"Minions convert 15% of Physical Damage to Cold Damage\\nMinions deal 4 to 6 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_16912","text":"Minions convert 15% of Physical Damage to Cold Damage\\nMinions deal 6 to 10 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_52144","text":"Minions convert 15% of Physical Damage to Cold Damage\\nMinions deal 13 to 20 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_63303","text":"Minions convert 25% of Physical Damage to Cold Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_55703","text":"Minions convert 25% of Physical Damage to Cold Damage\\nMinions deal 3 to 6 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_61396","text":"Minions convert 25% of Physical Damage to Cold Damage\\nMinions deal 7 to 10 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_34959","text":"Minions convert 25% of Physical Damage to Cold Damage\\nMinions deal 11 to 17 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_30377","text":"Minions convert 25% of Physical Damage to Cold Damage\\nMinions deal 22 to 33 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_34280","text":"Minions convert 15% of Physical Damage to Lightning Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_16704","text":"Minions convert 15% of Physical Damage to Lightning Damage\\nMinions deal 2 to 4 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_54326","text":"Minions convert 15% of Physical Damage to Lightning Damage\\nMinions deal 4 to 6 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_35240","text":"Minions convert 15% of Physical Damage to Lightning Damage\\nMinions deal 6 to 10 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_54298","text":"Minions convert 15% of Physical Damage to Lightning Damage\\nMinions deal 13 to 20 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_28694","text":"Minions convert 25% of Physical Damage to Lightning Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_49124","text":"Minions convert 25% of Physical Damage to Lightning Damage\\nMinions deal 3 to 6 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_32059","text":"Minions convert 25% of Physical Damage to Lightning Damage\\nMinions deal 7 to 10 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_51988","text":"Minions convert 25% of Physical Damage to Lightning Damage\\nMinions deal 11 to 17 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_25789","text":"Minions convert 25% of Physical Damage to Lightning Damage\\nMinions deal 22 to 33 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_49790","text":"Minions convert 15% of Physical Damage to Chaos Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_48927","text":"Minions convert 15% of Physical Damage to Chaos Damage\\nMinions deal 2 to 4 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_6668","text":"Minions convert 15% of Physical Damage to Chaos Damage\\nMinions deal 4 to 6 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_58472","text":"Minions convert 15% of Physical Damage to Chaos Damage\\nMinions deal 6 to 10 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_9962","text":"Minions convert 15% of Physical Damage to Chaos Damage\\nMinions deal 13 to 20 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_37617","text":"Minions convert 25% of Physical Damage to Chaos Damage\\nMinions deal 1 to 3 additional Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_22872","text":"Minions convert 25% of Physical Damage to Chaos Damage\\nMinions deal 3 to 6 additional Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_13797","text":"Minions convert 25% of Physical Damage to Chaos Damage\\nMinions deal 7 to 10 additional Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_47484","text":"Minions convert 25% of Physical Damage to Chaos Damage\\nMinions deal 11 to 17 additional Physical Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_33929","text":"Minions convert 25% of Physical Damage to Chaos Damage\\nMinions deal 22 to 33 additional Physical Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_55101","text":"Minions deal 1 to 3 additional Physical Damage\\nMinions Attacks Overwhelm 5% Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_14291","text":"Minions deal 2 to 4 additional Physical Damage\\nMinions Attacks Overwhelm 5% Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_18189","text":"Minions deal 4 to 6 additional Physical Damage\\nMinions Attacks Overwhelm 5% Physical Damage Reduction (Tier 3)","type":"crucible"},{"id":"crucible.mod_27773","text":"Minions deal 6 to 10 additional Physical Damage\\nMinions Attacks Overwhelm 5% Physical Damage Reduction (Tier 4)","type":"crucible"},{"id":"crucible.mod_33356","text":"Minions deal 13 to 20 additional Physical Damage\\nMinions Attacks Overwhelm 5% Physical Damage Reduction (Tier 5)","type":"crucible"},{"id":"crucible.mod_427","text":"Minions deal 1 to 3 additional Physical Damage\\nMinions Attacks Overwhelm 10% Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_45079","text":"Minions deal 3 to 6 additional Physical Damage\\nMinions Attacks Overwhelm 10% Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_4647","text":"Minions deal 7 to 10 additional Physical Damage\\nMinions Attacks Overwhelm 10% Physical Damage Reduction (Tier 3)","type":"crucible"},{"id":"crucible.mod_7278","text":"Minions deal 11 to 17 additional Physical Damage\\nMinions Attacks Overwhelm 10% Physical Damage Reduction (Tier 4)","type":"crucible"},{"id":"crucible.mod_42224","text":"Minions deal 22 to 33 additional Physical Damage\\nMinions Attacks Overwhelm 10% Physical Damage Reduction (Tier 5)","type":"crucible"},{"id":"crucible.mod_58222","text":"Minions deal 4 to 6 additional Fire Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_45922","text":"Minions deal 6 to 10 additional Fire Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_911","text":"Minions deal 12 to 18 additional Fire Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_18043","text":"Minions deal 19 to 30 additional Fire Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_54492","text":"Minions deal 39 to 59 additional Fire Damage\\nMinions have 6% reduced Attack and Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_3437","text":"Minions deal 7 to 10 additional Fire Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_63882","text":"Minions deal 11 to 17 additional Fire Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_7684","text":"Minions deal 21 to 34 additional Fire Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_37266","text":"Minions deal 37 to 55 additional Fire Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_31521","text":"Minions deal 73 to 109 additional Fire Damage\\nMinions have 10% reduced Attack and Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_34723","text":"Minions deal 2 to 5 additional Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_6871","text":"Minions deal 5 to 7 additional Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_57885","text":"Minions deal 9 to 14 additional Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_41258","text":"Minions deal 15 to 24 additional Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_50723","text":"Minions deal 30 to 45 additional Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_32288","text":"Minions deal 5 to 7 additional Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_37836","text":"Minions deal 9 to 13 additional Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_36159","text":"Minions deal 16 to 26 additional Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_39499","text":"Minions deal 28 to 43 additional Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_11819","text":"Minions deal 56 to 84 additional Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_57934","text":"Minions deal 1 to 3 additional Fire Damage\\nMinions have 8% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_797","text":"Minions deal 2 to 4 additional Fire Damage\\nMinions have 8% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_59717","text":"Minions deal 4 to 9 additional Fire Damage\\nMinions have 8% chance to Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_53810","text":"Minions deal 8 to 14 additional Fire Damage\\nMinions have 8% chance to Ignite (Tier 4)","type":"crucible"},{"id":"crucible.mod_822","text":"Minions deal 18 to 28 additional Fire Damage\\nMinions have 8% chance to Ignite (Tier 5)","type":"crucible"},{"id":"crucible.mod_41177","text":"Minions deal 2 to 6 additional Fire Damage\\nMinions have 16% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_38082","text":"Minions deal 5 to 8 additional Fire Damage\\nMinions have 16% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_5094","text":"Minions deal 9 to 16 additional Fire Damage\\nMinions have 16% chance to Ignite (Tier 3)","type":"crucible"},{"id":"crucible.mod_60865","text":"Minions deal 16 to 26 additional Fire Damage\\nMinions have 16% chance to Ignite (Tier 4)","type":"crucible"},{"id":"crucible.mod_43972","text":"Minions deal 34 to 51 additional Fire Damage\\nMinions have 16% chance to Ignite (Tier 5)","type":"crucible"},{"id":"crucible.mod_12622","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 1 to 3 additional Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_36252","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 2 to 4 additional Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_56874","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 4 to 9 additional Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_62282","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 8 to 14 additional Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_19454","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 18 to 28 additional Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_52919","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 2 to 6 additional Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_33621","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 5 to 8 additional Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_62448","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 9 to 16 additional Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_47035","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 16 to 26 additional Fire Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_1865","text":"25% increased Implicit Modifier magnitudes\\nMinions deal 34 to 51 additional Fire Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_1843","text":"Minions deal 4 to 6 additional Cold Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_33210","text":"Minions deal 6 to 10 additional Cold Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_32535","text":"Minions deal 12 to 18 additional Cold Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_59606","text":"Minions deal 19 to 30 additional Cold Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_40148","text":"Minions deal 39 to 59 additional Cold Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_8327","text":"Minions deal 7 to 10 additional Cold Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_7870","text":"Minions deal 11 to 17 additional Cold Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_8684","text":"Minions deal 21 to 34 additional Cold Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_50791","text":"Minions deal 37 to 55 additional Cold Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_46632","text":"Minions deal 73 to 109 additional Cold Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_62339","text":"Minions deal 2 to 6 additional Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_10108","text":"Minions deal 5 to 8 additional Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_58840","text":"Minions deal 10 to 17 additional Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_16557","text":"Minions deal 18 to 28 additional Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_56911","text":"Minions deal 37 to 56 additional Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_30083","text":"Minions deal 5 to 10 additional Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_51244","text":"Minions deal 10 to 16 additional Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_52471","text":"Minions deal 20 to 32 additional Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_32893","text":"Minions deal 34 to 52 additional Cold Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_53931","text":"Minions deal 68 to 103 additional Cold Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_23242","text":"Minions deal 2 to 5 additional Cold Damage\\nMinions have 8% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_18130","text":"Minions deal 3 to 7 additional Cold Damage\\nMinions have 8% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_58836","text":"Minions deal 8 to 14 additional Cold Damage\\nMinions have 8% chance to Freeze (Tier 3)","type":"crucible"},{"id":"crucible.mod_22209","text":"Minions deal 14 to 21 additional Cold Damage\\nMinions have 8% chance to Freeze (Tier 4)","type":"crucible"},{"id":"crucible.mod_43533","text":"Minions deal 29 to 43 additional Cold Damage\\nMinions have 8% chance to Freeze (Tier 5)","type":"crucible"},{"id":"crucible.mod_27276","text":"Minions deal 4 to 7 additional Cold Damage\\nMinions have 16% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_33139","text":"Minions deal 7 to 12 additional Cold Damage\\nMinions have 16% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_18164","text":"Minions deal 15 to 24 additional Cold Damage\\nMinions have 16% chance to Freeze (Tier 3)","type":"crucible"},{"id":"crucible.mod_2341","text":"Minions deal 26 to 40 additional Cold Damage\\nMinions have 16% chance to Freeze (Tier 4)","type":"crucible"},{"id":"crucible.mod_53920","text":"Minions deal 53 to 79 additional Cold Damage\\nMinions have 16% chance to Freeze (Tier 5)","type":"crucible"},{"id":"crucible.mod_31319","text":"Minions deal 1 to 3 additional Cold Damage\\nMinions have 6% increased Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_52578","text":"Minions deal 2 to 4 additional Cold Damage\\nMinions have 6% increased Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_64206","text":"Minions deal 4 to 8 additional Cold Damage\\nMinions have 6% increased Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_50744","text":"Minions deal 8 to 14 additional Cold Damage\\nMinions have 6% increased Attack and Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_46315","text":"Minions deal 17 to 25 additional Cold Damage\\nMinions have 6% increased Attack and Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_1715","text":"Minions deal 2 to 5 additional Cold Damage\\nMinions have 10% increased Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_48820","text":"Minions deal 5 to 8 additional Cold Damage\\nMinions have 10% increased Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_63368","text":"Minions deal 9 to 15 additional Cold Damage\\nMinions have 10% increased Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_58687","text":"Minions deal 16 to 25 additional Cold Damage\\nMinions have 10% increased Attack and Cast Speed (Tier 4)","type":"crucible"},{"id":"crucible.mod_51658","text":"Minions deal 32 to 47 additional Cold Damage\\nMinions have 10% increased Attack and Cast Speed (Tier 5)","type":"crucible"},{"id":"crucible.mod_47515","text":"4% increased Lightning Damage taken\\nMinions deal 1 to 9 additional Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_13733","text":"4% increased Lightning Damage taken\\nMinions deal 1 to 15 additional Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_41152","text":"4% increased Lightning Damage taken\\nMinions deal 1 to 29 additional Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_6571","text":"4% increased Lightning Damage taken\\nMinions deal 2 to 48 additional Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_18583","text":"4% increased Lightning Damage taken\\nMinions deal 5 to 94 additional Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_8560","text":"6% increased Lightning Damage taken\\nMinions deal 1 to 16 additional Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_15932","text":"6% increased Lightning Damage taken\\nMinions deal 1 to 28 additional Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_42416","text":"6% increased Lightning Damage taken\\nMinions deal 2 to 53 additional Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_32847","text":"6% increased Lightning Damage taken\\nMinions deal 4 to 88 additional Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_39733","text":"6% increased Lightning Damage taken\\nMinions deal 9 to 173 additional Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_59256","text":"Minions deal 1 to 6 additional Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_17346","text":"Minions deal 1 to 12 additional Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_1895","text":"Minions deal 1 to 22 additional Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_63645","text":"Minions deal 2 to 37 additional Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_5013","text":"Minions deal 4 to 72 additional Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_562","text":"Minions deal 1 to 12 additional Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_52863","text":"Minions deal 1 to 21 additional Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_33763","text":"Minions deal 2 to 41 additional Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_9845","text":"Minions deal 3 to 68 additional Lightning Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_51239","text":"Minions deal 7 to 133 additional Lightning Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_12388","text":"Minions deal 1 to 5 additional Lightning Damage\\nMinions have 8% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_7793","text":"Minions deal 1 to 7 additional Lightning Damage\\nMinions have 8% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_40344","text":"Minions deal 1 to 14 additional Lightning Damage\\nMinions have 8% chance to Shock (Tier 3)","type":"crucible"},{"id":"crucible.mod_44344","text":"Minions deal 2 to 22 additional Lightning Damage\\nMinions have 8% chance to Shock (Tier 4)","type":"crucible"},{"id":"crucible.mod_5604","text":"Minions deal 2 to 43 additional Lightning Damage\\nMinions have 8% chance to Shock (Tier 5)","type":"crucible"},{"id":"crucible.mod_33325","text":"Minions deal 1 to 7 additional Lightning Damage\\nMinions have 16% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_36608","text":"Minions deal 1 to 13 additional Lightning Damage\\nMinions have 16% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_27178","text":"Minions deal 2 to 24 additional Lightning Damage\\nMinions have 16% chance to Shock (Tier 3)","type":"crucible"},{"id":"crucible.mod_11377","text":"Minions deal 3 to 41 additional Lightning Damage\\nMinions have 16% chance to Shock (Tier 4)","type":"crucible"},{"id":"crucible.mod_42162","text":"Minions deal 4 to 80 additional Lightning Damage\\nMinions have 16% chance to Shock (Tier 5)","type":"crucible"},{"id":"crucible.mod_22221","text":"Minions deal 1 to 5 additional Lightning Damage\\nMinions have 25% increased Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_62897","text":"Minions deal 1 to 7 additional Lightning Damage\\nMinions have 25% increased Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_22229","text":"Minions deal 1 to 14 additional Lightning Damage\\nMinions have 25% increased Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_52729","text":"Minions deal 2 to 22 additional Lightning Damage\\nMinions have 25% increased Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_4446","text":"Minions deal 2 to 43 additional Lightning Damage\\nMinions have 25% increased Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_46195","text":"Minions deal 1 to 7 additional Lightning Damage\\nMinions have 40% increased Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_36637","text":"Minions deal 1 to 13 additional Lightning Damage\\nMinions have 40% increased Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_64105","text":"Minions deal 2 to 24 additional Lightning Damage\\nMinions have 40% increased Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_8376","text":"Minions deal 3 to 41 additional Lightning Damage\\nMinions have 40% increased Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_5783","text":"Minions deal 4 to 80 additional Lightning Damage\\nMinions have 40% increased Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_30920","text":"6% reduced maximum Life\\nMinions deal 2 to 5 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_63472","text":"6% reduced maximum Life\\nMinions deal 5 to 7 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_43892","text":"6% reduced maximum Life\\nMinions deal 8 to 14 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_60625","text":"6% reduced maximum Life\\nMinions deal 14 to 22 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_50673","text":"6% reduced maximum Life\\nMinions deal 28 to 42 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_54863","text":"10% reduced maximum Life\\nMinions deal 4 to 7 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_38309","text":"10% reduced maximum Life\\nMinions deal 7 to 12 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_53218","text":"10% reduced maximum Life\\nMinions deal 14 to 22 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_30327","text":"10% reduced maximum Life\\nMinions deal 24 to 37 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_10098","text":"10% reduced maximum Life\\nMinions deal 47 to 71 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_61815","text":"Minions deal 1 to 5 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_23448","text":"Minions deal 2 to 6 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_13136","text":"Minions deal 6 to 10 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_33317","text":"Minions deal 11 to 17 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_56788","text":"Minions deal 21 to 33 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_4365","text":"Minions deal 2 to 5 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_12328","text":"Minions deal 5 to 10 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_30186","text":"Minions deal 10 to 17 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_23081","text":"Minions deal 18 to 28 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_44901","text":"Minions deal 36 to 55 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_32284","text":"Minions have 8% chance to Poison Enemies on Hit\\nMinions deal 1 to 3 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_64805","text":"Minions have 8% chance to Poison Enemies on Hit\\nMinions deal 2 to 4 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_58292","text":"Minions have 8% chance to Poison Enemies on Hit\\nMinions deal 4 to 6 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_29145","text":"Minions have 8% chance to Poison Enemies on Hit\\nMinions deal 6 to 10 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_52766","text":"Minions have 8% chance to Poison Enemies on Hit\\nMinions deal 13 to 20 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_62323","text":"Minions have 16% chance to Poison Enemies on Hit\\nMinions deal 1 to 3 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_24625","text":"Minions have 16% chance to Poison Enemies on Hit\\nMinions deal 3 to 6 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_58150","text":"Minions have 16% chance to Poison Enemies on Hit\\nMinions deal 7 to 10 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_3733","text":"Minions have 16% chance to Poison Enemies on Hit\\nMinions deal 11 to 17 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_53281","text":"Minions have 16% chance to Poison Enemies on Hit\\nMinions deal 22 to 33 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_28602","text":"+7% to Chaos Resistance\\nMinions deal 1 to 3 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_1553","text":"+7% to Chaos Resistance\\nMinions deal 2 to 4 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_9613","text":"+7% to Chaos Resistance\\nMinions deal 4 to 6 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_40925","text":"+7% to Chaos Resistance\\nMinions deal 6 to 10 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_36962","text":"+7% to Chaos Resistance\\nMinions deal 13 to 20 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_21582","text":"+13% to Chaos Resistance\\nMinions deal 1 to 3 additional Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_30096","text":"+13% to Chaos Resistance\\nMinions deal 3 to 6 additional Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_5082","text":"+13% to Chaos Resistance\\nMinions deal 7 to 10 additional Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_26937","text":"+13% to Chaos Resistance\\nMinions deal 11 to 17 additional Chaos Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_46630","text":"+13% to Chaos Resistance\\nMinions deal 22 to 33 additional Chaos Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_30633","text":"Minions deal 14% increased Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_21298","text":"Minions deal 21% increased Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_44376","text":"Minions deal 28% increased Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_22075","text":"Minions deal 35% increased Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_23715","text":"Minions deal 42% increased Damage\\nMinions have 40% reduced Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_27394","text":"Minions deal 22% increased Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_12091","text":"Minions deal 34% increased Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_64784","text":"Minions deal 45% increased Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_63279","text":"Minions deal 56% increased Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 4)","type":"crucible"},{"id":"crucible.mod_26117","text":"Minions deal 68% increased Damage\\nMinions have 80% reduced Critical Strike Chance (Tier 5)","type":"crucible"},{"id":"crucible.mod_51892","text":"Minions deal 10% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_17640","text":"Minions deal 15% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_18058","text":"Minions deal 20% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_35929","text":"Minions deal 25% increased Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_64645","text":"Minions deal 30% increased Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_20288","text":"Minions deal 16% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_37459","text":"Minions deal 24% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_26395","text":"Minions deal 32% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_18110","text":"Minions deal 40% increased Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_30015","text":"Minions deal 48% increased Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_53895","text":"10% increased maximum Mana\\nMinions deal 7% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_21346","text":"10% increased maximum Mana\\nMinions deal 10% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_26923","text":"10% increased maximum Mana\\nMinions deal 13% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_27112","text":"10% increased maximum Mana\\nMinions deal 17% increased Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_50122","text":"10% increased maximum Mana\\nMinions deal 20% increased Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_37938","text":"20% increased maximum Mana\\nMinions deal 11% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_3243","text":"20% increased maximum Mana\\nMinions deal 16% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_43166","text":"20% increased maximum Mana\\nMinions deal 21% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_50505","text":"20% increased maximum Mana\\nMinions deal 26% increased Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_6938","text":"20% increased maximum Mana\\nMinions deal 32% increased Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_48424","text":"10% increased maximum Energy Shield\\nMinions deal 7% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_16617","text":"10% increased maximum Energy Shield\\nMinions deal 10% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_232","text":"10% increased maximum Energy Shield\\nMinions deal 13% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_59080","text":"10% increased maximum Energy Shield\\nMinions deal 17% increased Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_33234","text":"10% increased maximum Energy Shield\\nMinions deal 20% increased Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_49338","text":"20% increased maximum Energy Shield\\nMinions deal 11% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_37486","text":"20% increased maximum Energy Shield\\nMinions deal 16% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_48152","text":"20% increased maximum Energy Shield\\nMinions deal 21% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_7945","text":"20% increased maximum Energy Shield\\nMinions deal 26% increased Damage (Tier 4)","type":"crucible"},{"id":"crucible.mod_23283","text":"20% increased maximum Energy Shield\\nMinions deal 32% increased Damage (Tier 5)","type":"crucible"},{"id":"crucible.mod_24421","text":"+1 to Level of Socketed Bow Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_37197","text":"+2 to Level of Socketed Melee Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_46570","text":"+1 to Level of Socketed Melee Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_23287","text":"+2 to Level of Socketed Spell Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_39532","text":"+1 to Level of Socketed Spell Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_54268","text":"+2 to Level of Socketed Minion Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_49823","text":"+1 to Level of Socketed Minion Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_53520","text":"+1 to Level of Socketed Dexterity Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_27838","text":"+1 to Level of Socketed Strength Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_63087","text":"+1 to Level of Socketed Intelligence Gems (Tier 1)","type":"crucible"},{"id":"crucible.mod_17194","text":"Adds 1 to 3 Cold Damage to Attacks with this Weapon per 10 Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_56001","text":"Adds 2 to 4 Cold Damage to Attacks with this Weapon per 10 Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_54726","text":"Adds 1 to 3 Fire Damage to Attacks with this Weapon per 10 Strength (Tier 1)","type":"crucible"},{"id":"crucible.mod_37224","text":"Adds 2 to 4 Fire Damage to Attacks with this Weapon per 10 Strength (Tier 1)","type":"crucible"},{"id":"crucible.mod_25630","text":"Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_42504","text":"Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_9998","text":"Adds 2 to 4 Chaos Damage to Attacks with this Weapon per 10 of your lowest Attribute (Tier 1)","type":"crucible"},{"id":"crucible.mod_42984","text":"Adds 3 to 5 Chaos Damage to Attacks with this Weapon per 10 of your lowest Attribute (Tier 1)","type":"crucible"},{"id":"crucible.mod_60139","text":"20% increased Global Damage\\n10% increased Cost of Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_47650","text":"30% increased Global Damage\\n10% increased Cost of Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_32547","text":"40% increased Global Damage\\n10% increased Cost of Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_12247","text":"40% increased Global Damage\\n20% increased Cost of Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_333","text":"50% increased Global Damage\\n20% increased Cost of Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_52765","text":"60% increased Global Damage\\n20% increased Cost of Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_8535","text":"15% increased Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_12971","text":"20% increased Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_49766","text":"25% increased Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_30278","text":"20% increased Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_10616","text":"30% increased Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_14461","text":"40% increased Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_21705","text":"4% increased Attributes\\n8% increased Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_33285","text":"4% increased Attributes\\n12% increased Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_18430","text":"4% increased Attributes\\n16% increased Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_20500","text":"6% increased Attributes\\n15% increased Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_28343","text":"6% increased Attributes\\n20% increased Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_35076","text":"6% increased Attributes\\n25% increased Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_8191","text":"+30 to maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_18092","text":"+35 to maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_12317","text":"+40 to maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_62365","text":"+45 to maximum Life (Tier 4)","type":"crucible"},{"id":"crucible.mod_50864","text":"+50 to maximum Life (Tier 5)","type":"crucible"},{"id":"crucible.mod_28322","text":"20% reduced Damage\\n+60 to maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_46681","text":"20% reduced Damage\\n+75 to maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_591","text":"20% reduced Damage\\n+80 to maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_22067","text":"+60 to maximum Life\\n-5% to all Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_51677","text":"+75 to maximum Life\\n-5% to all Elemental Resistances (Tier 2)","type":"crucible"},{"id":"crucible.mod_14915","text":"+80 to maximum Life\\n-5% to all Elemental Resistances (Tier 3)","type":"crucible"},{"id":"crucible.mod_8830","text":"50% reduced Armour, Evasion and Energy Shield\\n+60 to maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_23471","text":"50% reduced Armour, Evasion and Energy Shield\\n+75 to maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_47529","text":"50% reduced Armour, Evasion and Energy Shield\\n+80 to maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_13514","text":"+15 to maximum Life\\nRegenerate 0.4% of Life per second (Tier 1)","type":"crucible"},{"id":"crucible.mod_2200","text":"+20 to maximum Life\\nRegenerate 0.4% of Life per second (Tier 2)","type":"crucible"},{"id":"crucible.mod_37571","text":"+25 to maximum Life\\nRegenerate 0.4% of Life per second (Tier 3)","type":"crucible"},{"id":"crucible.mod_29513","text":"+15 to maximum Life\\n20% increased Stun Threshold (Tier 1)","type":"crucible"},{"id":"crucible.mod_32340","text":"+20 to maximum Life\\n20% increased Stun Threshold (Tier 2)","type":"crucible"},{"id":"crucible.mod_50606","text":"+25 to maximum Life\\n20% increased Stun Threshold (Tier 3)","type":"crucible"},{"id":"crucible.mod_23530","text":"+15 to maximum Life\\nRecover 1% of Life on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_29491","text":"+20 to maximum Life\\nRecover 1% of Life on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_65097","text":"+25 to maximum Life\\nRecover 1% of Life on Kill (Tier 3)","type":"crucible"},{"id":"crucible.mod_41721","text":"+20 to Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_43217","text":"+35 to Armour (Tier 2)","type":"crucible"},{"id":"crucible.mod_35119","text":"+50 to Armour (Tier 3)","type":"crucible"},{"id":"crucible.mod_35850","text":"+65 to Armour (Tier 4)","type":"crucible"},{"id":"crucible.mod_59252","text":"+80 to Armour (Tier 5)","type":"crucible"},{"id":"crucible.mod_61894","text":"+100 to Armour\\n10% increased Damage taken from Damage Over Time (Tier 1)","type":"crucible"},{"id":"crucible.mod_40572","text":"+125 to Armour\\n10% increased Damage taken from Damage Over Time (Tier 2)","type":"crucible"},{"id":"crucible.mod_19595","text":"+150 to Armour\\n10% increased Damage taken from Damage Over Time (Tier 3)","type":"crucible"},{"id":"crucible.mod_27060","text":"You take 20% increased Extra Damage from Critical Strikes\\n+100 to Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_15661","text":"You take 20% increased Extra Damage from Critical Strikes\\n+125 to Armour (Tier 2)","type":"crucible"},{"id":"crucible.mod_39258","text":"You take 20% increased Extra Damage from Critical Strikes\\n+150 to Armour (Tier 3)","type":"crucible"},{"id":"crucible.mod_5670","text":"5% increased Strength\\n+20 to Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_40285","text":"5% increased Strength\\n+30 to Armour (Tier 2)","type":"crucible"},{"id":"crucible.mod_2900","text":"5% increased Strength\\n+40 to Armour (Tier 3)","type":"crucible"},{"id":"crucible.mod_22071","text":"50% increased Implicit Modifier magnitudes\\n+20 to Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_8466","text":"50% increased Implicit Modifier magnitudes\\n+30 to Armour (Tier 2)","type":"crucible"},{"id":"crucible.mod_37110","text":"50% increased Implicit Modifier magnitudes\\n+40 to Armour (Tier 3)","type":"crucible"},{"id":"crucible.mod_12422","text":"+20 to Armour\\n+2% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_7643","text":"+30 to Armour\\n+2% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_56331","text":"+40 to Armour\\n+2% Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_3583","text":"+20 to Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_31364","text":"+35 to Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_36975","text":"+50 to Evasion Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_45575","text":"+65 to Evasion Rating (Tier 4)","type":"crucible"},{"id":"crucible.mod_39768","text":"+80 to Evasion Rating (Tier 5)","type":"crucible"},{"id":"crucible.mod_56227","text":"+100 to Evasion Rating\\n20% increased Duration of Ailments on You (Tier 1)","type":"crucible"},{"id":"crucible.mod_19012","text":"+125 to Evasion Rating\\n20% increased Duration of Ailments on You (Tier 2)","type":"crucible"},{"id":"crucible.mod_58827","text":"+150 to Evasion Rating\\n20% increased Duration of Ailments on You (Tier 3)","type":"crucible"},{"id":"crucible.mod_32254","text":"+100 to Evasion Rating\\n25% reduced Stun and Block Recovery (Tier 1)","type":"crucible"},{"id":"crucible.mod_16486","text":"+125 to Evasion Rating\\n25% reduced Stun and Block Recovery (Tier 2)","type":"crucible"},{"id":"crucible.mod_21854","text":"+150 to Evasion Rating\\n25% reduced Stun and Block Recovery (Tier 3)","type":"crucible"},{"id":"crucible.mod_51176","text":"5% increased Dexterity\\n+20 to Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_31790","text":"5% increased Dexterity\\n+30 to Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_10779","text":"5% increased Dexterity\\n+40 to Evasion Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_33157","text":"50% increased Implicit Modifier magnitudes\\n+20 to Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_36846","text":"50% increased Implicit Modifier magnitudes\\n+30 to Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_11736","text":"50% increased Implicit Modifier magnitudes\\n+40 to Evasion Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_17841","text":"+4% chance to Suppress Spell Damage\\n+20 to Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_11505","text":"+4% chance to Suppress Spell Damage\\n+30 to Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_26176","text":"+4% chance to Suppress Spell Damage\\n+40 to Evasion Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_30804","text":"+5 to maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_7667","text":"+10 to maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_64218","text":"+15 to maximum Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_63747","text":"+20 to maximum Energy Shield (Tier 4)","type":"crucible"},{"id":"crucible.mod_21450","text":"+25 to maximum Energy Shield (Tier 5)","type":"crucible"},{"id":"crucible.mod_39701","text":"+28 to maximum Energy Shield\\n25% reduced Energy Shield Recharge Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_22147","text":"+34 to maximum Energy Shield\\n25% reduced Energy Shield Recharge Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_39152","text":"+40 to maximum Energy Shield\\n25% reduced Energy Shield Recharge Rate (Tier 3)","type":"crucible"},{"id":"crucible.mod_48803","text":"+28 to maximum Energy Shield\\n25% reduced Mana Regeneration Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_14174","text":"+34 to maximum Energy Shield\\n25% reduced Mana Regeneration Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_1235","text":"+40 to maximum Energy Shield\\n25% reduced Mana Regeneration Rate (Tier 3)","type":"crucible"},{"id":"crucible.mod_24867","text":"5% increased Intelligence\\n+9 to maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_27116","text":"5% increased Intelligence\\n+12 to maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_13687","text":"5% increased Intelligence\\n+15 to maximum Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_28288","text":"50% increased Implicit Modifier magnitudes\\n+9 to maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_27282","text":"50% increased Implicit Modifier magnitudes\\n+12 to maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_32464","text":"50% increased Implicit Modifier magnitudes\\n+15 to maximum Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_64807","text":"+9 to maximum Energy Shield\\n8% increased maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_6098","text":"+12 to maximum Energy Shield\\n8% increased maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_23156","text":"+15 to maximum Energy Shield\\n8% increased maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_40475","text":"30% increased Fire Damage\\n-10% to Fire Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_23778","text":"35% increased Fire Damage\\n-10% to Fire Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_45201","text":"40% increased Fire Damage\\n-10% to Fire Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_43685","text":"15% increased Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_31813","text":"20% increased Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_13108","text":"25% increased Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_63302","text":"9% increased Fire Damage\\n3% of Physical Damage from Hits taken as Fire Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_14839","text":"12% increased Fire Damage\\n3% of Physical Damage from Hits taken as Fire Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_59992","text":"15% increased Fire Damage\\n3% of Physical Damage from Hits taken as Fire Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_23285","text":"30% increased Cold Damage\\n-10% to Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_40580","text":"35% increased Cold Damage\\n-10% to Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_56284","text":"40% increased Cold Damage\\n-10% to Cold Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_55227","text":"15% increased Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_52693","text":"20% increased Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_22424","text":"25% increased Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_49806","text":"9% increased Cold Damage\\n3% of Physical Damage from Hits taken as Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_11052","text":"12% increased Cold Damage\\n3% of Physical Damage from Hits taken as Cold Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_21848","text":"15% increased Cold Damage\\n3% of Physical Damage from Hits taken as Cold Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_62777","text":"30% increased Lightning Damage\\n-10% to Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_63805","text":"35% increased Lightning Damage\\n-10% to Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_31784","text":"40% increased Lightning Damage\\n-10% to Lightning Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_11891","text":"15% increased Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_35012","text":"20% increased Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_29865","text":"25% increased Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_12577","text":"9% increased Lightning Damage\\n3% of Physical Damage from Hits taken as Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_6074","text":"12% increased Lightning Damage\\n3% of Physical Damage from Hits taken as Lightning Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_16688","text":"15% increased Lightning Damage\\n3% of Physical Damage from Hits taken as Lightning Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_47499","text":"30% increased Chaos Damage\\n-10% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_43557","text":"35% increased Chaos Damage\\n-10% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_45555","text":"40% increased Chaos Damage\\n-10% to Chaos Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_12527","text":"15% increased Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_4723","text":"20% increased Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_26529","text":"25% increased Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_19138","text":"9% increased Chaos Damage\\n3% of Physical Damage from Hits taken as Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_31274","text":"12% increased Chaos Damage\\n3% of Physical Damage from Hits taken as Chaos Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_5634","text":"15% increased Chaos Damage\\n3% of Physical Damage from Hits taken as Chaos Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_9880","text":"30% increased Global Physical Damage\\n10% reduced Life Regeneration rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_27675","text":"35% increased Global Physical Damage\\n10% reduced Life Regeneration rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_37999","text":"40% increased Global Physical Damage\\n10% reduced Life Regeneration rate (Tier 3)","type":"crucible"},{"id":"crucible.mod_36639","text":"15% increased Global Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_55925","text":"20% increased Global Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_6337","text":"25% increased Global Physical Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_3449","text":"9% increased Global Physical Damage\\n2% additional Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_36220","text":"12% increased Global Physical Damage\\n2% additional Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_61973","text":"15% increased Global Physical Damage\\n2% additional Physical Damage Reduction (Tier 3)","type":"crucible"},{"id":"crucible.mod_40971","text":"+4% to Critical Strike Chance\\nYour Critical Strikes do not deal extra Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_8458","text":"+5% to Critical Strike Chance\\nYour Critical Strikes do not deal extra Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_16745","text":"+6% to Critical Strike Chance\\nYour Critical Strikes do not deal extra Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_24417","text":"-3% to Critical Strike Chance\\n+40% to Global Critical Strike Multiplier (Tier 1)","type":"crucible"},{"id":"crucible.mod_47514","text":"-3% to Critical Strike Chance\\n+50% to Global Critical Strike Multiplier (Tier 2)","type":"crucible"},{"id":"crucible.mod_34604","text":"-3% to Critical Strike Chance\\n+60% to Global Critical Strike Multiplier (Tier 3)","type":"crucible"},{"id":"crucible.mod_53788","text":"-3% to Critical Strike Chance\\n+60% to Global Critical Strike Multiplier (Tier 1)","type":"crucible"},{"id":"crucible.mod_55592","text":"-3% to Critical Strike Chance\\n+80% to Global Critical Strike Multiplier (Tier 2)","type":"crucible"},{"id":"crucible.mod_28638","text":"-3% to Critical Strike Chance\\n+100% to Global Critical Strike Multiplier (Tier 3)","type":"crucible"},{"id":"crucible.mod_5089","text":"+0.4% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_49170","text":"+0.6% to Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_35417","text":"+0.8% to Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_34544","text":"15% reduced Attack Speed\\n+0.9% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_62113","text":"15% reduced Attack Speed\\n+1.2% to Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_36032","text":"15% reduced Attack Speed\\n+1.5% to Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_27289","text":"+0.9% to Critical Strike Chance\\n-500 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_42844","text":"+1.2% to Critical Strike Chance\\n-500 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_53521","text":"+1.5% to Critical Strike Chance\\n-500 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_32823","text":"30% increased Attack Speed\\n20% less Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_858","text":"35% increased Attack Speed\\n20% less Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_48515","text":"40% increased Attack Speed\\n20% less Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_60225","text":"24% increased Attack Speed\\n15% less Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_50569","text":"27% increased Attack Speed\\n15% less Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_25963","text":"30% increased Attack Speed\\n15% less Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_24626","text":"8% increased Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_58373","text":"9% increased Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_11316","text":"10% increased Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_15868","text":"5% increased Attack Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_26108","text":"6% increased Attack Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_1368","text":"7% increased Attack Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_33250","text":"4% increased Attack Speed\\n6% chance to gain Onslaught for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_118","text":"5% increased Attack Speed\\n6% chance to gain Onslaught for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_26022","text":"6% increased Attack Speed\\n6% chance to gain Onslaught for 4 seconds on Kill (Tier 3)","type":"crucible"},{"id":"crucible.mod_33471","text":"3% increased Attack Speed\\n6% chance to gain Onslaught for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_38536","text":"4% increased Attack Speed\\n6% chance to gain Onslaught for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_14078","text":"5% increased Attack Speed\\n6% chance to gain Onslaught for 4 seconds on Kill (Tier 3)","type":"crucible"},{"id":"crucible.mod_54143","text":"4% increased Attack Speed\\n6% chance to gain a Frenzy Charge on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_61003","text":"5% increased Attack Speed\\n6% chance to gain a Frenzy Charge on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_34535","text":"6% increased Attack Speed\\n6% chance to gain a Frenzy Charge on Kill (Tier 3)","type":"crucible"},{"id":"crucible.mod_16269","text":"3% increased Attack Speed\\n6% chance to gain a Frenzy Charge on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_1610","text":"4% increased Attack Speed\\n6% chance to gain a Frenzy Charge on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_61889","text":"5% increased Attack Speed\\n6% chance to gain a Frenzy Charge on Kill (Tier 3)","type":"crucible"},{"id":"crucible.mod_43063","text":"25% reduced Attack Speed\\nAttacks with this Weapon have 20% chance to deal Double Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_4773","text":"25% reduced Attack Speed\\nAttacks with this Weapon have 25% chance to deal Double Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_31759","text":"25% reduced Attack Speed\\nAttacks with this Weapon have 30% chance to deal Double Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_34378","text":"20% reduced Attack Speed\\nAttacks with this Weapon have 15% chance to deal Double Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_3455","text":"20% reduced Attack Speed\\nAttacks with this Weapon have 20% chance to deal Double Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_52903","text":"20% reduced Attack Speed\\nAttacks with this Weapon have 25% chance to deal Double Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_32122","text":"50% reduced Attack Speed\\nHits can\'t be Evaded (Tier 1)","type":"crucible"},{"id":"crucible.mod_49071","text":"-5% to Critical Strike Chance\\nHits can\'t be Evaded (Tier 1)","type":"crucible"},{"id":"crucible.mod_20722","text":"+150 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_42290","text":"+250 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_41211","text":"+350 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_61397","text":"5% increased Dexterity\\n+80 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_32932","text":"5% increased Dexterity\\n+160 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_28958","text":"5% increased Dexterity\\n+240 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_12761","text":"10% increased Dexterity\\n+80 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_4740","text":"10% increased Dexterity\\n+160 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_35595","text":"10% increased Dexterity\\n+240 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_2290","text":"15% increased Evasion Rating\\n+80 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_25253","text":"15% increased Evasion Rating\\n+160 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_12478","text":"15% increased Evasion Rating\\n+240 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_50707","text":"30% increased Evasion Rating\\n+80 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_60140","text":"30% increased Evasion Rating\\n+160 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_24831","text":"30% increased Evasion Rating\\n+240 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_31994","text":"+40% to Critical Strike Multiplier for Spell Damage\\n-2% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_34073","text":"+50% to Critical Strike Multiplier for Spell Damage\\n-2% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_22364","text":"+60% to Critical Strike Multiplier for Spell Damage\\n-2% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_21455","text":"+60% to Critical Strike Multiplier for Spell Damage\\n-2% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_56678","text":"+80% to Critical Strike Multiplier for Spell Damage\\n-2% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_10955","text":"+100% to Critical Strike Multiplier for Spell Damage\\n-2% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_23367","text":"Your Critical Strikes do not deal extra Damage\\n+5% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_9085","text":"Your Critical Strikes do not deal extra Damage\\n+5.5% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_11462","text":"Your Critical Strikes do not deal extra Damage\\n+6% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_16787","text":"Your Critical Strikes do not deal extra Damage\\n+7% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_47469","text":"Your Critical Strikes do not deal extra Damage\\n+8% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_24273","text":"Your Critical Strikes do not deal extra Damage\\n+9% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_43608","text":"+0.4% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_17606","text":"+0.5% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_28830","text":"+0.6% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_58547","text":"+0.8% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_3712","text":"+0.9% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_53531","text":"+1% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_60659","text":"-30% to Critical Strike Multiplier for Spell Damage\\n+1% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_41102","text":"-30% to Critical Strike Multiplier for Spell Damage\\n+1.25% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_47468","text":"-30% to Critical Strike Multiplier for Spell Damage\\n+1.5% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_52168","text":"-60% to Critical Strike Multiplier for Spell Damage\\n+1.8% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_34915","text":"-60% to Critical Strike Multiplier for Spell Damage\\n+2.2% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_38785","text":"-60% to Critical Strike Multiplier for Spell Damage\\n+2.6% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_62418","text":"15% reduced Reservation Efficiency of Skills\\n+0.8% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_14609","text":"15% reduced Reservation Efficiency of Skills\\n+1% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_25684","text":"15% reduced Reservation Efficiency of Skills\\n+1.2% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_38275","text":"25% reduced Reservation Efficiency of Skills\\n+1.2% to Spell Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_6129","text":"25% reduced Reservation Efficiency of Skills\\n+1.6% to Spell Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_48410","text":"25% reduced Reservation Efficiency of Skills\\n+2% to Spell Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_23639","text":"18% more Cast Speed\\n10% less Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_26932","text":"20% more Cast Speed\\n10% less Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_15178","text":"22% more Cast Speed\\n10% less Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_63401","text":"24% more Cast Speed\\n15% less Global Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_29927","text":"27% more Cast Speed\\n15% less Global Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_34039","text":"30% more Cast Speed\\n15% less Global Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_37408","text":"4% more Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_45878","text":"5% more Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_33499","text":"6% more Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_54292","text":"8% more Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_38842","text":"9% more Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_10092","text":"10% more Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_36332","text":"12% increased Cost of Skills\\n6% more Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_55569","text":"12% increased Cost of Skills\\n7% more Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_53040","text":"12% increased Cost of Skills\\n8% more Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_51153","text":"20% increased Cost of Skills\\n10% more Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_15989","text":"20% increased Cost of Skills\\n12% more Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_46240","text":"20% increased Cost of Skills\\n14% more Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_7248","text":"Spells you Cast have Added Spell Damage equal to 12% of the Damage of this Weapon\\n10% less Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_60533","text":"Spells you Cast have Added Spell Damage equal to 16% of the Damage of this Weapon\\n10% less Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_22879","text":"Spells you Cast have Added Spell Damage equal to 20% of the Damage of this Weapon\\n10% less Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_56322","text":"Spells you Cast have Added Spell Damage equal to 20% of the Damage of this Weapon\\n15% less Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_40437","text":"Spells you Cast have Added Spell Damage equal to 25% of the Damage of this Weapon\\n15% less Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_63146","text":"Spells you Cast have Added Spell Damage equal to 30% of the Damage of this Weapon\\n15% less Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_37261","text":"Regenerate 1.5% of Mana per second\\n15% less maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_39008","text":"Regenerate 1.8% of Mana per second\\n15% less maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_62936","text":"Regenerate 2% of Mana per second\\n15% less maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_20780","text":"Regenerate 2% of Mana per second\\n25% less maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_30287","text":"Regenerate 2.5% of Mana per second\\n25% less maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_19977","text":"Regenerate 3% of Mana per second\\n25% less maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_29064","text":"Regenerate 1% of Mana per second\\n20% reduced Reservation Efficiency of Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_14608","text":"Regenerate 1.2% of Mana per second\\n20% reduced Reservation Efficiency of Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_37115","text":"Regenerate 1.5% of Mana per second\\n20% reduced Reservation Efficiency of Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_195","text":"Regenerate 1.5% of Mana per second\\n30% reduced Reservation Efficiency of Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_24763","text":"Regenerate 2% of Mana per second\\n30% reduced Reservation Efficiency of Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_52914","text":"Regenerate 2.5% of Mana per second\\n30% reduced Reservation Efficiency of Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_27842","text":"Regenerate 0.5% of Mana per second (Tier 1)","type":"crucible"},{"id":"crucible.mod_12001","text":"Regenerate 0.6% of Mana per second (Tier 2)","type":"crucible"},{"id":"crucible.mod_16250","text":"Regenerate 0.7% of Mana per second (Tier 3)","type":"crucible"},{"id":"crucible.mod_54022","text":"Regenerate 0.8% of Mana per second (Tier 1)","type":"crucible"},{"id":"crucible.mod_5949","text":"Regenerate 0.9% of Mana per second (Tier 2)","type":"crucible"},{"id":"crucible.mod_44531","text":"Regenerate 1% of Mana per second (Tier 3)","type":"crucible"},{"id":"crucible.mod_62254","text":"Regenerate 0.2% of Mana per second\\n5% more maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_53499","text":"Regenerate 0.3% of Mana per second\\n5% more maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_56648","text":"Regenerate 0.4% of Mana per second\\n5% more maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_37137","text":"Regenerate 0.5% of Mana per second\\n8% more maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_43592","text":"Regenerate 0.6% of Mana per second\\n8% more maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_50252","text":"Regenerate 0.7% of Mana per second\\n8% more maximum Mana (Tier 3)","type":"crucible"},{"id":"crucible.mod_11967","text":"Regenerate 0.2% of Mana per second\\n10% increased Mana Cost of Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_45101","text":"Regenerate 0.3% of Mana per second\\n10% increased Mana Cost of Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_52532","text":"Regenerate 0.4% of Mana per second\\n10% increased Mana Cost of Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_7155","text":"Regenerate 0.5% of Mana per second\\n15% increased Mana Cost of Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_5289","text":"Regenerate 0.6% of Mana per second\\n15% increased Mana Cost of Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_61183","text":"Regenerate 0.7% of Mana per second\\n15% increased Mana Cost of Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_55506","text":"Minions have +1% to Critical Strike Chance\\nMinions have 10% reduced Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_63201","text":"Minions have +1.2% to Critical Strike Chance\\nMinions have 10% reduced Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_43718","text":"Minions have +1.4% to Critical Strike Chance\\nMinions have 10% reduced Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_59604","text":"Minions have +1.7% to Critical Strike Chance\\nMinions have 15% reduced Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_18089","text":"Minions have +2% to Critical Strike Chance\\nMinions have 15% reduced Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_19694","text":"Minions have +2.3% to Critical Strike Chance\\nMinions have 15% reduced Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_19183","text":"Minions have -1.5% to Critical Strike Chance\\nMinions have +60% to Critical Strike Multiplier (Tier 1)","type":"crucible"},{"id":"crucible.mod_27623","text":"Minions have -1.5% to Critical Strike Chance\\nMinions have +80% to Critical Strike Multiplier (Tier 2)","type":"crucible"},{"id":"crucible.mod_15181","text":"Minions have -1.5% to Critical Strike Chance\\nMinions have +100% to Critical Strike Multiplier (Tier 3)","type":"crucible"},{"id":"crucible.mod_14857","text":"Minions have -1.5% to Critical Strike Chance\\nMinions have +100% to Critical Strike Multiplier (Tier 1)","type":"crucible"},{"id":"crucible.mod_59962","text":"Minions have -1.5% to Critical Strike Chance\\nMinions have +130% to Critical Strike Multiplier (Tier 2)","type":"crucible"},{"id":"crucible.mod_35425","text":"Minions have -1.5% to Critical Strike Chance\\nMinions have +160% to Critical Strike Multiplier (Tier 3)","type":"crucible"},{"id":"crucible.mod_65116","text":"Minions have +0.4% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_37113","text":"Minions have +0.6% to Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_20535","text":"Minions have +0.8% to Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_60460","text":"Minions have +0.7% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_63053","text":"Minions have +1% to Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_33715","text":"Minions have +1.3% to Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_61306","text":"Minions have +0.2% to Critical Strike Chance\\nMinions have +25% to Critical Strike Multiplier (Tier 1)","type":"crucible"},{"id":"crucible.mod_10891","text":"Minions have +0.3% to Critical Strike Chance\\nMinions have +25% to Critical Strike Multiplier (Tier 2)","type":"crucible"},{"id":"crucible.mod_16716","text":"Minions have +0.4% to Critical Strike Chance\\nMinions have +25% to Critical Strike Multiplier (Tier 3)","type":"crucible"},{"id":"crucible.mod_23328","text":"Minions have +0.3% to Critical Strike Chance\\nMinions have +35% to Critical Strike Multiplier (Tier 1)","type":"crucible"},{"id":"crucible.mod_34473","text":"Minions have +0.5% to Critical Strike Chance\\nMinions have +35% to Critical Strike Multiplier (Tier 2)","type":"crucible"},{"id":"crucible.mod_7914","text":"Minions have +0.7% to Critical Strike Chance\\nMinions have +35% to Critical Strike Multiplier (Tier 3)","type":"crucible"},{"id":"crucible.mod_15153","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +1% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_60254","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +1.2% to Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_25573","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +1.4% to Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_461","text":"25% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +1.7% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_45166","text":"25% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +2% to Critical Strike Chance (Tier 2)","type":"crucible"},{"id":"crucible.mod_6040","text":"25% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +2.3% to Critical Strike Chance (Tier 3)","type":"crucible"},{"id":"crucible.mod_35298","text":"Minions have 12% increased Attack and Cast Speed\\nMinion Critical Strikes do not deal extra Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_38943","text":"Minions have 16% increased Attack and Cast Speed\\nMinion Critical Strikes do not deal extra Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_30738","text":"Minions have 20% increased Attack and Cast Speed\\nMinion Critical Strikes do not deal extra Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_3646","text":"Minions have 18% increased Attack and Cast Speed\\nMinion Critical Strikes do not deal extra Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_1020","text":"Minions have 24% increased Attack and Cast Speed\\nMinion Critical Strikes do not deal extra Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_40386","text":"Minions have 30% increased Attack and Cast Speed\\nMinion Critical Strikes do not deal extra Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_41072","text":"Minions have 8% increased Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_1439","text":"Minions have 10% increased Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_33886","text":"Minions have 12% increased Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_9467","text":"Minions have 14% increased Attack and Cast Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_38455","text":"Minions have 18% increased Attack and Cast Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_18132","text":"Minions have 22% increased Attack and Cast Speed (Tier 3)","type":"crucible"},{"id":"crucible.mod_32286","text":"Minions have 12% increased Attack and Cast Speed\\nMinions take 15% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_19795","text":"Minions have 16% increased Attack and Cast Speed\\nMinions take 15% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_953","text":"Minions have 20% increased Attack and Cast Speed\\nMinions take 15% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_35834","text":"Minions have 18% increased Attack and Cast Speed\\nMinions take 25% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_23800","text":"Minions have 24% increased Attack and Cast Speed\\nMinions take 25% increased Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_4631","text":"Minions have 30% increased Attack and Cast Speed\\nMinions take 25% increased Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_62716","text":"Minions have 4% increased Attack and Cast Speed\\nMinions take 10% reduced Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_37671","text":"Minions have 5% increased Attack and Cast Speed\\nMinions take 10% reduced Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_21079","text":"Minions have 6% increased Attack and Cast Speed\\nMinions take 10% reduced Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_12574","text":"Minions have 8% increased Attack and Cast Speed\\nMinions take 15% reduced Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_23110","text":"Minions have 10% increased Attack and Cast Speed\\nMinions take 15% reduced Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_32879","text":"Minions have 12% increased Attack and Cast Speed\\nMinions take 15% reduced Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_63500","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +400 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_8930","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +500 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_55994","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +600 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_37196","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +700 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_13450","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +850 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_4381","text":"15% reduced effect of Non-Curse Auras from your Skills on your Minions\\nMinions have +1000 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_47097","text":"Minions have +200 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_10038","text":"Minions have +250 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_63695","text":"Minions have +300 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_65408","text":"Minions have +300 to Accuracy Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_52588","text":"Minions have +400 to Accuracy Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_13322","text":"Minions have +500 to Accuracy Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_23662","text":"Minions have +100 to Accuracy Rating\\nMinions have 25% increased Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_41323","text":"Minions have +150 to Accuracy Rating\\nMinions have 25% increased Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_59684","text":"Minions have +200 to Accuracy Rating\\nMinions have 25% increased Evasion Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_35654","text":"Minions have +160 to Accuracy Rating\\nMinions have 40% increased Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_50537","text":"Minions have +240 to Accuracy Rating\\nMinions have 40% increased Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_36539","text":"Minions have +320 to Accuracy Rating\\nMinions have 40% increased Evasion Rating (Tier 3)","type":"crucible"},{"id":"crucible.mod_64231","text":"Minions never deal Critical Strikes\\nMinions\' Hits can\'t be Evaded (Tier 1)","type":"crucible"},{"id":"crucible.mod_38146","text":"16% Chance to Block Spell Damage\\nNo Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_45946","text":"20% Chance to Block Spell Damage\\nNo Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_15859","text":"24% Chance to Block Spell Damage\\nNo Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_16794","text":"8% Chance to Block Spell Damage\\n-5% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_46204","text":"10% Chance to Block Spell Damage\\n-5% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_61128","text":"12% Chance to Block Spell Damage\\n-5% Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_29676","text":"8% Chance to Block Spell Damage\\nYou take 10% of Damage from Blocked Hits (Tier 1)","type":"crucible"},{"id":"crucible.mod_45943","text":"10% Chance to Block Spell Damage\\nYou take 10% of Damage from Blocked Hits (Tier 2)","type":"crucible"},{"id":"crucible.mod_13479","text":"12% Chance to Block Spell Damage\\nYou take 10% of Damage from Blocked Hits (Tier 3)","type":"crucible"},{"id":"crucible.mod_44918","text":"3% Chance to Block Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_37309","text":"4% Chance to Block Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_21290","text":"5% Chance to Block Spell Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_38645","text":"2% Chance to Block Spell Damage\\n5% more maximum Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_27584","text":"3% Chance to Block Spell Damage\\n5% more maximum Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_3453","text":"+8% Chance to Block\\nCannot Block Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_35885","text":"+10% Chance to Block\\nCannot Block Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_10740","text":"+12% Chance to Block\\nCannot Block Spell Damage (Tier 3)","type":"crucible"},{"id":"crucible.mod_61910","text":"+8% Chance to Block\\nYou take 10% of Damage from Blocked Hits (Tier 1)","type":"crucible"},{"id":"crucible.mod_31334","text":"+10% Chance to Block\\nYou take 10% of Damage from Blocked Hits (Tier 2)","type":"crucible"},{"id":"crucible.mod_10653","text":"+12% Chance to Block\\nYou take 10% of Damage from Blocked Hits (Tier 3)","type":"crucible"},{"id":"crucible.mod_38253","text":"40% reduced Armour, Evasion and Energy Shield\\n+6% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_55499","text":"40% reduced Armour, Evasion and Energy Shield\\n+7% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_53967","text":"40% reduced Armour, Evasion and Energy Shield\\n+8% Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_62967","text":"+3% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_53291","text":"+4% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_49101","text":"+5% Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_22831","text":"30 Life gained when you Block\\n+2% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_35461","text":"30 Life gained when you Block\\n+3% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_26072","text":"30% increased Block Recovery\\n+2% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_58091","text":"30% increased Block Recovery\\n+3% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_767","text":"40% increased Armour, Evasion and Energy Shield\\n5% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_7636","text":"50% increased Armour, Evasion and Energy Shield\\n5% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_28204","text":"60% increased Armour, Evasion and Energy Shield\\n5% reduced maximum Life (Tier 3)","type":"crucible"},{"id":"crucible.mod_12299","text":"40% increased Armour, Evasion and Energy Shield\\n-5% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_35506","text":"50% increased Armour, Evasion and Energy Shield\\n-5% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_49542","text":"60% increased Armour, Evasion and Energy Shield\\n-5% Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_25922","text":"24% increased Armour, Evasion and Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_51270","text":"32% increased Armour, Evasion and Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_56743","text":"40% increased Armour, Evasion and Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_17105","text":"15% increased Armour, Evasion and Energy Shield\\n40% reduced Reflected Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_7426","text":"20% increased Armour, Evasion and Energy Shield\\n40% reduced Reflected Damage taken (Tier 2)","type":"crucible"},{"id":"crucible.mod_1499","text":"25% increased Armour, Evasion and Energy Shield\\n40% reduced Reflected Damage taken (Tier 3)","type":"crucible"},{"id":"crucible.mod_8978","text":"25% increased Attack Damage with Off Hand\\n15% increased Armour, Evasion and Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_46560","text":"25% increased Attack Damage with Off Hand\\n20% increased Armour, Evasion and Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_23032","text":"25% increased Attack Damage with Off Hand\\n25% increased Armour, Evasion and Energy Shield (Tier 3)","type":"crucible"},{"id":"crucible.mod_48170","text":"+30% to Fire Resistance\\n-20% to Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_46255","text":"+36% to Fire Resistance\\n-20% to Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_1939","text":"+42% to Fire Resistance\\n-20% to Cold Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_34076","text":"+30% to Fire Resistance\\n-20% to Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_64548","text":"+36% to Fire Resistance\\n-20% to Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_55594","text":"+42% to Fire Resistance\\n-20% to Lightning Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_26425","text":"-20% to Fire Resistance\\n+30% to Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_63721","text":"-20% to Fire Resistance\\n+36% to Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_26553","text":"-20% to Fire Resistance\\n+42% to Cold Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_46096","text":"+30% to Cold Resistance\\n-20% to Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_4706","text":"+36% to Cold Resistance\\n-20% to Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_48151","text":"+42% to Cold Resistance\\n-20% to Lightning Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_39456","text":"-20% to Cold Resistance\\n+30% to Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_33348","text":"-20% to Cold Resistance\\n+36% to Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_55088","text":"-20% to Cold Resistance\\n+42% to Lightning Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_48524","text":"-20% to Fire Resistance\\n+30% to Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_4743","text":"-20% to Fire Resistance\\n+36% to Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_56747","text":"-20% to Fire Resistance\\n+42% to Lightning Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_48210","text":"-6% to all Elemental Resistances\\n+19% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_37612","text":"-6% to all Elemental Resistances\\n+23% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_3023","text":"-6% to all Elemental Resistances\\n+27% to Chaos Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_31842","text":"+10% to all Elemental Resistances\\n-13% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_2115","text":"+12% to all Elemental Resistances\\n-13% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_55762","text":"+14% to all Elemental Resistances\\n-13% to Chaos Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_62750","text":"25% reduced Armour, Evasion and Energy Shield\\n+10% to all Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_13326","text":"25% reduced Armour, Evasion and Energy Shield\\n+12% to all Elemental Resistances (Tier 2)","type":"crucible"},{"id":"crucible.mod_39333","text":"25% reduced Armour, Evasion and Energy Shield\\n+14% to all Elemental Resistances (Tier 3)","type":"crucible"},{"id":"crucible.mod_55018","text":"+10% to all Elemental Resistances\\n-4% Chance to Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_54378","text":"+12% to all Elemental Resistances\\n-4% Chance to Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_34456","text":"+14% to all Elemental Resistances\\n-4% Chance to Block (Tier 3)","type":"crucible"},{"id":"crucible.mod_52469","text":"5% reduced maximum Life\\n+19% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_20074","text":"5% reduced maximum Life\\n+23% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_53851","text":"5% reduced maximum Life\\n+27% to Chaos Resistance (Tier 3)","type":"crucible"},{"id":"crucible.mod_40960","text":"+3% to maximum Fire Resistance\\n-2% to maximum Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_8586","text":"+4% to maximum Fire Resistance\\n-2% to maximum Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_42954","text":"+3% to maximum Fire Resistance\\n-2% to maximum Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_38786","text":"+4% to maximum Fire Resistance\\n-2% to maximum Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_48755","text":"-2% to maximum Fire Resistance\\n+3% to maximum Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_1707","text":"-2% to maximum Fire Resistance\\n+4% to maximum Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_54128","text":"+3% to maximum Cold Resistance\\n-2% to maximum Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_56323","text":"+4% to maximum Cold Resistance\\n-2% to maximum Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_28596","text":"-2% to maximum Cold Resistance\\n+3% to maximum Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_12450","text":"-2% to maximum Cold Resistance\\n+4% to maximum Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_32353","text":"-2% to maximum Fire Resistance\\n+3% to maximum Lightning Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_43668","text":"-2% to maximum Fire Resistance\\n+4% to maximum Lightning Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_64699","text":"-5% to maximum Chaos Resistance\\n+1% to all maximum Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_57187","text":"-5% to maximum Chaos Resistance\\n+2% to all maximum Elemental Resistances (Tier 2)","type":"crucible"},{"id":"crucible.mod_43004","text":"+3% to maximum Chaos Resistance\\n-1% to all maximum Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_64170","text":"+4% to maximum Chaos Resistance\\n-1% to all maximum Elemental Resistances (Tier 2)","type":"crucible"},{"id":"crucible.mod_47597","text":"Minion Instability (Tier 1)","type":"crucible"},{"id":"crucible.mod_53600","text":"Resolute Technique (Tier 1)","type":"crucible"},{"id":"crucible.mod_40831","text":"Blood Magic (Tier 1)","type":"crucible"},{"id":"crucible.mod_40058","text":"Pain Attunement (Tier 1)","type":"crucible"},{"id":"crucible.mod_54440","text":"Elemental Equilibrium (Tier 1)","type":"crucible"},{"id":"crucible.mod_49401","text":"Iron Grip (Tier 1)","type":"crucible"},{"id":"crucible.mod_55555","text":"Point Blank (Tier 1)","type":"crucible"},{"id":"crucible.mod_55846","text":"Acrobatics (Tier 1)","type":"crucible"},{"id":"crucible.mod_54546","text":"Ghost Reaver (Tier 1)","type":"crucible"},{"id":"crucible.mod_32554","text":"Vaal Pact (Tier 1)","type":"crucible"},{"id":"crucible.mod_5084","text":"Elemental Overload (Tier 1)","type":"crucible"},{"id":"crucible.mod_734","text":"Avatar of Fire (Tier 1)","type":"crucible"},{"id":"crucible.mod_13138","text":"Eldritch Battery (Tier 1)","type":"crucible"},{"id":"crucible.mod_1524","text":"Ancestral Bond (Tier 1)","type":"crucible"},{"id":"crucible.mod_5964","text":"Crimson Dance (Tier 1)","type":"crucible"},{"id":"crucible.mod_26382","text":"Perfect Agony (Tier 1)","type":"crucible"},{"id":"crucible.mod_31512","text":"Runebinder (Tier 1)","type":"crucible"},{"id":"crucible.mod_13719","text":"Glancing Blows (Tier 1)","type":"crucible"},{"id":"crucible.mod_43883","text":"Call to Arms (Tier 1)","type":"crucible"},{"id":"crucible.mod_47429","text":"The Agnostic (Tier 1)","type":"crucible"},{"id":"crucible.mod_9834","text":"Supreme Ego (Tier 1)","type":"crucible"},{"id":"crucible.mod_2589","text":"The Impaler (Tier 1)","type":"crucible"},{"id":"crucible.mod_11654","text":"Hex Master (Tier 1)","type":"crucible"},{"id":"crucible.mod_48723","text":"Lethe Shade (Tier 1)","type":"crucible"},{"id":"crucible.mod_51989","text":"Ghost Dance (Tier 1)","type":"crucible"},{"id":"crucible.mod_12316","text":"Versatile Combatant (Tier 1)","type":"crucible"},{"id":"crucible.mod_17221","text":"Magebane (Tier 1)","type":"crucible"},{"id":"crucible.mod_11917","text":"Solipsism (Tier 1)","type":"crucible"},{"id":"crucible.mod_33292","text":"Divine Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_23672","text":"Iron Will (Tier 1)","type":"crucible"},{"id":"crucible.mod_23100","text":"Wicked Ward (Tier 1)","type":"crucible"},{"id":"crucible.mod_38218","text":"Wind Dancer (Tier 1)","type":"crucible"},{"id":"crucible.mod_13026","text":"Conduit (Tier 1)","type":"crucible"},{"id":"crucible.mod_55817","text":"Arrow Dancing (Tier 1)","type":"crucible"},{"id":"crucible.mod_58601","text":"Precise Technique (Tier 1)","type":"crucible"},{"id":"crucible.mod_28028","text":"Iron Reflexes (Tier 1)","type":"crucible"},{"id":"crucible.mod_63722","text":"Unwavering Stance (Tier 1)","type":"crucible"},{"id":"crucible.mod_54463","text":"Imbalanced Guard (Tier 1)","type":"crucible"},{"id":"crucible.mod_63167","text":"Eternal Youth (Tier 1)","type":"crucible"},{"id":"crucible.mod_20902","text":"Mind Over Matter (Tier 1)","type":"crucible"},{"id":"crucible.mod_57589","text":"Zealot\'s Oath (Tier 1)","type":"crucible"},{"id":"crucible.mod_20233","text":"Allocates Avatar of the Hunt (Tier 1)","type":"crucible"},{"id":"crucible.mod_11135","text":"Allocates Deadly Draw (Tier 1)","type":"crucible"},{"id":"crucible.mod_34918","text":"Allocates Heavy Draw (Tier 1)","type":"crucible"},{"id":"crucible.mod_23716","text":"Allocates Farsight (Tier 1)","type":"crucible"},{"id":"crucible.mod_11463","text":"Allocates Master Fletcher (Tier 1)","type":"crucible"},{"id":"crucible.mod_52601","text":"Allocates King of the Hill (Tier 1)","type":"crucible"},{"id":"crucible.mod_33664","text":"Allocates Aspect of the Eagle (Tier 1)","type":"crucible"},{"id":"crucible.mod_63592","text":"Allocates Hunter\'s Gambit (Tier 1)","type":"crucible"},{"id":"crucible.mod_754","text":"Allocates Counterweight (Tier 1)","type":"crucible"},{"id":"crucible.mod_14648","text":"Allocates Smashing Strikes (Tier 1)","type":"crucible"},{"id":"crucible.mod_57628","text":"Allocates Whirling Barrier (Tier 1)","type":"crucible"},{"id":"crucible.mod_17284","text":"Allocates Steelwood Stance (Tier 1)","type":"crucible"},{"id":"crucible.mod_26349","text":"Allocates Safeguard (Tier 1)","type":"crucible"},{"id":"crucible.mod_12315","text":"Allocates Blunt Trauma (Tier 1)","type":"crucible"},{"id":"crucible.mod_23099","text":"Allocates One with the River (Tier 1)","type":"crucible"},{"id":"crucible.mod_63647","text":"Allocates Serpent Stance (Tier 1)","type":"crucible"},{"id":"crucible.mod_51220","text":"Allocates Enigmatic Defence (Tier 1)","type":"crucible"},{"id":"crucible.mod_26236","text":"Allocates Enigmatic Reach (Tier 1)","type":"crucible"},{"id":"crucible.mod_55102","text":"5% reduced Attack Speed\\nAllocates Blade of Cunning (Tier 1)","type":"crucible"},{"id":"crucible.mod_64677","text":"5% reduced Attack Speed\\nAllocates Razor\'s Edge (Tier 1)","type":"crucible"},{"id":"crucible.mod_26352","text":"5% reduced Attack Speed\\nAllocates Blade Master (Tier 1)","type":"crucible"},{"id":"crucible.mod_15254","text":"5% reduced Attack Speed\\nAllocates Bladedancer (Tier 1)","type":"crucible"},{"id":"crucible.mod_11190","text":"5% reduced Attack Speed\\nAllocates Fatal Blade (Tier 1)","type":"crucible"},{"id":"crucible.mod_14008","text":"5% reduced Attack Speed\\nAllocates Brutal Blade (Tier 1)","type":"crucible"},{"id":"crucible.mod_51508","text":"Allocates Blade of Cunning (Tier 1)","type":"crucible"},{"id":"crucible.mod_18556","text":"Allocates Razor\'s Edge (Tier 1)","type":"crucible"},{"id":"crucible.mod_35529","text":"Allocates Blade Master (Tier 1)","type":"crucible"},{"id":"crucible.mod_59490","text":"Allocates Bladedancer (Tier 1)","type":"crucible"},{"id":"crucible.mod_18825","text":"Allocates Fatal Blade (Tier 1)","type":"crucible"},{"id":"crucible.mod_25571","text":"Allocates Brutal Blade (Tier 1)","type":"crucible"},{"id":"crucible.mod_32956","text":"5% reduced Attack Speed\\nAllocates Feller of Foes (Tier 1)","type":"crucible"},{"id":"crucible.mod_57395","text":"5% reduced Attack Speed\\nAllocates Hatchet Master (Tier 1)","type":"crucible"},{"id":"crucible.mod_13478","text":"5% reduced Attack Speed\\nAllocates Harvester of Foes (Tier 1)","type":"crucible"},{"id":"crucible.mod_55147","text":"5% reduced Attack Speed\\nAllocates Cleaving (Tier 1)","type":"crucible"},{"id":"crucible.mod_39346","text":"5% reduced Attack Speed\\nAllocates Slaughter (Tier 1)","type":"crucible"},{"id":"crucible.mod_64867","text":"Allocates Feller of Foes (Tier 1)","type":"crucible"},{"id":"crucible.mod_28030","text":"Allocates Hatchet Master (Tier 1)","type":"crucible"},{"id":"crucible.mod_31444","text":"Allocates Harvester of Foes (Tier 1)","type":"crucible"},{"id":"crucible.mod_35745","text":"Allocates Cleaving (Tier 1)","type":"crucible"},{"id":"crucible.mod_44720","text":"Allocates Slaughter (Tier 1)","type":"crucible"},{"id":"crucible.mod_60684","text":"-0.5% to Critical Strike Chance\\nAllocates Ribcage Crusher (Tier 1)","type":"crucible"},{"id":"crucible.mod_45449","text":"-0.5% to Critical Strike Chance\\nAllocates Spinecruncher (Tier 1)","type":"crucible"},{"id":"crucible.mod_52612","text":"-0.5% to Critical Strike Chance\\nAllocates Skull Cracking (Tier 1)","type":"crucible"},{"id":"crucible.mod_25501","text":"-0.5% to Critical Strike Chance\\nAllocates Bone Breaker (Tier 1)","type":"crucible"},{"id":"crucible.mod_55042","text":"-0.5% to Critical Strike Chance\\nAllocates Blacksmith\'s Clout (Tier 1)","type":"crucible"},{"id":"crucible.mod_2954","text":"-0.5% to Critical Strike Chance\\nAllocates Galvanic Hammer (Tier 1)","type":"crucible"},{"id":"crucible.mod_59077","text":"-0.5% to Critical Strike Chance\\nAllocates Pain Forger (Tier 1)","type":"crucible"},{"id":"crucible.mod_5812","text":"Allocates Ribcage Crusher (Tier 1)","type":"crucible"},{"id":"crucible.mod_52732","text":"Allocates Spinecruncher (Tier 1)","type":"crucible"},{"id":"crucible.mod_54251","text":"Allocates Skull Cracking (Tier 1)","type":"crucible"},{"id":"crucible.mod_8288","text":"Allocates Bone Breaker (Tier 1)","type":"crucible"},{"id":"crucible.mod_62298","text":"Allocates Blacksmith\'s Clout (Tier 1)","type":"crucible"},{"id":"crucible.mod_53120","text":"Allocates Galvanic Hammer (Tier 1)","type":"crucible"},{"id":"crucible.mod_544","text":"Allocates Pain Forger (Tier 1)","type":"crucible"},{"id":"crucible.mod_65141","text":"5% reduced Attack Speed\\nAllocates Poisonous Fangs (Tier 1)","type":"crucible"},{"id":"crucible.mod_11983","text":"5% reduced Attack Speed\\nAllocates Life Raker (Tier 1)","type":"crucible"},{"id":"crucible.mod_28407","text":"5% reduced Attack Speed\\nAllocates Claws of the Hawk (Tier 1)","type":"crucible"},{"id":"crucible.mod_15353","text":"5% reduced Attack Speed\\nAllocates Claws of the Magpie (Tier 1)","type":"crucible"},{"id":"crucible.mod_7564","text":"5% reduced Attack Speed\\nAllocates Claws of the Falcon (Tier 1)","type":"crucible"},{"id":"crucible.mod_65149","text":"-0.5% to Critical Strike Chance\\nAllocates Adder\'s Touch (Tier 1)","type":"crucible"},{"id":"crucible.mod_49729","text":"-0.5% to Critical Strike Chance\\nAllocates From the Shadows (Tier 1)","type":"crucible"},{"id":"crucible.mod_46754","text":"-0.5% to Critical Strike Chance\\nAllocates Backstabbing (Tier 1)","type":"crucible"},{"id":"crucible.mod_61445","text":"-0.5% to Critical Strike Chance\\nAllocates Flaying (Tier 1)","type":"crucible"},{"id":"crucible.mod_5767","text":"-0.5% to Critical Strike Chance\\nAllocates Nightstalker (Tier 1)","type":"crucible"},{"id":"crucible.mod_58090","text":"-0.5% to Critical Strike Chance\\nAllocates Tempest Blast (Tier 1)","type":"crucible"},{"id":"crucible.mod_65074","text":"-0.5% to Critical Strike Chance\\nAllocates Fusillade (Tier 1)","type":"crucible"},{"id":"crucible.mod_38172","text":"-0.5% to Critical Strike Chance\\nAllocates Disintegration (Tier 1)","type":"crucible"},{"id":"crucible.mod_37831","text":"-0.5% to Critical Strike Chance\\nAllocates Elder Power (Tier 1)","type":"crucible"},{"id":"crucible.mod_36062","text":"-0.5% to Critical Strike Chance\\nAllocates Wandslinger (Tier 1)","type":"crucible"},{"id":"crucible.mod_28231","text":"-0.5% to Critical Strike Chance\\nAllocates Prism Weave (Tier 1)","type":"crucible"},{"id":"crucible.mod_4763","text":"-3% Chance to Block\\nAllocates Testudo (Tier 1)","type":"crucible"},{"id":"crucible.mod_11912","text":"-3% Chance to Block\\nAllocates Retaliation (Tier 1)","type":"crucible"},{"id":"crucible.mod_40939","text":"-3% Chance to Block\\nAllocates Deflection (Tier 1)","type":"crucible"},{"id":"crucible.mod_60620","text":"-3% Chance to Block\\nAllocates Defiance (Tier 1)","type":"crucible"},{"id":"crucible.mod_17627","text":"-3% Chance to Block\\nAllocates Command of Steel (Tier 1)","type":"crucible"},{"id":"crucible.mod_43899","text":"-3% Chance to Block\\nAllocates Aggressive Bastion (Tier 1)","type":"crucible"},{"id":"crucible.mod_45176","text":"-3% Chance to Block\\nAllocates Sanctuary (Tier 1)","type":"crucible"},{"id":"crucible.mod_57539","text":"-3% Chance to Block\\nAllocates Safeguard (Tier 1)","type":"crucible"},{"id":"crucible.mod_47301","text":"-3% Chance to Block\\nAllocates Arcane Sanctuary (Tier 1)","type":"crucible"},{"id":"crucible.mod_363","text":"+8% to Quality (Tier 1)","type":"crucible"},{"id":"crucible.mod_36830","text":"+12% to Quality (Tier 2)","type":"crucible"},{"id":"crucible.mod_19741","text":"+16% to Quality (Tier 3)","type":"crucible"},{"id":"crucible.mod_57959","text":"+12% to Fire Damage over Time Multiplier\\n-15% to Fire Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_30604","text":"+16% to Fire Damage over Time Multiplier\\n-15% to Fire Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_21230","text":"+24% to Fire Damage over Time Multiplier\\n-30% to Fire Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_52413","text":"+32% to Fire Damage over Time Multiplier\\n-30% to Fire Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_35724","text":"+12% to Cold Damage over Time Multiplier\\n-15% to Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_35512","text":"+16% to Cold Damage over Time Multiplier\\n-15% to Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_53003","text":"+24% to Cold Damage over Time Multiplier\\n-30% to Cold Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_39561","text":"+32% to Cold Damage over Time Multiplier\\n-30% to Cold Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_8619","text":"+12% to Chaos Damage over Time Multiplier\\n-15% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_42622","text":"+16% to Chaos Damage over Time Multiplier\\n-15% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_31159","text":"+24% to Chaos Damage over Time Multiplier\\n-30% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_12773","text":"+32% to Chaos Damage over Time Multiplier\\n-30% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_42365","text":"+12% to Physical Damage over Time Multiplier\\nHits against you Overwhelm 6% of Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_29824","text":"+16% to Physical Damage over Time Multiplier\\nHits against you Overwhelm 6% of Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_47932","text":"+24% to Physical Damage over Time Multiplier\\nHits against you Overwhelm 12% of Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_36838","text":"+32% to Physical Damage over Time Multiplier\\nHits against you Overwhelm 12% of Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_58446","text":"-8% to all Elemental Resistances\\nAttacks with this Weapon Penetrate 8% Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_13134","text":"-8% to all Elemental Resistances\\nAttacks with this Weapon Penetrate 10% Elemental Resistances (Tier 2)","type":"crucible"},{"id":"crucible.mod_47276","text":"-13% to Chaos Resistance\\nAttacks with this Weapon Penetrate 8% Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_48398","text":"-13% to Chaos Resistance\\nAttacks with this Weapon Penetrate 10% Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_11829","text":"10% reduced Area of Effect\\n25% increased Area of Effect if you\'ve Killed at least 5 Enemies Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_12748","text":"10% reduced Area of Effect\\n30% increased Area of Effect if you\'ve Killed at least 5 Enemies Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_27279","text":"20% reduced Area of Effect\\n50% increased Area of Effect if you\'ve Killed at least 5 Enemies Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_19630","text":"20% reduced Area of Effect\\n60% increased Area of Effect if you\'ve Killed at least 5 Enemies Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_23168","text":"20% increased Area of Effect\\n10% reduced Area of Effect if you\'ve Killed Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_61296","text":"24% increased Area of Effect\\n10% reduced Area of Effect if you\'ve Killed Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_45341","text":"32% increased Area of Effect\\n20% reduced Area of Effect if you\'ve Killed Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_16087","text":"40% increased Area of Effect\\n20% reduced Area of Effect if you\'ve Killed Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_56727","text":"25% increased Projectile Speed\\n15% reduced Projectile Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_7664","text":"35% increased Projectile Speed\\n15% reduced Projectile Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_8711","text":"40% increased Projectile Speed\\n30% reduced Projectile Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_14571","text":"55% increased Projectile Speed\\n30% reduced Projectile Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_14756","text":"Arrows Chain +1 times\\n50% reduced Chaining range (Tier 1)","type":"crucible"},{"id":"crucible.mod_17027","text":"20% increased Chaining range (Tier 1)","type":"crucible"},{"id":"crucible.mod_8887","text":"30% increased Chaining range (Tier 2)","type":"crucible"},{"id":"crucible.mod_33564","text":"40% increased Chaining range (Tier 1)","type":"crucible"},{"id":"crucible.mod_6460","text":"60% increased Chaining range (Tier 2)","type":"crucible"},{"id":"crucible.mod_24366","text":"Projectiles Pierce an additional Target (Tier 1)","type":"crucible"},{"id":"crucible.mod_47557","text":"Projectiles Pierce an additional Target (Tier 1)","type":"crucible"},{"id":"crucible.mod_19393","text":"Projectiles Pierce 2 additional Targets (Tier 2)","type":"crucible"},{"id":"crucible.mod_17809","text":"Projectiles have 30% chance for an additional Projectile when Forking (Tier 1)","type":"crucible"},{"id":"crucible.mod_26983","text":"Projectiles have 40% chance for an additional Projectile when Forking (Tier 2)","type":"crucible"},{"id":"crucible.mod_62302","text":"Projectiles have 50% chance for an additional Projectile when Forking (Tier 1)","type":"crucible"},{"id":"crucible.mod_46279","text":"Projectiles have 75% chance for an additional Projectile when Forking (Tier 2)","type":"crucible"},{"id":"crucible.mod_52505","text":"15% increased Effect of your Marks\\n100% increased Mana Cost of Mark Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_33393","text":"20% increased Effect of your Marks\\n100% increased Mana Cost of Mark Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_43737","text":"30% increased Effect of your Marks\\n200% increased Mana Cost of Mark Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_27026","text":"40% increased Effect of your Marks\\n200% increased Mana Cost of Mark Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_40585","text":"15% reduced Effect of your Marks\\n6% chance to gain a Frenzy Charge when you Hit your Marked Enemy (Tier 1)","type":"crucible"},{"id":"crucible.mod_38100","text":"15% reduced Effect of your Marks\\n10% chance to gain a Frenzy Charge when you Hit your Marked Enemy (Tier 2)","type":"crucible"},{"id":"crucible.mod_19078","text":"20% reduced Effect of your Marks\\n12% chance to gain a Frenzy Charge when you Hit your Marked Enemy (Tier 1)","type":"crucible"},{"id":"crucible.mod_63122","text":"20% reduced Effect of your Marks\\n20% chance to gain a Frenzy Charge when you Hit your Marked Enemy (Tier 2)","type":"crucible"},{"id":"crucible.mod_53927","text":"25% less Accuracy Rating against Marked Enemy\\nCulling Strike against Marked Enemy (Tier 1)","type":"crucible"},{"id":"crucible.mod_21842","text":"15% less Accuracy Rating against Marked Enemy\\nCulling Strike against Marked Enemy (Tier 2)","type":"crucible"},{"id":"crucible.mod_62540","text":"+0.2 metres to Weapon Range (Tier 1)","type":"crucible"},{"id":"crucible.mod_21482","text":"+0.3 metres to Weapon Range (Tier 2)","type":"crucible"},{"id":"crucible.mod_11868","text":"30% increased total Recovery per second from Life Leech\\n0.5% of Attack Damage Leeched as Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_16333","text":"30% increased total Recovery per second from Life Leech\\n0.8% of Attack Damage Leeched as Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_7749","text":"60% increased total Recovery per second from Life Leech\\n1% of Attack Damage Leeched as Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_42585","text":"60% increased total Recovery per second from Life Leech\\n1.6% of Attack Damage Leeched as Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_2957","text":"30% increased total Recovery per second from Mana Leech\\n0.5% of Attack Damage Leeched as Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_48517","text":"30% increased total Recovery per second from Mana Leech\\n0.8% of Attack Damage Leeched as Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_21744","text":"60% increased total Recovery per second from Mana Leech\\n1% of Attack Damage Leeched as Mana (Tier 1)","type":"crucible"},{"id":"crucible.mod_44519","text":"60% increased total Recovery per second from Mana Leech\\n1.6% of Attack Damage Leeched as Mana (Tier 2)","type":"crucible"},{"id":"crucible.mod_46610","text":"0.5% of Spell Damage Leeched as Energy Shield\\n30% increased total Recovery per second from Energy Shield Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_41746","text":"0.8% of Spell Damage Leeched as Energy Shield\\n30% increased total Recovery per second from Energy Shield Leech (Tier 2)","type":"crucible"},{"id":"crucible.mod_44243","text":"1% of Spell Damage Leeched as Energy Shield\\n60% increased total Recovery per second from Energy Shield Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_9278","text":"1.6% of Spell Damage Leeched as Energy Shield\\n60% increased total Recovery per second from Energy Shield Leech (Tier 2)","type":"crucible"},{"id":"crucible.mod_13565","text":"10% increased Maximum total Life Recovery per second from Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_22548","text":"20% increased Maximum total Life Recovery per second from Leech (Tier 2)","type":"crucible"},{"id":"crucible.mod_37782","text":"10% increased Maximum total Mana Recovery per second from Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_19876","text":"20% increased Maximum total Mana Recovery per second from Leech (Tier 2)","type":"crucible"},{"id":"crucible.mod_31754","text":"10% increased Maximum total Energy Shield Recovery per second from Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_45015","text":"20% increased Maximum total Energy Shield Recovery per second from Leech (Tier 2)","type":"crucible"},{"id":"crucible.mod_51609","text":"Grants 15 Life per Enemy Hit\\nRemoves 2 of your Mana per Enemy Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_27695","text":"Grants 25 Life per Enemy Hit\\nRemoves 2 of your Mana per Enemy Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_57442","text":"Removes 4 of your Life per Enemy Hit\\nGrants 6 Mana per Enemy Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_21451","text":"Removes 4 of your Life per Enemy Hit\\nGrants 8 Mana per Enemy Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_57650","text":"5% reduced Movement Speed\\n20% increased Cooldown Recovery Rate of Travel Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_47350","text":"5% reduced Movement Speed\\n30% increased Cooldown Recovery Rate of Travel Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_5636","text":"10% reduced Movement Speed\\n40% increased Cooldown Recovery Rate of Travel Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_13587","text":"10% reduced Movement Speed\\n60% increased Cooldown Recovery Rate of Travel Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_8907","text":"8% increased Movement Speed\\nYour Travel Skills are Disabled (Tier 1)","type":"crucible"},{"id":"crucible.mod_13677","text":"12% increased Movement Speed\\nYour Travel Skills are Disabled (Tier 2)","type":"crucible"},{"id":"crucible.mod_36100","text":"14% increased Movement Speed\\nYour Travel Skills are Disabled (Tier 1)","type":"crucible"},{"id":"crucible.mod_65064","text":"18% increased Movement Speed\\nYour Travel Skills are Disabled (Tier 2)","type":"crucible"},{"id":"crucible.mod_46949","text":"20% reduced Effect of Arcane Surge on you\\n10% chance to Gain Arcane Surge when you deal a Critical Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_14555","text":"20% reduced Effect of Arcane Surge on you\\n10% chance to Gain Arcane Surge when you deal a Critical Strike (Tier 2)","type":"crucible"},{"id":"crucible.mod_19007","text":"20% reduced Effect of Arcane Surge on you\\n15% chance to Gain Arcane Surge when you deal a Critical Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_31720","text":"20% reduced Effect of Arcane Surge on you\\n15% chance to Gain Arcane Surge when you deal a Critical Strike (Tier 2)","type":"crucible"},{"id":"crucible.mod_16813","text":"20% increased Effect of Arcane Surge on you\\nBuffs on you expire 10% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_21824","text":"25% increased Effect of Arcane Surge on you\\nBuffs on you expire 10% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_7072","text":"40% increased Effect of Arcane Surge on you\\nBuffs on you expire 20% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_15873","text":"50% increased Effect of Arcane Surge on you\\nBuffs on you expire 20% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_48120","text":"20% increased Effect of Onslaught on you\\nBuffs on you expire 10% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_62358","text":"25% increased Effect of Onslaught on you\\nBuffs on you expire 10% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_7250","text":"40% increased Effect of Onslaught on you\\nBuffs on you expire 20% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_36479","text":"50% increased Effect of Onslaught on you\\nBuffs on you expire 20% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_16415","text":"20% reduced Effect of Onslaught on you\\n10% chance to gain Onslaught for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_50638","text":"20% reduced Effect of Onslaught on you\\n15% chance to gain Onslaught for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_37854","text":"20% reduced Effect of Onslaught on you\\n20% chance to gain Onslaught for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_42653","text":"20% reduced Effect of Onslaught on you\\n30% chance to gain Onslaught for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_29110","text":"10% chance to gain Unholy Might for 4 seconds on Kill\\nBuffs on you expire 10% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_15242","text":"15% chance to gain Unholy Might for 4 seconds on Kill\\nBuffs on you expire 10% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_53459","text":"20% chance to gain Unholy Might for 4 seconds on Kill\\nBuffs on you expire 20% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_51046","text":"30% chance to gain Unholy Might for 4 seconds on Kill\\nBuffs on you expire 20% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_38951","text":"10% chance to gain Phasing for 4 seconds on Kill\\nBuffs on you expire 10% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_11222","text":"15% chance to gain Phasing for 4 seconds on Kill\\nBuffs on you expire 10% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_48825","text":"20% chance to gain Phasing for 4 seconds on Kill\\nBuffs on you expire 20% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_44702","text":"30% chance to gain Phasing for 4 seconds on Kill\\nBuffs on you expire 20% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_26708","text":"15% reduced Enemy Stun Threshold with this Weapon\\n20% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_37711","text":"25% reduced Enemy Stun Threshold with this Weapon\\n20% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_12799","text":"15% increased Enemy Stun Threshold\\n16% chance to double Stun Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_47136","text":"15% increased Enemy Stun Threshold\\n24% chance to double Stun Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_56505","text":"30% increased Enemy Stun Threshold\\n35% chance to double Stun Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_3899","text":"30% increased Enemy Stun Threshold\\n45% chance to double Stun Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_63697","text":"30% reduced Fortification Duration\\nMelee Hits which Stun have 15% chance to Fortify (Tier 1)","type":"crucible"},{"id":"crucible.mod_47914","text":"30% reduced Fortification Duration\\nMelee Hits which Stun have 20% chance to Fortify (Tier 2)","type":"crucible"},{"id":"crucible.mod_25591","text":"30% reduced Fortification Duration\\nMelee Hits which Stun have 30% chance to Fortify (Tier 1)","type":"crucible"},{"id":"crucible.mod_28041","text":"30% reduced Fortification Duration\\nMelee Hits which Stun have 40% chance to Fortify (Tier 2)","type":"crucible"},{"id":"crucible.mod_14934","text":"15% increased Skill Effect Duration\\n10% reduced Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_13267","text":"20% increased Skill Effect Duration\\n10% reduced Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_12659","text":"30% increased Skill Effect Duration\\n20% reduced Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_57477","text":"40% increased Skill Effect Duration\\n20% reduced Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_31146","text":"10% reduced Skill Effect Duration\\n10% increased Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_58058","text":"10% reduced Skill Effect Duration\\n15% increased Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_13068","text":"10% reduced Skill Effect Duration\\n20% increased Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_58671","text":"10% reduced Skill Effect Duration\\n25% increased Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_18557","text":"Flasks applied to you have 10% reduced Effect\\n40% chance to gain a Flask Charge when you deal a Critical Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_19445","text":"Flasks applied to you have 10% reduced Effect\\n50% chance to gain a Flask Charge when you deal a Critical Strike (Tier 2)","type":"crucible"},{"id":"crucible.mod_27098","text":"Flasks applied to you have 10% reduced Effect\\n80% chance to gain a Flask Charge when you deal a Critical Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_32798","text":"Flasks applied to you have 10% reduced Effect\\nGain a Flask Charge when you deal a Critical Strike (Tier 2)","type":"crucible"},{"id":"crucible.mod_46510","text":"15% reduced Flask Charges gained\\nFlasks applied to you have 8% increased Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_36378","text":"15% reduced Flask Charges gained\\nFlasks applied to you have 10% increased Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_13126","text":"20% reduced Flask Charges gained\\nFlasks applied to you have 12% increased Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_17815","text":"20% reduced Flask Charges gained\\nFlasks applied to you have 15% increased Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_35515","text":"10% reduced Effect of your Curses\\nYour Curses have 25% increased Effect if 50% of Curse Duration expired (Tier 1)","type":"crucible"},{"id":"crucible.mod_52202","text":"10% reduced Effect of your Curses\\nYour Curses have 30% increased Effect if 50% of Curse Duration expired (Tier 2)","type":"crucible"},{"id":"crucible.mod_65383","text":"15% reduced Effect of your Curses\\nYour Curses have 35% increased Effect if 50% of Curse Duration expired (Tier 1)","type":"crucible"},{"id":"crucible.mod_24945","text":"15% reduced Effect of your Curses\\nYour Curses have 50% increased Effect if 50% of Curse Duration expired (Tier 2)","type":"crucible"},{"id":"crucible.mod_60536","text":"15% increased Effect of Curses on you\\n8% increased Effect of your Curses (Tier 1)","type":"crucible"},{"id":"crucible.mod_51893","text":"15% increased Effect of Curses on you\\n10% increased Effect of your Curses (Tier 2)","type":"crucible"},{"id":"crucible.mod_62924","text":"25% increased Effect of Curses on you\\n12% increased Effect of your Curses (Tier 1)","type":"crucible"},{"id":"crucible.mod_47411","text":"25% increased Effect of Curses on you\\n15% increased Effect of your Curses (Tier 2)","type":"crucible"},{"id":"crucible.mod_31704","text":"20% reduced Area of Effect of Hex Skills\\nHex Skills have 40% increased Skill Effect Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_56162","text":"20% reduced Area of Effect of Hex Skills\\nHex Skills have 50% increased Skill Effect Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_26338","text":"30% reduced Area of Effect of Hex Skills\\nHex Skills have 80% increased Skill Effect Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_13592","text":"30% reduced Area of Effect of Hex Skills\\nHex Skills have 100% increased Skill Effect Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_7899","text":"15% increased bonuses gained from Equipped Quiver (Tier 1)","type":"crucible"},{"id":"crucible.mod_43755","text":"20% increased bonuses gained from Equipped Quiver (Tier 2)","type":"crucible"},{"id":"crucible.mod_54008","text":"15% reduced Mana Reservation Efficiency of Skills that throw Mines\\nMines have a 10% chance to be Detonated an Additional Time (Tier 1)","type":"crucible"},{"id":"crucible.mod_9503","text":"15% reduced Mana Reservation Efficiency of Skills that throw Mines\\nMines have a 14% chance to be Detonated an Additional Time (Tier 2)","type":"crucible"},{"id":"crucible.mod_61911","text":"25% reduced Mana Reservation Efficiency of Skills that throw Mines\\nMines have a 16% chance to be Detonated an Additional Time (Tier 1)","type":"crucible"},{"id":"crucible.mod_29399","text":"25% reduced Mana Reservation Efficiency of Skills that throw Mines\\nMines have a 20% chance to be Detonated an Additional Time (Tier 2)","type":"crucible"},{"id":"crucible.mod_65267","text":"Skills used by Mines have 40% reduced Area of Effect\\n25% increased Effect of Auras from Mines (Tier 1)","type":"crucible"},{"id":"crucible.mod_2040","text":"Skills used by Mines have 40% reduced Area of Effect\\n40% increased Effect of Auras from Mines (Tier 2)","type":"crucible"},{"id":"crucible.mod_31177","text":"Skills used by Mines have 60% reduced Area of Effect\\n50% increased Effect of Auras from Mines (Tier 1)","type":"crucible"},{"id":"crucible.mod_28618","text":"Skills used by Mines have 60% reduced Area of Effect\\n70% increased Effect of Auras from Mines (Tier 2)","type":"crucible"},{"id":"crucible.mod_33321","text":"40% reduced Trap Trigger Area of Effect\\n12% increased Trap Throwing Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_59272","text":"40% reduced Trap Trigger Area of Effect\\n16% increased Trap Throwing Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_55819","text":"60% reduced Trap Trigger Area of Effect\\n18% increased Trap Throwing Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_24408","text":"60% reduced Trap Trigger Area of Effect\\n25% increased Trap Throwing Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_27039","text":"25% reduced Trap Spread\\nTraps from Skills are thrown randomly around targeted location (Tier 1)","type":"crucible"},{"id":"crucible.mod_65092","text":"25% reduced Trap Spread\\nTraps from Skills are thrown randomly around targeted location (Tier 1)","type":"crucible"},{"id":"crucible.mod_23336","text":"Brands have 25% increased Area of Effect if 50% of Attached Duration expired\\nBrand Skills have 20% reduced Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_60324","text":"Brands have 40% increased Area of Effect if 50% of Attached Duration expired\\nBrand Skills have 20% reduced Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_46069","text":"Brands have 45% increased Area of Effect if 50% of Attached Duration expired\\nBrand Skills have 30% reduced Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_60029","text":"Brands have 60% increased Area of Effect if 50% of Attached Duration expired\\nBrand Skills have 30% reduced Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_55709","text":"Brand Recall has 40% reduced Cooldown Recovery Rate\\n40% increased Brand Attachment range (Tier 1)","type":"crucible"},{"id":"crucible.mod_30416","text":"Brand Recall has 40% reduced Cooldown Recovery Rate\\n60% increased Brand Attachment range (Tier 2)","type":"crucible"},{"id":"crucible.mod_21875","text":"Brand Recall has 60% reduced Cooldown Recovery Rate\\n75% increased Brand Attachment range (Tier 1)","type":"crucible"},{"id":"crucible.mod_2129","text":"Brand Recall has 60% reduced Cooldown Recovery Rate\\n100% increased Brand Attachment range (Tier 2)","type":"crucible"},{"id":"crucible.mod_10733","text":"15% reduced Totem Placement speed\\nSkills that would Summon a Totem have 25% chance to Summon two Totems instead (Tier 1)","type":"crucible"},{"id":"crucible.mod_29042","text":"15% reduced Totem Placement speed\\nSkills that would Summon a Totem have 40% chance to Summon two Totems instead (Tier 2)","type":"crucible"},{"id":"crucible.mod_13996","text":"25% reduced Totem Placement speed\\nSkills that would Summon a Totem have 50% chance to Summon two Totems instead (Tier 1)","type":"crucible"},{"id":"crucible.mod_21957","text":"25% reduced Totem Placement speed\\nSkills that would Summon a Totem have 70% chance to Summon two Totems instead (Tier 2)","type":"crucible"},{"id":"crucible.mod_42107","text":"15% reduced Totem Life\\nTotems Explode on Death, dealing 10% of their Life as Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_40178","text":"15% reduced Totem Life\\nTotems Explode on Death, dealing 15% of their Life as Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_53390","text":"25% reduced Totem Life\\nTotems Explode on Death, dealing 20% of their Life as Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_27222","text":"25% reduced Totem Life\\nTotems Explode on Death, dealing 30% of their Life as Physical Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_10968","text":"30% increased Effect of Chill on you\\nUnaffected by Chill while Channelling (Tier 1)","type":"crucible"},{"id":"crucible.mod_8946","text":"30% increased Effect of Shock on you\\nUnaffected by Shock while Channelling (Tier 1)","type":"crucible"},{"id":"crucible.mod_30458","text":"20% increased Warcry Buff Effect\\nWarcry Skills have 20% reduced Area of Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_12271","text":"30% increased Warcry Buff Effect\\nWarcry Skills have 20% reduced Area of Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_37061","text":"35% increased Warcry Buff Effect\\nWarcry Skills have 30% reduced Area of Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_42216","text":"50% increased Warcry Buff Effect\\nWarcry Skills have 30% reduced Area of Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_235","text":"30% reduced Damage\\n25% increased Damage for each time you\'ve Warcried Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_56597","text":"30% reduced Damage\\n40% increased Damage for each time you\'ve Warcried Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_45237","text":"50% reduced Damage\\n40% increased Damage for each time you\'ve Warcried Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_53485","text":"50% reduced Damage\\n60% increased Damage for each time you\'ve Warcried Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_8745","text":"6% chance to Scorch Enemies\\nCannot inflict Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_5815","text":"10% chance to Scorch Enemies\\nCannot inflict Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_25969","text":"12% chance to Scorch Enemies\\nCannot inflict Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_10993","text":"20% chance to Scorch Enemies\\nCannot inflict Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_7406","text":"6% chance to inflict Brittle\\nCannot inflict Freeze or Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_47746","text":"10% chance to inflict Brittle\\nCannot inflict Freeze or Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_45525","text":"12% chance to inflict Brittle\\nCannot inflict Freeze or Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_5275","text":"20% chance to inflict Brittle\\nCannot inflict Freeze or Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_28578","text":"6% chance to Sap Enemies\\nCannot inflict Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_38841","text":"10% chance to Sap Enemies\\nCannot inflict Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_1057","text":"12% chance to Sap Enemies\\nCannot inflict Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_15393","text":"20% chance to Sap Enemies\\nCannot inflict Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_61410","text":"Inflict Fire Exposure on Hit\\n25% chance to be inflicted with Fire Exposure when you take Fire Damage from a Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_64950","text":"Inflict Cold Exposure on Hit\\n25% chance to be inflicted with Cold Exposure when you take Cold Damage from a Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_63373","text":"Inflict Lightning Exposure on Hit\\n25% chance to be inflicted with Lightning Exposure when you take Lightning Damage from a Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_31006","text":"Inflict Fire, Cold, and Lightning Exposure on Hit\\n25% chance to be inflicted with a random Exposure when you take Elemental Damage from a Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_50147","text":"6% chance to inflict Withered for 2 seconds on Hit\\n25% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_3992","text":"10% chance to inflict Withered for 2 seconds on Hit\\n25% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_64266","text":"10% chance to inflict Withered for 2 seconds on Hit\\n50% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_5839","text":"15% chance to inflict Withered for 2 seconds on Hit\\n50% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_58438","text":"Overwhelm 15% Physical Damage Reduction\\nHits against you Overwhelm 5% of Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_5001","text":"Overwhelm 20% Physical Damage Reduction\\nHits against you Overwhelm 5% of Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_61314","text":"Overwhelm 24% Physical Damage Reduction\\nHits against you Overwhelm 10% of Physical Damage Reduction (Tier 1)","type":"crucible"},{"id":"crucible.mod_31469","text":"Overwhelm 32% Physical Damage Reduction\\nHits against you Overwhelm 10% of Physical Damage Reduction (Tier 2)","type":"crucible"},{"id":"crucible.mod_6296","text":"30% increased Stun Duration on Enemies\\n15% increased Stun Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_8367","text":"40% increased Stun Duration on Enemies\\n20% increased Stun Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_47066","text":"60% increased Stun Duration on Enemies\\n30% increased Stun Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_24790","text":"80% increased Stun Duration on Enemies\\n40% increased Stun Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_52209","text":"20% increased Freeze Duration on Enemies\\n15% increased Freeze Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_47635","text":"30% increased Freeze Duration on Enemies\\n20% increased Freeze Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_36444","text":"35% increased Freeze Duration on Enemies\\n30% increased Freeze Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_53058","text":"50% increased Freeze Duration on Enemies\\n40% increased Freeze Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_35919","text":"20% increased Ignite Duration on Enemies\\n15% increased Ignite Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_10714","text":"30% increased Ignite Duration on Enemies\\n20% increased Ignite Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_60228","text":"35% increased Ignite Duration on Enemies\\n30% increased Ignite Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_44882","text":"50% increased Ignite Duration on Enemies\\n40% increased Ignite Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_20196","text":"20% increased Bleeding Duration\\n15% increased Bleed Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_15345","text":"30% increased Bleeding Duration\\n20% increased Bleed Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_7506","text":"35% increased Bleeding Duration\\n30% increased Bleed Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_51336","text":"50% increased Bleeding Duration\\n40% increased Bleed Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_32432","text":"10% increased Poison Duration\\n15% increased Poison Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_42655","text":"15% increased Poison Duration\\n20% increased Poison Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_22538","text":"18% increased Poison Duration\\n30% increased Poison Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_22262","text":"24% increased Poison Duration\\n40% increased Poison Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_21374","text":"15% increased Effect of Chill on you\\n30% increased Effect of Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_53498","text":"20% increased Effect of Chill on you\\n40% increased Effect of Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_39737","text":"30% increased Effect of Chill on you\\n60% increased Effect of Chill (Tier 1)","type":"crucible"},{"id":"crucible.mod_43954","text":"40% increased Effect of Chill on you\\n80% increased Effect of Chill (Tier 2)","type":"crucible"},{"id":"crucible.mod_37050","text":"30% increased Effect of Shock\\n15% increased Effect of Shock on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_15591","text":"40% increased Effect of Shock\\n20% increased Effect of Shock on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_34516","text":"60% increased Effect of Shock\\n30% increased Effect of Shock on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_23770","text":"80% increased Effect of Shock\\n40% increased Effect of Shock on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_13895","text":"10% increased Impale Effect\\nAttack Hits against you have 15% chance to Impale (Tier 1)","type":"crucible"},{"id":"crucible.mod_10737","text":"15% increased Impale Effect\\nAttack Hits against you have 20% chance to Impale (Tier 2)","type":"crucible"},{"id":"crucible.mod_28832","text":"18% increased Impale Effect\\nAttack Hits against you have 30% chance to Impale (Tier 1)","type":"crucible"},{"id":"crucible.mod_42291","text":"24% increased Impale Effect\\nAttack Hits against you have 40% chance to Impale (Tier 2)","type":"crucible"},{"id":"crucible.mod_9495","text":"20% reduced Attribute Requirements (Tier 1)","type":"crucible"},{"id":"crucible.mod_13152","text":"30% reduced Attribute Requirements (Tier 2)","type":"crucible"},{"id":"crucible.mod_16930","text":"+60 to Dexterity\\nGain no inherent bonuses from Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_8354","text":"+80 to Dexterity\\nGain no inherent bonuses from Dexterity (Tier 2)","type":"crucible"},{"id":"crucible.mod_38614","text":"+90 to Dexterity\\nGain no inherent bonuses from Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_4318","text":"+120 to Dexterity\\nGain no inherent bonuses from Dexterity (Tier 2)","type":"crucible"},{"id":"crucible.mod_51377","text":"+60 to Intelligence\\nGain no inherent bonuses from Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_10817","text":"+80 to Intelligence\\nGain no inherent bonuses from Intelligence (Tier 2)","type":"crucible"},{"id":"crucible.mod_54004","text":"+90 to Intelligence\\nGain no inherent bonuses from Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_48986","text":"+120 to Intelligence\\nGain no inherent bonuses from Intelligence (Tier 2)","type":"crucible"},{"id":"crucible.mod_18252","text":"+60 to Strength\\nGain no inherent bonuses from Strength (Tier 1)","type":"crucible"},{"id":"crucible.mod_4210","text":"+80 to Strength\\nGain no inherent bonuses from Strength (Tier 2)","type":"crucible"},{"id":"crucible.mod_8883","text":"+90 to Strength\\nGain no inherent bonuses from Strength (Tier 1)","type":"crucible"},{"id":"crucible.mod_2451","text":"+120 to Strength\\nGain no inherent bonuses from Strength (Tier 2)","type":"crucible"},{"id":"crucible.mod_38885","text":"4% increased Dexterity\\n4% increased Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_21514","text":"6% increased Dexterity\\n6% increased Intelligence (Tier 2)","type":"crucible"},{"id":"crucible.mod_9827","text":"6% increased Dexterity\\n6% increased Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_40721","text":"10% increased Dexterity\\n10% increased Intelligence (Tier 2)","type":"crucible"},{"id":"crucible.mod_56664","text":"4% increased Strength\\n4% increased Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_63937","text":"6% increased Strength\\n6% increased Dexterity (Tier 2)","type":"crucible"},{"id":"crucible.mod_59736","text":"6% increased Strength\\n6% increased Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_45521","text":"10% increased Strength\\n10% increased Dexterity (Tier 2)","type":"crucible"},{"id":"crucible.mod_63732","text":"4% increased Strength\\n4% increased Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_5411","text":"6% increased Strength\\n6% increased Intelligence (Tier 2)","type":"crucible"},{"id":"crucible.mod_54063","text":"6% increased Strength\\n6% increased Intelligence (Tier 1)","type":"crucible"},{"id":"crucible.mod_24748","text":"10% increased Strength\\n10% increased Intelligence (Tier 2)","type":"crucible"},{"id":"crucible.mod_15586","text":"8% increased Movement Speed if Dexterity is below 100 (Tier 1)","type":"crucible"},{"id":"crucible.mod_46224","text":"12% increased Movement Speed if Dexterity is below 100 (Tier 2)","type":"crucible"},{"id":"crucible.mod_19742","text":"14% increased Movement Speed if Dexterity is below 100 (Tier 1)","type":"crucible"},{"id":"crucible.mod_50754","text":"20% increased Movement Speed if Dexterity is below 100 (Tier 2)","type":"crucible"},{"id":"crucible.mod_37005","text":"14% increased Area of Effect if Intelligence is below 100 (Tier 1)","type":"crucible"},{"id":"crucible.mod_12751","text":"20% increased Area of Effect if Intelligence is below 100 (Tier 2)","type":"crucible"},{"id":"crucible.mod_45395","text":"24% increased Area of Effect if Intelligence is below 100 (Tier 1)","type":"crucible"},{"id":"crucible.mod_54589","text":"32% increased Area of Effect if Intelligence is below 100 (Tier 2)","type":"crucible"},{"id":"crucible.mod_40803","text":"6% chance to deal Double Damage if Strength is below 100 (Tier 1)","type":"crucible"},{"id":"crucible.mod_19663","text":"10% chance to deal Double Damage if Strength is below 100 (Tier 2)","type":"crucible"},{"id":"crucible.mod_8431","text":"12% chance to deal Double Damage if Strength is below 100 (Tier 1)","type":"crucible"},{"id":"crucible.mod_59800","text":"16% chance to deal Double Damage if Strength is below 100 (Tier 2)","type":"crucible"},{"id":"crucible.mod_44018","text":"10% increased Explicit Minion Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_51291","text":"15% increased Explicit Minion Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_53122","text":"10% increased Explicit Elemental Damage Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_64398","text":"15% increased Explicit Elemental Damage Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_25650","text":"10% increased Explicit Physical and Chaos Damage Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_62121","text":"15% increased Explicit Physical and Chaos Damage Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_45049","text":"10% increased Explicit Caster Damage Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_34410","text":"15% increased Explicit Caster Damage Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_932","text":"10% increased Explicit Critical Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_33462","text":"15% increased Explicit Critical Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_46633","text":"10% increased Explicit Speed Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_19368","text":"15% increased Explicit Speed Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_51812","text":"10% increased Explicit Mana Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_59709","text":"15% increased Explicit Mana Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_27218","text":"10% increased Explicit Life Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_10563","text":"15% increased Explicit Life Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_8402","text":"10% increased Explicit Defence Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_23015","text":"15% increased Explicit Defence Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_47909","text":"10% increased Explicit Resistance Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_7842","text":"15% increased Explicit Resistance Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_2302","text":"10% increased Explicit Attribute Modifier magnitudes (Tier 1)","type":"crucible"},{"id":"crucible.mod_13085","text":"15% increased Explicit Attribute Modifier magnitudes (Tier 2)","type":"crucible"},{"id":"crucible.mod_41852","text":"50% increased Endurance, Frenzy and Power Charge Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_3367","text":"65% increased Endurance, Frenzy and Power Charge Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_46253","text":"80% increased Endurance, Frenzy and Power Charge Duration (Tier 3)","type":"crucible"},{"id":"crucible.mod_31638","text":"100% increased Endurance, Frenzy and Power Charge Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_32331","text":"120% increased Endurance, Frenzy and Power Charge Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_27502","text":"140% increased Endurance, Frenzy and Power Charge Duration (Tier 3)","type":"crucible"},{"id":"crucible.mod_65108","text":"5% chance to Steal Power, Frenzy, and Endurance Charges on Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_24721","text":"10% chance to Steal Power, Frenzy, and Endurance Charges on Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_55872","text":"15% chance to Steal Power, Frenzy, and Endurance Charges on Hit (Tier 3)","type":"crucible"},{"id":"crucible.mod_22784","text":"15% chance to Steal Power, Frenzy, and Endurance Charges on Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_21828","text":"20% chance to Steal Power, Frenzy, and Endurance Charges on Hit (Tier 2)","type":"crucible"},{"id":"crucible.mod_56607","text":"25% chance to Steal Power, Frenzy, and Endurance Charges on Hit (Tier 3)","type":"crucible"},{"id":"crucible.mod_7343","text":"75% reduced Endurance, Frenzy and Power Charge Duration\\nGain a Power, Frenzy or Endurance Charge on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_42069","text":"50% reduced Frenzy Charge Duration\\nGain a Frenzy Charge on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_40621","text":"50% reduced Power Charge Duration\\nGain a Power Charge on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_43492","text":"50% reduced Endurance Charge Duration\\nGain an Endurance Charge on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_59397","text":"-1 to Maximum Endurance Charges\\n+1 to Minimum Frenzy Charges\\n+1 to Minimum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_44116","text":"-2 to Maximum Endurance Charges\\n+2 to Minimum Frenzy Charges\\n+2 to Minimum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_29627","text":"+1 to Minimum Endurance Charges\\n-1 to Maximum Frenzy Charges\\n+1 to Minimum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_35437","text":"+2 to Minimum Endurance Charges\\n-2 to Maximum Frenzy Charges\\n+2 to Minimum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_46646","text":"+1 to Minimum Endurance Charges\\n+1 to Minimum Frenzy Charges\\n-1 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_26641","text":"+2 to Minimum Endurance Charges\\n+2 to Minimum Frenzy Charges\\n-2 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_55818","text":"-1 to Maximum Endurance, Frenzy and Power Charges\\n+1 to Minimum Endurance, Frenzy and Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_19972","text":"-1 to Maximum Endurance, Frenzy and Power Charges\\n+2 to Minimum Endurance, Frenzy and Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_34416","text":"-1 to Maximum Endurance Charges\\n+1 to Maximum Frenzy Charges\\n-1 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_36822","text":"-2 to Maximum Endurance Charges\\n+2 to Maximum Frenzy Charges\\n-2 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_56259","text":"-1 to Maximum Endurance Charges\\n-1 to Maximum Frenzy Charges\\n+1 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_30827","text":"-2 to Maximum Endurance Charges\\n-2 to Maximum Frenzy Charges\\n+2 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_40522","text":"+1 to Maximum Endurance Charges\\n-1 to Maximum Frenzy Charges\\n-1 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_17694","text":"+2 to Maximum Endurance Charges\\n-2 to Maximum Frenzy Charges\\n-2 to Maximum Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_30545","text":"4% increased Movement Speed per Frenzy Charge\\n-1 to Maximum Frenzy Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_26796","text":"6% increased Movement Speed per Frenzy Charge\\n-1 to Maximum Frenzy Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_39284","text":"-1 to Maximum Power Charges\\n4% increased Cooldown Recovery Rate per Power Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_21541","text":"-1 to Maximum Power Charges\\n6% increased Cooldown Recovery Rate per Power Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_55768","text":"-1 to Maximum Endurance Charges\\n8% increased Area of Effect per Endurance Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_34672","text":"-1 to Maximum Endurance Charges\\n12% increased Area of Effect per Endurance Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_3777","text":"15% increased Damage per Endurance, Frenzy or Power Charge\\n-1 to Maximum Endurance, Frenzy and Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_34777","text":"25% increased Damage per Endurance, Frenzy or Power Charge\\n-1 to Maximum Endurance, Frenzy and Power Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_27393","text":"Rampage (Tier 1)","type":"crucible"},{"id":"crucible.mod_42598","text":"Herald of Agony has 25% increased Buff Effect\\nHerald of Agony has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_9188","text":"Herald of Agony has 35% increased Buff Effect\\nHerald of Agony has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_63823","text":"Herald of Agony has 45% increased Buff Effect\\nHerald of Agony has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_29958","text":"Herald of Agony has 50% increased Buff Effect\\nHerald of Agony has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_8086","text":"Herald of Agony has 70% increased Buff Effect\\nHerald of Agony has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_56374","text":"Herald of Agony has 90% increased Buff Effect\\nHerald of Agony has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_60575","text":"Herald of Ash has 25% increased Reservation\\nHerald of Ash has 25% increased Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_53850","text":"Herald of Ash has 25% increased Reservation\\nHerald of Ash has 35% increased Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_56899","text":"Herald of Ash has 25% increased Reservation\\nHerald of Ash has 45% increased Buff Effect (Tier 3)","type":"crucible"},{"id":"crucible.mod_23508","text":"Herald of Ash has 50% increased Reservation\\nHerald of Ash has 50% increased Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_1799","text":"Herald of Ash has 50% increased Reservation\\nHerald of Ash has 70% increased Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_20166","text":"Herald of Ash has 50% increased Reservation\\nHerald of Ash has 90% increased Buff Effect (Tier 3)","type":"crucible"},{"id":"crucible.mod_53799","text":"Herald of Ice has 25% increased Reservation\\nHerald of Ice has 25% increased Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_8465","text":"Herald of Ice has 25% increased Reservation\\nHerald of Ice has 35% increased Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_7267","text":"Herald of Ice has 25% increased Reservation\\nHerald of Ice has 45% increased Buff Effect (Tier 3)","type":"crucible"},{"id":"crucible.mod_22706","text":"Herald of Ice has 50% increased Reservation\\nHerald of Ice has 50% increased Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_26021","text":"Herald of Ice has 50% increased Reservation\\nHerald of Ice has 70% increased Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_27341","text":"Herald of Ice has 50% increased Reservation\\nHerald of Ice has 90% increased Buff Effect (Tier 3)","type":"crucible"},{"id":"crucible.mod_2859","text":"Herald of Purity has 25% increased Buff Effect\\nHerald of Purity has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_1683","text":"Herald of Purity has 35% increased Buff Effect\\nHerald of Purity has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_34384","text":"Herald of Purity has 45% increased Buff Effect\\nHerald of Purity has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_2937","text":"Herald of Purity has 50% increased Buff Effect\\nHerald of Purity has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_3954","text":"Herald of Purity has 70% increased Buff Effect\\nHerald of Purity has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_49133","text":"Herald of Purity has 90% increased Buff Effect\\nHerald of Purity has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_777","text":"Herald of Thunder has 25% increased Reservation\\nHerald of Thunder has 25% increased Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_58154","text":"Herald of Thunder has 25% increased Reservation\\nHerald of Thunder has 35% increased Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_19425","text":"Herald of Thunder has 25% increased Reservation\\nHerald of Thunder has 45% increased Buff Effect (Tier 3)","type":"crucible"},{"id":"crucible.mod_29156","text":"Herald of Thunder has 50% increased Reservation\\nHerald of Thunder has 50% increased Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_9075","text":"Herald of Thunder has 50% increased Reservation\\nHerald of Thunder has 70% increased Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_34256","text":"Herald of Thunder has 50% increased Reservation\\nHerald of Thunder has 90% increased Buff Effect (Tier 3)","type":"crucible"},{"id":"crucible.mod_9783","text":"Anger has 20% increased Aura Effect\\nAnger has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_48119","text":"Anger has 25% increased Aura Effect\\nAnger has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_55655","text":"Anger has 30% increased Aura Effect\\nAnger has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_14270","text":"Anger has 40% increased Aura Effect\\nAnger has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_28432","text":"Anger has 50% increased Aura Effect\\nAnger has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_664","text":"Anger has 60% increased Aura Effect\\nAnger has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_37134","text":"Wrath has 20% increased Aura Effect\\nWrath has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_53288","text":"Wrath has 25% increased Aura Effect\\nWrath has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_24561","text":"Wrath has 30% increased Aura Effect\\nWrath has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_54997","text":"Wrath has 40% increased Aura Effect\\nWrath has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_57370","text":"Wrath has 50% increased Aura Effect\\nWrath has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_3285","text":"Wrath has 60% increased Aura Effect\\nWrath has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_28369","text":"Hatred has 20% increased Aura Effect\\nHatred has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_4375","text":"Hatred has 25% increased Aura Effect\\nHatred has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_31466","text":"Hatred has 30% increased Aura Effect\\nHatred has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_27243","text":"Hatred has 40% increased Aura Effect\\nHatred has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_15818","text":"Hatred has 50% increased Aura Effect\\nHatred has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_59980","text":"Hatred has 60% increased Aura Effect\\nHatred has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_8511","text":"Determination has 20% increased Aura Effect\\nDetermination has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_46305","text":"Determination has 25% increased Aura Effect\\nDetermination has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_24731","text":"Determination has 30% increased Aura Effect\\nDetermination has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_31101","text":"Discipline has 20% increased Aura Effect\\nDiscipline has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_23435","text":"Discipline has 25% increased Aura Effect\\nDiscipline has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_27793","text":"Discipline has 30% increased Aura Effect\\nDiscipline has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_63776","text":"Grace has 20% increased Aura Effect\\nGrace has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_4815","text":"Grace has 25% increased Aura Effect\\nGrace has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_9545","text":"Grace has 30% increased Aura Effect\\nGrace has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_56503","text":"Zealotry has 20% increased Aura Effect\\nZealotry has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_5905","text":"Zealotry has 25% increased Aura Effect\\nZealotry has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_25064","text":"Zealotry has 30% increased Aura Effect\\nZealotry has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_16180","text":"Zealotry has 40% increased Aura Effect\\nZealotry has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_60674","text":"Zealotry has 50% increased Aura Effect\\nZealotry has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_58603","text":"Zealotry has 60% increased Aura Effect\\nZealotry has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_21373","text":"Pride has 20% increased Aura Effect\\nPride has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_57855","text":"Pride has 25% increased Aura Effect\\nPride has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_51920","text":"Pride has 30% increased Aura Effect\\nPride has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_23802","text":"Pride has 40% increased Aura Effect\\nPride has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_46544","text":"Pride has 50% increased Aura Effect\\nPride has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_47160","text":"Pride has 60% increased Aura Effect\\nPride has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_53250","text":"Purity of Fire has 20% increased Aura Effect\\nPurity of Fire has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_44607","text":"Purity of Fire has 25% increased Aura Effect\\nPurity of Fire has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_37703","text":"Purity of Fire has 30% increased Aura Effect\\nPurity of Fire has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_64062","text":"Purity of Ice has 20% increased Aura Effect\\nPurity of Ice has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_60707","text":"Purity of Ice has 25% increased Aura Effect\\nPurity of Ice has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_54096","text":"Purity of Ice has 30% increased Aura Effect\\nPurity of Ice has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_22630","text":"Purity of Lightning has 20% increased Aura Effect\\nPurity of Lightning has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_15792","text":"Purity of Lightning has 25% increased Aura Effect\\nPurity of Lightning has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_49397","text":"Purity of Lightning has 30% increased Aura Effect\\nPurity of Lightning has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_4891","text":"Purity of Elements has 20% increased Aura Effect\\nPurity of Elements has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_19414","text":"Purity of Elements has 25% increased Aura Effect\\nPurity of Elements has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_31468","text":"Purity of Elements has 30% increased Aura Effect\\nPurity of Elements has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_30596","text":"Malevolence has 20% increased Aura Effect\\nMalevolence has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_33445","text":"Malevolence has 25% increased Aura Effect\\nMalevolence has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_27914","text":"Malevolence has 30% increased Aura Effect\\nMalevolence has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_51011","text":"Malevolence has 40% increased Aura Effect\\nMalevolence has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_35548","text":"Malevolence has 50% increased Aura Effect\\nMalevolence has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_34560","text":"Malevolence has 60% increased Aura Effect\\nMalevolence has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_29873","text":"Haste has 20% increased Aura Effect\\nHaste has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_61538","text":"Haste has 25% increased Aura Effect\\nHaste has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_17551","text":"Haste has 30% increased Aura Effect\\nHaste has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_7933","text":"Haste has 40% increased Aura Effect\\nHaste has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_42361","text":"Haste has 50% increased Aura Effect\\nHaste has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_32906","text":"Haste has 60% increased Aura Effect\\nHaste has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_18416","text":"Precision has 20% increased Aura Effect\\nPrecision has 25% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_32121","text":"Precision has 25% increased Aura Effect\\nPrecision has 25% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_10647","text":"Precision has 30% increased Aura Effect\\nPrecision has 25% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_16175","text":"Precision has 40% increased Aura Effect\\nPrecision has 50% increased Reservation (Tier 1)","type":"crucible"},{"id":"crucible.mod_2821","text":"Precision has 50% increased Aura Effect\\nPrecision has 50% increased Reservation (Tier 2)","type":"crucible"},{"id":"crucible.mod_24956","text":"Precision has 60% increased Aura Effect\\nPrecision has 50% increased Reservation (Tier 3)","type":"crucible"},{"id":"crucible.mod_33868","text":"Banner Skills have 20% increased Aura Effect\\n25% increased Reservation of Banner Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_28382","text":"Banner Skills have 25% increased Aura Effect\\n25% increased Reservation of Banner Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_17546","text":"Banner Skills have 30% increased Aura Effect\\n25% increased Reservation of Banner Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_8067","text":"Banner Skills have 40% increased Aura Effect\\n50% increased Reservation of Banner Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_2028","text":"Banner Skills have 50% increased Aura Effect\\n50% increased Reservation of Banner Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_40992","text":"Banner Skills have 60% increased Aura Effect\\n50% increased Reservation of Banner Skills (Tier 3)","type":"crucible"},{"id":"crucible.mod_54555","text":"-5% to amount of Suppressed Spell Damage Prevented\\n+20% chance to Suppress Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_45517","text":"-5% to amount of Suppressed Spell Damage Prevented\\n+25% chance to Suppress Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_25739","text":"Prevent +2% of Suppressed Spell Damage\\n-10% chance to Suppress Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_34924","text":"Prevent +3% of Suppressed Spell Damage\\n-10% chance to Suppress Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_11828","text":"+20% chance to Suppress Spell Damage\\n-15% chance to Suppress Spell Damage if you\'ve Suppressed Spell Damage Recently (Tier 1)","type":"crucible"},{"id":"crucible.mod_32213","text":"+25% chance to Suppress Spell Damage\\n-18% chance to Suppress Spell Damage if you\'ve Suppressed Spell Damage Recently (Tier 2)","type":"crucible"},{"id":"crucible.mod_63571","text":"Recover 2% of Life when you Suppress Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_55865","text":"Recover 3% of Life when you Suppress Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_21274","text":"Recover 30 Life when you Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_2611","text":"Recover 50 Life when you Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_35818","text":"Gain 30 Energy Shield when you Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_2697","text":"Gain 50 Energy Shield when you Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_43398","text":"30 Mana gained when you Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_51285","text":"50 Mana gained when you Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_8925","text":"50% chance to Chill Attackers for 4 seconds on Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_37758","text":"Chill Attackers for 4 seconds on Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_36676","text":"50% chance to Shock Attackers for 4 seconds on Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_26956","text":"Shock Attackers for 4 seconds on Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_65050","text":"15% chance to Scorch Enemies when you Block their Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_46025","text":"20% chance to Scorch Enemies when you Block their Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_40408","text":"15% chance to inflict Brittle on Enemies when you Block their Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_16725","text":"20% chance to inflict Brittle on Enemies when you Block their Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_30229","text":"15% chance to Sap Enemies when you Block their Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_2067","text":"20% chance to Sap Enemies when you Block their Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_50957","text":"+2% to maximum Chance to Block Attack Damage\\nYou take 5% of Damage from Blocked Hits (Tier 1)","type":"crucible"},{"id":"crucible.mod_36976","text":"+3% to maximum Chance to Block Attack Damage\\nYou take 5% of Damage from Blocked Hits (Tier 2)","type":"crucible"},{"id":"crucible.mod_32209","text":"+2% to maximum Chance to Block Spell Damage\\nYou take 5% of Damage from Blocked Hits (Tier 1)","type":"crucible"},{"id":"crucible.mod_7741","text":"+3% to maximum Chance to Block Spell Damage\\nYou take 5% of Damage from Blocked Hits (Tier 2)","type":"crucible"},{"id":"crucible.mod_64359","text":"60% chance to Avoid being Ignited\\n+20% chance to be Shocked (Tier 1)","type":"crucible"},{"id":"crucible.mod_17900","text":"100% chance to Avoid being Ignited\\n+20% chance to be Shocked (Tier 2)","type":"crucible"},{"id":"crucible.mod_27169","text":"60% chance to Avoid being Frozen\\n+20% chance to be Ignited (Tier 1)","type":"crucible"},{"id":"crucible.mod_8132","text":"100% chance to Avoid being Frozen\\n+20% chance to be Ignited (Tier 2)","type":"crucible"},{"id":"crucible.mod_22615","text":"60% chance to Avoid being Shocked\\n+20% chance to be Frozen (Tier 1)","type":"crucible"},{"id":"crucible.mod_29514","text":"100% chance to Avoid being Shocked\\n+20% chance to be Frozen (Tier 2)","type":"crucible"},{"id":"crucible.mod_58075","text":"+20% chance to be Poisoned\\n60% chance to Avoid Bleeding (Tier 1)","type":"crucible"},{"id":"crucible.mod_2132","text":"+20% chance to be Poisoned\\n100% chance to Avoid Bleeding (Tier 2)","type":"crucible"},{"id":"crucible.mod_37792","text":"60% chance to Avoid being Poisoned\\n50% increased Bleed Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_35743","text":"100% chance to Avoid being Poisoned\\n50% increased Bleed Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_12815","text":"Corrupted Blood cannot be inflicted on you\\n50% increased Effect of Exposure on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_41810","text":"Attack Hits have 20% chance to Maim you for 4 seconds\\nImmune to Exposure (Tier 1)","type":"crucible"},{"id":"crucible.mod_6566","text":"20% reduced Damage per Curse on you\\n30% reduced Effect of Curses on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_257","text":"20% reduced Damage per Curse on you\\n40% reduced Effect of Curses on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_64265","text":"10% increased Damage per Curse on you\\n25% increased Effect of Curses on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_48306","text":"15% increased Damage per Curse on you\\n25% increased Effect of Curses on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_28185","text":"100% increased Stun Threshold\\n50% increased Stun Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_62831","text":"150% increased Stun Threshold\\n50% increased Stun Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_11137","text":"100% increased Stun and Block Recovery\\n25% reduced Stun Threshold (Tier 1)","type":"crucible"},{"id":"crucible.mod_4138","text":"150% increased Stun and Block Recovery\\n25% reduced Stun Threshold (Tier 2)","type":"crucible"},{"id":"crucible.mod_42324","text":"You take 30% reduced Extra Damage from Critical Strikes\\nHits have 100% increased Critical Strike Chance against you (Tier 1)","type":"crucible"},{"id":"crucible.mod_19498","text":"You take 40% reduced Extra Damage from Critical Strikes\\nHits have 100% increased Critical Strike Chance against you (Tier 2)","type":"crucible"},{"id":"crucible.mod_16501","text":"You take 20% increased Extra Damage from Critical Strikes\\nHits have 50% reduced Critical Strike Chance against you (Tier 1)","type":"crucible"},{"id":"crucible.mod_7656","text":"You take 20% increased Extra Damage from Critical Strikes\\nHits have 70% reduced Critical Strike Chance against you (Tier 2)","type":"crucible"},{"id":"crucible.mod_14579","text":"100% reduced Reflected Elemental Damage taken\\n100% increased Reflected Physical Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_61011","text":"100% increased Reflected Elemental Damage taken\\n100% reduced Reflected Physical Damage taken (Tier 1)","type":"crucible"},{"id":"crucible.mod_11696","text":"20% of Damage you Reflect to Enemies when Hit is leeched as Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_65033","text":"30% of Damage you Reflect to Enemies when Hit is leeched as Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_57","text":"10% reduced maximum Life\\n12% increased Life Recovery rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_15937","text":"10% reduced maximum Life\\n16% increased Life Recovery rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_23076","text":"25% reduced Energy Shield\\n12% increased Energy Shield Recovery rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_42584","text":"25% reduced Energy Shield\\n16% increased Energy Shield Recovery rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_26428","text":"10% reduced maximum Mana\\n12% increased Mana Recovery rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_22544","text":"10% reduced maximum Mana\\n16% increased Mana Recovery rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_8527","text":"Regenerate 2% of Life per second while on Low Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_37946","text":"Regenerate 3% of Life per second while on Low Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_3323","text":"Regenerate 2% of Energy Shield per second while on Low Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_16411","text":"Regenerate 3% of Energy Shield per second while on Low Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_17932","text":"-20% chance to Block Projectile Attack Damage\\n+25% chance to Block Projectile Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_6942","text":"-20% chance to Block Projectile Attack Damage\\n+30% chance to Block Projectile Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_7830","text":"+25% chance to Block Projectile Attack Damage\\n-20% chance to Block Projectile Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_3655","text":"+30% chance to Block Projectile Attack Damage\\n-20% chance to Block Projectile Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_9657","text":"30% reduced Elusive Effect\\nGain Elusive on reaching Low Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_25013","text":"20% reduced Elusive Effect\\nGain Elusive on reaching Low Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_5579","text":"Cannot be Stunned when on Low Life\\n8% increased Damage taken while on Low Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_62833","text":"Cannot be Stunned when on Low Life\\n5% increased Damage taken while on Low Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_52552","text":"100% chance to Avoid Elemental Ailments while on Consecrated Ground\\n50% reduced Effect of Consecrated Ground you create (Tier 1)","type":"crucible"},{"id":"crucible.mod_32031","text":"50% reduced Consecrated Ground Area\\n30% increased Effect of Consecrated Ground you create (Tier 1)","type":"crucible"},{"id":"crucible.mod_59438","text":"50% reduced Consecrated Ground Area\\n50% increased Effect of Consecrated Ground you create (Tier 2)","type":"crucible"},{"id":"crucible.mod_4513","text":"Guard Skills have 60% increased Cooldown Recovery Rate\\nGuard Skills have 50% reduced Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_34164","text":"Guard Skills have 80% increased Cooldown Recovery Rate\\nGuard Skills have 50% reduced Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_48224","text":"Debuffs on you expire 15% faster (Tier 1)","type":"crucible"},{"id":"crucible.mod_35946","text":"Debuffs on you expire 25% faster (Tier 2)","type":"crucible"},{"id":"crucible.mod_26435","text":"50% chance to avoid Ailments from Critical Strikes (Tier 1)","type":"crucible"},{"id":"crucible.mod_31967","text":"75% chance to avoid Ailments from Critical Strikes (Tier 2)","type":"crucible"},{"id":"crucible.mod_11043","text":"Your Counterattacks have 30% reduced Cooldown Recovery Rate\\nYour Counterattacks deal 45% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_48221","text":"Your Counterattacks have 30% reduced Cooldown Recovery Rate\\nYour Counterattacks deal 60% more Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_25290","text":"150% increased Fortification Duration\\n-2 to maximum Fortification (Tier 1)","type":"crucible"},{"id":"crucible.mod_8249","text":"200% increased Fortification Duration\\n-2 to maximum Fortification (Tier 2)","type":"crucible"},{"id":"crucible.mod_60654","text":"Desecrate and Unearth have +1 to Maximum number of corpses allowed\\nCorpses you Spawn have 5% reduced Maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_31926","text":"Desecrate and Unearth have +2 to Maximum number of corpses allowed\\nCorpses you Spawn have 5% reduced Maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_46735","text":"Desecrate and Unearth have +2 to Maximum number of corpses allowed\\nCorpses you Spawn have 10% reduced Maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_54123","text":"Desecrate and Unearth have +4 to Maximum number of corpses allowed\\nCorpses you Spawn have 10% reduced Maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_28005","text":"Desecrate and Unearth have -1 to Maximum number of corpses allowed\\nCorpses you Spawn have 10% increased Maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_54783","text":"Desecrate and Unearth have -1 to Maximum number of corpses allowed\\nCorpses you Spawn have 15% increased Maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_19563","text":"Desecrate and Unearth have -2 to Maximum number of corpses allowed\\nCorpses you Spawn have 20% increased Maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_3913","text":"Desecrate and Unearth have -2 to Maximum number of corpses allowed\\nCorpses you Spawn have 30% increased Maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_19622","text":"10% reduced Minion Duration\\nMinions have 15% increased Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_36321","text":"10% reduced Minion Duration\\nMinions have 25% increased Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_9234","text":"20% reduced Minion Duration\\nMinions have 30% increased Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_54695","text":"20% reduced Minion Duration\\nMinions have 50% increased Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_42042","text":"15% increased Minion Duration\\nMinions have 15% reduced Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_16531","text":"20% increased Minion Duration\\nMinions have 15% reduced Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_39283","text":"30% increased Minion Duration\\nMinions have 30% reduced Cooldown Recovery Rate (Tier 1)","type":"crucible"},{"id":"crucible.mod_47588","text":"40% increased Minion Duration\\nMinions have 30% reduced Cooldown Recovery Rate (Tier 2)","type":"crucible"},{"id":"crucible.mod_2619","text":"Minions deal 15% reduced Damage\\nMinions have 20% increased Area of Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_4643","text":"Minions deal 15% reduced Damage\\nMinions have 30% increased Area of Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_49539","text":"Minions deal 30% reduced Damage\\nMinions have 40% increased Area of Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_7122","text":"Minions deal 30% reduced Damage\\nMinions have 60% increased Area of Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_31864","text":"Minions have +12% to all Elemental Resistances\\nMinions have -11% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_48570","text":"Minions have +16% to all Elemental Resistances\\nMinions have -11% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_58834","text":"Minions have +25% to all Elemental Resistances\\nMinions have -23% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_54906","text":"Minions have +35% to all Elemental Resistances\\nMinions have -23% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_15427","text":"Minions have -6% to all Elemental Resistances\\nMinions have +17% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_49966","text":"Minions have -6% to all Elemental Resistances\\nMinions have +23% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_11254","text":"Minions have -12% to all Elemental Resistances\\nMinions have +37% to Chaos Resistance (Tier 1)","type":"crucible"},{"id":"crucible.mod_40035","text":"Minions have -12% to all Elemental Resistances\\nMinions have +47% to Chaos Resistance (Tier 2)","type":"crucible"},{"id":"crucible.mod_2975","text":"Minions have +350 to Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_7437","text":"Minions have +500 to Armour (Tier 2)","type":"crucible"},{"id":"crucible.mod_12389","text":"Minions have +700 to Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_61142","text":"Minions have +1000 to Armour (Tier 2)","type":"crucible"},{"id":"crucible.mod_22251","text":"Minions have 20% increased Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_15170","text":"Minions have 30% increased Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_29318","text":"Minions have 40% increased Evasion Rating (Tier 1)","type":"crucible"},{"id":"crucible.mod_3834","text":"Minions have 60% increased Evasion Rating (Tier 2)","type":"crucible"},{"id":"crucible.mod_19084","text":"Minions have 15% reduced Evasion Rating\\nMinions have +15% chance to Suppress Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_45781","text":"Minions have 15% reduced Evasion Rating\\nMinions have +25% chance to Suppress Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_47161","text":"Minions have 30% reduced Evasion Rating\\nMinions have +30% chance to Suppress Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_41497","text":"Minions have 30% reduced Evasion Rating\\nMinions have +50% chance to Suppress Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_49305","text":"Minions have 10% reduced Life Recovery rate\\nMinions have 20% increased maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_17906","text":"Minions have 10% reduced Life Recovery rate\\nMinions have 30% increased maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_17847","text":"Minions have 20% reduced Life Recovery rate\\nMinions have 40% increased maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_25369","text":"Minions have 20% reduced Life Recovery rate\\nMinions have 60% increased maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_41655","text":"Minions have 15% increased Life Recovery rate\\nMinions have 15% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_33652","text":"Minions have 20% increased Life Recovery rate\\nMinions have 15% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_360","text":"Minions have 30% increased Life Recovery rate\\nMinions have 30% reduced maximum Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_27878","text":"Minions have 40% increased Life Recovery rate\\nMinions have 30% reduced maximum Life (Tier 2)","type":"crucible"},{"id":"crucible.mod_52340","text":"Minions have -6% to all Elemental Resistances\\nMinions gain 15% of Maximum Life as Extra Maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_36548","text":"Minions have -6% to all Elemental Resistances\\nMinions gain 20% of Maximum Life as Extra Maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_62631","text":"Minions have -12% to all Elemental Resistances\\nMinions gain 30% of Maximum Life as Extra Maximum Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_25448","text":"Minions have -12% to all Elemental Resistances\\nMinions gain 40% of Maximum Life as Extra Maximum Energy Shield (Tier 2)","type":"crucible"},{"id":"crucible.mod_45474","text":"Minions have +1% to all maximum Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_21700","text":"Minions have +2% to all maximum Elemental Resistances (Tier 1)","type":"crucible"},{"id":"crucible.mod_11024","text":"Minions have 10% chance to Blind on Hit with Attacks (Tier 1)","type":"crucible"},{"id":"crucible.mod_56587","text":"Minions have 15% chance to Blind on Hit with Attacks (Tier 2)","type":"crucible"},{"id":"crucible.mod_2099","text":"Minions have 20% chance to Blind on Hit with Attacks (Tier 1)","type":"crucible"},{"id":"crucible.mod_63115","text":"Minions have 30% chance to Blind on Hit with Attacks (Tier 2)","type":"crucible"},{"id":"crucible.mod_14928","text":"Minions have 10% chance to Hinder Enemies on Hit with Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_19140","text":"Minions have 15% chance to Hinder Enemies on Hit with Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_17065","text":"Minions have 20% chance to Hinder Enemies on Hit with Spells (Tier 1)","type":"crucible"},{"id":"crucible.mod_55412","text":"Minions have 30% chance to Hinder Enemies on Hit with Spells (Tier 2)","type":"crucible"},{"id":"crucible.mod_14096","text":"Minions have 12% increased Movement Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_3294","text":"Minions have 16% increased Movement Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_40752","text":"Minions have 24% increased Movement Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_60343","text":"Minions have 32% increased Movement Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_62349","text":"Minions have 15% increased Projectile Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_44022","text":"Minions have 20% increased Projectile Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_36540","text":"Minions have 30% increased Projectile Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_17656","text":"Minions have 40% increased Projectile Speed (Tier 2)","type":"crucible"},{"id":"crucible.mod_48032","text":"Minions have 8% chance to cause Bleeding with Attacks\\n20% increased Bleed Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_47420","text":"Minions have 12% chance to cause Bleeding with Attacks\\n20% increased Bleed Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_46451","text":"Minions have 16% chance to cause Bleeding with Attacks\\n40% increased Bleed Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_5974","text":"Minions have 24% chance to cause Bleeding with Attacks\\n40% increased Bleed Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_10699","text":"Minions have 8% chance to Poison Enemies on Hit\\n20% increased Poison Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_22264","text":"Minions have 12% chance to Poison Enemies on Hit\\n20% increased Poison Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_63899","text":"Minions have 16% chance to Poison Enemies on Hit\\n40% increased Poison Duration on you (Tier 1)","type":"crucible"},{"id":"crucible.mod_35465","text":"Minions have 24% chance to Poison Enemies on Hit\\n40% increased Poison Duration on you (Tier 2)","type":"crucible"},{"id":"crucible.mod_65484","text":"20% increased Ignite Duration on you\\nMinions have 8% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_44124","text":"20% increased Ignite Duration on you\\nMinions have 12% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_11581","text":"40% increased Ignite Duration on you\\nMinions have 16% chance to Ignite (Tier 1)","type":"crucible"},{"id":"crucible.mod_37981","text":"40% increased Ignite Duration on you\\nMinions have 24% chance to Ignite (Tier 2)","type":"crucible"},{"id":"crucible.mod_15255","text":"20% increased Freeze Duration on you\\nMinions have 8% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_44426","text":"20% increased Freeze Duration on you\\nMinions have 12% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_16843","text":"40% increased Freeze Duration on you\\nMinions have 16% chance to Freeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_15403","text":"40% increased Freeze Duration on you\\nMinions have 24% chance to Freeze (Tier 2)","type":"crucible"},{"id":"crucible.mod_27920","text":"20% increased Shock Duration on you\\nMinions have 8% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_44070","text":"20% increased Shock Duration on you\\nMinions have 12% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_263","text":"40% increased Shock Duration on you\\nMinions have 16% chance to Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_8029","text":"40% increased Shock Duration on you\\nMinions have 24% chance to Shock (Tier 2)","type":"crucible"},{"id":"crucible.mod_15845","text":"Link Skills have 8% increased Buff Effect\\n20% increased Mana Cost of Link Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_47594","text":"Link Skills have 12% increased Buff Effect\\n20% increased Mana Cost of Link Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_41316","text":"Link Skills have 16% increased Buff Effect\\n40% increased Mana Cost of Link Skills (Tier 1)","type":"crucible"},{"id":"crucible.mod_48159","text":"Link Skills have 24% increased Buff Effect\\n40% increased Mana Cost of Link Skills (Tier 2)","type":"crucible"},{"id":"crucible.mod_41817","text":"Link Skills have 20% reduced Buff Effect\\nLink Skills Link to 1 additional random target (Tier 1)","type":"crucible"},{"id":"crucible.mod_45","text":"Link Skills have 30% reduced Buff Effect\\nLink Skills Link to 2 additional random targets (Tier 1)","type":"crucible"},{"id":"crucible.mod_21521","text":"Convocation has 25% increased Cooldown Recovery Rate\\n20% reduced Convocation Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_18249","text":"Convocation has 40% increased Cooldown Recovery Rate\\n20% reduced Convocation Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_24409","text":"Convocation has 50% increased Cooldown Recovery Rate\\n40% reduced Convocation Buff Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_16325","text":"Convocation has 80% increased Cooldown Recovery Rate\\n40% reduced Convocation Buff Effect (Tier 2)","type":"crucible"},{"id":"crucible.mod_26933","text":"10% increased effect of Offerings\\nOffering Skills have 15% reduced Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_30290","text":"15% increased effect of Offerings\\nOffering Skills have 15% reduced Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_22279","text":"20% increased effect of Offerings\\nOffering Skills have 30% reduced Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_14722","text":"30% increased effect of Offerings\\nOffering Skills have 30% reduced Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_54731","text":"10% reduced effect of Offerings\\nOffering Skills have 25% increased Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_2025","text":"10% reduced effect of Offerings\\nOffering Skills have 40% increased Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_6206","text":"20% reduced effect of Offerings\\nOffering Skills have 50% increased Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_29227","text":"20% reduced effect of Offerings\\nOffering Skills have 80% increased Duration (Tier 2)","type":"crucible"},{"id":"crucible.mod_17021","text":"Minions have 10% reduced Movement Speed\\nMinions have 10% chance to gain Onslaught for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_35882","text":"Minions have 10% reduced Movement Speed\\nMinions have 15% chance to gain Onslaught for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_63110","text":"Minions have 10% reduced Movement Speed\\nMinions have 20% chance to gain Onslaught for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_8656","text":"Minions have 10% reduced Movement Speed\\nMinions have 30% chance to gain Onslaught for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_19707","text":"Minions have -7% to Chaos Resistance\\nMinions have 10% chance to gain Unholy Might for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_11287","text":"Minions have -7% to Chaos Resistance\\nMinions have 15% chance to gain Unholy Might for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_54301","text":"Minions have -7% to Chaos Resistance\\nMinions have 20% chance to gain Unholy Might for 4 seconds on Kill (Tier 1)","type":"crucible"},{"id":"crucible.mod_32077","text":"Minions have -7% to Chaos Resistance\\nMinions have 30% chance to gain Unholy Might for 4 seconds on Kill (Tier 2)","type":"crucible"},{"id":"crucible.mod_13658","text":"Minions have +20% Chance to Block Attack Damage\\nMinions have -10% Chance to Block Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_14679","text":"Minions have +25% Chance to Block Attack Damage\\nMinions have -10% Chance to Block Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_30998","text":"Minions have +30% Chance to Block Attack Damage\\nMinions have -15% Chance to Block Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_39160","text":"Minions have +40% Chance to Block Attack Damage\\nMinions have -15% Chance to Block Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_12754","text":"Minions have -10% Chance to Block Attack Damage\\nMinions have +20% Chance to Block Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_15875","text":"Minions have -10% Chance to Block Attack Damage\\nMinions have +25% Chance to Block Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_351","text":"Minions have -15% Chance to Block Attack Damage\\nMinions have +30% Chance to Block Spell Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_22717","text":"Minions have -15% Chance to Block Attack Damage\\nMinions have +40% Chance to Block Spell Damage (Tier 2)","type":"crucible"},{"id":"crucible.mod_14545","text":"Minions have 10% reduced maximum Life\\nMinions Recover 3% of their Life when they Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_53587","text":"Minions have 10% reduced maximum Life\\nMinions Recover 4% of their Life when they Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_25937","text":"Minions have 20% reduced maximum Life\\nMinions Recover 6% of their Life when they Block (Tier 1)","type":"crucible"},{"id":"crucible.mod_34844","text":"Minions have 20% reduced maximum Life\\nMinions Recover 8% of their Life when they Block (Tier 2)","type":"crucible"},{"id":"crucible.mod_3897","text":"+1 to maximum number of Summoned Golems\\n50% reduced Effect of Buffs granted by your Golems (Tier 1)","type":"crucible"},{"id":"crucible.mod_23749","text":"+2 to maximum number of Summoned Golems\\n100% reduced Effect of Buffs granted by your Golems (Tier 1)","type":"crucible"},{"id":"crucible.mod_5183","text":"-1 to maximum number of Summoned Golems\\n75% increased Effect of Buffs granted by your Golems (Tier 1)","type":"crucible"},{"id":"crucible.mod_1679","text":"-2 to maximum number of Summoned Golems\\n150% increased Effect of Buffs granted by your Golems (Tier 1)","type":"crucible"},{"id":"crucible.mod_32875","text":"Socketed Gems are Supported by Level 10 Mana Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_28586","text":"Socketed Gems are Supported by Level 10 Mana Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_11814","text":"Socketed Gems are supported by Level 15 Additional Accuracy (Tier 1)","type":"crucible"},{"id":"crucible.mod_53347","text":"Socketed Gems are supported by Level 15 Additional Accuracy (Tier 1)","type":"crucible"},{"id":"crucible.mod_12962","text":"Socketed Gems are Supported by Level 25 Arrogance (Tier 1)","type":"crucible"},{"id":"crucible.mod_27356","text":"Socketed Gems are Supported by Level 25 Arrogance (Tier 1)","type":"crucible"},{"id":"crucible.mod_36837","text":"Socketed Gems are supported by Level 10 Fork (Tier 1)","type":"crucible"},{"id":"crucible.mod_61066","text":"Socketed Gems are supported by Level 10 Fork (Tier 1)","type":"crucible"},{"id":"crucible.mod_26244","text":"Socketed Gems are Supported by Level 10 Chance to Poison (Tier 1)","type":"crucible"},{"id":"crucible.mod_44530","text":"Socketed Gems are Supported by Level 10 Chance to Poison (Tier 1)","type":"crucible"},{"id":"crucible.mod_29206","text":"Socketed Gems are supported by Level 10 Life Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_8862","text":"Socketed Gems are supported by Level 10 Life Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_45258","text":"Socketed Gems are supported by Level 10 Melee Splash (Tier 1)","type":"crucible"},{"id":"crucible.mod_50080","text":"Socketed Gems are supported by Level 10 Melee Splash (Tier 1)","type":"crucible"},{"id":"crucible.mod_3110","text":"Socketed Gems are supported by Level 10 Faster Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_62468","text":"Socketed Gems are supported by Level 10 Faster Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_53398","text":"Socketed Gems are supported by Level 10 Stun (Tier 1)","type":"crucible"},{"id":"crucible.mod_7170","text":"Socketed Gems are supported by Level 10 Stun (Tier 1)","type":"crucible"},{"id":"crucible.mod_4568","text":"Socketed Gems are Supported by Level 10 Increased Area of Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_25007","text":"Socketed Gems are Supported by Level 10 Increased Area of Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_56855","text":"Socketed Gems are Supported by Level 10 Knockback (Tier 1)","type":"crucible"},{"id":"crucible.mod_61653","text":"Socketed Gems are Supported by Level 10 Knockback (Tier 1)","type":"crucible"},{"id":"crucible.mod_59753","text":"Socketed Gems are Supported by Level 10 Minion Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_16548","text":"Socketed Gems are Supported by Level 10 Minion Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_21302","text":"Socketed Gems are Supported by Level 10 Minion Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_17987","text":"Socketed Gems are Supported by Level 10 Minion Speed (Tier 1)","type":"crucible"},{"id":"crucible.mod_44253","text":"Socketed Gems are Supported by Level 10 Lesser Multiple Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_39526","text":"Socketed Gems are Supported by Level 10 Lesser Multiple Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_35486","text":"Socketed Gems are supported by Level 10 Blind (Tier 1)","type":"crucible"},{"id":"crucible.mod_5927","text":"Socketed Gems are supported by Level 10 Blind (Tier 1)","type":"crucible"},{"id":"crucible.mod_58553","text":"Socketed Gems are Supported by Level 25 Blasphemy (Tier 1)","type":"crucible"},{"id":"crucible.mod_52066","text":"Socketed Gems are Supported by Level 25 Blasphemy (Tier 1)","type":"crucible"},{"id":"crucible.mod_14505","text":"Socketed Gems are Supported by Level 10 Iron Will (Tier 1)","type":"crucible"},{"id":"crucible.mod_32183","text":"Socketed Gems are Supported by Level 10 Iron Will (Tier 1)","type":"crucible"},{"id":"crucible.mod_40805","text":"Socketed Gems are Supported by Level 10 Faster Casting (Tier 1)","type":"crucible"},{"id":"crucible.mod_26522","text":"Socketed Gems are Supported by Level 10 Faster Casting (Tier 1)","type":"crucible"},{"id":"crucible.mod_18820","text":"Socketed Gems are supported by Level 10 Chance to Flee (Tier 1)","type":"crucible"},{"id":"crucible.mod_24552","text":"Socketed Gems are supported by Level 10 Chance to Flee (Tier 1)","type":"crucible"},{"id":"crucible.mod_60863","text":"Socketed Gems are Supported by Level 10 Item Rarity (Tier 1)","type":"crucible"},{"id":"crucible.mod_13231","text":"Socketed Gems are Supported by Level 10 Item Rarity (Tier 1)","type":"crucible"},{"id":"crucible.mod_62296","text":"Socketed Gems are Supported by Level 10 Combustion (Tier 1)","type":"crucible"},{"id":"crucible.mod_5018","text":"Socketed Gems are Supported by Level 10 Combustion (Tier 1)","type":"crucible"},{"id":"crucible.mod_37236","text":"Socketed Gems are Supported by Level 15 Life Gain On Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_50613","text":"Socketed Gems are Supported by Level 15 Life Gain On Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_38566","text":"Socketed Gems are Supported by Level 10 Culling Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_22375","text":"Socketed Gems are Supported by Level 10 Culling Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_26574","text":"Socketed Gems are Supported by Level 10 Point Blank (Tier 1)","type":"crucible"},{"id":"crucible.mod_3749","text":"Socketed Gems are Supported by Level 10 Point Blank (Tier 1)","type":"crucible"},{"id":"crucible.mod_10869","text":"Socketed Gems are Supported by Level 10 Iron Grip (Tier 1)","type":"crucible"},{"id":"crucible.mod_24540","text":"Socketed Gems are Supported by Level 10 Iron Grip (Tier 1)","type":"crucible"},{"id":"crucible.mod_16157","text":"Socketed Gems are Supported by Level 10 Chain (Tier 1)","type":"crucible"},{"id":"crucible.mod_62681","text":"Socketed Gems are Supported by Level 10 Chain (Tier 1)","type":"crucible"},{"id":"crucible.mod_29608","text":"Socketed Gems are Supported by Level 10 Elemental Army Support (Tier 1)","type":"crucible"},{"id":"crucible.mod_26088","text":"Socketed Gems are Supported by Level 10 Elemental Army Support (Tier 1)","type":"crucible"},{"id":"crucible.mod_7514","text":"Socketed Gems are Supported by Level 3 Empower (Tier 1)","type":"crucible"},{"id":"crucible.mod_48569","text":"Socketed Gems are Supported by Level 3 Empower (Tier 1)","type":"crucible"},{"id":"crucible.mod_30297","text":"Socketed Gems are Supported by Level 10 Slower Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_15933","text":"Socketed Gems are Supported by Level 10 Slower Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_10402","text":"Socketed Gems are Supported by Level 10 Less Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_50107","text":"Socketed Gems are Supported by Level 10 Less Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_26703","text":"Socketed Gems are Supported by Level 3 Enhance (Tier 1)","type":"crucible"},{"id":"crucible.mod_40943","text":"Socketed Gems are Supported by Level 3 Enhance (Tier 1)","type":"crucible"},{"id":"crucible.mod_1950","text":"Socketed Gems are Supported by Level 3 Enlighten (Tier 1)","type":"crucible"},{"id":"crucible.mod_18839","text":"Socketed Gems are Supported by Level 3 Enlighten (Tier 1)","type":"crucible"},{"id":"crucible.mod_11880","text":"Socketed Gems are Supported by Level 10 Physical To Lightning (Tier 1)","type":"crucible"},{"id":"crucible.mod_36228","text":"Socketed Gems are Supported by Level 10 Physical To Lightning (Tier 1)","type":"crucible"},{"id":"crucible.mod_24860","text":"Socketed Gems are Supported by Level 10 Advanced Traps (Tier 1)","type":"crucible"},{"id":"crucible.mod_47622","text":"Socketed Gems are Supported by Level 10 Advanced Traps (Tier 1)","type":"crucible"},{"id":"crucible.mod_18624","text":"Socketed Gems are Supported by Level 10 Ignite Proliferation (Tier 1)","type":"crucible"},{"id":"crucible.mod_16669","text":"Socketed Gems are Supported by Level 10 Ignite Proliferation (Tier 1)","type":"crucible"},{"id":"crucible.mod_49653","text":"Socketed Gems are Supported by Level 10 Chance To Bleed (Tier 1)","type":"crucible"},{"id":"crucible.mod_38664","text":"Socketed Gems are Supported by Level 10 Chance To Bleed (Tier 1)","type":"crucible"},{"id":"crucible.mod_40092","text":"Socketed Gems are Supported by Level 15 Decay (Tier 1)","type":"crucible"},{"id":"crucible.mod_38869","text":"Socketed Gems are Supported by Level 15 Decay (Tier 1)","type":"crucible"},{"id":"crucible.mod_40150","text":"Socketed Gems are Supported by Level 10 Maim (Tier 1)","type":"crucible"},{"id":"crucible.mod_19671","text":"Socketed Gems are Supported by Level 10 Maim (Tier 1)","type":"crucible"},{"id":"crucible.mod_17523","text":"Socketed Gems are Supported by Level 10 Momentum (Tier 1)","type":"crucible"},{"id":"crucible.mod_4006","text":"Socketed Gems are Supported by Level 10 Momentum (Tier 1)","type":"crucible"},{"id":"crucible.mod_51860","text":"Socketed Gems are Supported by Level 10 Arcane Surge (Tier 1)","type":"crucible"},{"id":"crucible.mod_7059","text":"Socketed Gems are Supported by Level 10 Arcane Surge (Tier 1)","type":"crucible"},{"id":"crucible.mod_42041","text":"Socketed Gems are Supported by Level 10 Arrow Nova (Tier 1)","type":"crucible"},{"id":"crucible.mod_14595","text":"Socketed Gems are Supported by Level 10 Arrow Nova (Tier 1)","type":"crucible"},{"id":"crucible.mod_64810","text":"Socketed Gems are supported by Level 10 Pierce (Tier 1)","type":"crucible"},{"id":"crucible.mod_12911","text":"Socketed Gems are supported by Level 10 Pierce (Tier 1)","type":"crucible"},{"id":"crucible.mod_23311","text":"Socketed Gems are Supported by Level 25 Generosity (Tier 1)","type":"crucible"},{"id":"crucible.mod_44326","text":"Socketed Gems are Supported by Level 25 Generosity (Tier 1)","type":"crucible"},{"id":"crucible.mod_20818","text":"Socketed Gems are Supported by Level 10 Fortify (Tier 1)","type":"crucible"},{"id":"crucible.mod_18070","text":"Socketed Gems are Supported by Level 10 Fortify (Tier 1)","type":"crucible"},{"id":"crucible.mod_26551","text":"Socketed Gems are Supported by Level 10 Elemental Proliferation (Tier 1)","type":"crucible"},{"id":"crucible.mod_55379","text":"Socketed Gems are Supported by Level 10 Elemental Proliferation (Tier 1)","type":"crucible"},{"id":"crucible.mod_59155","text":"Socketed Gems are Supported by Level 10 Volley (Tier 1)","type":"crucible"},{"id":"crucible.mod_52621","text":"Socketed Gems are Supported by Level 10 Volley (Tier 1)","type":"crucible"},{"id":"crucible.mod_21714","text":"Socketed Gems are Supported by Level 10 Spell Cascade (Tier 1)","type":"crucible"},{"id":"crucible.mod_53361","text":"Socketed Gems are Supported by Level 10 Spell Cascade (Tier 1)","type":"crucible"},{"id":"crucible.mod_4505","text":"Socketed Gems are Supported by Level 10 Ancestral Call (Tier 1)","type":"crucible"},{"id":"crucible.mod_54847","text":"Socketed Gems are Supported by Level 10 Ancestral Call (Tier 1)","type":"crucible"},{"id":"crucible.mod_42627","text":"Socketed Gems are Supported by Level 15 Summon Phantasm (Tier 1)","type":"crucible"},{"id":"crucible.mod_7156","text":"Socketed Gems are Supported by Level 15 Summon Phantasm (Tier 1)","type":"crucible"},{"id":"crucible.mod_7023","text":"Socketed Gems are Supported by Level 10 Withering Touch (Tier 1)","type":"crucible"},{"id":"crucible.mod_42834","text":"Socketed Gems are Supported by Level 10 Withering Touch (Tier 1)","type":"crucible"},{"id":"crucible.mod_47374","text":"Socketed Gems are Supported by Level 10 Energy Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_21019","text":"Socketed Gems are Supported by Level 10 Energy Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_36288","text":"Socketed Gems are Supported by Level 10 Intensify (Tier 1)","type":"crucible"},{"id":"crucible.mod_28083","text":"Socketed Gems are Supported by Level 10 Intensify (Tier 1)","type":"crucible"},{"id":"crucible.mod_55393","text":"Socketed Gems are Supported by Level 10 Impale (Tier 1)","type":"crucible"},{"id":"crucible.mod_57406","text":"Socketed Gems are Supported by Level 10 Impale (Tier 1)","type":"crucible"},{"id":"crucible.mod_59412","text":"Socketed Gems are Supported by Level 10 Rage (Tier 1)","type":"crucible"},{"id":"crucible.mod_2830","text":"Socketed Gems are Supported by Level 10 Rage (Tier 1)","type":"crucible"},{"id":"crucible.mod_62098","text":"Socketed Gems are Supported by Level 10 Shockwave (Tier 1)","type":"crucible"},{"id":"crucible.mod_52004","text":"Socketed Gems are Supported by Level 10 Shockwave (Tier 1)","type":"crucible"},{"id":"crucible.mod_56354","text":"Socketed Gems are Supported by Level 10 Feeding Frenzy (Tier 1)","type":"crucible"},{"id":"crucible.mod_41860","text":"Socketed Gems are Supported by Level 10 Feeding Frenzy (Tier 1)","type":"crucible"},{"id":"crucible.mod_20961","text":"Socketed Gems are Supported by Level 10 Predator (Tier 1)","type":"crucible"},{"id":"crucible.mod_50055","text":"Socketed Gems are Supported by Level 10 Predator (Tier 1)","type":"crucible"},{"id":"crucible.mod_55874","text":"Socketed Gems are Supported by Level 15 Infernal Legion (Tier 1)","type":"crucible"},{"id":"crucible.mod_49150","text":"Socketed Gems are Supported by Level 15 Infernal Legion (Tier 1)","type":"crucible"},{"id":"crucible.mod_48196","text":"Socketed Gems are Supported by Level 10 Swift Assembly (Tier 1)","type":"crucible"},{"id":"crucible.mod_62518","text":"Socketed Gems are Supported by Level 10 Swift Assembly (Tier 1)","type":"crucible"},{"id":"crucible.mod_43937","text":"Socketed Gems are Supported by Level 25 Second Wind (Tier 1)","type":"crucible"},{"id":"crucible.mod_36845","text":"Socketed Gems are Supported by Level 25 Second Wind (Tier 1)","type":"crucible"},{"id":"crucible.mod_31465","text":"Socketed Gems are Supported by Level 25 Urgent Orders (Tier 1)","type":"crucible"},{"id":"crucible.mod_24639","text":"Socketed Gems are Supported by Level 25 Urgent Orders (Tier 1)","type":"crucible"},{"id":"crucible.mod_21043","text":"Socketed Gems are Supported by Level 10 Swiftbrand (Tier 1)","type":"crucible"},{"id":"crucible.mod_7315","text":"Socketed Gems are Supported by Level 10 Swiftbrand (Tier 1)","type":"crucible"},{"id":"crucible.mod_62692","text":"Socketed Gems are Supported by Level 15 Impending Doom (Tier 1)","type":"crucible"},{"id":"crucible.mod_57446","text":"Socketed Gems are Supported by Level 15 Impending Doom (Tier 1)","type":"crucible"},{"id":"crucible.mod_48478","text":"Socketed Gems are Supported by Level 10 Lifetap (Tier 1)","type":"crucible"},{"id":"crucible.mod_51911","text":"Socketed Gems are Supported by Level 10 Lifetap (Tier 1)","type":"crucible"},{"id":"crucible.mod_59639","text":"Socketed Gems are Supported by Level 10 Behead (Tier 1)","type":"crucible"},{"id":"crucible.mod_54648","text":"Socketed Gems are Supported by Level 10 Behead (Tier 1)","type":"crucible"},{"id":"crucible.mod_24083","text":"Socketed Gems are Supported by Level 25 Divine Blessing (Tier 1)","type":"crucible"},{"id":"crucible.mod_26284","text":"Socketed Gems are Supported by Level 25 Divine Blessing (Tier 1)","type":"crucible"},{"id":"crucible.mod_63804","text":"Socketed Gems are Supported by Level 25 Eternal Blessing (Tier 1)","type":"crucible"},{"id":"crucible.mod_25227","text":"Socketed Gems are Supported by Level 25 Eternal Blessing (Tier 1)","type":"crucible"},{"id":"crucible.mod_9520","text":"Socketed Gems are Supported by Level 10 Overcharge (Tier 1)","type":"crucible"},{"id":"crucible.mod_50319","text":"Socketed Gems are Supported by Level 10 Overcharge (Tier 1)","type":"crucible"},{"id":"crucible.mod_16150","text":"Socketed Gems are Supported by Level 25 Cursed Ground (Tier 1)","type":"crucible"},{"id":"crucible.mod_65411","text":"Socketed Gems are Supported by Level 25 Cursed Ground (Tier 1)","type":"crucible"},{"id":"crucible.mod_27843","text":"Socketed Gems are Supported by Level 25 Hex Bloom (Tier 1)","type":"crucible"},{"id":"crucible.mod_19653","text":"Socketed Gems are Supported by Level 25 Hex Bloom (Tier 1)","type":"crucible"},{"id":"crucible.mod_33576","text":"Socketed Gems are Supported by Level 10 Pinpoint (Tier 1)","type":"crucible"},{"id":"crucible.mod_4687","text":"Socketed Gems are Supported by Level 10 Pinpoint (Tier 1)","type":"crucible"},{"id":"crucible.mod_2899","text":"Trigger Level 20 Tornado when you Attack with Split Arrow or Tornado Shot (Tier 1)","type":"crucible"},{"id":"crucible.mod_53153","text":"Trigger Level 20 Blink Arrow when you Attack with Mirror Arrow\\nTrigger Level 20 Mirror Arrow when you Attack with Blink Arrow (Tier 1)","type":"crucible"},{"id":"crucible.mod_22704","text":"Trigger Level 20 Summon Spectral Wolf on Critical Strike with Cleave or Reave (Tier 1)","type":"crucible"},{"id":"crucible.mod_49146","text":"Trigger Level 20 Bodyswap when you Explode a Corpse with Detonate Dead (Tier 1)","type":"crucible"},{"id":"crucible.mod_38413","text":"Trigger Level 20 Ice Nova from the Final Burst location of Glacial Cascades you Cast (Tier 1)","type":"crucible"},{"id":"crucible.mod_42448","text":"Trigger Level 20 Stance Swap when you Attack with Perforate or Lacerate (Tier 1)","type":"crucible"},{"id":"crucible.mod_23452","text":"Trigger Level 20 Gravity Sphere when you Cast Storm Burst or Divine Ire (Tier 1)","type":"crucible"},{"id":"crucible.mod_5366","text":"Trigger Level 20 Bone Corpses when you Stun an Enemy with Heavy Strike or Boneshatter (Tier 1)","type":"crucible"},{"id":"crucible.mod_27861","text":"Trigger a Socketed Spell every second while Channelling Blade Flurry or Charged Dash (Tier 1)","type":"crucible"},{"id":"crucible.mod_7137","text":"Killing Blows with Burning Arrow or Explosive Arrow Shatter Enemies as though Frozen (Tier 1)","type":"crucible"},{"id":"crucible.mod_25324","text":"All Damage from Blast Rain and Artillery Ballista Hits can Poison\\n25% chance for Poisons inflicted with Blast Rain or Artillery Ballista to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_30149","text":"50% increased Siege and Shrapnel Ballista attack speed per maximum Summoned Totem\\n45% reduced Shrapnel Ballista attack speed per Shrapnel Ballista Totem\\n45% reduced Siege Ballista attack speed per Siege Ballista Totem (Tier 1)","type":"crucible"},{"id":"crucible.mod_6978","text":"All Damage from Lightning Arrow and Ice Shot Hits can Ignite\\n25% chance for Ignites inflicted with Lightning Arrow or Ice Shot to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_2281","text":"Galvanic Arrow and Storm Rain Repeat an additional time when used by a Mine (Tier 1)","type":"crucible"},{"id":"crucible.mod_19913","text":"Always inflict Scorch, Brittle and Sapped with Elemental Hit and Wild Strike Hits\\nCannot Ignite, Chill, Freeze or Shock (Tier 1)","type":"crucible"},{"id":"crucible.mod_36169","text":"Barrage and Frenzy have 25% increased Critical Strike Chance per Endurance Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_13505","text":"Barrage and Frenzy have 40% increased Critical Strike Chance per Endurance Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_49661","text":"Rain of Arrows and Toxic Rain deal 300% more Damage with Bleeding\\n-60% of Toxic Rain Physical Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_16086","text":"Caustic Arrow and Scourge Arrow fire 25% more projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_38853","text":"Enemies you Kill with Puncture or Ensnaring Arrow Hits Explode, dealing 10% of their Life as Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_10115","text":"All Damage from Lightning Strike and Frost Blades Hits can Ignite\\n15% chance for Ignites inflicted with Lightning Strike or Frost Blades to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_45053","text":"All Damage from Lightning Strike and Frost Blades Hits can Ignite\\n25% chance for Ignites inflicted with Lightning Strike or Frost Blades to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_45635","text":"Viper Strike and Pestilent Strike deal 25% increased Attack Damage per Frenzy Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_62670","text":"Viper Strike and Pestilent Strike deal 40% increased Attack Damage per Frenzy Charge (Tier 1)","type":"crucible"},{"id":"crucible.mod_19478","text":"Increases and Reductions to Minion Damage also affect Dominating Blow and Absolution at 150% of their value (Tier 1)","type":"crucible"},{"id":"crucible.mod_29593","text":"Vaal Volcanic Fissure and Vaal Molten Strike have 40% reduced Soul Gain Prevention Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_40979","text":"Vaal Volcanic Fissure and Vaal Molten Strike have 80% reduced Soul Gain Prevention Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_40918","text":"Killing Blows from Smite and Static Strike Consume corpses to Recover 5% of Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_11098","text":"Flicker Strike and Vigilant Strike\'s Cooldown can be bypassed by Power Charges instead of Frenzy or Endurance Charges (Tier 1)","type":"crucible"},{"id":"crucible.mod_53537","text":"50% chance to gain Soul Eater for 20 seconds on Killing Blow against Rare and Unique Enemies with Double Strike or Dual Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_18808","text":"Gain Soul Eater for 20 seconds on Killing Blow against Rare and Unique Enemies with Double Strike or Dual Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_1345","text":"Enemies Frozen by Ice Crash or Glacial Hammer become Covered in Frost for 4 seconds as they Unfreeze (Tier 1)","type":"crucible"},{"id":"crucible.mod_11560","text":"Killing Blows with Earthquake and Earthshatter Shatter Enemies as though Frozen (Tier 1)","type":"crucible"},{"id":"crucible.mod_44433","text":"Poisons inflicted by Sunder or Ground Slam on non-Poisoned Enemies deal 400% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_64182","text":"Poisons inflicted by Sunder or Ground Slam on non-Poisoned Enemies deal 600% increased Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_7655","text":"Tectonic Slam and Infernal Blow deal 1% increased Attack Damage per 700 Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_20261","text":"Tectonic Slam and Infernal Blow deal 1% increased Attack Damage per 450 Armour (Tier 1)","type":"crucible"},{"id":"crucible.mod_64041","text":"Enemies in your Rage Vortex or Bladestorms are Hindered and Unnerved (Tier 1)","type":"crucible"},{"id":"crucible.mod_60578","text":"Shield Crush and Spectral Shield Throw do not gain Added Physical Damage based on Armour or Evasion on shield\\nShield Crush and Spectral Shield Throw gains 30 to 50 Added Lightning Damage per 15 Energy Shield on Shield\\n100% of Shield Crush and Spectral Shield Throw Physical Damage Converted to Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_20227","text":"Shield Crush and Spectral Shield Throw do not gain Added Physical Damage based on Armour or Evasion on shield\\nShield Crush and Spectral Shield Throw gains 15 to 25 Added Lightning Damage per 15 Energy Shield on Shield\\n100% of Shield Crush and Spectral Shield Throw Physical Damage Converted to Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_21178","text":"Knockback direction is reversed with Cyclone and Sweep\\nKnock Enemies Back on hit with Cyclone and Sweep (Tier 1)","type":"crucible"},{"id":"crucible.mod_37160","text":"25% chance for Bleeding inflicted with Cobra Lash or Venom Gyre to deal 100% more Damage\\nCobra Lash and Venom Gyre have -60% of Physical Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_8413","text":"If Poisonous Concoction or Explosive Concoction consume Charges from a Sulphur Flask, Enemies Killed by their Hits have 40% chance to Explode, dealing 10% of their Life as Physical Damage\\nPoisonous Concoction and Explosive Concoction also consume Charges from 1 Sulphur Flask, if possible (Tier 1)","type":"crucible"},{"id":"crucible.mod_14475","text":"If Poisonous Concoction or Explosive Concoction consume Charges from a Sulphur Flask, Enemies Killed by their Hits have 25% chance to Explode, dealing 10% of their Life as Physical Damage\\nPoisonous Concoction and Explosive Concoction also consume Charges from 1 Sulphur Flask, if possible (Tier 1)","type":"crucible"},{"id":"crucible.mod_20692","text":"Recover 1% of Energy Shield per Steel Shard Consumed (Tier 1)","type":"crucible"},{"id":"crucible.mod_39897","text":"Recover 2% of Energy Shield per Steel Shard Consumed (Tier 1)","type":"crucible"},{"id":"crucible.mod_16687","text":"Each Projectile from Spectral Helix or Spectral Throw has\\nbetween 40% more and 40% less Projectile Speed at random (Tier 1)","type":"crucible"},{"id":"crucible.mod_16468","text":"Each Projectile from Spectral Helix or Spectral Throw has\\nbetween 75% more and 75% less Projectile Speed at random (Tier 1)","type":"crucible"},{"id":"crucible.mod_44299","text":"Shield Charge and Chain Hook have 2% increased Attack Speed per 10 Rampage Kills (Tier 1)","type":"crucible"},{"id":"crucible.mod_41803","text":"Consecrated Path and Purifying Flame create Profane Ground instead of Consecrated Ground\\n100% of Consecrated Path and Purifying Flame Fire Damage Converted to Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_292","text":"100% more Frozen Legion and General\'s Cry Cooldown Recovery Rate\\nFrozen Sweep deals 30% less Damage\\nGeneral\'s Cry has -2 to maximum number of Mirage Warriors (Tier 1)","type":"crucible"},{"id":"crucible.mod_34556","text":"20% of Damage Dealt by Ancestor Totems Leeched to you as Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_4198","text":"40% of Damage Dealt by Ancestor Totems Leeched to you as Energy Shield (Tier 1)","type":"crucible"},{"id":"crucible.mod_21968","text":"Kinetic Bolt, Kinetic Blast and Power Siphon have 20% reduced Enemy Stun Threshold\\n100% chance for Kinetic Bolt, Kinetic Blast and Power Siphon to double Stun Duration (Tier 1)","type":"crucible"},{"id":"crucible.mod_43045","text":"100% of Exsanguinate and Reap Physical Damage Converted to Fire Damage\\nExsanguinate debuffs deal Fire Damage per second instead of Physical Damage per second\\nReap debuffs deal Fire Damage per second instead of Physical Damage per second (Tier 1)","type":"crucible"},{"id":"crucible.mod_28927","text":"15% chance for Firestorm and Bladefall to affect the same area again when they finish (Tier 1)","type":"crucible"},{"id":"crucible.mod_60714","text":"25% chance for Firestorm and Bladefall to affect the same area again when they finish (Tier 1)","type":"crucible"},{"id":"crucible.mod_22295","text":"Ethereal Knives requires 1 fewer Projectile Fired to leave each Lingering Blade (Tier 1)","type":"crucible"},{"id":"crucible.mod_18766","text":"Ethereal Knives requires 2 fewer Projectiles Fired to leave each Lingering Blade (Tier 1)","type":"crucible"},{"id":"crucible.mod_42442","text":"Fireball and Rolling Magma have 100% more Area of Effect\\nModifiers to number of Projectiles do not apply to Fireball and Rolling Magma (Tier 1)","type":"crucible"},{"id":"crucible.mod_26179","text":"Fireball and Rolling Magma have 200% more Area of Effect\\nModifiers to number of Projectiles do not apply to Fireball and Rolling Magma (Tier 1)","type":"crucible"},{"id":"crucible.mod_3659","text":"All Damage from Hits with Freezing Pulse and Eye of Winter can Poison\\n15% chance for Poisons inflicted with Freezing Pulse and Eye of Winter to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_20294","text":"All Damage from Hits with Freezing Pulse and Eye of Winter can Poison\\n25% chance for Poisons inflicted with Freezing Pulse and Eye of Winter to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_42310","text":"30% chance for Blade Vortex and Blade Blast to Impale Enemies on Hit\\nBlade Vortex and Blade Blast deal no Non-Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_36800","text":"60% chance for Blade Vortex and Blade Blast to Impale Enemies on Hit\\nBlade Vortex and Blade Blast deal no Non-Physical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_17605","text":"All Damage from Shock Nova and Storm Call Hits can Ignite\\n15% chance for Ignites inflicted with Shock Nova or Storm Call to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_57547","text":"All Damage from Shock Nova and Storm Call Hits can Ignite\\n25% chance for Ignites inflicted with Shock Nova or Storm Call to deal 100% more Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_47007","text":"All Damage from Cold Snap and Creeping Frost can Sap\\n25% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas (Tier 1)","type":"crucible"},{"id":"crucible.mod_22434","text":"All Damage from Cold Snap and Creeping Frost can Sap\\n50% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas (Tier 1)","type":"crucible"},{"id":"crucible.mod_31906","text":"Killing Blows with Lightning Conduit and Galvanic Field Shatter Enemies as though Frozen (Tier 1)","type":"crucible"},{"id":"crucible.mod_55980","text":"Manabond and Stormbind Freeze enemies as though dealing 200% more Damage\\n50% of Manabond and Stormbind Lightning Damage Converted to Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_33472","text":"Manabond and Stormbind Freeze enemies as though dealing 300% more Damage\\n100% of Manabond and Stormbind Lightning Damage Converted to Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_11439","text":"Ice Spear and Ball Lightning fire Projectiles in a circle\\nIce Spear and Ball Lightning Projectiles Return to you (Tier 1)","type":"crucible"},{"id":"crucible.mod_55271","text":"+0.2 seconds to Flameblast and Incinerate Cooldown\\nFlameblast and Incinerate cannot inflict Elemental Ailments\\nFlameblast starts with 2 additional Stages\\nIncinerate starts with 2 additional Stages (Tier 1)","type":"crucible"},{"id":"crucible.mod_64981","text":"+0.4 seconds to Flameblast and Incinerate Cooldown\\nFlameblast and Incinerate cannot inflict Elemental Ailments\\nFlameblast starts with 4 additional Stages\\nIncinerate starts with 4 additional Stages (Tier 1)","type":"crucible"},{"id":"crucible.mod_39700","text":"10% of Hexblast and Doom Blast Overkill Damage is Leeched as Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_33841","text":"20% of Hexblast and Doom Blast Overkill Damage is Leeched as Life (Tier 1)","type":"crucible"},{"id":"crucible.mod_58877","text":"Forbidden Rite and Dark Pact gains Added Chaos Damage equal to 12% of Mana Cost, if Mana Cost is not higher than the maximum you could spend (Tier 1)","type":"crucible"},{"id":"crucible.mod_48442","text":"Forbidden Rite and Dark Pact gains Added Chaos Damage equal to 20% of Mana Cost, if Mana Cost is not higher than the maximum you could spend (Tier 1)","type":"crucible"},{"id":"crucible.mod_27307","text":"Enemies inflicted with Bane or Contagion are Chilled (Tier 1)","type":"crucible"},{"id":"crucible.mod_101","text":"25% reduced Essence Drain and Soulrend Projectile Speed\\nEssence Drain and Soulrend fire 2 additional Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_33893","text":"50% reduced Essence Drain and Soulrend Projectile Speed\\nEssence Drain and Soulrend fire 4 additional Projectiles (Tier 1)","type":"crucible"},{"id":"crucible.mod_6094","text":"50% increased Spark Duration when Cast by a Totem while you also have a Lightning Tendrils Spell Totem\\nLightning Tendrils releases 1 fewer Pulse between Stronger Pulses when Cast by a Totem while you also have a Spark Spell Totem (Tier 1)","type":"crucible"},{"id":"crucible.mod_18385","text":"100% increased Spark Duration when Cast by a Totem while you also have a Lightning Tendrils Spell Totem\\nLightning Tendrils releases 2 fewer Pulses between Stronger Pulses when Cast by a Totem while you also have a Spark Spell Totem (Tier 1)","type":"crucible"},{"id":"crucible.mod_49502","text":"Frost Bombs gain 50% increased Area of Effect when you Cast Frostblink\\nStrikes from Orb of Storms caused by Channelling near the Orb occur with 40% increased frequency (Tier 1)","type":"crucible"},{"id":"crucible.mod_27519","text":"Frost Bombs gain 75% increased Area of Effect when you Cast Frostblink\\nStrikes from Orb of Storms caused by Channelling near the Orb occur with 60% increased frequency (Tier 1)","type":"crucible"},{"id":"crucible.mod_18389","text":"Trigger Level 20 Hydrosphere while you Channel Winter Orb (Tier 1)","type":"crucible"},{"id":"crucible.mod_12418","text":"Enemies Branded by Wintertide Brand or Arcanist Brand Explode on Death dealing a quarter of their maximum Life as Chaos damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_8849","text":"Animated Lingering Blades have +1.5% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_63769","text":"Animated Lingering Blades have +2.5% to Critical Strike Chance (Tier 1)","type":"crucible"},{"id":"crucible.mod_64468","text":"Summoned Carrion Golems Impale on Hit if you have the same number of them as Summoned Chaos Golems\\nSummoned Chaos Golems Impale on Hit if you have the same number of them as Summoned Stone Golems\\nSummoned Stone Golems Impale on Hit if you have the same number of them as Summoned Carrion Golems (Tier 1)","type":"crucible"},{"id":"crucible.mod_56226","text":"Maximum Life of Summoned Elemental Golems is Doubled (Tier 1)","type":"crucible"},{"id":"crucible.mod_12341","text":"Summoned Skeletons and Holy Relics convert 100% of their Physical Damage to a random Element\\n100% increased Effect of Non-Damaging Ailments inflicted by Summoned Skeletons and Holy Relics (Tier 1)","type":"crucible"},{"id":"crucible.mod_58543","text":"Summoned Skeletons and Holy Relics convert 100% of their Physical Damage to a random Element\\n200% increased Effect of Non-Damaging Ailments inflicted by Summoned Skeletons and Holy Relics (Tier 1)","type":"crucible"},{"id":"crucible.mod_56565","text":"Raised Zombies and Spectres gain Adrenaline for 8 seconds when Raised (Tier 1)","type":"crucible"},{"id":"crucible.mod_48348","text":"Raised Zombies and Spectres gain Adrenaline for 14 seconds when Raised (Tier 1)","type":"crucible"},{"id":"crucible.mod_17413","text":"Maximum number of Summoned Raging Spirits is 3\\nMaximum number of Summoned Phantasms is 3\\nSummoned Raging Spirits have Diamond Shrine and Massive Shrine Buffs\\nSummoned Phantasms have Diamond Shrine and Massive Shrine Buffs (Tier 1)","type":"crucible"},{"id":"crucible.mod_41467","text":"Fire Trap and Explosive Trap Throw an additional Trap when used by a Mine (Tier 1)","type":"crucible"},{"id":"crucible.mod_26541","text":"Fire Trap and Explosive Trap Throws 2 additional Traps when used by a Mine (Tier 1)","type":"crucible"},{"id":"crucible.mod_46814","text":"Ice Trap and Lightning Trap Damage Penetrates 15% of Enemy Elemental Resistances\\nIce Traps and Lightning Traps are triggered by your Warcries\\nIce Traps and Lightning Traps cannot be triggered by Enemies (Tier 1)","type":"crucible"},{"id":"crucible.mod_16167","text":"Ice Trap and Lightning Trap Damage Penetrates 25% of Enemy Elemental Resistances\\nIce Traps and Lightning Traps are triggered by your Warcries\\nIce Traps and Lightning Traps cannot be triggered by Enemies (Tier 1)","type":"crucible"},{"id":"crucible.mod_1542","text":"Flamethrower, Seismic and Lightning Spire Trap have 30% increased Cooldown Recovery Rate\\nFlamethrower, Seismic and Lightning Spire Trap have -1 Cooldown Use (Tier 1)","type":"crucible"},{"id":"crucible.mod_38414","text":"Flamethrower, Seismic and Lightning Spire Trap have 50% increased Cooldown Recovery Rate\\nFlamethrower, Seismic and Lightning Spire Trap have -2 Cooldown Uses (Tier 1)","type":"crucible"},{"id":"crucible.mod_52958","text":"Stormblast, Icicle and Pyroclast Mine have 150% increased Aura Effect\\nStormblast, Icicle and Pyroclast Mine deal no Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_14176","text":"Stormblast, Icicle and Pyroclast Mine have 300% increased Aura Effect\\nStormblast, Icicle and Pyroclast Mine deal no Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_21872","text":"Bear Trap and Siphoning Trap Debuffs also apply 15% reduced Cooldown Recovery Rate to affected Enemies (Tier 1)","type":"crucible"},{"id":"crucible.mod_16035","text":"Bear Trap and Siphoning Trap Debuffs also apply 25% reduced Cooldown Recovery Rate to affected Enemies (Tier 1)","type":"crucible"},{"id":"crucible.mod_20624","text":"Holy Flame Totem and Shockwave Totem gain 35% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bond (Tier 1)","type":"crucible"},{"id":"crucible.mod_16909","text":"Holy Flame Totem and Shockwave Totem gain 60% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bond (Tier 1)","type":"crucible"},{"id":"crucible.mod_23155","text":"Decoy, Devouring and Rejuvenation Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_47012","text":"Decoy, Devouring and Rejuvenation Totems Reflect 200% of their maximum Life as Fire Damage to nearby Enemies when Hit (Tier 1)","type":"crucible"},{"id":"crucible.mod_5727","text":"Regenerate 15 Mana per second while any Enemy is in your Righteous Fire or Scorching Ray (Tier 1)","type":"crucible"},{"id":"crucible.mod_26652","text":"Regenerate 25 Mana per second while any Enemy is in your Righteous Fire or Scorching Ray (Tier 1)","type":"crucible"},{"id":"crucible.mod_24028","text":"Blight has 50% increased Area of Effect per second you have been Channelling, up to a maximum of 200%\\nWither has 50% increased Area of Effect per second you have been Channelling, up to a maximum of 200% (Tier 1)","type":"crucible"},{"id":"crucible.mod_7729","text":"Blight has 80% increased Area of Effect per second you have been Channelling, up to a maximum of 200%\\nWither has 80% increased Area of Effect per second you have been Channelling, up to a maximum of 200% (Tier 1)","type":"crucible"},{"id":"crucible.mod_48251","text":"Discharge and Voltaxic Burst are Cast at the targeted location instead of around you (Tier 1)","type":"crucible"},{"id":"crucible.mod_16249","text":"Storm and Armageddon Brands can be attached to your Summoned Reaper (Tier 1)","type":"crucible"},{"id":"crucible.mod_31945","text":"Arc and Crackling Lance gains Added Cold Damage equal to 12% of Mana Cost, if Mana Cost is not higher than the maximum you could spend\\n15% increased Cost of Arc and Crackling Lance (Tier 1)","type":"crucible"},{"id":"crucible.mod_30093","text":"Arc and Crackling Lance gains Added Cold Damage equal to 20% of Mana Cost, if Mana Cost is not higher than the maximum you could spend\\n25% increased Cost of Arc and Crackling Lance (Tier 1)","type":"crucible"},{"id":"crucible.mod_6636","text":"50% increased Effect of Link Buffs on Animated Guardian\\nLink Skills can target Animated Guardian (Tier 1)","type":"crucible"},{"id":"crucible.mod_45031","text":"Blazing Salvo Projectiles Fork when they pass through a Flame Wall (Tier 1)","type":"crucible"},{"id":"crucible.mod_23345","text":"Volatile Dead and Cremation Penetrate 2% Fire Resistance per 100 Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_10239","text":"Volatile Dead and Cremation Penetrate 4% Fire Resistance per 100 Dexterity (Tier 1)","type":"crucible"},{"id":"crucible.mod_55654","text":"+10% to Wave of Conviction Damage over Time Multiplier per 0.1 seconds of Duration expired (Tier 1)","type":"crucible"},{"id":"crucible.mod_47483","text":"+15% to Wave of Conviction Damage over Time Multiplier per 0.1 seconds of Duration expired (Tier 1)","type":"crucible"},{"id":"crucible.mod_31198","text":"+15% to Vortex Critical Strike Chance when Cast on Frostbolt (Tier 1)","type":"crucible"},{"id":"crucible.mod_38596","text":"+25% to Vortex Critical Strike Chance when Cast on Frostbolt (Tier 1)","type":"crucible"},{"id":"crucible.mod_30352","text":"Item sells for an additional Unique of this Base Type (Tier 1)","type":"crucible"},{"id":"crucible.mod_47181","text":"Item sells for an additional Magmatic Ore (Tier 1)","type":"crucible"},{"id":"crucible.mod_20871","text":"Item sells for 20 additional Orbs of Scouring (Tier 1)","type":"crucible"},{"id":"crucible.mod_4343","text":"Item sells for 40 additional Orbs of Scouring (Tier 2)","type":"crucible"},{"id":"crucible.mod_49649","text":"Item sells for 20 additional Chaos Orbs (Tier 1)","type":"crucible"},{"id":"crucible.mod_52895","text":"Item sells for 40 additional Chaos Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_30417","text":"Item sells for 15 additional Orbs of Regret (Tier 1)","type":"crucible"},{"id":"crucible.mod_49711","text":"Item sells for 30 additional Orbs of Regret (Tier 2)","type":"crucible"},{"id":"crucible.mod_60323","text":"Item sells for 10 additional Regal Orbs (Tier 1)","type":"crucible"},{"id":"crucible.mod_38368","text":"Item sells for 20 additional Regal Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_1189","text":"Item sells for 15 additional Vaal Orbs (Tier 1)","type":"crucible"},{"id":"crucible.mod_45250","text":"Item sells for 30 additional Vaal Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_45159","text":"Item sells for 15 additional Gemcutter\'s Prisms (Tier 1)","type":"crucible"},{"id":"crucible.mod_2456","text":"Item sells for 30 additional Gemcutter\'s Prisms (Tier 2)","type":"crucible"},{"id":"crucible.mod_47569","text":"Item sells for 10 additional Blessed Orbs (Tier 1)","type":"crucible"},{"id":"crucible.mod_59749","text":"Item sells for 20 additional Blessed Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_48243","text":"Item sells for 15 additional Awakened Sextant (Tier 1)","type":"crucible"},{"id":"crucible.mod_42738","text":"Item sells for 30 additional Awakened Sextant (Tier 2)","type":"crucible"},{"id":"crucible.mod_62042","text":"Item sells for an additional Orb of Annulment (Tier 1)","type":"crucible"},{"id":"crucible.mod_1751","text":"Item sells for 3 additional Orbs of Annulment (Tier 2)","type":"crucible"},{"id":"crucible.mod_2402","text":"Item sells for an additional Exalted Orb (Tier 1)","type":"crucible"},{"id":"crucible.mod_64992","text":"Item sells for 3 additional Exalted Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_18496","text":"Item sells for an additional Divine Orb (Tier 1)","type":"crucible"},{"id":"crucible.mod_6400","text":"Item sells for 3 additional Divine Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_36660","text":"Item sells for an additional Sacred Orb (Tier 1)","type":"crucible"},{"id":"crucible.mod_54710","text":"Item sells for 3 additional Sacred Orbs (Tier 2)","type":"crucible"},{"id":"crucible.mod_8869","text":"Item sells for an additional Igneous Geode (Tier 1)","type":"crucible"},{"id":"crucible.mod_4855","text":"Item sells for an additional Crystalline Geode (Tier 1)","type":"crucible"},{"id":"crucible.mod_5779","text":"Crucible Passives that sell for items sell for twice as much (Tier 1)","type":"crucible"},{"id":"crucible.mod_12534","text":"30% increased Fishing Line Strength (Tier 1)","type":"crucible"},{"id":"crucible.mod_4067","text":"20% increased Quantity of Fish Caught (Tier 1)","type":"crucible"},{"id":"crucible.mod_12959","text":"40% increased Rarity of Fish Caught (Tier 1)","type":"crucible"},{"id":"crucible.mod_57652","text":"20% increased Fishing Pool Consumption (Tier 1)","type":"crucible"},{"id":"crucible.mod_735","text":"You can catch Exotic Fish (Tier 1)","type":"crucible"},{"id":"crucible.mod_45720","text":"50% increased Fish Bite Sensitivity (Tier 1)","type":"crucible"},{"id":"crucible.mod_26301","text":"100% increased Reeling Stability (Tier 1)","type":"crucible"},{"id":"crucible.mod_39645","text":"25% reduced chance to catch Boots (Tier 1)","type":"crucible"},{"id":"crucible.mod_36068","text":"5% increased chance to catch a Divine Orb (Tier 1)","type":"crucible"},{"id":"crucible.mod_13623","text":"You can catch Divine Fish (Tier 1)","type":"crucible"},{"id":"crucible.mod_13569","text":"The Ghastly Fisherman cannot spawn (Tier 1)","type":"crucible"},{"id":"crucible.mod_17222","text":"The Ghastly Fisherman always appears behind you (Tier 1)","type":"crucible"},{"id":"crucible.mod_30831","text":"20% reduced Tasalio\'s Ire per Fish caught (Tier 1)","type":"crucible"},{"id":"crucible.mod_54071","text":"20% increased Valako\'s Aid per Stormy Day (Tier 1)","type":"crucible"},{"id":"crucible.mod_47493","text":"Can use Bestiary Lures at Fishing Holes (Tier 1)","type":"crucible"},{"id":"crucible.mod_54305","text":"Corrupted Fish have 10% chance to be Cleansed (Tier 1)","type":"crucible"},{"id":"crucible.mod_47980","text":"23% increased Krillson Affection per Fish Gifted (Tier 1)","type":"crucible"},{"id":"crucible.mod_12413","text":"40% increased Life of Fish caught with this Fishing Rod (Tier 1)","type":"crucible"},{"id":"crucible.mod_11897","text":"Fish caught with this Fishing Rod will always tell the truth (Tier 1)","type":"crucible"},{"id":"crucible.mod_47244","text":"+3 Wishes per Ancient Fish caught (Tier 1)","type":"crucible"},{"id":"crucible.mod_27846","text":"50% increased effect of Wishes granted by Ancient Fish (Tier 1)","type":"crucible"},{"id":"crucible.mod_61359","text":"Fish caught from Magmatic Fishing Holes are already Cooked (Tier 1)","type":"crucible"},{"id":"crucible.mod_59398","text":"15% increased Molten One confusion per Fish Gifted (Tier 1)","type":"crucible"},{"id":"crucible.mod_9992","text":"Socketed Gems are Supported by Level 30 Arcane Surge (Tier 1)","type":"crucible"},{"id":"crucible.mod_16631","text":"Socketed Gems are Supported by Level 30 Combustion (Tier 1)","type":"crucible"},{"id":"crucible.mod_47133","text":"Socketed Gems are Supported by Level 30 Decay (Tier 1)","type":"crucible"},{"id":"crucible.mod_44300","text":"Socketed Gems are Supported by Level 30 Elemental Proliferation (Tier 1)","type":"crucible"},{"id":"crucible.mod_42115","text":"Socketed Gems are Supported by Level 30 Energy Leech (Tier 1)","type":"crucible"},{"id":"crucible.mod_63346","text":"Socketed Gems are Supported by Level 30 Faster Casting (Tier 1)","type":"crucible"},{"id":"crucible.mod_56134","text":"Socketed Gems are Supported by Level 30 Ignite Proliferation (Tier 1)","type":"crucible"},{"id":"crucible.mod_46858","text":"Socketed Gems are Supported by Level 30 Intensify (Tier 1)","type":"crucible"},{"id":"crucible.mod_52502","text":"Socketed Gems are Supported by Level 30 Overcharge (Tier 1)","type":"crucible"},{"id":"crucible.mod_65339","text":"Socketed Gems are Supported by Level 30 Physical To Lightning (Tier 1)","type":"crucible"},{"id":"crucible.mod_61170","text":"Socketed Gems are Supported by Level 30 Pinpoint (Tier 1)","type":"crucible"},{"id":"crucible.mod_64913","text":"Socketed Gems are Supported by Level 30 Spell Cascade (Tier 1)","type":"crucible"},{"id":"crucible.mod_51163","text":"Socketed Gems are Supported by Level 30 Summon Phantasm (Tier 1)","type":"crucible"},{"id":"crucible.mod_33117","text":"Socketed Gems are Supported by Level 30 Swiftbrand (Tier 1)","type":"crucible"},{"id":"crucible.mod_20387","text":"Socketed Gems are Supported by Level 30 Added Chaos Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_51067","text":"Socketed Gems are Supported by Level 30 Added Cold Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_32855","text":"Socketed Gems are Supported by Level 30 Added Lightning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_47182","text":"Socketed Gems are Supported by Level 30 Archmage (Tier 1)","type":"crucible"},{"id":"crucible.mod_52828","text":"Socketed Gems are Supported by Level 30 Bonechill (Tier 1)","type":"crucible"},{"id":"crucible.mod_64293","text":"Socketed Gems are Supported by Level 30 Concentrated Effect (Tier 1)","type":"crucible"},{"id":"crucible.mod_18084","text":"Socketed Gems are Supported by Level 30 Controlled Destruction (Tier 1)","type":"crucible"},{"id":"crucible.mod_43613","text":"Socketed Gems are Supported by Level 30 Efficacy (Tier 1)","type":"crucible"},{"id":"crucible.mod_49734","text":"Socketed Gems are Supported by Level 30 Elemental Focus (Tier 1)","type":"crucible"},{"id":"crucible.mod_48244","text":"Socketed Gems are Supported by Level 30 Elemental Penetration (Tier 1)","type":"crucible"},{"id":"crucible.mod_42265","text":"Socketed Gems are Supported by Level 30 Immolate (Tier 1)","type":"crucible"},{"id":"crucible.mod_3151","text":"Socketed Gems are supported by Level 30 Increased Critical Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_54278","text":"Socketed Gems are Supported by Level 30 Increased Critical Strikes (Tier 1)","type":"crucible"},{"id":"crucible.mod_25513","text":"Socketed Gems are Supported by Level 30 Infused Channelling (Tier 1)","type":"crucible"},{"id":"crucible.mod_1810","text":"Socketed Gems are Supported by Level 30 Innervate (Tier 1)","type":"crucible"},{"id":"crucible.mod_45600","text":"Socketed Gems are Supported by Level 30 Fire Penetration (Tier 1)","type":"crucible"},{"id":"crucible.mod_20469","text":"Socketed Gems are Supported by Level 30 Cold Penetration (Tier 1)","type":"crucible"},{"id":"crucible.mod_42728","text":"Socketed Gems are Supported by Level 30 Lightning Penetration (Tier 1)","type":"crucible"},{"id":"crucible.mod_37407","text":"Socketed Gems are Supported by Level 30 Power Charge On Critical Strike (Tier 1)","type":"crucible"},{"id":"crucible.mod_3342","text":"Socketed Gems are Supported by Level 30 Spell Echo (Tier 1)","type":"crucible"},{"id":"crucible.mod_5003","text":"Socketed Gems are Supported by Level 30 Trinity (Tier 1)","type":"crucible"},{"id":"crucible.mod_8484","text":"Socketed Gems are Supported by Level 30 Unbound Ailments (Tier 1)","type":"crucible"},{"id":"crucible.mod_12731","text":"Socketed Gems are Supported by Level 30 Unleash (Tier 1)","type":"crucible"},{"id":"crucible.mod_45950","text":"Socketed Gems are Supported by Level 30 Burning Damage (Tier 1)","type":"crucible"},{"id":"crucible.mod_6705","text":"Socketed Gems are Supported by Level 30 Cold to Fire (Tier 1)","type":"crucible"},{"id":"crucible.mod_10770","text":"Socketed Gems are Supported by Level 30 Inspiration (Tier 1)","type":"crucible"},{"id":"crucible.mod_26563","text":"Socketed Gems are Supported by Level 30 Ice Bite (Tier 1)","type":"crucible"},{"id":"crucible.mod_23600","text":"Socketed Gems are Supported by Level 30 Critical Strike Affliction (Tier 1)","type":"crucible"},{"id":"crucible.mod_21266","text":"Socketed Gems are Supported by Level 30 Deadly Ailments (Tier 1)","type":"crucible"},{"id":"crucible.mod_63124","text":"Socketed Gems are Supported by Level 30 Hypothermia (Tier 1)","type":"crucible"},{"id":"crucible.mod_22697","text":"Socketed Gems are Supported by Level 30 Swift Affliction (Tier 1)","type":"crucible"}]},{"id":"veiled","label":"Veiled","entries":[{"id":"veiled.mod_65000","text":"Veiled","type":"veiled"},{"id":"veiled.mod_63099","text":"of the Veil","type":"veiled"},{"id":"veiled.mod_48007","text":"of Aisling\'s Veil","type":"veiled"},{"id":"veiled.mod_65163","text":"of Cameria\'s Veil","type":"veiled"},{"id":"veiled.mod_62955","text":"of Jorgin\'s Veil","type":"veiled"},{"id":"veiled.mod_3258","text":"Leo\'s Veiled","type":"veiled"},{"id":"veiled.mod_5769","text":"Elreon\'s Veiled","type":"veiled"},{"id":"veiled.mod_63772","text":"Catarina\'s Veiled","type":"veiled"},{"id":"veiled.mod_48408","text":"of Riker\'s Veil","type":"veiled"},{"id":"veiled.mod_3975","text":"of Hillock\'s Veil","type":"veiled"},{"id":"veiled.mod_39023","text":"Haku\'s Veiled","type":"veiled"},{"id":"veiled.mod_14269","text":"Vagan\'s Veiled","type":"veiled"},{"id":"veiled.mod_47933","text":"Vorici\'s Veiled","type":"veiled"},{"id":"veiled.mod_6779","text":"Guff\'s Veiled","type":"veiled"},{"id":"veiled.mod_44855","text":"Korell\'s Veiled","type":"veiled"},{"id":"veiled.mod_6131","text":"Rin\'s Veiled","type":"veiled"},{"id":"veiled.mod_11536","text":"of Janus\' Veil","type":"veiled"},{"id":"veiled.mod_8541","text":"Tora\'s Veiled","type":"veiled"},{"id":"veiled.mod_55787","text":"It That Fled\'s Veiled","type":"veiled"},{"id":"veiled.mod_38872","text":"Gravicius\' Veiled","type":"veiled"}]},{"id":"delve","label":"Delve","entries":[{"id":"delve.delve_better_sell_price","text":"Item is overvalued by vendors","type":"delve"},{"id":"delve.delve_lucky_mods","text":"Numeric modifier values are lucky\\nHigh Level modifiers are more common","type":"delve"},{"id":"delve.delve_random_modifier","text":"Random effects revealed when resonator is fully socketed","type":"delve"},{"id":"delve.delve_corrupt_essence","text":"Has a Corrupt Essence modifier","type":"delve"},{"id":"delve.delve_duplicate","text":"Creates a split copy","type":"delve"},{"id":"delve.delve_abyss_socket","text":"Has an Abyssal socket","type":"delve"},{"id":"delve.delve_labryinth_enchant","text":"Has a Labyrinth Enchantment","type":"delve"},{"id":"delve.delve_quality","text":"Improved Quality","type":"delve"},{"id":"delve.delve_more_physical","text":"More Physical modifiers","type":"delve"},{"id":"delve.delve_more_fire","text":"More Fire modifiers","type":"delve"},{"id":"delve.delve_more_cold","text":"More Cold modifiers","type":"delve"},{"id":"delve.delve_more_lightning","text":"More Lightning modifiers","type":"delve"},{"id":"delve.delve_more_chaos","text":"More Chaos modifiers","type":"delve"},{"id":"delve.delve_more_elemental","text":"More Elemental modifiers","type":"delve"},{"id":"delve.delve_more_bleed_poison","text":"More Physical Ailment or Chaos Ailment modifiers","type":"delve"},{"id":"delve.delve_more_life","text":"More Life modifiers","type":"delve"},{"id":"delve.delve_more_defences","text":"More Defence modifiers","type":"delve"},{"id":"delve.delve_more_caster","text":"More Caster modifiers","type":"delve"},{"id":"delve.delve_more_attack","text":"More Attack modifiers","type":"delve"},{"id":"delve.delve_more_mana","text":"More Mana modifiers","type":"delve"},{"id":"delve.delve_more_speed","text":"More Speed modifiers","type":"delve"},{"id":"delve.delve_more_minion_aura","text":"More Minion, Aura or Curse modifiers","type":"delve"},{"id":"delve.delve_more_gem_level","text":"More Gem modifiers","type":"delve"},{"id":"delve.delve_less_caster","text":"Fewer Caster modifiers","type":"delve"},{"id":"delve.delve_less_attack","text":"Fewer Attack modifiers","type":"delve"},{"id":"delve.delve_no_physical","text":"No Physical modifiers","type":"delve"},{"id":"delve.delve_no_fire","text":"No Fire modifiers","type":"delve"},{"id":"delve.delve_no_cold","text":"No Cold modifiers","type":"delve"},{"id":"delve.delve_no_lightning","text":"No Lightning modifiers","type":"delve"},{"id":"delve.delve_no_chaos","text":"No Chaos modifiers","type":"delve"},{"id":"delve.delve_no_life","text":"No Life modifiers","type":"delve"},{"id":"delve.delve_no_defences","text":"No Defence modifiers","type":"delve"},{"id":"delve.delve_no_elemental","text":"No Elemental modifiers","type":"delve"},{"id":"delve.delve_no_bleed_poison","text":"No Physical Ailment or Chaos Ailment Modifiers","type":"delve"},{"id":"delve.delve_no_mana","text":"No Mana modifiers","type":"delve"},{"id":"delve.delve_no_speed","text":"No Speed modifiers","type":"delve"},{"id":"delve.delve_corrupted_implicit","text":"Corrupted\\nHas a Corrupted implicit modifier","type":"delve"},{"id":"delve.delve_more_critical","text":"More Critical modifiers","type":"delve"},{"id":"delve.delve_no_critical","text":"No Critical modifiers","type":"delve"},{"id":"delve.delve_more_attribute","text":"More Attribute modifiers","type":"delve"},{"id":"delve.delve_no_attribute","text":"No Attribute modifiers","type":"delve"},{"id":"delve.delve_greatly_more_speed","text":"Greatly more Speed modifiers","type":"delve"},{"id":"delve.delve_greatly_more_resistance","text":"Greatly more Resistance modifiers","type":"delve"},{"id":"delve.delve_greatly_more_physical","text":"Greatly more Physical modifiers","type":"delve"},{"id":"delve.delve_greatly_more_minion","text":"Greatly more Minion modifiers","type":"delve"},{"id":"delve.delve_greatly_more_mana","text":"Greatly more Mana modifiers","type":"delve"},{"id":"delve.delve_greatly_more_lightning","text":"Greatly more Lightning modifiers","type":"delve"},{"id":"delve.delve_greatly_more_life","text":"Greatly more Life modifiers","type":"delve"},{"id":"delve.delve_greatly_more_gem","text":"Greatly more Gem modifiers","type":"delve"},{"id":"delve.delve_greatly_more_fire","text":"Greatly more Fire modifiers","type":"delve"},{"id":"delve.delve_greatly_more_elemental","text":"Greatly more Elemental modifiers","type":"delve"},{"id":"delve.delve_greatly_more_defences","text":"Greatly more Defences modifiers","type":"delve"},{"id":"delve.delve_greatly_more_damage","text":"Greatly more Damage modifiers","type":"delve"},{"id":"delve.delve_greatly_more_curse","text":"Greatly more Curse modifiers","type":"delve"},{"id":"delve.delve_greatly_more_critical","text":"Greatly more Critical modifiers","type":"delve"},{"id":"delve.delve_greatly_more_cold","text":"Greatly more Cold modifiers","type":"delve"},{"id":"delve.delve_greatly_more_chaos","text":"Greatly more Chaos modifiers","type":"delve"},{"id":"delve.delve_greatly_more_caster","text":"Greatly more Caster modifiers","type":"delve"},{"id":"delve.delve_greatly_more_aura","text":"Greatly more Aura modifiers","type":"delve"},{"id":"delve.delve_greatly_more_attribute","text":"Greatly more Attribute modifiers","type":"delve"},{"id":"delve.delve_greatly_more_attack","text":"Greatly more Attack modifiers","type":"delve"},{"id":"delve.delve_greatly_more_ailment","text":"Greatly more Ailment modifiers","type":"delve"},{"id":"delve.delve_no_resistance","text":"No Resistance modifiers","type":"delve"},{"id":"delve.delve_no_minion","text":"No Minion modifiers","type":"delve"},{"id":"delve.delve_no_gem","text":"No Gem modifiers","type":"delve"},{"id":"delve.delve_no_damage","text":"No Damage modifiers","type":"delve"},{"id":"delve.delve_no_curse","text":"No Curse modifiers","type":"delve"},{"id":"delve.delve_no_caster","text":"No Caster modifiers","type":"delve"},{"id":"delve.delve_no_aura","text":"No Aura modifiers","type":"delve"},{"id":"delve.delve_no_attack","text":"No Attack modifiers","type":"delve"},{"id":"delve.delve_no_ailment","text":"No Ailment modifiers","type":"delve"},{"id":"delve.delve_more_resistance","text":"More Resistance modifiers","type":"delve"},{"id":"delve.delve_more_minion","text":"More Minion modifiers","type":"delve"},{"id":"delve.delve_more_gem","text":"More Gem modifiers","type":"delve"},{"id":"delve.delve_more_damage","text":"More Damage modifiers","type":"delve"},{"id":"delve.delve_more_curse","text":"More Curse modifiers","type":"delve"},{"id":"delve.delve_more_aura","text":"More Aura modifiers","type":"delve"},{"id":"delve.delve_more_ailment","text":"More Ailment modifiers","type":"delve"}]},{"id":"ultimatum","label":"Ultimatum","entries":[{"id":"ultimatum.umod_40225","text":"Choking Miasma","type":"ultimatum"},{"id":"ultimatum.umod_54213","text":"Choking Miasma II","type":"ultimatum"},{"id":"ultimatum.umod_12812","text":"Choking Miasma III","type":"ultimatum"},{"id":"ultimatum.umod_11866","text":"Stormcaller Runes","type":"ultimatum"},{"id":"ultimatum.umod_40295","text":"Stormcaller Runes II","type":"ultimatum"},{"id":"ultimatum.umod_43498","text":"Stormcaller Runes III","type":"ultimatum"},{"id":"ultimatum.umod_53101","text":"Stormcaller Runes IV","type":"ultimatum"},{"id":"ultimatum.umod_19821","text":"Stormcaller Runes","type":"ultimatum"},{"id":"ultimatum.umod_13955","text":"Stormcaller Runes II","type":"ultimatum"},{"id":"ultimatum.umod_62391","text":"Raging Dead","type":"ultimatum"},{"id":"ultimatum.umod_26465","text":"Raging Dead II","type":"ultimatum"},{"id":"ultimatum.umod_6748","text":"Raging Dead III","type":"ultimatum"},{"id":"ultimatum.umod_39655","text":"Raging Dead IV","type":"ultimatum"},{"id":"ultimatum.umod_28673","text":"Raging Dead","type":"ultimatum"},{"id":"ultimatum.umod_38306","text":"Raging Dead II","type":"ultimatum"},{"id":"ultimatum.umod_49977","text":"Raging Dead III","type":"ultimatum"},{"id":"ultimatum.umod_24954","text":"Raging Dead IV","type":"ultimatum"},{"id":"ultimatum.umod_13648","text":"Blistering Cold","type":"ultimatum"},{"id":"ultimatum.umod_62444","text":"Blistering Cold II","type":"ultimatum"},{"id":"ultimatum.umod_28497","text":"Blistering Cold III","type":"ultimatum"},{"id":"ultimatum.umod_3273","text":"Blistering Cold IV","type":"ultimatum"},{"id":"ultimatum.umod_27548","text":"Restless Ground","type":"ultimatum"},{"id":"ultimatum.umod_63601","text":"Restless Ground II","type":"ultimatum"},{"id":"ultimatum.umod_7958","text":"Stalking Ruin","type":"ultimatum"},{"id":"ultimatum.umod_32061","text":"Stalking Ruin II","type":"ultimatum"},{"id":"ultimatum.umod_47172","text":"Stalking Ruin III","type":"ultimatum"},{"id":"ultimatum.umod_49847","text":"Stalking Ruin IV","type":"ultimatum"},{"id":"ultimatum.umod_7052","text":"Razor Dance","type":"ultimatum"},{"id":"ultimatum.umod_45148","text":"Razor Dance II","type":"ultimatum"},{"id":"ultimatum.umod_22941","text":"Razor Dance III","type":"ultimatum"},{"id":"ultimatum.umod_15044","text":"Razor Dance IV","type":"ultimatum"},{"id":"ultimatum.umod_8887","text":"Totem of Costly Might","type":"ultimatum"},{"id":"ultimatum.umod_58910","text":"Totem of Costly Potency","type":"ultimatum"},{"id":"ultimatum.umod_24728","text":"Ruin II","type":"ultimatum"},{"id":"ultimatum.umod_35694","text":"Ruin III","type":"ultimatum"},{"id":"ultimatum.umod_60794","text":"Ruin IV","type":"ultimatum"},{"id":"ultimatum.umod_5772","text":"Reduced Recovery","type":"ultimatum"},{"id":"ultimatum.umod_37639","text":"Reduced Recovery II","type":"ultimatum"},{"id":"ultimatum.umod_50320","text":"Lessened Reach","type":"ultimatum"},{"id":"ultimatum.umod_29421","text":"Buffs Expire Faster","type":"ultimatum"},{"id":"ultimatum.umod_39295","text":"Less Cooldown Recovery","type":"ultimatum"},{"id":"ultimatum.umod_57621","text":"Escalating Damage Taken","type":"ultimatum"},{"id":"ultimatum.umod_7961","text":"Escalating Monster Speed","type":"ultimatum"},{"id":"ultimatum.umod_18354","text":"Profane Monsters","type":"ultimatum"},{"id":"ultimatum.umod_40124","text":"Unlucky Criticals","type":"ultimatum"},{"id":"ultimatum.umod_27491","text":"Hindering Flasks","type":"ultimatum"},{"id":"ultimatum.umod_15668","text":"Drought","type":"ultimatum"},{"id":"ultimatum.umod_11872","text":"Ailment and Curse Reflection","type":"ultimatum"},{"id":"ultimatum.umod_58901","text":"Lightning Damage from Mana Costs","type":"ultimatum"},{"id":"ultimatum.umod_12730","text":"Treacherous Auras","type":"ultimatum"},{"id":"ultimatum.umod_65051","text":"Occasional Impotence","type":"ultimatum"},{"id":"ultimatum.umod_21966","text":"Siphoned Charges","type":"ultimatum"},{"id":"ultimatum.umod_11559","text":"Unstoppable Monsters","type":"ultimatum"},{"id":"ultimatum.umod_47347","text":"Lethal Rare Monsters","type":"ultimatum"},{"id":"ultimatum.umod_36548","text":"Shielding Monsters","type":"ultimatum"},{"id":"ultimatum.umod_33891","text":"Precise Monsters","type":"ultimatum"},{"id":"ultimatum.umod_59748","text":"Overwhelming Monsters","type":"ultimatum"},{"id":"ultimatum.umod_38838","text":"Deadly Monsters","type":"ultimatum"},{"id":"ultimatum.umod_39785","text":"Prismatic Monsters","type":"ultimatum"},{"id":"ultimatum.umod_25457","text":"Resistant Monsters","type":"ultimatum"},{"id":"ultimatum.umod_10506","text":"Dexterous Monsters","type":"ultimatum"},{"id":"ultimatum.umod_45921","text":"Siphoning Monsters","type":"ultimatum"}]},{"id":"sanctum","label":"Sanctum","entries":[{"id":"sanctum.stat_85125881","text":"The Herald of the Scourge drops the Balance of Terror","type":"sanctum"},{"id":"sanctum.stat_2878762585","text":"#% chance to Avoid Resolve loss from Enemy Hits","type":"sanctum"},{"id":"sanctum.stat_2942028778","text":"Gain # Inspiration at the start of each Floor","type":"sanctum"},{"id":"sanctum.stat_1518851624","text":"Gain # Inspiration when you receive an Affliction","type":"sanctum"},{"id":"sanctum.stat_4057192895","text":"Gain # Aureus Coins when you complete a Room","type":"sanctum"},{"id":"sanctum.stat_1307773596","text":"Aureus Coins are converted to Experience upon defeating the Herald of the Scourge","type":"sanctum"},{"id":"sanctum.stat_315260783","text":"Aureus Coins are converted to Relics upon defeating the Herald of the Scourge","type":"sanctum"},{"id":"sanctum.stat_1019656601","text":"Aureus Coins are converted to Tainted Currency upon defeating the Herald of the Scourge","type":"sanctum"},{"id":"sanctum.stat_2149490821","text":"The Herald of the Scourge deals #% more Damage","type":"sanctum"},{"id":"sanctum.stat_2226900052","text":"The Herald of the Scourge takes #% more Damage","type":"sanctum"},{"id":"sanctum.stat_1059486105","text":"The Herald of the Scourge drops Eternal Damnation","type":"sanctum"},{"id":"sanctum.stat_1175354969","text":"The Herald of the Scourge drops an additional Invocation","type":"sanctum"},{"id":"sanctum.stat_3878191575","text":"The Herald of the Scourge drops an additional Forbidden Tome","type":"sanctum"},{"id":"sanctum.stat_2995848279","text":"The Herald of the Scourge drops Sandstorm Visage","type":"sanctum"},{"id":"sanctum.stat_1133899331","text":"The Herald of the Scourge drops the Original Sin","type":"sanctum"},{"id":"sanctum.stat_4204412707","text":"The Herald of the Scourge drops the Winds of Fate","type":"sanctum"},{"id":"sanctum.stat_502549687","text":"Duplicates up to # random Offer Reward upon defeating the Herald of the Scourge","type":"sanctum"},{"id":"sanctum.stat_3134588943","text":"#% increased chance to Avoid Resolve Loss from Enemy Melee Hits","type":"sanctum"},{"id":"sanctum.stat_1798691236","text":"#% increased chance to Avoid Resolve Loss from Enemy Projectile Hits","type":"sanctum"},{"id":"sanctum.stat_2284543592","text":"#% chance to Avoid Resolve loss from Enemy Hits if you\'ve been Hit recently","type":"sanctum"},{"id":"sanctum.stat_3226329527","text":"Bosses take #% increased Damage","type":"sanctum"},{"id":"sanctum.stat_2207905451","text":"Bosses impact #% increased Resolve","type":"sanctum"},{"id":"sanctum.stat_408585189","text":"Guards take #% increased Damage","type":"sanctum"},{"id":"sanctum.stat_199414195","text":"Guards impact #% increased Resolve","type":"sanctum"},{"id":"sanctum.stat_2549512259","text":"Monsters take #% increased Damage","type":"sanctum"},{"id":"sanctum.stat_3554249693","text":"Monsters impact #% increased Resolve","type":"sanctum"},{"id":"sanctum.stat_1680962389","text":"#% increased Quantity of Relics Dropped by Monsters","type":"sanctum"},{"id":"sanctum.stat_1388771661","text":"#% increased Resolve Aegis","type":"sanctum"},{"id":"sanctum.stat_3889616543","text":"Resolve Aegis Recovers #% faster while not losing Resolve","type":"sanctum"},{"id":"sanctum.stat_3621177126","text":"Resolve Mitigation from Enemy Hits is based on +#% of Armour","type":"sanctum"},{"id":"sanctum.stat_774484840","text":"#% chance for Resolve Mitigation to be doubled when Hit by an Enemy","type":"sanctum"},{"id":"sanctum.stat_1960517795","text":"#% chance to Avoid gaining an Affliction","type":"sanctum"},{"id":"sanctum.stat_3381591146","text":"Cannot have Inspiration","type":"sanctum"},{"id":"sanctum.stat_624917333","text":"Cannot recover Resolve","type":"sanctum"},{"id":"sanctum.stat_3926246735","text":"Chests have #% chance to drop Double Aureus Coins","type":"sanctum"},{"id":"sanctum.stat_2410906123","text":"# Resolve Aegis","type":"sanctum"},{"id":"sanctum.stat_142859883","text":"#% Resolve Mitigation from Enemy Hits","type":"sanctum"},{"id":"sanctum.stat_3817232752","text":"Gain # Maximum Resolve when you kill a Boss","type":"sanctum"},{"id":"sanctum.stat_3722564733","text":"Gain # Maximum Resolve when you use a Fountain","type":"sanctum"},{"id":"sanctum.stat_889527415","text":"Gain # Resolve when you kill a Boss","type":"sanctum"},{"id":"sanctum.stat_2607697594","text":"Gain # Resolve when you use a Fountain","type":"sanctum"},{"id":"sanctum.stat_3002663227","text":"Recover # Resolve when you complete a Room","type":"sanctum"},{"id":"sanctum.stat_1306482168","text":"#% increased Resolve Recovered","type":"sanctum"},{"id":"sanctum.stat_3237367570","text":"Rooms are unknown on the Sanctum Map","type":"sanctum"},{"id":"sanctum.stat_386901949","text":"An additional Room is revealed on the Sanctum Map","type":"sanctum"},{"id":"sanctum.stat_1471840332","text":"Maximum Resolve is 1","type":"sanctum"},{"id":"sanctum.stat_290775436","text":"The Merchant has an additional Choice","type":"sanctum"},{"id":"sanctum.stat_3096446459","text":"#% increased Merchant Prices","type":"sanctum"},{"id":"sanctum.stat_231205265","text":"Monsters have #% chance to drop Double Aureus Coins","type":"sanctum"},{"id":"sanctum.stat_1278905604","text":"No Resolve Mitigation, chance to Avoid Resolve loss or Resolve Aegis","type":"sanctum"},{"id":"sanctum.stat_2283325632","text":"Cannot have Boons","type":"sanctum"},{"id":"sanctum.stat_2393318075","text":"Gain # Aureus Coins at the start of the Sanctum","type":"sanctum"},{"id":"sanctum.stat_3866860190","text":"#% increased Maximum Resolve","type":"sanctum"},{"id":"sanctum.stat_1054634989","text":"+# to Maximum Resolve","type":"sanctum"},{"id":"sanctum.stat_3102760194","text":"Gain # Inspiration at the start of the Sanctum","type":"sanctum"},{"id":"sanctum.stat_1512067281","text":"Cannot be used with Forbidden Tomes below level #","type":"sanctum"},{"id":"sanctum.stat_3182333322","text":"This item is destroyed when applied to a Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_effect_62326","text":"Has Honed Claws","type":"sanctum"},{"id":"sanctum.sanctum_effect_15442","text":"Has Fright Mask","type":"sanctum"},{"id":"sanctum.sanctum_effect_41921","text":"Has Deadly Snare","type":"sanctum"},{"id":"sanctum.sanctum_effect_62584","text":"Has Dark Pit","type":"sanctum"},{"id":"sanctum.sanctum_effect_22125","text":"Has Charred Coin","type":"sanctum"},{"id":"sanctum.sanctum_effect_40008","text":"Has Blunt Sword","type":"sanctum"},{"id":"sanctum.sanctum_effect_56047","text":"Has Rapid Quicksand","type":"sanctum"},{"id":"sanctum.sanctum_effect_51626","text":"Has Anomaly Attractor","type":"sanctum"},{"id":"sanctum.sanctum_effect_13820","text":"Has Hare Foot","type":"sanctum"},{"id":"sanctum.sanctum_effect_278","text":"Has Gold Magnet","type":"sanctum"},{"id":"sanctum.sanctum_effect_16400","text":"Has Silver Coin","type":"sanctum"},{"id":"sanctum.sanctum_effect_4558","text":"Has Spilt Purse","type":"sanctum"},{"id":"sanctum.sanctum_effect_33903","text":"Has Door Tax","type":"sanctum"},{"id":"sanctum.sanctum_effect_59642","text":"Has Death Toll","type":"sanctum"},{"id":"sanctum.sanctum_effect_7865","text":"Has Empty Trove","type":"sanctum"},{"id":"sanctum.sanctum_effect_13875","text":"Has Spiked Shell","type":"sanctum"},{"id":"sanctum.sanctum_effect_359","text":"Has Hungry Fangs","type":"sanctum"},{"id":"sanctum.sanctum_effect_16345","text":"Has Demonic Skull","type":"sanctum"},{"id":"sanctum.sanctum_effect_38381","text":"Has Unquenched Thirst","type":"sanctum"},{"id":"sanctum.sanctum_effect_45794","text":"Has Rusted Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_34448","text":"Has Black Smoke","type":"sanctum"},{"id":"sanctum.sanctum_effect_44243","text":"Has Scrying Crystal","type":"sanctum"},{"id":"sanctum.sanctum_effect_11449","text":"Has Unhallowed Ring","type":"sanctum"},{"id":"sanctum.sanctum_effect_24536","text":"Has Silver Tongue","type":"sanctum"},{"id":"sanctum.sanctum_effect_44836","text":"Has Imperial Seal","type":"sanctum"},{"id":"sanctum.sanctum_effect_8698","text":"Has Silver Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_38121","text":"Has Floor Tax","type":"sanctum"},{"id":"sanctum.sanctum_effect_17551","text":"Has Golden Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_17929","text":"Has Bronze Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_3157","text":"Has Glowing Orb","type":"sanctum"},{"id":"sanctum.sanctum_effect_40522","text":"Has Gilded Lyre","type":"sanctum"},{"id":"sanctum.sanctum_effect_37341","text":"Has Rusted Chimes","type":"sanctum"},{"id":"sanctum.sanctum_effect_57101","text":"Has Mellifluous Chorus","type":"sanctum"},{"id":"sanctum.sanctum_effect_43384","text":"Has Veiled Sight","type":"sanctum"},{"id":"sanctum.sanctum_effect_17084","text":"Has Red Smoke","type":"sanctum"},{"id":"sanctum.sanctum_effect_1198","text":"Has Golden Smoke","type":"sanctum"},{"id":"sanctum.sanctum_effect_28906","text":"Has Purple Smoke","type":"sanctum"},{"id":"sanctum.sanctum_effect_32300","text":"Has Ghastly Scythe","type":"sanctum"},{"id":"sanctum.sanctum_effect_35508","text":"Has Lilting Melody","type":"sanctum"},{"id":"sanctum.sanctum_effect_5686","text":"Has Priest\'s Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_39513","text":"Has Holy Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_52811","text":"Has Crystal Chalice","type":"sanctum"},{"id":"sanctum.sanctum_effect_50613","text":"Has Unassuming Brick","type":"sanctum"},{"id":"sanctum.sanctum_effect_26808","text":"Has Prayer Beads","type":"sanctum"},{"id":"sanctum.sanctum_effect_53929","text":"Has Spiked Exit","type":"sanctum"},{"id":"sanctum.sanctum_effect_48875","text":"Has Tattered Blindfold","type":"sanctum"},{"id":"sanctum.sanctum_effect_44526","text":"Has Cutpurse","type":"sanctum"},{"id":"sanctum.sanctum_effect_18740","text":"Has Voodoo Doll","type":"sanctum"},{"id":"sanctum.sanctum_effect_42759","text":"Has Bronze Coin","type":"sanctum"},{"id":"sanctum.sanctum_effect_50425","text":"Has Gold Mine","type":"sanctum"},{"id":"sanctum.sanctum_effect_12732","text":"Has Gold Coin","type":"sanctum"},{"id":"sanctum.sanctum_effect_14131","text":"Has Deceptive Mirror","type":"sanctum"},{"id":"sanctum.sanctum_effect_34171","text":"Has Haemorrhage","type":"sanctum"},{"id":"sanctum.sanctum_effect_9121","text":"Has All-Seeing Eye","type":"sanctum"},{"id":"sanctum.sanctum_effect_51140","text":"Has Lustrous Pearl","type":"sanctum"},{"id":"sanctum.sanctum_effect_57507","text":"Has Viscous Ichor","type":"sanctum"},{"id":"sanctum.sanctum_effect_46977","text":"Has Wooden Effigy","type":"sanctum"},{"id":"sanctum.sanctum_effect_41741","text":"Has Sanguine Vial","type":"sanctum"},{"id":"sanctum.sanctum_effect_29924","text":"Has Ornate Dagger","type":"sanctum"},{"id":"sanctum.sanctum_effect_6090","text":"Has Assassin\'s Blade","type":"sanctum"},{"id":"sanctum.sanctum_effect_38167","text":"Has Enchanted Urn","type":"sanctum"},{"id":"sanctum.sanctum_effect_37919","text":"Has Tarnished Coin","type":"sanctum"},{"id":"sanctum.sanctum_effect_64207","text":"Has Engraved Orb","type":"sanctum"},{"id":"sanctum.sanctum_effect_59406","text":"Has Adrenaline Vial","type":"sanctum"},{"id":"sanctum.sanctum_effect_45428","text":"Has Mirror of Fortune","type":"sanctum"},{"id":"sanctum.sanctum_effect_44006","text":"Has Arcane Aegis","type":"sanctum"},{"id":"sanctum.sanctum_effect_27017","text":"Has Tarnished Descry","type":"sanctum"},{"id":"sanctum.sanctum_effect_28826","text":"Has Holy Water","type":"sanctum"},{"id":"sanctum.sanctum_effect_40142","text":"Has Fountain of Youth","type":"sanctum"},{"id":"sanctum.sanctum_effect_51458","text":"Has Silver Chalice","type":"sanctum"},{"id":"sanctum.sanctum_effect_41498","text":"Has Black Pearl","type":"sanctum"},{"id":"sanctum.sanctum_effect_16490","text":"Has Untuned Lute","type":"sanctum"},{"id":"sanctum.sanctum_effect_6743","text":"Has Divinia\'s Gift ","type":"sanctum"},{"id":"sanctum.sanctum_effect_60796","text":"Has Chipped Dice","type":"sanctum"},{"id":"sanctum.sanctum_effect_704","text":"Has Gold Trophy","type":"sanctum"},{"id":"sanctum.sanctum_effect_27130","text":"Has Sacred Mirror","type":"sanctum"},{"id":"sanctum.sanctum_effect_30042","text":"Has Crystal Shard","type":"sanctum"},{"id":"sanctum.sanctum_effect_64286","text":"Has Musty Wine","type":"sanctum"},{"id":"sanctum.sanctum_effect_379","text":"Has Lustrous Lacquer","type":"sanctum"},{"id":"sanctum.sanctum_effect_61947","text":"Has Unholy Urn","type":"sanctum"},{"id":"sanctum.sanctum_effect_61518","text":"Has Tight Choker","type":"sanctum"},{"id":"sanctum.sanctum_effect_12494","text":"Has Unhallowed Amulet","type":"sanctum"},{"id":"sanctum.sanctum_effect_19751","text":"Has Accursed Prism","type":"sanctum"},{"id":"sanctum.sanctum_effect_26160","text":"Has Poisoned Water","type":"sanctum"},{"id":"sanctum.sanctum_effect_45177","text":"Has Liquid Cowardice","type":"sanctum"},{"id":"sanctum.sanctum_effect_25062","text":"Has Chains of Binding","type":"sanctum"},{"id":"sanctum.sanctum_effect_18271","text":"Has Concealed Anomaly","type":"sanctum"},{"id":"sanctum.sanctum_effect_37967","text":"Has Mark of Terror","type":"sanctum"},{"id":"sanctum.sanctum_effect_30450","text":"Has Rusted Mallet","type":"sanctum"},{"id":"sanctum.sanctum_effect_24131","text":"Has Weakened Flesh","type":"sanctum"},{"id":"sanctum.sanctum_effect_28313","text":"Has Fiendish Wings","type":"sanctum"},{"id":"sanctum.sanctum_effect_24579","text":"Has Gargoyle Totem","type":"sanctum"},{"id":"sanctum.sanctum_effect_9205","text":"Has Phantom Illusion","type":"sanctum"},{"id":"sanctum.sanctum_effect_21215","text":"Has Corrupted Lockpick","type":"sanctum"},{"id":"sanctum.sanctum_effect_30473","text":"Has Worn Sandals","type":"sanctum"},{"id":"sanctum.sanctum_effect_43834","text":"Has Orb of Negation","type":"sanctum"},{"id":"sanctum.sanctum_effect_45792","text":"Has Rusted Coin","type":"sanctum"},{"id":"sanctum.sanctum_effect_6958","text":"Has Chiselled Stone","type":"sanctum"},{"id":"sanctum.sanctum_effect_45600","text":"Has Glass Shard","type":"sanctum"},{"id":"sanctum.sanctum_effect_35578","text":"Has Iron Manacles","type":"sanctum"},{"id":"sanctum.sanctum_effect_48487","text":"Has Sharpened Arrowhead","type":"sanctum"},{"id":"sanctum.sanctum_effect_16335","text":"Has Shattered Shield","type":"sanctum"},{"id":"sanctum.sanctum_effect_55502","text":"Has Corrosive Concoction","type":"sanctum"},{"id":"sanctum.sanctum_effect_47662","text":"Has Pyrrhic Pact","type":"sanctum"},{"id":"sanctum.sanctum_effect_42282","text":"Has Doubling Pact","type":"sanctum"},{"id":"sanctum.sanctum_effect_41950","text":"Has Apex Pact","type":"sanctum"},{"id":"sanctum.sanctum_effect_36376","text":"Has Austerity Pact","type":"sanctum"},{"id":"sanctum.sanctum_effect_44096","text":"Has Indomitable Pact","type":"sanctum"},{"id":"sanctum.sanctum_effect_41768","text":"Has Dauntless Pact","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_alt","text":"Receive #x Orbs of Alteration at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_alt","text":"Receive #x Orbs of Alteration on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chance","text":"Receive #x Orbs of Chance at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chance","text":"Receive #x Orbs of Chance on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_bauble","text":"Receive #x Glassblower\'s Baubles at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_bauble","text":"Receive #x Glassblower\'s Baubles on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chrome","text":"Receive #x Chromatic Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chrome","text":"Receive #x Chromatic Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_jewellers","text":"Receive #x Jeweller\'s Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_jewellers","text":"Receive #x Jeweller\'s Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_alch","text":"Receive #x Orbs of Alchemy at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_alch","text":"Receive #x Orbs of Alchemy on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_fusing","text":"Receive #x Orbs of Fusing at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_fusing","text":"Receive #x Orbs of Fusing on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_scour","text":"Receive #x Orbs of Scouring at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_scour","text":"Receive #x Orbs of Scouring on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chisel","text":"Receive #x Cartographer\'s Chisels at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chisel","text":"Receive #x Cartographer\'s Chisels on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_chaos","text":"Receive #x Chaos Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_chaos","text":"Receive #x Chaos Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_orb_of_binding","text":"Receive #x Orbs of Binding at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_orb_of_binding","text":"Receive #x Orbs of Binding on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_regret","text":"Receive #x Orbs of Regret at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_regret","text":"Receive #x Orbs of Regret on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_gcp","text":"Receive #x Gemcutter\'s Prisms at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_gcp","text":"Receive #x Gemcutter\'s Prisms on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_blessed","text":"Receive #x Blessed Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_blessed","text":"Receive #x Blessed Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_vaal","text":"Receive #x Vaal Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_vaal","text":"Receive #x Vaal Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_orb_of_horizons","text":"Receive #x Orbs of Horizon at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_orb_of_horizons","text":"Receive #x Orbs of Horizon on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_instilling_orb","text":"Receive #x Instilling Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_instilling_orb","text":"Receive #x Instilling Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_regal","text":"Receive #x Regal Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_regal","text":"Receive #x Regal Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_enkindling_orb","text":"Receive #x Enkindling Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_enkindling_orb","text":"Receive #x Enkindling Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_orb_of_unmaking","text":"Receive #x Orbs of Unmaking at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_orb_of_unmaking","text":"Receive #x Orbs of Unmaking on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_awakened_sextant","text":"Receive #x Awakened Sextants at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_awakened_sextant","text":"Receive #x Awakened Sextants on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_stacked_deck","text":"Receive #x Stacked Decks at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_stacked_deck","text":"Receive #x Stacked Decks on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_veiled_chaos_orb","text":"Receive #x Veiled Chaos Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_veiled_chaos_orb","text":"Receive #x Veiled Chaos Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_annul","text":"Receive #x Orbs of Annulment at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_annul","text":"Receive #x Orbs of Annulment on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_divine","text":"Receive #x Divine Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_divine","text":"Receive #x Divine Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_exalted","text":"Receive #x Exalted Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_exalted","text":"Receive #x Exalted Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_divine_vessel","text":"Receive #x Divine Vessels at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_divine_vessel","text":"Receive #x Divine Vessels on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_sacred_orb","text":"Receive #x Sacred Orbs at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_sacred_orb","text":"Receive #x Sacred Orbs on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_mirror","text":"Receive #x Mirrors of Kalandra at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_mirror","text":"Receive #x Mirrors of Kalandra on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_whetstone","text":"Receive #x Blacksmith\'s Whetstones at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_whetstone","text":"Receive #x Blacksmith\'s Whetstones on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_scrap","text":"Receive #x Armourer\'s Scraps at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_scrap","text":"Receive #x Armourer\'s Scraps on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_transmute","text":"Receive #x Orbs of Transmutation at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_transmute","text":"Receive #x Orbs of Transmutation on completing the Sanctum","type":"sanctum"},{"id":"sanctum.sanctum_floor_reward_aug","text":"Receive #x Orbs of Augmentation at the end of the Floor","type":"sanctum"},{"id":"sanctum.sanctum_final_reward_aug","text":"Receive #x Orbs of Augmentation on completing the Sanctum","type":"sanctum"}]}]}'); }, function(module) { module.exports = JSON.parse('{"result":[{"id":"accessories","label":"Accessories","entries":[{"name":"Ahkeli\'s Meadow","type":"Ruby Ring","text":"Ahkeli\'s Meadow Ruby Ring","flags":{"unique":true}},{"name":"Ahkeli\'s Mountain","type":"Ruby Ring","text":"Ahkeli\'s Mountain Ruby Ring","flags":{"unique":true}},{"name":"Ahkeli\'s Valley","type":"Ruby Ring","text":"Ahkeli\'s Valley Ruby Ring","flags":{"unique":true}},{"name":"Anathema","type":"Moonstone Ring","text":"Anathema Moonstone Ring","flags":{"unique":true}},{"name":"Andvarius","type":"Gold Ring","text":"Andvarius Gold Ring","flags":{"unique":true}},{"name":"Angler\'s Plait","type":"Unset Ring","text":"Angler\'s Plait Unset Ring","flags":{"unique":true}},{"name":"Araku Tiki","type":"Coral Amulet","text":"Araku Tiki Coral Amulet","flags":{"unique":true}},{"name":"Arn\'s Anguish","type":"Cloth Belt","text":"Arn\'s Anguish Cloth Belt","flags":{"unique":true}},{"name":"Ikiaho\'s Promise","type":"Coral Amulet","text":"Ikiaho\'s Promise Coral Amulet","flags":{"unique":true}},{"name":"Ascent From Flesh","type":"Chain Belt","text":"Ascent From Flesh Chain Belt","flags":{"unique":true}},{"name":"Ashes of the Stars","type":"Onyx Amulet","text":"Ashes of the Stars Onyx Amulet","flags":{"unique":true}},{"name":"Astral Projector","type":"Topaz Ring","text":"Astral Projector Topaz Ring","flags":{"unique":true}},{"name":"Astramentis","type":"Onyx Amulet","text":"Astramentis Onyx Amulet","flags":{"unique":true}},{"name":"Atziri\'s Foible","type":"Paua Amulet","text":"Atziri\'s Foible Paua Amulet","flags":{"unique":true}},{"name":"Aul\'s Uprising","type":"Onyx Amulet","text":"Aul\'s Uprising Onyx Amulet","flags":{"unique":true}},{"name":"Auxium","type":"Chain Belt","text":"Auxium Chain Belt","flags":{"unique":true}},{"name":"Auxium","type":"Crystal Belt","text":"Auxium Crystal Belt","flags":{"unique":true}},{"name":"Badge of the Brotherhood","type":"Turquoise Amulet","text":"Badge of the Brotherhood Turquoise Amulet","flags":{"unique":true}},{"name":"Bated Breath","type":"Chain Belt","text":"Bated Breath Chain Belt","flags":{"unique":true}},{"name":"Bear\'s Girdle","type":"Leather Belt","text":"Bear\'s Girdle Leather Belt","flags":{"unique":true}},{"name":"Belt of the Deceiver","type":"Heavy Belt","text":"Belt of the Deceiver Heavy Belt","flags":{"unique":true}},{"name":"Berek\'s Grip","type":"Two-Stone Ring","text":"Berek\'s Grip Two-Stone Ring","flags":{"unique":true}},{"name":"Berek\'s Pass","type":"Two-Stone Ring","text":"Berek\'s Pass Two-Stone Ring","flags":{"unique":true}},{"name":"Berek\'s Respite","type":"Two-Stone Ring","text":"Berek\'s Respite Two-Stone Ring","flags":{"unique":true}},{"name":"Bisco\'s Collar","type":"Gold Amulet","text":"Bisco\'s Collar Gold Amulet","flags":{"unique":true}},{"name":"Bisco\'s Leash","type":"Heavy Belt","text":"Bisco\'s Leash Heavy Belt","flags":{"unique":true}},{"name":"Blackflame","type":"Amethyst Ring","text":"Blackflame Amethyst Ring","flags":{"unique":true}},{"name":"Blackheart","type":"Iron Ring","text":"Blackheart Iron Ring","flags":{"unique":true}},{"name":"Blightwell","type":"Clutching Talisman","text":"Blightwell Clutching Talisman","flags":{"unique":true}},{"name":"Bloodboil","type":"Coral Ring","text":"Bloodboil Coral Ring","flags":{"unique":true}},{"name":"Bloodgrip","type":"Marble Amulet","text":"Bloodgrip Marble Amulet","flags":{"unique":true}},{"name":"Bloodgrip","type":"Coral Amulet","text":"Bloodgrip Coral Amulet","flags":{"unique":true}},{"name":"Blood of Corruption","type":"Amber Amulet","text":"Blood of Corruption Amber Amulet","flags":{"unique":true}},{"name":"Bloodsoaked Medallion","type":"Amber Amulet","text":"Bloodsoaked Medallion Amber Amulet","flags":{"unique":true}},{"name":"Bound Fate","type":"Cloth Belt","text":"Bound Fate Cloth Belt","flags":{"unique":true}},{"name":"Brinerot Mark","type":"Unset Ring","text":"Brinerot Mark Unset Ring","flags":{"unique":true}},{"name":"Call of the Brotherhood","type":"Two-Stone Ring","text":"Call of the Brotherhood Two-Stone Ring","flags":{"unique":true}},{"name":"Call of the Void","type":"Sapphire Ring","text":"Call of the Void Sapphire Ring","flags":{"unique":true}},{"name":"Carnage Heart","type":"Onyx Amulet","text":"Carnage Heart Onyx Amulet","flags":{"unique":true}},{"name":"Ceinture of Benevolence","type":"Cloth Belt","text":"Ceinture of Benevolence Cloth Belt","flags":{"unique":true}},{"name":"Chain of Endurance","type":"Chain Belt","text":"Chain of Endurance Chain Belt","flags":{"unique":true}},{"name":"Chains of Emancipation","type":"Chain Belt","text":"Chains of Emancipation Chain Belt","flags":{"unique":true}},{"name":"Choir of the Storm","type":"Lapis Amulet","text":"Choir of the Storm Lapis Amulet","flags":{"unique":true}},{"name":"Circle of Anguish","type":"Ruby Ring","text":"Circle of Anguish Ruby Ring","flags":{"unique":true}},{"name":"Circle of Fear","type":"Sapphire Ring","text":"Circle of Fear Sapphire Ring","flags":{"unique":true}},{"name":"Circle of Guilt","type":"Iron Ring","text":"Circle of Guilt Iron Ring","flags":{"unique":true}},{"name":"Circle of Nostalgia","type":"Amethyst Ring","text":"Circle of Nostalgia Amethyst Ring","flags":{"unique":true}},{"name":"Circle of Regret","type":"Topaz Ring","text":"Circle of Regret Topaz Ring","flags":{"unique":true}},{"name":"Coward\'s Chains","type":"Chain Belt","text":"Coward\'s Chains Chain Belt","flags":{"unique":true}},{"name":"Coward\'s Legacy","type":"Chain Belt","text":"Coward\'s Legacy Chain Belt","flags":{"unique":true}},{"name":"Crystallised Omniscience","type":"Onyx Amulet","text":"Crystallised Omniscience Onyx Amulet","flags":{"unique":true}},{"name":"Cyclopean Coil","type":"Leather Belt","text":"Cyclopean Coil Leather Belt","flags":{"unique":true}},{"name":"Daresso\'s Salute","type":"Citrine Amulet","text":"Daresso\'s Salute Citrine Amulet","flags":{"unique":true}},{"name":"Darkness Enthroned","type":"Stygian Vise","text":"Darkness Enthroned Stygian Vise","flags":{"unique":true}},{"name":"Death Rush","type":"Amethyst Ring","text":"Death Rush Amethyst Ring","flags":{"unique":true}},{"name":"Defiance of Destiny","type":"Paua Amulet","text":"Defiance of Destiny Paua Amulet","flags":{"unique":true}},{"name":"Demigod\'s Bounty","type":"Golden Obi","text":"Demigod\'s Bounty Golden Obi","flags":{"unique":true}},{"name":"Demigod\'s Eye","type":"Golden Hoop","text":"Demigod\'s Eye Golden Hoop","flags":{"unique":true}},{"name":"Demigod\'s Presence","type":"Gold Amulet","text":"Demigod\'s Presence Gold Amulet","flags":{"unique":true}},{"name":"Doedre\'s Damning","type":"Paua Ring","text":"Doedre\'s Damning Paua Ring","flags":{"unique":true}},{"name":"Doedre\'s Tongue","type":"Lapis Amulet","text":"Doedre\'s Tongue Lapis Amulet","flags":{"unique":true}},{"name":"Doryani\'s Invitation","type":"Heavy Belt","text":"Doryani\'s Invitation Heavy Belt","flags":{"unique":true}},{"name":"Dream Fragments","type":"Sapphire Ring","text":"Dream Fragments Sapphire Ring","flags":{"unique":true}},{"name":"Dyadian Dawn","type":"Heavy Belt","text":"Dyadian Dawn Heavy Belt","flags":{"unique":true}},{"name":"Emberwake","type":"Ruby Ring","text":"Emberwake Ruby Ring","flags":{"unique":true}},{"name":"Essence Worm","type":"Unset Ring","text":"Essence Worm Unset Ring","flags":{"unique":true}},{"name":"Eternal Damnation","type":"Agate Amulet","text":"Eternal Damnation Agate Amulet","flags":{"unique":true}},{"name":"Extractor Mentis","type":"Agate Amulet","text":"Extractor Mentis Agate Amulet","flags":{"unique":true}},{"name":"Eye of Chayula","type":"Onyx Amulet","text":"Eye of Chayula Onyx Amulet","flags":{"unique":true}},{"name":"Eye of Innocence","type":"Citrine Amulet","text":"Eye of Innocence Citrine Amulet","flags":{"unique":true}},{"name":"Eyes of the Greatwolf","type":"Greatwolf Talisman","text":"Eyes of the Greatwolf Greatwolf Talisman","flags":{"unique":true}},{"name":"Faminebind","type":"Rustic Sash","text":"Faminebind Rustic Sash","flags":{"unique":true}},{"name":"Fated End","type":"Paua Ring","text":"Fated End Paua Ring","flags":{"unique":true}},{"name":"Feastbind","type":"Rustic Sash","text":"Feastbind Rustic Sash","flags":{"unique":true}},{"name":"Fury Valve","type":"Turquoise Amulet","text":"Fury Valve Turquoise Amulet","flags":{"unique":true}},{"name":"Gifts from Above","type":"Diamond Ring","text":"Gifts from Above Diamond Ring","flags":{"unique":true}},{"name":"Gloomfang","type":"Blue Pearl Amulet","text":"Gloomfang Blue Pearl Amulet","flags":{"unique":true}},{"name":"Gluttony","type":"Leather Belt","text":"Gluttony Leather Belt","flags":{"unique":true}},{"name":"Graven\'s Secret","type":"Cloth Belt","text":"Graven\'s Secret Cloth Belt","flags":{"unique":true}},{"name":"Hallowed Ground","type":"Unset Ring","text":"Hallowed Ground Unset Ring","flags":{"unique":true}},{"name":"Headhunter","type":"Leather Belt","text":"Headhunter Leather Belt","flags":{"unique":true}},{"name":"Heartbound Loop","type":"Moonstone Ring","text":"Heartbound Loop Moonstone Ring","flags":{"unique":true}},{"name":"Hinekora\'s Sight","type":"Onyx Amulet","text":"Hinekora\'s Sight Onyx Amulet","flags":{"unique":true}},{"name":"Honoured Alliance","type":"Coral Ring","text":"Honoured Alliance Coral Ring","flags":{"unique":true}},{"name":"Hyperboreus","type":"Leather Belt","text":"Hyperboreus Leather Belt","flags":{"unique":true}},{"name":"Hyrri\'s Truth","type":"Jade Amulet","text":"Hyrri\'s Truth Jade Amulet","flags":{"unique":true}},{"name":"Icefang Orbit","type":"Iron Ring","text":"Icefang Orbit Iron Ring","flags":{"unique":true}},{"name":"Immortal Flesh","type":"Leather Belt","text":"Immortal Flesh Leather Belt","flags":{"unique":true}},{"name":"Impresence","type":"Onyx Amulet","text":"Impresence Onyx Amulet","flags":{"unique":true}},{"name":"Ixchel\'s Temptation","type":"Gold Ring","text":"Ixchel\'s Temptation Gold Ring","flags":{"unique":true}},{"name":"Kalandra\'s Touch","type":"Ring","text":"Kalandra\'s Touch Ring","flags":{"unique":true}},{"name":"Kaom\'s Binding","type":"Heavy Belt","text":"Kaom\'s Binding Heavy Belt","flags":{"unique":true}},{"name":"Kaom\'s Sign","type":"Coral Ring","text":"Kaom\'s Sign Coral Ring","flags":{"unique":true}},{"name":"Kaom\'s Way","type":"Coral Ring","text":"Kaom\'s Way Coral Ring","flags":{"unique":true}},{"name":"Karui Charge","type":"Jade Amulet","text":"Karui Charge Jade Amulet","flags":{"unique":true}},{"name":"Karui Ward","type":"Jade Amulet","text":"Karui Ward Jade Amulet","flags":{"unique":true}},{"name":"Kikazaru","type":"Topaz Ring","text":"Kikazaru Topaz Ring","flags":{"unique":true}},{"name":"Leadership\'s Price","type":"Onyx Amulet","text":"Leadership\'s Price Onyx Amulet","flags":{"unique":true}},{"name":"Leash of Oblation","type":"Leather Belt","text":"Leash of Oblation Leather Belt","flags":{"unique":true}},{"name":"Le Heup of All","type":"Iron Ring","text":"Le Heup of All Iron Ring","flags":{"unique":true}},{"name":"Lori\'s Lantern","type":"Prismatic Ring","text":"Lori\'s Lantern Prismatic Ring","flags":{"unique":true}},{"name":"Mageblood","type":"Heavy Belt","text":"Mageblood Heavy Belt","flags":{"unique":true}},{"name":"Malachai\'s Artifice","type":"Unset Ring","text":"Malachai\'s Artifice Unset Ring","flags":{"unique":true}},{"name":"Maligaro\'s Cruelty","type":"Turquoise Amulet","text":"Maligaro\'s Cruelty Turquoise Amulet","flags":{"unique":true}},{"name":"Maligaro\'s Restraint","type":"Chain Belt","text":"Maligaro\'s Restraint Chain Belt","flags":{"unique":true}},{"name":"Mark of Submission","type":"Unset Ring","text":"Mark of Submission Unset Ring","flags":{"unique":true}},{"name":"Mark of the Elder","type":"Steel Ring","text":"Mark of the Elder Steel Ring","flags":{"unique":true}},{"name":"Mark of the Shaper","type":"Opal Ring","text":"Mark of the Shaper Opal Ring","flags":{"unique":true}},{"name":"Marylene\'s Fallacy","type":"Lapis Amulet","text":"Marylene\'s Fallacy Lapis Amulet","flags":{"unique":true}},{"name":"Meginord\'s Girdle","type":"Heavy Belt","text":"Meginord\'s Girdle Heavy Belt","flags":{"unique":true}},{"name":"Ming\'s Heart","type":"Amethyst Ring","text":"Ming\'s Heart Amethyst Ring","flags":{"unique":true}},{"name":"Mokou\'s Embrace","type":"Ruby Ring","text":"Mokou\'s Embrace Ruby Ring","flags":{"unique":true}},{"name":"Mother\'s Embrace","type":"Heavy Belt","text":"Mother\'s Embrace Heavy Belt","flags":{"unique":true}},{"name":"Mutewind Seal","type":"Unset Ring","text":"Mutewind Seal Unset Ring","flags":{"unique":true}},{"name":"Natural Hierarchy","type":"Rotfeather Talisman","text":"Natural Hierarchy Rotfeather Talisman","flags":{"unique":true}},{"name":"Ngamahu\'s Sign","type":"Ruby Ring","text":"Ngamahu\'s Sign Ruby Ring","flags":{"unique":true}},{"name":"Ngamahu Tiki","type":"Coral Amulet","text":"Ngamahu Tiki Coral Amulet","flags":{"unique":true}},{"name":"Night\'s Hold","type":"Black Maw Talisman","text":"Night\'s Hold Black Maw Talisman","flags":{"unique":true}},{"name":"Nimis","type":"Topaz Ring","text":"Nimis Topaz Ring","flags":{"unique":true}},{"name":"Olesya\'s Delight","type":"Cloth Belt","text":"Olesya\'s Delight Cloth Belt","flags":{"unique":true}},{"name":"Original Sin","type":"Amethyst Ring","text":"Original Sin Amethyst Ring","flags":{"unique":true}},{"name":"Perandus Blazon","type":"Cloth Belt","text":"Perandus Blazon Cloth Belt","flags":{"unique":true}},{"name":"Perandus Signet","type":"Paua Ring","text":"Perandus Signet Paua Ring","flags":{"unique":true}},{"name":"Perquil\'s Toe","type":"Gold Amulet","text":"Perquil\'s Toe Gold Amulet","flags":{"unique":true}},{"name":"Perseverance","type":"Vanguard Belt","text":"Perseverance Vanguard Belt","flags":{"unique":true}},{"name":"Polaric Devastation","type":"Opal Ring","text":"Polaric Devastation Opal Ring","flags":{"unique":true}},{"name":"Praxis","type":"Paua Ring","text":"Praxis Paua Ring","flags":{"unique":true}},{"name":"Precursor\'s Emblem","type":"Two-Stone Ring","text":"Precursor\'s Emblem Two-Stone Ring","flags":{"unique":true}},{"name":"Precursor\'s Emblem","type":"Topaz Ring","text":"Precursor\'s Emblem Topaz Ring","flags":{"unique":true}},{"name":"Precursor\'s Emblem","type":"Sapphire Ring","text":"Precursor\'s Emblem Sapphire Ring","flags":{"unique":true}},{"name":"Precursor\'s Emblem","type":"Ruby Ring","text":"Precursor\'s Emblem Ruby Ring","flags":{"unique":true}},{"name":"Precursor\'s Emblem","type":"Prismatic Ring","text":"Precursor\'s Emblem Prismatic Ring","flags":{"unique":true}},{"name":"Presence of Chayula","type":"Onyx Amulet","text":"Presence of Chayula Onyx Amulet","flags":{"unique":true}},{"name":"Prismweave","type":"Rustic Sash","text":"Prismweave Rustic Sash","flags":{"unique":true}},{"name":"Profane Proxy","type":"Unset Ring","text":"Profane Proxy Unset Ring","flags":{"unique":true}},{"name":"Putembo\'s Meadow","type":"Topaz Ring","text":"Putembo\'s Meadow Topaz Ring","flags":{"unique":true}},{"name":"Putembo\'s Mountain","type":"Topaz Ring","text":"Putembo\'s Mountain Topaz Ring","flags":{"unique":true}},{"name":"Putembo\'s Valley","type":"Topaz Ring","text":"Putembo\'s Valley Topaz Ring","flags":{"unique":true}},{"name":"Pyre","type":"Sapphire Ring","text":"Pyre Sapphire Ring","flags":{"unique":true}},{"name":"Pyroshock Clasp","type":"Leather Belt","text":"Pyroshock Clasp Leather Belt","flags":{"unique":true}},{"name":"Rashkaldor\'s Patience","type":"Jade Amulet","text":"Rashkaldor\'s Patience Jade Amulet","flags":{"unique":true}},{"name":"Redblade Band","type":"Unset Ring","text":"Redblade Band Unset Ring","flags":{"unique":true}},{"name":"Replica Atziri\'s Foible","type":"Paua Amulet","text":"Replica Atziri\'s Foible Paua Amulet","flags":{"unique":true}},{"name":"Replica Badge of the Brotherhood","type":"Turquoise Amulet","text":"Replica Badge of the Brotherhood Turquoise Amulet","flags":{"unique":true}},{"name":"Replica Bated Breath","type":"Chain Belt","text":"Replica Bated Breath Chain Belt","flags":{"unique":true}},{"name":"Replica Doedre\'s Damning","type":"Paua Ring","text":"Replica Doedre\'s Damning Paua Ring","flags":{"unique":true}},{"name":"Replica Dragonfang\'s Flight","type":"Onyx Amulet","text":"Replica Dragonfang\'s Flight Onyx Amulet","flags":{"unique":true}},{"name":"Replica Emberwake","type":"Ruby Ring","text":"Replica Emberwake Ruby Ring","flags":{"unique":true}},{"name":"Replica Headhunter","type":"Leather Belt","text":"Replica Headhunter Leather Belt","flags":{"unique":true}},{"name":"Replica Hinekora\'s Sight","type":"Onyx Amulet","text":"Replica Hinekora\'s Sight Onyx Amulet","flags":{"unique":true}},{"name":"Replica Hyrri\'s Truth","type":"Jade Amulet","text":"Replica Hyrri\'s Truth Jade Amulet","flags":{"unique":true}},{"name":"Replica Karui Ward","type":"Jade Amulet","text":"Replica Karui Ward Jade Amulet","flags":{"unique":true}},{"name":"Replica Malachai\'s Artifice","type":"Unset Ring","text":"Replica Malachai\'s Artifice Unset Ring","flags":{"unique":true}},{"name":"Replica Prismweave","type":"Rustic Sash","text":"Replica Prismweave Rustic Sash","flags":{"unique":true}},{"name":"Replica Siegebreaker","type":"Heavy Belt","text":"Replica Siegebreaker Heavy Belt","flags":{"unique":true}},{"name":"Replica Soul Tether","type":"Cloth Belt","text":"Replica Soul Tether Cloth Belt","flags":{"unique":true}},{"name":"Replica Tasalio\'s Sign","type":"Sapphire Ring","text":"Replica Tasalio\'s Sign Sapphire Ring","flags":{"unique":true}},{"name":"Replica Voideye","type":"Unset Ring","text":"Replica Voideye Unset Ring","flags":{"unique":true}},{"name":"Replica Winterheart","type":"Gold Amulet","text":"Replica Winterheart Gold Amulet","flags":{"unique":true}},{"name":"Retaliation Charm","type":"Citrine Amulet","text":"Retaliation Charm Citrine Amulet","flags":{"unique":true}},{"name":"Rigwald\'s Crest","type":"Two-Stone Ring","text":"Rigwald\'s Crest Two-Stone Ring","flags":{"unique":true}},{"name":"Rigwald\'s Curse","type":"Wereclaw Talisman","text":"Rigwald\'s Curse Wereclaw Talisman","flags":{"unique":true}},{"name":"Romira\'s Banquet","type":"Diamond Ring","text":"Romira\'s Banquet Diamond Ring","flags":{"unique":true}},{"name":"Rotblood Promise","type":"Unset Ring","text":"Rotblood Promise Unset Ring","flags":{"unique":true}},{"name":"Ryslatha\'s Coil","type":"Studded Belt","text":"Ryslatha\'s Coil Studded Belt","flags":{"unique":true}},{"name":"Sacrificial Heart","type":"Paua Amulet","text":"Sacrificial Heart Paua Amulet","flags":{"unique":true}},{"name":"Shaper\'s Seed","type":"Agate Amulet","text":"Shaper\'s Seed Agate Amulet","flags":{"unique":true}},{"name":"Shavronne\'s Revelation","type":"Moonstone Ring","text":"Shavronne\'s Revelation Moonstone Ring","flags":{"unique":true}},{"name":"Sibyl\'s Lament","type":"Coral Ring","text":"Sibyl\'s Lament Coral Ring","flags":{"unique":true}},{"name":"Sidhebreath","type":"Paua Amulet","text":"Sidhebreath Paua Amulet","flags":{"unique":true}},{"name":"Siegebreaker","type":"Heavy Belt","text":"Siegebreaker Heavy Belt","flags":{"unique":true}},{"name":"Snakepit","type":"Sapphire Ring","text":"Snakepit Sapphire Ring","flags":{"unique":true}},{"name":"Solstice Vigil","type":"Onyx Amulet","text":"Solstice Vigil Onyx Amulet","flags":{"unique":true}},{"name":"Soulbound","type":"Paua Ring","text":"Soulbound Paua Ring","flags":{"unique":true}},{"name":"Soul Tether","type":"Cloth Belt","text":"Soul Tether Cloth Belt","flags":{"unique":true}},{"name":"Soulthirst","type":"Cloth Belt","text":"Soulthirst Cloth Belt","flags":{"unique":true}},{"name":"Star of Wraeclast","type":"Ruby Amulet","text":"Star of Wraeclast Ruby Amulet","flags":{"unique":true}},{"name":"Stone of Lazhwar","type":"Lapis Amulet","text":"Stone of Lazhwar Lapis Amulet","flags":{"unique":true}},{"name":"Stormfire","type":"Opal Ring","text":"Stormfire Opal Ring","flags":{"unique":true}},{"name":"Storm Secret","type":"Topaz Ring","text":"Storm Secret Topaz Ring","flags":{"unique":true}},{"name":"Stranglegasp","type":"Onyx Amulet","text":"Stranglegasp Onyx Amulet","flags":{"unique":true}},{"name":"String of Servitude","type":"Heavy Belt","text":"String of Servitude Heavy Belt","flags":{"unique":true}},{"name":"Sunblast","type":"Cloth Belt","text":"Sunblast Cloth Belt","flags":{"unique":true}},{"name":"Survivor\'s Guilt","type":"Heavy Belt","text":"Survivor\'s Guilt Heavy Belt","flags":{"unique":true}},{"name":"Tainted Pact","type":"Coral Amulet","text":"Tainted Pact Coral Amulet","flags":{"unique":true}},{"name":"Talisman of the Victor","type":"Jet Amulet","text":"Talisman of the Victor Jet Amulet","flags":{"unique":true}},{"name":"Tasalio\'s Sign","type":"Sapphire Ring","text":"Tasalio\'s Sign Sapphire Ring","flags":{"unique":true}},{"name":"Tavukai","type":"Coral Amulet","text":"Tavukai Coral Amulet","flags":{"unique":true}},{"name":"Tawhanuku\'s Timing","type":"Moonstone Ring","text":"Tawhanuku\'s Timing Moonstone Ring","flags":{"unique":true}},{"name":"Tear of Purity","type":"Lapis Amulet","text":"Tear of Purity Lapis Amulet","flags":{"unique":true}},{"name":"The Anvil","type":"Amber Amulet","text":"The Anvil Amber Amulet","flags":{"unique":true}},{"name":"The Ascetic","type":"Gold Amulet","text":"The Ascetic Gold Amulet","flags":{"unique":true}},{"name":"The Aylardex","type":"Agate Amulet","text":"The Aylardex Agate Amulet","flags":{"unique":true}},{"name":"The Burden of Truth","type":"Crystal Belt","text":"The Burden of Truth Crystal Belt","flags":{"unique":true}},{"name":"The Druggery","type":"Cloth Belt","text":"The Druggery Cloth Belt","flags":{"unique":true}},{"name":"The Effigon","type":"Gold Amulet","text":"The Effigon Gold Amulet","flags":{"unique":true}},{"name":"The Ephemeral Bond","type":"Lapis Amulet","text":"The Ephemeral Bond Lapis Amulet","flags":{"unique":true}},{"name":"The Eternal Struggle","type":"Onyx Amulet","text":"The Eternal Struggle Onyx Amulet","flags":{"unique":true}},{"name":"The Felbog Fang","type":"Citrine Amulet","text":"The Felbog Fang Citrine Amulet","flags":{"unique":true}},{"name":"The Flow Untethered","type":"Cloth Belt","text":"The Flow Untethered Cloth Belt","flags":{"unique":true}},{"name":"The Halcyon","type":"Jade Amulet","text":"The Halcyon Jade Amulet","flags":{"unique":true}},{"name":"The Highwayman","type":"Gold Ring","text":"The Highwayman Gold Ring","flags":{"unique":true}},{"name":"The Hungry Loop","type":"Unset Ring","text":"The Hungry Loop Unset Ring","flags":{"unique":true}},{"name":"The Ignomon","type":"Gold Amulet","text":"The Ignomon Gold Amulet","flags":{"unique":true}},{"name":"The Jinxed Juju","type":"Citrine Amulet","text":"The Jinxed Juju Citrine Amulet","flags":{"unique":true}},{"name":"The Magnate","type":"Studded Belt","text":"The Magnate Studded Belt","flags":{"unique":true}},{"name":"The Nomad","type":"Studded Belt","text":"The Nomad Studded Belt","flags":{"unique":true}},{"name":"The Pandemonius","type":"Jade Amulet","text":"The Pandemonius Jade Amulet","flags":{"unique":true}},{"name":"The Pariah","type":"Unset Ring","text":"The Pariah Unset Ring","flags":{"unique":true}},{"name":"The Primordial Chain","type":"Coral Amulet","text":"The Primordial Chain Coral Amulet","flags":{"unique":true}},{"name":"The Retch","type":"Rustic Sash","text":"The Retch Rustic Sash","flags":{"unique":true}},{"name":"The Tactician","type":"Studded Belt","text":"The Tactician Studded Belt","flags":{"unique":true}},{"name":"The Taming","type":"Prismatic Ring","text":"The Taming Prismatic Ring","flags":{"unique":true}},{"name":"The Torrent\'s Reclamation","type":"Cloth Belt","text":"The Torrent\'s Reclamation Cloth Belt","flags":{"unique":true}},{"name":"The Untouched Soul","type":"Gold Amulet","text":"The Untouched Soul Gold Amulet","flags":{"unique":true}},{"name":"The Warden\'s Brand","type":"Iron Ring","text":"The Warden\'s Brand Iron Ring","flags":{"unique":true}},{"name":"Thief\'s Torment","type":"Prismatic Ring","text":"Thief\'s Torment Prismatic Ring","flags":{"unique":true}},{"name":"Timeclasp","type":"Moonstone Ring","text":"Timeclasp Moonstone Ring","flags":{"unique":true}},{"name":"Timetwist","type":"Moonstone Ring","text":"Timetwist Moonstone Ring","flags":{"unique":true}},{"name":"Triumvirate Authority","type":"Unset Ring","text":"Triumvirate Authority Unset Ring","flags":{"unique":true}},{"name":"Umbilicus Immortalis","type":"Leather Belt","text":"Umbilicus Immortalis Leather Belt","flags":{"unique":true}},{"name":"Ungil\'s Harmony","type":"Turquoise Amulet","text":"Ungil\'s Harmony Turquoise Amulet","flags":{"unique":true}},{"name":"Uul-Netol\'s Vow","type":"Unset Amulet","text":"Uul-Netol\'s Vow Unset Amulet","flags":{"unique":true}},{"name":"Uzaza\'s Meadow","type":"Sapphire Ring","text":"Uzaza\'s Meadow Sapphire Ring","flags":{"unique":true}},{"name":"Uzaza\'s Mountain","type":"Sapphire Ring","text":"Uzaza\'s Mountain Sapphire Ring","flags":{"unique":true}},{"name":"Uzaza\'s Valley","type":"Sapphire Ring","text":"Uzaza\'s Valley Sapphire Ring","flags":{"unique":true}},{"name":"Valako\'s Sign","type":"Topaz Ring","text":"Valako\'s Sign Topaz Ring","flags":{"unique":true}},{"name":"Valyrium","type":"Moonstone Ring","text":"Valyrium Moonstone Ring","flags":{"unique":true}},{"name":"Venopuncture","type":"Iron Ring","text":"Venopuncture Iron Ring","flags":{"unique":true}},{"name":"Ventor\'s Gamble","type":"Gold Ring","text":"Ventor\'s Gamble Gold Ring","flags":{"unique":true}},{"name":"Victario\'s Acuity","type":"Turquoise Amulet","text":"Victario\'s Acuity Turquoise Amulet","flags":{"unique":true}},{"name":"Vivinsect","type":"Unset Ring","text":"Vivinsect Unset Ring","flags":{"unique":true}},{"name":"Voice of the Storm","type":"Lapis Amulet","text":"Voice of the Storm Lapis Amulet","flags":{"unique":true}},{"name":"Voideye","type":"Unset Ring","text":"Voideye Unset Ring","flags":{"unique":true}},{"name":"Voidheart","type":"Iron Ring","text":"Voidheart Iron Ring","flags":{"unique":true}},{"name":"Voll\'s Devotion","type":"Agate Amulet","text":"Voll\'s Devotion Agate Amulet","flags":{"unique":true}},{"name":"Warped Timepiece","type":"Turquoise Amulet","text":"Warped Timepiece Turquoise Amulet","flags":{"unique":true}},{"name":"Warrior\'s Legacy","type":"Ruby Ring","text":"Warrior\'s Legacy Ruby Ring","flags":{"unique":true}},{"name":"Willowgift","type":"Jade Amulet","text":"Willowgift Jade Amulet","flags":{"unique":true}},{"name":"Winterheart","type":"Gold Amulet","text":"Winterheart Gold Amulet","flags":{"unique":true}},{"name":"Winterweave","type":"Coral Ring","text":"Winterweave Coral Ring","flags":{"unique":true}},{"name":"Wurm\'s Molt","type":"Leather Belt","text":"Wurm\'s Molt Leather Belt","flags":{"unique":true}},{"name":"Xoph\'s Blood","type":"Amber Amulet","text":"Xoph\'s Blood Amber Amulet","flags":{"unique":true}},{"name":"Xoph\'s Heart","type":"Amber Amulet","text":"Xoph\'s Heart Amber Amulet","flags":{"unique":true}},{"name":"Yoke of Suffering","type":"Onyx Amulet","text":"Yoke of Suffering Onyx Amulet","flags":{"unique":true}},{"name":"Zerphi\'s Heart","type":"Paua Amulet","text":"Zerphi\'s Heart Paua Amulet","flags":{"unique":true}},{"type":"Blue Pearl Amulet","text":"Blue Pearl Amulet"},{"type":"Marble Amulet","text":"Marble Amulet"},{"type":"Seaglass Amulet","text":"Seaglass Amulet"},{"type":"Jet Amulet","text":"Jet Amulet"},{"type":"Paua Amulet","text":"Paua Amulet"},{"type":"Citrine Amulet","text":"Citrine Amulet"},{"type":"Ruby Amulet","text":"Ruby Amulet"},{"type":"Unset Amulet","text":"Unset Amulet"},{"type":"Coral Amulet","text":"Coral Amulet"},{"type":"Amber Amulet","text":"Amber Amulet"},{"type":"Jade Amulet","text":"Jade Amulet"},{"type":"Lapis Amulet","text":"Lapis Amulet"},{"type":"Gold Amulet","text":"Gold Amulet"},{"type":"Onyx Amulet","text":"Onyx Amulet"},{"type":"Turquoise Amulet","text":"Turquoise Amulet"},{"type":"Agate Amulet","text":"Agate Amulet"},{"type":"Astrolabe Amulet","text":"Astrolabe Amulet"},{"type":"Simplex Amulet","text":"Simplex Amulet"},{"type":"Focused Amulet","text":"Focused Amulet"},{"type":"Black Maw Talisman","text":"Black Maw Talisman"},{"type":"Mandible Talisman","text":"Mandible Talisman"},{"type":"Chrysalis Talisman","text":"Chrysalis Talisman"},{"type":"Writhing Talisman","text":"Writhing Talisman"},{"type":"Bonespire Talisman","text":"Bonespire Talisman"},{"type":"Ashscale Talisman","text":"Ashscale Talisman"},{"type":"Lone Antler Talisman","text":"Lone Antler Talisman"},{"type":"Deep One Talisman","text":"Deep One Talisman"},{"type":"Breakrib Talisman","text":"Breakrib Talisman"},{"type":"Deadhand Talisman","text":"Deadhand Talisman"},{"type":"Undying Flesh Talisman","text":"Undying Flesh Talisman"},{"type":"Rot Head Talisman","text":"Rot Head Talisman"},{"type":"Hexclaw Talisman","text":"Hexclaw Talisman"},{"type":"Primal Skull Talisman","text":"Primal Skull Talisman"},{"type":"Wereclaw Talisman","text":"Wereclaw Talisman"},{"type":"Splitnewt Talisman","text":"Splitnewt Talisman"},{"type":"Clutching Talisman","text":"Clutching Talisman"},{"type":"Avian Twins Talisman","text":"Avian Twins Talisman"},{"type":"Fangjaw Talisman","text":"Fangjaw Talisman"},{"type":"Horned Talisman","text":"Horned Talisman"},{"type":"Spinefuse Talisman","text":"Spinefuse Talisman"},{"type":"Three Rat Talisman","text":"Three Rat Talisman"},{"type":"Monkey Twins Talisman","text":"Monkey Twins Talisman"},{"type":"Longtooth Talisman","text":"Longtooth Talisman"},{"type":"Rotfeather Talisman","text":"Rotfeather Talisman"},{"type":"Monkey Paw Talisman","text":"Monkey Paw Talisman"},{"type":"Three Hands Talisman","text":"Three Hands Talisman"},{"type":"Greatwolf Talisman","text":"Greatwolf Talisman"},{"type":"Rustic Sash","text":"Rustic Sash"},{"type":"Chain Belt","text":"Chain Belt"},{"type":"Leather Belt","text":"Leather Belt"},{"type":"Heavy Belt","text":"Heavy Belt"},{"type":"Cloth Belt","text":"Cloth Belt"},{"type":"Studded Belt","text":"Studded Belt"},{"type":"Stygian Vise","text":"Stygian Vise"},{"type":"Vanguard Belt","text":"Vanguard Belt"},{"type":"Crystal Belt","text":"Crystal Belt"},{"type":"Golden Obi","text":"Golden Obi"},{"type":"Micro-Distillery Belt","text":"Micro-Distillery Belt"},{"type":"Mechalarm Belt","text":"Mechalarm Belt"},{"type":"Breach Ring","text":"Breach Ring"},{"type":"Ring","text":"Ring"},{"type":"Iron Ring","text":"Iron Ring"},{"type":"Amethyst Ring","text":"Amethyst Ring"},{"type":"Diamond Ring","text":"Diamond Ring"},{"type":"Two-Stone Ring","text":"Two-Stone Ring"},{"type":"Unset Ring","text":"Unset Ring"},{"type":"Bone Ring","text":"Bone Ring"},{"type":"Coral Ring","text":"Coral Ring"},{"type":"Paua Ring","text":"Paua Ring"},{"type":"Gold Ring","text":"Gold Ring"},{"type":"Topaz Ring","text":"Topaz Ring"},{"type":"Sapphire Ring","text":"Sapphire Ring"},{"type":"Ruby Ring","text":"Ruby Ring"},{"type":"Prismatic Ring","text":"Prismatic Ring"},{"type":"Moonstone Ring","text":"Moonstone Ring"},{"type":"Steel Ring","text":"Steel Ring"},{"type":"Opal Ring","text":"Opal Ring"},{"type":"Vermillion Ring","text":"Vermillion Ring"},{"type":"Cerulean Ring","text":"Cerulean Ring"},{"type":"Iolite Ring","text":"Iolite Ring"},{"type":"Golden Hoop","text":"Golden Hoop"},{"type":"Cogwork Ring","text":"Cogwork Ring"},{"type":"Geodesic Ring","text":"Geodesic Ring"},{"type":"Composite Ring","text":"Composite Ring"},{"type":"Manifold Ring","text":"Manifold Ring"},{"type":"Ratcheting Ring","text":"Ratcheting Ring"},{"type":"Helical Ring","text":"Helical Ring"},{"type":"Dusk Ring","text":"Dusk Ring"},{"type":"Penumbra Ring","text":"Penumbra Ring"},{"type":"Gloam Ring","text":"Gloam Ring"},{"type":"Tenebrous Ring","text":"Tenebrous Ring"},{"type":"Shadowed Ring","text":"Shadowed Ring"},{"type":"Thief\'s Trinket","text":"Thief\'s Trinket"}]},{"id":"armour","label":"Armour","entries":[{"name":"Abberath\'s Hooves","type":"Goathide Boots","text":"Abberath\'s Hooves Goathide Boots","flags":{"unique":true}},{"name":"Abhorrent Interrogation","type":"Ambush Mitts","text":"Abhorrent Interrogation Ambush Mitts","flags":{"unique":true}},{"name":"Abyssus","type":"Ezomyte Burgonet","text":"Abyssus Ezomyte Burgonet","flags":{"unique":true}},{"name":"Aegis Aurora","type":"Champion Kite Shield","text":"Aegis Aurora Champion Kite Shield","flags":{"unique":true}},{"name":"Ahn\'s Contempt","type":"Praetor Crown","text":"Ahn\'s Contempt Praetor Crown","flags":{"unique":true}},{"name":"Ahn\'s Heritage","type":"Colossal Tower Shield","text":"Ahn\'s Heritage Colossal Tower Shield","flags":{"unique":true}},{"name":"Ahuana\'s Bite","type":"Sharktooth Arrow Quiver","text":"Ahuana\'s Bite Sharktooth Arrow Quiver","flags":{"unique":true}},{"name":"Akoya\'s Gaze","type":"Regicide Mask","text":"Akoya\'s Gaze Regicide Mask","flags":{"unique":true}},{"name":"Alberon\'s Warpath","type":"Soldier Boots","text":"Alberon\'s Warpath Soldier Boots","flags":{"unique":true}},{"name":"Algor Mortis","type":"Carnal Mitts","text":"Algor Mortis Carnal Mitts","flags":{"unique":true}},{"name":"Allelopathy","type":"Satin Gloves","text":"Allelopathy Satin Gloves","flags":{"unique":true}},{"name":"Allelopathy","type":"Sorcerer Gloves","text":"Allelopathy Sorcerer Gloves","flags":{"unique":true}},{"name":"Alpha\'s Howl","type":"Sinner Tricorne","text":"Alpha\'s Howl Sinner Tricorne","flags":{"unique":true}},{"name":"Ambu\'s Charge","type":"Crusader Chainmail","text":"Ambu\'s Charge Crusader Chainmail","flags":{"unique":true}},{"name":"Ancient Skull","type":"Bone Helmet","text":"Ancient Skull Bone Helmet","flags":{"unique":true}},{"name":"Annihilation\'s Approach","type":"Dragonscale Boots","text":"Annihilation\'s Approach Dragonscale Boots","flags":{"unique":true}},{"name":"Apep\'s Slumber","type":"Vaal Spirit Shield","text":"Apep\'s Slumber Vaal Spirit Shield","flags":{"unique":true}},{"name":"Apep\'s Slumber","type":"Ancient Spirit Shield","text":"Apep\'s Slumber Ancient Spirit Shield","flags":{"unique":true}},{"name":"Apep\'s Supremacy","type":"Vaal Spirit Shield","text":"Apep\'s Supremacy Vaal Spirit Shield","flags":{"unique":true}},{"name":"Architect\'s Hand","type":"Strapped Mitts","text":"Architect\'s Hand Strapped Mitts","flags":{"unique":true}},{"name":"Architect\'s Hand","type":"Ambush Mitts","text":"Architect\'s Hand Ambush Mitts","flags":{"unique":true}},{"name":"Asenath\'s Chant","type":"Iron Circlet","text":"Asenath\'s Chant Iron Circlet","flags":{"unique":true}},{"name":"Asenath\'s Gentle Touch","type":"Silk Gloves","text":"Asenath\'s Gentle Touch Silk Gloves","flags":{"unique":true}},{"name":"Asenath\'s Mark","type":"Iron Circlet","text":"Asenath\'s Mark Iron Circlet","flags":{"unique":true}},{"name":"Ashrend","type":"Buckskin Tunic","text":"Ashrend Buckskin Tunic","flags":{"unique":true}},{"name":"Asphyxia\'s Wrath","type":"Two-Point Arrow Quiver","text":"Asphyxia\'s Wrath Two-Point Arrow Quiver","flags":{"unique":true}},{"name":"Asphyxia\'s Wrath","type":"Feathered Arrow Quiver","text":"Asphyxia\'s Wrath Feathered Arrow Quiver","flags":{"unique":true}},{"name":"Assailum","type":"Sinner Tricorne","text":"Assailum Sinner Tricorne","flags":{"unique":true}},{"name":"Atziri\'s Acuity","type":"Vaal Gauntlets","text":"Atziri\'s Acuity Vaal Gauntlets","flags":{"unique":true}},{"name":"Atziri\'s Mirror","type":"Golden Buckler","text":"Atziri\'s Mirror Golden Buckler","flags":{"unique":true}},{"name":"Atziri\'s Reflection","type":"Golden Buckler","text":"Atziri\'s Reflection Golden Buckler","flags":{"unique":true}},{"name":"Atziri\'s Splendour","type":"Sacrificial Garb","text":"Atziri\'s Splendour Sacrificial Garb","flags":{"unique":true}},{"name":"Atziri\'s Step","type":"Slink Boots","text":"Atziri\'s Step Slink Boots","flags":{"unique":true}},{"name":"Aukuna\'s Will","type":"Clasped Mitts","text":"Aukuna\'s Will Clasped Mitts","flags":{"unique":true}},{"name":"Aurseize","type":"Steelscale Gauntlets","text":"Aurseize Steelscale Gauntlets","flags":{"unique":true}},{"name":"Beacon of Madness","type":"Two-Toned Boots","text":"Beacon of Madness Two-Toned Boots","flags":{"unique":true}},{"name":"Belly of the Beast","type":"Full Wyrmscale","text":"Belly of the Beast Full Wyrmscale","flags":{"unique":true}},{"name":"Bitterbind Point","type":"Titanium Spirit Shield","text":"Bitterbind Point Titanium Spirit Shield","flags":{"unique":true}},{"name":"Blackgleam","type":"Cured Quiver","text":"Blackgleam Cured Quiver","flags":{"unique":true}},{"name":"Blackgleam","type":"Fire Arrow Quiver","text":"Blackgleam Fire Arrow Quiver","flags":{"unique":true}},{"name":"Blackgleam","type":"Blazing Arrow Quiver","text":"Blackgleam Blazing Arrow Quiver","flags":{"unique":true}},{"name":"Black Sun Crest","type":"Lacquered Helmet","text":"Black Sun Crest Lacquered Helmet","flags":{"unique":true}},{"name":"Black Zenith","type":"Fingerless Silk Gloves","text":"Black Zenith Fingerless Silk Gloves","flags":{"unique":true}},{"name":"Blasphemer\'s Grasp","type":"Assassin\'s Mitts","text":"Blasphemer\'s Grasp Assassin\'s Mitts","flags":{"unique":true}},{"name":"Bloodbond","type":"Bone Armour","text":"Bloodbond Bone Armour","flags":{"unique":true}},{"name":"Blood Price","type":"Reaver Helmet","text":"Blood Price Reaver Helmet","flags":{"unique":true}},{"name":"Blunderbore","type":"Astral Plate","text":"Blunderbore Astral Plate","flags":{"unique":true}},{"name":"Bones of Ullr","type":"Silk Slippers","text":"Bones of Ullr Silk Slippers","flags":{"unique":true}},{"name":"Bramblejack","type":"Plate Vest","text":"Bramblejack Plate Vest","flags":{"unique":true}},{"name":"Breathstealer","type":"Hydrascale Gauntlets","text":"Breathstealer Hydrascale Gauntlets","flags":{"unique":true}},{"name":"Brinerot Flag","type":"Tarnished Spirit Shield","text":"Brinerot Flag Tarnished Spirit Shield","flags":{"unique":true}},{"name":"Brinerot Whalers","type":"Trapper Boots","text":"Brinerot Whalers Trapper Boots","flags":{"unique":true}},{"name":"Briskwrap","type":"Strapped Leather","text":"Briskwrap Strapped Leather","flags":{"unique":true}},{"name":"Briskwrap","type":"Sun Leather","text":"Briskwrap Sun Leather","flags":{"unique":true}},{"name":"Broadstroke","type":"Heavy Quiver","text":"Broadstroke Heavy Quiver","flags":{"unique":true}},{"name":"Broken Faith","type":"Archon Kite Shield","text":"Broken Faith Archon Kite Shield","flags":{"unique":true}},{"name":"Bronn\'s Lithe","type":"Cutthroat\'s Garb","text":"Bronn\'s Lithe Cutthroat\'s Garb","flags":{"unique":true}},{"name":"Bubonic Trail","type":"Murder Boots","text":"Bubonic Trail Murder Boots","flags":{"unique":true}},{"name":"Cadigan\'s Crown","type":"Runic Crown","text":"Cadigan\'s Crown Runic Crown","flags":{"unique":true}},{"name":"Carcass Jack","type":"Varnished Coat","text":"Carcass Jack Varnished Coat","flags":{"unique":true}},{"name":"Ceaseless Feast","type":"Spiked Gloves","text":"Ceaseless Feast Spiked Gloves","flags":{"unique":true}},{"name":"Chains of Command","type":"Saintly Chainmail","text":"Chains of Command Saintly Chainmail","flags":{"unique":true}},{"name":"Chalice of Horrors","type":"War Buckler","text":"Chalice of Horrors War Buckler","flags":{"unique":true}},{"name":"Chernobog\'s Pillar","type":"Ebony Tower Shield","text":"Chernobog\'s Pillar Ebony Tower Shield","flags":{"unique":true}},{"name":"Cherrubim\'s Maleficence","type":"Triumphant Lamellar","text":"Cherrubim\'s Maleficence Triumphant Lamellar","flags":{"unique":true}},{"name":"Chitus\' Apex","type":"Necromancer Circlet","text":"Chitus\' Apex Necromancer Circlet","flags":{"unique":true}},{"name":"Cloak of Defiance","type":"Lacquered Garb","text":"Cloak of Defiance Lacquered Garb","flags":{"unique":true}},{"name":"Cloak of Flame","type":"Scholar\'s Robe","text":"Cloak of Flame Scholar\'s Robe","flags":{"unique":true}},{"name":"Cloak of Tawm\'r Isley","type":"Savant\'s Robe","text":"Cloak of Tawm\'r Isley Savant\'s Robe","flags":{"unique":true}},{"name":"Command of the Pit","type":"Riveted Gloves","text":"Command of the Pit Riveted Gloves","flags":{"unique":true}},{"name":"Corpsewalker","type":"Carnal Boots","text":"Corpsewalker Carnal Boots","flags":{"unique":true}},{"name":"Cospri\'s Will","type":"Assassin\'s Garb","text":"Cospri\'s Will Assassin\'s Garb","flags":{"unique":true}},{"name":"Cowl of the Ceraunophile","type":"Solaris Circlet","text":"Cowl of the Ceraunophile Solaris Circlet","flags":{"unique":true}},{"name":"Cowl of the Cryophile","type":"Silken Hood","text":"Cowl of the Cryophile Silken Hood","flags":{"unique":true}},{"name":"Cowl of the Thermophile","type":"Ezomyte Burgonet","text":"Cowl of the Thermophile Ezomyte Burgonet","flags":{"unique":true}},{"name":"Cragfall","type":"Serrated Arrow Quiver","text":"Cragfall Serrated Arrow Quiver","flags":{"unique":true}},{"name":"Craghead","type":"Serrated Arrow Quiver","text":"Craghead Serrated Arrow Quiver","flags":{"unique":true}},{"name":"Craiceann\'s Carapace","type":"Golden Plate","text":"Craiceann\'s Carapace Golden Plate","flags":{"unique":true}},{"name":"Craiceann\'s Chitin","type":"Magistrate Crown","text":"Craiceann\'s Chitin Magistrate Crown","flags":{"unique":true}},{"name":"Craiceann\'s Pincers","type":"Titan Gauntlets","text":"Craiceann\'s Pincers Titan Gauntlets","flags":{"unique":true}},{"name":"Craiceann\'s Tracks","type":"Goliath Greaves","text":"Craiceann\'s Tracks Goliath Greaves","flags":{"unique":true}},{"name":"Crest of Desire","type":"Fluted Bascinet","text":"Crest of Desire Fluted Bascinet","flags":{"unique":true}},{"name":"Crest of Perandus","type":"Pine Buckler","text":"Crest of Perandus Pine Buckler","flags":{"unique":true}},{"name":"Crown of Eyes","type":"Hubris Circlet","text":"Crown of Eyes Hubris Circlet","flags":{"unique":true}},{"name":"Crown of the Inward Eye","type":"Prophet Crown","text":"Crown of the Inward Eye Prophet Crown","flags":{"unique":true}},{"name":"Crown of the Pale King","type":"Regicide Mask","text":"Crown of the Pale King Regicide Mask","flags":{"unique":true}},{"name":"Crown of the Tyrant","type":"Magistrate Crown","text":"Crown of the Tyrant Magistrate Crown","flags":{"unique":true}},{"name":"Crown of Thorns","type":"Vine Circlet","text":"Crown of Thorns Vine Circlet","flags":{"unique":true}},{"name":"Crystal Vault","type":"Latticed Ringmail","text":"Crystal Vault Latticed Ringmail","flags":{"unique":true}},{"name":"Curtain Call","type":"Plague Mask","text":"Curtain Call Plague Mask","flags":{"unique":true}},{"name":"Dance of the Offered","type":"Shackled Boots","text":"Dance of the Offered Shackled Boots","flags":{"unique":true}},{"name":"Dance of the Offered","type":"Carnal Boots","text":"Dance of the Offered Carnal Boots","flags":{"unique":true}},{"name":"Daresso\'s Courage","type":"Baroque Round Shield","text":"Daresso\'s Courage Baroque Round Shield","flags":{"unique":true}},{"name":"Daresso\'s Defiance","type":"Full Dragonscale","text":"Daresso\'s Defiance Full Dragonscale","flags":{"unique":true}},{"name":"Darkray Vectors","type":"Dragonscale Boots","text":"Darkray Vectors Dragonscale Boots","flags":{"unique":true}},{"name":"Dawnbreaker","type":"Colossal Tower Shield","text":"Dawnbreaker Colossal Tower Shield","flags":{"unique":true}},{"name":"Dawnstrider","type":"Vaal Greaves","text":"Dawnstrider Vaal Greaves","flags":{"unique":true}},{"name":"Death\'s Door","type":"Crusader Boots","text":"Death\'s Door Crusader Boots","flags":{"unique":true}},{"name":"Death\'s Oath","type":"Astral Plate","text":"Death\'s Oath Astral Plate","flags":{"unique":true}},{"name":"Deerstalker","type":"Deerskin Boots","text":"Deerstalker Deerskin Boots","flags":{"unique":true}},{"name":"Deidbell","type":"Gilded Sallet","text":"Deidbell Gilded Sallet","flags":{"unique":true}},{"name":"Deidbellow","type":"Gilded Sallet","text":"Deidbellow Gilded Sallet","flags":{"unique":true}},{"name":"Demigod\'s Beacon","type":"Golden Flame","text":"Demigod\'s Beacon Golden Flame","flags":{"unique":true}},{"name":"Demigod\'s Dominance","type":"Golden Mantle","text":"Demigod\'s Dominance Golden Mantle","flags":{"unique":true}},{"name":"Demigod\'s Immortality","type":"Golden Visage","text":"Demigod\'s Immortality Golden Visage","flags":{"unique":true}},{"name":"Demigod\'s Stride","type":"Golden Caligae","text":"Demigod\'s Stride Golden Caligae","flags":{"unique":true}},{"name":"Demigod\'s Touch","type":"Golden Bracers","text":"Demigod\'s Touch Golden Bracers","flags":{"unique":true}},{"name":"Demigod\'s Triumph","type":"Golden Wreath","text":"Demigod\'s Triumph Golden Wreath","flags":{"unique":true}},{"name":"Demon Stitcher","type":"Satin Gloves","text":"Demon Stitcher Satin Gloves","flags":{"unique":true}},{"name":"Dendrobate","type":"Sentinel Jacket","text":"Dendrobate Sentinel Jacket","flags":{"unique":true}},{"name":"Deshret\'s Vise","type":"Steel Gauntlets","text":"Deshret\'s Vise Steel Gauntlets","flags":{"unique":true}},{"name":"Devoto\'s Devotion","type":"Nightmare Bascinet","text":"Devoto\'s Devotion Nightmare Bascinet","flags":{"unique":true}},{"name":"Dialla\'s Malefaction","type":"Sage\'s Robe","text":"Dialla\'s Malefaction Sage\'s Robe","flags":{"unique":true}},{"name":"Doedre\'s Malevolence","type":"Velvet Gloves","text":"Doedre\'s Malevolence Velvet Gloves","flags":{"unique":true}},{"name":"Doedre\'s Scorn","type":"Lunaris Circlet","text":"Doedre\'s Scorn Lunaris Circlet","flags":{"unique":true}},{"name":"Doedre\'s Skin","type":"Widowsilk Robe","text":"Doedre\'s Skin Widowsilk Robe","flags":{"unique":true}},{"name":"Doedre\'s Tenure","type":"Velvet Gloves","text":"Doedre\'s Tenure Velvet Gloves","flags":{"unique":true}},{"name":"Doppelg\xe4nger Guise","type":"Sadist Garb","text":"Doppelg\xe4nger Guise Sadist Garb","flags":{"unique":true}},{"name":"Doryani\'s Delusion","type":"Slink Boots","text":"Doryani\'s Delusion Slink Boots","flags":{"unique":true}},{"name":"Doryani\'s Delusion","type":"Sorcerer Boots","text":"Doryani\'s Delusion Sorcerer Boots","flags":{"unique":true}},{"name":"Doryani\'s Delusion","type":"Titan Greaves","text":"Doryani\'s Delusion Titan Greaves","flags":{"unique":true}},{"name":"Doryani\'s Fist","type":"Vaal Gauntlets","text":"Doryani\'s Fist Vaal Gauntlets","flags":{"unique":true}},{"name":"Doryani\'s Prototype","type":"Saint\'s Hauberk","text":"Doryani\'s Prototype Saint\'s Hauberk","flags":{"unique":true}},{"name":"Drillneck","type":"Penetrating Arrow Quiver","text":"Drillneck Penetrating Arrow Quiver","flags":{"unique":true}},{"name":"Duskblight","type":"Leatherscale Boots","text":"Duskblight Leatherscale Boots","flags":{"unique":true}},{"name":"Duskblight","type":"Ironscale Boots","text":"Duskblight Ironscale Boots","flags":{"unique":true}},{"name":"Dusktoe","type":"Leatherscale Boots","text":"Dusktoe Leatherscale Boots","flags":{"unique":true}},{"name":"Dusktoe","type":"Ironscale Boots","text":"Dusktoe Ironscale Boots","flags":{"unique":true}},{"name":"Eber\'s Unification","type":"Hubris Circlet","text":"Eber\'s Unification Hubris Circlet","flags":{"unique":true}},{"name":"Echoes of Creation","type":"Royal Burgonet","text":"Echoes of Creation Royal Burgonet","flags":{"unique":true}},{"name":"El\'Abin\'s Visage","type":"Fencer Helm","text":"El\'Abin\'s Visage Fencer Helm","flags":{"unique":true}},{"name":"Elevore","type":"Wolf Pelt","text":"Elevore Wolf Pelt","flags":{"unique":true}},{"name":"Emperor\'s Vigilance","type":"Steel Kite Shield","text":"Emperor\'s Vigilance Steel Kite Shield","flags":{"unique":true}},{"name":"Empire\'s Grasp","type":"Goliath Gauntlets","text":"Empire\'s Grasp Goliath Gauntlets","flags":{"unique":true}},{"name":"Entropic Devastation","type":"Assassin\'s Mitts","text":"Entropic Devastation Assassin\'s Mitts","flags":{"unique":true}},{"name":"Esh\'s Mirror","type":"Thorium Spirit Shield","text":"Esh\'s Mirror Thorium Spirit Shield","flags":{"unique":true}},{"name":"Esh\'s Mirror","type":"Vaal Spirit Shield","text":"Esh\'s Mirror Vaal Spirit Shield","flags":{"unique":true}},{"name":"Esh\'s Visage","type":"Vaal Spirit Shield","text":"Esh\'s Visage Vaal Spirit Shield","flags":{"unique":true}},{"name":"Expedition\'s End","type":"Sentinel Jacket","text":"Expedition\'s End Sentinel Jacket","flags":{"unique":true}},{"name":"Eye of Malice","type":"Callous Mask","text":"Eye of Malice Callous Mask","flags":{"unique":true}},{"name":"Ezomyte Hold","type":"Iron Hat","text":"Ezomyte Hold Iron Hat","flags":{"unique":true}},{"name":"Ezomyte Peak","type":"Iron Hat","text":"Ezomyte Peak Iron Hat","flags":{"unique":true}},{"name":"Facebreaker","type":"Strapped Mitts","text":"Facebreaker Strapped Mitts","flags":{"unique":true}},{"name":"Fairgraves\' Tricorne","type":"Tricorne","text":"Fairgraves\' Tricorne Tricorne","flags":{"unique":true}},{"name":"Faithguard","type":"Runic Helm","text":"Faithguard Runic Helm","flags":{"unique":true}},{"name":"Farrul\'s Bite","type":"Harlequin Mask","text":"Farrul\'s Bite Harlequin Mask","flags":{"unique":true}},{"name":"Farrul\'s Chase","type":"Slink Boots","text":"Farrul\'s Chase Slink Boots","flags":{"unique":true}},{"name":"Farrul\'s Fur","type":"Triumphant Lamellar","text":"Farrul\'s Fur Triumphant Lamellar","flags":{"unique":true}},{"name":"Farrul\'s Pounce","type":"Hydrascale Gauntlets","text":"Farrul\'s Pounce Hydrascale Gauntlets","flags":{"unique":true}},{"name":"Fenumus\' Shroud","type":"Widowsilk Robe","text":"Fenumus\' Shroud Widowsilk Robe","flags":{"unique":true}},{"name":"Fenumus\' Spinnerets","type":"Assassin\'s Boots","text":"Fenumus\' Spinnerets Assassin\'s Boots","flags":{"unique":true}},{"name":"Fenumus\' Toxins","type":"Necromancer Circlet","text":"Fenumus\' Toxins Necromancer Circlet","flags":{"unique":true}},{"name":"Fenumus\' Weave","type":"Carnal Mitts","text":"Fenumus\' Weave Carnal Mitts","flags":{"unique":true}},{"name":"Flamesight","type":"Solaris Circlet","text":"Flamesight Solaris Circlet","flags":{"unique":true}},{"name":"Flesh and Spirit","type":"Ironscale Gauntlets","text":"Flesh and Spirit Ironscale Gauntlets","flags":{"unique":true}},{"name":"Fleshcrafter","type":"Necromancer Silks","text":"Fleshcrafter Necromancer Silks","flags":{"unique":true}},{"name":"Font of Thunder","type":"Mirrored Spiked Shield","text":"Font of Thunder Mirrored Spiked Shield","flags":{"unique":true}},{"name":"Forbidden Shako","type":"Great Crown","text":"Forbidden Shako Great Crown","flags":{"unique":true}},{"name":"Fox\'s Fortune","type":"Wild Leather","text":"Fox\'s Fortune Wild Leather","flags":{"unique":true}},{"name":"Foxshade","type":"Wild Leather","text":"Foxshade Wild Leather","flags":{"unique":true}},{"name":"Fractal Thoughts","type":"Vaal Mask","text":"Fractal Thoughts Vaal Mask","flags":{"unique":true}},{"name":"Frostferno","type":"Leather Hood","text":"Frostferno Leather Hood","flags":{"unique":true}},{"name":"Galesight","type":"Solaris Circlet","text":"Galesight Solaris Circlet","flags":{"unique":true}},{"name":"Gamblesprint","type":"Hydrascale Boots","text":"Gamblesprint Hydrascale Boots","flags":{"unique":true}},{"name":"Gang\'s Momentum","type":"Legion Boots","text":"Gang\'s Momentum Legion Boots","flags":{"unique":true}},{"name":"Garb of the Ephemeral","type":"Savant\'s Robe","text":"Garb of the Ephemeral Savant\'s Robe","flags":{"unique":true}},{"name":"Garukhan\'s Flight","type":"Stealth Boots","text":"Garukhan\'s Flight Stealth Boots","flags":{"unique":true}},{"name":"Geofri\'s Crest","type":"Great Crown","text":"Geofri\'s Crest Great Crown","flags":{"unique":true}},{"name":"Geofri\'s Legacy","type":"Great Crown","text":"Geofri\'s Legacy Great Crown","flags":{"unique":true}},{"name":"Geofri\'s Sanctuary","type":"Elegant Ringmail","text":"Geofri\'s Sanctuary Elegant Ringmail","flags":{"unique":true}},{"name":"Ghostwrithe","type":"Silken Vest","text":"Ghostwrithe Silken Vest","flags":{"unique":true}},{"name":"Giantsbane","type":"Bronze Gauntlets","text":"Giantsbane Bronze Gauntlets","flags":{"unique":true}},{"name":"Glimpse of Chaos","type":"Vaal Mask","text":"Glimpse of Chaos Vaal Mask","flags":{"unique":true}},{"name":"Glitterdisc","type":"Burnished Spiked Shield","text":"Glitterdisc Burnished Spiked Shield","flags":{"unique":true}},{"name":"Goldrim","type":"Leather Cap","text":"Goldrim Leather Cap","flags":{"unique":true}},{"name":"Goldwyrm","type":"Nubuck Boots","text":"Goldwyrm Nubuck Boots","flags":{"unique":true}},{"name":"Gorgon\'s Gaze","type":"Regicide Mask","text":"Gorgon\'s Gaze Regicide Mask","flags":{"unique":true}},{"name":"Gravebind","type":"Hydrascale Gauntlets","text":"Gravebind Hydrascale Gauntlets","flags":{"unique":true}},{"name":"Great Old One\'s Tentacles","type":"Eelskin Gloves","text":"Great Old One\'s Tentacles Eelskin Gloves","flags":{"unique":true}},{"name":"Great Old One\'s Ward","type":"Corrugated Buckler","text":"Great Old One\'s Ward Corrugated Buckler","flags":{"unique":true}},{"name":"Greed\'s Embrace","type":"Golden Plate","text":"Greed\'s Embrace Golden Plate","flags":{"unique":true}},{"name":"Greedtrap","type":"Velvet Slippers","text":"Greedtrap Velvet Slippers","flags":{"unique":true}},{"name":"Grip of the Council","type":"Arcanist Gloves","text":"Grip of the Council Arcanist Gloves","flags":{"unique":true}},{"name":"Gruthkul\'s Pelt","type":"Wyrmscale Doublet","text":"Gruthkul\'s Pelt Wyrmscale Doublet","flags":{"unique":true}},{"name":"Haemophilia","type":"Serpentscale Gauntlets","text":"Haemophilia Serpentscale Gauntlets","flags":{"unique":true}},{"name":"Hale Negator","type":"Mind Cage","text":"Hale Negator Mind Cage","flags":{"unique":true}},{"name":"Hand of the Fervent","type":"Zealot Gloves","text":"Hand of the Fervent Zealot Gloves","flags":{"unique":true}},{"name":"Hands of the High Templar","type":"Crusader Gloves","text":"Hands of the High Templar Crusader Gloves","flags":{"unique":true}},{"name":"Hateforge","type":"Ancient Gauntlets","text":"Hateforge Ancient Gauntlets","flags":{"unique":true}},{"name":"Heatshiver","type":"Leather Hood","text":"Heatshiver Leather Hood","flags":{"unique":true}},{"name":"Hellbringer","type":"Conjurer Gloves","text":"Hellbringer Conjurer Gloves","flags":{"unique":true}},{"name":"Heretic\'s Veil","type":"Deicide Mask","text":"Heretic\'s Veil Deicide Mask","flags":{"unique":true}},{"name":"Honourhome","type":"Soldier Helmet","text":"Honourhome Soldier Helmet","flags":{"unique":true}},{"name":"Hrimburn","type":"Goathide Gloves","text":"Hrimburn Goathide Gloves","flags":{"unique":true}},{"name":"Hrimnor\'s Resolve","type":"Samnite Helmet","text":"Hrimnor\'s Resolve Samnite Helmet","flags":{"unique":true}},{"name":"Hrimsorrow","type":"Goathide Gloves","text":"Hrimsorrow Goathide Gloves","flags":{"unique":true}},{"name":"Hyrri\'s Bite","type":"Sharktooth Arrow Quiver","text":"Hyrri\'s Bite Sharktooth Arrow Quiver","flags":{"unique":true}},{"name":"Hyrri\'s Demise","type":"Sharktooth Arrow Quiver","text":"Hyrri\'s Demise Sharktooth Arrow Quiver","flags":{"unique":true}},{"name":"Hyrri\'s Ire","type":"Zodiac Leather","text":"Hyrri\'s Ire Zodiac Leather","flags":{"unique":true}},{"name":"Icetomb","type":"Latticed Ringmail","text":"Icetomb Latticed Ringmail","flags":{"unique":true}},{"name":"Incandescent Heart","type":"Saintly Chainmail","text":"Incandescent Heart Saintly Chainmail","flags":{"unique":true}},{"name":"Indigon","type":"Hubris Circlet","text":"Indigon Hubris Circlet","flags":{"unique":true}},{"name":"Inextricable Fate","type":"Fugitive Boots","text":"Inextricable Fate Fugitive Boots","flags":{"unique":true}},{"name":"Infernal Mantle","type":"Occultist\'s Vestment","text":"Infernal Mantle Occultist\'s Vestment","flags":{"unique":true}},{"name":"Infernal Mantle","type":"Widowsilk Robe","text":"Infernal Mantle Widowsilk Robe","flags":{"unique":true}},{"name":"Inpulsa\'s Broken Heart","type":"Sadist Garb","text":"Inpulsa\'s Broken Heart Sadist Garb","flags":{"unique":true}},{"name":"Invictus Solaris","type":"Archon Kite Shield","text":"Invictus Solaris Archon Kite Shield","flags":{"unique":true}},{"name":"Inya\'s Epiphany","type":"Arcanist Slippers","text":"Inya\'s Epiphany Arcanist Slippers","flags":{"unique":true}},{"name":"Iron Heart","type":"Crusader Plate","text":"Iron Heart Crusader Plate","flags":{"unique":true}},{"name":"Jaws of Agony","type":"Supreme Spiked Shield","text":"Jaws of Agony Supreme Spiked Shield","flags":{"unique":true}},{"name":"Kahuturoa\'s Certainty","type":"Ancient Greaves","text":"Kahuturoa\'s Certainty Ancient Greaves","flags":{"unique":true}},{"name":"Kalisa\'s Grace","type":"Samite Gloves","text":"Kalisa\'s Grace Samite Gloves","flags":{"unique":true}},{"name":"Kaltenhalt","type":"Painted Buckler","text":"Kaltenhalt Painted Buckler","flags":{"unique":true}},{"name":"Kaltensoul","type":"Painted Buckler","text":"Kaltensoul Painted Buckler","flags":{"unique":true}},{"name":"Kaom\'s Heart","type":"Glorious Plate","text":"Kaom\'s Heart Glorious Plate","flags":{"unique":true}},{"name":"Kaom\'s Roots","type":"Titan Greaves","text":"Kaom\'s Roots Titan Greaves","flags":{"unique":true}},{"name":"Kaom\'s Spirit","type":"Titan Gauntlets","text":"Kaom\'s Spirit Titan Gauntlets","flags":{"unique":true}},{"name":"Kiloava\'s Bluster","type":"Ironwood Buckler","text":"Kiloava\'s Bluster Ironwood Buckler","flags":{"unique":true}},{"name":"Kingsguard","type":"Conquest Chainmail","text":"Kingsguard Conquest Chainmail","flags":{"unique":true}},{"name":"Kintsugi","type":"Exquisite Leather","text":"Kintsugi Exquisite Leather","flags":{"unique":true}},{"name":"Utula\'s Hunger","type":"Majestic Plate","text":"Utula\'s Hunger Majestic Plate","flags":{"unique":true}},{"name":"Kitava\'s Thirst","type":"Zealot Helmet","text":"Kitava\'s Thirst Zealot Helmet","flags":{"unique":true}},{"name":"Kongming\'s Stratagem","type":"Ivory Spirit Shield","text":"Kongming\'s Stratagem Ivory Spirit Shield","flags":{"unique":true}},{"name":"Kongming\'s Stratagem","type":"Ancient Spirit Shield","text":"Kongming\'s Stratagem Ancient Spirit Shield","flags":{"unique":true}},{"name":"Leer Cast","type":"Festival Mask","text":"Leer Cast Festival Mask","flags":{"unique":true}},{"name":"Legacy of Fury","type":"Wyrmscale Boots","text":"Legacy of Fury Wyrmscale Boots","flags":{"unique":true}},{"name":"Leper\'s Alms","type":"Mirrored Spiked Shield","text":"Leper\'s Alms Mirrored Spiked Shield","flags":{"unique":true}},{"name":"Lightbane Raiment","type":"Ornate Ringmail","text":"Lightbane Raiment Ornate Ringmail","flags":{"unique":true}},{"name":"Lightning Coil","type":"Desert Brigandine","text":"Lightning Coil Desert Brigandine","flags":{"unique":true}},{"name":"Light of Lunaris","type":"Jingling Spirit Shield","text":"Light of Lunaris Jingling Spirit Shield","flags":{"unique":true}},{"name":"Lightpoacher","type":"Great Crown","text":"Lightpoacher Great Crown","flags":{"unique":true}},{"name":"Lioneye\'s Paws","type":"Bronzescale Boots","text":"Lioneye\'s Paws Bronzescale Boots","flags":{"unique":true}},{"name":"Lioneye\'s Remorse","type":"Pinnacle Tower Shield","text":"Lioneye\'s Remorse Pinnacle Tower Shield","flags":{"unique":true}},{"name":"Lioneye\'s Vision","type":"Crusader Plate","text":"Lioneye\'s Vision Crusader Plate","flags":{"unique":true}},{"name":"Lochtonial Caress","type":"Iron Gauntlets","text":"Lochtonial Caress Iron Gauntlets","flags":{"unique":true}},{"name":"Loreweave","type":"Elegant Ringmail","text":"Loreweave Elegant Ringmail","flags":{"unique":true}},{"name":"Lycosidae","type":"Rawhide Tower Shield","text":"Lycosidae Rawhide Tower Shield","flags":{"unique":true}},{"name":"Machina Mitts","type":"Murder Mitts","text":"Machina Mitts Murder Mitts","flags":{"unique":true}},{"name":"Magna Eclipsis","type":"Pinnacle Tower Shield","text":"Magna Eclipsis Pinnacle Tower Shield","flags":{"unique":true}},{"name":"Mahuxotl\'s Machination","type":"Steel Kite Shield","text":"Mahuxotl\'s Machination Steel Kite Shield","flags":{"unique":true}},{"name":"Malachai\'s Awakening","type":"Iron Mask","text":"Malachai\'s Awakening Iron Mask","flags":{"unique":true}},{"name":"Malachai\'s Loop","type":"Harmonic Spirit Shield","text":"Malachai\'s Loop Harmonic Spirit Shield","flags":{"unique":true}},{"name":"Malachai\'s Mark","type":"Murder Mitts","text":"Malachai\'s Mark Murder Mitts","flags":{"unique":true}},{"name":"Malachai\'s Simula","type":"Iron Mask","text":"Malachai\'s Simula Iron Mask","flags":{"unique":true}},{"name":"Malachai\'s Vision","type":"Praetor Crown","text":"Malachai\'s Vision Praetor Crown","flags":{"unique":true}},{"name":"Maligaro\'s Lens","type":"Compound Spiked Shield","text":"Maligaro\'s Lens Compound Spiked Shield","flags":{"unique":true}},{"name":"Maligaro\'s Virtuosity","type":"Deerskin Gloves","text":"Maligaro\'s Virtuosity Deerskin Gloves","flags":{"unique":true}},{"name":"Maloney\'s Mechanism","type":"Ornate Quiver","text":"Maloney\'s Mechanism Ornate Quiver","flags":{"unique":true}},{"name":"Maloney\'s Nightfall","type":"Blunt Arrow Quiver","text":"Maloney\'s Nightfall Blunt Arrow Quiver","flags":{"unique":true}},{"name":"Maloney\'s Nightfall","type":"Vile Arrow Quiver","text":"Maloney\'s Nightfall Vile Arrow Quiver","flags":{"unique":true}},{"name":"Manastorm","type":"Lacewood Spirit Shield","text":"Manastorm Lacewood Spirit Shield","flags":{"unique":true}},{"name":"Manastorm","type":"Fossilised Spirit Shield","text":"Manastorm Fossilised Spirit Shield","flags":{"unique":true}},{"name":"March of the Legion","type":"Legion Boots","text":"March of the Legion Legion Boots","flags":{"unique":true}},{"name":"Mark of the Red Covenant","type":"Tribal Circlet","text":"Mark of the Red Covenant Tribal Circlet","flags":{"unique":true}},{"name":"Martyr\'s Crown","type":"Vine Circlet","text":"Martyr\'s Crown Vine Circlet","flags":{"unique":true}},{"name":"Mask of the Spirit Drinker","type":"Crusader Helmet","text":"Mask of the Spirit Drinker Crusader Helmet","flags":{"unique":true}},{"name":"Mask of the Spirit Drinker","type":"Magistrate Crown","text":"Mask of the Spirit Drinker Magistrate Crown","flags":{"unique":true}},{"name":"Mask of the Stitched Demon","type":"Magistrate Crown","text":"Mask of the Stitched Demon Magistrate Crown","flags":{"unique":true}},{"name":"Mask of the Tribunal","type":"Magistrate Crown","text":"Mask of the Tribunal Magistrate Crown","flags":{"unique":true}},{"name":"Matua Tupuna","type":"Tarnished Spirit Shield","text":"Matua Tupuna Tarnished Spirit Shield","flags":{"unique":true}},{"name":"Maw of Conquest","type":"Steel Circlet","text":"Maw of Conquest Steel Circlet","flags":{"unique":true}},{"name":"Maw of Mischief","type":"Bone Helmet","text":"Maw of Mischief Bone Helmet","flags":{"unique":true}},{"name":"Medved\'s Challenge","type":"Runic Gauntlets","text":"Medved\'s Challenge Runic Gauntlets","flags":{"unique":true}},{"name":"Meginord\'s Vise","type":"Steel Gauntlets","text":"Meginord\'s Vise Steel Gauntlets","flags":{"unique":true}},{"name":"Memory Vault","type":"Praetor Crown","text":"Memory Vault Praetor Crown","flags":{"unique":true}},{"name":"Mercenary\'s Lot","type":"Slink Gloves","text":"Mercenary\'s Lot Slink Gloves","flags":{"unique":true}},{"name":"Mind of the Council","type":"Harlequin Mask","text":"Mind of the Council Harlequin Mask","flags":{"unique":true}},{"name":"Mindspiral","type":"Aventail Helmet","text":"Mindspiral Aventail Helmet","flags":{"unique":true}},{"name":"Mistwall","type":"Lacquered Buckler","text":"Mistwall Lacquered Buckler","flags":{"unique":true}},{"name":"Mutewind Pennant","type":"Enameled Buckler","text":"Mutewind Pennant Enameled Buckler","flags":{"unique":true}},{"name":"Mutewind Whispersteps","type":"Serpentscale Boots","text":"Mutewind Whispersteps Serpentscale Boots","flags":{"unique":true}},{"name":"Nightgrip","type":"Runic Gages","text":"Nightgrip Runic Gages","flags":{"unique":true}},{"name":"Nomic\'s Storm","type":"Strapped Boots","text":"Nomic\'s Storm Strapped Boots","flags":{"unique":true}},{"name":"Null and Void","type":"Legion Gloves","text":"Null and Void Legion Gloves","flags":{"unique":true}},{"name":"Obscurantis","type":"Lion Pelt","text":"Obscurantis Lion Pelt","flags":{"unique":true}},{"name":"Offering to the Serpent","type":"Legion Gloves","text":"Offering to the Serpent Legion Gloves","flags":{"unique":true}},{"name":"Olroth\'s Charge","type":"Runic Sollerets","text":"Olroth\'s Charge Runic Sollerets","flags":{"unique":true}},{"name":"Omeyocan","type":"Carnal Boots","text":"Omeyocan Carnal Boots","flags":{"unique":true}},{"name":"Ondar\'s Clasp","type":"Wrapped Mitts","text":"Ondar\'s Clasp Wrapped Mitts","flags":{"unique":true}},{"name":"Victario\'s Flight","type":"Goathide Boots","text":"Victario\'s Flight Goathide Boots","flags":{"unique":true}},{"name":"Orbala\'s Stand","type":"Eelskin Boots","text":"Orbala\'s Stand Eelskin Boots","flags":{"unique":true}},{"name":"Oskarm","type":"Nubuck Gloves","text":"Oskarm Nubuck Gloves","flags":{"unique":true}},{"name":"Painseeker","type":"Shagreen Gloves","text":"Painseeker Shagreen Gloves","flags":{"unique":true}},{"name":"Perepiteia","type":"Ezomyte Spiked Shield","text":"Perepiteia Ezomyte Spiked Shield","flags":{"unique":true}},{"name":"Perfidy","type":"Glorious Plate","text":"Perfidy Glorious Plate","flags":{"unique":true}},{"name":"Plume of Pursuit","type":"Bone Circlet","text":"Plume of Pursuit Bone Circlet","flags":{"unique":true}},{"name":"Pragmatism","type":"Colosseum Plate","text":"Pragmatism Colosseum Plate","flags":{"unique":true}},{"name":"Prism Guardian","type":"Archon Kite Shield","text":"Prism Guardian Archon Kite Shield","flags":{"unique":true}},{"name":"Qotra\'s Regulator","type":"Sovereign Spiked Shield","text":"Qotra\'s Regulator Sovereign Spiked Shield","flags":{"unique":true}},{"name":"Queen of the Forest","type":"Destiny Leather","text":"Queen of the Forest Destiny Leather","flags":{"unique":true}},{"name":"Rainbowstride","type":"Conjurer Boots","text":"Rainbowstride Conjurer Boots","flags":{"unique":true}},{"name":"Ralakesh\'s Impatience","type":"Riveted Boots","text":"Ralakesh\'s Impatience Riveted Boots","flags":{"unique":true}},{"name":"Rathpith Globe","type":"Titanium Spirit Shield","text":"Rathpith Globe Titanium Spirit Shield","flags":{"unique":true}},{"name":"Rat\'s Nest","type":"Ursine Pelt","text":"Rat\'s Nest Ursine Pelt","flags":{"unique":true}},{"name":"Rearguard","type":"Broadhead Arrow Quiver","text":"Rearguard Broadhead Arrow Quiver","flags":{"unique":true}},{"name":"Rearguard","type":"Blunt Arrow Quiver","text":"Rearguard Blunt Arrow Quiver","flags":{"unique":true}},{"name":"Reckless Defence","type":"Lacquered Garb","text":"Reckless Defence Lacquered Garb","flags":{"unique":true}},{"name":"Redblade Banner","type":"Painted Tower Shield","text":"Redblade Banner Painted Tower Shield","flags":{"unique":true}},{"name":"Redblade Tramplers","type":"Ancient Greaves","text":"Redblade Tramplers Ancient Greaves","flags":{"unique":true}},{"name":"Remnant of Empires","type":"Goathide Buckler","text":"Remnant of Empires Goathide Buckler","flags":{"unique":true}},{"name":"Repentance","type":"Crusader Gloves","text":"Repentance Crusader Gloves","flags":{"unique":true}},{"name":"Replica Abyssus","type":"Ezomyte Burgonet","text":"Replica Abyssus Ezomyte Burgonet","flags":{"unique":true}},{"name":"Replica Alberon\'s Warpath","type":"Soldier Boots","text":"Replica Alberon\'s Warpath Soldier Boots","flags":{"unique":true}},{"name":"Replica Allelopathy","type":"Satin Gloves","text":"Replica Allelopathy Satin Gloves","flags":{"unique":true}},{"name":"Replica Allelopathy","type":"Sorcerer Gloves","text":"Replica Allelopathy Sorcerer Gloves","flags":{"unique":true}},{"name":"Replica Alpha\'s Howl","type":"Sinner Tricorne","text":"Replica Alpha\'s Howl Sinner Tricorne","flags":{"unique":true}},{"name":"Replica Ambu\'s Charge","type":"Crusader Chainmail","text":"Replica Ambu\'s Charge Crusader Chainmail","flags":{"unique":true}},{"name":"Replica Atziri\'s Acuity","type":"Vaal Gauntlets","text":"Replica Atziri\'s Acuity Vaal Gauntlets","flags":{"unique":true}},{"name":"Replica Bones of Ullr","type":"Silk Slippers","text":"Replica Bones of Ullr Silk Slippers","flags":{"unique":true}},{"name":"Replica Covenant","type":"Spidersilk Robe","text":"Replica Covenant Spidersilk Robe","flags":{"unique":true}},{"name":"Replica Eternity Shroud","type":"Blood Raiment","text":"Replica Eternity Shroud Blood Raiment","flags":{"unique":true}},{"name":"Replica Farrul\'s Fur","type":"Triumphant Lamellar","text":"Replica Farrul\'s Fur Triumphant Lamellar","flags":{"unique":true}},{"name":"Replica Forbidden Shako","type":"Great Crown","text":"Replica Forbidden Shako Great Crown","flags":{"unique":true}},{"name":"Replica Grip of the Council","type":"Arcanist Gloves","text":"Replica Grip of the Council Arcanist Gloves","flags":{"unique":true}},{"name":"Replica Heatshiver","type":"Leather Hood","text":"Replica Heatshiver Leather Hood","flags":{"unique":true}},{"name":"Replica Hyrri\'s Ire","type":"Zodiac Leather","text":"Replica Hyrri\'s Ire Zodiac Leather","flags":{"unique":true}},{"name":"Replica Inya\'s Epiphany","type":"Arcanist Slippers","text":"Replica Inya\'s Epiphany Arcanist Slippers","flags":{"unique":true}},{"name":"Replica Kalisa\'s Grace","type":"Samite Gloves","text":"Replica Kalisa\'s Grace Samite Gloves","flags":{"unique":true}},{"name":"Replica Kaom\'s Heart","type":"Glorious Plate","text":"Replica Kaom\'s Heart Glorious Plate","flags":{"unique":true}},{"name":"Replica Leer Cast","type":"Festival Mask","text":"Replica Leer Cast Festival Mask","flags":{"unique":true}},{"name":"Replica Lioneye\'s Paws","type":"Bronzescale Boots","text":"Replica Lioneye\'s Paws Bronzescale Boots","flags":{"unique":true}},{"name":"Replica Loreweave","type":"Elegant Ringmail","text":"Replica Loreweave Elegant Ringmail","flags":{"unique":true}},{"name":"Replica Maloney\'s Mechanism","type":"Ornate Quiver","text":"Replica Maloney\'s Mechanism Ornate Quiver","flags":{"unique":true}},{"name":"Replica Mistwall","type":"Lacquered Buckler","text":"Replica Mistwall Lacquered Buckler","flags":{"unique":true}},{"name":"Replica Perfect Form","type":"Zodiac Leather","text":"Replica Perfect Form Zodiac Leather","flags":{"unique":true}},{"name":"Replica Red Trail","type":"Titan Greaves","text":"Replica Red Trail Titan Greaves","flags":{"unique":true}},{"name":"Replica Restless Ward","type":"Carnal Armour","text":"Replica Restless Ward Carnal Armour","flags":{"unique":true}},{"name":"Replica Shroud of the Lightless","type":"Carnal Armour","text":"Replica Shroud of the Lightless Carnal Armour","flags":{"unique":true}},{"name":"Replica Soul Strike","type":"Spike-Point Arrow Quiver","text":"Replica Soul Strike Spike-Point Arrow Quiver","flags":{"unique":true}},{"name":"Replica Stampede","type":"Assassin\'s Boots","text":"Replica Stampede Assassin\'s Boots","flags":{"unique":true}},{"name":"Replica Three-step Assault","type":"Shagreen Boots","text":"Replica Three-step Assault Shagreen Boots","flags":{"unique":true}},{"name":"Replica Tukohama\'s Fortress","type":"Ebony Tower Shield","text":"Replica Tukohama\'s Fortress Ebony Tower Shield","flags":{"unique":true}},{"name":"Replica Veil of the Night","type":"Great Helmet","text":"Replica Veil of the Night Great Helmet","flags":{"unique":true}},{"name":"Replica Victario\'s Charity","type":"Laminated Kite Shield","text":"Replica Victario\'s Charity Laminated Kite Shield","flags":{"unique":true}},{"name":"Replica Voidwalker","type":"Murder Boots","text":"Replica Voidwalker Murder Boots","flags":{"unique":true}},{"name":"Replica Volkuur\'s Guidance","type":"Zealot Gloves","text":"Replica Volkuur\'s Guidance Zealot Gloves","flags":{"unique":true}},{"name":"Rigwald\'s Quills","type":"Two-Point Arrow Quiver","text":"Rigwald\'s Quills Two-Point Arrow Quiver","flags":{"unique":true}},{"name":"Rime Gaze","type":"Mind Cage","text":"Rime Gaze Mind Cage","flags":{"unique":true}},{"name":"Rise of the Phoenix","type":"Mosaic Kite Shield","text":"Rise of the Phoenix Mosaic Kite Shield","flags":{"unique":true}},{"name":"Rotting Legion","type":"Loricated Ringmail","text":"Rotting Legion Loricated Ringmail","flags":{"unique":true}},{"name":"Sadima\'s Touch","type":"Wool Gloves","text":"Sadima\'s Touch Wool Gloves","flags":{"unique":true}},{"name":"Saemus\' Gift","type":"Spike-Point Arrow Quiver","text":"Saemus\' Gift Spike-Point Arrow Quiver","flags":{"unique":true}},{"name":"Saemus\' Gift","type":"Feathered Arrow Quiver","text":"Saemus\' Gift Feathered Arrow Quiver","flags":{"unique":true}},{"name":"Saffell\'s Frame","type":"Branded Kite Shield","text":"Saffell\'s Frame Branded Kite Shield","flags":{"unique":true}},{"name":"Sandstorm Visage","type":"Necromancer Circlet","text":"Sandstorm Visage Necromancer Circlet","flags":{"unique":true}},{"name":"Saqawal\'s Flock","type":"Silken Hood","text":"Saqawal\'s Flock Silken Hood","flags":{"unique":true}},{"name":"Saqawal\'s Nest","type":"Blood Raiment","text":"Saqawal\'s Nest Blood Raiment","flags":{"unique":true}},{"name":"Saqawal\'s Talons","type":"Hydrascale Boots","text":"Saqawal\'s Talons Hydrascale Boots","flags":{"unique":true}},{"name":"Saqawal\'s Winds","type":"Soldier Gloves","text":"Saqawal\'s Winds Soldier Gloves","flags":{"unique":true}},{"name":"Scold\'s Bridle","type":"Mind Cage","text":"Scold\'s Bridle Mind Cage","flags":{"unique":true}},{"name":"Scorpion\'s Call","type":"Broadhead Arrow Quiver","text":"Scorpion\'s Call Broadhead Arrow Quiver","flags":{"unique":true}},{"name":"Scorpion\'s Call","type":"Heavy Arrow Quiver","text":"Scorpion\'s Call Heavy Arrow Quiver","flags":{"unique":true}},{"name":"Sentari\'s Answer","type":"Brass Spirit Shield","text":"Sentari\'s Answer Brass Spirit Shield","flags":{"unique":true}},{"name":"Seven-League Step","type":"Rawhide Boots","text":"Seven-League Step Rawhide Boots","flags":{"unique":true}},{"name":"Shackles of the Wretched","type":"Chain Gloves","text":"Shackles of the Wretched Chain Gloves","flags":{"unique":true}},{"name":"Shadows and Dust","type":"Clasped Mitts","text":"Shadows and Dust Clasped Mitts","flags":{"unique":true}},{"name":"Shadowstitch","type":"Sacrificial Garb","text":"Shadowstitch Sacrificial Garb","flags":{"unique":true}},{"name":"Shaper\'s Touch","type":"Crusader Gloves","text":"Shaper\'s Touch Crusader Gloves","flags":{"unique":true}},{"name":"Shattershard","type":"Crimson Round Shield","text":"Shattershard Crimson Round Shield","flags":{"unique":true}},{"name":"Shavronne\'s Gambit","type":"Scholar Boots","text":"Shavronne\'s Gambit Scholar Boots","flags":{"unique":true}},{"name":"Shavronne\'s Pace","type":"Scholar Boots","text":"Shavronne\'s Pace Scholar Boots","flags":{"unique":true}},{"name":"Shavronne\'s Wrappings","type":"Occultist\'s Vestment","text":"Shavronne\'s Wrappings Occultist\'s Vestment","flags":{"unique":true}},{"name":"Shroud of the Lightless","type":"Carnal Armour","text":"Shroud of the Lightless Carnal Armour","flags":{"unique":true}},{"name":"Sin Trek","type":"Stealth Boots","text":"Sin Trek Stealth Boots","flags":{"unique":true}},{"name":"Skin of the Lords","type":"Simple Robe","text":"Skin of the Lords Simple Robe","flags":{"unique":true}},{"name":"Skin of the Loyal","type":"Simple Robe","text":"Skin of the Loyal Simple Robe","flags":{"unique":true}},{"name":"Skirmish","type":"Two-Point Arrow Quiver","text":"Skirmish Two-Point Arrow Quiver","flags":{"unique":true}},{"name":"Skullhead","type":"Secutor Helm","text":"Skullhead Secutor Helm","flags":{"unique":true}},{"name":"Skyforth","type":"Sorcerer Boots","text":"Skyforth Sorcerer Boots","flags":{"unique":true}},{"name":"Slavedriver\'s Hand","type":"Ambush Mitts","text":"Slavedriver\'s Hand Ambush Mitts","flags":{"unique":true}},{"name":"Slitherpinch","type":"Bronzescale Gauntlets","text":"Slitherpinch Bronzescale Gauntlets","flags":{"unique":true}},{"name":"Slivers of Providence","type":"Serrated Arrow Quiver","text":"Slivers of Providence Serrated Arrow Quiver","flags":{"unique":true}},{"name":"Snakebite","type":"Assassin\'s Mitts","text":"Snakebite Assassin\'s Mitts","flags":{"unique":true}},{"name":"Solaris Lorica","type":"Copper Plate","text":"Solaris Lorica Copper Plate","flags":{"unique":true}},{"name":"Soul Ascension","type":"Carnal Mitts","text":"Soul Ascension Carnal Mitts","flags":{"unique":true}},{"name":"Soul Mantle","type":"Spidersilk Robe","text":"Soul Mantle Spidersilk Robe","flags":{"unique":true}},{"name":"Soul Strike","type":"Spike-Point Arrow Quiver","text":"Soul Strike Spike-Point Arrow Quiver","flags":{"unique":true}},{"name":"Southbound","type":"Soldier Gloves","text":"Southbound Soldier Gloves","flags":{"unique":true}},{"name":"Speaker\'s Wreath","type":"Prophet Crown","text":"Speaker\'s Wreath Prophet Crown","flags":{"unique":true}},{"name":"Sporeguard","type":"Saint\'s Hauberk","text":"Sporeguard Saint\'s Hauberk","flags":{"unique":true}},{"name":"Springleaf","type":"Plank Kite Shield","text":"Springleaf Plank Kite Shield","flags":{"unique":true}},{"name":"Starkonja\'s Head","type":"Silken Hood","text":"Starkonja\'s Head Silken Hood","flags":{"unique":true}},{"name":"Stasis Prison","type":"Carnal Armour","text":"Stasis Prison Carnal Armour","flags":{"unique":true}},{"name":"Steelworm","type":"Broadhead Arrow Quiver","text":"Steelworm Broadhead Arrow Quiver","flags":{"unique":true}},{"name":"Steppan Eard","type":"Sorcerer Boots","text":"Steppan Eard Sorcerer Boots","flags":{"unique":true}},{"name":"Stormcharger","type":"Plated Greaves","text":"Stormcharger Plated Greaves","flags":{"unique":true}},{"name":"Stormseeker","type":"Ambush Mitts","text":"Stormseeker Ambush Mitts","flags":{"unique":true}},{"name":"Storm\'s Gift","type":"Assassin\'s Mitts","text":"Storm\'s Gift Assassin\'s Mitts","flags":{"unique":true}},{"name":"Sudden Dawn","type":"Steel Circlet","text":"Sudden Dawn Steel Circlet","flags":{"unique":true}},{"name":"Sundance","type":"Clasped Boots","text":"Sundance Clasped Boots","flags":{"unique":true}},{"name":"Sunspite","type":"Clasped Boots","text":"Sunspite Clasped Boots","flags":{"unique":true}},{"name":"Surgebinders","type":"Dragonscale Gauntlets","text":"Surgebinders Dragonscale Gauntlets","flags":{"unique":true}},{"name":"Tabula Rasa","type":"Simple Robe","text":"Tabula Rasa Simple Robe","flags":{"unique":true}},{"name":"Tanu Ahi","type":"Wyrmscale Gauntlets","text":"Tanu Ahi Wyrmscale Gauntlets","flags":{"unique":true}},{"name":"Temptation Step","type":"Shagreen Boots","text":"Temptation Step Shagreen Boots","flags":{"unique":true}},{"name":"The Admiral","type":"Varnished Coat","text":"The Admiral Varnished Coat","flags":{"unique":true}},{"name":"The Anticipation","type":"Ezomyte Tower Shield","text":"The Anticipation Ezomyte Tower Shield","flags":{"unique":true}},{"name":"The Baron","type":"Close Helmet","text":"The Baron Close Helmet","flags":{"unique":true}},{"name":"The Beast Fur Shawl","type":"Vaal Regalia","text":"The Beast Fur Shawl Vaal Regalia","flags":{"unique":true}},{"name":"The Blood Dance","type":"Sharkskin Boots","text":"The Blood Dance Sharkskin Boots","flags":{"unique":true}},{"name":"The Brass Dome","type":"Gladiator Plate","text":"The Brass Dome Gladiator Plate","flags":{"unique":true}},{"name":"The Brine Crown","type":"Prophet Crown","text":"The Brine Crown Prophet Crown","flags":{"unique":true}},{"name":"The Bringer of Rain","type":"Nightmare Bascinet","text":"The Bringer of Rain Nightmare Bascinet","flags":{"unique":true}},{"name":"The Broken Crown","type":"Prophet Crown","text":"The Broken Crown Prophet Crown","flags":{"unique":true}},{"name":"The Coming Calamity","type":"Destroyer Regalia","text":"The Coming Calamity Destroyer Regalia","flags":{"unique":true}},{"name":"The Covenant","type":"Spidersilk Robe","text":"The Covenant Spidersilk Robe","flags":{"unique":true}},{"name":"The Deep One\'s Hide","type":"Studded Round Shield","text":"The Deep One\'s Hide Studded Round Shield","flags":{"unique":true}},{"name":"The Devouring Diadem","type":"Necromancer Circlet","text":"The Devouring Diadem Necromancer Circlet","flags":{"unique":true}},{"name":"The Embalmer","type":"Carnal Mitts","text":"The Embalmer Carnal Mitts","flags":{"unique":true}},{"name":"The Eternal Apple","type":"Chiming Spirit Shield","text":"The Eternal Apple Chiming Spirit Shield","flags":{"unique":true}},{"name":"The Eternity Shroud","type":"Blood Raiment","text":"The Eternity Shroud Blood Raiment","flags":{"unique":true}},{"name":"The Flawed Refuge","type":"Maple Round Shield","text":"The Flawed Refuge Maple Round Shield","flags":{"unique":true}},{"name":"The Fledgling","type":"Lacquered Helmet","text":"The Fledgling Lacquered Helmet","flags":{"unique":true}},{"name":"The Formless Flame","type":"Royal Burgonet","text":"The Formless Flame Royal Burgonet","flags":{"unique":true}},{"name":"The Formless Flame","type":"Siege Helmet","text":"The Formless Flame Siege Helmet","flags":{"unique":true}},{"name":"The Formless Inferno","type":"Royal Burgonet","text":"The Formless Inferno Royal Burgonet","flags":{"unique":true}},{"name":"The Fourth Vow","type":"Devout Chainmail","text":"The Fourth Vow Devout Chainmail","flags":{"unique":true}},{"name":"The Fracturing Spinner","type":"Blunt Arrow Quiver","text":"The Fracturing Spinner Blunt Arrow Quiver","flags":{"unique":true}},{"name":"The Ghastly Theatre","type":"Teak Round Shield","text":"The Ghastly Theatre Teak Round Shield","flags":{"unique":true}},{"name":"The Gull","type":"Raven Mask","text":"The Gull Raven Mask","flags":{"unique":true}},{"name":"The Immortal Will","type":"Archon Kite Shield","text":"The Immortal Will Archon Kite Shield","flags":{"unique":true}},{"name":"The Infinite Pursuit","type":"Goliath Greaves","text":"The Infinite Pursuit Goliath Greaves","flags":{"unique":true}},{"name":"The Infinite Pursuit","type":"Titan Greaves","text":"The Infinite Pursuit Titan Greaves","flags":{"unique":true}},{"name":"The Iron Fortress","type":"Crusader Plate","text":"The Iron Fortress Crusader Plate","flags":{"unique":true}},{"name":"The Ivory Tower","type":"Saint\'s Hauberk","text":"The Ivory Tower Saint\'s Hauberk","flags":{"unique":true}},{"name":"The Oak","type":"Plank Kite Shield","text":"The Oak Plank Kite Shield","flags":{"unique":true}},{"name":"The Oppressor","type":"Elegant Round Shield","text":"The Oppressor Elegant Round Shield","flags":{"unique":true}},{"name":"The Peregrine","type":"Visored Sallet","text":"The Peregrine Visored Sallet","flags":{"unique":true}},{"name":"The Perfect Form","type":"Zodiac Leather","text":"The Perfect Form Zodiac Leather","flags":{"unique":true}},{"name":"The Poised Prism","type":"Primal Arrow Quiver","text":"The Poised Prism Primal Arrow Quiver","flags":{"unique":true}},{"name":"The Queen\'s Hunger","type":"Vaal Regalia","text":"The Queen\'s Hunger Vaal Regalia","flags":{"unique":true}},{"name":"The Rat Cage","type":"Sharkskin Tunic","text":"The Rat Cage Sharkskin Tunic","flags":{"unique":true}},{"name":"The Red Trail","type":"Titan Greaves","text":"The Red Trail Titan Greaves","flags":{"unique":true}},{"name":"The Restless Ward","type":"Carnal Armour","text":"The Restless Ward Carnal Armour","flags":{"unique":true}},{"name":"The Scales of Justice","type":"Chiming Spirit Shield","text":"The Scales of Justice Chiming Spirit Shield","flags":{"unique":true}},{"name":"The Shattered Divinity","type":"Blunt Arrow Quiver","text":"The Shattered Divinity Blunt Arrow Quiver","flags":{"unique":true}},{"name":"The Signal Fire","type":"Cured Quiver","text":"The Signal Fire Cured Quiver","flags":{"unique":true}},{"name":"The Signal Fire","type":"Fire Arrow Quiver","text":"The Signal Fire Fire Arrow Quiver","flags":{"unique":true}},{"name":"The Signal Fire","type":"Blazing Arrow Quiver","text":"The Signal Fire Blazing Arrow Quiver","flags":{"unique":true}},{"name":"The Snowblind Grace","type":"Coronal Leather","text":"The Snowblind Grace Coronal Leather","flags":{"unique":true}},{"name":"The Snowblind Grace","type":"Zodiac Leather","text":"The Snowblind Grace Zodiac Leather","flags":{"unique":true}},{"name":"The Squire","type":"Elegant Round Shield","text":"The Squire Elegant Round Shield","flags":{"unique":true}},{"name":"The Stampede","type":"Assassin\'s Boots","text":"The Stampede Assassin\'s Boots","flags":{"unique":true}},{"name":"The Surrender","type":"Ezomyte Tower Shield","text":"The Surrender Ezomyte Tower Shield","flags":{"unique":true}},{"name":"The Tempest\'s Binding","type":"Callous Mask","text":"The Tempest\'s Binding Callous Mask","flags":{"unique":true}},{"name":"The Tempest\'s Liberation","type":"Callous Mask","text":"The Tempest\'s Liberation Callous Mask","flags":{"unique":true}},{"name":"The Three Dragons","type":"Golden Mask","text":"The Three Dragons Golden Mask","flags":{"unique":true}},{"name":"The Trickster\'s Smile","type":"Visored Sallet","text":"The Trickster\'s Smile Visored Sallet","flags":{"unique":true}},{"name":"The Unshattered Will","type":"Archon Kite Shield","text":"The Unshattered Will Archon Kite Shield","flags":{"unique":true}},{"name":"The Vertex","type":"Vaal Mask","text":"The Vertex Vaal Mask","flags":{"unique":true}},{"name":"Thirst for Horrors","type":"War Buckler","text":"Thirst for Horrors War Buckler","flags":{"unique":true}},{"name":"Thousand Ribbons","type":"Simple Robe","text":"Thousand Ribbons Simple Robe","flags":{"unique":true}},{"name":"Thousand Teeth Temu","type":"Vaal Buckler","text":"Thousand Teeth Temu Vaal Buckler","flags":{"unique":true}},{"name":"Three-step Assault","type":"Shagreen Boots","text":"Three-step Assault Shagreen Boots","flags":{"unique":true}},{"name":"Thrillsteel","type":"Barbute Helmet","text":"Thrillsteel Barbute Helmet","flags":{"unique":true}},{"name":"Thunderfist","type":"Murder Mitts","text":"Thunderfist Murder Mitts","flags":{"unique":true}},{"name":"Thundersight","type":"Solaris Circlet","text":"Thundersight Solaris Circlet","flags":{"unique":true}},{"name":"Tinkerskin","type":"Sadist Garb","text":"Tinkerskin Sadist Garb","flags":{"unique":true}},{"name":"Titucius\' Span","type":"Reinforced Tower Shield","text":"Titucius\' Span Reinforced Tower Shield","flags":{"unique":true}},{"name":"Titucus Span","type":"Reinforced Tower Shield","text":"Titucus Span Reinforced Tower Shield","flags":{"unique":true}},{"name":"Tombfist","type":"Steelscale Gauntlets","text":"Tombfist Steelscale Gauntlets","flags":{"unique":true}},{"name":"Torchoak Step","type":"Antique Greaves","text":"Torchoak Step Antique Greaves","flags":{"unique":true}},{"name":"Triad Grip","type":"Mesh Gloves","text":"Triad Grip Mesh Gloves","flags":{"unique":true}},{"name":"Trolltimber Spire","type":"Cedar Tower Shield","text":"Trolltimber Spire Cedar Tower Shield","flags":{"unique":true}},{"name":"Tukohama\'s Fortress","type":"Ebony Tower Shield","text":"Tukohama\'s Fortress Ebony Tower Shield","flags":{"unique":true}},{"name":"Unyielding Flame","type":"Archon Kite Shield","text":"Unyielding Flame Archon Kite Shield","flags":{"unique":true}},{"name":"Usurper\'s Penance","type":"Eternal Burgonet","text":"Usurper\'s Penance Eternal Burgonet","flags":{"unique":true}},{"name":"Vaal Caress","type":"Bronzescale Gauntlets","text":"Vaal Caress Bronzescale Gauntlets","flags":{"unique":true}},{"name":"Veil of the Night","type":"Great Helmet","text":"Veil of the Night Great Helmet","flags":{"unique":true}},{"name":"Veruso\'s Battering Rams","type":"Titan Gauntlets","text":"Veruso\'s Battering Rams Titan Gauntlets","flags":{"unique":true}},{"name":"Victario\'s Charity","type":"Laminated Kite Shield","text":"Victario\'s Charity Laminated Kite Shield","flags":{"unique":true}},{"name":"Victario\'s Influence","type":"Lacquered Garb","text":"Victario\'s Influence Lacquered Garb","flags":{"unique":true}},{"name":"Viper\'s Scales","type":"Full Scale Armour","text":"Viper\'s Scales Full Scale Armour","flags":{"unique":true}},{"name":"Viridi\'s Veil","type":"Praetor Crown","text":"Viridi\'s Veil Praetor Crown","flags":{"unique":true}},{"name":"Vis Mortis","type":"Necromancer Silks","text":"Vis Mortis Necromancer Silks","flags":{"unique":true}},{"name":"Vixen\'s Entrapment","type":"Embroidered Gloves","text":"Vixen\'s Entrapment Embroidered Gloves","flags":{"unique":true}},{"name":"Vix Lunaris","type":"Cardinal Round Shield","text":"Vix Lunaris Cardinal Round Shield","flags":{"unique":true}},{"name":"Voidbringer","type":"Conjurer Gloves","text":"Voidbringer Conjurer Gloves","flags":{"unique":true}},{"name":"Voidfletcher","type":"Penetrating Arrow Quiver","text":"Voidfletcher Penetrating Arrow Quiver","flags":{"unique":true}},{"name":"Voidfletcher","type":"Primal Arrow Quiver","text":"Voidfletcher Primal Arrow Quiver","flags":{"unique":true}},{"name":"Voidwalker","type":"Murder Boots","text":"Voidwalker Murder Boots","flags":{"unique":true}},{"name":"Volkuur\'s Guidance","type":"Zealot Gloves","text":"Volkuur\'s Guidance Zealot Gloves","flags":{"unique":true}},{"name":"Voll\'s Protector","type":"Holy Chainmail","text":"Voll\'s Protector Holy Chainmail","flags":{"unique":true}},{"name":"Voll\'s Vision","type":"Praetor Crown","text":"Voll\'s Vision Praetor Crown","flags":{"unique":true}},{"name":"Vorana\'s March","type":"Runic Sabatons","text":"Vorana\'s March Runic Sabatons","flags":{"unique":true}},{"name":"Wake of Destruction","type":"Mesh Boots","text":"Wake of Destruction Mesh Boots","flags":{"unique":true}},{"name":"Wall of Brambles","type":"Plate Vest","text":"Wall of Brambles Plate Vest","flags":{"unique":true}},{"name":"Wanderlust","type":"Wool Shoes","text":"Wanderlust Wool Shoes","flags":{"unique":true}},{"name":"Whakatutuki o Matua","type":"Tarnished Spirit Shield","text":"Whakatutuki o Matua Tarnished Spirit Shield","flags":{"unique":true}},{"name":"Wheel of the Stormsail","type":"Rotted Round Shield","text":"Wheel of the Stormsail Rotted Round Shield","flags":{"unique":true}},{"name":"Wildwrap","type":"Strapped Leather","text":"Wildwrap Strapped Leather","flags":{"unique":true}},{"name":"Willclash","type":"Golden Mask","text":"Willclash Golden Mask","flags":{"unique":true}},{"name":"Wilma\'s Requital","type":"Solaris Circlet","text":"Wilma\'s Requital Solaris Circlet","flags":{"unique":true}},{"name":"Windscream","type":"Reinforced Greaves","text":"Windscream Reinforced Greaves","flags":{"unique":true}},{"name":"Windshriek","type":"Reinforced Greaves","text":"Windshriek Reinforced Greaves","flags":{"unique":true}},{"name":"Winds of Change","type":"Ancient Gauntlets","text":"Winds of Change Ancient Gauntlets","flags":{"unique":true}},{"name":"Wondertrap","type":"Velvet Slippers","text":"Wondertrap Velvet Slippers","flags":{"unique":true}},{"name":"Worldcarver","type":"Dragonscale Gauntlets","text":"Worldcarver Dragonscale Gauntlets","flags":{"unique":true}},{"name":"Wraithlord","type":"Bone Circlet","text":"Wraithlord Bone Circlet","flags":{"unique":true}},{"name":"Wreath of Phrecia","type":"Iron Circlet","text":"Wreath of Phrecia Iron Circlet","flags":{"unique":true}},{"name":"Wyrmsign","type":"Wyrmscale Gauntlets","text":"Wyrmsign Wyrmscale Gauntlets","flags":{"unique":true}},{"name":"Ylfeban\'s Trickery","type":"Hubris Circlet","text":"Ylfeban\'s Trickery Hubris Circlet","flags":{"unique":true}},{"name":"Yriel\'s Fostering","type":"Exquisite Leather","text":"Yriel\'s Fostering Exquisite Leather","flags":{"unique":true}},{"name":"Zahndethus\' Cassock","type":"Sage\'s Robe","text":"Zahndethus\' Cassock Sage\'s Robe","flags":{"unique":true}},{"name":"Zeel\'s Amplifier","type":"Polished Spiked Shield","text":"Zeel\'s Amplifier Polished Spiked Shield","flags":{"unique":true}},{"type":"Golden Mantle","text":"Golden Mantle"},{"type":"Shabby Jerkin","text":"Shabby Jerkin"},{"type":"Glorious Leather","text":"Glorious Leather"},{"type":"Coronal Leather","text":"Coronal Leather"},{"type":"Cutthroat\'s Garb","text":"Cutthroat\'s Garb"},{"type":"Sharkskin Tunic","text":"Sharkskin Tunic"},{"type":"Destiny Leather","text":"Destiny Leather"},{"type":"Exquisite Leather","text":"Exquisite Leather"},{"type":"Zodiac Leather","text":"Zodiac Leather"},{"type":"Assassin\'s Garb","text":"Assassin\'s Garb"},{"type":"Strapped Leather","text":"Strapped Leather"},{"type":"Buckskin Tunic","text":"Buckskin Tunic"},{"type":"Wild Leather","text":"Wild Leather"},{"type":"Full Leather","text":"Full Leather"},{"type":"Sun Leather","text":"Sun Leather"},{"type":"Thief\'s Garb","text":"Thief\'s Garb"},{"type":"Eelskin Tunic","text":"Eelskin Tunic"},{"type":"Frontier Leather","text":"Frontier Leather"},{"type":"Padded Vest","text":"Padded Vest"},{"type":"Crimson Raiment","text":"Crimson Raiment"},{"type":"Lacquered Garb","text":"Lacquered Garb"},{"type":"Crypt Armour","text":"Crypt Armour"},{"type":"Sentinel Jacket","text":"Sentinel Jacket"},{"type":"Varnished Coat","text":"Varnished Coat"},{"type":"Blood Raiment","text":"Blood Raiment"},{"type":"Sadist Garb","text":"Sadist Garb"},{"type":"Carnal Armour","text":"Carnal Armour"},{"type":"Oiled Vest","text":"Oiled Vest"},{"type":"Padded Jacket","text":"Padded Jacket"},{"type":"Oiled Coat","text":"Oiled Coat"},{"type":"Scarlet Raiment","text":"Scarlet Raiment"},{"type":"Waxed Garb","text":"Waxed Garb"},{"type":"Bone Armour","text":"Bone Armour"},{"type":"Quilted Jacket","text":"Quilted Jacket"},{"type":"Sleek Coat","text":"Sleek Coat"},{"type":"Simple Robe","text":"Simple Robe"},{"type":"Conjurer\'s Vestment","text":"Conjurer\'s Vestment"},{"type":"Spidersilk Robe","text":"Spidersilk Robe"},{"type":"Destroyer Regalia","text":"Destroyer Regalia"},{"type":"Savant\'s Robe","text":"Savant\'s Robe"},{"type":"Necromancer Silks","text":"Necromancer Silks"},{"type":"Occultist\'s Vestment","text":"Occultist\'s Vestment"},{"type":"Widowsilk Robe","text":"Widowsilk Robe"},{"type":"Vaal Regalia","text":"Vaal Regalia"},{"type":"Silken Vest","text":"Silken Vest"},{"type":"Scholar\'s Robe","text":"Scholar\'s Robe"},{"type":"Silken Garb","text":"Silken Garb"},{"type":"Mage\'s Vestment","text":"Mage\'s Vestment"},{"type":"Silk Robe","text":"Silk Robe"},{"type":"Cabalist Regalia","text":"Cabalist Regalia"},{"type":"Sage\'s Robe","text":"Sage\'s Robe"},{"type":"Silken Wrap","text":"Silken Wrap"},{"type":"Plate Vest","text":"Plate Vest"},{"type":"Sun Plate","text":"Sun Plate"},{"type":"Colosseum Plate","text":"Colosseum Plate"},{"type":"Majestic Plate","text":"Majestic Plate"},{"type":"Golden Plate","text":"Golden Plate"},{"type":"Crusader Plate","text":"Crusader Plate"},{"type":"Astral Plate","text":"Astral Plate"},{"type":"Gladiator Plate","text":"Gladiator Plate"},{"type":"Glorious Plate","text":"Glorious Plate"},{"type":"Chestplate","text":"Chestplate"},{"type":"Copper Plate","text":"Copper Plate"},{"type":"War Plate","text":"War Plate"},{"type":"Full Plate","text":"Full Plate"},{"type":"Arena Plate","text":"Arena Plate"},{"type":"Lordly Plate","text":"Lordly Plate"},{"type":"Bronze Plate","text":"Bronze Plate"},{"type":"Battle Plate","text":"Battle Plate"},{"type":"Scale Vest","text":"Scale Vest"},{"type":"Full Wyrmscale","text":"Full Wyrmscale"},{"type":"Commander\'s Brigandine","text":"Commander\'s Brigandine"},{"type":"Battle Lamellar","text":"Battle Lamellar"},{"type":"Dragonscale Doublet","text":"Dragonscale Doublet"},{"type":"Desert Brigandine","text":"Desert Brigandine"},{"type":"Full Dragonscale","text":"Full Dragonscale"},{"type":"General\'s Brigandine","text":"General\'s Brigandine"},{"type":"Triumphant Lamellar","text":"Triumphant Lamellar"},{"type":"Light Brigandine","text":"Light Brigandine"},{"type":"Scale Doublet","text":"Scale Doublet"},{"type":"Infantry Brigandine","text":"Infantry Brigandine"},{"type":"Full Scale Armour","text":"Full Scale Armour"},{"type":"Soldier\'s Brigandine","text":"Soldier\'s Brigandine"},{"type":"Field Lamellar","text":"Field Lamellar"},{"type":"Wyrmscale Doublet","text":"Wyrmscale Doublet"},{"type":"Hussar Brigandine","text":"Hussar Brigandine"},{"type":"Sacrificial Garb","text":"Sacrificial Garb"},{"type":"Grasping Mail","text":"Grasping Mail"},{"type":"Chainmail Vest","text":"Chainmail Vest"},{"type":"Ornate Ringmail","text":"Ornate Ringmail"},{"type":"Chain Hauberk","text":"Chain Hauberk"},{"type":"Devout Chainmail","text":"Devout Chainmail"},{"type":"Loricated Ringmail","text":"Loricated Ringmail"},{"type":"Conquest Chainmail","text":"Conquest Chainmail"},{"type":"Elegant Ringmail","text":"Elegant Ringmail"},{"type":"Saint\'s Hauberk","text":"Saint\'s Hauberk"},{"type":"Saintly Chainmail","text":"Saintly Chainmail"},{"type":"Chainmail Tunic","text":"Chainmail Tunic"},{"type":"Ringmail Coat","text":"Ringmail Coat"},{"type":"Chainmail Doublet","text":"Chainmail Doublet"},{"type":"Full Ringmail","text":"Full Ringmail"},{"type":"Full Chainmail","text":"Full Chainmail"},{"type":"Holy Chainmail","text":"Holy Chainmail"},{"type":"Latticed Ringmail","text":"Latticed Ringmail"},{"type":"Crusader Chainmail","text":"Crusader Chainmail"},{"type":"Two-Toned Boots","text":"Two-Toned Boots"},{"type":"Fugitive Boots","text":"Fugitive Boots"},{"type":"Golden Caligae","text":"Golden Caligae"},{"type":"Rawhide Boots","text":"Rawhide Boots"},{"type":"Goathide Boots","text":"Goathide Boots"},{"type":"Deerskin Boots","text":"Deerskin Boots"},{"type":"Nubuck Boots","text":"Nubuck Boots"},{"type":"Eelskin Boots","text":"Eelskin Boots"},{"type":"Sharkskin Boots","text":"Sharkskin Boots"},{"type":"Shagreen Boots","text":"Shagreen Boots"},{"type":"Stealth Boots","text":"Stealth Boots"},{"type":"Slink Boots","text":"Slink Boots"},{"type":"Wrapped Boots","text":"Wrapped Boots"},{"type":"Strapped Boots","text":"Strapped Boots"},{"type":"Clasped Boots","text":"Clasped Boots"},{"type":"Shackled Boots","text":"Shackled Boots"},{"type":"Trapper Boots","text":"Trapper Boots"},{"type":"Ambush Boots","text":"Ambush Boots"},{"type":"Carnal Boots","text":"Carnal Boots"},{"type":"Assassin\'s Boots","text":"Assassin\'s Boots"},{"type":"Murder Boots","text":"Murder Boots"},{"type":"Cloudwhisper Boots","text":"Cloudwhisper Boots"},{"type":"Windbreak Boots","text":"Windbreak Boots"},{"type":"Stormrider Boots","text":"Stormrider Boots"},{"type":"Runic Greaves","text":"Runic Greaves"},{"type":"Runic Sollerets","text":"Runic Sollerets"},{"type":"Runic Sabatons","text":"Runic Sabatons"},{"type":"Wool Shoes","text":"Wool Shoes"},{"type":"Velvet Slippers","text":"Velvet Slippers"},{"type":"Silk Slippers","text":"Silk Slippers"},{"type":"Scholar Boots","text":"Scholar Boots"},{"type":"Satin Slippers","text":"Satin Slippers"},{"type":"Samite Slippers","text":"Samite Slippers"},{"type":"Conjurer Boots","text":"Conjurer Boots"},{"type":"Arcanist Slippers","text":"Arcanist Slippers"},{"type":"Sorcerer Boots","text":"Sorcerer Boots"},{"type":"Duskwalk Slippers","text":"Duskwalk Slippers"},{"type":"Nightwind Slippers","text":"Nightwind Slippers"},{"type":"Dreamquest Slippers","text":"Dreamquest Slippers"},{"type":"Iron Greaves","text":"Iron Greaves"},{"type":"Steel Greaves","text":"Steel Greaves"},{"type":"Plated Greaves","text":"Plated Greaves"},{"type":"Reinforced Greaves","text":"Reinforced Greaves"},{"type":"Antique Greaves","text":"Antique Greaves"},{"type":"Ancient Greaves","text":"Ancient Greaves"},{"type":"Goliath Greaves","text":"Goliath Greaves"},{"type":"Vaal Greaves","text":"Vaal Greaves"},{"type":"Titan Greaves","text":"Titan Greaves"},{"type":"Leatherscale Boots","text":"Leatherscale Boots"},{"type":"Ironscale Boots","text":"Ironscale Boots"},{"type":"Bronzescale Boots","text":"Bronzescale Boots"},{"type":"Steelscale Boots","text":"Steelscale Boots"},{"type":"Serpentscale Boots","text":"Serpentscale Boots"},{"type":"Wyrmscale Boots","text":"Wyrmscale Boots"},{"type":"Hydrascale Boots","text":"Hydrascale Boots"},{"type":"Dragonscale Boots","text":"Dragonscale Boots"},{"type":"Chain Boots","text":"Chain Boots"},{"type":"Ringmail Boots","text":"Ringmail Boots"},{"type":"Mesh Boots","text":"Mesh Boots"},{"type":"Riveted Boots","text":"Riveted Boots"},{"type":"Zealot Boots","text":"Zealot Boots"},{"type":"Soldier Boots","text":"Soldier Boots"},{"type":"Legion Boots","text":"Legion Boots"},{"type":"Crusader Boots","text":"Crusader Boots"},{"type":"Basemetal Treads","text":"Basemetal Treads"},{"type":"Darksteel Treads","text":"Darksteel Treads"},{"type":"Brimstone Treads","text":"Brimstone Treads"},{"type":"Gripped Gloves","text":"Gripped Gloves"},{"type":"Fingerless Silk Gloves","text":"Fingerless Silk Gloves"},{"type":"Spiked Gloves","text":"Spiked Gloves"},{"type":"Apothecary\'s Gloves","text":"Apothecary\'s Gloves"},{"type":"Golden Bracers","text":"Golden Bracers"},{"type":"Rawhide Gloves","text":"Rawhide Gloves"},{"type":"Goathide Gloves","text":"Goathide Gloves"},{"type":"Deerskin Gloves","text":"Deerskin Gloves"},{"type":"Nubuck Gloves","text":"Nubuck Gloves"},{"type":"Eelskin Gloves","text":"Eelskin Gloves"},{"type":"Sharkskin Gloves","text":"Sharkskin Gloves"},{"type":"Shagreen Gloves","text":"Shagreen Gloves"},{"type":"Stealth Gloves","text":"Stealth Gloves"},{"type":"Slink Gloves","text":"Slink Gloves"},{"type":"Wrapped Mitts","text":"Wrapped Mitts"},{"type":"Strapped Mitts","text":"Strapped Mitts"},{"type":"Clasped Mitts","text":"Clasped Mitts"},{"type":"Trapper Mitts","text":"Trapper Mitts"},{"type":"Ambush Mitts","text":"Ambush Mitts"},{"type":"Carnal Mitts","text":"Carnal Mitts"},{"type":"Assassin\'s Mitts","text":"Assassin\'s Mitts"},{"type":"Murder Mitts","text":"Murder Mitts"},{"type":"Gauche Gloves","text":"Gauche Gloves"},{"type":"Southswing Gloves","text":"Southswing Gloves"},{"type":"Sinistral Gloves","text":"Sinistral Gloves"},{"type":"Runic Gloves","text":"Runic Gloves"},{"type":"Runic Gages","text":"Runic Gages"},{"type":"Runic Gauntlets","text":"Runic Gauntlets"},{"type":"Wool Gloves","text":"Wool Gloves"},{"type":"Velvet Gloves","text":"Velvet Gloves"},{"type":"Silk Gloves","text":"Silk Gloves"},{"type":"Embroidered Gloves","text":"Embroidered Gloves"},{"type":"Satin Gloves","text":"Satin Gloves"},{"type":"Samite Gloves","text":"Samite Gloves"},{"type":"Conjurer Gloves","text":"Conjurer Gloves"},{"type":"Arcanist Gloves","text":"Arcanist Gloves"},{"type":"Sorcerer Gloves","text":"Sorcerer Gloves"},{"type":"Leyline Gloves","text":"Leyline Gloves"},{"type":"Aetherwind Gloves","text":"Aetherwind Gloves"},{"type":"Nexus Gloves","text":"Nexus Gloves"},{"type":"Iron Gauntlets","text":"Iron Gauntlets"},{"type":"Plated Gauntlets","text":"Plated Gauntlets"},{"type":"Bronze Gauntlets","text":"Bronze Gauntlets"},{"type":"Steel Gauntlets","text":"Steel Gauntlets"},{"type":"Antique Gauntlets","text":"Antique Gauntlets"},{"type":"Ancient Gauntlets","text":"Ancient Gauntlets"},{"type":"Goliath Gauntlets","text":"Goliath Gauntlets"},{"type":"Vaal Gauntlets","text":"Vaal Gauntlets"},{"type":"Titan Gauntlets","text":"Titan Gauntlets"},{"type":"Fishscale Gauntlets","text":"Fishscale Gauntlets"},{"type":"Ironscale Gauntlets","text":"Ironscale Gauntlets"},{"type":"Bronzescale Gauntlets","text":"Bronzescale Gauntlets"},{"type":"Steelscale Gauntlets","text":"Steelscale Gauntlets"},{"type":"Serpentscale Gauntlets","text":"Serpentscale Gauntlets"},{"type":"Wyrmscale Gauntlets","text":"Wyrmscale Gauntlets"},{"type":"Hydrascale Gauntlets","text":"Hydrascale Gauntlets"},{"type":"Dragonscale Gauntlets","text":"Dragonscale Gauntlets"},{"type":"Chain Gloves","text":"Chain Gloves"},{"type":"Ringmail Gloves","text":"Ringmail Gloves"},{"type":"Mesh Gloves","text":"Mesh Gloves"},{"type":"Riveted Gloves","text":"Riveted Gloves"},{"type":"Zealot Gloves","text":"Zealot Gloves"},{"type":"Soldier Gloves","text":"Soldier Gloves"},{"type":"Legion Gloves","text":"Legion Gloves"},{"type":"Crusader Gloves","text":"Crusader Gloves"},{"type":"Taxing Gauntlets","text":"Taxing Gauntlets"},{"type":"Gruelling Gauntlets","text":"Gruelling Gauntlets"},{"type":"Debilitation Gauntlets","text":"Debilitation Gauntlets"},{"type":"Bone Helmet","text":"Bone Helmet"},{"type":"Golden Visage","text":"Golden Visage"},{"type":"Leather Cap","text":"Leather Cap"},{"type":"Lion Pelt","text":"Lion Pelt"},{"type":"Tricorne","text":"Tricorne"},{"type":"Leather Hood","text":"Leather Hood"},{"type":"Wolf Pelt","text":"Wolf Pelt"},{"type":"Hunter Hood","text":"Hunter Hood"},{"type":"Noble Tricorne","text":"Noble Tricorne"},{"type":"Ursine Pelt","text":"Ursine Pelt"},{"type":"Silken Hood","text":"Silken Hood"},{"type":"Sinner Tricorne","text":"Sinner Tricorne"},{"type":"Scare Mask","text":"Scare Mask"},{"type":"Vaal Mask","text":"Vaal Mask"},{"type":"Deicide Mask","text":"Deicide Mask"},{"type":"Plague Mask","text":"Plague Mask"},{"type":"Iron Mask","text":"Iron Mask"},{"type":"Festival Mask","text":"Festival Mask"},{"type":"Golden Mask","text":"Golden Mask"},{"type":"Raven Mask","text":"Raven Mask"},{"type":"Callous Mask","text":"Callous Mask"},{"type":"Regicide Mask","text":"Regicide Mask"},{"type":"Harlequin Mask","text":"Harlequin Mask"},{"type":"Gale Crown","text":"Gale Crown"},{"type":"Winter Crown","text":"Winter Crown"},{"type":"Blizzard Crown","text":"Blizzard Crown"},{"type":"Runic Helm","text":"Runic Helm"},{"type":"Runic Crest","text":"Runic Crest"},{"type":"Runic Crown","text":"Runic Crown"},{"type":"Vine Circlet","text":"Vine Circlet"},{"type":"Mind Cage","text":"Mind Cage"},{"type":"Hubris Circlet","text":"Hubris Circlet"},{"type":"Iron Circlet","text":"Iron Circlet"},{"type":"Torture Cage","text":"Torture Cage"},{"type":"Tribal Circlet","text":"Tribal Circlet"},{"type":"Bone Circlet","text":"Bone Circlet"},{"type":"Lunaris Circlet","text":"Lunaris Circlet"},{"type":"Steel Circlet","text":"Steel Circlet"},{"type":"Necromancer Circlet","text":"Necromancer Circlet"},{"type":"Solaris Circlet","text":"Solaris Circlet"},{"type":"Iron Hat","text":"Iron Hat"},{"type":"Royal Burgonet","text":"Royal Burgonet"},{"type":"Eternal Burgonet","text":"Eternal Burgonet"},{"type":"Cone Helmet","text":"Cone Helmet"},{"type":"Barbute Helmet","text":"Barbute Helmet"},{"type":"Close Helmet","text":"Close Helmet"},{"type":"Gladiator Helmet","text":"Gladiator Helmet"},{"type":"Reaver Helmet","text":"Reaver Helmet"},{"type":"Siege Helmet","text":"Siege Helmet"},{"type":"Samnite Helmet","text":"Samnite Helmet"},{"type":"Ezomyte Burgonet","text":"Ezomyte Burgonet"},{"type":"Battered Helm","text":"Battered Helm"},{"type":"Nightmare Bascinet","text":"Nightmare Bascinet"},{"type":"Sallet","text":"Sallet"},{"type":"Visored Sallet","text":"Visored Sallet"},{"type":"Gilded Sallet","text":"Gilded Sallet"},{"type":"Secutor Helm","text":"Secutor Helm"},{"type":"Fencer Helm","text":"Fencer Helm"},{"type":"Lacquered Helmet","text":"Lacquered Helmet"},{"type":"Fluted Bascinet","text":"Fluted Bascinet"},{"type":"Pig-Faced Bascinet","text":"Pig-Faced Bascinet"},{"type":"Sorrow Mask","text":"Sorrow Mask"},{"type":"Atonement Mask","text":"Atonement Mask"},{"type":"Penitent Mask","text":"Penitent Mask"},{"type":"Rusted Coif","text":"Rusted Coif"},{"type":"Praetor Crown","text":"Praetor Crown"},{"type":"Soldier Helmet","text":"Soldier Helmet"},{"type":"Great Helmet","text":"Great Helmet"},{"type":"Crusader Helmet","text":"Crusader Helmet"},{"type":"Aventail Helmet","text":"Aventail Helmet"},{"type":"Zealot Helmet","text":"Zealot Helmet"},{"type":"Great Crown","text":"Great Crown"},{"type":"Magistrate Crown","text":"Magistrate Crown"},{"type":"Prophet Crown","text":"Prophet Crown"},{"type":"Imp Crown","text":"Imp Crown"},{"type":"Demon Crown","text":"Demon Crown"},{"type":"Archdemon Crown","text":"Archdemon Crown"},{"type":"Golden Wreath","text":"Golden Wreath"},{"type":"Golden Flame","text":"Golden Flame"},{"type":"Goathide Buckler","text":"Goathide Buckler"},{"type":"Battle Buckler","text":"Battle Buckler"},{"type":"Golden Buckler","text":"Golden Buckler"},{"type":"Ironwood Buckler","text":"Ironwood Buckler"},{"type":"Lacquered Buckler","text":"Lacquered Buckler"},{"type":"Vaal Buckler","text":"Vaal Buckler"},{"type":"Crusader Buckler","text":"Crusader Buckler"},{"type":"Imperial Buckler","text":"Imperial Buckler"},{"type":"Pine Buckler","text":"Pine Buckler"},{"type":"Painted Buckler","text":"Painted Buckler"},{"type":"Hammered Buckler","text":"Hammered Buckler"},{"type":"War Buckler","text":"War Buckler"},{"type":"Gilded Buckler","text":"Gilded Buckler"},{"type":"Oak Buckler","text":"Oak Buckler"},{"type":"Enameled Buckler","text":"Enameled Buckler"},{"type":"Corrugated Buckler","text":"Corrugated Buckler"},{"type":"Endothermic Buckler","text":"Endothermic Buckler"},{"type":"Polar Buckler","text":"Polar Buckler"},{"type":"Cold-attuned Buckler","text":"Cold-attuned Buckler"},{"type":"Spiked Bundle","text":"Spiked Bundle"},{"type":"Alder Spiked Shield","text":"Alder Spiked Shield"},{"type":"Ezomyte Spiked Shield","text":"Ezomyte Spiked Shield"},{"type":"Mirrored Spiked Shield","text":"Mirrored Spiked Shield"},{"type":"Supreme Spiked Shield","text":"Supreme Spiked Shield"},{"type":"Driftwood Spiked Shield","text":"Driftwood Spiked Shield"},{"type":"Alloyed Spiked Shield","text":"Alloyed Spiked Shield"},{"type":"Burnished Spiked Shield","text":"Burnished Spiked Shield"},{"type":"Ornate Spiked Shield","text":"Ornate Spiked Shield"},{"type":"Redwood Spiked Shield","text":"Redwood Spiked Shield"},{"type":"Compound Spiked Shield","text":"Compound Spiked Shield"},{"type":"Polished Spiked Shield","text":"Polished Spiked Shield"},{"type":"Sovereign Spiked Shield","text":"Sovereign Spiked Shield"},{"type":"Twig Spirit Shield","text":"Twig Spirit Shield"},{"type":"Chiming Spirit Shield","text":"Chiming Spirit Shield"},{"type":"Thorium Spirit Shield","text":"Thorium Spirit Shield"},{"type":"Lacewood Spirit Shield","text":"Lacewood Spirit Shield"},{"type":"Fossilised Spirit Shield","text":"Fossilised Spirit Shield"},{"type":"Vaal Spirit Shield","text":"Vaal Spirit Shield"},{"type":"Harmonic Spirit Shield","text":"Harmonic Spirit Shield"},{"type":"Titanium Spirit Shield","text":"Titanium Spirit Shield"},{"type":"Yew Spirit Shield","text":"Yew Spirit Shield"},{"type":"Bone Spirit Shield","text":"Bone Spirit Shield"},{"type":"Tarnished Spirit Shield","text":"Tarnished Spirit Shield"},{"type":"Jingling Spirit Shield","text":"Jingling Spirit Shield"},{"type":"Brass Spirit Shield","text":"Brass Spirit Shield"},{"type":"Walnut Spirit Shield","text":"Walnut Spirit Shield"},{"type":"Ivory Spirit Shield","text":"Ivory Spirit Shield"},{"type":"Ancient Spirit Shield","text":"Ancient Spirit Shield"},{"type":"Exhausting Spirit Shield","text":"Exhausting Spirit Shield"},{"type":"Subsuming Spirit Shield","text":"Subsuming Spirit Shield"},{"type":"Transfer-attuned Spirit Shield","text":"Transfer-attuned Spirit Shield"},{"type":"Splintered Tower Shield","text":"Splintered Tower Shield"},{"type":"Bronze Tower Shield","text":"Bronze Tower Shield"},{"type":"Girded Tower Shield","text":"Girded Tower Shield"},{"type":"Crested Tower Shield","text":"Crested Tower Shield"},{"type":"Shagreen Tower Shield","text":"Shagreen Tower Shield"},{"type":"Ebony Tower Shield","text":"Ebony Tower Shield"},{"type":"Ezomyte Tower Shield","text":"Ezomyte Tower Shield"},{"type":"Colossal Tower Shield","text":"Colossal Tower Shield"},{"type":"Pinnacle Tower Shield","text":"Pinnacle Tower Shield"},{"type":"Corroded Tower Shield","text":"Corroded Tower Shield"},{"type":"Rawhide Tower Shield","text":"Rawhide Tower Shield"},{"type":"Cedar Tower Shield","text":"Cedar Tower Shield"},{"type":"Copper Tower Shield","text":"Copper Tower Shield"},{"type":"Reinforced Tower Shield","text":"Reinforced Tower Shield"},{"type":"Painted Tower Shield","text":"Painted Tower Shield"},{"type":"Buckskin Tower Shield","text":"Buckskin Tower Shield"},{"type":"Mahogany Tower Shield","text":"Mahogany Tower Shield"},{"type":"Rotted Round Shield","text":"Rotted Round Shield"},{"type":"Teak Round Shield","text":"Teak Round Shield"},{"type":"Spiny Round Shield","text":"Spiny Round Shield"},{"type":"Cardinal Round Shield","text":"Cardinal Round Shield"},{"type":"Elegant Round Shield","text":"Elegant Round Shield"},{"type":"Fir Round Shield","text":"Fir Round Shield"},{"type":"Studded Round Shield","text":"Studded Round Shield"},{"type":"Scarlet Round Shield","text":"Scarlet Round Shield"},{"type":"Splendid Round Shield","text":"Splendid Round Shield"},{"type":"Maple Round Shield","text":"Maple Round Shield"},{"type":"Spiked Round Shield","text":"Spiked Round Shield"},{"type":"Crimson Round Shield","text":"Crimson Round Shield"},{"type":"Baroque Round Shield","text":"Baroque Round Shield"},{"type":"Exothermic Tower Shield","text":"Exothermic Tower Shield"},{"type":"Magmatic Tower Shield","text":"Magmatic Tower Shield"},{"type":"Heat-attuned Tower Shield","text":"Heat-attuned Tower Shield"},{"type":"Plank Kite Shield","text":"Plank Kite Shield"},{"type":"Branded Kite Shield","text":"Branded Kite Shield"},{"type":"Champion Kite Shield","text":"Champion Kite Shield"},{"type":"Mosaic Kite Shield","text":"Mosaic Kite Shield"},{"type":"Archon Kite Shield","text":"Archon Kite Shield"},{"type":"Linden Kite Shield","text":"Linden Kite Shield"},{"type":"Reinforced Kite Shield","text":"Reinforced Kite Shield"},{"type":"Layered Kite Shield","text":"Layered Kite Shield"},{"type":"Ceremonial Kite Shield","text":"Ceremonial Kite Shield"},{"type":"Etched Kite Shield","text":"Etched Kite Shield"},{"type":"Steel Kite Shield","text":"Steel Kite Shield"},{"type":"Laminated Kite Shield","text":"Laminated Kite Shield"},{"type":"Angelic Kite Shield","text":"Angelic Kite Shield"},{"type":"Cured Quiver","text":"Cured Quiver"},{"type":"Fire Arrow Quiver","text":"Fire Arrow Quiver"},{"type":"Broadhead Arrow Quiver","text":"Broadhead Arrow Quiver"},{"type":"Penetrating Arrow Quiver","text":"Penetrating Arrow Quiver"},{"type":"Spike-Point Arrow Quiver","text":"Spike-Point Arrow Quiver"},{"type":"Ornate Quiver","text":"Ornate Quiver"},{"type":"Rugged Quiver","text":"Rugged Quiver"},{"type":"Conductive Quiver","text":"Conductive Quiver"},{"type":"Heavy Quiver","text":"Heavy Quiver"},{"type":"Light Quiver","text":"Light Quiver"},{"type":"Serrated Arrow Quiver","text":"Serrated Arrow Quiver"},{"type":"Two-Point Arrow Quiver","text":"Two-Point Arrow Quiver"},{"type":"Sharktooth Arrow Quiver","text":"Sharktooth Arrow Quiver"},{"type":"Blunt Arrow Quiver","text":"Blunt Arrow Quiver"},{"type":"Artillery Quiver","text":"Artillery Quiver"},{"type":"Vile Arrow Quiver","text":"Vile Arrow Quiver"},{"type":"Heavy Arrow Quiver","text":"Heavy Arrow Quiver"},{"type":"Primal Arrow Quiver","text":"Primal Arrow Quiver"},{"type":"Feathered Arrow Quiver","text":"Feathered Arrow Quiver"},{"type":"Blazing Arrow Quiver","text":"Blazing Arrow Quiver"}]},{"id":"cards","label":"Cards","entries":[{"type":"Abandoned Wealth","text":"Abandoned Wealth"},{"type":"Acclimatisation","text":"Acclimatisation"},{"type":"A Chilling Wind","text":"A Chilling Wind"},{"type":"A Dab of Ink","text":"A Dab of Ink"},{"type":"A Dusty Memory","text":"A Dusty Memory"},{"type":"A Familiar Call","text":"A Familiar Call"},{"type":"A Fate Worse Than Death","text":"A Fate Worse Than Death"},{"type":"Akil\'s Prophecy","text":"Akil\'s Prophecy"},{"type":"Alivia\'s Grace","text":"Alivia\'s Grace"},{"type":"Alluring Bounty","text":"Alluring Bounty"},{"type":"Alone in the Darkness","text":"Alone in the Darkness"},{"type":"Altered Perception","text":"Altered Perception"},{"type":"Ambitious Obsession","text":"Ambitious Obsession"},{"type":"A Modest Request","text":"A Modest Request"},{"type":"A Mother\'s Parting Gift","text":"A Mother\'s Parting Gift"},{"type":"Anarchy\'s Price","text":"Anarchy\'s Price"},{"type":"A Note in the Wind","text":"A Note in the Wind"},{"type":"Arrogance of the Vaal","text":"Arrogance of the Vaal"},{"type":"A Sea of Blue","text":"A Sea of Blue"},{"type":"Assassin\'s Favour","text":"Assassin\'s Favour"},{"type":"Assassin\'s Gift","text":"Assassin\'s Gift"},{"type":"A Stone Perfected","text":"A Stone Perfected"},{"type":"Astral Protection","text":"Astral Protection"},{"type":"Atziri\'s Arsenal","text":"Atziri\'s Arsenal"},{"type":"Audacity","text":"Audacity"},{"type":"Auspicious Ambitions","text":"Auspicious Ambitions"},{"type":"Azure Rage","text":"Azure Rage"},{"type":"Azyran\'s Reward","text":"Azyran\'s Reward"},{"type":"Baited Expectations","text":"Baited Expectations"},{"type":"Beauty Through Death","text":"Beauty Through Death"},{"type":"Bijoux","text":"Bijoux"},{"type":"Birth of the Three","text":"Birth of the Three"},{"type":"Blessing of God","text":"Blessing of God"},{"type":"Blind Venture","text":"Blind Venture"},{"type":"Boon of Justice","text":"Boon of Justice"},{"type":"Boon of the First Ones","text":"Boon of the First Ones"},{"type":"Boundless Realms","text":"Boundless Realms"},{"type":"Bowyer\'s Dream","text":"Bowyer\'s Dream"},{"type":"Broken Promises","text":"Broken Promises"},{"type":"Broken Truce","text":"Broken Truce"},{"type":"Brotherhood in Exile","text":"Brotherhood in Exile"},{"type":"Brother\'s Gift","text":"Brother\'s Gift"},{"type":"Brother\'s Stash","text":"Brother\'s Stash"},{"type":"Brush, Paint and Palette","text":"Brush, Paint and Palette"},{"type":"Buried Treasure","text":"Buried Treasure"},{"type":"Burning Blood","text":"Burning Blood"},{"type":"Call to the First Ones","text":"Call to the First Ones"},{"type":"Cameria\'s Cut","text":"Cameria\'s Cut"},{"type":"Cartographer\'s Delight","text":"Cartographer\'s Delight"},{"type":"Chaotic Disposition","text":"Chaotic Disposition"},{"type":"Chasing Risk","text":"Chasing Risk"},{"type":"Checkmate","text":"Checkmate"},{"type":"Choking Guilt","text":"Choking Guilt"},{"type":"Costly Curio","text":"Costly Curio"},{"type":"Council of Cats","text":"Council of Cats"},{"type":"Coveted Possession","text":"Coveted Possession"},{"type":"Cursed Words","text":"Cursed Words"},{"type":"Dark Dreams","text":"Dark Dreams"},{"type":"Darker Half","text":"Darker Half"},{"type":"Dark Temptation","text":"Dark Temptation"},{"type":"Deadly Joy","text":"Deadly Joy"},{"type":"Death","text":"Death"},{"type":"Deathly Designs","text":"Deathly Designs"},{"type":"Dementophobia","text":"Dementophobia"},{"type":"Demigod\'s Wager","text":"Demigod\'s Wager"},{"type":"Desecrated Virtue","text":"Desecrated Virtue"},{"type":"Desperate Crusade","text":"Desperate Crusade"},{"type":"Destined to Crumble","text":"Destined to Crumble"},{"type":"Dialla\'s Subjugation","text":"Dialla\'s Subjugation"},{"type":"Disdain","text":"Disdain"},{"type":"Divine Beauty","text":"Divine Beauty"},{"type":"Divine Justice","text":"Divine Justice"},{"type":"Doedre\'s Madness","text":"Doedre\'s Madness"},{"type":"Doryani\'s Epiphany","text":"Doryani\'s Epiphany"},{"type":"Draped in Dreams","text":"Draped in Dreams"},{"type":"Duality","text":"Duality"},{"type":"Dying Anguish","text":"Dying Anguish"},{"type":"Dying Light","text":"Dying Light"},{"type":"Earth Drinker","text":"Earth Drinker"},{"type":"Echoes of Love","text":"Echoes of Love"},{"type":"Eldritch Perfection","text":"Eldritch Perfection"},{"type":"Emperor of Purity","text":"Emperor of Purity"},{"type":"Emperor\'s Luck","text":"Emperor\'s Luck"},{"type":"Endless Night","text":"Endless Night"},{"type":"Etched in Blood","text":"Etched in Blood"},{"type":"Eternal Bonds","text":"Eternal Bonds"},{"type":"Ever-Changing","text":"Ever-Changing"},{"type":"Fateful Meeting","text":"Fateful Meeting"},{"type":"Fire Of Unknown Origin","text":"Fire Of Unknown Origin"},{"type":"Forbidden Power","text":"Forbidden Power"},{"type":"Friendship","text":"Friendship"},{"type":"From Bone to Ashes","text":"From Bone to Ashes"},{"type":"Further Invention","text":"Further Invention"},{"type":"Gemcutter\'s Mercy","text":"Gemcutter\'s Mercy"},{"type":"Gemcutter\'s Promise","text":"Gemcutter\'s Promise"},{"type":"Gift of Asenath","text":"Gift of Asenath"},{"type":"Gift of the Gemling Queen","text":"Gift of the Gemling Queen"},{"type":"Glimmer of Hope","text":"Glimmer of Hope"},{"type":"Grave Knowledge","text":"Grave Knowledge"},{"type":"Guardian\'s Challenge","text":"Guardian\'s Challenge"},{"type":"Harmony of Souls","text":"Harmony of Souls"},{"type":"Haunting Shadows","text":"Haunting Shadows"},{"type":"Her Mask","text":"Her Mask"},{"type":"Heterochromia","text":"Heterochromia"},{"type":"Home","text":"Home"},{"type":"Hope","text":"Hope"},{"type":"House of Mirrors","text":"House of Mirrors"},{"type":"Hubris","text":"Hubris"},{"type":"Humility","text":"Humility"},{"type":"Hunter\'s Resolve","text":"Hunter\'s Resolve"},{"type":"Hunter\'s Reward","text":"Hunter\'s Reward"},{"type":"Immortal Resolve","text":"Immortal Resolve"},{"type":"Imperfect Memories","text":"Imperfect Memories"},{"type":"Imperial Legacy","text":"Imperial Legacy"},{"type":"I See Brothers","text":"I See Brothers"},{"type":"Jack in the Box","text":"Jack in the Box"},{"type":"Judging Voices","text":"Judging Voices"},{"type":"Justified Ambition","text":"Justified Ambition"},{"type":"Keeper\'s Corruption","text":"Keeper\'s Corruption"},{"type":"Lachrymal Necrosis","text":"Lachrymal Necrosis"},{"type":"Lantador\'s Lost Love","text":"Lantador\'s Lost Love"},{"type":"Last Hope","text":"Last Hope"},{"type":"Left to Fate","text":"Left to Fate"},{"type":"Lethean Temptation","text":"Lethean Temptation"},{"type":"Light and Truth","text":"Light and Truth"},{"type":"Lingering Remnants","text":"Lingering Remnants"},{"type":"Lost Worlds","text":"Lost Worlds"},{"type":"Love Through Ice","text":"Love Through Ice"},{"type":"Loyalty","text":"Loyalty"},{"type":"Lucky Connections","text":"Lucky Connections"},{"type":"Lucky Deck","text":"Lucky Deck"},{"type":"Luminous Trove","text":"Luminous Trove"},{"type":"Lysah\'s Respite","text":"Lysah\'s Respite"},{"type":"Magnum Opus","text":"Magnum Opus"},{"type":"Man With Bear","text":"Man With Bear"},{"type":"Matryoshka","text":"Matryoshka"},{"type":"Mawr Blaidd","text":"Mawr Blaidd"},{"type":"Merciless Armament","text":"Merciless Armament"},{"type":"Might is Right","text":"Might is Right"},{"type":"Misery in Darkness","text":"Misery in Darkness"},{"type":"Mitts","text":"Mitts"},{"type":"Monochrome","text":"Monochrome"},{"type":"More is Never Enough","text":"More is Never Enough"},{"type":"Nook\'s Crown","text":"Nook\'s Crown"},{"type":"No Traces","text":"No Traces"},{"type":"Parasitic Passengers","text":"Parasitic Passengers"},{"type":"Peaceful Moments","text":"Peaceful Moments"},{"type":"Perfection","text":"Perfection"},{"type":"Poisoned Faith","text":"Poisoned Faith"},{"type":"Prejudice","text":"Prejudice"},{"type":"Pride Before the Fall","text":"Pride Before the Fall"},{"type":"Pride of the First Ones","text":"Pride of the First Ones"},{"type":"Prometheus\' Armoury","text":"Prometheus\' Armoury"},{"type":"Prosperity","text":"Prosperity"},{"type":"Rain of Chaos","text":"Rain of Chaos"},{"type":"Rain Tempter","text":"Rain Tempter"},{"type":"Rats","text":"Rats"},{"type":"Rebirth","text":"Rebirth"},{"type":"Rebirth and Renewal","text":"Rebirth and Renewal"},{"type":"Reckless Ambition","text":"Reckless Ambition"},{"type":"Remembrance","text":"Remembrance"},{"type":"Sambodhi\'s Vow","text":"Sambodhi\'s Vow"},{"type":"Sambodhi\'s Wisdom","text":"Sambodhi\'s Wisdom"},{"type":"Scholar of the Seas","text":"Scholar of the Seas"},{"type":"Seven Years Bad Luck","text":"Seven Years Bad Luck"},{"type":"Shard of Fate","text":"Shard of Fate"},{"type":"Silence and Frost","text":"Silence and Frost"},{"type":"Society\'s Remorse","text":"Society\'s Remorse"},{"type":"Something Dark","text":"Something Dark"},{"type":"Soul Quenched","text":"Soul Quenched"},{"type":"Squandered Prosperity","text":"Squandered Prosperity"},{"type":"Struck by Lightning","text":"Struck by Lightning"},{"type":"Succor of the Sinless","text":"Succor of the Sinless"},{"type":"Terrible Secret of Space","text":"Terrible Secret of Space"},{"type":"The Academic","text":"The Academic"},{"type":"The Admirer","text":"The Admirer"},{"type":"The Adventuring Spirit","text":"The Adventuring Spirit"},{"type":"The Aesthete","text":"The Aesthete"},{"type":"The Apothecary","text":"The Apothecary"},{"type":"The Archmage\'s Right Hand","text":"The Archmage\'s Right Hand"},{"type":"The Arena Champion","text":"The Arena Champion"},{"type":"The Army of Blood","text":"The Army of Blood"},{"type":"The Artist","text":"The Artist"},{"type":"The Aspirant","text":"The Aspirant"},{"type":"The Astromancer","text":"The Astromancer"},{"type":"The Avenger","text":"The Avenger"},{"type":"The Awakened","text":"The Awakened"},{"type":"The Bargain","text":"The Bargain"},{"type":"The Battle Born","text":"The Battle Born"},{"type":"The Bear Woman","text":"The Bear Woman"},{"type":"The Beast","text":"The Beast"},{"type":"The Betrayal","text":"The Betrayal"},{"type":"The Bitter Blossom","text":"The Bitter Blossom"},{"type":"The Blazing Fire","text":"The Blazing Fire"},{"type":"The Blessing of Moosh","text":"The Blessing of Moosh"},{"type":"The Body","text":"The Body"},{"type":"The Bones","text":"The Bones"},{"type":"The Brawny Battle Mage","text":"The Brawny Battle Mage"},{"type":"The Breach","text":"The Breach"},{"type":"The Brittle Emperor","text":"The Brittle Emperor"},{"type":"The Cache","text":"The Cache"},{"type":"The Cacophony","text":"The Cacophony"},{"type":"The Calling","text":"The Calling"},{"type":"The Card Sharp","text":"The Card Sharp"},{"type":"The Carrion Crow","text":"The Carrion Crow"},{"type":"The Cartographer","text":"The Cartographer"},{"type":"The Cataclysm","text":"The Cataclysm"},{"type":"The Catalyst","text":"The Catalyst"},{"type":"The Catch","text":"The Catch"},{"type":"The Celestial Justicar","text":"The Celestial Justicar"},{"type":"The Celestial Stone","text":"The Celestial Stone"},{"type":"The Chains that Bind","text":"The Chains that Bind"},{"type":"The Cheater","text":"The Cheater"},{"type":"The Chosen","text":"The Chosen"},{"type":"The Coming Storm","text":"The Coming Storm"},{"type":"The Conduit","text":"The Conduit"},{"type":"The Craving","text":"The Craving"},{"type":"The Cursed King","text":"The Cursed King"},{"type":"The Damned","text":"The Damned"},{"type":"The Dapper Prodigy","text":"The Dapper Prodigy"},{"type":"The Darkest Dream","text":"The Darkest Dream"},{"type":"The Dark Mage","text":"The Dark Mage"},{"type":"The Deal","text":"The Deal"},{"type":"The Deceiver","text":"The Deceiver"},{"type":"The Deep Ones","text":"The Deep Ones"},{"type":"The Demon","text":"The Demon"},{"type":"The Demoness","text":"The Demoness"},{"type":"The Destination","text":"The Destination"},{"type":"The Doctor","text":"The Doctor"},{"type":"The Doppelganger","text":"The Doppelganger"},{"type":"The Dragon","text":"The Dragon"},{"type":"The Dragon\'s Heart","text":"The Dragon\'s Heart"},{"type":"The Dreamer","text":"The Dreamer"},{"type":"The Dreamland","text":"The Dreamland"},{"type":"The Drunken Aristocrat","text":"The Drunken Aristocrat"},{"type":"The Dungeon Master","text":"The Dungeon Master"},{"type":"The Easy Stroll","text":"The Easy Stroll"},{"type":"The Eldritch Decay","text":"The Eldritch Decay"},{"type":"The Emptiness","text":"The Emptiness"},{"type":"The Encroaching Darkness","text":"The Encroaching Darkness"},{"type":"The Endless Darkness","text":"The Endless Darkness"},{"type":"The Endurance","text":"The Endurance"},{"type":"The Enforcer","text":"The Enforcer"},{"type":"The Enlightened","text":"The Enlightened"},{"type":"The Enthusiasts","text":"The Enthusiasts"},{"type":"The Escape","text":"The Escape"},{"type":"The Eternal War","text":"The Eternal War"},{"type":"The Ethereal","text":"The Ethereal"},{"type":"The Explorer","text":"The Explorer"},{"type":"The Eye of Terror","text":"The Eye of Terror"},{"type":"The Eye of the Dragon","text":"The Eye of the Dragon"},{"type":"The Fathomless Depths","text":"The Fathomless Depths"},{"type":"The Feast","text":"The Feast"},{"type":"The Fiend","text":"The Fiend"},{"type":"The Finishing Touch","text":"The Finishing Touch"},{"type":"The Fishmonger","text":"The Fishmonger"},{"type":"The Fletcher","text":"The Fletcher"},{"type":"The Flora\'s Gift","text":"The Flora\'s Gift"},{"type":"The Fool","text":"The Fool"},{"type":"The Forgotten Treasure","text":"The Forgotten Treasure"},{"type":"The Formless Sea","text":"The Formless Sea"},{"type":"The Forsaken","text":"The Forsaken"},{"type":"The Fortunate","text":"The Fortunate"},{"type":"The Forward Gaze","text":"The Forward Gaze"},{"type":"The Fox","text":"The Fox"},{"type":"The Fox in the Brambles","text":"The Fox in the Brambles"},{"type":"The Gambler","text":"The Gambler"},{"type":"The Garish Power","text":"The Garish Power"},{"type":"The Gemcutter","text":"The Gemcutter"},{"type":"The Gentleman","text":"The Gentleman"},{"type":"The Gladiator","text":"The Gladiator"},{"type":"The Golden Era","text":"The Golden Era"},{"type":"The Greatest Intentions","text":"The Greatest Intentions"},{"type":"The Gulf","text":"The Gulf"},{"type":"The Hale Heart","text":"The Hale Heart"},{"type":"The Harvester","text":"The Harvester"},{"type":"The Hermit","text":"The Hermit"},{"type":"The Heroic Shot","text":"The Heroic Shot"},{"type":"The Hive of Knowledge","text":"The Hive of Knowledge"},{"type":"The Hoarder","text":"The Hoarder"},{"type":"The Hook","text":"The Hook"},{"type":"The Hunger","text":"The Hunger"},{"type":"The Immortal","text":"The Immortal"},{"type":"The Incantation","text":"The Incantation"},{"type":"The Innocent","text":"The Innocent"},{"type":"The Inoculated","text":"The Inoculated"},{"type":"The Insane Cat","text":"The Insane Cat"},{"type":"The Insatiable","text":"The Insatiable"},{"type":"The Inventor","text":"The Inventor"},{"type":"The Rusted Bard","text":"The Rusted Bard"},{"type":"The Jester","text":"The Jester"},{"type":"The Jeweller\'s Boon","text":"The Jeweller\'s Boon"},{"type":"The Journalist","text":"The Journalist"},{"type":"The Journey","text":"The Journey"},{"type":"The King\'s Blade","text":"The King\'s Blade"},{"type":"The King\'s Heart","text":"The King\'s Heart"},{"type":"The Landing","text":"The Landing"},{"type":"The Last One Standing","text":"The Last One Standing"},{"type":"The Last Supper","text":"The Last Supper"},{"type":"The Leviathan","text":"The Leviathan"},{"type":"The Lich","text":"The Lich"},{"type":"The Life Thief","text":"The Life Thief"},{"type":"The Lion","text":"The Lion"},{"type":"The Long Con","text":"The Long Con"},{"type":"The Long Watch","text":"The Long Watch"},{"type":"The Lord in Black","text":"The Lord in Black"},{"type":"The Lord of Celebration","text":"The Lord of Celebration"},{"type":"The Lover","text":"The Lover"},{"type":"The Lunaris Priestess","text":"The Lunaris Priestess"},{"type":"The Mad King","text":"The Mad King"},{"type":"The Magma Crab","text":"The Magma Crab"},{"type":"The Master","text":"The Master"},{"type":"The Master Artisan","text":"The Master Artisan"},{"type":"The Mayor","text":"The Mayor"},{"type":"The Mercenary","text":"The Mercenary"},{"type":"The Messenger","text":"The Messenger"},{"type":"The Metalsmith\'s Gift","text":"The Metalsmith\'s Gift"},{"type":"The Mind\'s Eyes","text":"The Mind\'s Eyes"},{"type":"The Mountain","text":"The Mountain"},{"type":"The Nurse","text":"The Nurse"},{"type":"The Oath","text":"The Oath"},{"type":"The Obscured","text":"The Obscured"},{"type":"The Offering","text":"The Offering"},{"type":"The Offspring","text":"The Offspring"},{"type":"The Old Man","text":"The Old Man"},{"type":"The One That Got Away","text":"The One That Got Away"},{"type":"The One With All","text":"The One With All"},{"type":"The Opulent","text":"The Opulent"},{"type":"The Pack Leader","text":"The Pack Leader"},{"type":"The Pact","text":"The Pact"},{"type":"The Patient","text":"The Patient"},{"type":"The Penitent","text":"The Penitent"},{"type":"The Poet","text":"The Poet"},{"type":"The Polymath","text":"The Polymath"},{"type":"The Porcupine","text":"The Porcupine"},{"type":"The Price of Devotion","text":"The Price of Devotion"},{"type":"The Price of Loyalty","text":"The Price of Loyalty"},{"type":"The Price of Prescience","text":"The Price of Prescience"},{"type":"The Price of Protection","text":"The Price of Protection"},{"type":"The Primordial","text":"The Primordial"},{"type":"The Prince of Darkness","text":"The Prince of Darkness"},{"type":"The Professor","text":"The Professor"},{"type":"The Progeny of Lunaris","text":"The Progeny of Lunaris"},{"type":"The Puzzle","text":"The Puzzle"},{"type":"The Queen","text":"The Queen"},{"type":"The Rabbit\'s Foot","text":"The Rabbit\'s Foot"},{"type":"The Rabid Rhoa","text":"The Rabid Rhoa"},{"type":"The Realm","text":"The Realm"},{"type":"The Return of the Rat","text":"The Return of the Rat"},{"type":"The Risk","text":"The Risk"},{"type":"The Rite of Elements","text":"The Rite of Elements"},{"type":"The Road to Power","text":"The Road to Power"},{"type":"The Ruthless Ceinture","text":"The Ruthless Ceinture"},{"type":"The Sacrifice","text":"The Sacrifice"},{"type":"The Saint\'s Treasure","text":"The Saint\'s Treasure"},{"type":"The Samurai\'s Eye","text":"The Samurai\'s Eye"},{"type":"The Scarred Meadow","text":"The Scarred Meadow"},{"type":"The Scavenger","text":"The Scavenger"},{"type":"The Scholar","text":"The Scholar"},{"type":"The Scout","text":"The Scout"},{"type":"The Seeker","text":"The Seeker"},{"type":"The Sephirot","text":"The Sephirot"},{"type":"The Shepherd\'s Sandals","text":"The Shepherd\'s Sandals"},{"type":"The Shieldbearer","text":"The Shieldbearer"},{"type":"The Shortcut","text":"The Shortcut"},{"type":"The Side Quest","text":"The Side Quest"},{"type":"The Sigil","text":"The Sigil"},{"type":"The Siren","text":"The Siren"},{"type":"The Skeleton","text":"The Skeleton"},{"type":"The Soul","text":"The Soul"},{"type":"The Spark and the Flame","text":"The Spark and the Flame"},{"type":"The Spoiled Prince","text":"The Spoiled Prince"},{"type":"The Standoff","text":"The Standoff"},{"type":"The Stormcaller","text":"The Stormcaller"},{"type":"The Strategist","text":"The Strategist"},{"type":"The Summoner","text":"The Summoner"},{"type":"The Sun","text":"The Sun"},{"type":"The Surgeon","text":"The Surgeon"},{"type":"The Surveyor","text":"The Surveyor"},{"type":"The Survivalist","text":"The Survivalist"},{"type":"The Sustenance","text":"The Sustenance"},{"type":"The Sword King\'s Salute","text":"The Sword King\'s Salute"},{"type":"The Thaumaturgist","text":"The Thaumaturgist"},{"type":"The Throne","text":"The Throne"},{"type":"The Tinkerer\'s Table","text":"The Tinkerer\'s Table"},{"type":"The Tireless Extractor","text":"The Tireless Extractor"},{"type":"The Tower","text":"The Tower"},{"type":"The Traitor","text":"The Traitor"},{"type":"The Transformation","text":"The Transformation"},{"type":"The Trial","text":"The Trial"},{"type":"The Tumbleweed","text":"The Tumbleweed"},{"type":"The Twilight Moon","text":"The Twilight Moon"},{"type":"The Twins","text":"The Twins"},{"type":"The Tyrant","text":"The Tyrant"},{"type":"The Undaunted","text":"The Undaunted"},{"type":"The Undisputed","text":"The Undisputed"},{"type":"The Unexpected Prize","text":"The Unexpected Prize"},{"type":"The Union","text":"The Union"},{"type":"The Valkyrie","text":"The Valkyrie"},{"type":"The Valley of Steel Boxes","text":"The Valley of Steel Boxes"},{"type":"The Vast","text":"The Vast"},{"type":"The Visionary","text":"The Visionary"},{"type":"The Void","text":"The Void"},{"type":"The Warden","text":"The Warden"},{"type":"The Warlord","text":"The Warlord"},{"type":"The Watcher","text":"The Watcher"},{"type":"The Web","text":"The Web"},{"type":"The Wedding Gift","text":"The Wedding Gift"},{"type":"The White Knight","text":"The White Knight"},{"type":"The Whiteout","text":"The Whiteout"},{"type":"The Wilted Rose","text":"The Wilted Rose"},{"type":"The Wind","text":"The Wind"},{"type":"The Witch","text":"The Witch"},{"type":"The Wolf","text":"The Wolf"},{"type":"The Wolf\'s Legacy","text":"The Wolf\'s Legacy"},{"type":"The Wolf\'s Shadow","text":"The Wolf\'s Shadow"},{"type":"The Wolven King\'s Bite","text":"The Wolven King\'s Bite"},{"type":"The Wolverine","text":"The Wolverine"},{"type":"The World Eater","text":"The World Eater"},{"type":"The Wrath","text":"The Wrath"},{"type":"The Wretched","text":"The Wretched"},{"type":"Thirst for Knowledge","text":"Thirst for Knowledge"},{"type":"Three Faces in the Dark","text":"Three Faces in the Dark"},{"type":"Three Voices","text":"Three Voices"},{"type":"Thunderous Skies","text":"Thunderous Skies"},{"type":"Time-Lost Relic","text":"Time-Lost Relic"},{"type":"Tranquillity","text":"Tranquillity"},{"type":"Treasure Hunter","text":"Treasure Hunter"},{"type":"Triskaidekaphobia","text":"Triskaidekaphobia"},{"type":"Turn the Other Cheek","text":"Turn the Other Cheek"},{"type":"Unchained","text":"Unchained"},{"type":"Underground Forest","text":"Underground Forest"},{"type":"Unrequited Love","text":"Unrequited Love"},{"type":"Vanity","text":"Vanity"},{"type":"Vile Power","text":"Vile Power"},{"type":"Vinia\'s Token","text":"Vinia\'s Token"},{"type":"Void of the Elements","text":"Void of the Elements"},{"type":"Volatile Power","text":"Volatile Power"},{"type":"Wealth and Power","text":"Wealth and Power"},{"type":"Who Asked","text":"Who Asked"},{"type":"Winter\'s Embrace","text":"Winter\'s Embrace"}]},{"id":"currency","label":"Currency","entries":[{"name":"Curiosity","type":"Vaal Aspect","text":"Curiosity Vaal Aspect","flags":{"unique":true}},{"name":"First Piece of the Arcane","type":"Legion Sword Piece","text":"First Piece of the Arcane Legion Sword Piece","flags":{"unique":true}},{"name":"First Piece of Brutality","type":"Imperial Staff Piece","text":"First Piece of Brutality Imperial Staff Piece","flags":{"unique":true}},{"name":"First Piece of Directions","type":"Blunt Arrow Quiver Piece","text":"First Piece of Directions Blunt Arrow Quiver Piece","flags":{"unique":true}},{"name":"First Piece of Focus","type":"Archon Kite Shield Piece","text":"First Piece of Focus Archon Kite Shield Piece","flags":{"unique":true}},{"name":"First Piece of Storms","type":"Callous Mask Piece","text":"First Piece of Storms Callous Mask Piece","flags":{"unique":true}},{"name":"First Piece of Time","type":"Cloth Belt Piece","text":"First Piece of Time Cloth Belt Piece","flags":{"unique":true}},{"name":"Fourth Piece of Focus","type":"Archon Kite Shield Piece","text":"Fourth Piece of Focus Archon Kite Shield Piece","flags":{"unique":true}},{"name":"Cooperation","type":"Vaal Aspect","text":"Cooperation Vaal Aspect","flags":{"unique":true}},{"name":"Second Piece of the Arcane","type":"Legion Sword Piece","text":"Second Piece of the Arcane Legion Sword Piece","flags":{"unique":true}},{"name":"Second Piece of Brutality","type":"Imperial Staff Piece","text":"Second Piece of Brutality Imperial Staff Piece","flags":{"unique":true}},{"name":"Second Piece of Directions","type":"Blunt Arrow Quiver Piece","text":"Second Piece of Directions Blunt Arrow Quiver Piece","flags":{"unique":true}},{"name":"Second Piece of Focus","type":"Archon Kite Shield Piece","text":"Second Piece of Focus Archon Kite Shield Piece","flags":{"unique":true}},{"name":"Second Piece of Storms","type":"Callous Mask Piece","text":"Second Piece of Storms Callous Mask Piece","flags":{"unique":true}},{"name":"Second Piece of Time","type":"Cloth Belt Piece","text":"Second Piece of Time Cloth Belt Piece","flags":{"unique":true}},{"name":"Third Piece of the Arcane","type":"Legion Sword Piece","text":"Third Piece of the Arcane Legion Sword Piece","flags":{"unique":true}},{"name":"Third Piece of Brutality","type":"Imperial Staff Piece","text":"Third Piece of Brutality Imperial Staff Piece","flags":{"unique":true}},{"name":"Third Piece of Directions","type":"Blunt Arrow Quiver Piece","text":"Third Piece of Directions Blunt Arrow Quiver Piece","flags":{"unique":true}},{"name":"Third Piece of Focus","type":"Archon Kite Shield Piece","text":"Third Piece of Focus Archon Kite Shield Piece","flags":{"unique":true}},{"name":"Third Piece of Storms","type":"Callous Mask Piece","text":"Third Piece of Storms Callous Mask Piece","flags":{"unique":true}},{"name":"Beauty","type":"Vaal Aspect","text":"Beauty Vaal Aspect","flags":{"unique":true}},{"name":"Ambition","type":"Vaal Aspect","text":"Ambition Vaal Aspect","flags":{"unique":true}},{"type":"Crusader\'s Exalted Orb","text":"Crusader\'s Exalted Orb"},{"type":"Hunter\'s Exalted Orb","text":"Hunter\'s Exalted Orb"},{"type":"Redeemer\'s Exalted Orb","text":"Redeemer\'s Exalted Orb"},{"type":"Warlord\'s Exalted Orb","text":"Warlord\'s Exalted Orb"},{"type":"Awakener\'s Orb","text":"Awakener\'s Orb"},{"type":"Omen of Fortune","text":"Omen of Fortune"},{"type":"Omen of Blanching","text":"Omen of Blanching"},{"type":"Omen of Death-dancing","text":"Omen of Death-dancing"},{"type":"Omen of Adrenaline","text":"Omen of Adrenaline"},{"type":"Omen of Death\'s Door","text":"Omen of Death\'s Door"},{"type":"Omen of Resurgence","text":"Omen of Resurgence"},{"type":"Omen of Refreshment","text":"Omen of Refreshment"},{"type":"Omen of Return","text":"Omen of Return"},{"type":"Omen of Bequeathal","text":"Omen of Bequeathal"},{"type":"Omen of Revenge","text":"Omen of Revenge"},{"type":"Omen of Amelioration","text":"Omen of Amelioration"},{"type":"Omen of Connections","text":"Omen of Connections"},{"type":"Omen of the Jeweller","text":"Omen of the Jeweller"},{"type":"Omen of Brilliance","text":"Omen of Brilliance"},{"type":"Omen of the Soul Devourer","text":"Omen of the Soul Devourer"},{"type":"Omen of Acceleration","text":"Omen of Acceleration"},{"type":"Tattoo of the Arohongui Moonwarden","text":"Tattoo of the Arohongui Moonwarden"},{"type":"Tattoo of the Arohongui Scout","text":"Tattoo of the Arohongui Scout"},{"type":"Tattoo of the Arohongui Warrior","text":"Tattoo of the Arohongui Warrior"},{"type":"Tattoo of the Arohongui Warmonger","text":"Tattoo of the Arohongui Warmonger"},{"type":"Tattoo of the Arohongui Shaman","text":"Tattoo of the Arohongui Shaman"},{"type":"Loyalty Tattoo of Ikiaho","text":"Loyalty Tattoo of Ikiaho"},{"type":"Tattoo of the Arohongui Makanga","text":"Tattoo of the Arohongui Makanga"},{"type":"Tattoo of the Hinekora Warrior","text":"Tattoo of the Hinekora Warrior"},{"type":"Tattoo of the Hinekora Deathwarden","text":"Tattoo of the Hinekora Deathwarden"},{"type":"Tattoo of the Hinekora Shaman","text":"Tattoo of the Hinekora Shaman"},{"type":"Tattoo of the Hinekora Storyteller","text":"Tattoo of the Hinekora Storyteller"},{"type":"Tattoo of the Hinekora Warmonger","text":"Tattoo of the Hinekora Warmonger"},{"type":"Loyalty Tattoo of Tawhanuku","text":"Loyalty Tattoo of Tawhanuku"},{"type":"Tattoo of the Hinekora Makanga","text":"Tattoo of the Hinekora Makanga"},{"type":"Tattoo of the Kitava Blood Drinker","text":"Tattoo of the Kitava Blood Drinker"},{"type":"Tattoo of the Kitava Rebel","text":"Tattoo of the Kitava Rebel"},{"type":"Tattoo of the Kitava Warrior","text":"Tattoo of the Kitava Warrior"},{"type":"Tattoo of the Kitava Heart Eater","text":"Tattoo of the Kitava Heart Eater"},{"type":"Tattoo of the Kitava Shaman","text":"Tattoo of the Kitava Shaman"},{"type":"Loyalty Tattoo of Utula","text":"Loyalty Tattoo of Utula"},{"type":"Tattoo of the Kitava Makanga","text":"Tattoo of the Kitava Makanga"},{"type":"Tattoo of the Ngamahu Firewalker","text":"Tattoo of the Ngamahu Firewalker"},{"type":"Tattoo of the Ngamahu Shaman","text":"Tattoo of the Ngamahu Shaman"},{"type":"Tattoo of the Ngamahu Warrior","text":"Tattoo of the Ngamahu Warrior"},{"type":"Tattoo of the Ngamahu Warmonger","text":"Tattoo of the Ngamahu Warmonger"},{"type":"Tattoo of the Ngamahu Woodcarver","text":"Tattoo of the Ngamahu Woodcarver"},{"type":"Loyalty Tattoo of Kaom","text":"Loyalty Tattoo of Kaom"},{"type":"Tattoo of the Ngamahu Makanga","text":"Tattoo of the Ngamahu Makanga"},{"type":"Tattoo of the Ramako Scout","text":"Tattoo of the Ramako Scout"},{"type":"Tattoo of the Ramako Archer","text":"Tattoo of the Ramako Archer"},{"type":"Tattoo of the Ramako Sniper","text":"Tattoo of the Ramako Sniper"},{"type":"Tattoo of the Ramako Fleetfoot","text":"Tattoo of the Ramako Fleetfoot"},{"type":"Tattoo of the Ramako Shaman","text":"Tattoo of the Ramako Shaman"},{"type":"Loyalty Tattoo of Ahuana","text":"Loyalty Tattoo of Ahuana"},{"type":"Tattoo of the Ramako Makanga","text":"Tattoo of the Ramako Makanga"},{"type":"Tattoo of the Rongokurai Warrior","text":"Tattoo of the Rongokurai Warrior"},{"type":"Tattoo of the Rongokurai Brute","text":"Tattoo of the Rongokurai Brute"},{"type":"Tattoo of the Rongokurai Goliath","text":"Tattoo of the Rongokurai Goliath"},{"type":"Tattoo of the Rongokurai Turtle","text":"Tattoo of the Rongokurai Turtle"},{"type":"Tattoo of the Rongokurai Guard","text":"Tattoo of the Rongokurai Guard"},{"type":"Loyalty Tattoo of Kahuturoa","text":"Loyalty Tattoo of Kahuturoa"},{"type":"Tattoo of the Rongokurai Makanga","text":"Tattoo of the Rongokurai Makanga"},{"type":"Honoured Tattoo of the Hunter","text":"Honoured Tattoo of the Hunter"},{"type":"Honoured Tattoo of the Barbarian","text":"Honoured Tattoo of the Barbarian"},{"type":"Honoured Tattoo of the Berserker","text":"Honoured Tattoo of the Berserker"},{"type":"Honoured Tattoo of the Wise","text":"Honoured Tattoo of the Wise"},{"type":"Honoured Tattoo of the Storm","text":"Honoured Tattoo of the Storm"},{"type":"Honoured Tattoo of the Flood","text":"Honoured Tattoo of the Flood"},{"type":"Honoured Tattoo of the Warlord","text":"Honoured Tattoo of the Warlord"},{"type":"Honoured Tattoo of the Mountain","text":"Honoured Tattoo of the Mountain"},{"type":"Honoured Tattoo of the Pa","text":"Honoured Tattoo of the Pa"},{"type":"Honoured Tattoo of the Dove","text":"Honoured Tattoo of the Dove"},{"type":"Honoured Tattoo of the Sky","text":"Honoured Tattoo of the Sky"},{"type":"Honoured Tattoo of the Tuatara","text":"Honoured Tattoo of the Tuatara"},{"type":"Honoured Tattoo of the Pillager","text":"Honoured Tattoo of the Pillager"},{"type":"Honoured Tattoo of the Turtle","text":"Honoured Tattoo of the Turtle"},{"type":"Honoured Tattoo of the Oak","text":"Honoured Tattoo of the Oak"},{"type":"Honoured Tattoo of the Hatungo","text":"Honoured Tattoo of the Hatungo"},{"type":"Honoured Tattoo of the Flock","text":"Honoured Tattoo of the Flock"},{"type":"Ancestral Tattoo of Bloodlines","text":"Ancestral Tattoo of Bloodlines"},{"type":"Honoured Tattoo of the Makanga","text":"Honoured Tattoo of the Makanga"},{"type":"Journey Tattoo of the Body","text":"Journey Tattoo of the Body"},{"type":"Journey Tattoo of the Mind","text":"Journey Tattoo of the Mind"},{"type":"Journey Tattoo of the Soul","text":"Journey Tattoo of the Soul"},{"type":"Journey Tattoo of Makanui","text":"Journey Tattoo of Makanui"},{"type":"Tattoo of the Tasalio Bladedancer","text":"Tattoo of the Tasalio Bladedancer"},{"type":"Tattoo of the Tasalio Tideshifter","text":"Tattoo of the Tasalio Tideshifter"},{"type":"Tattoo of the Tasalio Shaman","text":"Tattoo of the Tasalio Shaman"},{"type":"Tattoo of the Tasalio Warrior","text":"Tattoo of the Tasalio Warrior"},{"type":"Tattoo of the Tasalio Scout","text":"Tattoo of the Tasalio Scout"},{"type":"Loyalty Tattoo of Rakiata","text":"Loyalty Tattoo of Rakiata"},{"type":"Tattoo of the Tasalio Makanga","text":"Tattoo of the Tasalio Makanga"},{"type":"Tattoo of the Tawhoa Naturalist","text":"Tattoo of the Tawhoa Naturalist"},{"type":"Tattoo of the Tawhoa Scout","text":"Tattoo of the Tawhoa Scout"},{"type":"Tattoo of the Tawhoa Warrior","text":"Tattoo of the Tawhoa Warrior"},{"type":"Tattoo of the Tawhoa Herbalist","text":"Tattoo of the Tawhoa Herbalist"},{"type":"Tattoo of the Tawhoa Shaman","text":"Tattoo of the Tawhoa Shaman"},{"type":"Loyalty Tattoo of Maata","text":"Loyalty Tattoo of Maata"},{"type":"Tattoo of the Tawhoa Makanga","text":"Tattoo of the Tawhoa Makanga"},{"type":"Tattoo of the Tukohama Shaman","text":"Tattoo of the Tukohama Shaman"},{"type":"Tattoo of the Tukohama Warrior","text":"Tattoo of the Tukohama Warrior"},{"type":"Tattoo of the Tukohama Brawler","text":"Tattoo of the Tukohama Brawler"},{"type":"Tattoo of the Tukohama Warmonger","text":"Tattoo of the Tukohama Warmonger"},{"type":"Tattoo of the Tukohama Warcaller","text":"Tattoo of the Tukohama Warcaller"},{"type":"Loyalty Tattoo of Akoya","text":"Loyalty Tattoo of Akoya"},{"type":"Tattoo of the Tukohama Makanga","text":"Tattoo of the Tukohama Makanga"},{"type":"Tattoo of the Valako Stormrider","text":"Tattoo of the Valako Stormrider"},{"type":"Tattoo of the Valako Scout","text":"Tattoo of the Valako Scout"},{"type":"Tattoo of the Valako Warrior","text":"Tattoo of the Valako Warrior"},{"type":"Tattoo of the Valako Shieldbearer","text":"Tattoo of the Valako Shieldbearer"},{"type":"Tattoo of the Valako Shaman","text":"Tattoo of the Valako Shaman"},{"type":"Loyalty Tattoo of Kiloava","text":"Loyalty Tattoo of Kiloava"},{"type":"Tattoo of the Valako Makanga","text":"Tattoo of the Valako Makanga"},{"type":"Simple Rope Net","text":"Simple Rope Net"},{"type":"Thaumaturgical Net","text":"Thaumaturgical Net"},{"type":"Necromancy Net","text":"Necromancy Net"},{"type":"Reinforced Rope Net","text":"Reinforced Rope Net"},{"type":"Strong Rope Net","text":"Strong Rope Net"},{"type":"Simple Iron Net","text":"Simple Iron Net"},{"type":"Reinforced Iron Net","text":"Reinforced Iron Net"},{"type":"Strong Iron Net","text":"Strong Iron Net"},{"type":"Simple Steel Net","text":"Simple Steel Net"},{"type":"Reinforced Steel Net","text":"Reinforced Steel Net"},{"type":"Strong Steel Net","text":"Strong Steel Net"},{"type":"Simple Sextant","text":"Simple Sextant"},{"type":"Awakened Sextant","text":"Awakened Sextant"},{"type":"Elevated Sextant","text":"Elevated Sextant"},{"type":"Prime Sextant","text":"Prime Sextant"},{"type":"Facetor\'s Lens","text":"Facetor\'s Lens"},{"type":"Orb of Augmentation","text":"Orb of Augmentation"},{"type":"Exalted Orb","text":"Exalted Orb"},{"type":"Exalted Shard","text":"Exalted Shard"},{"type":"Abyssal Delirium Orb","text":"Abyssal Delirium Orb"},{"type":"Armoursmith\'s Delirium Orb","text":"Armoursmith\'s Delirium Orb"},{"type":"Blighted Delirium Orb","text":"Blighted Delirium Orb"},{"type":"Obscured Delirium Orb","text":"Obscured Delirium Orb"},{"type":"Fine Delirium Orb","text":"Fine Delirium Orb"},{"type":"Diviner\'s Delirium Orb","text":"Diviner\'s Delirium Orb"},{"type":"Whispering Delirium Orb","text":"Whispering Delirium Orb"},{"type":"Fossilised Delirium Orb","text":"Fossilised Delirium Orb"},{"type":"Fragmented Delirium Orb","text":"Fragmented Delirium Orb"},{"type":"Thaumaturge\'s Delirium Orb","text":"Thaumaturge\'s Delirium Orb"},{"type":"Foreboding Delirium Orb","text":"Foreboding Delirium Orb"},{"type":"Delirium Orb","text":"Delirium Orb"},{"type":"Timeless Delirium Orb","text":"Timeless Delirium Orb"},{"type":"Imperial Delirium Orb","text":"Imperial Delirium Orb"},{"type":"Cartographer\'s Delirium Orb","text":"Cartographer\'s Delirium Orb"},{"type":"Challenging Delirium Orb","text":"Challenging Delirium Orb"},{"type":"Kalguuran Delirium Orb","text":"Kalguuran Delirium Orb"},{"type":"Skittering Delirium Orb","text":"Skittering Delirium Orb"},{"type":"Primal Delirium Orb","text":"Primal Delirium Orb"},{"type":"Jeweller\'s Delirium Orb","text":"Jeweller\'s Delirium Orb"},{"type":"Singular Delirium Orb","text":"Singular Delirium Orb"},{"type":"Blacksmith\'s Delirium Orb","text":"Blacksmith\'s Delirium Orb"},{"type":"Simulacrum Splinter","text":"Simulacrum Splinter"},{"type":"Armourer\'s Scrap","text":"Armourer\'s Scrap"},{"type":"Orb of Unmaking","text":"Orb of Unmaking"},{"type":"Splinter of Chayula","text":"Splinter of Chayula"},{"type":"Splinter of Tul","text":"Splinter of Tul"},{"type":"Splinter of Xoph","text":"Splinter of Xoph"},{"type":"Splinter of Esh","text":"Splinter of Esh"},{"type":"Splinter of Uul-Netol","text":"Splinter of Uul-Netol"},{"type":"Blessing of Chayula","text":"Blessing of Chayula"},{"type":"Blessing of Tul","text":"Blessing of Tul"},{"type":"Blessing of Xoph","text":"Blessing of Xoph"},{"type":"Blessing of Esh","text":"Blessing of Esh"},{"type":"Blessing of Uul-Netol","text":"Blessing of Uul-Netol"},{"type":"Orb of Conflict","text":"Orb of Conflict"},{"type":"Orb of Scouring","text":"Orb of Scouring"},{"type":"Vaal Orb","text":"Vaal Orb"},{"type":"Remnant of Corruption","text":"Remnant of Corruption"},{"type":"Hollow Fossil","text":"Hollow Fossil"},{"type":"Serrated Fossil","text":"Serrated Fossil"},{"type":"Corroded Fossil","text":"Corroded Fossil"},{"type":"Aetheric Fossil","text":"Aetheric Fossil"},{"type":"Aberrant Fossil","text":"Aberrant Fossil"},{"type":"Frigid Fossil","text":"Frigid Fossil"},{"type":"Glyphic Fossil","text":"Glyphic Fossil"},{"type":"Dense Fossil","text":"Dense Fossil"},{"type":"Prismatic Fossil","text":"Prismatic Fossil"},{"type":"Deft Fossil","text":"Deft Fossil"},{"type":"Scorched Fossil","text":"Scorched Fossil"},{"type":"Faceted Fossil","text":"Faceted Fossil"},{"type":"Pristine Fossil","text":"Pristine Fossil"},{"type":"Metallic Fossil","text":"Metallic Fossil"},{"type":"Sanctified Fossil","text":"Sanctified Fossil"},{"type":"Lucent Fossil","text":"Lucent Fossil"},{"type":"Bound Fossil","text":"Bound Fossil"},{"type":"Fractured Fossil","text":"Fractured Fossil"},{"type":"Jagged Fossil","text":"Jagged Fossil"},{"type":"Perfect Fossil","text":"Perfect Fossil"},{"type":"Tangled Fossil","text":"Tangled Fossil"},{"type":"Gilded Fossil","text":"Gilded Fossil"},{"type":"Fundamental Fossil","text":"Fundamental Fossil"},{"type":"Shuddering Fossil","text":"Shuddering Fossil"},{"type":"Bloodstained Fossil","text":"Bloodstained Fossil"},{"type":"Mirror of Kalandra","text":"Mirror of Kalandra"},{"type":"Mirror Shard","text":"Mirror Shard"},{"type":"Eldritch Exalted Orb","text":"Eldritch Exalted Orb"},{"type":"Lesser Eldritch Ember","text":"Lesser Eldritch Ember"},{"type":"Greater Eldritch Ember","text":"Greater Eldritch Ember"},{"type":"Grand Eldritch Ember","text":"Grand Eldritch Ember"},{"type":"Exceptional Eldritch Ember","text":"Exceptional Eldritch Ember"},{"type":"Lesser Eldritch Ichor","text":"Lesser Eldritch Ichor"},{"type":"Greater Eldritch Ichor","text":"Greater Eldritch Ichor"},{"type":"Grand Eldritch Ichor","text":"Grand Eldritch Ichor"},{"type":"Exceptional Eldritch Ichor","text":"Exceptional Eldritch Ichor"},{"type":"Eldritch Orb of Annulment","text":"Eldritch Orb of Annulment"},{"type":"Eldritch Chaos Orb","text":"Eldritch Chaos Orb"},{"type":"Enkindling Orb","text":"Enkindling Orb"},{"type":"Muttering Essence of Anger","text":"Muttering Essence of Anger"},{"type":"Weeping Essence of Anger","text":"Weeping Essence of Anger"},{"type":"Wailing Essence of Anger","text":"Wailing Essence of Anger"},{"type":"Screaming Essence of Anger","text":"Screaming Essence of Anger"},{"type":"Shrieking Essence of Anger","text":"Shrieking Essence of Anger"},{"type":"Deafening Essence of Anger","text":"Deafening Essence of Anger"},{"type":"Wailing Essence of Anguish","text":"Wailing Essence of Anguish"},{"type":"Screaming Essence of Anguish","text":"Screaming Essence of Anguish"},{"type":"Shrieking Essence of Anguish","text":"Shrieking Essence of Anguish"},{"type":"Deafening Essence of Anguish","text":"Deafening Essence of Anguish"},{"type":"Whispering Essence of Contempt","text":"Whispering Essence of Contempt"},{"type":"Muttering Essence of Contempt","text":"Muttering Essence of Contempt"},{"type":"Weeping Essence of Contempt","text":"Weeping Essence of Contempt"},{"type":"Wailing Essence of Contempt","text":"Wailing Essence of Contempt"},{"type":"Screaming Essence of Contempt","text":"Screaming Essence of Contempt"},{"type":"Shrieking Essence of Contempt","text":"Shrieking Essence of Contempt"},{"type":"Deafening Essence of Contempt","text":"Deafening Essence of Contempt"},{"type":"Essence of Delirium","text":"Essence of Delirium"},{"type":"Weeping Essence of Doubt","text":"Weeping Essence of Doubt"},{"type":"Wailing Essence of Doubt","text":"Wailing Essence of Doubt"},{"type":"Screaming Essence of Doubt","text":"Screaming Essence of Doubt"},{"type":"Shrieking Essence of Doubt","text":"Shrieking Essence of Doubt"},{"type":"Deafening Essence of Doubt","text":"Deafening Essence of Doubt"},{"type":"Screaming Essence of Dread","text":"Screaming Essence of Dread"},{"type":"Shrieking Essence of Dread","text":"Shrieking Essence of Dread"},{"type":"Deafening Essence of Dread","text":"Deafening Essence of Dread"},{"type":"Screaming Essence of Envy","text":"Screaming Essence of Envy"},{"type":"Shrieking Essence of Envy","text":"Shrieking Essence of Envy"},{"type":"Deafening Essence of Envy","text":"Deafening Essence of Envy"},{"type":"Muttering Essence of Fear","text":"Muttering Essence of Fear"},{"type":"Weeping Essence of Fear","text":"Weeping Essence of Fear"},{"type":"Wailing Essence of Fear","text":"Wailing Essence of Fear"},{"type":"Screaming Essence of Fear","text":"Screaming Essence of Fear"},{"type":"Shrieking Essence of Fear","text":"Shrieking Essence of Fear"},{"type":"Deafening Essence of Fear","text":"Deafening Essence of Fear"},{"type":"Whispering Essence of Greed","text":"Whispering Essence of Greed"},{"type":"Muttering Essence of Greed","text":"Muttering Essence of Greed"},{"type":"Weeping Essence of Greed","text":"Weeping Essence of Greed"},{"type":"Wailing Essence of Greed","text":"Wailing Essence of Greed"},{"type":"Screaming Essence of Greed","text":"Screaming Essence of Greed"},{"type":"Shrieking Essence of Greed","text":"Shrieking Essence of Greed"},{"type":"Deafening Essence of Greed","text":"Deafening Essence of Greed"},{"type":"Whispering Essence of Hatred","text":"Whispering Essence of Hatred"},{"type":"Muttering Essence of Hatred","text":"Muttering Essence of Hatred"},{"type":"Weeping Essence of Hatred","text":"Weeping Essence of Hatred"},{"type":"Wailing Essence of Hatred","text":"Wailing Essence of Hatred"},{"type":"Screaming Essence of Hatred","text":"Screaming Essence of Hatred"},{"type":"Shrieking Essence of Hatred","text":"Shrieking Essence of Hatred"},{"type":"Deafening Essence of Hatred","text":"Deafening Essence of Hatred"},{"type":"Essence of Horror","text":"Essence of Horror"},{"type":"Essence of Hysteria","text":"Essence of Hysteria"},{"type":"Essence of Insanity","text":"Essence of Insanity"},{"type":"Wailing Essence of Loathing","text":"Wailing Essence of Loathing"},{"type":"Screaming Essence of Loathing","text":"Screaming Essence of Loathing"},{"type":"Shrieking Essence of Loathing","text":"Shrieking Essence of Loathing"},{"type":"Deafening Essence of Loathing","text":"Deafening Essence of Loathing"},{"type":"Screaming Essence of Misery","text":"Screaming Essence of Misery"},{"type":"Shrieking Essence of Misery","text":"Shrieking Essence of Misery"},{"type":"Deafening Essence of Misery","text":"Deafening Essence of Misery"},{"type":"Weeping Essence of Rage","text":"Weeping Essence of Rage"},{"type":"Wailing Essence of Rage","text":"Wailing Essence of Rage"},{"type":"Screaming Essence of Rage","text":"Screaming Essence of Rage"},{"type":"Shrieking Essence of Rage","text":"Shrieking Essence of Rage"},{"type":"Deafening Essence of Rage","text":"Deafening Essence of Rage"},{"type":"Screaming Essence of Scorn","text":"Screaming Essence of Scorn"},{"type":"Shrieking Essence of Scorn","text":"Shrieking Essence of Scorn"},{"type":"Deafening Essence of Scorn","text":"Deafening Essence of Scorn"},{"type":"Muttering Essence of Sorrow","text":"Muttering Essence of Sorrow"},{"type":"Weeping Essence of Sorrow","text":"Weeping Essence of Sorrow"},{"type":"Wailing Essence of Sorrow","text":"Wailing Essence of Sorrow"},{"type":"Screaming Essence of Sorrow","text":"Screaming Essence of Sorrow"},{"type":"Shrieking Essence of Sorrow","text":"Shrieking Essence of Sorrow"},{"type":"Deafening Essence of Sorrow","text":"Deafening Essence of Sorrow"},{"type":"Wailing Essence of Spite","text":"Wailing Essence of Spite"},{"type":"Screaming Essence of Spite","text":"Screaming Essence of Spite"},{"type":"Shrieking Essence of Spite","text":"Shrieking Essence of Spite"},{"type":"Deafening Essence of Spite","text":"Deafening Essence of Spite"},{"type":"Weeping Essence of Suffering","text":"Weeping Essence of Suffering"},{"type":"Wailing Essence of Suffering","text":"Wailing Essence of Suffering"},{"type":"Screaming Essence of Suffering","text":"Screaming Essence of Suffering"},{"type":"Shrieking Essence of Suffering","text":"Shrieking Essence of Suffering"},{"type":"Deafening Essence of Suffering","text":"Deafening Essence of Suffering"},{"type":"Muttering Essence of Torment","text":"Muttering Essence of Torment"},{"type":"Weeping Essence of Torment","text":"Weeping Essence of Torment"},{"type":"Wailing Essence of Torment","text":"Wailing Essence of Torment"},{"type":"Screaming Essence of Torment","text":"Screaming Essence of Torment"},{"type":"Shrieking Essence of Torment","text":"Shrieking Essence of Torment"},{"type":"Deafening Essence of Torment","text":"Deafening Essence of Torment"},{"type":"Whispering Essence of Woe","text":"Whispering Essence of Woe"},{"type":"Muttering Essence of Woe","text":"Muttering Essence of Woe"},{"type":"Weeping Essence of Woe","text":"Weeping Essence of Woe"},{"type":"Wailing Essence of Woe","text":"Wailing Essence of Woe"},{"type":"Screaming Essence of Woe","text":"Screaming Essence of Woe"},{"type":"Shrieking Essence of Woe","text":"Shrieking Essence of Woe"},{"type":"Deafening Essence of Woe","text":"Deafening Essence of Woe"},{"type":"Weeping Essence of Wrath","text":"Weeping Essence of Wrath"},{"type":"Wailing Essence of Wrath","text":"Wailing Essence of Wrath"},{"type":"Screaming Essence of Wrath","text":"Screaming Essence of Wrath"},{"type":"Shrieking Essence of Wrath","text":"Shrieking Essence of Wrath"},{"type":"Deafening Essence of Wrath","text":"Deafening Essence of Wrath"},{"type":"Wailing Essence of Zeal","text":"Wailing Essence of Zeal"},{"type":"Screaming Essence of Zeal","text":"Screaming Essence of Zeal"},{"type":"Shrieking Essence of Zeal","text":"Shrieking Essence of Zeal"},{"type":"Deafening Essence of Zeal","text":"Deafening Essence of Zeal"},{"type":"Oil Extractor","text":"Oil Extractor"},{"type":"Glassblower\'s Bauble","text":"Glassblower\'s Bauble"},{"type":"Fracturing Orb","text":"Fracturing Orb"},{"type":"Fracturing Shard","text":"Fracturing Shard"},{"type":"Gemcutter\'s Prism","text":"Gemcutter\'s Prism"},{"type":"Time-light Scroll","text":"Time-light Scroll"},{"type":"Deregulation Scroll","text":"Deregulation Scroll"},{"type":"Fragmentation Scroll","text":"Fragmentation Scroll"},{"type":"Specularity Scroll","text":"Specularity Scroll"},{"type":"Haemocombustion Scroll","text":"Haemocombustion Scroll"},{"type":"Electroshock Scroll","text":"Electroshock Scroll"},{"type":"Tailoring Orb","text":"Tailoring Orb"},{"type":"Tempering Orb","text":"Tempering Orb"},{"type":"Tainted Exalted Orb","text":"Tainted Exalted Orb"},{"type":"Tainted Armourer\'s Scrap","text":"Tainted Armourer\'s Scrap"},{"type":"Tainted Chaos Orb","text":"Tainted Chaos Orb"},{"type":"Tainted Chromatic Orb","text":"Tainted Chromatic Orb"},{"type":"Tainted Orb of Fusing","text":"Tainted Orb of Fusing"},{"type":"Tainted Jeweller\'s Orb","text":"Tainted Jeweller\'s Orb"},{"type":"Tainted Divine Teardrop","text":"Tainted Divine Teardrop"},{"type":"Tainted Mythic Orb","text":"Tainted Mythic Orb"},{"type":"Tainted Blacksmith\'s Whetstone","text":"Tainted Blacksmith\'s Whetstone"},{"type":"Hinekora\'s Lock","text":"Hinekora\'s Lock"},{"type":"Scroll of Wisdom","text":"Scroll of Wisdom"},{"type":"Scroll Fragment","text":"Scroll Fragment"},{"type":"Imprint","text":"Imprint"},{"type":"Eternal Orb","text":"Eternal Orb"},{"type":"Abyssal Incubator","text":"Abyssal Incubator"},{"type":"Geomancer\'s Incubator","text":"Geomancer\'s Incubator"},{"type":"Celestial Armoursmith\'s Incubator","text":"Celestial Armoursmith\'s Incubator"},{"type":"Feral Incubator","text":"Feral Incubator"},{"type":"Blighted Incubator","text":"Blighted Incubator"},{"type":"Obscured Incubator","text":"Obscured Incubator"},{"type":"Fine Incubator","text":"Fine Incubator"},{"type":"Ornate Incubator","text":"Ornate Incubator"},{"type":"Maddening Incubator","text":"Maddening Incubator"},{"type":"Diviner\'s Incubator","text":"Diviner\'s Incubator"},{"type":"Whispering Incubator","text":"Whispering Incubator"},{"type":"Infused Incubator","text":"Infused Incubator"},{"type":"Fossilised Incubator","text":"Fossilised Incubator"},{"type":"Fragmented Incubator","text":"Fragmented Incubator"},{"type":"Thaumaturge\'s Incubator","text":"Thaumaturge\'s Incubator"},{"type":"Gemcutter\'s Incubator","text":"Gemcutter\'s Incubator"},{"type":"Mysterious Incubator","text":"Mysterious Incubator"},{"type":"Foreboding Incubator","text":"Foreboding Incubator"},{"type":"Enchanted Incubator","text":"Enchanted Incubator"},{"type":"Eldritch Incubator","text":"Eldritch Incubator"},{"type":"Cartographer\'s Incubator","text":"Cartographer\'s Incubator"},{"type":"Challenging Incubator","text":"Challenging Incubator"},{"type":"Kalguuran Incubator","text":"Kalguuran Incubator"},{"type":"Skittering Incubator","text":"Skittering Incubator"},{"type":"Primal Incubator","text":"Primal Incubator"},{"type":"Celestial Jeweller\'s Incubator","text":"Celestial Jeweller\'s Incubator"},{"type":"Time-Lost Incubator","text":"Time-Lost Incubator"},{"type":"Otherworldly Incubator","text":"Otherworldly Incubator"},{"type":"Singular Incubator","text":"Singular Incubator"},{"type":"Celestial Blacksmith\'s Incubator","text":"Celestial Blacksmith\'s Incubator"},{"type":"Vial of Sacrifice","text":"Vial of Sacrifice"},{"type":"Vial of the Ghost","text":"Vial of the Ghost"},{"type":"Vial of Transcendence","text":"Vial of Transcendence"},{"type":"Vial of Fate","text":"Vial of Fate"},{"type":"Vial of Summoning","text":"Vial of Summoning"},{"type":"Vial of the Ritual","text":"Vial of the Ritual"},{"type":"Vial of Consequence","text":"Vial of Consequence"},{"type":"Vial of Awakening","text":"Vial of Awakening"},{"type":"Vial of Dominance","text":"Vial of Dominance"},{"type":"Instilling Orb","text":"Instilling Orb"},{"type":"Bestiary Orb","text":"Bestiary Orb"},{"type":"Charged Compass","text":"Charged Compass"},{"type":"Surveyor\'s Compass","text":"Surveyor\'s Compass"},{"type":"Abrasive Catalyst","text":"Abrasive Catalyst"},{"type":"Intrinsic Catalyst","text":"Intrinsic Catalyst"},{"type":"Imbued Catalyst","text":"Imbued Catalyst"},{"type":"Unstable Catalyst","text":"Unstable Catalyst"},{"type":"Tempering Catalyst","text":"Tempering Catalyst"},{"type":"Turbulent Catalyst","text":"Turbulent Catalyst"},{"type":"Noxious Catalyst","text":"Noxious Catalyst"},{"type":"Prismatic Catalyst","text":"Prismatic Catalyst"},{"type":"Fertile Catalyst","text":"Fertile Catalyst"},{"type":"Accelerating Catalyst","text":"Accelerating Catalyst"},{"type":"Tainted Catalyst","text":"Tainted Catalyst"},{"type":"Timeless Eternal Empire Splinter","text":"Timeless Eternal Empire Splinter"},{"type":"Timeless Karui Splinter","text":"Timeless Karui Splinter"},{"type":"Timeless Maraketh Splinter","text":"Timeless Maraketh Splinter"},{"type":"Timeless Templar Splinter","text":"Timeless Templar Splinter"},{"type":"Timeless Vaal Splinter","text":"Timeless Vaal Splinter"},{"type":"Cartographer\'s Chisel","text":"Cartographer\'s Chisel"},{"type":"Divine Orb","text":"Divine Orb"},{"type":"Orb of Regret","text":"Orb of Regret"},{"type":"Perandus Coin","text":"Perandus Coin"},{"type":"Portal Scroll","text":"Portal Scroll"},{"type":"Exotic Coinage","text":"Exotic Coinage"},{"type":"Scrap Metal","text":"Scrap Metal"},{"type":"Astragali","text":"Astragali"},{"type":"Burial Medallion","text":"Burial Medallion"},{"type":"Orb of Annulment","text":"Orb of Annulment"},{"type":"Annulment Shard","text":"Annulment Shard"},{"type":"Sacred Orb","text":"Sacred Orb"},{"type":"Blessed Orb","text":"Blessed Orb"},{"type":"Orb of Alteration","text":"Orb of Alteration"},{"type":"Alteration Shard","text":"Alteration Shard"},{"type":"Orb of Horizons","text":"Orb of Horizons"},{"type":"Horizon Shard","text":"Horizon Shard"},{"type":"Chaos Orb","text":"Chaos Orb"},{"type":"Chaos Shard","text":"Chaos Shard"},{"type":"Veiled Chaos Orb","text":"Veiled Chaos Orb"},{"type":"Chromatic Orb","text":"Chromatic Orb"},{"type":"Orb of Fusing","text":"Orb of Fusing"},{"type":"Jeweller\'s Orb","text":"Jeweller\'s Orb"},{"type":"Ancient Orb","text":"Ancient Orb"},{"type":"Ancient Shard","text":"Ancient Shard"},{"type":"Unshaping Orb","text":"Unshaping Orb"},{"type":"Albino Rhoa Feather","text":"Albino Rhoa Feather"},{"type":"Ritual Splinter","text":"Ritual Splinter"},{"type":"Ritual Vessel","text":"Ritual Vessel"},{"type":"Master Cartographer\'s Seal","text":"Master Cartographer\'s Seal"},{"type":"Apprentice Cartographer\'s Seal","text":"Apprentice Cartographer\'s Seal"},{"type":"Journeyman Cartographer\'s Seal","text":"Journeyman Cartographer\'s Seal"},{"type":"Uncarved Gemstone","text":"Uncarved Gemstone"},{"type":"Engineer\'s Orb","text":"Engineer\'s Orb"},{"type":"Infused Engineer\'s Orb","text":"Infused Engineer\'s Orb"},{"type":"Engineer\'s Shard","text":"Engineer\'s Shard"},{"type":"Orb of Dominance","text":"Orb of Dominance"},{"type":"Regal Orb","text":"Regal Orb"},{"type":"Regal Shard","text":"Regal Shard"},{"type":"Harbinger\'s Orb","text":"Harbinger\'s Orb"},{"type":"Harbinger\'s Shard","text":"Harbinger\'s Shard"},{"type":"Orb of Chance","text":"Orb of Chance"},{"type":"Orb of Transmutation","text":"Orb of Transmutation"},{"type":"Transmutation Shard","text":"Transmutation Shard"},{"type":"Orb of Alchemy","text":"Orb of Alchemy"},{"type":"Orb of Binding","text":"Orb of Binding"},{"type":"Binding Shard","text":"Binding Shard"},{"type":"Alchemy Shard","text":"Alchemy Shard"},{"type":"Valdo\'s Puzzle Box","text":"Valdo\'s Puzzle Box"},{"type":"Blacksmith\'s Whetstone","text":"Blacksmith\'s Whetstone"},{"type":"Gold","text":"Gold"},{"type":"Primal Crystallised Lifeforce","text":"Primal Crystallised Lifeforce"},{"type":"Sacred Crystallised Lifeforce","text":"Sacred Crystallised Lifeforce"},{"type":"Vivid Crystallised Lifeforce","text":"Vivid Crystallised Lifeforce"},{"type":"Wild Crystallised Lifeforce","text":"Wild Crystallised Lifeforce"},{"type":"Clear Oil","text":"Clear Oil"},{"type":"Opalescent Oil","text":"Opalescent Oil"},{"type":"Silver Oil","text":"Silver Oil"},{"type":"Golden Oil","text":"Golden Oil"},{"type":"Sepia Oil","text":"Sepia Oil"},{"type":"Amber Oil","text":"Amber Oil"},{"type":"Verdant Oil","text":"Verdant Oil"},{"type":"Teal Oil","text":"Teal Oil"},{"type":"Azure Oil","text":"Azure Oil"},{"type":"Indigo Oil","text":"Indigo Oil"},{"type":"Violet Oil","text":"Violet Oil"},{"type":"Crimson Oil","text":"Crimson Oil"},{"type":"Black Oil","text":"Black Oil"},{"type":"Tainted Oil","text":"Tainted Oil"},{"type":"Reflective Oil","text":"Reflective Oil"},{"type":"Blighted Scouting Report","text":"Blighted Scouting Report"},{"type":"Otherworldly Scouting Report","text":"Otherworldly Scouting Report"},{"type":"Vaal Scouting Report","text":"Vaal Scouting Report"},{"type":"Delirious Scouting Report","text":"Delirious Scouting Report"},{"type":"Explorer\'s Scouting Report","text":"Explorer\'s Scouting Report"},{"type":"Influenced Scouting Report","text":"Influenced Scouting Report"},{"type":"Operative\'s Scouting Report","text":"Operative\'s Scouting Report"},{"type":"Comprehensive Scouting Report","text":"Comprehensive Scouting Report"},{"type":"Singular Scouting Report","text":"Singular Scouting Report"},{"type":"Augmenting Power Core","text":"Augmenting Power Core"},{"type":"Armour Recombinator","text":"Armour Recombinator"},{"type":"Jewellery Recombinator","text":"Jewellery Recombinator"},{"type":"Transforming Power Core","text":"Transforming Power Core"},{"type":"Amplifying Power Core","text":"Amplifying Power Core"},{"type":"Weapon Recombinator","text":"Weapon Recombinator"},{"type":"Primitive Chaotic Resonator","text":"Primitive Chaotic Resonator"},{"type":"Potent Chaotic Resonator","text":"Potent Chaotic Resonator"},{"type":"Powerful Chaotic Resonator","text":"Powerful Chaotic Resonator"},{"type":"Prime Chaotic Resonator","text":"Prime Chaotic Resonator"},{"type":"Primitive Alchemical Resonator","text":"Primitive Alchemical Resonator"},{"type":"Potent Alchemical Resonator","text":"Potent Alchemical Resonator"},{"type":"Powerful Alchemical Resonator","text":"Powerful Alchemical Resonator"},{"type":"Prime Alchemical Resonator","text":"Prime Alchemical Resonator"},{"type":"Stacked Deck","text":"Stacked Deck"},{"type":"Lesser Broken Circle Artifact","text":"Lesser Broken Circle Artifact"},{"type":"Greater Broken Circle Artifact","text":"Greater Broken Circle Artifact"},{"type":"Grand Broken Circle Artifact","text":"Grand Broken Circle Artifact"},{"type":"Exceptional Broken Circle Artifact","text":"Exceptional Broken Circle Artifact"},{"type":"Lesser Black Scythe Artifact","text":"Lesser Black Scythe Artifact"},{"type":"Greater Black Scythe Artifact","text":"Greater Black Scythe Artifact"},{"type":"Grand Black Scythe Artifact","text":"Grand Black Scythe Artifact"},{"type":"Exceptional Black Scythe Artifact","text":"Exceptional Black Scythe Artifact"},{"type":"Lesser Order Artifact","text":"Lesser Order Artifact"},{"type":"Greater Order Artifact","text":"Greater Order Artifact"},{"type":"Grand Order Artifact","text":"Grand Order Artifact"},{"type":"Exceptional Order Artifact","text":"Exceptional Order Artifact"},{"type":"Lesser Sun Artifact","text":"Lesser Sun Artifact"},{"type":"Greater Sun Artifact","text":"Greater Sun Artifact"},{"type":"Grand Sun Artifact","text":"Grand Sun Artifact"},{"type":"Exceptional Sun Artifact","text":"Exceptional Sun Artifact"},{"type":"Rogue\'s Marker","text":"Rogue\'s Marker"},{"type":"Urn of Farud","text":"Urn of Farud"},{"type":"Ogham Candelabra","text":"Ogham Candelabra"},{"type":"Tusked Hominid Skull","text":"Tusked Hominid Skull"},{"type":"Celestial Stone","text":"Celestial Stone"},{"type":"Urn of the Original Ashes","text":"Urn of the Original Ashes"},{"type":"Heart Coil","text":"Heart Coil"},{"type":"Enigmatic Assembly A4","text":"Enigmatic Assembly A4"},{"type":"Enigmatic Assembly B2","text":"Enigmatic Assembly B2"},{"type":"Enigmatic Assembly C5","text":"Enigmatic Assembly C5"},{"type":"Enigmatic Assembly D1","text":"Enigmatic Assembly D1"},{"type":"Mirror of Teklatipitzi","text":"Mirror of Teklatipitzi"},{"type":"Box of Tripyxis","text":"Box of Tripyxis"},{"type":"Bust of Emperor Caspiro","text":"Bust of Emperor Caspiro"},{"type":"Golden Hetzapal Idol","text":"Golden Hetzapal Idol"},{"type":"Flask of Welakath","text":"Flask of Welakath"},{"type":"Forbidden Lamp","text":"Forbidden Lamp"},{"type":"The Goddess of Water","text":"The Goddess of Water"},{"type":"The Golden Ibis","text":"The Golden Ibis"},{"type":"Impossible Crystal","text":"Impossible Crystal"},{"type":"Living Ice","text":"Living Ice"},{"type":"Seal of Lunaris","text":"Seal of Lunaris"},{"type":"Golden Matatl Idol","text":"Golden Matatl Idol"},{"type":"Incense of Keth","text":"Incense of Keth"},{"type":"The Sea Pearl Heirloom","text":"The Sea Pearl Heirloom"},{"type":"Seal of Solaris","text":"Seal of Solaris"},{"type":"Golden Napuatzi Idol","text":"Golden Napuatzi Idol"},{"type":"Essence Burner","text":"Essence Burner"},{"type":"Ancient Seal","text":"Ancient Seal"},{"type":"Blood of Innocence","text":"Blood of Innocence"},{"type":"Dekhara\'s Resolve","text":"Dekhara\'s Resolve"},{"type":"Orbala\'s Fifth Adventure","text":"Orbala\'s Fifth Adventure"},{"type":"Staff of the First Sin Eater","text":"Staff of the First Sin Eater"},{"type":"Sword of the Inverse Relic","text":"Sword of the Inverse Relic"},{"type":"Crest of Ezomyr","text":"Crest of Ezomyr"},{"type":"Golden Slave Idol","text":"Golden Slave Idol"},{"type":"Golden Xoplotli Idol","text":"Golden Xoplotli Idol"},{"type":"Ceremonial Goblet","text":"Ceremonial Goblet"},{"type":"Crested Golden Idol","text":"Crested Golden Idol"},{"type":"Golden Ceremonial Mask","text":"Golden Ceremonial Mask"},{"type":"Golden Prayer Idol","text":"Golden Prayer Idol"},{"type":"Golden Grotesque","text":"Golden Grotesque"},{"type":"Golden Sacrificial Glyph","text":"Golden Sacrificial Glyph"},{"type":"Ez Myrae Tome","text":"Ez Myrae Tome"},{"type":"Hand of Arimor","text":"Hand of Arimor"},{"type":"Abberathine Horns","text":"Abberathine Horns"},{"type":"Admiral Proclar\'s Pipe","text":"Admiral Proclar\'s Pipe"},{"type":"Alchemical Chalice","text":"Alchemical Chalice"},{"type":"Crescent Splinter","text":"Crescent Splinter"},{"type":"Captured Soul of Tahsin, Warmaker","text":"Captured Soul of Tahsin, Warmaker"},{"type":"Cloth Belt Piece","text":"Cloth Belt Piece"},{"type":"Callous Mask Piece","text":"Callous Mask Piece"},{"type":"Vaal Aspect","text":"Vaal Aspect"},{"type":"Blunt Arrow Quiver Piece","text":"Blunt Arrow Quiver Piece"},{"type":"Archon Kite Shield Piece","text":"Archon Kite Shield Piece"},{"type":"Imperial Staff Piece","text":"Imperial Staff Piece"},{"type":"Legion Sword Piece","text":"Legion Sword Piece"}]},{"id":"flasks","label":"Flasks","entries":[{"name":"Atziri\'s Promise","type":"Amethyst Flask","text":"Atziri\'s Promise Amethyst Flask","flags":{"unique":true}},{"name":"Blood of the Karui","type":"Sanctified Life Flask","text":"Blood of the Karui Sanctified Life Flask","flags":{"unique":true}},{"name":"Bottled Faith","type":"Sulphur Flask","text":"Bottled Faith Sulphur Flask","flags":{"unique":true}},{"name":"Cinderswallow Urn","type":"Silver Flask","text":"Cinderswallow Urn Silver Flask","flags":{"unique":true}},{"name":"Coralito\'s Signature","type":"Diamond Flask","text":"Coralito\'s Signature Diamond Flask","flags":{"unique":true}},{"name":"Coruscating Elixir","type":"Ruby Flask","text":"Coruscating Elixir Ruby Flask","flags":{"unique":true}},{"name":"Divination Distillate","type":"Large Hybrid Flask","text":"Divination Distillate Large Hybrid Flask","flags":{"unique":true}},{"name":"Doedre\'s Elixir","type":"Greater Mana Flask","text":"Doedre\'s Elixir Greater Mana Flask","flags":{"unique":true}},{"name":"Dying Sun","type":"Ruby Flask","text":"Dying Sun Ruby Flask","flags":{"unique":true}},{"name":"Elixir of the Unbroken Circle","type":"Iron Flask","text":"Elixir of the Unbroken Circle Iron Flask","flags":{"unique":true}},{"name":"Forbidden Taste","type":"Quartz Flask","text":"Forbidden Taste Quartz Flask","flags":{"unique":true}},{"name":"Kiara\'s Determination","type":"Silver Flask","text":"Kiara\'s Determination Silver Flask","flags":{"unique":true}},{"name":"Lavianga\'s Spirit","type":"Sanctified Mana Flask","text":"Lavianga\'s Spirit Sanctified Mana Flask","flags":{"unique":true}},{"name":"Lion\'s Roar","type":"Granite Flask","text":"Lion\'s Roar Granite Flask","flags":{"unique":true}},{"name":"Olroth\'s Resolve","type":"Iron Flask","text":"Olroth\'s Resolve Iron Flask","flags":{"unique":true}},{"name":"Oriath\'s End","type":"Bismuth Flask","text":"Oriath\'s End Bismuth Flask","flags":{"unique":true}},{"name":"Progenesis","type":"Amethyst Flask","text":"Progenesis Amethyst Flask","flags":{"unique":true}},{"name":"Replica Lavianga\'s Spirit","type":"Sanctified Mana Flask","text":"Replica Lavianga\'s Spirit Sanctified Mana Flask","flags":{"unique":true}},{"name":"Replica Rumi\'s Concoction","type":"Granite Flask","text":"Replica Rumi\'s Concoction Granite Flask","flags":{"unique":true}},{"name":"Replica Sorrow of the Divine","type":"Sulphur Flask","text":"Replica Sorrow of the Divine Sulphur Flask","flags":{"unique":true}},{"name":"Replica Witchfire Brew","type":"Stibnite Flask","text":"Replica Witchfire Brew Stibnite Flask","flags":{"unique":true}},{"name":"Rotgut","type":"Quicksilver Flask","text":"Rotgut Quicksilver Flask","flags":{"unique":true}},{"name":"Rumi\'s Concoction","type":"Granite Flask","text":"Rumi\'s Concoction Granite Flask","flags":{"unique":true}},{"name":"Sin\'s Rebirth","type":"Stibnite Flask","text":"Sin\'s Rebirth Stibnite Flask","flags":{"unique":true}},{"name":"Soul Catcher","type":"Quartz Flask","text":"Soul Catcher Quartz Flask","flags":{"unique":true}},{"name":"Soul Ripper","type":"Quartz Flask","text":"Soul Ripper Quartz Flask","flags":{"unique":true}},{"name":"Starlight Chalice","type":"Iron Flask","text":"Starlight Chalice Iron Flask","flags":{"unique":true}},{"name":"Taste of Hate","type":"Sapphire Flask","text":"Taste of Hate Sapphire Flask","flags":{"unique":true}},{"name":"The Overflowing Chalice","type":"Sulphur Flask","text":"The Overflowing Chalice Sulphur Flask","flags":{"unique":true}},{"name":"The Sorrow of the Divine","type":"Sulphur Flask","text":"The Sorrow of the Divine Sulphur Flask","flags":{"unique":true}},{"name":"The Wise Oak","type":"Bismuth Flask","text":"The Wise Oak Bismuth Flask","flags":{"unique":true}},{"name":"The Writhing Jar","type":"Hallowed Hybrid Flask","text":"The Writhing Jar Hallowed Hybrid Flask","flags":{"unique":true}},{"name":"Vessel of Vinktar","type":"Topaz Flask","text":"Vessel of Vinktar Topaz Flask","flags":{"unique":true}},{"name":"Vorana\'s Preparation","type":"Iron Flask","text":"Vorana\'s Preparation Iron Flask","flags":{"unique":true}},{"name":"Witchfire Brew","type":"Stibnite Flask","text":"Witchfire Brew Stibnite Flask","flags":{"unique":true}},{"name":"Zerphi\'s Last Breath","type":"Grand Mana Flask","text":"Zerphi\'s Last Breath Grand Mana Flask","flags":{"unique":true}},{"type":"Small Hybrid Flask","text":"Small Hybrid Flask"},{"type":"Medium Hybrid Flask","text":"Medium Hybrid Flask"},{"type":"Large Hybrid Flask","text":"Large Hybrid Flask"},{"type":"Colossal Hybrid Flask","text":"Colossal Hybrid Flask"},{"type":"Sacred Hybrid Flask","text":"Sacred Hybrid Flask"},{"type":"Hallowed Hybrid Flask","text":"Hallowed Hybrid Flask"},{"type":"Small Life Flask","text":"Small Life Flask"},{"type":"Sanctified Life Flask","text":"Sanctified Life Flask"},{"type":"Divine Life Flask","text":"Divine Life Flask"},{"type":"Eternal Life Flask","text":"Eternal Life Flask"},{"type":"Medium Life Flask","text":"Medium Life Flask"},{"type":"Large Life Flask","text":"Large Life Flask"},{"type":"Greater Life Flask","text":"Greater Life Flask"},{"type":"Grand Life Flask","text":"Grand Life Flask"},{"type":"Giant Life Flask","text":"Giant Life Flask"},{"type":"Colossal Life Flask","text":"Colossal Life Flask"},{"type":"Sacred Life Flask","text":"Sacred Life Flask"},{"type":"Hallowed Life Flask","text":"Hallowed Life Flask"},{"type":"Small Mana Flask","text":"Small Mana Flask"},{"type":"Sanctified Mana Flask","text":"Sanctified Mana Flask"},{"type":"Divine Mana Flask","text":"Divine Mana Flask"},{"type":"Eternal Mana Flask","text":"Eternal Mana Flask"},{"type":"Medium Mana Flask","text":"Medium Mana Flask"},{"type":"Large Mana Flask","text":"Large Mana Flask"},{"type":"Greater Mana Flask","text":"Greater Mana Flask"},{"type":"Grand Mana Flask","text":"Grand Mana Flask"},{"type":"Giant Mana Flask","text":"Giant Mana Flask"},{"type":"Colossal Mana Flask","text":"Colossal Mana Flask"},{"type":"Sacred Mana Flask","text":"Sacred Mana Flask"},{"type":"Hallowed Mana Flask","text":"Hallowed Mana Flask"},{"type":"Diamond Flask","text":"Diamond Flask"},{"type":"Basalt Flask","text":"Basalt Flask"},{"type":"Aquamarine Flask","text":"Aquamarine Flask"},{"type":"Stibnite Flask","text":"Stibnite Flask"},{"type":"Sulphur Flask","text":"Sulphur Flask"},{"type":"Silver Flask","text":"Silver Flask"},{"type":"Bismuth Flask","text":"Bismuth Flask"},{"type":"Gold Flask","text":"Gold Flask"},{"type":"Corundum Flask","text":"Corundum Flask"},{"type":"Iron Flask","text":"Iron Flask"},{"type":"Ruby Flask","text":"Ruby Flask"},{"type":"Sapphire Flask","text":"Sapphire Flask"},{"type":"Topaz Flask","text":"Topaz Flask"},{"type":"Granite Flask","text":"Granite Flask"},{"type":"Quicksilver Flask","text":"Quicksilver Flask"},{"type":"Amethyst Flask","text":"Amethyst Flask"},{"type":"Quartz Flask","text":"Quartz Flask"},{"type":"Jade Flask","text":"Jade Flask"}]},{"id":"gems","label":"Gems","entries":[{"type":"Absolution","text":"Absolution"},{"type":"Infernal Cry","text":"Infernal Cry"},{"type":"Alchemist\'s Mark","text":"Alchemist\'s Mark"},{"type":"Ambush","text":"Ambush"},{"type":"Ancestral Cry","text":"Ancestral Cry"},{"type":"Ancestral Warchief","text":"Ancestral Warchief"},{"type":"Anger","text":"Anger"},{"type":"Animate Guardian","text":"Animate Guardian"},{"type":"Animate Weapon","text":"Animate Weapon"},{"type":"Arc","text":"Arc"},{"type":"Arcane Cloak","text":"Arcane Cloak"},{"type":"Arcanist Brand","text":"Arcanist Brand"},{"type":"Arctic Armour","text":"Arctic Armour"},{"type":"Creeping Frost","text":"Creeping Frost"},{"type":"Armageddon Brand","text":"Armageddon Brand"},{"type":"Artillery Ballista","text":"Artillery Ballista"},{"type":"Ball Lightning","text":"Ball Lightning"},{"type":"Barrage","text":"Barrage"},{"type":"Battlemage\'s Cry","text":"Battlemage\'s Cry"},{"type":"Bear Trap","text":"Bear Trap"},{"type":"Berserk","text":"Berserk"},{"type":"Blade Blast","text":"Blade Blast"},{"type":"Bladefall","text":"Bladefall"},{"type":"Bladestorm","text":"Bladestorm"},{"type":"Blade Trap","text":"Blade Trap"},{"type":"Blade Vortex","text":"Blade Vortex"},{"type":"Blast Rain","text":"Blast Rain"},{"type":"Blazing Salvo","text":"Blazing Salvo"},{"type":"Blight","text":"Blight"},{"type":"Blink Arrow","text":"Blink Arrow"},{"type":"Blood and Sand","text":"Blood and Sand"},{"type":"Blood Rage","text":"Blood Rage"},{"type":"Reap","text":"Reap"},{"type":"Unearth","text":"Unearth"},{"type":"Bone Offering","text":"Bone Offering"},{"type":"Boneshatter","text":"Boneshatter"},{"type":"Burning Arrow","text":"Burning Arrow"},{"type":"Chain Hook","text":"Chain Hook"},{"type":"Snipe","text":"Snipe"},{"type":"Blade Flurry","text":"Blade Flurry"},{"type":"Charged Dash","text":"Charged Dash"},{"type":"Clarity","text":"Clarity"},{"type":"Cleave","text":"Cleave"},{"type":"Cobra Lash","text":"Cobra Lash"},{"type":"Purity of Ice","text":"Purity of Ice"},{"type":"Cold Snap","text":"Cold Snap"},{"type":"Conductivity","text":"Conductivity"},{"type":"Consecrated Path","text":"Consecrated Path"},{"type":"Contagion","text":"Contagion"},{"type":"Conversion Trap","text":"Conversion Trap"},{"type":"Convocation","text":"Convocation"},{"type":"Cremation","text":"Cremation"},{"type":"Bodyswap","text":"Bodyswap"},{"type":"Corrupting Fever","text":"Corrupting Fever"},{"type":"Crackling Lance","text":"Crackling Lance"},{"type":"Assassin\'s Mark","text":"Assassin\'s Mark"},{"type":"Cyclone","text":"Cyclone"},{"type":"Malevolence","text":"Malevolence"},{"type":"Dark Pact","text":"Dark Pact"},{"type":"Bane","text":"Bane"},{"type":"Dash","text":"Dash"},{"type":"Decoy Totem","text":"Decoy Totem"},{"type":"Defiance Banner","text":"Defiance Banner"},{"type":"Desecrate","text":"Desecrate"},{"type":"Destructive Link","text":"Destructive Link"},{"type":"Determination","text":"Determination"},{"type":"Detonate Dead","text":"Detonate Dead"},{"type":"Detonate Mines","text":"Detonate Mines"},{"type":"Devouring Totem","text":"Devouring Totem"},{"type":"Discharge","text":"Discharge"},{"type":"Discipline","text":"Discipline"},{"type":"Divine Ire","text":"Divine Ire"},{"type":"Dominating Blow","text":"Dominating Blow"},{"type":"Double Strike","text":"Double Strike"},{"type":"Dread Banner","text":"Dread Banner"},{"type":"Dual Strike","text":"Dual Strike"},{"type":"Earthquake","text":"Earthquake"},{"type":"Earthshatter","text":"Earthshatter"},{"type":"Elemental Hit","text":"Elemental Hit"},{"type":"Elemental Weakness","text":"Elemental Weakness"},{"type":"Enduring Cry","text":"Enduring Cry"},{"type":"Energy Blade","text":"Energy Blade"},{"type":"Enfeeble","text":"Enfeeble"},{"type":"Ensnaring Arrow","text":"Ensnaring Arrow"},{"type":"Essence Drain","text":"Essence Drain"},{"type":"Ethereal Knives","text":"Ethereal Knives"},{"type":"Explosive Arrow","text":"Explosive Arrow"},{"type":"Explosive Concoction","text":"Explosive Concoction"},{"type":"Exsanguinate","text":"Exsanguinate"},{"type":"Eye of Winter","text":"Eye of Winter"},{"type":"Fireball","text":"Fireball"},{"type":"Scorching Ray","text":"Scorching Ray"},{"type":"Pyroclast Mine","text":"Pyroclast Mine"},{"type":"Purity of Fire","text":"Purity of Fire"},{"type":"Firestorm","text":"Firestorm"},{"type":"Fire Trap","text":"Fire Trap"},{"type":"Flameblast","text":"Flameblast"},{"type":"Flame Dash","text":"Flame Dash"},{"type":"Flame Link","text":"Flame Link"},{"type":"Flamethrower Trap","text":"Flamethrower Trap"},{"type":"Holy Flame Totem","text":"Holy Flame Totem"},{"type":"Flame Wall","text":"Flame Wall"},{"type":"Flame Surge","text":"Flame Surge"},{"type":"Flammability","text":"Flammability"},{"type":"Flesh and Stone","text":"Flesh and Stone"},{"type":"Flesh Offering","text":"Flesh Offering"},{"type":"Flicker Strike","text":"Flicker Strike"},{"type":"Forbidden Rite","text":"Forbidden Rite"},{"type":"Icicle Mine","text":"Icicle Mine"},{"type":"Freezing Pulse","text":"Freezing Pulse"},{"type":"Frenzy","text":"Frenzy"},{"type":"Frostbite","text":"Frostbite"},{"type":"Frost Blades","text":"Frost Blades"},{"type":"Frostblink","text":"Frostblink"},{"type":"Frostbolt","text":"Frostbolt"},{"type":"Vortex","text":"Vortex"},{"type":"Frost Bomb","text":"Frost Bomb"},{"type":"Frost Shield","text":"Frost Shield"},{"type":"Frost Wall","text":"Frost Wall"},{"type":"Frozen Legion","text":"Frozen Legion"},{"type":"Galvanic Field","text":"Galvanic Field"},{"type":"General\'s Cry","text":"General\'s Cry"},{"type":"Glacial Cascade","text":"Glacial Cascade"},{"type":"Glacial Hammer","text":"Glacial Hammer"},{"type":"Grace","text":"Grace"},{"type":"Ground Slam","text":"Ground Slam"},{"type":"Haste","text":"Haste"},{"type":"Hatred","text":"Hatred"},{"type":"Heavy Strike","text":"Heavy Strike"},{"type":"Herald of Agony","text":"Herald of Agony"},{"type":"Herald of Ash","text":"Herald of Ash"},{"type":"Herald of Ice","text":"Herald of Ice"},{"type":"Herald of Purity","text":"Herald of Purity"},{"type":"Herald of Thunder","text":"Herald of Thunder"},{"type":"Hexblast","text":"Hexblast"},{"type":"Hydrosphere","text":"Hydrosphere"},{"type":"Ice Crash","text":"Ice Crash"},{"type":"Ice Nova","text":"Ice Nova"},{"type":"Ice Shot","text":"Ice Shot"},{"type":"Siphoning Trap","text":"Siphoning Trap"},{"type":"Ice Spear","text":"Ice Spear"},{"type":"Ice Trap","text":"Ice Trap"},{"type":"Immortal Call","text":"Immortal Call"},{"type":"Incinerate","text":"Incinerate"},{"type":"Infernal Blow","text":"Infernal Blow"},{"type":"Intimidating Cry","text":"Intimidating Cry"},{"type":"Intuitive Link","text":"Intuitive Link"},{"type":"Kinetic Blast","text":"Kinetic Blast"},{"type":"Kinetic Bolt","text":"Kinetic Bolt"},{"type":"Lacerate","text":"Lacerate"},{"type":"Lancing Steel","text":"Lancing Steel"},{"type":"Leap Slam","text":"Leap Slam"},{"type":"Lightning Arrow","text":"Lightning Arrow"},{"type":"Lightning Conduit","text":"Lightning Conduit"},{"type":"Purity of Lightning","text":"Purity of Lightning"},{"type":"Lightning Strike","text":"Lightning Strike"},{"type":"Lightning Tendrils","text":"Lightning Tendrils"},{"type":"Lightning Spire Trap","text":"Lightning Spire Trap"},{"type":"Lightning Trap","text":"Lightning Trap"},{"type":"Lightning Warp","text":"Lightning Warp"},{"type":"Rolling Magma","text":"Rolling Magma"},{"type":"Manabond","text":"Manabond"},{"type":"Ancestral Protector","text":"Ancestral Protector"},{"type":"Mirror Arrow","text":"Mirror Arrow"},{"type":"Molten Shell","text":"Molten Shell"},{"type":"Molten Strike","text":"Molten Strike"},{"type":"Vulnerability","text":"Vulnerability"},{"type":"Orb of Storms","text":"Orb of Storms"},{"type":"Penance Brand","text":"Penance Brand"},{"type":"Perforate","text":"Perforate"},{"type":"Pestilent Strike","text":"Pestilent Strike"},{"type":"Petrified Blood","text":"Petrified Blood"},{"type":"Phase Run","text":"Phase Run"},{"type":"Seismic Trap","text":"Seismic Trap"},{"type":"Plague Bearer","text":"Plague Bearer"},{"type":"Poacher\'s Mark","text":"Poacher\'s Mark"},{"type":"Caustic Arrow","text":"Caustic Arrow"},{"type":"Poisonous Concoction","text":"Poisonous Concoction"},{"type":"Portal","text":"Portal"},{"type":"Power Siphon","text":"Power Siphon"},{"type":"Precision","text":"Precision"},{"type":"Pride","text":"Pride"},{"type":"Sniper\'s Mark","text":"Sniper\'s Mark"},{"type":"Protective Link","text":"Protective Link"},{"type":"Puncture","text":"Puncture"},{"type":"Punishment","text":"Punishment"},{"type":"Wave of Conviction","text":"Wave of Conviction"},{"type":"Purity of Elements","text":"Purity of Elements"},{"type":"Quickstep","text":"Quickstep"},{"type":"Rage Vortex","text":"Rage Vortex"},{"type":"Rain of Arrows","text":"Rain of Arrows"},{"type":"Raise Spectre","text":"Raise Spectre"},{"type":"Raise Zombie","text":"Raise Zombie"},{"type":"Rallying Cry","text":"Rallying Cry"},{"type":"Reave","text":"Reave"},{"type":"Brand Recall","text":"Brand Recall"},{"type":"Reckoning","text":"Reckoning"},{"type":"Rejuvenation Totem","text":"Rejuvenation Totem"},{"type":"Righteous Fire","text":"Righteous Fire"},{"type":"Riposte","text":"Riposte"},{"type":"Purifying Flame","text":"Purifying Flame"},{"type":"Scourge Arrow","text":"Scourge Arrow"},{"type":"Searing Bond","text":"Searing Bond"},{"type":"Seismic Cry","text":"Seismic Cry"},{"type":"Shattering Steel","text":"Shattering Steel"},{"type":"Shield Charge","text":"Shield Charge"},{"type":"Shield Crush","text":"Shield Crush"},{"type":"Shock Nova","text":"Shock Nova"},{"type":"Shockwave Totem","text":"Shockwave Totem"},{"type":"Shrapnel Ballista","text":"Shrapnel Ballista"},{"type":"Galvanic Arrow","text":"Galvanic Arrow"},{"type":"Explosive Trap","text":"Explosive Trap"},{"type":"Siege Ballista","text":"Siege Ballista"},{"type":"Sigil of Power","text":"Sigil of Power"},{"type":"Smite","text":"Smite"},{"type":"Smoke Mine","text":"Smoke Mine"},{"type":"Soul Link","text":"Soul Link"},{"type":"Soulrend","text":"Soulrend"},{"type":"Spark","text":"Spark"},{"type":"Spectral Helix","text":"Spectral Helix"},{"type":"Zealotry","text":"Zealotry"},{"type":"Spellslinger","text":"Spellslinger"},{"type":"Spirit Offering","text":"Spirit Offering"},{"type":"Split Arrow","text":"Split Arrow"},{"type":"Splitting Steel","text":"Splitting Steel"},{"type":"Static Strike","text":"Static Strike"},{"type":"Steelskin","text":"Steelskin"},{"type":"Stormbind","text":"Stormbind"},{"type":"Stormblast Mine","text":"Stormblast Mine"},{"type":"Storm Brand","text":"Storm Brand"},{"type":"Storm Burst","text":"Storm Burst"},{"type":"Storm Call","text":"Storm Call"},{"type":"Storm Rain","text":"Storm Rain"},{"type":"Summon Carrion Golem","text":"Summon Carrion Golem"},{"type":"Summon Chaos Golem","text":"Summon Chaos Golem"},{"type":"Summon Flame Golem","text":"Summon Flame Golem"},{"type":"Summon Ice Golem","text":"Summon Ice Golem"},{"type":"Summon Lightning Golem","text":"Summon Lightning Golem"},{"type":"Summon Raging Spirit","text":"Summon Raging Spirit"},{"type":"Summon Reaper","text":"Summon Reaper"},{"type":"Summon Holy Relic","text":"Summon Holy Relic"},{"type":"Summon Stone Golem","text":"Summon Stone Golem"},{"type":"Summon Skeletons","text":"Summon Skeletons"},{"type":"Summon Skitterbots","text":"Summon Skitterbots"},{"type":"Sunder","text":"Sunder"},{"type":"Sweep","text":"Sweep"},{"type":"Tectonic Slam","text":"Tectonic Slam"},{"type":"Tempest Shield","text":"Tempest Shield"},{"type":"Temporal Chains","text":"Temporal Chains"},{"type":"Temporal Rift","text":"Temporal Rift"},{"type":"Spectral Shield Throw","text":"Spectral Shield Throw"},{"type":"Spectral Throw","text":"Spectral Throw"},{"type":"Tornado","text":"Tornado"},{"type":"Tornado Shot","text":"Tornado Shot"},{"type":"Toxic Rain","text":"Toxic Rain"},{"type":"Vaal Absolution","text":"Vaal Absolution"},{"type":"Vaal Ancestral Warchief","text":"Vaal Ancestral Warchief"},{"type":"Vaal Animate Weapon","text":"Vaal Animate Weapon"},{"type":"Vaal Arc","text":"Vaal Arc"},{"type":"Vaal Arctic Armour","text":"Vaal Arctic Armour"},{"type":"Vaal Blade Vortex","text":"Vaal Blade Vortex"},{"type":"Vaal Blight","text":"Vaal Blight"},{"type":"Vaal Burning Arrow","text":"Vaal Burning Arrow"},{"type":"Vaal Caustic Arrow","text":"Vaal Caustic Arrow"},{"type":"Vaal Blade Flurry","text":"Vaal Blade Flurry"},{"type":"Vaal Clarity","text":"Vaal Clarity"},{"type":"Vaal Cleave","text":"Vaal Cleave"},{"type":"Vaal Impurity of Ice","text":"Vaal Impurity of Ice"},{"type":"Vaal Cold Snap","text":"Vaal Cold Snap"},{"type":"Vaal Cyclone","text":"Vaal Cyclone"},{"type":"Vaal Detonate Dead","text":"Vaal Detonate Dead"},{"type":"Vaal Discipline","text":"Vaal Discipline"},{"type":"Vaal Domination","text":"Vaal Domination"},{"type":"Vaal Double Strike","text":"Vaal Double Strike"},{"type":"Vaal Earthquake","text":"Vaal Earthquake"},{"type":"Vaal Fireball","text":"Vaal Fireball"},{"type":"Vaal Impurity of Fire","text":"Vaal Impurity of Fire"},{"type":"Vaal Firestorm","text":"Vaal Firestorm"},{"type":"Vaal Flameblast","text":"Vaal Flameblast"},{"type":"Vaal Flicker Strike","text":"Vaal Flicker Strike"},{"type":"Vaal Glacial Hammer","text":"Vaal Glacial Hammer"},{"type":"Vaal Grace","text":"Vaal Grace"},{"type":"Vaal Ground Slam","text":"Vaal Ground Slam"},{"type":"Vaal Haste","text":"Vaal Haste"},{"type":"Vaal Ice Nova","text":"Vaal Ice Nova"},{"type":"Vaal Ice Shot","text":"Vaal Ice Shot"},{"type":"Vaal Immortal Call","text":"Vaal Immortal Call"},{"type":"Vaal Lightning Arrow","text":"Vaal Lightning Arrow"},{"type":"Vaal Impurity of Lightning","text":"Vaal Impurity of Lightning"},{"type":"Vaal Lightning Strike","text":"Vaal Lightning Strike"},{"type":"Vaal Lightning Trap","text":"Vaal Lightning Trap"},{"type":"Vaal Lightning Warp","text":"Vaal Lightning Warp"},{"type":"Vaal Molten Shell","text":"Vaal Molten Shell"},{"type":"Vaal Molten Strike","text":"Vaal Molten Strike"},{"type":"Vaal Breach","text":"Vaal Breach"},{"type":"Vaal Power Siphon","text":"Vaal Power Siphon"},{"type":"Vaal Rain of Arrows","text":"Vaal Rain of Arrows"},{"type":"Vaal Reap","text":"Vaal Reap"},{"type":"Vaal Reave","text":"Vaal Reave"},{"type":"Vaal Rejuvenation Totem","text":"Vaal Rejuvenation Totem"},{"type":"Vaal Righteous Fire","text":"Vaal Righteous Fire"},{"type":"Vaal Smite","text":"Vaal Smite"},{"type":"Vaal Spark","text":"Vaal Spark"},{"type":"Vaal Storm Call","text":"Vaal Storm Call"},{"type":"Vaal Summon Skeletons","text":"Vaal Summon Skeletons"},{"type":"Vaal Spectral Throw","text":"Vaal Spectral Throw"},{"type":"Vaal Venom Gyre","text":"Vaal Venom Gyre"},{"type":"Vaal Volcanic Fissure","text":"Vaal Volcanic Fissure"},{"type":"Vampiric Link","text":"Vampiric Link"},{"type":"Vengeance","text":"Vengeance"},{"type":"Venom Gyre","text":"Venom Gyre"},{"type":"Vigilant Strike","text":"Vigilant Strike"},{"type":"Viper Strike","text":"Viper Strike"},{"type":"Vitality","text":"Vitality"},{"type":"Void Sphere","text":"Void Sphere"},{"type":"Volatile Dead","text":"Volatile Dead"},{"type":"Volcanic Fissure","text":"Volcanic Fissure"},{"type":"Voltaxic Burst","text":"Voltaxic Burst"},{"type":"Despair","text":"Despair"},{"type":"War Banner","text":"War Banner"},{"type":"Warlord\'s Mark","text":"Warlord\'s Mark"},{"type":"Whirling Blades","text":"Whirling Blades"},{"type":"Wild Strike","text":"Wild Strike"},{"type":"Winter Orb","text":"Winter Orb"},{"type":"Wintertide Brand","text":"Wintertide Brand"},{"type":"Wither","text":"Wither"},{"type":"Withering Step","text":"Withering Step"},{"type":"Wrath","text":"Wrath"},{"type":"Added Chaos Damage Support","text":"Added Chaos Damage Support"},{"type":"Awakened Added Chaos Damage Support","text":"Awakened Added Chaos Damage Support"},{"type":"Added Cold Damage Support","text":"Added Cold Damage Support"},{"type":"Awakened Added Cold Damage Support","text":"Awakened Added Cold Damage Support"},{"type":"Added Fire Damage Support","text":"Added Fire Damage Support"},{"type":"Awakened Added Fire Damage Support","text":"Awakened Added Fire Damage Support"},{"type":"Added Lightning Damage Support","text":"Added Lightning Damage Support"},{"type":"Awakened Added Lightning Damage Support","text":"Awakened Added Lightning Damage Support"},{"type":"Additional Accuracy Support","text":"Additional Accuracy Support"},{"type":"Empower Support","text":"Empower Support"},{"type":"Enhance Support","text":"Enhance Support"},{"type":"Enlighten Support","text":"Enlighten Support"},{"type":"Awakened Ancestral Call Support","text":"Awakened Ancestral Call Support"},{"type":"Arcane Surge Support","text":"Arcane Surge Support"},{"type":"Archmage Support","text":"Archmage Support"},{"type":"Arrow Nova Support","text":"Arrow Nova Support"},{"type":"Awakened Arrow Nova Support","text":"Awakened Arrow Nova Support"},{"type":"Barrage Support","text":"Barrage Support"},{"type":"Behead Support","text":"Behead Support"},{"type":"Blasphemy Support","text":"Blasphemy Support"},{"type":"Awakened Blasphemy Support","text":"Awakened Blasphemy Support"},{"type":"Blind Support","text":"Blind Support"},{"type":"Block Chance Reduction Support","text":"Block Chance Reduction Support"},{"type":"Bloodlust Support","text":"Bloodlust Support"},{"type":"Arrogance Support","text":"Arrogance Support"},{"type":"Bloodthirst Support","text":"Bloodthirst Support"},{"type":"Bonechill Support","text":"Bonechill Support"},{"type":"Brutality Support","text":"Brutality Support"},{"type":"Awakened Brutality Support","text":"Awakened Brutality Support"},{"type":"Awakened Burning Damage Support","text":"Awakened Burning Damage Support"},{"type":"Cast On Critical Strike Support","text":"Cast On Critical Strike Support"},{"type":"Awakened Cast On Critical Strike Support","text":"Awakened Cast On Critical Strike Support"},{"type":"Cast when Damage Taken Support","text":"Cast when Damage Taken Support"},{"type":"Cast on Death Support","text":"Cast on Death Support"},{"type":"Cast on Melee Kill Support","text":"Cast on Melee Kill Support"},{"type":"Cast when Stunned Support","text":"Cast when Stunned Support"},{"type":"Cast while Channelling Support","text":"Cast while Channelling Support"},{"type":"Awakened Cast While Channelling Support","text":"Awakened Cast While Channelling Support"},{"type":"Chain Support","text":"Chain Support"},{"type":"Awakened Chain Support","text":"Awakened Chain Support"},{"type":"Chance to Bleed Support","text":"Chance to Bleed Support"},{"type":"Chance to Flee Support","text":"Chance to Flee Support"},{"type":"Combustion Support","text":"Combustion Support"},{"type":"Withering Touch Support","text":"Withering Touch Support"},{"type":"Charged Mines Support","text":"Charged Mines Support"},{"type":"Close Combat Support","text":"Close Combat Support"},{"type":"Cluster Traps Support","text":"Cluster Traps Support"},{"type":"Cold Penetration Support","text":"Cold Penetration Support"},{"type":"Awakened Cold Penetration Support","text":"Awakened Cold Penetration Support"},{"type":"Cold to Fire Support","text":"Cold to Fire Support"},{"type":"Concentrated Effect Support","text":"Concentrated Effect Support"},{"type":"Controlled Blaze Support","text":"Controlled Blaze Support"},{"type":"Controlled Destruction Support","text":"Controlled Destruction Support"},{"type":"Awakened Controlled Destruction Support","text":"Awakened Controlled Destruction Support"},{"type":"Corrupting Cry Support","text":"Corrupting Cry Support"},{"type":"Cruelty Support","text":"Cruelty Support"},{"type":"Culling Strike Support","text":"Culling Strike Support"},{"type":"Cursed Ground Support","text":"Cursed Ground Support"},{"type":"Hextouch Support","text":"Hextouch Support"},{"type":"Awakened Hextouch Support","text":"Awakened Hextouch Support"},{"type":"Hypothermia Support","text":"Hypothermia Support"},{"type":"Deadly Ailments Support","text":"Deadly Ailments Support"},{"type":"Awakened Deadly Ailments Support","text":"Awakened Deadly Ailments Support"},{"type":"Predator Support","text":"Predator Support"},{"type":"Decay Support","text":"Decay Support"},{"type":"Devour Support","text":"Devour Support"},{"type":"Divine Blessing Support","text":"Divine Blessing Support"},{"type":"Earthbreaker Support","text":"Earthbreaker Support"},{"type":"Efficacy Support","text":"Efficacy Support"},{"type":"Elemental Focus Support","text":"Elemental Focus Support"},{"type":"Awakened Elemental Focus Support","text":"Awakened Elemental Focus Support"},{"type":"Elemental Penetration Support","text":"Elemental Penetration Support"},{"type":"Elemental Proliferation Support","text":"Elemental Proliferation Support"},{"type":"Awakened Empower Support","text":"Awakened Empower Support"},{"type":"Endurance Charge on Melee Stun Support","text":"Endurance Charge on Melee Stun Support"},{"type":"Energy Leech Support","text":"Energy Leech Support"},{"type":"Awakened Enhance Support","text":"Awakened Enhance Support"},{"type":"Awakened Enlighten Support","text":"Awakened Enlighten Support"},{"type":"Eternal Blessing Support","text":"Eternal Blessing Support"},{"type":"Faster Attacks Support","text":"Faster Attacks Support"},{"type":"Faster Casting Support","text":"Faster Casting Support"},{"type":"Faster Projectiles Support","text":"Faster Projectiles Support"},{"type":"Feeding Frenzy Support","text":"Feeding Frenzy Support"},{"type":"Fire Penetration Support","text":"Fire Penetration Support"},{"type":"Awakened Fire Penetration Support","text":"Awakened Fire Penetration Support"},{"type":"Fist of War Support","text":"Fist of War Support"},{"type":"Flamewood Support","text":"Flamewood Support"},{"type":"Focused Ballista Support","text":"Focused Ballista Support"},{"type":"Fork Support","text":"Fork Support"},{"type":"Awakened Fork Support","text":"Awakened Fork Support"},{"type":"Fortify Support","text":"Fortify Support"},{"type":"Ice Bite Support","text":"Ice Bite Support"},{"type":"Charged Traps Support","text":"Charged Traps Support"},{"type":"Fresh Meat Support","text":"Fresh Meat Support"},{"type":"Frigid Bond Support","text":"Frigid Bond Support"},{"type":"Generosity Support","text":"Generosity Support"},{"type":"Awakened Generosity Support","text":"Awakened Generosity Support"},{"type":"Greater Multiple Projectiles Support","text":"Greater Multiple Projectiles Support"},{"type":"Awakened Greater Multiple Projectiles Support","text":"Awakened Greater Multiple Projectiles Support"},{"type":"Greater Volley Support","text":"Greater Volley Support"},{"type":"Guardian\'s Blessing Support","text":"Guardian\'s Blessing Support"},{"type":"Unleash Support","text":"Unleash Support"},{"type":"Intensify Support","text":"Intensify Support"},{"type":"Hex Bloom Support","text":"Hex Bloom Support"},{"type":"High-Impact Mine Support","text":"High-Impact Mine Support"},{"type":"Ignite Proliferation Support","text":"Ignite Proliferation Support"},{"type":"Immolate Support","text":"Immolate Support"},{"type":"Impale Support","text":"Impale Support"},{"type":"Impending Doom Support","text":"Impending Doom Support"},{"type":"Increased Area of Effect Support","text":"Increased Area of Effect Support"},{"type":"Awakened Increased Area of Effect Support","text":"Awakened Increased Area of Effect Support"},{"type":"Burning Damage Support","text":"Burning Damage Support"},{"type":"Increased Critical Damage Support","text":"Increased Critical Damage Support"},{"type":"Increased Critical Strikes Support","text":"Increased Critical Strikes Support"},{"type":"Increased Duration Support","text":"Increased Duration Support"},{"type":"Infernal Legion Support","text":"Infernal Legion Support"},{"type":"Iron Grip Support","text":"Iron Grip Support"},{"type":"Iron Will Support","text":"Iron Will Support"},{"type":"Item Quantity Support","text":"Item Quantity Support"},{"type":"Item Rarity Support","text":"Item Rarity Support"},{"type":"Knockback Support","text":"Knockback Support"},{"type":"Lesser Multiple Projectiles Support","text":"Lesser Multiple Projectiles Support"},{"type":"Chance to Poison Support","text":"Chance to Poison Support"},{"type":"Life Gain on Hit Support","text":"Life Gain on Hit Support"},{"type":"Life Leech Support","text":"Life Leech Support"},{"type":"Lifetap Support","text":"Lifetap Support"},{"type":"Lightning Penetration Support","text":"Lightning Penetration Support"},{"type":"Awakened Lightning Penetration Support","text":"Awakened Lightning Penetration Support"},{"type":"Locus Mine Support","text":"Locus Mine Support"},{"type":"Maim Support","text":"Maim Support"},{"type":"Manaforged Arrows Support","text":"Manaforged Arrows Support"},{"type":"Mana Leech Support","text":"Mana Leech Support"},{"type":"Mark On Hit Support","text":"Mark On Hit Support"},{"type":"Meat Shield Support","text":"Meat Shield Support"},{"type":"Damage on Full Life Support","text":"Damage on Full Life Support"},{"type":"Melee Physical Damage Support","text":"Melee Physical Damage Support"},{"type":"Awakened Melee Physical Damage Support","text":"Awakened Melee Physical Damage Support"},{"type":"Melee Splash Support","text":"Melee Splash Support"},{"type":"Awakened Melee Splash Support","text":"Awakened Melee Splash Support"},{"type":"Minefield Support","text":"Minefield Support"},{"type":"Minion Damage Support","text":"Minion Damage Support"},{"type":"Awakened Minion Damage Support","text":"Awakened Minion Damage Support"},{"type":"Minion Life Support","text":"Minion Life Support"},{"type":"Minion Speed Support","text":"Minion Speed Support"},{"type":"Mirage Archer Support","text":"Mirage Archer Support"},{"type":"Spell Echo Support","text":"Spell Echo Support"},{"type":"Multistrike Support","text":"Multistrike Support"},{"type":"Awakened Multistrike Support","text":"Awakened Multistrike Support"},{"type":"Multiple Totems Support","text":"Multiple Totems Support"},{"type":"Multiple Traps Support","text":"Multiple Traps Support"},{"type":"Nightblade Support","text":"Nightblade Support"},{"type":"Momentum Support","text":"Momentum Support"},{"type":"Innervate Support","text":"Innervate Support"},{"type":"Overcharge Support","text":"Overcharge Support"},{"type":"Volley Support","text":"Volley Support"},{"type":"Vicious Projectiles Support","text":"Vicious Projectiles Support"},{"type":"Physical to Lightning Support","text":"Physical to Lightning Support"},{"type":"Pierce Support","text":"Pierce Support"},{"type":"Pinpoint Support","text":"Pinpoint Support"},{"type":"Point Blank Support","text":"Point Blank Support"},{"type":"Critical Strike Affliction Support","text":"Critical Strike Affliction Support"},{"type":"Power Charge On Critical Support","text":"Power Charge On Critical Support"},{"type":"Prismatic Burst Support","text":"Prismatic Burst Support"},{"type":"Pulverise Support","text":"Pulverise Support"},{"type":"Rage Support","text":"Rage Support"},{"type":"Ballista Totem Support","text":"Ballista Totem Support"},{"type":"Swift Affliction Support","text":"Swift Affliction Support"},{"type":"Less Duration Support","text":"Less Duration Support"},{"type":"Inspiration Support","text":"Inspiration Support"},{"type":"Blastchain Mine Support","text":"Blastchain Mine Support"},{"type":"Returning Projectiles Support","text":"Returning Projectiles Support"},{"type":"Ruthless Support","text":"Ruthless Support"},{"type":"Sacrifice Support","text":"Sacrifice Support"},{"type":"Sadism Support","text":"Sadism Support"},{"type":"Second Wind Support","text":"Second Wind Support"},{"type":"Shockwave Support","text":"Shockwave Support"},{"type":"Slower Projectiles Support","text":"Slower Projectiles Support"},{"type":"Spellblade Support","text":"Spellblade Support"},{"type":"Spell Cascade Support","text":"Spell Cascade Support"},{"type":"Awakened Spell Cascade Support","text":"Awakened Spell Cascade Support"},{"type":"Awakened Spell Echo Support","text":"Awakened Spell Echo Support"},{"type":"Spell Totem Support","text":"Spell Totem Support"},{"type":"Ancestral Call Support","text":"Ancestral Call Support"},{"type":"Infused Channelling Support","text":"Infused Channelling Support"},{"type":"Stun Support","text":"Stun Support"},{"type":"Elemental Army Support","text":"Elemental Army Support"},{"type":"Summon Phantasm Support","text":"Summon Phantasm Support"},{"type":"Awakened Swift Affliction Support","text":"Awakened Swift Affliction Support"},{"type":"Swift Assembly Support","text":"Swift Assembly Support"},{"type":"Swiftbrand Support","text":"Swiftbrand Support"},{"type":"Trap Support","text":"Trap Support"},{"type":"Trap and Mine Damage Support","text":"Trap and Mine Damage Support"},{"type":"Advanced Traps Support","text":"Advanced Traps Support"},{"type":"Trauma Support","text":"Trauma Support"},{"type":"Trinity Support","text":"Trinity Support"},{"type":"Unbound Ailments Support","text":"Unbound Ailments Support"},{"type":"Awakened Unbound Ailments Support","text":"Awakened Unbound Ailments Support"},{"type":"Awakened Unleash Support","text":"Awakened Unleash Support"},{"type":"Urgent Orders Support","text":"Urgent Orders Support"},{"type":"Awakened Vicious Projectiles Support","text":"Awakened Vicious Projectiles Support"},{"type":"Vile Toxins Support","text":"Vile Toxins Support"},{"type":"Void Manipulation Support","text":"Void Manipulation Support"},{"type":"Awakened Void Manipulation Support","text":"Awakened Void Manipulation Support"},{"type":"Volatility Support","text":"Volatility Support"},{"type":"Elemental Damage with Attacks Support","text":"Elemental Damage with Attacks Support"},{"type":"Awakened Elemental Damage with Attacks Support","text":"Awakened Elemental Damage with Attacks Support"},{"type":"Animate Weapon","disc":"alt_y","text":"Animate Weapon of Ranged Arms"},{"type":"Arc","disc":"alt_y","text":"Arc of Oscillating"},{"type":"Armageddon Brand","disc":"alt_y","text":"Armageddon Brand of Recall"},{"type":"Ball Lightning","disc":"alt_y","text":"Ball Lightning of Static"},{"type":"Blade Blast","disc":"alt_y","text":"Blade Blast of Dagger Detonation"},{"type":"Bladefall","disc":"alt_y","text":"Bladefall of Impaling"},{"type":"Blade Trap","disc":"alt_y","text":"Blade Trap of Laceration"},{"type":"Blight","disc":"alt_y","text":"Blight of Atrophy"},{"type":"Blink Arrow","disc":"alt_y","text":"Blink Arrow of Prismatic Clones"},{"type":"Boneshatter","disc":"alt_y","text":"Boneshatter of Carnage"},{"type":"Contagion","disc":"alt_y","text":"Contagion of Transference"},{"type":"Cremation","disc":"alt_y","text":"Cremation of the Volcano"},{"type":"Crackling Lance","disc":"alt_y","text":"Crackling Lance of Disintegration"},{"type":"Detonate Dead","disc":"alt_y","text":"Detonate Dead of Chain Reaction"},{"type":"Divine Ire","disc":"alt_y","text":"Divine Ire of Disintegration"},{"type":"Double Strike","disc":"alt_y","text":"Double Strike of Momentum"},{"type":"Earthshatter","disc":"alt_y","text":"Earthshatter of Prominence"},{"type":"Essence Drain","disc":"alt_y","text":"Essence Drain of Wickedness"},{"type":"Ethereal Knives","disc":"alt_y","text":"Ethereal Knives of the Massacre"},{"type":"Eye of Winter","disc":"alt_y","text":"Eye of Winter of Transience"},{"type":"Firestorm","disc":"alt_y","text":"Firestorm of Pelting"},{"type":"Flameblast","disc":"alt_y","text":"Flameblast of Contraction"},{"type":"Flame Dash","disc":"alt_y","text":"Flame Dash of Return"},{"type":"Icicle Mine","disc":"alt_y","text":"Icicle Mine of Sabotage"},{"type":"Frost Bomb","disc":"alt_y","text":"Frost Bomb of Forthcoming"},{"type":"Hexblast","disc":"alt_y","text":"Hexblast of Havoc"},{"type":"Ice Nova","disc":"alt_y","text":"Ice Nova of Deep Freeze"},{"type":"Lacerate","disc":"alt_y","text":"Lacerate of Haemorrhage"},{"type":"Lightning Tendrils","disc":"alt_y","text":"Lightning Tendrils of Escalation"},{"type":"Lightning Spire Trap","disc":"alt_y","text":"Lightning Spire Trap of Overloading"},{"type":"Mirror Arrow","disc":"alt_y","text":"Mirror Arrow of Prismatic Clones"},{"type":"Penance Brand","disc":"alt_y","text":"Penance Brand of Conduction"},{"type":"Perforate","disc":"alt_y","text":"Perforate of Bloodshed"},{"type":"Rain of Arrows","disc":"alt_y","text":"Rain of Arrows of Saturation"},{"type":"Raise Zombie","disc":"alt_y","text":"Raise Zombie of Falling"},{"type":"Galvanic Arrow","disc":"alt_y","text":"Galvanic Arrow of Surging"},{"type":"Explosive Trap","disc":"alt_y","text":"Explosive Trap of Magnitude"},{"type":"Soulrend","disc":"alt_y","text":"Soulrend of the Spiral"},{"type":"Spark","disc":"alt_y","text":"Spark of Unpredictability"},{"type":"Storm Rain","disc":"alt_y","text":"Storm Rain of the Fence"},{"type":"Summon Carrion Golem","disc":"alt_y","text":"Summon Carrion Golem of Scavenging"},{"type":"Summon Chaos Golem","disc":"alt_y","text":"Summon Chaos Golem of the Maelstr\xf6m"},{"type":"Summon Flame Golem","disc":"alt_y","text":"Summon Flame Golem of the Meteor"},{"type":"Summon Ice Golem","disc":"alt_y","text":"Summon Ice Golem of Shattering"},{"type":"Summon Reaper","disc":"alt_y","text":"Summon Reaper of Eviscerating"},{"type":"Summon Stone Golem","disc":"alt_y","text":"Summon Stone Golem of Safeguarding"},{"type":"Summon Skeletons","disc":"alt_y","text":"Summon Skeletons of Mages"},{"type":"Toxic Rain","disc":"alt_y","text":"Toxic Rain of Withering"},{"type":"Vaal Animate Weapon","disc":"alt_y","text":"Vaal Animate Weapon (Animate Weapon of Ranged Arms)"},{"type":"Vaal Arc","disc":"alt_y","text":"Vaal Arc (Arc of Oscillating)"},{"type":"Vaal Blight","disc":"alt_y","text":"Vaal Blight (Blight of Atrophy)"},{"type":"Vaal Detonate Dead","disc":"alt_y","text":"Vaal Detonate Dead (Detonate Dead of Chain Reaction)"},{"type":"Vaal Double Strike","disc":"alt_y","text":"Vaal Double Strike (Double Strike of Momentum)"},{"type":"Vaal Firestorm","disc":"alt_y","text":"Vaal Firestorm (Firestorm of Pelting)"},{"type":"Vaal Flameblast","disc":"alt_y","text":"Vaal Flameblast (Flameblast of Contraction)"},{"type":"Vaal Ice Nova","disc":"alt_y","text":"Vaal Ice Nova (Ice Nova of Deep Freeze)"},{"type":"Vaal Rain of Arrows","disc":"alt_y","text":"Vaal Rain of Arrows (Rain of Arrows of Saturation)"},{"type":"Vaal Spark","disc":"alt_y","text":"Vaal Spark (Spark of Unpredictability)"},{"type":"Vaal Summon Skeletons","disc":"alt_y","text":"Vaal Summon Skeletons (Summon Skeletons of Mages)"},{"type":"Volatile Dead","disc":"alt_y","text":"Volatile Dead of Seething"},{"type":"Absolution","disc":"alt_x","text":"Absolution of Inspiring"},{"type":"Animate Guardian","disc":"alt_x","text":"Animate Guardian of Smiting"},{"type":"Animate Weapon","disc":"alt_x","text":"Animate Weapon of Self Reflection"},{"type":"Arc","disc":"alt_x","text":"Arc of Surging"},{"type":"Armageddon Brand","disc":"alt_x","text":"Armageddon Brand of Volatility"},{"type":"Ball Lightning","disc":"alt_x","text":"Ball Lightning of Orbiting"},{"type":"Barrage","disc":"alt_x","text":"Barrage of Volley Fire"},{"type":"Bear Trap","disc":"alt_x","text":"Bear Trap of Skewers"},{"type":"Blade Blast","disc":"alt_x","text":"Blade Blast of Unloading"},{"type":"Bladefall","disc":"alt_x","text":"Bladefall of Volleys"},{"type":"Bladestorm","disc":"alt_x","text":"Bladestorm of Uncertainty"},{"type":"Blade Trap","disc":"alt_x","text":"Blade Trap of Greatswords"},{"type":"Blade Vortex","disc":"alt_x","text":"Blade Vortex of the Scythe"},{"type":"Blight","disc":"alt_x","text":"Blight of Contagion"},{"type":"Blink Arrow","disc":"alt_x","text":"Blink Arrow of Bombarding Clones"},{"type":"Boneshatter","disc":"alt_x","text":"Boneshatter of Complex Trauma"},{"type":"Burning Arrow","disc":"alt_x","text":"Burning Arrow of Vigour"},{"type":"Blade Flurry","disc":"alt_x","text":"Blade Flurry of Incision"},{"type":"Cleave","disc":"alt_x","text":"Cleave of Rage"},{"type":"Cold Snap","disc":"alt_x","text":"Cold Snap of Power"},{"type":"Consecrated Path","disc":"alt_x","text":"Consecrated Path of Endurance"},{"type":"Contagion","disc":"alt_x","text":"Contagion of Subsiding"},{"type":"Cremation","disc":"alt_x","text":"Cremation of Exhuming"},{"type":"Bodyswap","disc":"alt_x","text":"Bodyswap of Sacrifice"},{"type":"Crackling Lance","disc":"alt_x","text":"Crackling Lance of Branching"},{"type":"Cyclone","disc":"alt_x","text":"Cyclone of Tumult"},{"type":"Bane","disc":"alt_x","text":"Bane of Condemnation"},{"type":"Detonate Dead","disc":"alt_x","text":"Detonate Dead of Scavenging"},{"type":"Discharge","disc":"alt_x","text":"Discharge of Misery"},{"type":"Divine Ire","disc":"alt_x","text":"Divine Ire of Holy Lightning"},{"type":"Dominating Blow","disc":"alt_x","text":"Dominating Blow of Inspiring"},{"type":"Double Strike","disc":"alt_x","text":"Double Strike of Impaling"},{"type":"Dual Strike","disc":"alt_x","text":"Dual Strike of Ambidexterity"},{"type":"Earthquake","disc":"alt_x","text":"Earthquake of Amplification"},{"type":"Earthshatter","disc":"alt_x","text":"Earthshatter of Fragility"},{"type":"Essence Drain","disc":"alt_x","text":"Essence Drain of Desperation"},{"type":"Ethereal Knives","disc":"alt_x","text":"Ethereal Knives of Lingering Blades"},{"type":"Explosive Concoction","disc":"alt_x","text":"Explosive Concoction of Destruction"},{"type":"Exsanguinate","disc":"alt_x","text":"Exsanguinate of Transmission"},{"type":"Eye of Winter","disc":"alt_x","text":"Eye of Winter of Finality"},{"type":"Scorching Ray","disc":"alt_x","text":"Scorching Ray of Immolation"},{"type":"Pyroclast Mine","disc":"alt_x","text":"Pyroclast Mine of Sabotage"},{"type":"Firestorm","disc":"alt_x","text":"Firestorm of Meteors"},{"type":"Fire Trap","disc":"alt_x","text":"Fire Trap of Blasting"},{"type":"Flameblast","disc":"alt_x","text":"Flameblast of Celerity"},{"type":"Holy Flame Totem","disc":"alt_x","text":"Holy Flame Totem of Ire"},{"type":"Flame Surge","disc":"alt_x","text":"Flame Surge of Combusting"},{"type":"Flicker Strike","disc":"alt_x","text":"Flicker Strike of Power"},{"type":"Forbidden Rite","disc":"alt_x","text":"Forbidden Rite of Soul Sacrifice"},{"type":"Icicle Mine","disc":"alt_x","text":"Icicle Mine of Fanning"},{"type":"Frenzy","disc":"alt_x","text":"Frenzy of Onslaught"},{"type":"Frost Blades","disc":"alt_x","text":"Frost Blades of Katabasis"},{"type":"Frostblink","disc":"alt_x","text":"Frostblink of Wintry Blast"},{"type":"Vortex","disc":"alt_x","text":"Vortex of Projection"},{"type":"Frost Bomb","disc":"alt_x","text":"Frost Bomb of Instability"},{"type":"Frozen Legion","disc":"alt_x","text":"Frozen Legion of Rallying"},{"type":"Galvanic Field","disc":"alt_x","text":"Galvanic Field of Intensity"},{"type":"Glacial Cascade","disc":"alt_x","text":"Glacial Cascade of the Fissure"},{"type":"Glacial Hammer","disc":"alt_x","text":"Glacial Hammer of Shattering"},{"type":"Ground Slam","disc":"alt_x","text":"Ground Slam of Earthshaking"},{"type":"Hexblast","disc":"alt_x","text":"Hexblast of Contradiction"},{"type":"Ice Crash","disc":"alt_x","text":"Ice Crash of Cadence"},{"type":"Ice Nova","disc":"alt_x","text":"Ice Nova of Frostbolts"},{"type":"Ice Spear","disc":"alt_x","text":"Ice Spear of Splitting"},{"type":"Ice Trap","disc":"alt_x","text":"Ice Trap of Hollowness"},{"type":"Infernal Blow","disc":"alt_x","text":"Infernal Blow of Immolation"},{"type":"Kinetic Bolt","disc":"alt_x","text":"Kinetic Bolt of Fragmentation"},{"type":"Lacerate","disc":"alt_x","text":"Lacerate of Butchering"},{"type":"Lancing Steel","disc":"alt_x","text":"Lancing Steel of Spraying"},{"type":"Leap Slam","disc":"alt_x","text":"Leap Slam of Groundbreaking"},{"type":"Lightning Arrow","disc":"alt_x","text":"Lightning Arrow of Electrocution"},{"type":"Lightning Conduit","disc":"alt_x","text":"Lightning Conduit of the Heavens"},{"type":"Lightning Strike","disc":"alt_x","text":"Lightning Strike of Arcing"},{"type":"Lightning Tendrils","disc":"alt_x","text":"Lightning Tendrils of Eccentricity"},{"type":"Lightning Spire Trap","disc":"alt_x","text":"Lightning Spire Trap of Zapping"},{"type":"Lightning Trap","disc":"alt_x","text":"Lightning Trap of Sparking"},{"type":"Mirror Arrow","disc":"alt_x","text":"Mirror Arrow of Bombarding Clones"},{"type":"Molten Strike","disc":"alt_x","text":"Molten Strike of the Zenith"},{"type":"Penance Brand","disc":"alt_x","text":"Penance Brand of Dissipation"},{"type":"Perforate","disc":"alt_x","text":"Perforate of Duality"},{"type":"Seismic Trap","disc":"alt_x","text":"Seismic Trap of Swells"},{"type":"Caustic Arrow","disc":"alt_x","text":"Caustic Arrow of Poison"},{"type":"Power Siphon","disc":"alt_x","text":"Power Siphon of the Archmage"},{"type":"Rage Vortex","disc":"alt_x","text":"Rage Vortex of Berserking"},{"type":"Rain of Arrows","disc":"alt_x","text":"Rain of Arrows of Artillery"},{"type":"Raise Spectre","disc":"alt_x","text":"Raise Spectre of Transience"},{"type":"Raise Zombie","disc":"alt_x","text":"Raise Zombie of Slamming"},{"type":"Reave","disc":"alt_x","text":"Reave of Refraction"},{"type":"Righteous Fire","disc":"alt_x","text":"Righteous Fire of Arcane Devotion"},{"type":"Purifying Flame","disc":"alt_x","text":"Purifying Flame of Revelations"},{"type":"Scourge Arrow","disc":"alt_x","text":"Scourge Arrow of Menace"},{"type":"Shattering Steel","disc":"alt_x","text":"Shattering Steel of Ammunition"},{"type":"Shield Crush","disc":"alt_x","text":"Shield Crush of the Chieftain"},{"type":"Shrapnel Ballista","disc":"alt_x","text":"Shrapnel Ballista of Steel"},{"type":"Galvanic Arrow","disc":"alt_x","text":"Galvanic Arrow of Energy"},{"type":"Explosive Trap","disc":"alt_x","text":"Explosive Trap of Shrapnel"},{"type":"Siege Ballista","disc":"alt_x","text":"Siege Ballista of Splintering"},{"type":"Smite","disc":"alt_x","text":"Smite of Divine Judgement"},{"type":"Soulrend","disc":"alt_x","text":"Soulrend of Reaping"},{"type":"Spark","disc":"alt_x","text":"Spark of the Nova"},{"type":"Split Arrow","disc":"alt_x","text":"Split Arrow of Splitting"},{"type":"Splitting Steel","disc":"alt_x","text":"Splitting Steel of Ammunition"},{"type":"Stormbind","disc":"alt_x","text":"Stormbind of Teleportation"},{"type":"Storm Brand","disc":"alt_x","text":"Storm Brand of Indecision"},{"type":"Storm Rain","disc":"alt_x","text":"Storm Rain of the Conduit"},{"type":"Summon Carrion Golem","disc":"alt_x","text":"Summon Carrion Golem of Hordes"},{"type":"Summon Chaos Golem","disc":"alt_x","text":"Summon Chaos Golem of Hordes"},{"type":"Summon Flame Golem","disc":"alt_x","text":"Summon Flame Golem of Hordes"},{"type":"Summon Ice Golem","disc":"alt_x","text":"Summon Ice Golem of Hordes"},{"type":"Summon Lightning Golem","disc":"alt_x","text":"Summon Lightning Golem of Hordes"},{"type":"Summon Raging Spirit","disc":"alt_x","text":"Summon Raging Spirit of Enormity"},{"type":"Summon Reaper","disc":"alt_x","text":"Summon Reaper of Revenants"},{"type":"Summon Stone Golem","disc":"alt_x","text":"Summon Stone Golem of Hordes"},{"type":"Summon Skeletons","disc":"alt_x","text":"Summon Skeletons of Archers"},{"type":"Sunder","disc":"alt_x","text":"Sunder of Earthbreaking"},{"type":"Tectonic Slam","disc":"alt_x","text":"Tectonic Slam of Cataclysm"},{"type":"Spectral Shield Throw","disc":"alt_x","text":"Spectral Shield Throw of Shattering"},{"type":"Spectral Throw","disc":"alt_x","text":"Spectral Throw of Materialising"},{"type":"Tornado Shot","disc":"alt_x","text":"Tornado Shot of Cloudburst"},{"type":"Toxic Rain","disc":"alt_x","text":"Toxic Rain of Sporeburst"},{"type":"Vaal Absolution","disc":"alt_x","text":"Vaal Absolution (Absolution of Inspiring)"},{"type":"Vaal Animate Weapon","disc":"alt_x","text":"Vaal Animate Weapon (Animate Weapon of Self Reflection)"},{"type":"Vaal Arc","disc":"alt_x","text":"Vaal Arc (Arc of Surging)"},{"type":"Vaal Blade Vortex","disc":"alt_x","text":"Vaal Blade Vortex (Blade Vortex of the Scythe)"},{"type":"Vaal Blight","disc":"alt_x","text":"Vaal Blight (Blight of Contagion)"},{"type":"Vaal Burning Arrow","disc":"alt_x","text":"Vaal Burning Arrow (Burning Arrow of Vigour)"},{"type":"Vaal Caustic Arrow","disc":"alt_x","text":"Vaal Caustic Arrow (Caustic Arrow of Poison)"},{"type":"Vaal Blade Flurry","disc":"alt_x","text":"Vaal Blade Flurry (Blade Flurry of Incision)"},{"type":"Vaal Cleave","disc":"alt_x","text":"Vaal Cleave (Cleave of Rage)"},{"type":"Vaal Cold Snap","disc":"alt_x","text":"Vaal Cold Snap (Cold Snap of Power)"},{"type":"Vaal Cyclone","disc":"alt_x","text":"Vaal Cyclone (Cyclone of Tumult)"},{"type":"Vaal Detonate Dead","disc":"alt_x","text":"Vaal Detonate Dead (Detonate Dead of Scavenging)"},{"type":"Vaal Domination","disc":"alt_x","text":"Vaal Domination (Dominating Blow of Inspiring)"},{"type":"Vaal Double Strike","disc":"alt_x","text":"Vaal Double Strike (Double Strike of Impaling)"},{"type":"Vaal Earthquake","disc":"alt_x","text":"Vaal Earthquake (Earthquake of Amplification)"},{"type":"Vaal Firestorm","disc":"alt_x","text":"Vaal Firestorm (Firestorm of Meteors)"},{"type":"Vaal Flameblast","disc":"alt_x","text":"Vaal Flameblast (Flameblast of Celerity)"},{"type":"Vaal Flicker Strike","disc":"alt_x","text":"Vaal Flicker Strike (Flicker Strike of Power)"},{"type":"Vaal Glacial Hammer","disc":"alt_x","text":"Vaal Glacial Hammer (Glacial Hammer of Shattering)"},{"type":"Vaal Ground Slam","disc":"alt_x","text":"Vaal Ground Slam (Ground Slam of Earthshaking)"},{"type":"Vaal Ice Nova","disc":"alt_x","text":"Vaal Ice Nova (Ice Nova of Frostbolts)"},{"type":"Vaal Lightning Arrow","disc":"alt_x","text":"Vaal Lightning Arrow (Lightning Arrow of Electrocution)"},{"type":"Vaal Lightning Strike","disc":"alt_x","text":"Vaal Lightning Strike (Lightning Strike of Arcing)"},{"type":"Vaal Lightning Trap","disc":"alt_x","text":"Vaal Lightning Trap (Lightning Trap of Sparking)"},{"type":"Vaal Molten Strike","disc":"alt_x","text":"Vaal Molten Strike (Molten Strike of the Zenith)"},{"type":"Vaal Power Siphon","disc":"alt_x","text":"Vaal Power Siphon (Power Siphon of the Archmage)"},{"type":"Vaal Rain of Arrows","disc":"alt_x","text":"Vaal Rain of Arrows (Rain of Arrows of Artillery)"},{"type":"Vaal Reave","disc":"alt_x","text":"Vaal Reave (Reave of Refraction)"},{"type":"Vaal Righteous Fire","disc":"alt_x","text":"Vaal Righteous Fire (Righteous Fire of Arcane Devotion)"},{"type":"Vaal Smite","disc":"alt_x","text":"Vaal Smite (Smite of Divine Judgement)"},{"type":"Vaal Spark","disc":"alt_x","text":"Vaal Spark (Spark of the Nova)"},{"type":"Vaal Summon Skeletons","disc":"alt_x","text":"Vaal Summon Skeletons (Summon Skeletons of Archers)"},{"type":"Vaal Spectral Throw","disc":"alt_x","text":"Vaal Spectral Throw (Spectral Throw of Materialising)"},{"type":"Vaal Volcanic Fissure","disc":"alt_x","text":"Vaal Volcanic Fissure (Volcanic Fissure of Snaking)"},{"type":"Viper Strike","disc":"alt_x","text":"Viper Strike of the Mamba"},{"type":"Void Sphere","disc":"alt_x","text":"Void Sphere of Rending"},{"type":"Volatile Dead","disc":"alt_x","text":"Volatile Dead of Confinement"},{"type":"Volcanic Fissure","disc":"alt_x","text":"Volcanic Fissure of Snaking"},{"type":"Wild Strike","disc":"alt_x","text":"Wild Strike of Extremes"}]},{"id":"jewels","label":"Jewels","entries":[{"name":"Amanamu\'s Gaze","type":"Ghastly Eye Jewel","text":"Amanamu\'s Gaze Ghastly Eye Jewel","flags":{"unique":true}},{"name":"Anatomical Knowledge","type":"Cobalt Jewel","text":"Anatomical Knowledge Cobalt Jewel","flags":{"unique":true}},{"name":"Ancestral Vision","type":"Viridian Jewel","text":"Ancestral Vision Viridian Jewel","flags":{"unique":true}},{"name":"Ancient Waystones","type":"Crimson Jewel","text":"Ancient Waystones Crimson Jewel","flags":{"unique":true}},{"name":"Apex Mode","type":"Cobalt Jewel","text":"Apex Mode Cobalt Jewel","flags":{"unique":true}},{"name":"Apparitions","type":"Viridian Jewel","text":"Apparitions Viridian Jewel","flags":{"unique":true}},{"name":"To Dust","type":"Cobalt Jewel","text":"To Dust Cobalt Jewel","flags":{"unique":true}},{"name":"Assassin\'s Haste","type":"Cobalt Jewel","text":"Assassin\'s Haste Cobalt Jewel","flags":{"unique":true}},{"name":"Atziri\'s Reign","type":"Crimson Jewel","text":"Atziri\'s Reign Crimson Jewel","flags":{"unique":true}},{"name":"Bloodnotch","type":"Crimson Jewel","text":"Bloodnotch Crimson Jewel","flags":{"unique":true}},{"name":"Blood Sacrifice","type":"Crimson Jewel","text":"Blood Sacrifice Crimson Jewel","flags":{"unique":true}},{"name":"Brawn","type":"Crimson Jewel","text":"Brawn Crimson Jewel","flags":{"unique":true}},{"name":"Brittle Barrier","type":"Cobalt Jewel","text":"Brittle Barrier Cobalt Jewel","flags":{"unique":true}},{"name":"Brutal Restraint","type":"Timeless Jewel","text":"Brutal Restraint Timeless Jewel","flags":{"unique":true}},{"name":"Brute Force Solution","type":"Cobalt Jewel","text":"Brute Force Solution Cobalt Jewel","flags":{"unique":true}},{"name":"Fortified Legion","type":"Cobalt Jewel","text":"Fortified Legion Cobalt Jewel","flags":{"unique":true}},{"name":"Calamitous Visions","type":"Small Cluster Jewel","text":"Calamitous Visions Small Cluster Jewel","flags":{"unique":true}},{"name":"Careful Planning","type":"Viridian Jewel","text":"Careful Planning Viridian Jewel","flags":{"unique":true}},{"name":"Cheap Construction","type":"Viridian Jewel","text":"Cheap Construction Viridian Jewel","flags":{"unique":true}},{"name":"Chill of Corruption","type":"Viridian Jewel","text":"Chill of Corruption Viridian Jewel","flags":{"unique":true}},{"name":"Clear Mind","type":"Cobalt Jewel","text":"Clear Mind Cobalt Jewel","flags":{"unique":true}},{"name":"Coated Shrapnel","type":"Crimson Jewel","text":"Coated Shrapnel Crimson Jewel","flags":{"unique":true}},{"name":"Cold Steel","type":"Viridian Jewel","text":"Cold Steel Viridian Jewel","flags":{"unique":true}},{"name":"Collateral Damage","type":"Viridian Jewel","text":"Collateral Damage Viridian Jewel","flags":{"unique":true}},{"name":"Combat Focus","type":"Viridian Jewel","text":"Combat Focus Viridian Jewel","flags":{"unique":true}},{"name":"Combat Focus","type":"Cobalt Jewel","text":"Combat Focus Cobalt Jewel","flags":{"unique":true}},{"name":"Combat Focus","type":"Crimson Jewel","text":"Combat Focus Crimson Jewel","flags":{"unique":true}},{"name":"Combustibles","type":"Crimson Jewel","text":"Combustibles Crimson Jewel","flags":{"unique":true}},{"name":"Conqueror\'s Efficiency","type":"Crimson Jewel","text":"Conqueror\'s Efficiency Crimson Jewel","flags":{"unique":true}},{"name":"Conqueror\'s Longevity","type":"Viridian Jewel","text":"Conqueror\'s Longevity Viridian Jewel","flags":{"unique":true}},{"name":"Conqueror\'s Potency","type":"Cobalt Jewel","text":"Conqueror\'s Potency Cobalt Jewel","flags":{"unique":true}},{"name":"Corrupted Energy","type":"Cobalt Jewel","text":"Corrupted Energy Cobalt Jewel","flags":{"unique":true}},{"name":"Dead Reckoning","type":"Cobalt Jewel","text":"Dead Reckoning Cobalt Jewel","flags":{"unique":true}},{"name":"Dissolution of the Flesh","type":"Crimson Jewel","text":"Dissolution of the Flesh Crimson Jewel","flags":{"unique":true}},{"name":"Seething Fury","type":"Viridian Jewel","text":"Seething Fury Viridian Jewel","flags":{"unique":true}},{"name":"Divine Inferno","type":"Crimson Jewel","text":"Divine Inferno Crimson Jewel","flags":{"unique":true}},{"name":"Efficient Training","type":"Crimson Jewel","text":"Efficient Training Crimson Jewel","flags":{"unique":true}},{"name":"Eldritch Knowledge","type":"Cobalt Jewel","text":"Eldritch Knowledge Cobalt Jewel","flags":{"unique":true}},{"name":"Elegant Hubris","type":"Timeless Jewel","text":"Elegant Hubris Timeless Jewel","flags":{"unique":true}},{"name":"Emperor\'s Cunning","type":"Viridian Jewel","text":"Emperor\'s Cunning Viridian Jewel","flags":{"unique":true}},{"name":"Emperor\'s Mastery","type":"Prismatic Jewel","text":"Emperor\'s Mastery Prismatic Jewel","flags":{"unique":true}},{"name":"Emperor\'s Might","type":"Crimson Jewel","text":"Emperor\'s Might Crimson Jewel","flags":{"unique":true}},{"name":"Emperor\'s Wit","type":"Cobalt Jewel","text":"Emperor\'s Wit Cobalt Jewel","flags":{"unique":true}},{"name":"Endless Misery","type":"Cobalt Jewel","text":"Endless Misery Cobalt Jewel","flags":{"unique":true}},{"name":"Energised Armour","type":"Crimson Jewel","text":"Energised Armour Crimson Jewel","flags":{"unique":true}},{"name":"Energy From Within","type":"Cobalt Jewel","text":"Energy From Within Cobalt Jewel","flags":{"unique":true}},{"name":"Fertile Mind","type":"Cobalt Jewel","text":"Fertile Mind Cobalt Jewel","flags":{"unique":true}},{"name":"Fevered Mind","type":"Cobalt Jewel","text":"Fevered Mind Cobalt Jewel","flags":{"unique":true}},{"name":"Fight for Survival","type":"Viridian Jewel","text":"Fight for Survival Viridian Jewel","flags":{"unique":true}},{"name":"Fireborn","type":"Crimson Jewel","text":"Fireborn Crimson Jewel","flags":{"unique":true}},{"name":"Firesong","type":"Crimson Jewel","text":"Firesong Crimson Jewel","flags":{"unique":true}},{"name":"First Snow","type":"Cobalt Jewel","text":"First Snow Cobalt Jewel","flags":{"unique":true}},{"name":"Fluid Motion","type":"Viridian Jewel","text":"Fluid Motion Viridian Jewel","flags":{"unique":true}},{"name":"Forbidden Flame","type":"Crimson Jewel","text":"Forbidden Flame Crimson Jewel","flags":{"unique":true}},{"name":"Forbidden Flesh","type":"Cobalt Jewel","text":"Forbidden Flesh Cobalt Jewel","flags":{"unique":true}},{"name":"Fortress Covenant","type":"Cobalt Jewel","text":"Fortress Covenant Cobalt Jewel","flags":{"unique":true}},{"name":"Fragile Bloom","type":"Crimson Jewel","text":"Fragile Bloom Crimson Jewel","flags":{"unique":true}},{"name":"Fragility","type":"Crimson Jewel","text":"Fragility Crimson Jewel","flags":{"unique":true}},{"name":"From Dust","type":"Cobalt Jewel","text":"From Dust Cobalt Jewel","flags":{"unique":true}},{"name":"Frozen Trail","type":"Cobalt Jewel","text":"Frozen Trail Cobalt Jewel","flags":{"unique":true}},{"name":"Glorious Vanity","type":"Timeless Jewel","text":"Glorious Vanity Timeless Jewel","flags":{"unique":true}},{"name":"Grand Spectrum","type":"Viridian Jewel","text":"Grand Spectrum Viridian Jewel","flags":{"unique":true}},{"name":"Grand Spectrum","type":"Cobalt Jewel","text":"Grand Spectrum Cobalt Jewel","flags":{"unique":true}},{"name":"Grand Spectrum","type":"Crimson Jewel","text":"Grand Spectrum Crimson Jewel","flags":{"unique":true}},{"name":"Growing Agony","type":"Viridian Jewel","text":"Growing Agony Viridian Jewel","flags":{"unique":true}},{"name":"Hair Trigger","type":"Viridian Jewel","text":"Hair Trigger Viridian Jewel","flags":{"unique":true}},{"name":"Hazardous Research","type":"Cobalt Jewel","text":"Hazardous Research Cobalt Jewel","flags":{"unique":true}},{"name":"Healthy Mind","type":"Cobalt Jewel","text":"Healthy Mind Cobalt Jewel","flags":{"unique":true}},{"name":"Hidden Potential","type":"Viridian Jewel","text":"Hidden Potential Viridian Jewel","flags":{"unique":true}},{"name":"Hotheaded","type":"Viridian Jewel","text":"Hotheaded Viridian Jewel","flags":{"unique":true}},{"name":"Hungry Abyss","type":"Viridian Jewel","text":"Hungry Abyss Viridian Jewel","flags":{"unique":true}},{"name":"Immutable Force","type":"Crimson Jewel","text":"Immutable Force Crimson Jewel","flags":{"unique":true}},{"name":"Impossible Escape","type":"Viridian Jewel","text":"Impossible Escape Viridian Jewel","flags":{"unique":true}},{"name":"Inertia","type":"Crimson Jewel","text":"Inertia Crimson Jewel","flags":{"unique":true}},{"name":"Inevitability","type":"Cobalt Jewel","text":"Inevitability Cobalt Jewel","flags":{"unique":true}},{"name":"Inspired Learning","type":"Crimson Jewel","text":"Inspired Learning Crimson Jewel","flags":{"unique":true}},{"name":"Intuitive Leap","type":"Viridian Jewel","text":"Intuitive Leap Viridian Jewel","flags":{"unique":true}},{"name":"Izaro\'s Turmoil","type":"Crimson Jewel","text":"Izaro\'s Turmoil Crimson Jewel","flags":{"unique":true}},{"name":"Kitava\'s Teachings","type":"Small Cluster Jewel","text":"Kitava\'s Teachings Small Cluster Jewel","flags":{"unique":true}},{"name":"Kurgal\'s Gaze","type":"Hypnotic Eye Jewel","text":"Kurgal\'s Gaze Hypnotic Eye Jewel","flags":{"unique":true}},{"name":"Lethal Pride","type":"Timeless Jewel","text":"Lethal Pride Timeless Jewel","flags":{"unique":true}},{"name":"Lioneye\'s Fall","type":"Viridian Jewel","text":"Lioneye\'s Fall Viridian Jewel","flags":{"unique":true}},{"name":"Lord of Steel","type":"Viridian Jewel","text":"Lord of Steel Viridian Jewel","flags":{"unique":true}},{"name":"Malicious Intent","type":"Cobalt Jewel","text":"Malicious Intent Cobalt Jewel","flags":{"unique":true}},{"name":"Mantra of Flames","type":"Crimson Jewel","text":"Mantra of Flames Crimson Jewel","flags":{"unique":true}},{"name":"Martial Artistry","type":"Crimson Jewel","text":"Martial Artistry Crimson Jewel","flags":{"unique":true}},{"name":"Megalomaniac","type":"Medium Cluster Jewel","text":"Megalomaniac Medium Cluster Jewel","flags":{"unique":true}},{"name":"Melding of the Flesh","type":"Cobalt Jewel","text":"Melding of the Flesh Cobalt Jewel","flags":{"unique":true}},{"name":"Might and Influence","type":"Viridian Jewel","text":"Might and Influence Viridian Jewel","flags":{"unique":true}},{"name":"Might in All Forms","type":"Crimson Jewel","text":"Might in All Forms Crimson Jewel","flags":{"unique":true}},{"name":"Might of the Meek","type":"Crimson Jewel","text":"Might of the Meek Crimson Jewel","flags":{"unique":true}},{"name":"Militant Faith","type":"Timeless Jewel","text":"Militant Faith Timeless Jewel","flags":{"unique":true}},{"name":"Mutated Growth","type":"Cobalt Jewel","text":"Mutated Growth Cobalt Jewel","flags":{"unique":true}},{"name":"Nadir Mode","type":"Cobalt Jewel","text":"Nadir Mode Cobalt Jewel","flags":{"unique":true}},{"name":"Natural Affinity","type":"Small Cluster Jewel","text":"Natural Affinity Small Cluster Jewel","flags":{"unique":true}},{"name":"Omen on the Winds","type":"Viridian Jewel","text":"Omen on the Winds Viridian Jewel","flags":{"unique":true}},{"name":"One With Nothing","type":"Small Cluster Jewel","text":"One With Nothing Small Cluster Jewel","flags":{"unique":true}},{"name":"Overwhelming Odds","type":"Crimson Jewel","text":"Overwhelming Odds Crimson Jewel","flags":{"unique":true}},{"name":"Pacifism","type":"Viridian Jewel","text":"Pacifism Viridian Jewel","flags":{"unique":true}},{"name":"Pitch Darkness","type":"Viridian Jewel","text":"Pitch Darkness Viridian Jewel","flags":{"unique":true}},{"name":"Poacher\'s Aim","type":"Viridian Jewel","text":"Poacher\'s Aim Viridian Jewel","flags":{"unique":true}},{"name":"Powerlessness","type":"Cobalt Jewel","text":"Powerlessness Cobalt Jewel","flags":{"unique":true}},{"name":"Primordial Eminence","type":"Viridian Jewel","text":"Primordial Eminence Viridian Jewel","flags":{"unique":true}},{"name":"Primordial Harmony","type":"Cobalt Jewel","text":"Primordial Harmony Cobalt Jewel","flags":{"unique":true}},{"name":"Primordial Might","type":"Crimson Jewel","text":"Primordial Might Crimson Jewel","flags":{"unique":true}},{"name":"Pugilist","type":"Viridian Jewel","text":"Pugilist Viridian Jewel","flags":{"unique":true}},{"name":"Pure Talent","type":"Viridian Jewel","text":"Pure Talent Viridian Jewel","flags":{"unique":true}},{"name":"Quickening Covenant","type":"Viridian Jewel","text":"Quickening Covenant Viridian Jewel","flags":{"unique":true}},{"name":"Rain of Splinters","type":"Crimson Jewel","text":"Rain of Splinters Crimson Jewel","flags":{"unique":true}},{"name":"Rapid Expansion","type":"Crimson Jewel","text":"Rapid Expansion Crimson Jewel","flags":{"unique":true}},{"name":"Rational Doctrine","type":"Cobalt Jewel","text":"Rational Doctrine Cobalt Jewel","flags":{"unique":true}},{"name":"Reckless Defence","type":"Cobalt Jewel","text":"Reckless Defence Cobalt Jewel","flags":{"unique":true}},{"name":"Replica Blood Sacrifice","type":"Crimson Jewel","text":"Replica Blood Sacrifice Crimson Jewel","flags":{"unique":true}},{"name":"Replica Cheap Construction","type":"Viridian Jewel","text":"Replica Cheap Construction Viridian Jewel","flags":{"unique":true}},{"name":"Replica Conqueror\'s Efficiency","type":"Crimson Jewel","text":"Replica Conqueror\'s Efficiency Crimson Jewel","flags":{"unique":true}},{"name":"Replica Fragile Bloom","type":"Crimson Jewel","text":"Replica Fragile Bloom Crimson Jewel","flags":{"unique":true}},{"name":"Replica Fragility","type":"Crimson Jewel","text":"Replica Fragility Crimson Jewel","flags":{"unique":true}},{"name":"Replica Hotheaded","type":"Viridian Jewel","text":"Replica Hotheaded Viridian Jewel","flags":{"unique":true}},{"name":"Replica Pacifism","type":"Viridian Jewel","text":"Replica Pacifism Viridian Jewel","flags":{"unique":true}},{"name":"Replica Powerlessness","type":"Cobalt Jewel","text":"Replica Powerlessness Cobalt Jewel","flags":{"unique":true}},{"name":"Replica Primordial Might","type":"Crimson Jewel","text":"Replica Primordial Might Crimson Jewel","flags":{"unique":true}},{"name":"Replica Pure Talent","type":"Viridian Jewel","text":"Replica Pure Talent Viridian Jewel","flags":{"unique":true}},{"name":"Replica Reckless Defence","type":"Cobalt Jewel","text":"Replica Reckless Defence Cobalt Jewel","flags":{"unique":true}},{"name":"Replica Unstable Payload","type":"Cobalt Jewel","text":"Replica Unstable Payload Cobalt Jewel","flags":{"unique":true}},{"name":"Ring of Blades","type":"Viridian Jewel","text":"Ring of Blades Viridian Jewel","flags":{"unique":true}},{"name":"Rolling Flames","type":"Cobalt Jewel","text":"Rolling Flames Cobalt Jewel","flags":{"unique":true}},{"name":"Sacrificial Harvest","type":"Viridian Jewel","text":"Sacrificial Harvest Viridian Jewel","flags":{"unique":true}},{"name":"Self-Flagellation","type":"Viridian Jewel","text":"Self-Flagellation Viridian Jewel","flags":{"unique":true}},{"name":"Shattered Chains","type":"Crimson Jewel","text":"Shattered Chains Crimson Jewel","flags":{"unique":true}},{"name":"Soul\'s Wick","type":"Cobalt Jewel","text":"Soul\'s Wick Cobalt Jewel","flags":{"unique":true}},{"name":"Spire of Stone","type":"Crimson Jewel","text":"Spire of Stone Crimson Jewel","flags":{"unique":true}},{"name":"Spirited Response","type":"Cobalt Jewel","text":"Spirited Response Cobalt Jewel","flags":{"unique":true}},{"name":"Spirit Guards","type":"Viridian Jewel","text":"Spirit Guards Viridian Jewel","flags":{"unique":true}},{"name":"Split Personality","type":"Crimson Jewel","text":"Split Personality Crimson Jewel","flags":{"unique":true}},{"name":"Spreading Rot","type":"Cobalt Jewel","text":"Spreading Rot Cobalt Jewel","flags":{"unique":true}},{"name":"Static Electricity","type":"Viridian Jewel","text":"Static Electricity Viridian Jewel","flags":{"unique":true}},{"name":"Steel Spirit","type":"Viridian Jewel","text":"Steel Spirit Viridian Jewel","flags":{"unique":true}},{"name":"Stormshroud","type":"Viridian Jewel","text":"Stormshroud Viridian Jewel","flags":{"unique":true}},{"name":"Sublime Vision","type":"Prismatic Jewel","text":"Sublime Vision Prismatic Jewel","flags":{"unique":true}},{"name":"Sudden Ignition","type":"Viridian Jewel","text":"Sudden Ignition Viridian Jewel","flags":{"unique":true}},{"name":"Survival Instincts","type":"Viridian Jewel","text":"Survival Instincts Viridian Jewel","flags":{"unique":true}},{"name":"Survival Secrets","type":"Cobalt Jewel","text":"Survival Secrets Cobalt Jewel","flags":{"unique":true}},{"name":"Survival Skills","type":"Crimson Jewel","text":"Survival Skills Crimson Jewel","flags":{"unique":true}},{"name":"Tecrod\'s Gaze","type":"Murderous Eye Jewel","text":"Tecrod\'s Gaze Murderous Eye Jewel","flags":{"unique":true}},{"name":"Tempered Flesh","type":"Crimson Jewel","text":"Tempered Flesh Crimson Jewel","flags":{"unique":true}},{"name":"Tempered Mind","type":"Cobalt Jewel","text":"Tempered Mind Cobalt Jewel","flags":{"unique":true}},{"name":"Tempered Spirit","type":"Viridian Jewel","text":"Tempered Spirit Viridian Jewel","flags":{"unique":true}},{"name":"That Which Was Taken","type":"Crimson Jewel","text":"That Which Was Taken Crimson Jewel","flags":{"unique":true}},{"name":"The Adorned","type":"Crimson Jewel","text":"The Adorned Crimson Jewel","flags":{"unique":true}},{"name":"The Anima Stone","type":"Prismatic Jewel","text":"The Anima Stone Prismatic Jewel","flags":{"unique":true}},{"name":"The Balance of Terror","type":"Cobalt Jewel","text":"The Balance of Terror Cobalt Jewel","flags":{"unique":true}},{"name":"The Blue Dream","type":"Cobalt Jewel","text":"The Blue Dream Cobalt Jewel","flags":{"unique":true}},{"name":"The Blue Nightmare","type":"Cobalt Jewel","text":"The Blue Nightmare Cobalt Jewel","flags":{"unique":true}},{"name":"The Front Line","type":"Small Cluster Jewel","text":"The Front Line Small Cluster Jewel","flags":{"unique":true}},{"name":"The Golden Rule","type":"Viridian Jewel","text":"The Golden Rule Viridian Jewel","flags":{"unique":true}},{"name":"The Green Dream","type":"Viridian Jewel","text":"The Green Dream Viridian Jewel","flags":{"unique":true}},{"name":"The Green Nightmare","type":"Viridian Jewel","text":"The Green Nightmare Viridian Jewel","flags":{"unique":true}},{"name":"The Interrogation","type":"Small Cluster Jewel","text":"The Interrogation Small Cluster Jewel","flags":{"unique":true}},{"name":"The Long Winter","type":"Cobalt Jewel","text":"The Long Winter Cobalt Jewel","flags":{"unique":true}},{"name":"The Red Dream","type":"Crimson Jewel","text":"The Red Dream Crimson Jewel","flags":{"unique":true}},{"name":"The Red Nightmare","type":"Crimson Jewel","text":"The Red Nightmare Crimson Jewel","flags":{"unique":true}},{"name":"The Siege","type":"Small Cluster Jewel","text":"The Siege Small Cluster Jewel","flags":{"unique":true}},{"name":"The Vigil","type":"Crimson Jewel","text":"The Vigil Crimson Jewel","flags":{"unique":true}},{"name":"Thread of Hope","type":"Crimson Jewel","text":"Thread of Hope Crimson Jewel","flags":{"unique":true}},{"name":"Transcendent Flesh","type":"Crimson Jewel","text":"Transcendent Flesh Crimson Jewel","flags":{"unique":true}},{"name":"Transcendent Mind","type":"Cobalt Jewel","text":"Transcendent Mind Cobalt Jewel","flags":{"unique":true}},{"name":"Transcendent Spirit","type":"Viridian Jewel","text":"Transcendent Spirit Viridian Jewel","flags":{"unique":true}},{"name":"Ulaman\'s Gaze","type":"Searching Eye Jewel","text":"Ulaman\'s Gaze Searching Eye Jewel","flags":{"unique":true}},{"name":"Unending Hunger","type":"Cobalt Jewel","text":"Unending Hunger Cobalt Jewel","flags":{"unique":true}},{"name":"Unnatural Instinct","type":"Viridian Jewel","text":"Unnatural Instinct Viridian Jewel","flags":{"unique":true}},{"name":"Unstable Payload","type":"Cobalt Jewel","text":"Unstable Payload Cobalt Jewel","flags":{"unique":true}},{"name":"Vaal Sentencing","type":"Cobalt Jewel","text":"Vaal Sentencing Cobalt Jewel","flags":{"unique":true}},{"name":"Violent Dead","type":"Cobalt Jewel","text":"Violent Dead Cobalt Jewel","flags":{"unique":true}},{"name":"Voices","type":"Large Cluster Jewel","text":"Voices Large Cluster Jewel","flags":{"unique":true}},{"name":"Volley Fire","type":"Viridian Jewel","text":"Volley Fire Viridian Jewel","flags":{"unique":true}},{"name":"Warlord\'s Reach","type":"Crimson Jewel","text":"Warlord\'s Reach Crimson Jewel","flags":{"unique":true}},{"name":"Warrior\'s Tale","type":"Crimson Jewel","text":"Warrior\'s Tale Crimson Jewel","flags":{"unique":true}},{"name":"Watcher\'s Eye","type":"Prismatic Jewel","text":"Watcher\'s Eye Prismatic Jewel","flags":{"unique":true}},{"name":"Weight of Sin","type":"Viridian Jewel","text":"Weight of Sin Viridian Jewel","flags":{"unique":true}},{"name":"Weight of the Empire","type":"Crimson Jewel","text":"Weight of the Empire Crimson Jewel","flags":{"unique":true}},{"name":"Wildfire","type":"Crimson Jewel","text":"Wildfire Crimson Jewel","flags":{"unique":true}},{"name":"Winter Burial","type":"Crimson Jewel","text":"Winter Burial Crimson Jewel","flags":{"unique":true}},{"name":"Winter\'s Bounty","type":"Cobalt Jewel","text":"Winter\'s Bounty Cobalt Jewel","flags":{"unique":true}},{"name":"Witchbane","type":"Cobalt Jewel","text":"Witchbane Cobalt Jewel","flags":{"unique":true}},{"type":"Hypnotic Eye Jewel","text":"Hypnotic Eye Jewel"},{"type":"Murderous Eye Jewel","text":"Murderous Eye Jewel"},{"type":"Searching Eye Jewel","text":"Searching Eye Jewel"},{"type":"Ghastly Eye Jewel","text":"Ghastly Eye Jewel"},{"type":"Viridian Jewel","text":"Viridian Jewel"},{"type":"Cobalt Jewel","text":"Cobalt Jewel"},{"type":"Large Cluster Jewel","text":"Large Cluster Jewel"},{"type":"Medium Cluster Jewel","text":"Medium Cluster Jewel"},{"type":"Small Cluster Jewel","text":"Small Cluster Jewel"},{"type":"Prismatic Jewel","text":"Prismatic Jewel"},{"type":"Crimson Jewel","text":"Crimson Jewel"},{"type":"Timeless Jewel","text":"Timeless Jewel"}]},{"id":"maps","label":"Maps","entries":[{"type":"Chronicle of Atzoatl","text":"Chronicle of Atzoatl"},{"type":"Offering to the Goddess","text":"Offering to the Goddess"},{"type":"Timeworn Reliquary Key","text":"Timeworn Reliquary Key"},{"type":"Chayula\'s Breachstone","text":"Chayula\'s Breachstone"},{"type":"Tul\'s Breachstone","text":"Tul\'s Breachstone"},{"type":"Xoph\'s Breachstone","text":"Xoph\'s Breachstone"},{"type":"Esh\'s Breachstone","text":"Esh\'s Breachstone"},{"type":"Uul-Netol\'s Breachstone","text":"Uul-Netol\'s Breachstone"},{"type":"Ancient Reliquary Key","text":"Ancient Reliquary Key"},{"type":"Simulacrum","text":"Simulacrum"},{"type":"Chayula\'s Charged Breachstone","text":"Chayula\'s Charged Breachstone"},{"type":"Chayula\'s Enriched Breachstone","text":"Chayula\'s Enriched Breachstone"},{"type":"Chayula\'s Pure Breachstone","text":"Chayula\'s Pure Breachstone"},{"type":"Chayula\'s Flawless Breachstone","text":"Chayula\'s Flawless Breachstone"},{"type":"Tul\'s Charged Breachstone","text":"Tul\'s Charged Breachstone"},{"type":"Tul\'s Enriched Breachstone","text":"Tul\'s Enriched Breachstone"},{"type":"Tul\'s Pure Breachstone","text":"Tul\'s Pure Breachstone"},{"type":"Tul\'s Flawless Breachstone","text":"Tul\'s Flawless Breachstone"},{"type":"Xoph\'s Charged Breachstone","text":"Xoph\'s Charged Breachstone"},{"type":"Xoph\'s Enriched Breachstone","text":"Xoph\'s Enriched Breachstone"},{"type":"Xoph\'s Pure Breachstone","text":"Xoph\'s Pure Breachstone"},{"type":"Xoph\'s Flawless Breachstone","text":"Xoph\'s Flawless Breachstone"},{"type":"Esh\'s Charged Breachstone","text":"Esh\'s Charged Breachstone"},{"type":"Esh\'s Enriched Breachstone","text":"Esh\'s Enriched Breachstone"},{"type":"Esh\'s Pure Breachstone","text":"Esh\'s Pure Breachstone"},{"type":"Esh\'s Flawless Breachstone","text":"Esh\'s Flawless Breachstone"},{"type":"Uul-Netol\'s Charged Breachstone","text":"Uul-Netol\'s Charged Breachstone"},{"type":"Uul-Netol\'s Enriched Breachstone","text":"Uul-Netol\'s Enriched Breachstone"},{"type":"Uul-Netol\'s Pure Breachstone","text":"Uul-Netol\'s Pure Breachstone"},{"type":"Uul-Netol\'s Flawless Breachstone","text":"Uul-Netol\'s Flawless Breachstone"},{"type":"Fragment of Enslavement","text":"Fragment of Enslavement"},{"type":"Fragment of Eradication","text":"Fragment of Eradication"},{"type":"Fragment of Constriction","text":"Fragment of Constriction"},{"type":"Fragment of Purification","text":"Fragment of Purification"},{"type":"Divine Vessel","text":"Divine Vessel"},{"type":"Sacred Blossom","text":"Sacred Blossom"},{"type":"Timeless Eternal Emblem","text":"Timeless Eternal Emblem"},{"type":"Unrelenting Timeless Eternal Emblem","text":"Unrelenting Timeless Eternal Emblem"},{"type":"Timeless Karui Emblem","text":"Timeless Karui Emblem"},{"type":"Unrelenting Timeless Karui Emblem","text":"Unrelenting Timeless Karui Emblem"},{"type":"Timeless Maraketh Emblem","text":"Timeless Maraketh Emblem"},{"type":"Unrelenting Timeless Maraketh Emblem","text":"Unrelenting Timeless Maraketh Emblem"},{"type":"Timeless Templar Emblem","text":"Timeless Templar Emblem"},{"type":"Unrelenting Timeless Templar Emblem","text":"Unrelenting Timeless Templar Emblem"},{"type":"Timeless Vaal Emblem","text":"Timeless Vaal Emblem"},{"type":"Unrelenting Timeless Vaal Emblem","text":"Unrelenting Timeless Vaal Emblem"},{"type":"The Maven\'s Writ","text":"The Maven\'s Writ"},{"type":"Dedication to the Goddess","text":"Dedication to the Goddess"},{"type":"Gift to the Goddess","text":"Gift to the Goddess"},{"type":"Tribute to the Goddess","text":"Tribute to the Goddess"},{"type":"Eber\'s Key","text":"Eber\'s Key"},{"type":"Yriel\'s Key","text":"Yriel\'s Key"},{"type":"Fragment of the Phoenix","text":"Fragment of the Phoenix"},{"type":"Fragment of the Minotaur","text":"Fragment of the Minotaur"},{"type":"Fragment of the Chimera","text":"Fragment of the Chimera"},{"type":"Fragment of the Hydra","text":"Fragment of the Hydra"},{"type":"Al-Hezmin\'s Crest","text":"Al-Hezmin\'s Crest"},{"type":"Baran\'s Crest","text":"Baran\'s Crest"},{"type":"Drox\'s Crest","text":"Drox\'s Crest"},{"type":"Veritania\'s Crest","text":"Veritania\'s Crest"},{"type":"Fragment of Terror","text":"Fragment of Terror"},{"type":"Fragment of Emptiness","text":"Fragment of Emptiness"},{"type":"Fragment of Shape","text":"Fragment of Shape"},{"type":"Fragment of Knowledge","text":"Fragment of Knowledge"},{"type":"Sacrifice at Midnight","text":"Sacrifice at Midnight"},{"type":"Sacrifice at Dawn","text":"Sacrifice at Dawn"},{"type":"Sacrifice at Noon","text":"Sacrifice at Noon"},{"type":"Sacrifice at Dusk","text":"Sacrifice at Dusk"},{"type":"Mortal Rage","text":"Mortal Rage"},{"type":"Mortal Hope","text":"Mortal Hope"},{"type":"Mortal Ignorance","text":"Mortal Ignorance"},{"type":"Mortal Grief","text":"Mortal Grief"},{"type":"Maven\'s Invitation: The Atlas","text":"Maven\'s Invitation: The Atlas"},{"type":"Maven\'s Invitation: Glennach Cairns","text":"Maven\'s Invitation: Glennach Cairns"},{"type":"Maven\'s Invitation: Valdo\'s Rest","text":"Maven\'s Invitation: Valdo\'s Rest"},{"type":"Maven\'s Invitation: Tirn\'s End","text":"Maven\'s Invitation: Tirn\'s End"},{"type":"Maven\'s Invitation: Lex Proxima","text":"Maven\'s Invitation: Lex Proxima"},{"type":"Maven\'s Invitation: New Vastir","text":"Maven\'s Invitation: New Vastir"},{"type":"Maven\'s Invitation: Lira Arthain","text":"Maven\'s Invitation: Lira Arthain"},{"type":"Maven\'s Invitation: Haewark Hamlet","text":"Maven\'s Invitation: Haewark Hamlet"},{"type":"Maven\'s Invitation: Lex Ejoris","text":"Maven\'s Invitation: Lex Ejoris"},{"type":"Maven\'s Invitation: The Formed","text":"Maven\'s Invitation: The Formed"},{"type":"Maven\'s Invitation: The Twisted","text":"Maven\'s Invitation: The Twisted"},{"type":"Maven\'s Invitation: The Forgotten","text":"Maven\'s Invitation: The Forgotten"},{"type":"Maven\'s Invitation: The Hidden","text":"Maven\'s Invitation: The Hidden"},{"type":"Maven\'s Invitation: The Feared","text":"Maven\'s Invitation: The Feared"},{"type":"Maven\'s Invitation: The Elderslayers","text":"Maven\'s Invitation: The Elderslayers"},{"type":"Incandescent Invitation","text":"Incandescent Invitation"},{"type":"Polaric Invitation","text":"Polaric Invitation"},{"type":"Screaming Invitation","text":"Screaming Invitation"},{"type":"Writhing Invitation","text":"Writhing Invitation"},{"type":"Inya\'s Key","text":"Inya\'s Key"},{"type":"Volkuur\'s Key","text":"Volkuur\'s Key"},{"type":"Blood-filled Vessel","text":"Blood-filled Vessel"},{"type":"Visceral Reliquary Key","text":"Visceral Reliquary Key"},{"type":"Shiny Reliquary Key","text":"Shiny Reliquary Key"},{"type":"Archive Reliquary Key","text":"Archive Reliquary Key"},{"type":"Cosmic Reliquary Key","text":"Cosmic Reliquary Key"},{"type":"Oubliette Reliquary Key","text":"Oubliette Reliquary Key"},{"type":"Decaying Reliquary Key","text":"Decaying Reliquary Key"},{"type":"Forgotten Reliquary Key","text":"Forgotten Reliquary Key"},{"type":"Vaal Reliquary Key","text":"Vaal Reliquary Key"},{"type":"Voidborn Reliquary Key","text":"Voidborn Reliquary Key"},{"type":"Rusted Abyss Scarab","text":"Rusted Abyss Scarab"},{"type":"Polished Abyss Scarab","text":"Polished Abyss Scarab"},{"type":"Gilded Abyss Scarab","text":"Gilded Abyss Scarab"},{"type":"Winged Abyss Scarab","text":"Winged Abyss Scarab"},{"type":"Rusted Bestiary Scarab","text":"Rusted Bestiary Scarab"},{"type":"Polished Bestiary Scarab","text":"Polished Bestiary Scarab"},{"type":"Gilded Bestiary Scarab","text":"Gilded Bestiary Scarab"},{"type":"Winged Bestiary Scarab","text":"Winged Bestiary Scarab"},{"type":"Farric Lure","text":"Farric Lure"},{"type":"Saqawine Lure","text":"Saqawine Lure"},{"type":"Fenumal Lure","text":"Fenumal Lure"},{"type":"Craicic Lure","text":"Craicic Lure"},{"type":"Rusted Blight Scarab","text":"Rusted Blight Scarab"},{"type":"Polished Blight Scarab","text":"Polished Blight Scarab"},{"type":"Gilded Blight Scarab","text":"Gilded Blight Scarab"},{"type":"Winged Blight Scarab","text":"Winged Blight Scarab"},{"type":"Rusted Breach Scarab","text":"Rusted Breach Scarab"},{"type":"Polished Breach Scarab","text":"Polished Breach Scarab"},{"type":"Gilded Breach Scarab","text":"Gilded Breach Scarab"},{"type":"Winged Breach Scarab","text":"Winged Breach Scarab"},{"type":"Rusted Divination Scarab","text":"Rusted Divination Scarab"},{"type":"Polished Divination Scarab","text":"Polished Divination Scarab"},{"type":"Gilded Divination Scarab","text":"Gilded Divination Scarab"},{"type":"Winged Divination Scarab","text":"Winged Divination Scarab"},{"type":"Rusted Elder Scarab","text":"Rusted Elder Scarab"},{"type":"Polished Elder Scarab","text":"Polished Elder Scarab"},{"type":"Gilded Elder Scarab","text":"Gilded Elder Scarab"},{"type":"Winged Elder Scarab","text":"Winged Elder Scarab"},{"type":"Rusted Harbinger Scarab","text":"Rusted Harbinger Scarab"},{"type":"Polished Harbinger Scarab","text":"Polished Harbinger Scarab"},{"type":"Gilded Harbinger Scarab","text":"Gilded Harbinger Scarab"},{"type":"Winged Harbinger Scarab","text":"Winged Harbinger Scarab"},{"type":"Rusted Legion Scarab","text":"Rusted Legion Scarab"},{"type":"Polished Legion Scarab","text":"Polished Legion Scarab"},{"type":"Gilded Legion Scarab","text":"Gilded Legion Scarab"},{"type":"Winged Legion Scarab","text":"Winged Legion Scarab"},{"type":"Rusted Cartography Scarab","text":"Rusted Cartography Scarab"},{"type":"Polished Cartography Scarab","text":"Polished Cartography Scarab"},{"type":"Gilded Cartography Scarab","text":"Gilded Cartography Scarab"},{"type":"Winged Cartography Scarab","text":"Winged Cartography Scarab"},{"type":"Rusted Ultimatum Scarab","text":"Rusted Ultimatum Scarab"},{"type":"Polished Ultimatum Scarab","text":"Polished Ultimatum Scarab"},{"type":"Gilded Ultimatum Scarab","text":"Gilded Ultimatum Scarab"},{"type":"Winged Ultimatum Scarab","text":"Winged Ultimatum Scarab"},{"type":"Rusted Expedition Scarab","text":"Rusted Expedition Scarab"},{"type":"Polished Expedition Scarab","text":"Polished Expedition Scarab"},{"type":"Gilded Expedition Scarab","text":"Gilded Expedition Scarab"},{"type":"Winged Expedition Scarab","text":"Winged Expedition Scarab"},{"type":"Rusted Shaper Scarab","text":"Rusted Shaper Scarab"},{"type":"Polished Shaper Scarab","text":"Polished Shaper Scarab"},{"type":"Gilded Shaper Scarab","text":"Gilded Shaper Scarab"},{"type":"Winged Shaper Scarab","text":"Winged Shaper Scarab"},{"type":"Rusted Ambush Scarab","text":"Rusted Ambush Scarab"},{"type":"Polished Ambush Scarab","text":"Polished Ambush Scarab"},{"type":"Gilded Ambush Scarab","text":"Gilded Ambush Scarab"},{"type":"Winged Ambush Scarab","text":"Winged Ambush Scarab"},{"type":"Rusted Sulphite Scarab","text":"Rusted Sulphite Scarab"},{"type":"Polished Sulphite Scarab","text":"Polished Sulphite Scarab"},{"type":"Gilded Sulphite Scarab","text":"Gilded Sulphite Scarab"},{"type":"Winged Sulphite Scarab","text":"Winged Sulphite Scarab"},{"type":"Rusted Torment Scarab","text":"Rusted Torment Scarab"},{"type":"Polished Torment Scarab","text":"Polished Torment Scarab"},{"type":"Gilded Torment Scarab","text":"Gilded Torment Scarab"},{"type":"Winged Torment Scarab","text":"Winged Torment Scarab"},{"type":"Rusted Reliquary Scarab","text":"Rusted Reliquary Scarab"},{"type":"Polished Reliquary Scarab","text":"Polished Reliquary Scarab"},{"type":"Gilded Reliquary Scarab","text":"Gilded Reliquary Scarab"},{"type":"Winged Reliquary Scarab","text":"Winged Reliquary Scarab"},{"type":"Inscribed Ultimatum","text":"Inscribed Ultimatum"},{"name":"Acton\'s Nightmare","type":"Overgrown Shrine Map","disc":"warfortheatlas","text":"Acton\'s Nightmare Overgrown Shrine Map","flags":{"unique":true}},{"name":"Altered Distant Memory","type":"Siege Map","disc":"warfortheatlas","text":"Altered Distant Memory Siege Map","flags":{"unique":true}},{"name":"Altered Distant Memory","type":"Synthesised Map","disc":"warfortheatlas","text":"Altered Distant Memory Synthesised Map","flags":{"unique":true}},{"name":"Augmented Distant Memory","type":"Courthouse Map","disc":"warfortheatlas","text":"Augmented Distant Memory Courthouse Map","flags":{"unique":true}},{"name":"Augmented Distant Memory","type":"Haunted Mansion Map","disc":"warfortheatlas","text":"Augmented Distant Memory Haunted Mansion Map","flags":{"unique":true}},{"name":"Augmented Distant Memory","type":"Synthesised Map","disc":"warfortheatlas","text":"Augmented Distant Memory Synthesised Map","flags":{"unique":true}},{"name":"Caer Blaidd, Wolfpack\'s Den","type":"Underground River Map","disc":"warfortheatlas","text":"Caer Blaidd, Wolfpack\'s Den Underground River Map","flags":{"unique":true}},{"name":"Cortex","type":"Relic Chambers Map","disc":"warfortheatlas","text":"Cortex Relic Chambers Map","flags":{"unique":true}},{"name":"Cortex","type":"Synthesised Map","disc":"warfortheatlas","text":"Cortex Synthesised Map","flags":{"unique":true}},{"name":"Death and Taxes","type":"Necropolis Map","disc":"warfortheatlas","text":"Death and Taxes Necropolis Map","flags":{"unique":true}},{"name":"Doryani\'s Machinarium","type":"Maze Map","disc":"warfortheatlas","text":"Doryani\'s Machinarium Maze Map","flags":{"unique":true}},{"name":"Hall of Grandmasters","type":"Promenade Map","disc":"warfortheatlas","text":"Hall of Grandmasters Promenade Map","flags":{"unique":true}},{"name":"Hallowed Ground","type":"Cemetery Map","disc":"warfortheatlas","text":"Hallowed Ground Cemetery Map","flags":{"unique":true}},{"name":"Infused Beachhead","type":"Harbinger Map","disc":"warfortheatlas","text":"Infused Beachhead Harbinger Map","flags":{"unique":true}},{"name":"Maelstr\xf6m of Chaos","type":"Atoll Map","disc":"warfortheatlas","text":"Maelstr\xf6m of Chaos Atoll Map","flags":{"unique":true}},{"name":"Mao Kun","type":"Shore Map","disc":"warfortheatlas","text":"Mao Kun Shore Map","flags":{"unique":true}},{"name":"Oba\'s Cursed Trove","type":"Primordial Blocks Map","disc":"warfortheatlas","text":"Oba\'s Cursed Trove Primordial Blocks Map","flags":{"unique":true}},{"name":"Oba\'s Cursed Trove","type":"Underground Sea Map","disc":"warfortheatlas","text":"Oba\'s Cursed Trove Underground Sea Map","flags":{"unique":true}},{"name":"Olmec\'s Sanctum","type":"Bone Crypt Map","disc":"warfortheatlas","text":"Olmec\'s Sanctum Bone Crypt Map","flags":{"unique":true}},{"name":"Pillars of Arun","type":"Dunes Map","disc":"warfortheatlas","text":"Pillars of Arun Dunes Map","flags":{"unique":true}},{"name":"Poorjoy\'s Asylum","type":"Temple Map","disc":"warfortheatlas","text":"Poorjoy\'s Asylum Temple Map","flags":{"unique":true}},{"name":"Replica Cortex","type":"Relic Chambers Map","disc":"warfortheatlas","text":"Replica Cortex Relic Chambers Map","flags":{"unique":true}},{"name":"Replica Cortex","type":"Synthesised Map","disc":"warfortheatlas","text":"Replica Cortex Synthesised Map","flags":{"unique":true}},{"name":"Replica Pillars of Arun","type":"Dunes Map","disc":"warfortheatlas","text":"Replica Pillars of Arun Dunes Map","flags":{"unique":true}},{"name":"Replica Poorjoy\'s Asylum","type":"Temple Map","disc":"warfortheatlas","text":"Replica Poorjoy\'s Asylum Temple Map","flags":{"unique":true}},{"name":"Rewritten Distant Memory","type":"Basilica Map","disc":"warfortheatlas","text":"Rewritten Distant Memory Basilica Map","flags":{"unique":true}},{"name":"Rewritten Distant Memory","type":"Synthesised Map","disc":"warfortheatlas","text":"Rewritten Distant Memory Synthesised Map","flags":{"unique":true}},{"name":"The Beachhead","type":"Harbinger Map","disc":"warfortheatlas","text":"The Beachhead Harbinger Map","flags":{"unique":true}},{"name":"The Coward\'s Trial","type":"Cursed Crypt Map","disc":"warfortheatlas","text":"The Coward\'s Trial Cursed Crypt Map","flags":{"unique":true}},{"name":"The Perandus Manor","type":"Chateau Map","disc":"warfortheatlas","text":"The Perandus Manor Chateau Map","flags":{"unique":true}},{"name":"The Putrid Cloister","type":"Museum Map","disc":"warfortheatlas","text":"The Putrid Cloister Museum Map","flags":{"unique":true}},{"name":"The Tower of Ordeals","type":"Engraved Ultimatum","disc":"warfortheatlas","text":"The Tower of Ordeals Engraved Ultimatum","flags":{"unique":true}},{"name":"The Twilight Temple","type":"Moon Temple Map","disc":"warfortheatlas","text":"The Twilight Temple Moon Temple Map","flags":{"unique":true}},{"name":"The Vinktar Square","type":"Courtyard Map","disc":"warfortheatlas","text":"The Vinktar Square Courtyard Map","flags":{"unique":true}},{"name":"Twisted Distant Memory","type":"Park Map","disc":"warfortheatlas","text":"Twisted Distant Memory Park Map","flags":{"unique":true}},{"name":"Twisted Distant Memory","type":"Synthesised Map","disc":"warfortheatlas","text":"Twisted Distant Memory Synthesised Map","flags":{"unique":true}},{"name":"Vaults of Atziri","type":"Vaal Pyramid Map","disc":"warfortheatlas","text":"Vaults of Atziri Vaal Pyramid Map","flags":{"unique":true}},{"name":"Whakawairua Tuahu","type":"Strand Map","disc":"warfortheatlas","text":"Whakawairua Tuahu Strand Map","flags":{"unique":true}},{"type":"Academy Map","disc":"warfortheatlas","text":"Academy Map"},{"type":"Acid Caverns Map","disc":"warfortheatlas","text":"Acid Caverns Map"},{"type":"Alleyways Map","disc":"warfortheatlas","text":"Alleyways Map"},{"type":"Ancient City Map","disc":"warfortheatlas","text":"Ancient City Map"},{"type":"Arachnid Nest Map","disc":"warfortheatlas","text":"Arachnid Nest Map"},{"type":"Arachnid Tomb Map","disc":"warfortheatlas","text":"Arachnid Tomb Map"},{"type":"Arcade Map","disc":"warfortheatlas","text":"Arcade Map"},{"type":"Arena Map","disc":"warfortheatlas","text":"Arena Map"},{"type":"Arid Lake Map","disc":"warfortheatlas","text":"Arid Lake Map"},{"type":"Armoury Map","disc":"warfortheatlas","text":"Armoury Map"},{"type":"Arsenal Map","disc":"warfortheatlas","text":"Arsenal Map"},{"type":"Ashen Wood Map","disc":"warfortheatlas","text":"Ashen Wood Map"},{"type":"Atoll Map","disc":"warfortheatlas","text":"Atoll Map"},{"type":"Barrows Map","disc":"warfortheatlas","text":"Barrows Map"},{"type":"Basilica Map","disc":"warfortheatlas","text":"Basilica Map"},{"type":"Bazaar Map","disc":"warfortheatlas","text":"Bazaar Map"},{"type":"Beach Map","disc":"warfortheatlas","text":"Beach Map"},{"type":"Belfry Map","disc":"warfortheatlas","text":"Belfry Map"},{"type":"Bog Map","disc":"warfortheatlas","text":"Bog Map"},{"type":"Bone Crypt Map","disc":"warfortheatlas","text":"Bone Crypt Map"},{"type":"Bramble Valley Map","disc":"warfortheatlas","text":"Bramble Valley Map"},{"type":"Burial Chambers Map","disc":"warfortheatlas","text":"Burial Chambers Map"},{"type":"Cage Map","disc":"warfortheatlas","text":"Cage Map"},{"type":"Caldera Map","disc":"warfortheatlas","text":"Caldera Map"},{"type":"Canyon Map","disc":"warfortheatlas","text":"Canyon Map"},{"type":"Carcass Map","disc":"warfortheatlas","text":"Carcass Map"},{"type":"Castle Ruins Map","disc":"warfortheatlas","text":"Castle Ruins Map"},{"type":"Cells Map","disc":"warfortheatlas","text":"Cells Map"},{"type":"Cemetery Map","disc":"warfortheatlas","text":"Cemetery Map"},{"type":"Channel Map","disc":"warfortheatlas","text":"Channel Map"},{"type":"Chateau Map","disc":"warfortheatlas","text":"Chateau Map"},{"type":"Pit of the Chimera Map","disc":"warfortheatlas","text":"Pit of the Chimera Map"},{"type":"City Square Map","disc":"warfortheatlas","text":"City Square Map"},{"type":"Cold River Map","disc":"warfortheatlas","text":"Cold River Map"},{"type":"Colonnade Map","disc":"warfortheatlas","text":"Colonnade Map"},{"type":"Colosseum Map","disc":"warfortheatlas","text":"Colosseum Map"},{"type":"Conservatory Map","disc":"warfortheatlas","text":"Conservatory Map"},{"type":"Coral Ruins Map","disc":"warfortheatlas","text":"Coral Ruins Map"},{"type":"Core Map","disc":"warfortheatlas","text":"Core Map"},{"type":"Courthouse Map","disc":"warfortheatlas","text":"Courthouse Map"},{"type":"Courtyard Map","disc":"warfortheatlas","text":"Courtyard Map"},{"type":"Coves Map","disc":"warfortheatlas","text":"Coves Map"},{"type":"Crimson Temple Map","disc":"warfortheatlas","text":"Crimson Temple Map"},{"type":"Crimson Township Map","disc":"warfortheatlas","text":"Crimson Township Map"},{"type":"Crystal Ore Map","disc":"warfortheatlas","text":"Crystal Ore Map"},{"type":"Cursed Crypt Map","disc":"warfortheatlas","text":"Cursed Crypt Map"},{"type":"Dark Forest Map","disc":"warfortheatlas","text":"Dark Forest Map"},{"type":"Defiled Cathedral Map","disc":"warfortheatlas","text":"Defiled Cathedral Map"},{"type":"Desert Map","disc":"warfortheatlas","text":"Desert Map"},{"type":"Desert Spring Map","disc":"warfortheatlas","text":"Desert Spring Map"},{"type":"Dig Map","disc":"warfortheatlas","text":"Dig Map"},{"type":"Dry Sea Map","disc":"warfortheatlas","text":"Dry Sea Map"},{"type":"Dunes Map","disc":"warfortheatlas","text":"Dunes Map"},{"type":"Dungeon Map","disc":"warfortheatlas","text":"Dungeon Map"},{"type":"Estuary Map","disc":"warfortheatlas","text":"Estuary Map"},{"type":"Excavation Map","disc":"warfortheatlas","text":"Excavation Map"},{"type":"Factory Map","disc":"warfortheatlas","text":"Factory Map"},{"type":"Fields Map","disc":"warfortheatlas","text":"Fields Map"},{"type":"Flooded Mine Map","disc":"warfortheatlas","text":"Flooded Mine Map"},{"type":"Forbidden Woods Map","disc":"warfortheatlas","text":"Forbidden Woods Map"},{"type":"Forking River Map","disc":"warfortheatlas","text":"Forking River Map"},{"type":"Foundry Map","disc":"warfortheatlas","text":"Foundry Map"},{"type":"Frozen Cabins Map","disc":"warfortheatlas","text":"Frozen Cabins Map"},{"type":"Gardens Map","disc":"warfortheatlas","text":"Gardens Map"},{"type":"Geode Map","disc":"warfortheatlas","text":"Geode Map"},{"type":"Ghetto Map","disc":"warfortheatlas","text":"Ghetto Map"},{"type":"Glacier Map","disc":"warfortheatlas","text":"Glacier Map"},{"type":"Grave Trough Map","disc":"warfortheatlas","text":"Grave Trough Map"},{"type":"Graveyard Map","disc":"warfortheatlas","text":"Graveyard Map"},{"type":"Grotto Map","disc":"warfortheatlas","text":"Grotto Map"},{"type":"Harbinger Map","disc":"warfortheatlas","text":"Harbinger Map"},{"type":"Haunted Mansion Map","disc":"warfortheatlas","text":"Haunted Mansion Map"},{"type":"Lair of the Hydra Map","disc":"warfortheatlas","text":"Lair of the Hydra Map"},{"type":"Iceberg Map","disc":"warfortheatlas","text":"Iceberg Map"},{"type":"Infested Valley Map","disc":"warfortheatlas","text":"Infested Valley Map"},{"type":"Ivory Temple Map","disc":"warfortheatlas","text":"Ivory Temple Map"},{"type":"Jungle Valley Map","disc":"warfortheatlas","text":"Jungle Valley Map"},{"type":"Laboratory Map","disc":"warfortheatlas","text":"Laboratory Map"},{"type":"Lair Map","disc":"warfortheatlas","text":"Lair Map"},{"type":"Lava Chamber Map","disc":"warfortheatlas","text":"Lava Chamber Map"},{"type":"Lava Lake Map","disc":"warfortheatlas","text":"Lava Lake Map"},{"type":"Leyline Map","disc":"warfortheatlas","text":"Leyline Map"},{"type":"Lighthouse Map","disc":"warfortheatlas","text":"Lighthouse Map"},{"type":"Lookout Map","disc":"warfortheatlas","text":"Lookout Map"},{"type":"Malformation Map","disc":"warfortheatlas","text":"Malformation Map"},{"type":"Marshes Map","disc":"warfortheatlas","text":"Marshes Map"},{"type":"Mausoleum Map","disc":"warfortheatlas","text":"Mausoleum Map"},{"type":"Maze Map","disc":"warfortheatlas","text":"Maze Map"},{"type":"Mesa Map","disc":"warfortheatlas","text":"Mesa Map"},{"type":"Mineral Pools Map","disc":"warfortheatlas","text":"Mineral Pools Map"},{"type":"Maze of the Minotaur Map","disc":"warfortheatlas","text":"Maze of the Minotaur Map"},{"type":"Moon Temple Map","disc":"warfortheatlas","text":"Moon Temple Map"},{"type":"Mud Geyser Map","disc":"warfortheatlas","text":"Mud Geyser Map"},{"type":"Museum Map","disc":"warfortheatlas","text":"Museum Map"},{"type":"Necropolis Map","disc":"warfortheatlas","text":"Necropolis Map"},{"type":"Orchard Map","disc":"warfortheatlas","text":"Orchard Map"},{"type":"Overgrown Ruin Map","disc":"warfortheatlas","text":"Overgrown Ruin Map"},{"type":"Overgrown Shrine Map","disc":"warfortheatlas","text":"Overgrown Shrine Map"},{"type":"Palace Map","disc":"warfortheatlas","text":"Palace Map"},{"type":"Park Map","disc":"warfortheatlas","text":"Park Map"},{"type":"Pen Map","disc":"warfortheatlas","text":"Pen Map"},{"type":"Peninsula Map","disc":"warfortheatlas","text":"Peninsula Map"},{"type":"Phantasmagoria Map","disc":"warfortheatlas","text":"Phantasmagoria Map"},{"type":"Forge of the Phoenix Map","disc":"warfortheatlas","text":"Forge of the Phoenix Map"},{"type":"Pier Map","disc":"warfortheatlas","text":"Pier Map"},{"type":"Pit Map","disc":"warfortheatlas","text":"Pit Map"},{"type":"Plateau Map","disc":"warfortheatlas","text":"Plateau Map"},{"type":"Plaza Map","disc":"warfortheatlas","text":"Plaza Map"},{"type":"Port Map","disc":"warfortheatlas","text":"Port Map"},{"type":"Precinct Map","disc":"warfortheatlas","text":"Precinct Map"},{"type":"Primordial Pool Map","disc":"warfortheatlas","text":"Primordial Pool Map"},{"type":"Promenade Map","disc":"warfortheatlas","text":"Promenade Map"},{"type":"Racecourse Map","disc":"warfortheatlas","text":"Racecourse Map"},{"type":"Ramparts Map","disc":"warfortheatlas","text":"Ramparts Map"},{"type":"Reef Map","disc":"warfortheatlas","text":"Reef Map"},{"type":"Relic Chambers Map","disc":"warfortheatlas","text":"Relic Chambers Map"},{"type":"Residence Map","disc":"warfortheatlas","text":"Residence Map"},{"type":"Scriptorium Map","disc":"warfortheatlas","text":"Scriptorium Map"},{"type":"Sepulchre Map","disc":"warfortheatlas","text":"Sepulchre Map"},{"type":"Shipyard Map","disc":"warfortheatlas","text":"Shipyard Map"},{"type":"Shore Map","disc":"warfortheatlas","text":"Shore Map"},{"type":"Shrine Map","disc":"warfortheatlas","text":"Shrine Map"},{"type":"Siege Map","disc":"warfortheatlas","text":"Siege Map"},{"type":"Silo Map","disc":"warfortheatlas","text":"Silo Map"},{"type":"Spider Forest Map","disc":"warfortheatlas","text":"Spider Forest Map"},{"type":"Spider Lair Map","disc":"warfortheatlas","text":"Spider Lair Map"},{"type":"Fungal Hollow Map","disc":"warfortheatlas","text":"Fungal Hollow Map"},{"type":"Stagnation Map","disc":"warfortheatlas","text":"Stagnation Map"},{"type":"Strand Map","disc":"warfortheatlas","text":"Strand Map"},{"type":"Sulphur Vents Map","disc":"warfortheatlas","text":"Sulphur Vents Map"},{"type":"Summit Map","disc":"warfortheatlas","text":"Summit Map"},{"type":"Sunken City Map","disc":"warfortheatlas","text":"Sunken City Map"},{"type":"Synthesised Map","disc":"warfortheatlas","text":"Synthesised Map"},{"type":"Temple Map","disc":"warfortheatlas","text":"Temple Map"},{"type":"Terrace Map","disc":"warfortheatlas","text":"Terrace Map"},{"type":"Thicket Map","disc":"warfortheatlas","text":"Thicket Map"},{"type":"Primordial Blocks Map","disc":"warfortheatlas","text":"Primordial Blocks Map"},{"type":"Tower Map","disc":"warfortheatlas","text":"Tower Map"},{"type":"Toxic Sewer Map","disc":"warfortheatlas","text":"Toxic Sewer Map"},{"type":"Engraved Ultimatum","disc":"warfortheatlas","text":"Engraved Ultimatum"},{"type":"Crater Map","disc":"warfortheatlas","text":"Crater Map"},{"type":"Tropical Island Map","disc":"warfortheatlas","text":"Tropical Island Map"},{"type":"Underground River Map","disc":"warfortheatlas","text":"Underground River Map"},{"type":"Underground Sea Map","disc":"warfortheatlas","text":"Underground Sea Map"},{"type":"Vaal Pyramid Map","disc":"warfortheatlas","text":"Vaal Pyramid Map"},{"type":"Vaal Temple Map","disc":"warfortheatlas","text":"Vaal Temple Map"},{"type":"Vault Map","disc":"warfortheatlas","text":"Vault Map"},{"type":"Villa Map","disc":"warfortheatlas","text":"Villa Map"},{"type":"Volcano Map","disc":"warfortheatlas","text":"Volcano Map"},{"type":"Wasteland Map","disc":"warfortheatlas","text":"Wasteland Map"},{"type":"Waste Pool Map","disc":"warfortheatlas","text":"Waste Pool Map"},{"type":"Waterways Map","disc":"warfortheatlas","text":"Waterways Map"},{"type":"Wharf Map","disc":"warfortheatlas","text":"Wharf Map"},{"name":"Acton\'s Nightmare","type":"Overgrown Shrine Map","disc":"atlasofworlds","text":"Acton\'s Nightmare Overgrown Shrine Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Caer Blaidd, Wolfpack\'s Den","type":"Underground River Map","disc":"atlasofworlds","text":"Caer Blaidd, Wolfpack\'s Den Underground River Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Death and Taxes","type":"Necropolis Map","disc":"atlasofworlds","text":"Death and Taxes Necropolis Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Hall of Grandmasters","type":"Promenade Map","disc":"atlasofworlds","text":"Hall of Grandmasters Promenade Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Hallowed Ground","type":"Graveyard Map","disc":"atlasofworlds","text":"Hallowed Ground Graveyard Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Maelstr\xf6m of Chaos","type":"Atoll Map","disc":"atlasofworlds","text":"Maelstr\xf6m of Chaos Atoll Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Mao Kun","type":"Reef Map","disc":"atlasofworlds","text":"Mao Kun Reef Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Oba\'s Cursed Trove","type":"Primordial Blocks Map","disc":"atlasofworlds","text":"Oba\'s Cursed Trove Primordial Blocks Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Olmec\'s Sanctum","type":"Bone Crypt Map","disc":"atlasofworlds","text":"Olmec\'s Sanctum Bone Crypt Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Poorjoy\'s Asylum","type":"Temple Map","disc":"atlasofworlds","text":"Poorjoy\'s Asylum Temple Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"The Beachhead","type":"Harbinger Map","disc":"atlasofworlds","text":"The Beachhead Harbinger Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"The Beachhead","type":"Harbinger Map","text":"The Beachhead Harbinger Map","flags":{"unique":true}},{"name":"The Coward\'s Trial","type":"Cursed Crypt Map","disc":"atlasofworlds","text":"The Coward\'s Trial Cursed Crypt Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"The Perandus Manor","type":"Chateau Map","disc":"atlasofworlds","text":"The Perandus Manor Chateau Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"The Putrid Cloister","type":"Museum Map","disc":"atlasofworlds","text":"The Putrid Cloister Museum Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"The Vinktar Square","type":"Courtyard Map","disc":"atlasofworlds","text":"The Vinktar Square Courtyard Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Vaults of Atziri","type":"Vaal Pyramid Map","disc":"atlasofworlds","text":"Vaults of Atziri Vaal Pyramid Map (Atlas of Worlds)","flags":{"unique":true}},{"name":"Whakawairua Tuahu","type":"Strand Map","disc":"atlasofworlds","text":"Whakawairua Tuahu Strand Map (Atlas of Worlds)","flags":{"unique":true}},{"type":"Caldera Map","disc":"atlasofworlds","text":"Caldera Map (Atlas of Worlds)"},{"type":"Academy Map","disc":"atlasofworlds","text":"Academy Map (Atlas of Worlds)"},{"type":"Shaped Academy Map","disc":"atlasofworlds","text":"Shaped Academy Map (Atlas of Worlds)"},{"type":"Acid Caverns Map","disc":"atlasofworlds","text":"Acid Caverns Map (Atlas of Worlds)"},{"type":"Shaped Acid Caverns Map","disc":"atlasofworlds","text":"Shaped Acid Caverns Map (Atlas of Worlds)"},{"type":"Arachnid Nest Map","disc":"atlasofworlds","text":"Arachnid Nest Map (Atlas of Worlds)"},{"type":"Shaped Arachnid Nest Map","disc":"atlasofworlds","text":"Shaped Arachnid Nest Map (Atlas of Worlds)"},{"type":"Arachnid Tomb Map","disc":"atlasofworlds","text":"Arachnid Tomb Map (Atlas of Worlds)"},{"type":"Shaped Arachnid Tomb Map","disc":"atlasofworlds","text":"Shaped Arachnid Tomb Map (Atlas of Worlds)"},{"type":"Arcade Map","disc":"atlasofworlds","text":"Arcade Map (Atlas of Worlds)"},{"type":"Shaped Arcade Map","disc":"atlasofworlds","text":"Shaped Arcade Map (Atlas of Worlds)"},{"type":"Arena Map","disc":"atlasofworlds","text":"Arena Map (Atlas of Worlds)"},{"type":"Shaped Arena Map","disc":"atlasofworlds","text":"Shaped Arena Map (Atlas of Worlds)"},{"type":"Arid Lake Map","disc":"atlasofworlds","text":"Arid Lake Map (Atlas of Worlds)"},{"type":"Shaped Arid Lake Map","disc":"atlasofworlds","text":"Shaped Arid Lake Map (Atlas of Worlds)"},{"type":"Armoury Map","disc":"atlasofworlds","text":"Armoury Map (Atlas of Worlds)"},{"type":"Shaped Armoury Map","disc":"atlasofworlds","text":"Shaped Armoury Map (Atlas of Worlds)"},{"type":"Arsenal Map","disc":"atlasofworlds","text":"Arsenal Map (Atlas of Worlds)"},{"type":"Shaped Arsenal Map","disc":"atlasofworlds","text":"Shaped Arsenal Map (Atlas of Worlds)"},{"type":"Atoll Map","disc":"atlasofworlds","text":"Atoll Map (Atlas of Worlds)"},{"type":"Shaped Atoll Map","disc":"atlasofworlds","text":"Shaped Atoll Map (Atlas of Worlds)"},{"type":"Barrows Map","disc":"atlasofworlds","text":"Barrows Map (Atlas of Worlds)"},{"type":"Shaped Barrows Map","disc":"atlasofworlds","text":"Shaped Barrows Map (Atlas of Worlds)"},{"type":"Bazaar Map","disc":"atlasofworlds","text":"Bazaar Map (Atlas of Worlds)"},{"type":"Beach Map","disc":"atlasofworlds","text":"Beach Map (Atlas of Worlds)"},{"type":"Shaped Beach Map","disc":"atlasofworlds","text":"Shaped Beach Map (Atlas of Worlds)"},{"type":"Lighthouse Map","disc":"atlasofworlds","text":"Lighthouse Map (Atlas of Worlds)"},{"type":"Bog Map","disc":"atlasofworlds","text":"Bog Map (Atlas of Worlds)"},{"type":"Shaped Bog Map","disc":"atlasofworlds","text":"Shaped Bog Map (Atlas of Worlds)"},{"type":"Burial Chambers Map","disc":"atlasofworlds","text":"Burial Chambers Map (Atlas of Worlds)"},{"type":"Shaped Burial Chambers Map","disc":"atlasofworlds","text":"Shaped Burial Chambers Map (Atlas of Worlds)"},{"type":"Canyon Map","disc":"atlasofworlds","text":"Canyon Map (Atlas of Worlds)"},{"type":"Shaped Canyon Map","disc":"atlasofworlds","text":"Shaped Canyon Map (Atlas of Worlds)"},{"type":"Castle Ruins Map","disc":"atlasofworlds","text":"Castle Ruins Map (Atlas of Worlds)"},{"type":"Shaped Castle Ruins Map","disc":"atlasofworlds","text":"Shaped Castle Ruins Map (Atlas of Worlds)"},{"type":"Bone Crypt Map","disc":"atlasofworlds","text":"Bone Crypt Map (Atlas of Worlds)"},{"type":"Shaped Bone Crypt Map","disc":"atlasofworlds","text":"Shaped Bone Crypt Map (Atlas of Worlds)"},{"type":"Flooded Mine Map","disc":"atlasofworlds","text":"Flooded Mine Map (Atlas of Worlds)"},{"type":"Shaped Flooded Mine Map","disc":"atlasofworlds","text":"Shaped Flooded Mine Map (Atlas of Worlds)"},{"type":"Cells Map","disc":"atlasofworlds","text":"Cells Map (Atlas of Worlds)"},{"type":"Shaped Cells Map","disc":"atlasofworlds","text":"Shaped Cells Map (Atlas of Worlds)"},{"type":"Cemetery Map","disc":"atlasofworlds","text":"Cemetery Map (Atlas of Worlds)"},{"type":"Shaped Cemetery Map","disc":"atlasofworlds","text":"Shaped Cemetery Map (Atlas of Worlds)"},{"type":"Channel Map","disc":"atlasofworlds","text":"Channel Map (Atlas of Worlds)"},{"type":"Shaped Channel Map","disc":"atlasofworlds","text":"Shaped Channel Map (Atlas of Worlds)"},{"type":"Chateau Map","disc":"atlasofworlds","text":"Chateau Map (Atlas of Worlds)"},{"type":"Pit of the Chimera Map","disc":"atlasofworlds","text":"Pit of the Chimera Map (Atlas of Worlds)"},{"type":"Colonnade Map","disc":"atlasofworlds","text":"Colonnade Map (Atlas of Worlds)"},{"type":"Shaped Colonnade Map","disc":"atlasofworlds","text":"Shaped Colonnade Map (Atlas of Worlds)"},{"type":"Colosseum Map","disc":"atlasofworlds","text":"Colosseum Map (Atlas of Worlds)"},{"type":"Core Map","disc":"atlasofworlds","text":"Core Map (Atlas of Worlds)"},{"type":"Courtyard Map","disc":"atlasofworlds","text":"Courtyard Map (Atlas of Worlds)"},{"type":"Shaped Courtyard Map","disc":"atlasofworlds","text":"Shaped Courtyard Map (Atlas of Worlds)"},{"type":"Coves Map","disc":"atlasofworlds","text":"Coves Map (Atlas of Worlds)"},{"type":"Shaped Coves Map","disc":"atlasofworlds","text":"Shaped Coves Map (Atlas of Worlds)"},{"type":"Lava Chamber Map","disc":"atlasofworlds","text":"Lava Chamber Map (Atlas of Worlds)"},{"type":"Cursed Crypt Map","disc":"atlasofworlds","text":"Cursed Crypt Map (Atlas of Worlds)"},{"type":"Shaped Cursed Crypt Map","disc":"atlasofworlds","text":"Shaped Cursed Crypt Map (Atlas of Worlds)"},{"type":"Crystal Ore Map","disc":"atlasofworlds","text":"Crystal Ore Map (Atlas of Worlds)"},{"type":"Shaped Crystal Ore Map","disc":"atlasofworlds","text":"Shaped Crystal Ore Map (Atlas of Worlds)"},{"type":"Dark Forest Map","disc":"atlasofworlds","text":"Dark Forest Map (Atlas of Worlds)"},{"type":"Desert Map","disc":"atlasofworlds","text":"Desert Map (Atlas of Worlds)"},{"type":"Shaped Desert Map","disc":"atlasofworlds","text":"Shaped Desert Map (Atlas of Worlds)"},{"type":"Peninsula Map","disc":"atlasofworlds","text":"Peninsula Map (Atlas of Worlds)"},{"type":"Shaped Peninsula Map","disc":"atlasofworlds","text":"Shaped Peninsula Map (Atlas of Worlds)"},{"type":"Ashen Wood Map","disc":"atlasofworlds","text":"Ashen Wood Map (Atlas of Worlds)"},{"type":"Shaped Ashen Wood Map","disc":"atlasofworlds","text":"Shaped Ashen Wood Map (Atlas of Worlds)"},{"type":"Dunes Map","disc":"atlasofworlds","text":"Dunes Map (Atlas of Worlds)"},{"type":"Shaped Dunes Map","disc":"atlasofworlds","text":"Shaped Dunes Map (Atlas of Worlds)"},{"type":"Dungeon Map","disc":"atlasofworlds","text":"Dungeon Map (Atlas of Worlds)"},{"type":"Shaped Dungeon Map","disc":"atlasofworlds","text":"Shaped Dungeon Map (Atlas of Worlds)"},{"type":"Estuary Map","disc":"atlasofworlds","text":"Estuary Map (Atlas of Worlds)"},{"type":"Excavation Map","disc":"atlasofworlds","text":"Excavation Map (Atlas of Worlds)"},{"type":"Factory Map","disc":"atlasofworlds","text":"Factory Map (Atlas of Worlds)"},{"type":"Shaped Factory Map","disc":"atlasofworlds","text":"Shaped Factory Map (Atlas of Worlds)"},{"type":"Ghetto Map","disc":"atlasofworlds","text":"Ghetto Map (Atlas of Worlds)"},{"type":"Shaped Ghetto Map","disc":"atlasofworlds","text":"Shaped Ghetto Map (Atlas of Worlds)"},{"type":"Glacier Map","disc":"atlasofworlds","text":"Glacier Map (Atlas of Worlds)"},{"type":"Graveyard Map","disc":"atlasofworlds","text":"Graveyard Map (Atlas of Worlds)"},{"type":"Shaped Graveyard Map","disc":"atlasofworlds","text":"Shaped Graveyard Map (Atlas of Worlds)"},{"type":"Grotto Map","disc":"atlasofworlds","text":"Grotto Map (Atlas of Worlds)"},{"type":"Shaped Grotto Map","disc":"atlasofworlds","text":"Shaped Grotto Map (Atlas of Worlds)"},{"type":"Harbinger Map","disc":"atlasofworlds","text":"Harbinger Map (Atlas of Worlds)"},{"type":"Terrace Map","disc":"atlasofworlds","text":"Terrace Map (Atlas of Worlds)"},{"type":"Lair of the Hydra Map","disc":"atlasofworlds","text":"Lair of the Hydra Map (Atlas of Worlds)"},{"type":"Ivory Temple Map","disc":"atlasofworlds","text":"Ivory Temple Map (Atlas of Worlds)"},{"type":"Jungle Valley Map","disc":"atlasofworlds","text":"Jungle Valley Map (Atlas of Worlds)"},{"type":"Shaped Jungle Valley Map","disc":"atlasofworlds","text":"Shaped Jungle Valley Map (Atlas of Worlds)"},{"type":"Lair Map","disc":"atlasofworlds","text":"Lair Map (Atlas of Worlds)"},{"type":"Malformation Map","disc":"atlasofworlds","text":"Malformation Map (Atlas of Worlds)"},{"type":"Shaped Malformation Map","disc":"atlasofworlds","text":"Shaped Malformation Map (Atlas of Worlds)"},{"type":"Marshes Map","disc":"atlasofworlds","text":"Marshes Map (Atlas of Worlds)"},{"type":"Shaped Marshes Map","disc":"atlasofworlds","text":"Shaped Marshes Map (Atlas of Worlds)"},{"type":"Maze Map","disc":"atlasofworlds","text":"Maze Map (Atlas of Worlds)"},{"type":"Mesa Map","disc":"atlasofworlds","text":"Mesa Map (Atlas of Worlds)"},{"type":"Shaped Mesa Map","disc":"atlasofworlds","text":"Shaped Mesa Map (Atlas of Worlds)"},{"type":"Mineral Pools Map","disc":"atlasofworlds","text":"Mineral Pools Map (Atlas of Worlds)"},{"type":"Maze of the Minotaur Map","disc":"atlasofworlds","text":"Maze of the Minotaur Map (Atlas of Worlds)"},{"type":"Mud Geyser Map","disc":"atlasofworlds","text":"Mud Geyser Map (Atlas of Worlds)"},{"type":"Shaped Mud Geyser Map","disc":"atlasofworlds","text":"Shaped Mud Geyser Map (Atlas of Worlds)"},{"type":"Museum Map","disc":"atlasofworlds","text":"Museum Map (Atlas of Worlds)"},{"type":"Shaped Museum Map","disc":"atlasofworlds","text":"Shaped Museum Map (Atlas of Worlds)"},{"type":"Necropolis Map","disc":"atlasofworlds","text":"Necropolis Map (Atlas of Worlds)"},{"type":"Desert Spring Map","disc":"atlasofworlds","text":"Desert Spring Map (Atlas of Worlds)"},{"type":"Shaped Desert Spring Map","disc":"atlasofworlds","text":"Shaped Desert Spring Map (Atlas of Worlds)"},{"type":"Orchard Map","disc":"atlasofworlds","text":"Orchard Map (Atlas of Worlds)"},{"type":"Shaped Orchard Map","disc":"atlasofworlds","text":"Shaped Orchard Map (Atlas of Worlds)"},{"type":"Overgrown Ruin Map","disc":"atlasofworlds","text":"Overgrown Ruin Map (Atlas of Worlds)"},{"type":"Overgrown Shrine Map","disc":"atlasofworlds","text":"Overgrown Shrine Map (Atlas of Worlds)"},{"type":"Shaped Overgrown Shrine Map","disc":"atlasofworlds","text":"Shaped Overgrown Shrine Map (Atlas of Worlds)"},{"type":"Palace Map","disc":"atlasofworlds","text":"Palace Map (Atlas of Worlds)"},{"type":"Phantasmagoria Map","disc":"atlasofworlds","text":"Phantasmagoria Map (Atlas of Worlds)"},{"type":"Shaped Phantasmagoria Map","disc":"atlasofworlds","text":"Shaped Phantasmagoria Map (Atlas of Worlds)"},{"type":"Forge of the Phoenix Map","disc":"atlasofworlds","text":"Forge of the Phoenix Map (Atlas of Worlds)"},{"type":"Pier Map","disc":"atlasofworlds","text":"Pier Map (Atlas of Worlds)"},{"type":"Shaped Pier Map","disc":"atlasofworlds","text":"Shaped Pier Map (Atlas of Worlds)"},{"type":"Pit Map","disc":"atlasofworlds","text":"Pit Map (Atlas of Worlds)"},{"type":"Shaped Pit Map","disc":"atlasofworlds","text":"Shaped Pit Map (Atlas of Worlds)"},{"type":"Plateau Map","disc":"atlasofworlds","text":"Plateau Map (Atlas of Worlds)"},{"type":"Plaza Map","disc":"atlasofworlds","text":"Plaza Map (Atlas of Worlds)"},{"type":"Precinct Map","disc":"atlasofworlds","text":"Precinct Map (Atlas of Worlds)"},{"type":"Primordial Pool Map","disc":"atlasofworlds","text":"Primordial Pool Map (Atlas of Worlds)"},{"type":"Shaped Primordial Pool Map","disc":"atlasofworlds","text":"Shaped Primordial Pool Map (Atlas of Worlds)"},{"type":"Promenade Map","disc":"atlasofworlds","text":"Promenade Map (Atlas of Worlds)"},{"type":"Shaped Promenade Map","disc":"atlasofworlds","text":"Shaped Promenade Map (Atlas of Worlds)"},{"type":"Geode Map","disc":"atlasofworlds","text":"Geode Map (Atlas of Worlds)"},{"type":"Shaped Geode Map","disc":"atlasofworlds","text":"Shaped Geode Map (Atlas of Worlds)"},{"type":"Port Map","disc":"atlasofworlds","text":"Port Map (Atlas of Worlds)"},{"type":"Shaped Port Map","disc":"atlasofworlds","text":"Shaped Port Map (Atlas of Worlds)"},{"type":"Racecourse Map","disc":"atlasofworlds","text":"Racecourse Map (Atlas of Worlds)"},{"type":"Shaped Racecourse Map","disc":"atlasofworlds","text":"Shaped Racecourse Map (Atlas of Worlds)"},{"type":"Ramparts Map","disc":"atlasofworlds","text":"Ramparts Map (Atlas of Worlds)"},{"type":"Shaped Ramparts Map","disc":"atlasofworlds","text":"Shaped Ramparts Map (Atlas of Worlds)"},{"type":"Reef Map","disc":"atlasofworlds","text":"Reef Map (Atlas of Worlds)"},{"type":"Shaped Reef Map","disc":"atlasofworlds","text":"Shaped Reef Map (Atlas of Worlds)"},{"type":"Residence Map","disc":"atlasofworlds","text":"Residence Map (Atlas of Worlds)"},{"type":"Scriptorium Map","disc":"atlasofworlds","text":"Scriptorium Map (Atlas of Worlds)"},{"type":"Toxic Sewer Map","disc":"atlasofworlds","text":"Toxic Sewer Map (Atlas of Worlds)"},{"type":"Shaped Toxic Sewer Map","disc":"atlasofworlds","text":"Shaped Toxic Sewer Map (Atlas of Worlds)"},{"type":"Shipyard Map","disc":"atlasofworlds","text":"Shipyard Map (Atlas of Worlds)"},{"type":"Shore Map","disc":"atlasofworlds","text":"Shore Map (Atlas of Worlds)"},{"type":"Shaped Shore Map","disc":"atlasofworlds","text":"Shaped Shore Map (Atlas of Worlds)"},{"type":"Shrine Map","disc":"atlasofworlds","text":"Shrine Map (Atlas of Worlds)"},{"type":"Spider Forest Map","disc":"atlasofworlds","text":"Spider Forest Map (Atlas of Worlds)"},{"type":"Shaped Spider Forest Map","disc":"atlasofworlds","text":"Shaped Spider Forest Map (Atlas of Worlds)"},{"type":"Spider Lair Map","disc":"atlasofworlds","text":"Spider Lair Map (Atlas of Worlds)"},{"type":"Shaped Spider Lair Map","disc":"atlasofworlds","text":"Shaped Spider Lair Map (Atlas of Worlds)"},{"type":"Fungal Hollow Map","disc":"atlasofworlds","text":"Fungal Hollow Map (Atlas of Worlds)"},{"type":"Strand Map","disc":"atlasofworlds","text":"Strand Map (Atlas of Worlds)"},{"type":"Shaped Strand Map","disc":"atlasofworlds","text":"Shaped Strand Map (Atlas of Worlds)"},{"type":"Leyline Map","disc":"atlasofworlds","text":"Leyline Map (Atlas of Worlds)"},{"type":"Temple Map","disc":"atlasofworlds","text":"Temple Map (Atlas of Worlds)"},{"type":"Shaped Temple Map","disc":"atlasofworlds","text":"Shaped Temple Map (Atlas of Worlds)"},{"type":"Gardens Map","disc":"atlasofworlds","text":"Gardens Map (Atlas of Worlds)"},{"type":"Shaped Gardens Map","disc":"atlasofworlds","text":"Shaped Gardens Map (Atlas of Worlds)"},{"type":"Thicket Map","disc":"atlasofworlds","text":"Thicket Map (Atlas of Worlds)"},{"type":"Shaped Thicket Map","disc":"atlasofworlds","text":"Shaped Thicket Map (Atlas of Worlds)"},{"type":"Primordial Blocks Map","disc":"atlasofworlds","text":"Primordial Blocks Map (Atlas of Worlds)"},{"type":"Tower Map","disc":"atlasofworlds","text":"Tower Map (Atlas of Worlds)"},{"type":"Shaped Tower Map","disc":"atlasofworlds","text":"Shaped Tower Map (Atlas of Worlds)"},{"type":"Tropical Island Map","disc":"atlasofworlds","text":"Tropical Island Map (Atlas of Worlds)"},{"type":"Shaped Tropical Island Map","disc":"atlasofworlds","text":"Shaped Tropical Island Map (Atlas of Worlds)"},{"type":"Underground River Map","disc":"atlasofworlds","text":"Underground River Map (Atlas of Worlds)"},{"type":"Shaped Underground River Map","disc":"atlasofworlds","text":"Shaped Underground River Map (Atlas of Worlds)"},{"type":"Underground Sea Map","disc":"atlasofworlds","text":"Underground Sea Map (Atlas of Worlds)"},{"type":"Ancient City Map","disc":"atlasofworlds","text":"Ancient City Map (Atlas of Worlds)"},{"type":"Shaped Ancient City Map","disc":"atlasofworlds","text":"Shaped Ancient City Map (Atlas of Worlds)"},{"type":"Vaal Pyramid Map","disc":"atlasofworlds","text":"Vaal Pyramid Map (Atlas of Worlds)"},{"type":"Shaped Vaal Pyramid Map","disc":"atlasofworlds","text":"Shaped Vaal Pyramid Map (Atlas of Worlds)"},{"type":"Vaal Temple Map","disc":"atlasofworlds","text":"Vaal Temple Map (Atlas of Worlds)"},{"type":"Vault Map","disc":"atlasofworlds","text":"Vault Map (Atlas of Worlds)"},{"type":"Villa Map","disc":"atlasofworlds","text":"Villa Map (Atlas of Worlds)"},{"type":"Shaped Villa Map","disc":"atlasofworlds","text":"Shaped Villa Map (Atlas of Worlds)"},{"type":"Volcano Map","disc":"atlasofworlds","text":"Volcano Map (Atlas of Worlds)"},{"type":"Wasteland Map","disc":"atlasofworlds","text":"Wasteland Map (Atlas of Worlds)"},{"type":"Waste Pool Map","disc":"atlasofworlds","text":"Waste Pool Map (Atlas of Worlds)"},{"type":"Shaped Waste Pool Map","disc":"atlasofworlds","text":"Shaped Waste Pool Map (Atlas of Worlds)"},{"type":"Waterways Map","disc":"atlasofworlds","text":"Waterways Map (Atlas of Worlds)"},{"type":"Wharf Map","disc":"atlasofworlds","text":"Wharf Map (Atlas of Worlds)"},{"type":"Shaped Wharf Map","disc":"atlasofworlds","text":"Shaped Wharf Map (Atlas of Worlds)"},{"name":"Acton\'s Nightmare","type":"Overgrown Shrine Map","disc":"theawakening","text":"Acton\'s Nightmare Overgrown Shrine Map (The Awakening)","flags":{"unique":true}},{"name":"Caer Blaidd, Wolfpack\'s Den","type":"Underground River Map","disc":"theawakening","text":"Caer Blaidd, Wolfpack\'s Den Underground River Map (The Awakening)","flags":{"unique":true}},{"name":"Death and Taxes","type":"Necropolis Map","disc":"theawakening","text":"Death and Taxes Necropolis Map (The Awakening)","flags":{"unique":true}},{"name":"Hall of Grandmasters","type":"Promenade Map","disc":"theawakening","text":"Hall of Grandmasters Promenade Map (The Awakening)","flags":{"unique":true}},{"name":"Maelstr\xf6m of Chaos","type":"Atoll Map","disc":"theawakening","text":"Maelstr\xf6m of Chaos Atoll Map (The Awakening)","flags":{"unique":true}},{"name":"Mao Kun","type":"Reef Map","disc":"theawakening","text":"Mao Kun Reef Map (The Awakening)","flags":{"unique":true}},{"name":"Oba\'s Cursed Trove","type":"Primordial Blocks Map","disc":"theawakening","text":"Oba\'s Cursed Trove Primordial Blocks Map (The Awakening)","flags":{"unique":true}},{"name":"Olmec\'s Sanctum","type":"Bone Crypt Map","disc":"theawakening","text":"Olmec\'s Sanctum Bone Crypt Map (The Awakening)","flags":{"unique":true}},{"name":"Poorjoy\'s Asylum","type":"Temple Map","disc":"theawakening","text":"Poorjoy\'s Asylum Temple Map (The Awakening)","flags":{"unique":true}},{"name":"The Coward\'s Trial","type":"Cursed Crypt Map","disc":"theawakening","text":"The Coward\'s Trial Cursed Crypt Map (The Awakening)","flags":{"unique":true}},{"name":"The Perandus Manor","type":"Chateau Map","disc":"theawakening","text":"The Perandus Manor Chateau Map (The Awakening)","flags":{"unique":true}},{"name":"The Vinktar Square","type":"Courtyard Map","disc":"theawakening","text":"The Vinktar Square Courtyard Map (The Awakening)","flags":{"unique":true}},{"name":"Vaults of Atziri","type":"Vaal Pyramid Map","disc":"theawakening","text":"Vaults of Atziri Vaal Pyramid Map (The Awakening)","flags":{"unique":true}},{"name":"Whakawairua Tuahu","type":"Strand Map","disc":"theawakening","text":"Whakawairua Tuahu Strand Map (The Awakening)","flags":{"unique":true}},{"type":"Necropolis Map","disc":"theawakening","text":"Necropolis Map (The Awakening)"},{"type":"Plateau Map","disc":"theawakening","text":"Plateau Map (The Awakening)"},{"type":"Bazaar Map","disc":"theawakening","text":"Bazaar Map (The Awakening)"},{"type":"Volcano Map","disc":"theawakening","text":"Volcano Map (The Awakening)"},{"type":"Chateau Map","disc":"theawakening","text":"Chateau Map (The Awakening)"},{"type":"Cursed Crypt Map","disc":"theawakening","text":"Cursed Crypt Map (The Awakening)"},{"type":"Lava Chamber Map","disc":"theawakening","text":"Lava Chamber Map (The Awakening)"},{"type":"Precinct Map","disc":"theawakening","text":"Precinct Map (The Awakening)"},{"type":"Academy Map","disc":"theawakening","text":"Academy Map (The Awakening)"},{"type":"Fungal Hollow Map","disc":"theawakening","text":"Fungal Hollow Map (The Awakening)"},{"type":"Dungeon Map","disc":"theawakening","text":"Dungeon Map (The Awakening)"},{"type":"Shipyard Map","disc":"theawakening","text":"Shipyard Map (The Awakening)"},{"type":"Overgrown Ruin Map","disc":"theawakening","text":"Overgrown Ruin Map (The Awakening)"},{"type":"Castle Ruins Map","disc":"theawakening","text":"Castle Ruins Map (The Awakening)"},{"type":"Arsenal Map","disc":"theawakening","text":"Arsenal Map (The Awakening)"},{"type":"Grotto Map","disc":"theawakening","text":"Grotto Map (The Awakening)"},{"type":"Wasteland Map","disc":"theawakening","text":"Wasteland Map (The Awakening)"},{"type":"Courtyard Map","disc":"theawakening","text":"Courtyard Map (The Awakening)"},{"type":"Excavation Map","disc":"theawakening","text":"Excavation Map (The Awakening)"},{"type":"Waterways Map","disc":"theawakening","text":"Waterways Map (The Awakening)"},{"type":"Dunes Map","disc":"theawakening","text":"Dunes Map (The Awakening)"},{"type":"Palace Map","disc":"theawakening","text":"Palace Map (The Awakening)"},{"type":"Shrine Map","disc":"theawakening","text":"Shrine Map (The Awakening)"},{"type":"Maze Map","disc":"theawakening","text":"Maze Map (The Awakening)"},{"type":"Vaal Temple Map","disc":"theawakening","text":"Vaal Temple Map (The Awakening)"},{"type":"Plaza Map","disc":"theawakening","text":"Plaza Map (The Awakening)"},{"type":"Pit Map","disc":"theawakening","text":"Pit Map (The Awakening)"},{"type":"Core Map","disc":"theawakening","text":"Core Map (The Awakening)"},{"type":"Caldera Map","disc":"theawakening","text":"Caldera Map (The Awakening)"},{"type":"Colosseum Map","disc":"theawakening","text":"Colosseum Map (The Awakening)"},{"type":"Tropical Island Map","disc":"theawakening","text":"Tropical Island Map (The Awakening)"},{"type":"Desert Map","disc":"theawakening","text":"Desert Map (The Awakening)"},{"type":"Toxic Sewer Map","disc":"theawakening","text":"Toxic Sewer Map (The Awakening)"},{"type":"Channel Map","disc":"theawakening","text":"Channel Map (The Awakening)"},{"type":"Thicket Map","disc":"theawakening","text":"Thicket Map (The Awakening)"},{"type":"Atoll Map","disc":"theawakening","text":"Atoll Map (The Awakening)"},{"type":"Cemetery Map","disc":"theawakening","text":"Cemetery Map (The Awakening)"},{"type":"Arcade Map","disc":"theawakening","text":"Arcade Map (The Awakening)"},{"type":"Wharf Map","disc":"theawakening","text":"Wharf Map (The Awakening)"},{"type":"Ghetto Map","disc":"theawakening","text":"Ghetto Map (The Awakening)"},{"type":"Spider Lair Map","disc":"theawakening","text":"Spider Lair Map (The Awakening)"},{"type":"Vaal Pyramid Map","disc":"theawakening","text":"Vaal Pyramid Map (The Awakening)"},{"type":"Reef Map","disc":"theawakening","text":"Reef Map (The Awakening)"},{"type":"Geode Map","disc":"theawakening","text":"Geode Map (The Awakening)"},{"type":"Mud Geyser Map","disc":"theawakening","text":"Mud Geyser Map (The Awakening)"},{"type":"Museum Map","disc":"theawakening","text":"Museum Map (The Awakening)"},{"type":"Arena Map","disc":"theawakening","text":"Arena Map (The Awakening)"},{"type":"Overgrown Shrine Map","disc":"theawakening","text":"Overgrown Shrine Map (The Awakening)"},{"type":"Crystal Ore Map","disc":"theawakening","text":"Crystal Ore Map (The Awakening)"},{"type":"Shore Map","disc":"theawakening","text":"Shore Map (The Awakening)"},{"type":"Spider Forest Map","disc":"theawakening","text":"Spider Forest Map (The Awakening)"},{"type":"Promenade Map","disc":"theawakening","text":"Promenade Map (The Awakening)"},{"type":"Phantasmagoria Map","disc":"theawakening","text":"Phantasmagoria Map (The Awakening)"},{"type":"Underground River Map","disc":"theawakening","text":"Underground River Map (The Awakening)"},{"type":"Pier Map","disc":"theawakening","text":"Pier Map (The Awakening)"},{"type":"Bog Map","disc":"theawakening","text":"Bog Map (The Awakening)"},{"type":"Graveyard Map","disc":"theawakening","text":"Graveyard Map (The Awakening)"},{"type":"Coves Map","disc":"theawakening","text":"Coves Map (The Awakening)"},{"type":"Villa Map","disc":"theawakening","text":"Villa Map (The Awakening)"},{"type":"Temple Map","disc":"theawakening","text":"Temple Map (The Awakening)"},{"type":"Arachnid Nest Map","disc":"theawakening","text":"Arachnid Nest Map (The Awakening)"},{"type":"Strand Map","disc":"theawakening","text":"Strand Map (The Awakening)"},{"type":"Ashen Wood Map","disc":"theawakening","text":"Ashen Wood Map (The Awakening)"},{"type":"Colonnade Map","disc":"theawakening","text":"Colonnade Map (The Awakening)"},{"type":"Bone Crypt Map","disc":"theawakening","text":"Bone Crypt Map (The Awakening)"},{"type":"Primordial Blocks Map","disc":"theawakening","text":"Primordial Blocks Map (The Awakening)"},{"type":"Waste Pool Map","disc":"theawakening","text":"Waste Pool Map (The Awakening)"},{"type":"Flooded Mine Map","disc":"theawakening","text":"Flooded Mine Map (The Awakening)"},{"type":"Jungle Valley Map","disc":"theawakening","text":"Jungle Valley Map (The Awakening)"},{"type":"Gardens Map","disc":"theawakening","text":"Gardens Map (The Awakening)"},{"type":"Cells Map","disc":"theawakening","text":"Cells Map (The Awakening)"},{"type":"Canyon Map","disc":"theawakening","text":"Canyon Map (The Awakening)"},{"type":"Dark Forest Map","disc":"theawakening","text":"Dark Forest Map (The Awakening)"},{"type":"Peninsula Map","disc":"theawakening","text":"Peninsula Map (The Awakening)"},{"type":"Orchard Map","disc":"theawakening","text":"Orchard Map (The Awakening)"},{"type":"Underground Sea Map","disc":"theawakening","text":"Underground Sea Map (The Awakening)"},{"type":"Arid Lake Map","disc":"theawakening","text":"Arid Lake Map (The Awakening)"},{"type":"Glacier Map","disc":"theawakening","text":"Glacier Map (The Awakening)"},{"type":"Residence Map","disc":"theawakening","text":"Residence Map (The Awakening)"},{"type":"Malformation Map","disc":"theawakening","text":"Malformation Map (The Awakening)"},{"name":"Acton\'s Nightmare","type":"Overgrown Shrine Map","disc":"original","text":"Acton\'s Nightmare Overgrown Shrine Map (Legacy)","flags":{"unique":true}},{"name":"Death and Taxes","type":"Necropolis Map","disc":"original","text":"Death and Taxes Necropolis Map (Legacy)","flags":{"unique":true}},{"name":"Hall of Grandmasters","type":"Promenade Map","disc":"original","text":"Hall of Grandmasters Promenade Map (Legacy)","flags":{"unique":true}},{"name":"Maelstr\xf6m of Chaos","type":"Atoll Map","disc":"original","text":"Maelstr\xf6m of Chaos Atoll Map (Legacy)","flags":{"unique":true}},{"name":"Mao Kun","type":"Reef Map","disc":"original","text":"Mao Kun Reef Map (Legacy)","flags":{"unique":true}},{"name":"Oba\'s Cursed Trove","type":"Primordial Blocks Map","disc":"original","text":"Oba\'s Cursed Trove Primordial Blocks Map (Legacy)","flags":{"unique":true}},{"name":"Olmec\'s Sanctum","type":"Maze Map","disc":"original","text":"Olmec\'s Sanctum Maze Map (Legacy)","flags":{"unique":true}},{"name":"Poorjoy\'s Asylum","type":"Temple Map","disc":"original","text":"Poorjoy\'s Asylum Temple Map (Legacy)","flags":{"unique":true}},{"name":"The Coward\'s Trial","type":"Cursed Crypt Map","disc":"original","text":"The Coward\'s Trial Cursed Crypt Map (Legacy)","flags":{"unique":true}},{"name":"Vaults of Atziri","type":"Vaal Pyramid Map","disc":"original","text":"Vaults of Atziri Vaal Pyramid Map (Legacy)","flags":{"unique":true}},{"name":"Whakawairua Tuahu","type":"Strand Map","disc":"original","text":"Whakawairua Tuahu Strand Map (Legacy)","flags":{"unique":true}},{"type":"Necropolis Map","disc":"original","text":"Necropolis Map (Legacy)"},{"type":"Plateau Map","disc":"original","text":"Plateau Map (Legacy)"},{"type":"Bazaar Map","disc":"original","text":"Bazaar Map (Legacy)"},{"type":"Cursed Crypt Map","disc":"original","text":"Cursed Crypt Map (Legacy)"},{"type":"Lava Chamber Map","disc":"original","text":"Lava Chamber Map (Legacy)"},{"type":"Precinct Map","disc":"original","text":"Precinct Map (Legacy)"},{"type":"Academy Map","disc":"original","text":"Academy Map (Legacy)"},{"type":"Dungeon Map","disc":"original","text":"Dungeon Map (Legacy)"},{"type":"Shipyard Map","disc":"original","text":"Shipyard Map (Legacy)"},{"type":"Shrine Map","disc":"original","text":"Shrine Map (Legacy)"},{"type":"Grotto Map","disc":"original","text":"Grotto Map (Legacy)"},{"type":"Palace Map","disc":"original","text":"Palace Map (Legacy)"},{"type":"Courtyard Map","disc":"original","text":"Courtyard Map (Legacy)"},{"type":"Overgrown Ruin Map","disc":"original","text":"Overgrown Ruin Map (Legacy)"},{"type":"Vaal Temple Map","disc":"original","text":"Vaal Temple Map (Legacy)"},{"type":"Dunes Map","disc":"original","text":"Dunes Map (Legacy)"},{"type":"Arid Lake Map","disc":"original","text":"Arid Lake Map (Legacy)"},{"type":"Tropical Island Map","disc":"original","text":"Tropical Island Map (Legacy)"},{"type":"Orchard Map","disc":"original","text":"Orchard Map (Legacy)"},{"type":"Wharf Map","disc":"original","text":"Wharf Map (Legacy)"},{"type":"Arsenal Map","disc":"original","text":"Arsenal Map (Legacy)"},{"type":"Thicket Map","disc":"original","text":"Thicket Map (Legacy)"},{"type":"Atoll Map","disc":"original","text":"Atoll Map (Legacy)"},{"type":"Cemetery Map","disc":"original","text":"Cemetery Map (Legacy)"},{"type":"Toxic Sewer Map","disc":"original","text":"Toxic Sewer Map (Legacy)"},{"type":"Arcade Map","disc":"original","text":"Arcade Map (Legacy)"},{"type":"Ghetto Map","disc":"original","text":"Ghetto Map (Legacy)"},{"type":"Spider Lair Map","disc":"original","text":"Spider Lair Map (Legacy)"},{"type":"Vaal Pyramid Map","disc":"original","text":"Vaal Pyramid Map (Legacy)"},{"type":"Reef Map","disc":"original","text":"Reef Map (Legacy)"},{"type":"Fungal Hollow Map","disc":"original","text":"Fungal Hollow Map (Legacy)"},{"type":"Mud Geyser Map","disc":"original","text":"Mud Geyser Map (Legacy)"},{"type":"Museum Map","disc":"original","text":"Museum Map (Legacy)"},{"type":"Bone Crypt Map","disc":"original","text":"Bone Crypt Map (Legacy)"},{"type":"Overgrown Shrine Map","disc":"original","text":"Overgrown Shrine Map (Legacy)"},{"type":"Crystal Ore Map","disc":"original","text":"Crystal Ore Map (Legacy)"},{"type":"Shore Map","disc":"original","text":"Shore Map (Legacy)"},{"type":"Spider Forest Map","disc":"original","text":"Spider Forest Map (Legacy)"},{"type":"Promenade Map","disc":"original","text":"Promenade Map (Legacy)"},{"type":"Underground River Map","disc":"original","text":"Underground River Map (Legacy)"},{"type":"Pier Map","disc":"original","text":"Pier Map (Legacy)"},{"type":"Bog Map","disc":"original","text":"Bog Map (Legacy)"},{"type":"Graveyard Map","disc":"original","text":"Graveyard Map (Legacy)"},{"type":"Coves Map","disc":"original","text":"Coves Map (Legacy)"},{"type":"Villa Map","disc":"original","text":"Villa Map (Legacy)"},{"type":"Temple Map","disc":"original","text":"Temple Map (Legacy)"},{"type":"Arachnid Nest Map","disc":"original","text":"Arachnid Nest Map (Legacy)"},{"type":"Strand Map","disc":"original","text":"Strand Map (Legacy)"},{"type":"Ashen Wood Map","disc":"original","text":"Ashen Wood Map (Legacy)"},{"type":"Colonnade Map","disc":"original","text":"Colonnade Map (Legacy)"},{"type":"Primordial Blocks Map","disc":"original","text":"Primordial Blocks Map (Legacy)"},{"type":"Waste Pool Map","disc":"original","text":"Waste Pool Map (Legacy)"},{"type":"Flooded Mine Map","disc":"original","text":"Flooded Mine Map (Legacy)"},{"type":"Jungle Valley Map","disc":"original","text":"Jungle Valley Map (Legacy)"},{"type":"Gardens Map","disc":"original","text":"Gardens Map (Legacy)"},{"type":"Cells Map","disc":"original","text":"Cells Map (Legacy)"},{"type":"Canyon Map","disc":"original","text":"Canyon Map (Legacy)"},{"type":"Dark Forest Map","disc":"original","text":"Dark Forest Map (Legacy)"},{"type":"Peninsula Map","disc":"original","text":"Peninsula Map (Legacy)"},{"type":"Underground Sea Map","disc":"original","text":"Underground Sea Map (Legacy)"},{"type":"Maze Map","disc":"original","text":"Maze Map (Legacy)"},{"type":"Glacier Map","disc":"original","text":"Glacier Map (Legacy)"},{"type":"Residence Map","disc":"original","text":"Residence Map (Legacy)"},{"type":"Academy Map","disc":"blighted","text":"Blighted Academy Map"},{"type":"Acid Caverns Map","disc":"blighted","text":"Blighted Acid Caverns Map"},{"type":"Acid Caverns Map","disc":"uberblighted","text":"Blight-ravaged Acid Caverns Map"},{"type":"Alleyways Map","disc":"blighted","text":"Blighted Alleyways Map"},{"type":"Alleyways Map","disc":"uberblighted","text":"Blight-ravaged Alleyways Map"},{"type":"Ancient City Map","disc":"blighted","text":"Blighted Ancient City Map"},{"type":"Ancient City Map","disc":"uberblighted","text":"Blight-ravaged Ancient City Map"},{"type":"Arachnid Nest Map","disc":"blighted","text":"Blighted Arachnid Nest Map"},{"type":"Arachnid Nest Map","disc":"uberblighted","text":"Blight-ravaged Arachnid Nest Map"},{"type":"Arachnid Tomb Map","disc":"blighted","text":"Blighted Arachnid Tomb Map"},{"type":"Arcade Map","disc":"blighted","text":"Blighted Arcade Map"},{"type":"Arcade Map","disc":"uberblighted","text":"Blight-ravaged Arcade Map"},{"type":"Arena Map","disc":"blighted","text":"Blighted Arena Map"},{"type":"Arid Lake Map","disc":"blighted","text":"Blighted Arid Lake Map"},{"type":"Arid Lake Map","disc":"uberblighted","text":"Blight-ravaged Arid Lake Map"},{"type":"Armoury Map","disc":"blighted","text":"Blighted Armoury Map"},{"type":"Armoury Map","disc":"uberblighted","text":"Blight-ravaged Armoury Map"},{"type":"Arsenal Map","disc":"blighted","text":"Blighted Arsenal Map"},{"type":"Arsenal Map","disc":"uberblighted","text":"Blight-ravaged Arsenal Map"},{"type":"Ashen Wood Map","disc":"blighted","text":"Blighted Ashen Wood Map"},{"type":"Ashen Wood Map","disc":"uberblighted","text":"Blight-ravaged Ashen Wood Map"},{"type":"Atoll Map","disc":"blighted","text":"Blighted Atoll Map"},{"type":"Atoll Map","disc":"uberblighted","text":"Blight-ravaged Atoll Map"},{"type":"Barrows Map","disc":"blighted","text":"Blighted Barrows Map"},{"type":"Barrows Map","disc":"uberblighted","text":"Blight-ravaged Barrows Map"},{"type":"Basilica Map","disc":"blighted","text":"Blighted Basilica Map"},{"type":"Basilica Map","disc":"uberblighted","text":"Blight-ravaged Basilica Map"},{"type":"Bazaar Map","disc":"blighted","text":"Blighted Bazaar Map"},{"type":"Bazaar Map","disc":"uberblighted","text":"Blight-ravaged Bazaar Map"},{"type":"Beach Map","disc":"blighted","text":"Blighted Beach Map"},{"type":"Beach Map","disc":"uberblighted","text":"Blight-ravaged Beach Map"},{"type":"Belfry Map","disc":"blighted","text":"Blighted Belfry Map"},{"type":"Belfry Map","disc":"uberblighted","text":"Blight-ravaged Belfry Map"},{"type":"Bog Map","disc":"blighted","text":"Blighted Bog Map"},{"type":"Bog Map","disc":"uberblighted","text":"Blight-ravaged Bog Map"},{"type":"Bone Crypt Map","disc":"blighted","text":"Blighted Bone Crypt Map"},{"type":"Bone Crypt Map","disc":"uberblighted","text":"Blight-ravaged Bone Crypt Map"},{"type":"Bramble Valley Map","disc":"blighted","text":"Blighted Bramble Valley Map"},{"type":"Bramble Valley Map","disc":"uberblighted","text":"Blight-ravaged Bramble Valley Map"},{"type":"Burial Chambers Map","disc":"blighted","text":"Blighted Burial Chambers Map"},{"type":"Burial Chambers Map","disc":"uberblighted","text":"Blight-ravaged Burial Chambers Map"},{"type":"Cage Map","disc":"blighted","text":"Blighted Cage Map"},{"type":"Cage Map","disc":"uberblighted","text":"Blight-ravaged Cage Map"},{"type":"Caldera Map","disc":"blighted","text":"Blighted Caldera Map"},{"type":"Caldera Map","disc":"uberblighted","text":"Blight-ravaged Caldera Map"},{"type":"Canyon Map","disc":"blighted","text":"Blighted Canyon Map"},{"type":"Canyon Map","disc":"uberblighted","text":"Blight-ravaged Canyon Map"},{"type":"Carcass Map","disc":"blighted","text":"Blighted Carcass Map"},{"type":"Carcass Map","disc":"uberblighted","text":"Blight-ravaged Carcass Map"},{"type":"Castle Ruins Map","disc":"blighted","text":"Blighted Castle Ruins Map"},{"type":"Castle Ruins Map","disc":"uberblighted","text":"Blight-ravaged Castle Ruins Map"},{"type":"Cells Map","disc":"blighted","text":"Blighted Cells Map"},{"type":"Cells Map","disc":"uberblighted","text":"Blight-ravaged Cells Map"},{"type":"Cemetery Map","disc":"blighted","text":"Blighted Cemetery Map"},{"type":"Cemetery Map","disc":"uberblighted","text":"Blight-ravaged Cemetery Map"},{"type":"Channel Map","disc":"blighted","text":"Blighted Channel Map"},{"type":"Channel Map","disc":"uberblighted","text":"Blight-ravaged Channel Map"},{"type":"Chateau Map","disc":"blighted","text":"Blighted Chateau Map"},{"type":"Chateau Map","disc":"uberblighted","text":"Blight-ravaged Chateau Map"},{"type":"City Square Map","disc":"blighted","text":"Blighted City Square Map"},{"type":"City Square Map","disc":"uberblighted","text":"Blight-ravaged City Square Map"},{"type":"Cold River Map","disc":"blighted","text":"Blighted Cold River Map"},{"type":"Cold River Map","disc":"uberblighted","text":"Blight-ravaged Cold River Map"},{"type":"Colonnade Map","disc":"blighted","text":"Blighted Colonnade Map"},{"type":"Colonnade Map","disc":"uberblighted","text":"Blight-ravaged Colonnade Map"},{"type":"Colosseum Map","disc":"blighted","text":"Blighted Colosseum Map"},{"type":"Colosseum Map","disc":"uberblighted","text":"Blight-ravaged Colosseum Map"},{"type":"Conservatory Map","disc":"blighted","text":"Blighted Conservatory Map"},{"type":"Conservatory Map","disc":"uberblighted","text":"Blight-ravaged Conservatory Map"},{"type":"Coral Ruins Map","disc":"blighted","text":"Blighted Coral Ruins Map"},{"type":"Coral Ruins Map","disc":"uberblighted","text":"Blight-ravaged Coral Ruins Map"},{"type":"Core Map","disc":"blighted","text":"Blighted Core Map"},{"type":"Core Map","disc":"uberblighted","text":"Blight-ravaged Core Map"},{"type":"Courthouse Map","disc":"blighted","text":"Blighted Courthouse Map"},{"type":"Courthouse Map","disc":"uberblighted","text":"Blight-ravaged Courthouse Map"},{"type":"Courtyard Map","disc":"blighted","text":"Blighted Courtyard Map"},{"type":"Courtyard Map","disc":"uberblighted","text":"Blight-ravaged Courtyard Map"},{"type":"Coves Map","disc":"blighted","text":"Blighted Coves Map"},{"type":"Coves Map","disc":"uberblighted","text":"Blight-ravaged Coves Map"},{"type":"Crimson Temple Map","disc":"blighted","text":"Blighted Crimson Temple Map"},{"type":"Crimson Temple Map","disc":"uberblighted","text":"Blight-ravaged Crimson Temple Map"},{"type":"Crimson Township Map","disc":"blighted","text":"Blighted Crimson Township Map"},{"type":"Crimson Township Map","disc":"uberblighted","text":"Blight-ravaged Crimson Township Map"},{"type":"Crystal Ore Map","disc":"blighted","text":"Blighted Crystal Ore Map"},{"type":"Cursed Crypt Map","disc":"blighted","text":"Blighted Cursed Crypt Map"},{"type":"Cursed Crypt Map","disc":"uberblighted","text":"Blight-ravaged Cursed Crypt Map"},{"type":"Dark Forest Map","disc":"blighted","text":"Blighted Dark Forest Map"},{"type":"Dark Forest Map","disc":"uberblighted","text":"Blight-ravaged Dark Forest Map"},{"type":"Defiled Cathedral Map","disc":"blighted","text":"Blighted Defiled Cathedral Map"},{"type":"Defiled Cathedral Map","disc":"uberblighted","text":"Blight-ravaged Defiled Cathedral Map"},{"type":"Desert Map","disc":"blighted","text":"Blighted Desert Map"},{"type":"Desert Map","disc":"uberblighted","text":"Blight-ravaged Desert Map"},{"type":"Desert Spring Map","disc":"blighted","text":"Blighted Desert Spring Map"},{"type":"Desert Spring Map","disc":"uberblighted","text":"Blight-ravaged Desert Spring Map"},{"type":"Dig Map","disc":"blighted","text":"Blighted Dig Map"},{"type":"Dig Map","disc":"uberblighted","text":"Blight-ravaged Dig Map"},{"type":"Dry Sea Map","disc":"blighted","text":"Blighted Dry Sea Map"},{"type":"Dry Sea Map","disc":"uberblighted","text":"Blight-ravaged Dry Sea Map"},{"type":"Dunes Map","disc":"blighted","text":"Blighted Dunes Map"},{"type":"Dunes Map","disc":"uberblighted","text":"Blight-ravaged Dunes Map"},{"type":"Dungeon Map","disc":"blighted","text":"Blighted Dungeon Map"},{"type":"Dungeon Map","disc":"uberblighted","text":"Blight-ravaged Dungeon Map"},{"type":"Estuary Map","disc":"blighted","text":"Blighted Estuary Map"},{"type":"Estuary Map","disc":"uberblighted","text":"Blight-ravaged Estuary Map"},{"type":"Excavation Map","disc":"blighted","text":"Blighted Excavation Map"},{"type":"Factory Map","disc":"blighted","text":"Blighted Factory Map"},{"type":"Fields Map","disc":"blighted","text":"Blighted Fields Map"},{"type":"Fields Map","disc":"uberblighted","text":"Blight-ravaged Fields Map"},{"type":"Flooded Mine Map","disc":"blighted","text":"Blighted Flooded Mine Map"},{"type":"Flooded Mine Map","disc":"uberblighted","text":"Blight-ravaged Flooded Mine Map"},{"type":"Forbidden Woods Map","disc":"blighted","text":"Blighted Forbidden Woods Map"},{"type":"Forbidden Woods Map","disc":"uberblighted","text":"Blight-ravaged Forbidden Woods Map"},{"type":"Forking River Map","disc":"blighted","text":"Blighted Forking River Map"},{"type":"Forking River Map","disc":"uberblighted","text":"Blight-ravaged Forking River Map"},{"type":"Foundry Map","disc":"blighted","text":"Blighted Foundry Map"},{"type":"Foundry Map","disc":"uberblighted","text":"Blight-ravaged Foundry Map"},{"type":"Frozen Cabins Map","disc":"blighted","text":"Blighted Frozen Cabins Map"},{"type":"Gardens Map","disc":"blighted","text":"Blighted Gardens Map"},{"type":"Gardens Map","disc":"uberblighted","text":"Blight-ravaged Gardens Map"},{"type":"Geode Map","disc":"blighted","text":"Blighted Geode Map"},{"type":"Geode Map","disc":"uberblighted","text":"Blight-ravaged Geode Map"},{"type":"Ghetto Map","disc":"blighted","text":"Blighted Ghetto Map"},{"type":"Ghetto Map","disc":"uberblighted","text":"Blight-ravaged Ghetto Map"},{"type":"Glacier Map","disc":"blighted","text":"Blighted Glacier Map"},{"type":"Glacier Map","disc":"uberblighted","text":"Blight-ravaged Glacier Map"},{"type":"Grave Trough Map","disc":"blighted","text":"Blighted Grave Trough Map"},{"type":"Grave Trough Map","disc":"uberblighted","text":"Blight-ravaged Grave Trough Map"},{"type":"Graveyard Map","disc":"blighted","text":"Blighted Graveyard Map"},{"type":"Graveyard Map","disc":"uberblighted","text":"Blight-ravaged Graveyard Map"},{"type":"Grotto Map","disc":"blighted","text":"Blighted Grotto Map"},{"type":"Grotto Map","disc":"uberblighted","text":"Blight-ravaged Grotto Map"},{"type":"Haunted Mansion Map","disc":"blighted","text":"Blighted Haunted Mansion Map"},{"type":"Haunted Mansion Map","disc":"uberblighted","text":"Blight-ravaged Haunted Mansion Map"},{"type":"Iceberg Map","disc":"blighted","text":"Blighted Iceberg Map"},{"type":"Iceberg Map","disc":"uberblighted","text":"Blight-ravaged Iceberg Map"},{"type":"Infested Valley Map","disc":"blighted","text":"Blighted Infested Valley Map"},{"type":"Infested Valley Map","disc":"uberblighted","text":"Blight-ravaged Infested Valley Map"},{"type":"Ivory Temple Map","disc":"blighted","text":"Blighted Ivory Temple Map"},{"type":"Ivory Temple Map","disc":"uberblighted","text":"Blight-ravaged Ivory Temple Map"},{"type":"Jungle Valley Map","disc":"blighted","text":"Blighted Jungle Valley Map"},{"type":"Jungle Valley Map","disc":"uberblighted","text":"Blight-ravaged Jungle Valley Map"},{"type":"Laboratory Map","disc":"blighted","text":"Blighted Laboratory Map"},{"type":"Laboratory Map","disc":"uberblighted","text":"Blight-ravaged Laboratory Map"},{"type":"Lair Map","disc":"blighted","text":"Blighted Lair Map"},{"type":"Lair Map","disc":"uberblighted","text":"Blight-ravaged Lair Map"},{"type":"Lava Chamber Map","disc":"blighted","text":"Blighted Lava Chamber Map"},{"type":"Lava Chamber Map","disc":"uberblighted","text":"Blight-ravaged Lava Chamber Map"},{"type":"Lava Lake Map","disc":"blighted","text":"Blighted Lava Lake Map"},{"type":"Lava Lake Map","disc":"uberblighted","text":"Blight-ravaged Lava Lake Map"},{"type":"Leyline Map","disc":"blighted","text":"Blighted Leyline Map"},{"type":"Leyline Map","disc":"uberblighted","text":"Blight-ravaged Leyline Map"},{"type":"Lighthouse Map","disc":"blighted","text":"Blighted Lighthouse Map"},{"type":"Lighthouse Map","disc":"uberblighted","text":"Blight-ravaged Lighthouse Map"},{"type":"Lookout Map","disc":"blighted","text":"Blighted Lookout Map"},{"type":"Lookout Map","disc":"uberblighted","text":"Blight-ravaged Lookout Map"},{"type":"Malformation Map","disc":"blighted","text":"Blighted Malformation Map"},{"type":"Malformation Map","disc":"uberblighted","text":"Blight-ravaged Malformation Map"},{"type":"Marshes Map","disc":"blighted","text":"Blighted Marshes Map"},{"type":"Marshes Map","disc":"uberblighted","text":"Blight-ravaged Marshes Map"},{"type":"Mausoleum Map","disc":"blighted","text":"Blighted Mausoleum Map"},{"type":"Mausoleum Map","disc":"uberblighted","text":"Blight-ravaged Mausoleum Map"},{"type":"Maze Map","disc":"blighted","text":"Blighted Maze Map"},{"type":"Maze Map","disc":"uberblighted","text":"Blight-ravaged Maze Map"},{"type":"Mesa Map","disc":"blighted","text":"Blighted Mesa Map"},{"type":"Mesa Map","disc":"uberblighted","text":"Blight-ravaged Mesa Map"},{"type":"Mineral Pools Map","disc":"blighted","text":"Blighted Mineral Pools Map"},{"type":"Mineral Pools Map","disc":"uberblighted","text":"Blight-ravaged Mineral Pools Map"},{"type":"Moon Temple Map","disc":"blighted","text":"Blighted Moon Temple Map"},{"type":"Moon Temple Map","disc":"uberblighted","text":"Blight-ravaged Moon Temple Map"},{"type":"Mud Geyser Map","disc":"blighted","text":"Blighted Mud Geyser Map"},{"type":"Mud Geyser Map","disc":"uberblighted","text":"Blight-ravaged Mud Geyser Map"},{"type":"Museum Map","disc":"blighted","text":"Blighted Museum Map"},{"type":"Museum Map","disc":"uberblighted","text":"Blight-ravaged Museum Map"},{"type":"Necropolis Map","disc":"blighted","text":"Blighted Necropolis Map"},{"type":"Necropolis Map","disc":"uberblighted","text":"Blight-ravaged Necropolis Map"},{"type":"Orchard Map","disc":"blighted","text":"Blighted Orchard Map"},{"type":"Orchard Map","disc":"uberblighted","text":"Blight-ravaged Orchard Map"},{"type":"Overgrown Ruin Map","disc":"blighted","text":"Blighted Overgrown Ruin Map"},{"type":"Overgrown Ruin Map","disc":"uberblighted","text":"Blight-ravaged Overgrown Ruin Map"},{"type":"Overgrown Shrine Map","disc":"blighted","text":"Blighted Overgrown Shrine Map"},{"type":"Overgrown Shrine Map","disc":"uberblighted","text":"Blight-ravaged Overgrown Shrine Map"},{"type":"Palace Map","disc":"blighted","text":"Blighted Palace Map"},{"type":"Palace Map","disc":"uberblighted","text":"Blight-ravaged Palace Map"},{"type":"Park Map","disc":"blighted","text":"Blighted Park Map"},{"type":"Park Map","disc":"uberblighted","text":"Blight-ravaged Park Map"},{"type":"Pen Map","disc":"blighted","text":"Blighted Pen Map"},{"type":"Pen Map","disc":"uberblighted","text":"Blight-ravaged Pen Map"},{"type":"Peninsula Map","disc":"blighted","text":"Blighted Peninsula Map"},{"type":"Peninsula Map","disc":"uberblighted","text":"Blight-ravaged Peninsula Map"},{"type":"Phantasmagoria Map","disc":"blighted","text":"Blighted Phantasmagoria Map"},{"type":"Phantasmagoria Map","disc":"uberblighted","text":"Blight-ravaged Phantasmagoria Map"},{"type":"Pier Map","disc":"blighted","text":"Blighted Pier Map"},{"type":"Pit Map","disc":"blighted","text":"Blighted Pit Map"},{"type":"Pit Map","disc":"uberblighted","text":"Blight-ravaged Pit Map"},{"type":"Plateau Map","disc":"blighted","text":"Blighted Plateau Map"},{"type":"Plateau Map","disc":"uberblighted","text":"Blight-ravaged Plateau Map"},{"type":"Plaza Map","disc":"blighted","text":"Blighted Plaza Map"},{"type":"Plaza Map","disc":"uberblighted","text":"Blight-ravaged Plaza Map"},{"type":"Port Map","disc":"blighted","text":"Blighted Port Map"},{"type":"Port Map","disc":"uberblighted","text":"Blight-ravaged Port Map"},{"type":"Precinct Map","disc":"blighted","text":"Blighted Precinct Map"},{"type":"Precinct Map","disc":"uberblighted","text":"Blight-ravaged Precinct Map"},{"type":"Primordial Pool Map","disc":"blighted","text":"Blighted Primordial Pool Map"},{"type":"Primordial Pool Map","disc":"uberblighted","text":"Blight-ravaged Primordial Pool Map"},{"type":"Promenade Map","disc":"blighted","text":"Blighted Promenade Map"},{"type":"Promenade Map","disc":"uberblighted","text":"Blight-ravaged Promenade Map"},{"type":"Racecourse Map","disc":"blighted","text":"Blighted Racecourse Map"},{"type":"Racecourse Map","disc":"uberblighted","text":"Blight-ravaged Racecourse Map"},{"type":"Ramparts Map","disc":"blighted","text":"Blighted Ramparts Map"},{"type":"Ramparts Map","disc":"uberblighted","text":"Blight-ravaged Ramparts Map"},{"type":"Reef Map","disc":"blighted","text":"Blighted Reef Map"},{"type":"Reef Map","disc":"uberblighted","text":"Blight-ravaged Reef Map"},{"type":"Relic Chambers Map","disc":"blighted","text":"Blighted Relic Chambers Map"},{"type":"Relic Chambers Map","disc":"uberblighted","text":"Blight-ravaged Relic Chambers Map"},{"type":"Residence Map","disc":"blighted","text":"Blighted Residence Map"},{"type":"Residence Map","disc":"uberblighted","text":"Blight-ravaged Residence Map"},{"type":"Scriptorium Map","disc":"blighted","text":"Blighted Scriptorium Map"},{"type":"Sepulchre Map","disc":"blighted","text":"Blighted Sepulchre Map"},{"type":"Sepulchre Map","disc":"uberblighted","text":"Blight-ravaged Sepulchre Map"},{"type":"Shipyard Map","disc":"blighted","text":"Blighted Shipyard Map"},{"type":"Shipyard Map","disc":"uberblighted","text":"Blight-ravaged Shipyard Map"},{"type":"Shore Map","disc":"blighted","text":"Blighted Shore Map"},{"type":"Shore Map","disc":"uberblighted","text":"Blight-ravaged Shore Map"},{"type":"Shrine Map","disc":"blighted","text":"Blighted Shrine Map"},{"type":"Shrine Map","disc":"uberblighted","text":"Blight-ravaged Shrine Map"},{"type":"Siege Map","disc":"blighted","text":"Blighted Siege Map"},{"type":"Siege Map","disc":"uberblighted","text":"Blight-ravaged Siege Map"},{"type":"Silo Map","disc":"blighted","text":"Blighted Silo Map"},{"type":"Silo Map","disc":"uberblighted","text":"Blight-ravaged Silo Map"},{"type":"Spider Forest Map","disc":"blighted","text":"Blighted Spider Forest Map"},{"type":"Spider Forest Map","disc":"uberblighted","text":"Blight-ravaged Spider Forest Map"},{"type":"Spider Lair Map","disc":"blighted","text":"Blighted Spider Lair Map"},{"type":"Spider Lair Map","disc":"uberblighted","text":"Blight-ravaged Spider Lair Map"},{"type":"Fungal Hollow Map","disc":"blighted","text":"Blighted Fungal Hollow Map"},{"type":"Fungal Hollow Map","disc":"uberblighted","text":"Blight-ravaged Fungal Hollow Map"},{"type":"Stagnation Map","disc":"blighted","text":"Blighted Stagnation Map"},{"type":"Stagnation Map","disc":"uberblighted","text":"Blight-ravaged Stagnation Map"},{"type":"Strand Map","disc":"blighted","text":"Blighted Strand Map"},{"type":"Strand Map","disc":"uberblighted","text":"Blight-ravaged Strand Map"},{"type":"Sulphur Vents Map","disc":"blighted","text":"Blighted Sulphur Vents Map"},{"type":"Sulphur Vents Map","disc":"uberblighted","text":"Blight-ravaged Sulphur Vents Map"},{"type":"Summit Map","disc":"blighted","text":"Blighted Summit Map"},{"type":"Summit Map","disc":"uberblighted","text":"Blight-ravaged Summit Map"},{"type":"Sunken City Map","disc":"blighted","text":"Blighted Sunken City Map"},{"type":"Sunken City Map","disc":"uberblighted","text":"Blight-ravaged Sunken City Map"},{"type":"Temple Map","disc":"blighted","text":"Blighted Temple Map"},{"type":"Temple Map","disc":"uberblighted","text":"Blight-ravaged Temple Map"},{"type":"Terrace Map","disc":"blighted","text":"Blighted Terrace Map"},{"type":"Terrace Map","disc":"uberblighted","text":"Blight-ravaged Terrace Map"},{"type":"Thicket Map","disc":"blighted","text":"Blighted Thicket Map"},{"type":"Thicket Map","disc":"uberblighted","text":"Blight-ravaged Thicket Map"},{"type":"Primordial Blocks Map","disc":"blighted","text":"Blighted Primordial Blocks Map"},{"type":"Primordial Blocks Map","disc":"uberblighted","text":"Blight-ravaged Primordial Blocks Map"},{"type":"Tower Map","disc":"blighted","text":"Blighted Tower Map"},{"type":"Tower Map","disc":"uberblighted","text":"Blight-ravaged Tower Map"},{"type":"Toxic Sewer Map","disc":"blighted","text":"Blighted Toxic Sewer Map"},{"type":"Toxic Sewer Map","disc":"uberblighted","text":"Blight-ravaged Toxic Sewer Map"},{"type":"Crater Map","disc":"blighted","text":"Blighted Crater Map"},{"type":"Tropical Island Map","disc":"blighted","text":"Blighted Tropical Island Map"},{"type":"Tropical Island Map","disc":"uberblighted","text":"Blight-ravaged Tropical Island Map"},{"type":"Underground River Map","disc":"blighted","text":"Blighted Underground River Map"},{"type":"Underground River Map","disc":"uberblighted","text":"Blight-ravaged Underground River Map"},{"type":"Underground Sea Map","disc":"blighted","text":"Blighted Underground Sea Map"},{"type":"Underground Sea Map","disc":"uberblighted","text":"Blight-ravaged Underground Sea Map"},{"type":"Vaal Pyramid Map","disc":"blighted","text":"Blighted Vaal Pyramid Map"},{"type":"Vault Map","disc":"blighted","text":"Blighted Vault Map"},{"type":"Vault Map","disc":"uberblighted","text":"Blight-ravaged Vault Map"},{"type":"Villa Map","disc":"blighted","text":"Blighted Villa Map"},{"type":"Villa Map","disc":"uberblighted","text":"Blight-ravaged Villa Map"},{"type":"Volcano Map","disc":"blighted","text":"Blighted Volcano Map"},{"type":"Volcano Map","disc":"uberblighted","text":"Blight-ravaged Volcano Map"},{"type":"Wasteland Map","disc":"blighted","text":"Blighted Wasteland Map"},{"type":"Wasteland Map","disc":"uberblighted","text":"Blight-ravaged Wasteland Map"},{"type":"Waste Pool Map","disc":"blighted","text":"Blighted Waste Pool Map"},{"type":"Waste Pool Map","disc":"uberblighted","text":"Blight-ravaged Waste Pool Map"},{"type":"Waterways Map","disc":"blighted","text":"Blighted Waterways Map"},{"type":"Wharf Map","disc":"blighted","text":"Blighted Wharf Map"},{"type":"Wharf Map","disc":"uberblighted","text":"Blight-ravaged Wharf Map"}]},{"id":"weapons","label":"Weapons","entries":[{"name":"Abberath\'s Horn","type":"Goat\'s Horn","text":"Abberath\'s Horn Goat\'s Horn","flags":{"unique":true}},{"name":"Actum","type":"Butcher Axe","text":"Actum Butcher Axe","flags":{"unique":true}},{"name":"Advancing Fortress","type":"Gut Ripper","text":"Advancing Fortress Gut Ripper","flags":{"unique":true}},{"name":"Agnerod","type":"Imperial Staff","text":"Agnerod Imperial Staff","flags":{"unique":true}},{"name":"Agnerod East","type":"Imperial Staff","text":"Agnerod East Imperial Staff","flags":{"unique":true}},{"name":"Agnerod North","type":"Imperial Staff","text":"Agnerod North Imperial Staff","flags":{"unique":true}},{"name":"Agnerod South","type":"Imperial Staff","text":"Agnerod South Imperial Staff","flags":{"unique":true}},{"name":"Agnerod West","type":"Imperial Staff","text":"Agnerod West Imperial Staff","flags":{"unique":true}},{"name":"Ahn\'s Might","type":"Midnight Blade","text":"Ahn\'s Might Midnight Blade","flags":{"unique":true}},{"name":"Al Dhih","type":"Timeworn Claw","text":"Al Dhih Timeworn Claw","flags":{"unique":true}},{"name":"Allure","type":"Vaal Claw","text":"Allure Vaal Claw","flags":{"unique":true}},{"name":"Amplification Rod","type":"Spiraled Wand","text":"Amplification Rod Spiraled Wand","flags":{"unique":true}},{"name":"Apep\'s Rage","type":"Omen Wand","text":"Apep\'s Rage Omen Wand","flags":{"unique":true}},{"name":"Apep\'s Rage","type":"Opal Wand","text":"Apep\'s Rage Opal Wand","flags":{"unique":true}},{"name":"Arakaali\'s Fang","type":"Fiend Dagger","text":"Arakaali\'s Fang Fiend Dagger","flags":{"unique":true}},{"name":"Arborix","type":"Assassin Bow","text":"Arborix Assassin Bow","flags":{"unique":true}},{"name":"Ashcaller","type":"Carved Wand","text":"Ashcaller Carved Wand","flags":{"unique":true}},{"name":"Ashcaller","type":"Quartz Wand","text":"Ashcaller Quartz Wand","flags":{"unique":true}},{"name":"Ashes of the Sun","type":"Driftwood Club","text":"Ashes of the Sun Driftwood Club","flags":{"unique":true}},{"name":"Atziri\'s Disfavour","type":"Vaal Axe","text":"Atziri\'s Disfavour Vaal Axe","flags":{"unique":true}},{"name":"Atziri\'s Rule","type":"Judgement Staff","text":"Atziri\'s Rule Judgement Staff","flags":{"unique":true}},{"name":"Augyre","type":"Void Sceptre","text":"Augyre Void Sceptre","flags":{"unique":true}},{"name":"Aurumvorax","type":"Basket Rapier","text":"Aurumvorax Basket Rapier","flags":{"unique":true}},{"name":"Axiom Perpetuum","type":"Bronze Sceptre","text":"Axiom Perpetuum Bronze Sceptre","flags":{"unique":true}},{"name":"Balefire","type":"Opal Sceptre","text":"Balefire Opal Sceptre","flags":{"unique":true}},{"name":"Beltimber Blade","type":"Eternal Sword","text":"Beltimber Blade Eternal Sword","flags":{"unique":true}},{"name":"Bino\'s Kitchen Knife","type":"Slaughter Knife","text":"Bino\'s Kitchen Knife Slaughter Knife","flags":{"unique":true}},{"name":"Bitterdream","type":"Shadow Sceptre","text":"Bitterdream Shadow Sceptre","flags":{"unique":true}},{"name":"Blood of Summer","type":"Rusted Sword","text":"Blood of Summer Rusted Sword","flags":{"unique":true}},{"name":"Bloodplay","type":"Stiletto","text":"Bloodplay Stiletto","flags":{"unique":true}},{"name":"Bloodseeker","type":"Hellion\'s Paw","text":"Bloodseeker Hellion\'s Paw","flags":{"unique":true}},{"name":"Brain Rattler","type":"Meatgrinder","text":"Brain Rattler Meatgrinder","flags":{"unique":true}},{"name":"Breath of the Council","type":"Carnal Sceptre","text":"Breath of the Council Carnal Sceptre","flags":{"unique":true}},{"name":"Brightbeak","type":"War Hammer","text":"Brightbeak War Hammer","flags":{"unique":true}},{"name":"Brutus\' Lead Sprinkler","type":"Ritual Sceptre","text":"Brutus\' Lead Sprinkler Ritual Sceptre","flags":{"unique":true}},{"name":"Callinellus Malleus","type":"Auric Mace","text":"Callinellus Malleus Auric Mace","flags":{"unique":true}},{"name":"Cameria\'s Avarice","type":"Gavel","text":"Cameria\'s Avarice Gavel","flags":{"unique":true}},{"name":"Cameria\'s Maul","type":"Gavel","text":"Cameria\'s Maul Gavel","flags":{"unique":true}},{"name":"Cane of Kulemak","type":"Serpentine Staff","text":"Cane of Kulemak Serpentine Staff","flags":{"unique":true}},{"name":"Cane of Unravelling","type":"Ezomyte Staff","text":"Cane of Unravelling Ezomyte Staff","flags":{"unique":true}},{"name":"Cerberus Limb","type":"Blood Sceptre","text":"Cerberus Limb Blood Sceptre","flags":{"unique":true}},{"name":"Chaber Cairn","type":"Great Mallet","text":"Chaber Cairn Great Mallet","flags":{"unique":true}},{"name":"Chin Sol","type":"Assassin Bow","text":"Chin Sol Assassin Bow","flags":{"unique":true}},{"name":"Chitus\' Needle","type":"Elegant Foil","text":"Chitus\' Needle Elegant Foil","flags":{"unique":true}},{"name":"Chober Chaber","type":"Great Mallet","text":"Chober Chaber Great Mallet","flags":{"unique":true}},{"name":"Clayshaper","type":"Rock Breaker","text":"Clayshaper Rock Breaker","flags":{"unique":true}},{"name":"Cold Iron Point","type":"Ezomyte Dagger","text":"Cold Iron Point Ezomyte Dagger","flags":{"unique":true}},{"name":"Corona Solaris","type":"Crystal Wand","text":"Corona Solaris Crystal Wand","flags":{"unique":true}},{"name":"Cospri\'s Malice","type":"Jewelled Foil","text":"Cospri\'s Malice Jewelled Foil","flags":{"unique":true}},{"name":"Cybil\'s Paw","type":"Thresher Claw","text":"Cybil\'s Paw Thresher Claw","flags":{"unique":true}},{"name":"Daresso\'s Passion","type":"Estoc","text":"Daresso\'s Passion Estoc","flags":{"unique":true}},{"name":"Darkscorn","type":"Assassin Bow","text":"Darkscorn Assassin Bow","flags":{"unique":true}},{"name":"Death\'s Hand","type":"Karui Sceptre","text":"Death\'s Hand Karui Sceptre","flags":{"unique":true}},{"name":"Death\'s Harp","type":"Death Bow","text":"Death\'s Harp Death Bow","flags":{"unique":true}},{"name":"Death\'s Opus","type":"Death Bow","text":"Death\'s Opus Death Bow","flags":{"unique":true}},{"name":"Debeon\'s Dirge","type":"Despot Axe","text":"Debeon\'s Dirge Despot Axe","flags":{"unique":true}},{"name":"Demigod\'s Authority","type":"Golden Blade","text":"Demigod\'s Authority Golden Blade","flags":{"unique":true}},{"name":"Disintegrator","type":"Maelstr\xf6m Staff","text":"Disintegrator Maelstr\xf6m Staff","flags":{"unique":true}},{"name":"Divinarius","type":"Imperial Skean","text":"Divinarius Imperial Skean","flags":{"unique":true}},{"name":"Doomfletch","type":"Royal Bow","text":"Doomfletch Royal Bow","flags":{"unique":true}},{"name":"Doomfletch\'s Prism","type":"Royal Bow","text":"Doomfletch\'s Prism Royal Bow","flags":{"unique":true}},{"name":"Doomsower","type":"Lion Sword","text":"Doomsower Lion Sword","flags":{"unique":true}},{"name":"Doon Cuebiyari","type":"Vaal Sceptre","text":"Doon Cuebiyari Vaal Sceptre","flags":{"unique":true}},{"name":"Doryani\'s Catalyst","type":"Vaal Sceptre","text":"Doryani\'s Catalyst Vaal Sceptre","flags":{"unique":true}},{"name":"Dreadarc","type":"Cleaver","text":"Dreadarc Cleaver","flags":{"unique":true}},{"name":"Dreadbeak","type":"Rusted Sword","text":"Dreadbeak Rusted Sword","flags":{"unique":true}},{"name":"Dreadsurge","type":"Cleaver","text":"Dreadsurge Cleaver","flags":{"unique":true}},{"name":"Dreamfeather","type":"Eternal Sword","text":"Dreamfeather Eternal Sword","flags":{"unique":true}},{"name":"Duskdawn","type":"Maelstr\xf6m Staff","text":"Duskdawn Maelstr\xf6m Staff","flags":{"unique":true}},{"name":"Dyadus","type":"Infernal Axe","text":"Dyadus Infernal Axe","flags":{"unique":true}},{"name":"Dying Breath","type":"Iron Staff","text":"Dying Breath Iron Staff","flags":{"unique":true}},{"name":"Dying Breath","type":"Coiled Staff","text":"Dying Breath Coiled Staff","flags":{"unique":true}},{"name":"Earendel\'s Embrace","type":"Grinning Fetish","text":"Earendel\'s Embrace Grinning Fetish","flags":{"unique":true}},{"name":"Echoforge","type":"Infernal Sword","text":"Echoforge Infernal Sword","flags":{"unique":true}},{"name":"Eclipse Solaris","type":"Engraved Wand","text":"Eclipse Solaris Engraved Wand","flags":{"unique":true}},{"name":"Eclipse Solaris","type":"Crystal Wand","text":"Eclipse Solaris Crystal Wand","flags":{"unique":true}},{"name":"Edge of Madness","type":"Etched Greatsword","text":"Edge of Madness Etched Greatsword","flags":{"unique":true}},{"name":"Ephemeral Edge","type":"Dusk Blade","text":"Ephemeral Edge Dusk Blade","flags":{"unique":true}},{"name":"Essentia Sanguis","type":"Eye Gouger","text":"Essentia Sanguis Eye Gouger","flags":{"unique":true}},{"name":"Essentia Sanguis","type":"Vaal Claw","text":"Essentia Sanguis Vaal Claw","flags":{"unique":true}},{"name":"Ewar\'s Mirage","type":"Antique Rapier","text":"Ewar\'s Mirage Antique Rapier","flags":{"unique":true}},{"name":"Fate of the Vaal","type":"Gemstone Sword","text":"Fate of the Vaal Gemstone Sword","flags":{"unique":true}},{"name":"Femurs of the Saints","type":"Primordial Staff","text":"Femurs of the Saints Primordial Staff","flags":{"unique":true}},{"name":"Fencoil","type":"Gnarled Branch","text":"Fencoil Gnarled Branch","flags":{"unique":true}},{"name":"Fidelitas\' Spike","type":"Jagged Foil","text":"Fidelitas\' Spike Jagged Foil","flags":{"unique":true}},{"name":"Flesh-Eater","type":"Dream Mace","text":"Flesh-Eater Dream Mace","flags":{"unique":true}},{"name":"Fragment of Eternity","type":"Glass Shank","text":"Fragment of Eternity Glass Shank","flags":{"unique":true}},{"name":"Frostbreath","type":"Ornate Mace","text":"Frostbreath Ornate Mace","flags":{"unique":true}},{"name":"Geofri\'s Baptism","type":"Brass Maul","text":"Geofri\'s Baptism Brass Maul","flags":{"unique":true}},{"name":"Geofri\'s Devotion","type":"Brass Maul","text":"Geofri\'s Devotion Brass Maul","flags":{"unique":true}},{"name":"Goblinedge","type":"Ambusher","text":"Goblinedge Ambusher","flags":{"unique":true}},{"name":"Gorebreaker","type":"Spiked Club","text":"Gorebreaker Spiked Club","flags":{"unique":true}},{"name":"Goredrill","type":"Skinning Knife","text":"Goredrill Skinning Knife","flags":{"unique":true}},{"name":"Grelwood Shank","type":"Eternal Sword","text":"Grelwood Shank Eternal Sword","flags":{"unique":true}},{"name":"Hand of Thought and Motion","type":"Imperial Claw","text":"Hand of Thought and Motion Imperial Claw","flags":{"unique":true}},{"name":"Hand of Thought and Motion","type":"Blinder","text":"Hand of Thought and Motion Blinder","flags":{"unique":true}},{"name":"Hand of Wisdom and Action","type":"Imperial Claw","text":"Hand of Wisdom and Action Imperial Claw","flags":{"unique":true}},{"name":"Heartbreaker","type":"Royal Skean","text":"Heartbreaker Royal Skean","flags":{"unique":true}},{"name":"Hegemony\'s Era","type":"Judgement Staff","text":"Hegemony\'s Era Judgement Staff","flags":{"unique":true}},{"name":"Hezmana\'s Bloodlust","type":"Vaal Axe","text":"Hezmana\'s Bloodlust Vaal Axe","flags":{"unique":true}},{"name":"Hiltless","type":"Reaver Sword","text":"Hiltless Reaver Sword","flags":{"unique":true}},{"name":"Hopeshredder","type":"Ranger Bow","text":"Hopeshredder Ranger Bow","flags":{"unique":true}},{"name":"Hrimnor\'s Dirge","type":"Sledgehammer","text":"Hrimnor\'s Dirge Sledgehammer","flags":{"unique":true}},{"name":"Hrimnor\'s Hymn","type":"Sledgehammer","text":"Hrimnor\'s Hymn Sledgehammer","flags":{"unique":true}},{"name":"Hyaon\'s Fury","type":"Legion Sword","text":"Hyaon\'s Fury Legion Sword","flags":{"unique":true}},{"name":"Ichimonji","type":"Corsair Sword","text":"Ichimonji Corsair Sword","flags":{"unique":true}},{"name":"Infractem","type":"Decimation Bow","text":"Infractem Decimation Bow","flags":{"unique":true}},{"name":"Innsbury Edge","type":"Elder Sword","text":"Innsbury Edge Elder Sword","flags":{"unique":true}},{"name":"Iron Commander","type":"Death Bow","text":"Iron Commander Death Bow","flags":{"unique":true}},{"name":"Izaro\'s Dilemma","type":"Imperial Claw","text":"Izaro\'s Dilemma Imperial Claw","flags":{"unique":true}},{"name":"Jack, the Axe","type":"Vaal Hatchet","text":"Jack, the Axe Vaal Hatchet","flags":{"unique":true}},{"name":"Jorrhast\'s Blacksteel","type":"Steelhead","text":"Jorrhast\'s Blacksteel Steelhead","flags":{"unique":true}},{"name":"Kaom\'s Primacy","type":"Karui Chopper","text":"Kaom\'s Primacy Karui Chopper","flags":{"unique":true}},{"name":"Kingmaker","type":"Despot Axe","text":"Kingmaker Despot Axe","flags":{"unique":true}},{"name":"Kitava\'s Feast","type":"Void Axe","text":"Kitava\'s Feast Void Axe","flags":{"unique":true}},{"name":"Kondo\'s Pride","type":"Ezomyte Blade","text":"Kondo\'s Pride Ezomyte Blade","flags":{"unique":true}},{"name":"Kongor\'s Undying Rage","type":"Terror Maul","text":"Kongor\'s Undying Rage Terror Maul","flags":{"unique":true}},{"name":"Lakishu\'s Blade","type":"Elegant Sword","text":"Lakishu\'s Blade Elegant Sword","flags":{"unique":true}},{"name":"Last Resort","type":"Nailed Fist","text":"Last Resort Nailed Fist","flags":{"unique":true}},{"name":"Lavianga\'s Wisdom","type":"War Hammer","text":"Lavianga\'s Wisdom War Hammer","flags":{"unique":true}},{"name":"Law of the Wilds","type":"Hellion\'s Paw","text":"Law of the Wilds Hellion\'s Paw","flags":{"unique":true}},{"name":"Lifesprig","type":"Driftwood Wand","text":"Lifesprig Driftwood Wand","flags":{"unique":true}},{"name":"Limbsplit","type":"Woodsplitter","text":"Limbsplit Woodsplitter","flags":{"unique":true}},{"name":"Lioneye\'s Glare","type":"Imperial Bow","text":"Lioneye\'s Glare Imperial Bow","flags":{"unique":true}},{"name":"Maata\'s Teaching","type":"Karui Sceptre","text":"Maata\'s Teaching Karui Sceptre","flags":{"unique":true}},{"name":"Mark of the Doubting Knight","type":"Platinum Kris","text":"Mark of the Doubting Knight Platinum Kris","flags":{"unique":true}},{"name":"Marohi Erqi","type":"Karui Maul","text":"Marohi Erqi Karui Maul","flags":{"unique":true}},{"name":"Martyr of Innocence","type":"Highborn Staff","text":"Martyr of Innocence Highborn Staff","flags":{"unique":true}},{"name":"Midnight Bargain","type":"Engraved Wand","text":"Midnight Bargain Engraved Wand","flags":{"unique":true}},{"name":"Mightflay","type":"Flaying Knife","text":"Mightflay Flaying Knife","flags":{"unique":true}},{"name":"Mirebough","type":"Gnarled Branch","text":"Mirebough Gnarled Branch","flags":{"unique":true}},{"name":"Mj\xf6lner","type":"Gavel","text":"Mj\xf6lner Gavel","flags":{"unique":true}},{"name":"Mon\'tregul\'s Grasp","type":"Void Sceptre","text":"Mon\'tregul\'s Grasp Void Sceptre","flags":{"unique":true}},{"name":"Moonbender\'s Wing","type":"Tomahawk","text":"Moonbender\'s Wing Tomahawk","flags":{"unique":true}},{"name":"Moonsorrow","type":"Imbued Wand","text":"Moonsorrow Imbued Wand","flags":{"unique":true}},{"name":"Mortem Morsu","type":"Fright Claw","text":"Mortem Morsu Fright Claw","flags":{"unique":true}},{"name":"Nametaker","type":"Graceful Sword","text":"Nametaker Graceful Sword","flags":{"unique":true}},{"name":"Nebulis","type":"Void Sceptre","text":"Nebulis Void Sceptre","flags":{"unique":true}},{"name":"Nebuloch","type":"Nightmare Mace","text":"Nebuloch Nightmare Mace","flags":{"unique":true}},{"name":"Ngamahu\'s Flame","type":"Abyssal Axe","text":"Ngamahu\'s Flame Abyssal Axe","flags":{"unique":true}},{"name":"Null\'s Inclination","type":"Ranger Bow","text":"Null\'s Inclination Ranger Bow","flags":{"unique":true}},{"name":"Nuro\'s Harp","type":"Harbinger Bow","text":"Nuro\'s Harp Harbinger Bow","flags":{"unique":true}},{"name":"Nycta\'s Lantern","type":"Crystal Sceptre","text":"Nycta\'s Lantern Crystal Sceptre","flags":{"unique":true}},{"name":"Obliteration","type":"Demon\'s Horn","text":"Obliteration Demon\'s Horn","flags":{"unique":true}},{"name":"Obliteration","type":"Imbued Wand","text":"Obliteration Imbued Wand","flags":{"unique":true}},{"name":"Oni-Goroshi","type":"Charan\'s Sword","text":"Oni-Goroshi Charan\'s Sword","flags":{"unique":true}},{"name":"Ornament of the East","type":"Gut Ripper","text":"Ornament of the East Gut Ripper","flags":{"unique":true}},{"name":"Oro\'s Sacrifice","type":"Infernal Sword","text":"Oro\'s Sacrifice Infernal Sword","flags":{"unique":true}},{"name":"Panquetzaliztli","type":"Jagged Maul","text":"Panquetzaliztli Jagged Maul","flags":{"unique":true}},{"name":"Paradoxica","type":"Vaal Rapier","text":"Paradoxica Vaal Rapier","flags":{"unique":true}},{"name":"Pillar of the Caged God","type":"Long Staff","text":"Pillar of the Caged God Long Staff","flags":{"unique":true}},{"name":"Pillar of the Caged God","type":"Iron Staff","text":"Pillar of the Caged God Iron Staff","flags":{"unique":true}},{"name":"Piscator\'s Vigil","type":"Imbued Wand","text":"Piscator\'s Vigil Imbued Wand","flags":{"unique":true}},{"name":"Piscator\'s Vigil","type":"Tornado Wand","text":"Piscator\'s Vigil Tornado Wand","flags":{"unique":true}},{"name":"Pledge of Hands","type":"Judgement Staff","text":"Pledge of Hands Judgement Staff","flags":{"unique":true}},{"name":"Prismatic Eclipse","type":"Twilight Blade","text":"Prismatic Eclipse Twilight Blade","flags":{"unique":true}},{"name":"Quecholli","type":"Jagged Maul","text":"Quecholli Jagged Maul","flags":{"unique":true}},{"name":"Queen\'s Decree","type":"Ornate Sword","text":"Queen\'s Decree Ornate Sword","flags":{"unique":true}},{"name":"Queen\'s Escape","type":"Ornate Sword","text":"Queen\'s Escape Ornate Sword","flags":{"unique":true}},{"name":"Quill Rain","type":"Short Bow","text":"Quill Rain Short Bow","flags":{"unique":true}},{"name":"Rakiata\'s Dance","type":"Engraved Greatsword","text":"Rakiata\'s Dance Engraved Greatsword","flags":{"unique":true}},{"name":"Razor of the Seventh Sun","type":"Midnight Blade","text":"Razor of the Seventh Sun Midnight Blade","flags":{"unique":true}},{"name":"Reach of the Council","type":"Spine Bow","text":"Reach of the Council Spine Bow","flags":{"unique":true}},{"name":"Realm Ender","type":"Iron Staff","text":"Realm Ender Iron Staff","flags":{"unique":true}},{"name":"Realmshaper","type":"Iron Staff","text":"Realmshaper Iron Staff","flags":{"unique":true}},{"name":"Reaper\'s Pursuit","type":"Shadow Axe","text":"Reaper\'s Pursuit Shadow Axe","flags":{"unique":true}},{"name":"Rebuke of the Vaal","type":"Vaal Blade","text":"Rebuke of the Vaal Vaal Blade","flags":{"unique":true}},{"name":"Redbeak","type":"Rusted Sword","text":"Redbeak Rusted Sword","flags":{"unique":true}},{"name":"Reefbane","type":"Fishing Rod","text":"Reefbane Fishing Rod","flags":{"unique":true}},{"name":"Relentless Fury","type":"Decorative Axe","text":"Relentless Fury Decorative Axe","flags":{"unique":true}},{"name":"Relic of the Cycle","type":"Crude Bow","text":"Relic of the Cycle Crude Bow","flags":{"unique":true}},{"name":"Relic of the Pact","type":"Spiraled Wand","text":"Relic of the Pact Spiraled Wand","flags":{"unique":true}},{"name":"Relic of the Pact","type":"Sage Wand","text":"Relic of the Pact Sage Wand","flags":{"unique":true}},{"name":"Replica Advancing Fortress","type":"Gut Ripper","text":"Replica Advancing Fortress Gut Ripper","flags":{"unique":true}},{"name":"Replica Allure","type":"Vaal Claw","text":"Replica Allure Vaal Claw","flags":{"unique":true}},{"name":"Replica Bitterdream","type":"Shadow Sceptre","text":"Replica Bitterdream Shadow Sceptre","flags":{"unique":true}},{"name":"Replica Bloodplay","type":"Stiletto","text":"Replica Bloodplay Stiletto","flags":{"unique":true}},{"name":"Replica Blood Thorn","type":"Gnarled Branch","text":"Replica Blood Thorn Gnarled Branch","flags":{"unique":true}},{"name":"Replica Cold Iron Point","type":"Ezomyte Dagger","text":"Replica Cold Iron Point Ezomyte Dagger","flags":{"unique":true}},{"name":"Replica Dreamfeather","type":"Eternal Sword","text":"Replica Dreamfeather Eternal Sword","flags":{"unique":true}},{"name":"Replica Duskdawn","type":"Maelstr\xf6m Staff","text":"Replica Duskdawn Maelstr\xf6m Staff","flags":{"unique":true}},{"name":"Replica Earendel\'s Embrace","type":"Grinning Fetish","text":"Replica Earendel\'s Embrace Grinning Fetish","flags":{"unique":true}},{"name":"Replica Fencoil","type":"Gnarled Branch","text":"Replica Fencoil Gnarled Branch","flags":{"unique":true}},{"name":"Replica Frostbreath","type":"Ornate Mace","text":"Replica Frostbreath Ornate Mace","flags":{"unique":true}},{"name":"Replica Harvest","type":"Jasper Chopper","text":"Replica Harvest Jasper Chopper","flags":{"unique":true}},{"name":"Replica Heartbreaker","type":"Royal Skean","text":"Replica Heartbreaker Royal Skean","flags":{"unique":true}},{"name":"Replica Infractem","type":"Decimation Bow","text":"Replica Infractem Decimation Bow","flags":{"unique":true}},{"name":"Replica Innsbury Edge","type":"Elder Sword","text":"Replica Innsbury Edge Elder Sword","flags":{"unique":true}},{"name":"Replica Iron Commander","type":"Death Bow","text":"Replica Iron Commander Death Bow","flags":{"unique":true}},{"name":"Replica Kongor\'s Undying Rage","type":"Terror Maul","text":"Replica Kongor\'s Undying Rage Terror Maul","flags":{"unique":true}},{"name":"Replica Last Resort","type":"Nailed Fist","text":"Replica Last Resort Nailed Fist","flags":{"unique":true}},{"name":"Replica Midnight Bargain","type":"Engraved Wand","text":"Replica Midnight Bargain Engraved Wand","flags":{"unique":true}},{"name":"Replica Nebulis","type":"Void Sceptre","text":"Replica Nebulis Void Sceptre","flags":{"unique":true}},{"name":"Replica Oro\'s Sacrifice","type":"Infernal Sword","text":"Replica Oro\'s Sacrifice Infernal Sword","flags":{"unique":true}},{"name":"Replica Paradoxica","type":"Vaal Rapier","text":"Replica Paradoxica Vaal Rapier","flags":{"unique":true}},{"name":"Replica Quill Rain","type":"Short Bow","text":"Replica Quill Rain Short Bow","flags":{"unique":true}},{"name":"Replica Soul Taker","type":"Siege Axe","text":"Replica Soul Taker Siege Axe","flags":{"unique":true}},{"name":"Replica Tempestuous Steel","type":"War Sword","text":"Replica Tempestuous Steel War Sword","flags":{"unique":true}},{"name":"Replica Trypanon","type":"Great Mallet","text":"Replica Trypanon Great Mallet","flags":{"unique":true}},{"name":"Replica Tulfall","type":"Opal Wand","text":"Replica Tulfall Opal Wand","flags":{"unique":true}},{"name":"Replica Tulfall","type":"Tornado Wand","text":"Replica Tulfall Tornado Wand","flags":{"unique":true}},{"name":"Replica Twyzel","type":"Sage Wand","text":"Replica Twyzel Sage Wand","flags":{"unique":true}},{"name":"Replica Ungil\'s Gauche","type":"Boot Knife","text":"Replica Ungil\'s Gauche Boot Knife","flags":{"unique":true}},{"name":"Replica Windripper","type":"Imperial Bow","text":"Replica Windripper Imperial Bow","flags":{"unique":true}},{"name":"Replica Wings of Entropy","type":"Ezomyte Axe","text":"Replica Wings of Entropy Ezomyte Axe","flags":{"unique":true}},{"name":"Reverberation Rod","type":"Spiraled Wand","text":"Reverberation Rod Spiraled Wand","flags":{"unique":true}},{"name":"Rigwald\'s Charge","type":"Highland Blade","text":"Rigwald\'s Charge Highland Blade","flags":{"unique":true}},{"name":"Rigwald\'s Command","type":"Midnight Blade","text":"Rigwald\'s Command Midnight Blade","flags":{"unique":true}},{"name":"Rigwald\'s Savagery","type":"Royal Axe","text":"Rigwald\'s Savagery Royal Axe","flags":{"unique":true}},{"name":"Rive","type":"Terror Claw","text":"Rive Terror Claw","flags":{"unique":true}},{"name":"Roth\'s Reach","type":"Recurve Bow","text":"Roth\'s Reach Recurve Bow","flags":{"unique":true}},{"name":"Rust of Winter","type":"Rusted Hatchet","text":"Rust of Winter Rusted Hatchet","flags":{"unique":true}},{"name":"Sanguine Gambol","type":"Skinning Knife","text":"Sanguine Gambol Skinning Knife","flags":{"unique":true}},{"name":"Scaeva","type":"Gladius","text":"Scaeva Gladius","flags":{"unique":true}},{"name":"Scar of Fate","type":"Nailed Fist","text":"Scar of Fate Nailed Fist","flags":{"unique":true}},{"name":"Severed in Sleep","type":"Cutlass","text":"Severed in Sleep Cutlass","flags":{"unique":true}},{"name":"Shade of Solaris","type":"Sage Wand","text":"Shade of Solaris Sage Wand","flags":{"unique":true}},{"name":"Shimmeron","type":"Tornado Wand","text":"Shimmeron Tornado Wand","flags":{"unique":true}},{"name":"Shiversting","type":"Bastard Sword","text":"Shiversting Bastard Sword","flags":{"unique":true}},{"name":"Sign of the Sin Eater","type":"Tyrant\'s Sekhem","text":"Sign of the Sin Eater Tyrant\'s Sekhem","flags":{"unique":true}},{"name":"Silverbough","type":"Crude Bow","text":"Silverbough Crude Bow","flags":{"unique":true}},{"name":"Silverbranch","type":"Crude Bow","text":"Silverbranch Crude Bow","flags":{"unique":true}},{"name":"Singularity","type":"Platinum Sceptre","text":"Singularity Platinum Sceptre","flags":{"unique":true}},{"name":"Sinvicta\'s Mettle","type":"Ezomyte Axe","text":"Sinvicta\'s Mettle Ezomyte Axe","flags":{"unique":true}},{"name":"Sire of Shards","type":"Serpentine Staff","text":"Sire of Shards Serpentine Staff","flags":{"unique":true}},{"name":"Slivertongue","type":"Harbinger Bow","text":"Slivertongue Harbinger Bow","flags":{"unique":true}},{"name":"Song of the Sirens","type":"Fishing Rod","text":"Song of the Sirens Fishing Rod","flags":{"unique":true}},{"name":"Soul Taker","type":"Siege Axe","text":"Soul Taker Siege Axe","flags":{"unique":true}},{"name":"Soulwrest","type":"Ezomyte Staff","text":"Soulwrest Ezomyte Staff","flags":{"unique":true}},{"name":"Spine of the First Claimant","type":"Iron Sceptre","text":"Spine of the First Claimant Iron Sceptre","flags":{"unique":true}},{"name":"Splinter of the Moon","type":"Driftwood Wand","text":"Splinter of the Moon Driftwood Wand","flags":{"unique":true}},{"name":"Starforge","type":"Infernal Sword","text":"Starforge Infernal Sword","flags":{"unique":true}},{"name":"Storm Cloud","type":"Long Bow","text":"Storm Cloud Long Bow","flags":{"unique":true}},{"name":"Storm Prison","type":"Carved Wand","text":"Storm Prison Carved Wand","flags":{"unique":true}},{"name":"Storm Prison","type":"Spiraled Wand","text":"Storm Prison Spiraled Wand","flags":{"unique":true}},{"name":"Story of the Vaal","type":"Gemstone Sword","text":"Story of the Vaal Gemstone Sword","flags":{"unique":true}},{"name":"Story of the Vaal","type":"Variscite Blade","text":"Story of the Vaal Variscite Blade","flags":{"unique":true}},{"name":"Taproot","type":"Ambusher","text":"Taproot Ambusher","flags":{"unique":true}},{"name":"Taryn\'s Shiver","type":"Maelstr\xf6m Staff","text":"Taryn\'s Shiver Maelstr\xf6m Staff","flags":{"unique":true}},{"name":"Terminus Est","type":"Tiger Sword","text":"Terminus Est Tiger Sword","flags":{"unique":true}},{"name":"The Annihilating Light","type":"Quarterstaff","text":"The Annihilating Light Quarterstaff","flags":{"unique":true}},{"name":"The Black Cane","type":"Royal Sceptre","text":"The Black Cane Royal Sceptre","flags":{"unique":true}},{"name":"The Blood Reaper","type":"Headsman Axe","text":"The Blood Reaper Headsman Axe","flags":{"unique":true}},{"name":"The Blood Thorn","type":"Gnarled Branch","text":"The Blood Thorn Gnarled Branch","flags":{"unique":true}},{"name":"The Burden of Shadows","type":"Primordial Staff","text":"The Burden of Shadows Primordial Staff","flags":{"unique":true}},{"name":"The Cauteriser","type":"Woodsplitter","text":"The Cauteriser Woodsplitter","flags":{"unique":true}},{"name":"The Consuming Dark","type":"Fiend Dagger","text":"The Consuming Dark Fiend Dagger","flags":{"unique":true}},{"name":"The Crimson Storm","type":"Steelwood Bow","text":"The Crimson Storm Steelwood Bow","flags":{"unique":true}},{"name":"The Dancing Dervish","type":"Reaver Sword","text":"The Dancing Dervish Reaver Sword","flags":{"unique":true}},{"name":"The Dancing Duo","type":"Reaver Sword","text":"The Dancing Duo Reaver Sword","flags":{"unique":true}},{"name":"The Dark Seer","type":"Shadow Sceptre","text":"The Dark Seer Shadow Sceptre","flags":{"unique":true}},{"name":"The Enmity Divine","type":"Imperial Staff","text":"The Enmity Divine Imperial Staff","flags":{"unique":true}},{"name":"The Fulcrum","type":"Ezomyte Staff","text":"The Fulcrum Ezomyte Staff","flags":{"unique":true}},{"name":"The Geomantic Gyre","type":"Highborn Staff","text":"The Geomantic Gyre Highborn Staff","flags":{"unique":true}},{"name":"The Gluttonous Tide","type":"Citadel Bow","text":"The Gluttonous Tide Citadel Bow","flags":{"unique":true}},{"name":"The Goddess Bound","type":"Whalebone Rapier","text":"The Goddess Bound Whalebone Rapier","flags":{"unique":true}},{"name":"The Goddess Scorned","type":"Elegant Sword","text":"The Goddess Scorned Elegant Sword","flags":{"unique":true}},{"name":"The Goddess Unleashed","type":"Eternal Sword","text":"The Goddess Unleashed Eternal Sword","flags":{"unique":true}},{"name":"The Grey Spire","type":"Judgement Staff","text":"The Grey Spire Judgement Staff","flags":{"unique":true}},{"name":"The Gryphon","type":"Jade Hatchet","text":"The Gryphon Jade Hatchet","flags":{"unique":true}},{"name":"The Harvest","type":"Jasper Chopper","text":"The Harvest Jasper Chopper","flags":{"unique":true}},{"name":"The Hidden Blade","type":"Ambusher","text":"The Hidden Blade Ambusher","flags":{"unique":true}},{"name":"The Iron Mass","type":"Gladius","text":"The Iron Mass Gladius","flags":{"unique":true}},{"name":"The Poet\'s Pen","type":"Carved Wand","text":"The Poet\'s Pen Carved Wand","flags":{"unique":true}},{"name":"The Princess","type":"Sabre","text":"The Princess Sabre","flags":{"unique":true}},{"name":"The Redblade","type":"Gladius","text":"The Redblade Gladius","flags":{"unique":true}},{"name":"The Rippling Thoughts","type":"Legion Sword","text":"The Rippling Thoughts Legion Sword","flags":{"unique":true}},{"name":"The Saviour","type":"Legion Sword","text":"The Saviour Legion Sword","flags":{"unique":true}},{"name":"The Scourge","type":"Terror Claw","text":"The Scourge Terror Claw","flags":{"unique":true}},{"name":"The Screaming Eagle","type":"Jade Hatchet","text":"The Screaming Eagle Jade Hatchet","flags":{"unique":true}},{"name":"The Searing Touch","type":"Lathi","text":"The Searing Touch Lathi","flags":{"unique":true}},{"name":"The Searing Touch","type":"Long Staff","text":"The Searing Touch Long Staff","flags":{"unique":true}},{"name":"The Stormheart","type":"Royal Staff","text":"The Stormheart Royal Staff","flags":{"unique":true}},{"name":"The Stormwall","type":"Royal Staff","text":"The Stormwall Royal Staff","flags":{"unique":true}},{"name":"The Supreme Truth","type":"Crystal Sceptre","text":"The Supreme Truth Crystal Sceptre","flags":{"unique":true}},{"name":"The Surging Thoughts","type":"Legion Sword","text":"The Surging Thoughts Legion Sword","flags":{"unique":true}},{"name":"The Tempest","type":"Long Bow","text":"The Tempest Long Bow","flags":{"unique":true}},{"name":"The Tempestuous Steel","type":"War Sword","text":"The Tempestuous Steel War Sword","flags":{"unique":true}},{"name":"The Wasp Nest","type":"Throat Stabber","text":"The Wasp Nest Throat Stabber","flags":{"unique":true}},{"name":"The Whispering Ice","type":"Vile Staff","text":"The Whispering Ice Vile Staff","flags":{"unique":true}},{"name":"The Winds of Fate","type":"Foul Staff","text":"The Winds of Fate Foul Staff","flags":{"unique":true}},{"name":"The Yielding Mortality","type":"Imperial Staff","text":"The Yielding Mortality Imperial Staff","flags":{"unique":true}},{"name":"Thunder of the Dawn","type":"Corroded Blade","text":"Thunder of the Dawn Corroded Blade","flags":{"unique":true}},{"name":"Tidebreaker","type":"Imperial Maul","text":"Tidebreaker Imperial Maul","flags":{"unique":true}},{"name":"Tipua Kaikohuru","type":"Whalebone Rapier","text":"Tipua Kaikohuru Whalebone Rapier","flags":{"unique":true}},{"name":"Touch of Anguish","type":"Imperial Claw","text":"Touch of Anguish Imperial Claw","flags":{"unique":true}},{"name":"Tremor Rod","type":"Military Staff","text":"Tremor Rod Military Staff","flags":{"unique":true}},{"name":"Trypanon","type":"Great Mallet","text":"Trypanon Great Mallet","flags":{"unique":true}},{"name":"Tulborn","type":"Opal Wand","text":"Tulborn Opal Wand","flags":{"unique":true}},{"name":"Tulborn","type":"Spiraled Wand","text":"Tulborn Spiraled Wand","flags":{"unique":true}},{"name":"Tulfall","type":"Opal Wand","text":"Tulfall Opal Wand","flags":{"unique":true}},{"name":"Tulfall","type":"Tornado Wand","text":"Tulfall Tornado Wand","flags":{"unique":true}},{"name":"Twyzel","type":"Sage Wand","text":"Twyzel Sage Wand","flags":{"unique":true}},{"name":"Ungil\'s Gauche","type":"Boot Knife","text":"Ungil\'s Gauche Boot Knife","flags":{"unique":true}},{"name":"United in Dream","type":"Cutlass","text":"United in Dream Cutlass","flags":{"unique":true}},{"name":"Uul-Netol\'s Embrace","type":"Vaal Axe","text":"Uul-Netol\'s Embrace Vaal Axe","flags":{"unique":true}},{"name":"Uul-Netol\'s Kiss","type":"Labrys","text":"Uul-Netol\'s Kiss Labrys","flags":{"unique":true}},{"name":"Uul-Netol\'s Kiss","type":"Vaal Axe","text":"Uul-Netol\'s Kiss Vaal Axe","flags":{"unique":true}},{"name":"Varunastra","type":"Vaal Blade","text":"Varunastra Vaal Blade","flags":{"unique":true}},{"name":"Vestige of Divinity","type":"Gnarled Branch","text":"Vestige of Divinity Gnarled Branch","flags":{"unique":true}},{"name":"Void Battery","type":"Prophecy Wand","text":"Void Battery Prophecy Wand","flags":{"unique":true}},{"name":"Voidforge","type":"Infernal Sword","text":"Voidforge Infernal Sword","flags":{"unique":true}},{"name":"Voidhome","type":"Dread Maul","text":"Voidhome Dread Maul","flags":{"unique":true}},{"name":"Voltaxic Rift","type":"Spine Bow","text":"Voltaxic Rift Spine Bow","flags":{"unique":true}},{"name":"Vulconus","type":"Demon Dagger","text":"Vulconus Demon Dagger","flags":{"unique":true}},{"name":"White Wind","type":"Imperial Skean","text":"White Wind Imperial Skean","flags":{"unique":true}},{"name":"Wideswing","type":"Poleaxe","text":"Wideswing Poleaxe","flags":{"unique":true}},{"name":"Widowhail","type":"Crude Bow","text":"Widowhail Crude Bow","flags":{"unique":true}},{"name":"Widowmaker","type":"Boot Blade","text":"Widowmaker Boot Blade","flags":{"unique":true}},{"name":"Wildslash","type":"Awl","text":"Wildslash Awl","flags":{"unique":true}},{"name":"Windripper","type":"Imperial Bow","text":"Windripper Imperial Bow","flags":{"unique":true}},{"name":"Windripper","type":"Long Bow","text":"Windripper Long Bow","flags":{"unique":true}},{"name":"Wings of Entropy","type":"Sundering Axe","text":"Wings of Entropy Sundering Axe","flags":{"unique":true}},{"name":"Wings of Entropy","type":"Ezomyte Axe","text":"Wings of Entropy Ezomyte Axe","flags":{"unique":true}},{"name":"Witchhunter\'s Judgment","type":"Highborn Staff","text":"Witchhunter\'s Judgment Highborn Staff","flags":{"unique":true}},{"name":"Xirgil\'s Crank","type":"Coiled Staff","text":"Xirgil\'s Crank Coiled Staff","flags":{"unique":true}},{"name":"Xoph\'s Inception","type":"Citadel Bow","text":"Xoph\'s Inception Citadel Bow","flags":{"unique":true}},{"name":"Xoph\'s Inception","type":"Bone Bow","text":"Xoph\'s Inception Bone Bow","flags":{"unique":true}},{"name":"Xoph\'s Nurture","type":"Citadel Bow","text":"Xoph\'s Nurture Citadel Bow","flags":{"unique":true}},{"name":"Yaomac\'s Accord","type":"Vaal Sceptre","text":"Yaomac\'s Accord Vaal Sceptre","flags":{"unique":true}},{"type":"Nailed Fist","text":"Nailed Fist"},{"type":"Gouger","text":"Gouger"},{"type":"Tiger\'s Paw","text":"Tiger\'s Paw"},{"type":"Gut Ripper","text":"Gut Ripper"},{"type":"Prehistoric Claw","text":"Prehistoric Claw"},{"type":"Noble Claw","text":"Noble Claw"},{"type":"Eagle Claw","text":"Eagle Claw"},{"type":"Great White Claw","text":"Great White Claw"},{"type":"Throat Stabber","text":"Throat Stabber"},{"type":"Hellion\'s Paw","text":"Hellion\'s Paw"},{"type":"Eye Gouger","text":"Eye Gouger"},{"type":"Sharktooth Claw","text":"Sharktooth Claw"},{"type":"Vaal Claw","text":"Vaal Claw"},{"type":"Imperial Claw","text":"Imperial Claw"},{"type":"Terror Claw","text":"Terror Claw"},{"type":"Awl","text":"Awl"},{"type":"Cat\'s Paw","text":"Cat\'s Paw"},{"type":"Blinder","text":"Blinder"},{"type":"Timeworn Claw","text":"Timeworn Claw"},{"type":"Sparkling Claw","text":"Sparkling Claw"},{"type":"Fright Claw","text":"Fright Claw"},{"type":"Thresher Claw","text":"Thresher Claw"},{"type":"Shadow Fangs","text":"Shadow Fangs"},{"type":"Malign Fangs","text":"Malign Fangs"},{"type":"Void Fangs","text":"Void Fangs"},{"type":"Double Claw","text":"Double Claw"},{"type":"Twin Claw","text":"Twin Claw"},{"type":"Gemini Claw","text":"Gemini Claw"},{"type":"Glass Shank","text":"Glass Shank"},{"type":"Butcher Knife","text":"Butcher Knife"},{"type":"Poignard","text":"Poignard"},{"type":"Boot Blade","text":"Boot Blade"},{"type":"Golden Kris","text":"Golden Kris"},{"type":"Royal Skean","text":"Royal Skean"},{"type":"Fiend Dagger","text":"Fiend Dagger"},{"type":"Gutting Knife","text":"Gutting Knife"},{"type":"Slaughter Knife","text":"Slaughter Knife"},{"type":"Ambusher","text":"Ambusher"},{"type":"Ezomyte Dagger","text":"Ezomyte Dagger"},{"type":"Skinning Knife","text":"Skinning Knife"},{"type":"Platinum Kris","text":"Platinum Kris"},{"type":"Imperial Skean","text":"Imperial Skean"},{"type":"Demon Dagger","text":"Demon Dagger"},{"type":"Carving Knife","text":"Carving Knife"},{"type":"Stiletto","text":"Stiletto"},{"type":"Boot Knife","text":"Boot Knife"},{"type":"Copper Kris","text":"Copper Kris"},{"type":"Skean","text":"Skean"},{"type":"Imp Dagger","text":"Imp Dagger"},{"type":"Flaying Knife","text":"Flaying Knife"},{"type":"Hollowpoint Dagger","text":"Hollowpoint Dagger"},{"type":"Pressurised Dagger","text":"Pressurised Dagger"},{"type":"Pneumatic Dagger","text":"Pneumatic Dagger"},{"type":"Prong Dagger","text":"Prong Dagger"},{"type":"Trisula","text":"Trisula"},{"type":"Sai","text":"Sai"},{"type":"Flickerflame Blade","text":"Flickerflame Blade"},{"type":"Flashfire Blade","text":"Flashfire Blade"},{"type":"Infernal Blade","text":"Infernal Blade"},{"type":"Rusted Hatchet","text":"Rusted Hatchet"},{"type":"Tomahawk","text":"Tomahawk"},{"type":"Wrist Chopper","text":"Wrist Chopper"},{"type":"War Axe","text":"War Axe"},{"type":"Chest Splitter","text":"Chest Splitter"},{"type":"Ceremonial Axe","text":"Ceremonial Axe"},{"type":"Wraith Axe","text":"Wraith Axe"},{"type":"Karui Axe","text":"Karui Axe"},{"type":"Siege Axe","text":"Siege Axe"},{"type":"Reaver Axe","text":"Reaver Axe"},{"type":"Butcher Axe","text":"Butcher Axe"},{"type":"Jade Hatchet","text":"Jade Hatchet"},{"type":"Vaal Hatchet","text":"Vaal Hatchet"},{"type":"Royal Axe","text":"Royal Axe"},{"type":"Infernal Axe","text":"Infernal Axe"},{"type":"Boarding Axe","text":"Boarding Axe"},{"type":"Cleaver","text":"Cleaver"},{"type":"Broad Axe","text":"Broad Axe"},{"type":"Arming Axe","text":"Arming Axe"},{"type":"Decorative Axe","text":"Decorative Axe"},{"type":"Spectral Axe","text":"Spectral Axe"},{"type":"Jasper Axe","text":"Jasper Axe"},{"type":"Maltreatment Axe","text":"Maltreatment Axe"},{"type":"Disapprobation Axe","text":"Disapprobation Axe"},{"type":"Psychotic Axe","text":"Psychotic Axe"},{"type":"Etched Hatchet","text":"Etched Hatchet"},{"type":"Engraved Hatchet","text":"Engraved Hatchet"},{"type":"Runic Hatchet","text":"Runic Hatchet"},{"type":"Driftwood Club","text":"Driftwood Club"},{"type":"Barbed Club","text":"Barbed Club"},{"type":"Rock Breaker","text":"Rock Breaker"},{"type":"Battle Hammer","text":"Battle Hammer"},{"type":"Flanged Mace","text":"Flanged Mace"},{"type":"Ornate Mace","text":"Ornate Mace"},{"type":"Phantom Mace","text":"Phantom Mace"},{"type":"Ancestral Club","text":"Ancestral Club"},{"type":"Tenderizer","text":"Tenderizer"},{"type":"Gavel","text":"Gavel"},{"type":"Legion Hammer","text":"Legion Hammer"},{"type":"Tribal Club","text":"Tribal Club"},{"type":"Pernach","text":"Pernach"},{"type":"Auric Mace","text":"Auric Mace"},{"type":"Nightmare Mace","text":"Nightmare Mace"},{"type":"Spiked Club","text":"Spiked Club"},{"type":"Stone Hammer","text":"Stone Hammer"},{"type":"War Hammer","text":"War Hammer"},{"type":"Bladed Mace","text":"Bladed Mace"},{"type":"Ceremonial Mace","text":"Ceremonial Mace"},{"type":"Dream Mace","text":"Dream Mace"},{"type":"Petrified Club","text":"Petrified Club"},{"type":"Flare Mace","text":"Flare Mace"},{"type":"Crack Mace","text":"Crack Mace"},{"type":"Boom Mace","text":"Boom Mace"},{"type":"Wyrm Mace","text":"Wyrm Mace"},{"type":"Dragon Mace","text":"Dragon Mace"},{"type":"Behemoth Mace","text":"Behemoth Mace"},{"type":"Driftwood Sceptre","text":"Driftwood Sceptre"},{"type":"Sekhem","text":"Sekhem"},{"type":"Crystal Sceptre","text":"Crystal Sceptre"},{"type":"Lead Sceptre","text":"Lead Sceptre"},{"type":"Blood Sceptre","text":"Blood Sceptre"},{"type":"Royal Sceptre","text":"Royal Sceptre"},{"type":"Abyssal Sceptre","text":"Abyssal Sceptre"},{"type":"Karui Sceptre","text":"Karui Sceptre"},{"type":"Tyrant\'s Sekhem","text":"Tyrant\'s Sekhem"},{"type":"Opal Sceptre","text":"Opal Sceptre"},{"type":"Platinum Sceptre","text":"Platinum Sceptre"},{"type":"Darkwood Sceptre","text":"Darkwood Sceptre"},{"type":"Vaal Sceptre","text":"Vaal Sceptre"},{"type":"Carnal Sceptre","text":"Carnal Sceptre"},{"type":"Void Sceptre","text":"Void Sceptre"},{"type":"Bronze Sceptre","text":"Bronze Sceptre"},{"type":"Quartz Sceptre","text":"Quartz Sceptre"},{"type":"Iron Sceptre","text":"Iron Sceptre"},{"type":"Ochre Sceptre","text":"Ochre Sceptre"},{"type":"Ritual Sceptre","text":"Ritual Sceptre"},{"type":"Shadow Sceptre","text":"Shadow Sceptre"},{"type":"Grinning Fetish","text":"Grinning Fetish"},{"type":"Oscillating Sceptre","text":"Oscillating Sceptre"},{"type":"Stabilising Sceptre","text":"Stabilising Sceptre"},{"type":"Alternating Sceptre","text":"Alternating Sceptre"},{"type":"Horned Sceptre","text":"Horned Sceptre"},{"type":"Stag Sceptre","text":"Stag Sceptre"},{"type":"Sambar Sceptre","text":"Sambar Sceptre"},{"type":"Rusted Sword","text":"Rusted Sword"},{"type":"Cutlass","text":"Cutlass"},{"type":"Baselard","text":"Baselard"},{"type":"Battle Sword","text":"Battle Sword"},{"type":"Elder Sword","text":"Elder Sword"},{"type":"Graceful Sword","text":"Graceful Sword"},{"type":"Twilight Blade","text":"Twilight Blade"},{"type":"Gemstone Sword","text":"Gemstone Sword"},{"type":"Corsair Sword","text":"Corsair Sword"},{"type":"Gladius","text":"Gladius"},{"type":"Legion Sword","text":"Legion Sword"},{"type":"Copper Sword","text":"Copper Sword"},{"type":"Vaal Blade","text":"Vaal Blade"},{"type":"Eternal Sword","text":"Eternal Sword"},{"type":"Midnight Blade","text":"Midnight Blade"},{"type":"Sabre","text":"Sabre"},{"type":"Broad Sword","text":"Broad Sword"},{"type":"War Sword","text":"War Sword"},{"type":"Ancient Sword","text":"Ancient Sword"},{"type":"Elegant Sword","text":"Elegant Sword"},{"type":"Dusk Blade","text":"Dusk Blade"},{"type":"Variscite Blade","text":"Variscite Blade"},{"type":"Charan\'s Sword","text":"Charan\'s Sword"},{"type":"Golden Blade","text":"Golden Blade"},{"type":"Fickle Spiritblade","text":"Fickle Spiritblade"},{"type":"Capricious Spiritblade","text":"Capricious Spiritblade"},{"type":"Anarchic Spiritblade","text":"Anarchic Spiritblade"},{"type":"Hook Sword","text":"Hook Sword"},{"type":"Grappler","text":"Grappler"},{"type":"Tiger Hook","text":"Tiger Hook"},{"type":"Rusted Spike","text":"Rusted Spike"},{"type":"Burnished Foil","text":"Burnished Foil"},{"type":"Estoc","text":"Estoc"},{"type":"Serrated Foil","text":"Serrated Foil"},{"type":"Primeval Rapier","text":"Primeval Rapier"},{"type":"Fancy Foil","text":"Fancy Foil"},{"type":"Apex Rapier","text":"Apex Rapier"},{"type":"Dragonbone Rapier","text":"Dragonbone Rapier"},{"type":"Tempered Foil","text":"Tempered Foil"},{"type":"Pecoraro","text":"Pecoraro"},{"type":"Spiraled Foil","text":"Spiraled Foil"},{"type":"Whalebone Rapier","text":"Whalebone Rapier"},{"type":"Vaal Rapier","text":"Vaal Rapier"},{"type":"Jewelled Foil","text":"Jewelled Foil"},{"type":"Harpy Rapier","text":"Harpy Rapier"},{"type":"Battered Foil","text":"Battered Foil"},{"type":"Basket Rapier","text":"Basket Rapier"},{"type":"Jagged Foil","text":"Jagged Foil"},{"type":"Antique Rapier","text":"Antique Rapier"},{"type":"Elegant Foil","text":"Elegant Foil"},{"type":"Thorn Rapier","text":"Thorn Rapier"},{"type":"Wyrmbone Rapier","text":"Wyrmbone Rapier"},{"type":"Smallsword","text":"Smallsword"},{"type":"Courtesan Sword","text":"Courtesan Sword"},{"type":"Dragoon Sword","text":"Dragoon Sword"},{"type":"Driftwood Wand","text":"Driftwood Wand"},{"type":"Coiled Wand","text":"Coiled Wand"},{"type":"Omen Wand","text":"Omen Wand"},{"type":"Demon\'s Horn","text":"Demon\'s Horn"},{"type":"Imbued Wand","text":"Imbued Wand"},{"type":"Opal Wand","text":"Opal Wand"},{"type":"Tornado Wand","text":"Tornado Wand"},{"type":"Prophecy Wand","text":"Prophecy Wand"},{"type":"Goat\'s Horn","text":"Goat\'s Horn"},{"type":"Carved Wand","text":"Carved Wand"},{"type":"Quartz Wand","text":"Quartz Wand"},{"type":"Spiraled Wand","text":"Spiraled Wand"},{"type":"Sage Wand","text":"Sage Wand"},{"type":"Faun\'s Horn","text":"Faun\'s Horn"},{"type":"Engraved Wand","text":"Engraved Wand"},{"type":"Crystal Wand","text":"Crystal Wand"},{"type":"Convoking Wand","text":"Convoking Wand"},{"type":"Assembler Wand","text":"Assembler Wand"},{"type":"Congregator Wand","text":"Congregator Wand"},{"type":"Accumulator Wand","text":"Accumulator Wand"},{"type":"Pagan Wand","text":"Pagan Wand"},{"type":"Heathen Wand","text":"Heathen Wand"},{"type":"Profane Wand","text":"Profane Wand"},{"type":"Calling Wand","text":"Calling Wand"},{"type":"Convening Wand","text":"Convening Wand"},{"type":"Fishing Rod","text":"Fishing Rod"},{"type":"Crude Bow","text":"Crude Bow"},{"type":"Decurve Bow","text":"Decurve Bow"},{"type":"Compound Bow","text":"Compound Bow"},{"type":"Sniper Bow","text":"Sniper Bow"},{"type":"Ivory Bow","text":"Ivory Bow"},{"type":"Highborn Bow","text":"Highborn Bow"},{"type":"Decimation Bow","text":"Decimation Bow"},{"type":"Thicket Bow","text":"Thicket Bow"},{"type":"Citadel Bow","text":"Citadel Bow"},{"type":"Ranger Bow","text":"Ranger Bow"},{"type":"Assassin Bow","text":"Assassin Bow"},{"type":"Short Bow","text":"Short Bow"},{"type":"Spine Bow","text":"Spine Bow"},{"type":"Imperial Bow","text":"Imperial Bow"},{"type":"Harbinger Bow","text":"Harbinger Bow"},{"type":"Long Bow","text":"Long Bow"},{"type":"Composite Bow","text":"Composite Bow"},{"type":"Recurve Bow","text":"Recurve Bow"},{"type":"Bone Bow","text":"Bone Bow"},{"type":"Royal Bow","text":"Royal Bow"},{"type":"Death Bow","text":"Death Bow"},{"type":"Grove Bow","text":"Grove Bow"},{"type":"Hedron Bow","text":"Hedron Bow"},{"type":"Foundry Bow","text":"Foundry Bow"},{"type":"Solarine Bow","text":"Solarine Bow"},{"type":"Reflex Bow","text":"Reflex Bow"},{"type":"Steelwood Bow","text":"Steelwood Bow"},{"type":"Maraketh Bow","text":"Maraketh Bow"},{"type":"Gnarled Branch","text":"Gnarled Branch"},{"type":"Military Staff","text":"Military Staff"},{"type":"Serpentine Staff","text":"Serpentine Staff"},{"type":"Highborn Staff","text":"Highborn Staff"},{"type":"Foul Staff","text":"Foul Staff"},{"type":"Primordial Staff","text":"Primordial Staff"},{"type":"Lathi","text":"Lathi"},{"type":"Ezomyte Staff","text":"Ezomyte Staff"},{"type":"Maelstr\xf6m Staff","text":"Maelstr\xf6m Staff"},{"type":"Imperial Staff","text":"Imperial Staff"},{"type":"Judgement Staff","text":"Judgement Staff"},{"type":"Primitive Staff","text":"Primitive Staff"},{"type":"Long Staff","text":"Long Staff"},{"type":"Iron Staff","text":"Iron Staff"},{"type":"Coiled Staff","text":"Coiled Staff"},{"type":"Royal Staff","text":"Royal Staff"},{"type":"Vile Staff","text":"Vile Staff"},{"type":"Woodful Staff","text":"Woodful Staff"},{"type":"Quarterstaff","text":"Quarterstaff"},{"type":"Transformer Staff","text":"Transformer Staff"},{"type":"Reciprocation Staff","text":"Reciprocation Staff"},{"type":"Battery Staff","text":"Battery Staff"},{"type":"Crescent Staff","text":"Crescent Staff"},{"type":"Moon Staff","text":"Moon Staff"},{"type":"Eclipse Staff","text":"Eclipse Staff"},{"type":"Capacity Rod","text":"Capacity Rod"},{"type":"Potentiality Rod","text":"Potentiality Rod"},{"type":"Eventuality Rod","text":"Eventuality Rod"},{"type":"Stone Axe","text":"Stone Axe"},{"type":"Headsman Axe","text":"Headsman Axe"},{"type":"Labrys","text":"Labrys"},{"type":"Noble Axe","text":"Noble Axe"},{"type":"Abyssal Axe","text":"Abyssal Axe"},{"type":"Karui Chopper","text":"Karui Chopper"},{"type":"Sundering Axe","text":"Sundering Axe"},{"type":"Ezomyte Axe","text":"Ezomyte Axe"},{"type":"Vaal Axe","text":"Vaal Axe"},{"type":"Despot Axe","text":"Despot Axe"},{"type":"Void Axe","text":"Void Axe"},{"type":"Jade Chopper","text":"Jade Chopper"},{"type":"Woodsplitter","text":"Woodsplitter"},{"type":"Poleaxe","text":"Poleaxe"},{"type":"Double Axe","text":"Double Axe"},{"type":"Gilded Axe","text":"Gilded Axe"},{"type":"Shadow Axe","text":"Shadow Axe"},{"type":"Jasper Chopper","text":"Jasper Chopper"},{"type":"Timber Axe","text":"Timber Axe"},{"type":"Prime Cleaver","text":"Prime Cleaver"},{"type":"Honed Cleaver","text":"Honed Cleaver"},{"type":"Apex Cleaver","text":"Apex Cleaver"},{"type":"Dagger Axe","text":"Dagger Axe"},{"type":"Talon Axe","text":"Talon Axe"},{"type":"Fleshripper","text":"Fleshripper"},{"type":"Driftwood Maul","text":"Driftwood Maul"},{"type":"Steelhead","text":"Steelhead"},{"type":"Spiny Maul","text":"Spiny Maul"},{"type":"Plated Maul","text":"Plated Maul"},{"type":"Dread Maul","text":"Dread Maul"},{"type":"Karui Maul","text":"Karui Maul"},{"type":"Colossus Mallet","text":"Colossus Mallet"},{"type":"Piledriver","text":"Piledriver"},{"type":"Meatgrinder","text":"Meatgrinder"},{"type":"Imperial Maul","text":"Imperial Maul"},{"type":"Terror Maul","text":"Terror Maul"},{"type":"Tribal Maul","text":"Tribal Maul"},{"type":"Mallet","text":"Mallet"},{"type":"Sledgehammer","text":"Sledgehammer"},{"type":"Jagged Maul","text":"Jagged Maul"},{"type":"Brass Maul","text":"Brass Maul"},{"type":"Fright Maul","text":"Fright Maul"},{"type":"Totemic Maul","text":"Totemic Maul"},{"type":"Great Mallet","text":"Great Mallet"},{"type":"Blunt Force Condenser","text":"Blunt Force Condenser"},{"type":"Crushing Force Magnifier","text":"Crushing Force Magnifier"},{"type":"Impact Force Propagator","text":"Impact Force Propagator"},{"type":"Morning Star","text":"Morning Star"},{"type":"Solar Maul","text":"Solar Maul"},{"type":"Coronal Maul","text":"Coronal Maul"},{"type":"Corroded Blade","text":"Corroded Blade"},{"type":"Highland Blade","text":"Highland Blade"},{"type":"Engraved Greatsword","text":"Engraved Greatsword"},{"type":"Tiger Sword","text":"Tiger Sword"},{"type":"Wraith Sword","text":"Wraith Sword"},{"type":"Headman\'s Sword","text":"Headman\'s Sword"},{"type":"Reaver Sword","text":"Reaver Sword"},{"type":"Ezomyte Blade","text":"Ezomyte Blade"},{"type":"Vaal Greatsword","text":"Vaal Greatsword"},{"type":"Lion Sword","text":"Lion Sword"},{"type":"Infernal Sword","text":"Infernal Sword"},{"type":"Longsword","text":"Longsword"},{"type":"Bastard Sword","text":"Bastard Sword"},{"type":"Two-Handed Sword","text":"Two-Handed Sword"},{"type":"Etched Greatsword","text":"Etched Greatsword"},{"type":"Ornate Sword","text":"Ornate Sword"},{"type":"Spectral Sword","text":"Spectral Sword"},{"type":"Butcher Sword","text":"Butcher Sword"},{"type":"Footman Sword","text":"Footman Sword"},{"type":"Rebuking Blade","text":"Rebuking Blade"},{"type":"Blasting Blade","text":"Blasting Blade"},{"type":"Banishing Blade","text":"Banishing Blade"},{"type":"Curved Blade","text":"Curved Blade"},{"type":"Lithe Blade","text":"Lithe Blade"},{"type":"Exquisite Blade","text":"Exquisite Blade"}]},{"id":"leaguestones","label":"Leaguestones","entries":[{"type":"Ambush Leaguestone","text":"Ambush Leaguestone"},{"type":"Anarchy Leaguestone","text":"Anarchy Leaguestone"},{"type":"Beyond Leaguestone","text":"Beyond Leaguestone"},{"type":"Bloodlines Leaguestone","text":"Bloodlines Leaguestone"},{"type":"Breach Leaguestone","text":"Breach Leaguestone"},{"type":"Domination Leaguestone","text":"Domination Leaguestone"},{"type":"Essence Leaguestone","text":"Essence Leaguestone"},{"type":"Invasion Leaguestone","text":"Invasion Leaguestone"},{"type":"Nemesis Leaguestone","text":"Nemesis Leaguestone"},{"type":"Onslaught Leaguestone","text":"Onslaught Leaguestone"},{"type":"Perandus Leaguestone","text":"Perandus Leaguestone"},{"type":"Prophecy Leaguestone","text":"Prophecy Leaguestone"},{"type":"Rampage Leaguestone","text":"Rampage Leaguestone"},{"type":"Talisman Leaguestone","text":"Talisman Leaguestone"},{"type":"Tempest Leaguestone","text":"Tempest Leaguestone"},{"type":"Torment Leaguestone","text":"Torment Leaguestone"},{"type":"Warbands Leaguestone","text":"Warbands Leaguestone"}]},{"id":"monsters","label":"Itemised Monsters","entries":[{"type":"Marrowcrush","text":"Marrowcrush"},{"type":"The Great White Beast","text":"The Great White Beast"},{"type":"The Great White Bones","text":"The Great White Bones"},{"type":"Cave Beast","text":"Cave Beast"},{"type":"Shaggy Monstrosity","text":"Shaggy Monstrosity"},{"type":"Bone Cruncher","text":"Bone Cruncher"},{"type":"Hairy Bonecruncher","text":"Hairy Bonecruncher"},{"type":"Thicket Hulk","text":"Thicket Hulk"},{"type":"Enraptured Beast","text":"Enraptured Beast"},{"type":"Skeletal Beast","text":"Skeletal Beast"},{"type":"Corrupted Beast","text":"Corrupted Beast"},{"type":"Tyrannursus Maximus","text":"Tyrannursus Maximus"},{"type":"Forest Beast","text":"Forest Beast"},{"type":"Primal Beast","text":"Primal Beast"},{"type":"Armour Cruncher","text":"Armour Cruncher"},{"type":"Infected Beast","text":"Infected Beast"},{"type":"Risen Infested Beast","text":"Risen Infested Beast"},{"type":"Junglemare","text":"Junglemare"},{"type":"Mutated Chieftain","text":"Mutated Chieftain"},{"type":"Crazed Chieftain","text":"Crazed Chieftain"},{"type":"Blood Chieftain","text":"Blood Chieftain"},{"type":"Carnage Chieftain","text":"Carnage Chieftain"},{"type":"Stygian Silverback","text":"Stygian Silverback"},{"type":"Aboriginal Chieftain","text":"Aboriginal Chieftain"},{"type":"Host Chieftain","text":"Host Chieftain"},{"type":"Hollowskull, the Willing Host","text":"Hollowskull, the Willing Host"},{"type":"Simi, the Nature Touched","text":"Simi, the Nature Touched"},{"type":"Sulphurspawn","text":"Sulphurspawn"},{"type":"Fighting Bull","text":"Fighting Bull"},{"type":"Boulderback","text":"Boulderback"},{"type":"Avalanche Rider","text":"Avalanche Rider"},{"type":"Grazing Taurus","text":"Grazing Taurus"},{"type":"Rooster Fiend","text":"Rooster Fiend"},{"type":"Rooster Demon","text":"Rooster Demon"},{"type":"Eyepecker","text":"Eyepecker"},{"type":"Talon Archer","text":"Talon Archer"},{"type":"Feral Fowl","text":"Feral Fowl"},{"type":"Bleached Crawler","text":"Bleached Crawler"},{"type":"Savage Crab","text":"Savage Crab"},{"type":"Enraptured Crab","text":"Enraptured Crab"},{"type":"Infested Crab","text":"Infested Crab"},{"type":"Infested Crawler","text":"Infested Crawler"},{"type":"Infected Ambusher","text":"Infected Ambusher"},{"type":"Mutated Ursa","text":"Mutated Ursa"},{"type":"Plummeting Ursa","text":"Plummeting Ursa"},{"type":"Tunnelfiend","text":"Tunnelfiend"},{"type":"Infested Tunnelfiend","text":"Infested Tunnelfiend"},{"type":"Woods Ursa","text":"Woods Ursa"},{"type":"Infested Ursa","text":"Infested Ursa"},{"type":"Q\'uru","text":"Q\'uru"},{"type":"Rabid Maw","text":"Rabid Maw"},{"type":"Mutated Maw","text":"Mutated Maw"},{"type":"Fetid Maw","text":"Fetid Maw"},{"type":"Filth Maw","text":"Filth Maw"},{"type":"Spinesnap","text":"Spinesnap"},{"type":"Infested Maw","text":"Infested Maw"},{"type":"Bestial Maw","text":"Bestial Maw"},{"type":"Blue Frog","text":"Blue Frog"},{"type":"Common Frog","text":"Common Frog"},{"type":"Strange Frog","text":"Strange Frog"},{"type":"Mutated Croaker","text":"Mutated Croaker"},{"type":"Putrid Chimeral","text":"Putrid Chimeral"},{"type":"Twisted Chimeral","text":"Twisted Chimeral"},{"type":"Chimeric Croaker","text":"Chimeric Croaker"},{"type":"Vaulting Croaker","text":"Vaulting Croaker"},{"type":"Genesis Paradisae","text":"Genesis Paradisae"},{"type":"Chrome-infused Croaker","text":"Chrome-infused Croaker"},{"type":"Chrome-touched Croaker","text":"Chrome-touched Croaker"},{"type":"Plumed Chimeral","text":"Plumed Chimeral"},{"type":"Feral Chimeral","text":"Feral Chimeral"},{"type":"Paradisae Venenum","text":"Paradisae Venenum"},{"type":"Alpha Paradisae","text":"Alpha Paradisae"},{"type":"The Basilisk","text":"The Basilisk"},{"type":"Chrome-infused Chimeral","text":"Chrome-infused Chimeral"},{"type":"Chrome-touched Chimeral","text":"Chrome-touched Chimeral"},{"type":"Wild Chimeral","text":"Wild Chimeral"},{"type":"Konu, Maker of Wind","text":"Konu, Maker of Wind"},{"type":"Goatman","text":"Goatman"},{"type":"Goatman Stomper","text":"Goatman Stomper"},{"type":"The Faun","text":"The Faun"},{"type":"Elder-Blessed Goatman","text":"Elder-Blessed Goatman"},{"type":"Bearded Devil","text":"Bearded Devil"},{"type":"Guardian of the Mound","text":"Guardian of the Mound"},{"type":"Ungulath","text":"Ungulath"},{"type":"Sheaq, Maker of Floods","text":"Sheaq, Maker of Floods"},{"type":"Goatman Shaman","text":"Goatman Shaman"},{"type":"Goatman Fire-raiser","text":"Goatman Fire-raiser"},{"type":"Bearded Shaman","text":"Bearded Shaman"},{"type":"Bearded Skycaller","text":"Bearded Skycaller"},{"type":"Colossus Crusher","text":"Colossus Crusher"},{"type":"Alpine Devil","text":"Alpine Devil"},{"type":"Hill Devil","text":"Hill Devil"},{"type":"Alpine Shaman","text":"Alpine Shaman"},{"type":"Flame Hellion","text":"Flame Hellion"},{"type":"Ruins Hellion","text":"Ruins Hellion"},{"type":"The Burning Menace","text":"The Burning Menace"},{"type":"Shackled Hellion","text":"Shackled Hellion"},{"type":"Mountain Hellion","text":"Mountain Hellion"},{"type":"Mountain Hellion Alpha","text":"Mountain Hellion Alpha"},{"type":"Enslaved Hellion","text":"Enslaved Hellion"},{"type":"Dune Hellion","text":"Dune Hellion"},{"type":"Elder-Blessed Hellion","text":"Elder-Blessed Hellion"},{"type":"Bladetooth","text":"Bladetooth"},{"type":"Fury Hound","text":"Fury Hound"},{"type":"War Hound","text":"War Hound"},{"type":"Raihara, Tukohama\'s Loyal","text":"Raihara, Tukohama\'s Loyal"},{"type":"Carrion Minion","text":"Carrion Minion"},{"type":"Carrion Swarmer","text":"Carrion Swarmer"},{"type":"Carrion Burrower","text":"Carrion Burrower"},{"type":"Scum Crawler","text":"Scum Crawler"},{"type":"Nightmarish Crawler","text":"Nightmarish Crawler"},{"type":"Mother of the Swarm","text":"Mother of the Swarm"},{"type":"The Sunburst Queen","text":"The Sunburst Queen"},{"type":"Rabid Broodqueen","text":"Rabid Broodqueen"},{"type":"Mutated Broodqueen","text":"Mutated Broodqueen"},{"type":"Rabid Minion","text":"Rabid Minion"},{"type":"Carrion Queen","text":"Carrion Queen"},{"type":"Nightmarish Carrion","text":"Nightmarish Carrion"},{"type":"Avian Retch","text":"Avian Retch"},{"type":"Inti of the Blood Moon","text":"Inti of the Blood Moon"},{"type":"Gluttonous Gull","text":"Gluttonous Gull"},{"type":"Elder-Blessed Retch","text":"Elder-Blessed Retch"},{"type":"Saqawine Rhex","text":"Saqawine Rhex"},{"type":"Farric Gargantuan","text":"Farric Gargantuan"},{"type":"Farric Taurus","text":"Farric Taurus"},{"type":"Farric Chieftain","text":"Farric Chieftain"},{"type":"Farric Goliath","text":"Farric Goliath"},{"type":"Fenumal Scorpion","text":"Fenumal Scorpion"},{"type":"Craicic Savage Crab","text":"Craicic Savage Crab"},{"type":"Craicic Spider Crab","text":"Craicic Spider Crab"},{"type":"Farric Ursa","text":"Farric Ursa"},{"type":"Craicic Maw","text":"Craicic Maw"},{"type":"Craicic Chimeral","text":"Craicic Chimeral"},{"type":"Farric Goatman","text":"Farric Goatman"},{"type":"Farric Flame Hellion Alpha","text":"Farric Flame Hellion Alpha"},{"type":"Farric Frost Hellion Alpha","text":"Farric Frost Hellion Alpha"},{"type":"Farric Magma Hound","text":"Farric Magma Hound"},{"type":"Saqawine Chimeral","text":"Saqawine Chimeral"},{"type":"Fenumal Queen","text":"Fenumal Queen"},{"type":"Saqawine Retch","text":"Saqawine Retch"},{"type":"Farric Lynx Alpha","text":"Farric Lynx Alpha"},{"type":"Saqawal, First of the Sky","text":"Saqawal, First of the Sky"},{"type":"Farric Ape","text":"Farric Ape"},{"type":"Craiceann, First of the Deep","text":"Craiceann, First of the Deep"},{"type":"Craicic Vassal","text":"Craicic Vassal"},{"type":"Farric Pit Hound","text":"Farric Pit Hound"},{"type":"Saqawine Rhoa","text":"Saqawine Rhoa"},{"type":"Fenumal Devourer","text":"Fenumal Devourer"},{"type":"Fenumal Scrabbler","text":"Fenumal Scrabbler"},{"type":"Craicic Sand Spitter","text":"Craicic Sand Spitter"},{"type":"Craicic Squid","text":"Craicic Squid"},{"type":"Craicic Shield Crab","text":"Craicic Shield Crab"},{"type":"Saqawine Cobra","text":"Saqawine Cobra"},{"type":"Saqawine Blood Viper","text":"Saqawine Blood Viper"},{"type":"Fenumal Widow","text":"Fenumal Widow"},{"type":"Fenumal Plagued Arachnid","text":"Fenumal Plagued Arachnid"},{"type":"Fenumal Hybrid Arachnid","text":"Fenumal Hybrid Arachnid"},{"type":"Fenumus, First of the Night","text":"Fenumus, First of the Night"},{"type":"Craicic Watcher","text":"Craicic Watcher"},{"type":"Farric Tiger Alpha","text":"Farric Tiger Alpha"},{"type":"Farrul, First of the Plains","text":"Farrul, First of the Plains"},{"type":"Saqawine Vulture","text":"Saqawine Vulture"},{"type":"Farric Wolf Alpha","text":"Farric Wolf Alpha"},{"type":"Primal Cystcaller","text":"Primal Cystcaller"},{"type":"Primal Crushclaw","text":"Primal Crushclaw"},{"type":"Primal Rhex Matriarch","text":"Primal Rhex Matriarch"},{"type":"Vivid Abberarach","text":"Vivid Abberarach"},{"type":"Vivid Watcher","text":"Vivid Watcher"},{"type":"Vivid Vulture","text":"Vivid Vulture"},{"type":"Wild Bristle Matron","text":"Wild Bristle Matron"},{"type":"Wild Brambleback","text":"Wild Brambleback"},{"type":"Wild Hellion Alpha","text":"Wild Hellion Alpha"},{"type":"Mutated Flamebeast","text":"Mutated Flamebeast"},{"type":"Crazed Flamebeast","text":"Crazed Flamebeast"},{"type":"Dire Wolf","text":"Dire Wolf"},{"type":"Arctic Wolf","text":"Arctic Wolf"},{"type":"Snow Wolf","text":"Snow Wolf"},{"type":"Freezing Wolf","text":"Freezing Wolf"},{"type":"Mountain Lynx","text":"Mountain Lynx"},{"type":"Escaped Rhex","text":"Escaped Rhex"},{"type":"Wild Rhex","text":"Wild Rhex"},{"type":"Adolescent Rhex","text":"Adolescent Rhex"},{"type":"Maternal Rhex","text":"Maternal Rhex"},{"type":"Spirit of Aidan","text":"Spirit of Aidan"},{"type":"Spirit of Nadia","text":"Spirit of Nadia"},{"type":"Blood Ape","text":"Blood Ape"},{"type":"Dread Primate","text":"Dread Primate"},{"type":"Infested Ape","text":"Infested Ape"},{"type":"Stygian Ape","text":"Stygian Ape"},{"type":"Aidan the Frenzied","text":"Aidan the Frenzied"},{"type":"Blood Stasis ","text":"Blood Stasis "},{"type":"Blood Morpher","text":"Blood Morpher"},{"type":"Nadia the Soothing","text":"Nadia the Soothing"},{"type":"Carnage Ape","text":"Carnage Ape"},{"type":"Barrow Ape","text":"Barrow Ape"},{"type":"Primitive Ape","text":"Primitive Ape"},{"type":"Echo of the Verdant","text":"Echo of the Verdant"},{"type":"Brinecrack","text":"Brinecrack"},{"type":"Waste Lurcher","text":"Waste Lurcher"},{"type":"Parasite","text":"Parasite"},{"type":"Ravenous Parasite","text":"Ravenous Parasite"},{"type":"Vicious Parasite","text":"Vicious Parasite"},{"type":"The Encephalophage","text":"The Encephalophage"},{"type":"Plated Parasite","text":"Plated Parasite"},{"type":"Spitting Parasite","text":"Spitting Parasite"},{"type":"Poisonous Parasite","text":"Poisonous Parasite"},{"type":"Brine Vassal","text":"Brine Vassal"},{"type":"Swarthy Mollusc","text":"Swarthy Mollusc"},{"type":"Pitbull Demon","text":"Pitbull Demon"},{"type":"Vicious Hound","text":"Vicious Hound"},{"type":"Steelchaw","text":"Steelchaw"},{"type":"Purge Hound","text":"Purge Hound"},{"type":"Lola, the Fierce","text":"Lola, the Fierce"},{"type":"Rocco, the Bloodthirsty","text":"Rocco, the Bloodthirsty"},{"type":"Infected Rhoa","text":"Infected Rhoa"},{"type":"Rabid Rhoa","text":"Rabid Rhoa"},{"type":"Mutated Rhoa","text":"Mutated Rhoa"},{"type":"Ventarus","text":"Ventarus"},{"type":"Rhoa Mare","text":"Rhoa Mare"},{"type":"Albino Rhoa","text":"Albino Rhoa"},{"type":"Tercel Rhoa","text":"Tercel Rhoa"},{"type":"Murk Runner","text":"Murk Runner"},{"type":"Oozeback Bloom","text":"Oozeback Bloom"},{"type":"The Cadaver Bull","text":"The Cadaver Bull"},{"type":"Infested Rhoa","text":"Infested Rhoa"},{"type":"Bone Rhoa","text":"Bone Rhoa"},{"type":"Corrupted Rhoa","text":"Corrupted Rhoa"},{"type":"Bone Scavenger","text":"Bone Scavenger"},{"type":"Elder-Blessed Rhoa","text":"Elder-Blessed Rhoa"},{"type":"Zombie Rhoa","text":"Zombie Rhoa"},{"type":"Ghostram","text":"Ghostram"},{"type":"Primordial Rhoa","text":"Primordial Rhoa"},{"type":"Mystic Devourer","text":"Mystic Devourer"},{"type":"Devourer","text":"Devourer"},{"type":"Tunnelworm","text":"Tunnelworm"},{"type":"Kamaq, Soilmaker","text":"Kamaq, Soilmaker"},{"type":"The Conqueror Wurm","text":"The Conqueror Wurm"},{"type":"Ancient Devourer","text":"Ancient Devourer"},{"type":"Dust Scrabbler","text":"Dust Scrabbler"},{"type":"Dirt Scrabbler","text":"Dirt Scrabbler"},{"type":"Infested Skitterer","text":"Infested Skitterer"},{"type":"Lowlands Hopper","text":"Lowlands Hopper"},{"type":"Sand Skitterer","text":"Sand Skitterer"},{"type":"Sand Leaper","text":"Sand Leaper"},{"type":"Quetzerxi","text":"Quetzerxi"},{"type":"Mother of the Hive","text":"Mother of the Hive"},{"type":"Gravel Eater","text":"Gravel Eater"},{"type":"Scrabbling Spitter","text":"Scrabbling Spitter"},{"type":"Rock Spitter","text":"Rock Spitter"},{"type":"Crustacean Sniper","text":"Crustacean Sniper"},{"type":"Crustacean Pelter","text":"Crustacean Pelter"},{"type":"The Dweller of the Deep","text":"The Dweller of the Deep"},{"type":"Granite Eater","text":"Granite Eater"},{"type":"Obsidian Eater","text":"Obsidian Eater"},{"type":"Infested Sniper","text":"Infested Sniper"},{"type":"Toxic Crawler","text":"Toxic Crawler"},{"type":"Sewage Crawler","text":"Sewage Crawler"},{"type":"Fossil Eater","text":"Fossil Eater"},{"type":"Black Scorpion","text":"Black Scorpion"},{"type":"Predatory Scorpion","text":"Predatory Scorpion"},{"type":"Tamipin","text":"Tamipin"},{"type":"Sulphuric Scorpion","text":"Sulphuric Scorpion"},{"type":"Sand Scorpion","text":"Sand Scorpion"},{"type":"Tamulus","text":"Tamulus"},{"type":"Fated Siren","text":"Fated Siren"},{"type":"Merveil\'s Favoured","text":"Merveil\'s Favoured"},{"type":"Ambrosia, Daughter of Merveil","text":"Ambrosia, Daughter of Merveil"},{"type":"The Duchess","text":"The Duchess"},{"type":"Rima, Deep Temptress","text":"Rima, Deep Temptress"},{"type":"Amarissa, Daughter of Merveil","text":"Amarissa, Daughter of Merveil"},{"type":"Brood Princess","text":"Brood Princess"},{"type":"Merveil\'s Blessed","text":"Merveil\'s Blessed"},{"type":"Singing Siren","text":"Singing Siren"},{"type":"Merveil\'s Daughter","text":"Merveil\'s Daughter"},{"type":"Merveil\'s Attendant","text":"Merveil\'s Attendant"},{"type":"Merveil\'s Chosen","text":"Merveil\'s Chosen"},{"type":"Merveil\'s Retainer","text":"Merveil\'s Retainer"},{"type":"Fused Crawler","text":"Fused Crawler"},{"type":"Mutated Winterclaw","text":"Mutated Winterclaw"},{"type":"Scrabbling Menace","text":"Scrabbling Menace"},{"type":"Cave Crustacean","text":"Cave Crustacean"},{"type":"Invading Crustacean","text":"Invading Crustacean"},{"type":"Shield Crab","text":"Shield Crab"},{"type":"Bleached Crustacean","text":"Bleached Crustacean"},{"type":"Shivershell","text":"Shivershell"},{"type":"Deep Crustacean","text":"Deep Crustacean"},{"type":"Infested Crustacean","text":"Infested Crustacean"},{"type":"Mutated Adder","text":"Mutated Adder"},{"type":"Infected Adder","text":"Infected Adder"},{"type":"Putrid Serpent","text":"Putrid Serpent"},{"type":"Acid Slitherer","text":"Acid Slitherer"},{"type":"Night Adder","text":"Night Adder"},{"type":"Host Adder","text":"Host Adder"},{"type":"Bramble Cobra","text":"Bramble Cobra"},{"type":"Host Cobra","text":"Host Cobra"},{"type":"Elder-Blessed Cobra","text":"Elder-Blessed Cobra"},{"type":"Spine Serpent","text":"Spine Serpent"},{"type":"Infested Serpent","text":"Infested Serpent"},{"type":"Thornrunner","text":"Thornrunner"},{"type":"Maze Slitherer","text":"Maze Slitherer"},{"type":"Barb Serpent","text":"Barb Serpent"},{"type":"Sand Serpent","text":"Sand Serpent"},{"type":"Glade Mamba","text":"Glade Mamba"},{"type":"Foreseen Spawn","text":"Foreseen Spawn"},{"type":"Cursed Spawn","text":"Cursed Spawn"},{"type":"Fathom Screamer","text":"Fathom Screamer"},{"type":"Siren\'s Spawn","text":"Siren\'s Spawn"},{"type":"Slimy Bloodsucker","text":"Slimy Bloodsucker"},{"type":"Unstable Larva","text":"Unstable Larva"},{"type":"Slimy Nemesis","text":"Slimy Nemesis"},{"type":"Venomous Spawn","text":"Venomous Spawn"},{"type":"Plagued Arachnid","text":"Plagued Arachnid"},{"type":"Diseased Arachnid","text":"Diseased Arachnid"},{"type":"Maligaro\'s Muse","text":"Maligaro\'s Muse"},{"type":"Hybrid Arachnid","text":"Hybrid Arachnid"},{"type":"Scalding Arachnid","text":"Scalding Arachnid"},{"type":"Mutated Arachnid","text":"Mutated Arachnid"},{"type":"Putrid Weaver","text":"Putrid Weaver"},{"type":"Sickly Spinner","text":"Sickly Spinner"},{"type":"Pewterfang","text":"Pewterfang"},{"type":"Cintiq, the Inescapable","text":"Cintiq, the Inescapable"},{"type":"Black Death","text":"Black Death"},{"type":"The Weaver","text":"The Weaver"},{"type":"Balah, Duke","text":"Balah, Duke"},{"type":"Lurking Venom","text":"Lurking Venom"},{"type":"Brooding Tarantula","text":"Brooding Tarantula"},{"type":"Buried Tarantula","text":"Buried Tarantula"},{"type":"Maligaro\'s Inspiration","text":"Maligaro\'s Inspiration"},{"type":"Enraptured Arachnid","text":"Enraptured Arachnid"},{"type":"Virulent Spider","text":"Virulent Spider"},{"type":"Ink Spinner","text":"Ink Spinner"},{"type":"Maze Webspinner","text":"Maze Webspinner"},{"type":"Maze Hatchling","text":"Maze Hatchling"},{"type":"Corrupted Spitter","text":"Corrupted Spitter"},{"type":"Corrupted Arach","text":"Corrupted Arach"},{"type":"Crypt Weaver","text":"Crypt Weaver"},{"type":"Mutant Arach","text":"Mutant Arach"},{"type":"Crypt Ambusher","text":"Crypt Ambusher"},{"type":"Cave Skitterer","text":"Cave Skitterer"},{"type":"Spindle Spider","text":"Spindle Spider"},{"type":"Hatchling","text":"Hatchling"},{"type":"Vaal Recluse","text":"Vaal Recluse"},{"type":"Arakaali\'s Daughter","text":"Arakaali\'s Daughter"},{"type":"Leaping Spider","text":"Leaping Spider"},{"type":"Noxious Tarantula","text":"Noxious Tarantula"},{"type":"Deadly Tarantula","text":"Deadly Tarantula"},{"type":"Webbed Spider","text":"Webbed Spider"},{"type":"Infected Spiker","text":"Infected Spiker"},{"type":"Porcupine Goliath","text":"Porcupine Goliath"},{"type":"Thistlesage","text":"Thistlesage"},{"type":"Chrome-infused Goliath","text":"Chrome-infused Goliath"},{"type":"Chrome-touched Goliath","text":"Chrome-touched Goliath"},{"type":"Maze Needleback","text":"Maze Needleback"},{"type":"Bladeback Guardian","text":"Bladeback Guardian"},{"type":"Infected Watcher","text":"Infected Watcher"},{"type":"Mutated Watcher","text":"Mutated Watcher"},{"type":"Soulless Watcher","text":"Soulless Watcher"},{"type":"Drifting Eye","text":"Drifting Eye"},{"type":"Cavern Drifter","text":"Cavern Drifter"},{"type":"Sewer Drifter","text":"Sewer Drifter"},{"type":"Strangledrift","text":"Strangledrift"},{"type":"The All-seeing Eye","text":"The All-seeing Eye"},{"type":"Mindless Scavenger","text":"Mindless Scavenger"},{"type":"Scavenging Vulture","text":"Scavenging Vulture"},{"type":"Rotting Vulture","text":"Rotting Vulture"},{"type":"Infested Vulture","text":"Infested Vulture"},{"type":"The Hundred Foot Shadow","text":"The Hundred Foot Shadow"},{"type":"Mutewind Lynx","text":"Mutewind Lynx"}]},{"id":"heistequipment","label":"Heist Equipment","entries":[{"type":"Eelskin Sole","text":"Eelskin Sole"},{"type":"Foxhide Sole","text":"Foxhide Sole"},{"type":"Winged Sole","text":"Winged Sole"},{"type":"Silkweave Sole","text":"Silkweave Sole"},{"type":"Silver Brooch","text":"Silver Brooch"},{"type":"Golden Brooch","text":"Golden Brooch"},{"type":"Enamel Brooch","text":"Enamel Brooch"},{"type":"Foliate Brooch","text":"Foliate Brooch"},{"type":"Leather Bracers","text":"Leather Bracers"},{"type":"Studded Bracers","text":"Studded Bracers"},{"type":"Runed Bracers","text":"Runed Bracers"},{"type":"Steel Bracers","text":"Steel Bracers"},{"type":"Focal Stone","text":"Focal Stone"},{"type":"Conduit Line","text":"Conduit Line"},{"type":"Aggregator Charm","text":"Aggregator Charm"},{"type":"Burst Band","text":"Burst Band"},{"type":"Torn Cloak","text":"Torn Cloak"},{"type":"Tattered Cloak","text":"Tattered Cloak"},{"type":"Hooded Cloak","text":"Hooded Cloak"},{"type":"Whisper-woven Cloak","text":"Whisper-woven Cloak"},{"type":"Crude Ward","text":"Crude Ward"},{"type":"Lustrous Ward","text":"Lustrous Ward"},{"type":"Shining Ward","text":"Shining Ward"},{"type":"Thaumaturgical Ward","text":"Thaumaturgical Ward"},{"type":"Basic Disguise Kit","text":"Basic Disguise Kit"},{"type":"Theatre Disguise Kit","text":"Theatre Disguise Kit"},{"type":"Espionage Disguise Kit","text":"Espionage Disguise Kit"},{"type":"Regicide Disguise Kit","text":"Regicide Disguise Kit"},{"type":"Voltaxic Flashpowder","text":"Voltaxic Flashpowder"},{"type":"Trarthan Flashpowder","text":"Trarthan Flashpowder"},{"type":"Azurite Flashpowder","text":"Azurite Flashpowder"},{"type":"Thaumetic Flashpowder","text":"Thaumetic Flashpowder"},{"type":"Steel Drill","text":"Steel Drill"},{"type":"Flanged Drill","text":"Flanged Drill"},{"type":"Sulphur Blowtorch","text":"Sulphur Blowtorch"},{"type":"Thaumetic Blowtorch","text":"Thaumetic Blowtorch"},{"type":"Simple Lockpick","text":"Simple Lockpick"},{"type":"Standard Lockpick","text":"Standard Lockpick"},{"type":"Fine Lockpick","text":"Fine Lockpick"},{"type":"Master Lockpick","text":"Master Lockpick"},{"type":"Rough Sharpening Stone","text":"Rough Sharpening Stone"},{"type":"Standard Sharpening Stone","text":"Standard Sharpening Stone"},{"type":"Fine Sharpening Stone","text":"Fine Sharpening Stone"},{"type":"Obsidian Sharpening Stone","text":"Obsidian Sharpening Stone"},{"type":"Crude Sensing Charm","text":"Crude Sensing Charm"},{"type":"Fine Sensing Charm","text":"Fine Sensing Charm"},{"type":"Polished Sensing Charm","text":"Polished Sensing Charm"},{"type":"Thaumaturgical Sensing Charm","text":"Thaumaturgical Sensing Charm"},{"type":"Flanged Arrowhead","text":"Flanged Arrowhead"},{"type":"Fragmenting Arrowhead","text":"Fragmenting Arrowhead"},{"type":"Hollowpoint Arrowhead","text":"Hollowpoint Arrowhead"},{"type":"Precise Arrowhead","text":"Precise Arrowhead"},{"type":"Essential Keyring","text":"Essential Keyring"},{"type":"Versatile Keyring","text":"Versatile Keyring"},{"type":"Skeleton Keyring","text":"Skeleton Keyring"},{"type":"Grandmaster Keyring","text":"Grandmaster Keyring"}]},{"id":"heistmission","label":"Heist Mission","entries":[{"name":"Contract: Breaking the Unbreakable","type":"Preventative Contract","text":"Contract: Breaking the Unbreakable Preventative Contract","flags":{"unique":true}},{"name":"Contract: Death to Darnaw","type":"Naval Contract","text":"Contract: Death to Darnaw Naval Contract","flags":{"unique":true}},{"name":"Contract: Heart of Glory","type":"Familial Contract","text":"Contract: Heart of Glory Familial Contract","flags":{"unique":true}},{"name":"Contract: The Slaver King","type":"Vigilante Contract","text":"Contract: The Slaver King Vigilante Contract","flags":{"unique":true}},{"name":"Contract: The Twins","type":"Vengeful Contract","text":"Contract: The Twins Vengeful Contract","flags":{"unique":true}},{"type":"Blueprint: Bunker","text":"Blueprint: Bunker"},{"type":"Blueprint: Records Office","text":"Blueprint: Records Office"},{"type":"Blueprint: Laboratory","text":"Blueprint: Laboratory"},{"type":"Blueprint: Prohibited Library","text":"Blueprint: Prohibited Library"},{"type":"Blueprint: Mansion","text":"Blueprint: Mansion"},{"type":"Blueprint: Smuggler\'s Den","text":"Blueprint: Smuggler\'s Den"},{"type":"Blueprint: Repository","text":"Blueprint: Repository"},{"type":"Blueprint: Tunnels","text":"Blueprint: Tunnels"},{"type":"Blueprint: Underbelly","text":"Blueprint: Underbelly"},{"type":"Contract: Bunker","text":"Contract: Bunker"},{"type":"Contract: Records Office","text":"Contract: Records Office"},{"type":"Contract: Laboratory","text":"Contract: Laboratory"},{"type":"Contract: Prohibited Library","text":"Contract: Prohibited Library"},{"type":"Contract: Mansion","text":"Contract: Mansion"},{"type":"Contract: Smuggler\'s Den","text":"Contract: Smuggler\'s Den"},{"type":"Contract: Repository","text":"Contract: Repository"},{"type":"Contract: Tunnels","text":"Contract: Tunnels"},{"type":"Contract: Underbelly","text":"Contract: Underbelly"},{"type":"Familial Contract","text":"Familial Contract"},{"type":"Naval Contract","text":"Naval Contract"},{"type":"Preventative Contract","text":"Preventative Contract"},{"type":"Vengeful Contract","text":"Vengeful Contract"},{"type":"Vigilante Contract","text":"Vigilante Contract"}]},{"id":"logbook","label":"Expedition Logbooks","entries":[{"type":"Expedition Logbook","text":"Expedition Logbook"}]},{"id":"sanctum","label":"Sanctum Research","entries":[{"name":"The Blood of Innocence","type":"Censer Relic","text":"The Blood of Innocence Censer Relic","flags":{"unique":true}},{"name":"The Broken Censer","type":"Tome Relic","text":"The Broken Censer Tome Relic","flags":{"unique":true}},{"name":"The Chains of Castigation","type":"Processional Relic","text":"The Chains of Castigation Processional Relic","flags":{"unique":true}},{"name":"The First Crest","type":"Coffer Relic","text":"The First Crest Coffer Relic","flags":{"unique":true}},{"name":"The Gilded Chalice","type":"Processional Relic","text":"The Gilded Chalice Processional Relic","flags":{"unique":true}},{"name":"The Hour of Divinity","type":"Censer Relic","text":"The Hour of Divinity Censer Relic","flags":{"unique":true}},{"name":"The Night Lamp","type":"Urn Relic","text":"The Night Lamp Urn Relic","flags":{"unique":true}},{"name":"The Original Scripture","type":"Papyrus Relic","text":"The Original Scripture Papyrus Relic","flags":{"unique":true}},{"name":"The Power and the Promise","type":"Tome Relic","text":"The Power and the Promise Tome Relic","flags":{"unique":true}},{"name":"The Second Sacrament","type":"Candlestick Relic","text":"The Second Sacrament Candlestick Relic","flags":{"unique":true}},{"type":"Censer Relic","text":"Censer Relic"},{"type":"Processional Relic","text":"Processional Relic"},{"type":"Candlestick Relic","text":"Candlestick Relic"},{"type":"Urn Relic","text":"Urn Relic"},{"type":"Coffer Relic","text":"Coffer Relic"},{"type":"Tome Relic","text":"Tome Relic"},{"type":"Papyrus Relic","text":"Papyrus Relic"},{"type":"Sanctum Vaults Research","text":"Sanctum Vaults Research"},{"type":"Sanctum Cathedral Research","text":"Sanctum Cathedral Research"},{"type":"Sanctum Necropolis Research","text":"Sanctum Necropolis Research"},{"type":"Forbidden Tome","text":"Forbidden Tome"}]},{"id":"sentinel","label":"Sentinels","entries":[{"name":"Escalation","type":"Brimstone Stalker Sentinel","text":"Escalation Brimstone Stalker Sentinel","flags":{"unique":true}},{"name":"Insomnia","type":"Cosmic Apex Sentinel","text":"Insomnia Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Ancient Angler","type":"Emberstone Apex Sentinel","text":"The Ancient Angler Emberstone Apex Sentinel","flags":{"unique":true}},{"name":"The Angel of Vengeance","type":"Cosmic Apex Sentinel","text":"The Angel of Vengeance Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Arbiter","type":"Brimstone Pandemonium Sentinel","text":"The Arbiter Brimstone Pandemonium Sentinel","flags":{"unique":true}},{"name":"The Basilisk","type":"Emberstone Pandemonium Sentinel","text":"The Basilisk Emberstone Pandemonium Sentinel","flags":{"unique":true}},{"name":"The Benefactor","type":"Cobalt Stalker Sentinel","text":"The Benefactor Cobalt Stalker Sentinel","flags":{"unique":true}},{"name":"The Depraved","type":"Cosmic Apex Sentinel","text":"The Depraved Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Epiphany","type":"Cosmic Apex Sentinel","text":"The Epiphany Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Hollow-Eyed Skull","type":"Emberstone Stalker Sentinel","text":"The Hollow-Eyed Skull Emberstone Stalker Sentinel","flags":{"unique":true}},{"name":"The Infested","type":"Obsidian Stalker Sentinel","text":"The Infested Obsidian Stalker Sentinel","flags":{"unique":true}},{"name":"The Megalomaniac","type":"Bronze Stalker Sentinel","text":"The Megalomaniac Bronze Stalker Sentinel","flags":{"unique":true}},{"name":"The Narcissist","type":"Cosmic Apex Sentinel","text":"The Narcissist Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Raging Inferno","type":"Cosmic Apex Sentinel","text":"The Raging Inferno Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Torturer","type":"Obsidian Pandemonium Sentinel","text":"The Torturer Obsidian Pandemonium Sentinel","flags":{"unique":true}},{"name":"The Twisted Trinity","type":"Cosmic Apex Sentinel","text":"The Twisted Trinity Cosmic Apex Sentinel","flags":{"unique":true}},{"name":"The Unbridled Tempest","type":"Cosmic Apex Sentinel","text":"The Unbridled Tempest Cosmic Apex Sentinel","flags":{"unique":true}},{"type":"Rusted Stalker Sentinel","text":"Rusted Stalker Sentinel"},{"type":"Bronze Stalker Sentinel","text":"Bronze Stalker Sentinel"},{"type":"Cobalt Stalker Sentinel","text":"Cobalt Stalker Sentinel"},{"type":"Brimstone Stalker Sentinel","text":"Brimstone Stalker Sentinel"},{"type":"Emberstone Stalker Sentinel","text":"Emberstone Stalker Sentinel"},{"type":"Obsidian Stalker Sentinel","text":"Obsidian Stalker Sentinel"},{"type":"Bronze Pandemonium Sentinel","text":"Bronze Pandemonium Sentinel"},{"type":"Cobalt Pandemonium Sentinel","text":"Cobalt Pandemonium Sentinel"},{"type":"Brimstone Pandemonium Sentinel","text":"Brimstone Pandemonium Sentinel"},{"type":"Emberstone Pandemonium Sentinel","text":"Emberstone Pandemonium Sentinel"},{"type":"Obsidian Pandemonium Sentinel","text":"Obsidian Pandemonium Sentinel"},{"type":"Bronze Apex Sentinel","text":"Bronze Apex Sentinel"},{"type":"Cobalt Apex Sentinel","text":"Cobalt Apex Sentinel"},{"type":"Brimstone Apex Sentinel","text":"Brimstone Apex Sentinel"},{"type":"Emberstone Apex Sentinel","text":"Emberstone Apex Sentinel"},{"type":"Obsidian Apex Sentinel","text":"Obsidian Apex Sentinel"},{"type":"Cryptic Stalker Sentinel","text":"Cryptic Stalker Sentinel"},{"type":"Primeval Stalker Sentinel","text":"Primeval Stalker Sentinel"},{"type":"Ancient Stalker Sentinel","text":"Ancient Stalker Sentinel"},{"type":"Cryptic Pandemonium Sentinel","text":"Cryptic Pandemonium Sentinel"},{"type":"Primeval Pandemonium Sentinel","text":"Primeval Pandemonium Sentinel"},{"type":"Ancient Pandemonium Sentinel","text":"Ancient Pandemonium Sentinel"},{"type":"Cryptic Apex Sentinel","text":"Cryptic Apex Sentinel"},{"type":"Primeval Apex Sentinel","text":"Primeval Apex Sentinel"},{"type":"Ancient Apex Sentinel","text":"Ancient Apex Sentinel"},{"type":"Cosmic Apex Sentinel","text":"Cosmic Apex Sentinel"}]},{"id":"memoryline","label":"Atlas Memories","entries":[{"type":"Alva\'s Memory","text":"Alva\'s Memory"},{"type":"Einhar\'s Memory","text":"Einhar\'s Memory"},{"type":"Kirac\'s Memory","text":"Kirac\'s Memory"},{"type":"Niko\'s Memory","text":"Niko\'s Memory"}]},{"id":"azmeri","label":"Azmeri","entries":[{"type":"Lupine Charm","text":"Lupine Charm"},{"type":"Corvine Charm","text":"Corvine Charm"},{"type":"Ursine Charm","text":"Ursine Charm"},{"type":"Perfect Naval Officer","text":"Perfect Naval Officer"},{"type":"Imperfect Naval Officer","text":"Imperfect Naval Officer"},{"type":"Naval Officer","text":"Naval Officer"},{"type":"Perfect Dancing Sword","text":"Perfect Dancing Sword"},{"type":"Imperfect Dancing Sword","text":"Imperfect Dancing Sword"},{"type":"Dancing Sword","text":"Dancing Sword"},{"type":"Perfect Needle Horror","text":"Perfect Needle Horror"},{"type":"Imperfect Needle Horror","text":"Imperfect Needle Horror"},{"type":"Needle Horror","text":"Needle Horror"},{"type":"Perfect Serpent Warrior","text":"Perfect Serpent Warrior"},{"type":"Imperfect Serpent Warrior","text":"Imperfect Serpent Warrior"},{"type":"Serpent Warrior","text":"Serpent Warrior"},{"type":"Perfect Pain Artist","text":"Perfect Pain Artist"},{"type":"Imperfect Pain Artist","text":"Imperfect Pain Artist"},{"type":"Pain Artist","text":"Pain Artist"},{"type":"Perfect Sawblade Horror","text":"Perfect Sawblade Horror"},{"type":"Imperfect Sawblade Horror","text":"Imperfect Sawblade Horror"},{"type":"Sawblade Horror","text":"Sawblade Horror"},{"type":"Perfect Blood Demon","text":"Perfect Blood Demon"},{"type":"Imperfect Blood Demon","text":"Imperfect Blood Demon"},{"type":"Blood Demon","text":"Blood Demon"},{"type":"Perfect Slashing Horror","text":"Perfect Slashing Horror"},{"type":"Imperfect Slashing Horror","text":"Imperfect Slashing Horror"},{"type":"Slashing Horror","text":"Slashing Horror"},{"type":"Perfect Fiery Cannibal","text":"Perfect Fiery Cannibal"},{"type":"Imperfect Fiery Cannibal","text":"Imperfect Fiery Cannibal"},{"type":"Fiery Cannibal","text":"Fiery Cannibal"},{"type":"Perfect Druidic Alchemist","text":"Perfect Druidic Alchemist"},{"type":"Imperfect Druidic Alchemist","text":"Imperfect Druidic Alchemist"},{"type":"Druidic Alchemist","text":"Druidic Alchemist"},{"type":"Perfect Blasphemer","text":"Perfect Blasphemer"},{"type":"Imperfect Blasphemer","text":"Imperfect Blasphemer"},{"type":"Blasphemer","text":"Blasphemer"},{"type":"Perfect Judgemental Spirit","text":"Perfect Judgemental Spirit"},{"type":"Imperfect Judgemental Spirit","text":"Imperfect Judgemental Spirit"},{"type":"Judgemental Spirit","text":"Judgemental Spirit"},{"type":"Perfect Frozen Cannibal","text":"Perfect Frozen Cannibal"},{"type":"Imperfect Frozen Cannibal","text":"Imperfect Frozen Cannibal"},{"type":"Frozen Cannibal","text":"Frozen Cannibal"},{"type":"Perfect Primal Thunderbird","text":"Perfect Primal Thunderbird"},{"type":"Imperfect Primal Thunderbird","text":"Imperfect Primal Thunderbird"},{"type":"Primal Thunderbird","text":"Primal Thunderbird"},{"type":"Perfect Hydra","text":"Perfect Hydra"},{"type":"Imperfect Hydra","text":"Imperfect Hydra"},{"type":"Hydra","text":"Hydra"},{"type":"Perfect Spirit of Fortune","text":"Perfect Spirit of Fortune"},{"type":"Imperfect Spirit of Fortune","text":"Imperfect Spirit of Fortune"},{"type":"Spirit of Fortune","text":"Spirit of Fortune"},{"type":"Perfect Primal Demiurge","text":"Perfect Primal Demiurge"},{"type":"Imperfect Primal Demiurge","text":"Imperfect Primal Demiurge"},{"type":"Primal Demiurge","text":"Primal Demiurge"},{"type":"Perfect Dark Marionette","text":"Perfect Dark Marionette"},{"type":"Imperfect Dark Marionette","text":"Imperfect Dark Marionette"},{"type":"Dark Marionette","text":"Dark Marionette"},{"type":"Perfect Runic Skeleton","text":"Perfect Runic Skeleton"},{"type":"Imperfect Runic Skeleton","text":"Imperfect Runic Skeleton"},{"type":"Runic Skeleton","text":"Runic Skeleton"},{"type":"Perfect Warlord","text":"Perfect Warlord"},{"type":"Imperfect Warlord","text":"Imperfect Warlord"},{"type":"Warlord","text":"Warlord"},{"type":"Perfect Dark Reaper","text":"Perfect Dark Reaper"},{"type":"Imperfect Dark Reaper","text":"Imperfect Dark Reaper"},{"type":"Dark Reaper","text":"Dark Reaper"},{"type":"Perfect Hulking Miscreation","text":"Perfect Hulking Miscreation"},{"type":"Imperfect Hulking Miscreation","text":"Imperfect Hulking Miscreation"},{"type":"Hulking Miscreation","text":"Hulking Miscreation"},{"type":"Perfect Sanguimancer Demon","text":"Perfect Sanguimancer Demon"},{"type":"Imperfect Sanguimancer Demon","text":"Imperfect Sanguimancer Demon"},{"type":"Sanguimancer Demon","text":"Sanguimancer Demon"},{"type":"Perfect Spider Matriarch","text":"Perfect Spider Matriarch"},{"type":"Imperfect Spider Matriarch","text":"Imperfect Spider Matriarch"},{"type":"Spider Matriarch","text":"Spider Matriarch"},{"type":"Perfect Half-remembered Goliath","text":"Perfect Half-remembered Goliath"},{"type":"Imperfect Half-remembered Goliath","text":"Imperfect Half-remembered Goliath"},{"type":"Half-remembered Goliath","text":"Half-remembered Goliath"},{"type":"Perfect Meatsack","text":"Perfect Meatsack"},{"type":"Imperfect Meatsack","text":"Imperfect Meatsack"},{"type":"Meatsack","text":"Meatsack"},{"type":"Perfect Eldritch Eye","text":"Perfect Eldritch Eye"},{"type":"Imperfect Eldritch Eye","text":"Imperfect Eldritch Eye"},{"type":"Eldritch Eye","text":"Eldritch Eye"},{"type":"Perfect Forest Tiger","text":"Perfect Forest Tiger"},{"type":"Imperfect Forest Tiger","text":"Imperfect Forest Tiger"},{"type":"Forest Tiger","text":"Forest Tiger"},{"type":"Perfect Guardian Turtle","text":"Perfect Guardian Turtle"},{"type":"Imperfect Guardian Turtle","text":"Imperfect Guardian Turtle"},{"type":"Guardian Turtle","text":"Guardian Turtle"},{"type":"Perfect Shadow Construct","text":"Perfect Shadow Construct"},{"type":"Imperfect Shadow Construct","text":"Imperfect Shadow Construct"},{"type":"Shadow Construct","text":"Shadow Construct"},{"type":"Perfect Forest Warrior","text":"Perfect Forest Warrior"},{"type":"Imperfect Forest Warrior","text":"Imperfect Forest Warrior"},{"type":"Forest Warrior","text":"Forest Warrior"},{"type":"Blood Sap Tincture","text":"Blood Sap Tincture"},{"type":"Rosethorn Tincture","text":"Rosethorn Tincture"},{"type":"Oakbranch Tincture","text":"Oakbranch Tincture"},{"type":"Borealwood Tincture","text":"Borealwood Tincture"},{"type":"Ashbark Tincture","text":"Ashbark Tincture"},{"type":"Poisonberry Tincture","text":"Poisonberry Tincture"},{"type":"Fulgurite Tincture","text":"Fulgurite Tincture"},{"type":"Ironwood Tincture","text":"Ironwood Tincture"}]}]}'); }, function(module) { module.exports = JSON.parse('{"result":[{"id":"accessories","label":"\u9644\u4ef6","entries":[{"name":"\u963f\u514b\u83b1\u7684\u8349\u539f","type":"\u7ea2\u7389\u6212\u6307","text":"\u963f\u514b\u83b1\u7684\u8349\u539f \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u963f\u514b\u83b1\u7684\u9ad8\u5c71","type":"\u7ea2\u7389\u6212\u6307","text":"\u963f\u514b\u83b1\u7684\u9ad8\u5c71 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u963f\u514b\u83b1\u7684\u5c71\u8c37","type":"\u7ea2\u7389\u6212\u6307","text":"\u963f\u514b\u83b1\u7684\u5c71\u8c37 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5492\u9010","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u5492\u9010 \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u8d2a\u6b32\u4e4b\u8bb0","type":"\u91d1\u5149\u6212\u6307","text":"\u8d2a\u6b32\u4e4b\u8bb0 \u91d1\u5149\u6212\u6307","flags":{"unique":true}},{"name":"\u6e14\u592b\u4e4b\u8fab","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u6e14\u592b\u4e4b\u8fab \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u9690\u7075\u4e4b\u7b26","type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u9690\u7075\u4e4b\u7b26 \u73ca\u745a\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u963f\u6069\u7684\u75db\u82e6","type":"\u9970\u5e03\u8170\u5e26","text":"\u963f\u6069\u7684\u75db\u82e6 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u4f0a\u57fa\u963f\u970d\u4e4b\u8bfa\u8a00","type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u4f0a\u57fa\u963f\u970d\u4e4b\u8bfa\u8a00 \u73ca\u745a\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u53d8\u8282\u8005","type":"\u6263\u94fe\u8170\u5e26","text":"\u53d8\u8282\u8005 \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u7fa4\u661f\u4e4b\u7070","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u7fa4\u661f\u4e4b\u7070 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u661f\u754c\u6295\u5f71","type":"\u9ec4\u7389\u6212\u6307","text":"\u661f\u754c\u6295\u5f71 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5747\u8861\u4e4b\u7b26","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u5747\u8861\u4e4b\u7b26 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u5723\u5fbd","type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u963f\u5179\u91cc\u5723\u5fbd \u6d77\u7075\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5965\u5c14\u4e4b\u5174","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u5965\u5c14\u4e4b\u5174 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5965\u672f\u4e4b\u7b26","type":"\u6c34\u6676\u8170\u5e26","text":"\u5965\u672f\u4e4b\u7b26 \u6c34\u6676\u8170\u5e26","flags":{"unique":true}},{"name":"\u5144\u5f1f\u4f1a\u5fbd\u7ae0","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u5144\u5f1f\u4f1a\u5fbd\u7ae0 \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u51dd\u606f","type":"\u6263\u94fe\u8170\u5e26","text":"\u51dd\u606f \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u718a\u4e4b\u675f\u8170","type":"\u76ae\u9769\u8170\u5e26","text":"\u718a\u4e4b\u675f\u8170 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u72e1\u5f92\u675f\u8170","type":"\u91cd\u9769\u8170\u5e26","text":"\u72e1\u5f92\u675f\u8170 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u8d1d\u96f7\u514b\u7684\u51b0\u4e0e\u96f7\u4e4b\u66f2","type":"\u53cc\u7389\u6212\u6307","text":"\u8d1d\u96f7\u514b\u7684\u51b0\u4e0e\u96f7\u4e4b\u66f2 \u53cc\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u8d1d\u96f7\u514b\u7684\u51b0\u4e0e\u706b\u4e4b\u6b4c","type":"\u53cc\u7389\u6212\u6307","text":"\u8d1d\u96f7\u514b\u7684\u51b0\u4e0e\u706b\u4e4b\u6b4c \u53cc\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u8d1d\u96f7\u514b\u7684\u706b\u4e0e\u96f7\u4e4b\u4e50","type":"\u53cc\u7389\u6212\u6307","text":"\u8d1d\u96f7\u514b\u7684\u706b\u4e0e\u96f7\u4e4b\u4e50 \u53cc\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u6bd4\u65af\u514b\u7684\u9879\u5708","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u6bd4\u65af\u514b\u7684\u9879\u5708 \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6bd4\u65af\u514b\u7684\u7f30\u7ef3","type":"\u91cd\u9769\u8170\u5e26","text":"\u6bd4\u65af\u514b\u7684\u7f30\u7ef3 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u9ed1\u7130","type":"\u7d2b\u6676\u6212\u6307","text":"\u9ed1\u7130 \u7d2b\u6676\u6212\u6307","flags":{"unique":true}},{"name":"\u5e7d\u6697\u4e4b\u8bed","type":"\u953b\u94c1\u6212\u6307","text":"\u5e7d\u6697\u4e4b\u8bed \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u67af\u4e95","type":"\u5492\u7b8d\u9b54\u7b26","text":"\u67af\u4e95 \u5492\u7b8d\u9b54\u7b26","flags":{"unique":true}},{"name":"\u6cb8\u8840","type":"\u73ca\u745a\u6212\u6307","text":"\u6cb8\u8840 \u73ca\u745a\u6212\u6307","flags":{"unique":true}},{"name":"\u9c9c\u8840\u652f\u914d","type":"\u5927\u7406\u77f3\u62a4\u8eab\u7b26","text":"\u9c9c\u8840\u652f\u914d \u5927\u7406\u77f3\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5815\u843d\u4e4b\u8840","type":"\u7425\u73c0\u62a4\u8eab\u7b26","text":"\u5815\u843d\u4e4b\u8840 \u7425\u73c0\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6d78\u8840\u5fbd\u7ae0","type":"\u7425\u73c0\u62a4\u8eab\u7b26","text":"\u6d78\u8840\u5fbd\u7ae0 \u7425\u73c0\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u65e2\u5b9a\u547d\u9014","type":"\u9970\u5e03\u8170\u5e26","text":"\u65e2\u5b9a\u547d\u9014 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u5e03\u7433\u6d1b\u7279\u5370\u8bb0","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u5e03\u7433\u6d1b\u7279\u5370\u8bb0 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u610f\u5fd7\u547c\u5524","type":"\u53cc\u7389\u6212\u6307","text":"\u610f\u5fd7\u547c\u5524 \u53cc\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u865a\u7a7a\u53ec\u5524","type":"\u84dd\u7389\u6212\u6307","text":"\u865a\u7a7a\u53ec\u5524 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5c60\u622e\u4e4b\u5fc3","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u5c60\u622e\u4e4b\u5fc3 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u4ec1\u5fb7\u8170\u5e26","type":"\u9970\u5e03\u8170\u5e26","text":"\u4ec1\u5fb7\u8170\u5e26 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u575a\u97e7\u4e4b\u94fe","type":"\u6263\u94fe\u8170\u5e26","text":"\u575a\u97e7\u4e4b\u94fe \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u8131\u7f1a\u4e4b\u9501","type":"\u6263\u94fe\u8170\u5e26","text":"\u8131\u7f1a\u4e4b\u9501 \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u66b4\u98ce\u4e4b\u8bed","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u66b4\u98ce\u4e4b\u8bed \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u82e6\u75db\u4e4b\u73af","type":"\u7ea2\u7389\u6212\u6307","text":"\u82e6\u75db\u4e4b\u73af \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u6050\u60e7\u4e4b\u73af","type":"\u84dd\u7389\u6212\u6307","text":"\u6050\u60e7\u4e4b\u73af \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u7f6a\u6076\u4e4b\u73af","type":"\u953b\u94c1\u6212\u6307","text":"\u7f6a\u6076\u4e4b\u73af \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u4e61\u6101\u4e4b\u73af","type":"\u7d2b\u6676\u6212\u6307","text":"\u4e61\u6101\u4e4b\u73af \u7d2b\u6676\u6212\u6307","flags":{"unique":true}},{"name":"\u6094\u6068\u4e4b\u73af","type":"\u9ec4\u7389\u6212\u6307","text":"\u6094\u6068\u4e4b\u73af \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u61e6\u592b\u4e4b\u94fe","type":"\u6263\u94fe\u8170\u5e26","text":"\u61e6\u592b\u4e4b\u94fe \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u61e6\u592b\u4e4b\u9057","type":"\u6263\u94fe\u8170\u5e26","text":"\u61e6\u592b\u4e4b\u9057 \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u7ed3\u6676\u5168\u77e5","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u7ed3\u6676\u5168\u77e5 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5de8\u5ca9\u6307\u5957","type":"\u76ae\u9769\u8170\u5e26","text":"\u5de8\u5ca9\u6307\u5957 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7d22\u7684\u6218\u793c","type":"\u9ec4\u6676\u62a4\u8eab\u7b26","text":"\u5fb7\u745e\u7d22\u7684\u6218\u793c \u9ec4\u6676\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u591c\u4e34","type":"\u6df1\u6e0a\u8170\u5e26","text":"\u591c\u4e34 \u6df1\u6e0a\u8170\u5e26","flags":{"unique":true}},{"name":"\u4ea1\u8005\u547c\u5524","type":"\u7d2b\u6676\u6212\u6307","text":"\u4ea1\u8005\u547c\u5524 \u7d2b\u6676\u6212\u6307","flags":{"unique":true}},{"name":"\u547d\u8fd0\u4e4b\u6297\u4e89","type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u547d\u8fd0\u4e4b\u6297\u4e89 \u6d77\u7075\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7684\u9b54\u5177","type":"\u6d77\u7075\u6212\u6307","text":"\u5fb7\u745e\u7684\u9b54\u5177 \u6d77\u7075\u6212\u6307","flags":{"unique":true}},{"name":"\u5fb7\u745e\u4e4b\u820c","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u5fb7\u745e\u4e4b\u820c \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u591a\u91cc\u4e9a\u5c3c\u4e4b\u7ea6","type":"\u91cd\u9769\u8170\u5e26","text":"\u591a\u91cc\u4e9a\u5c3c\u4e4b\u7ea6 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u68a6\u8bed\u4e4b\u75d5","type":"\u84dd\u7389\u6212\u6307","text":"\u68a6\u8bed\u4e4b\u75d5 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u6234\u4e9a\u8fea\u5b89\u7684\u6668\u66e6","type":"\u91cd\u9769\u8170\u5e26","text":"\u6234\u4e9a\u8fea\u5b89\u7684\u6668\u66e6 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u4f59\u70ec\u4e4b\u75d5","type":"\u7ea2\u7389\u6212\u6307","text":"\u4f59\u70ec\u4e4b\u75d5 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u83c1\u534e\u8815\u866b","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u83c1\u534e\u8815\u866b \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u6c38\u6052\u8bc5\u5492","type":"\u739b\u7459\u62a4\u8eab\u7b26","text":"\u6c38\u6052\u8bc5\u5492 \u739b\u7459\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5fc3\u7075\u62bd\u53d6","type":"\u739b\u7459\u62a4\u8eab\u7b26","text":"\u5fc3\u7075\u62bd\u53d6 \u739b\u7459\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5bfb\u5b9d\u8005\u7684\u5fc3\u773c","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u5bfb\u5b9d\u8005\u7684\u5fc3\u773c \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u65e0\u7f6a\u4e4b\u773c","type":"\u9ec4\u6676\u62a4\u8eab\u7b26","text":"\u65e0\u7f6a\u4e4b\u773c \u9ec4\u6676\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5de8\u72fc\u4e4b\u773c","type":"\u72fc\u738b\u9b54\u7b26","text":"\u5de8\u72fc\u4e4b\u773c \u72fc\u738b\u9b54\u7b26","flags":{"unique":true}},{"name":"\u9965\u8352\u4e4b\u7ed3","type":"\u7d20\u5e03\u8170\u5e26","text":"\u9965\u8352\u4e4b\u7ed3 \u7d20\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u547d\u4e2d\u6ce8\u5b9a","type":"\u6d77\u7075\u6212\u6307","text":"\u547d\u4e2d\u6ce8\u5b9a \u6d77\u7075\u6212\u6307","flags":{"unique":true}},{"name":"\u76db\u5bb4\u4e4b\u7ed3","type":"\u7d20\u5e03\u8170\u5e26","text":"\u76db\u5bb4\u4e4b\u7ed3 \u7d20\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u6124\u6012\u4e4b\u9600","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u6124\u6012\u4e4b\u9600 \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u795e\u8d50","type":"\u5b9d\u94bb\u6212\u6307","text":"\u795e\u8d50 \u5b9d\u94bb\u6212\u6307","flags":{"unique":true}},{"name":"\u660f\u6697\u4e4b\u7259","type":"\u78a7\u73e0\u62a4\u8eab\u7b26","text":"\u660f\u6697\u4e4b\u7259 \u78a7\u73e0\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u66b4\u98df","type":"\u76ae\u9769\u8170\u5e26","text":"\u66b4\u98df \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u845b\u62c9\u6587\u7684\u79d8\u5b9d","type":"\u9970\u5e03\u8170\u5e26","text":"\u845b\u62c9\u6587\u7684\u79d8\u5b9d \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u730e\u9996","type":"\u76ae\u9769\u8170\u5e26","text":"\u730e\u9996 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u7ed3\u9b42\u4e4b\u73af","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u7ed3\u9b42\u4e4b\u73af \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u8f9b\u683c\u62c9\u7684\u51dd\u89c6","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u8f9b\u683c\u62c9\u7684\u51dd\u89c6 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5c0a\u8d35\u7684\u540c\u76df","type":"\u73ca\u745a\u6212\u6307","text":"\u5c0a\u8d35\u7684\u540c\u76df \u73ca\u745a\u6212\u6307","flags":{"unique":true}},{"name":"\u6781\u5317","type":"\u76ae\u9769\u8170\u5e26","text":"\u6781\u5317 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u897f\u91cc\u7684\u771f\u76f8","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u897f\u91cc\u7684\u771f\u76f8 \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u51b0\u7259\u6307\u73af","type":"\u953b\u94c1\u6212\u6307","text":"\u51b0\u7259\u6307\u73af \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u6c38\u751f","type":"\u76ae\u9769\u8170\u5e26","text":"\u6c38\u751f \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u9690\u901d","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u9690\u901d \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u4f0a\u514b\u5207\u5c14\u7684\u8bf1\u60d1","type":"\u91d1\u5149\u6212\u6307","text":"\u4f0a\u514b\u5207\u5c14\u7684\u8bf1\u60d1 \u91d1\u5149\u6212\u6307","flags":{"unique":true}},{"name":"\u5361\u5170\u5fb7\u4e4b\u89e6","type":"\u6212\u6307","text":"\u5361\u5170\u5fb7\u4e4b\u89e6 \u6212\u6307","flags":{"unique":true}},{"name":"\u5188\u59c6\u4e4b\u675f\u7f1a","type":"\u91cd\u9769\u8170\u5e26","text":"\u5188\u59c6\u4e4b\u675f\u7f1a \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u5188\u59c6\u7684\u8fdc\u89c1","type":"\u73ca\u745a\u6212\u6307","text":"\u5188\u59c6\u7684\u8fdc\u89c1 \u73ca\u745a\u6212\u6307","flags":{"unique":true}},{"name":"\u5188\u59c6\u4e4b\u8def","type":"\u73ca\u745a\u6212\u6307","text":"\u5188\u59c6\u4e4b\u8def \u73ca\u745a\u6212\u6307","flags":{"unique":true}},{"name":"\u5361\u9c81\u5145\u80fd","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u5361\u9c81\u5145\u80fd \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5361\u9c81\u7684\u6218\u5fbd","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u5361\u9c81\u7684\u6218\u5fbd \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u57fa\u52a0\u8428\u9c81","type":"\u9ec4\u7389\u6212\u6307","text":"\u57fa\u52a0\u8428\u9c81 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u9886\u8896\u7684\u4ee3\u4ef7","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u9886\u8896\u7684\u4ee3\u4ef7 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5723\u4f53\u4e4b\u7ef3","type":"\u76ae\u9769\u8170\u5e26","text":"\u5723\u4f53\u4e4b\u7ef3 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u82f1\u7075\u5b9d\u73af","type":"\u953b\u94c1\u6212\u6307","text":"\u82f1\u7075\u5b9d\u73af \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u7f57\u91cc\u7684\u5e78\u8fd0\u4e4b\u706f","type":"\u4e09\u76f8\u6212\u6307","text":"\u7f57\u91cc\u7684\u5e78\u8fd0\u4e4b\u706f \u4e09\u76f8\u6212\u6307","flags":{"unique":true}},{"name":"\u6cd5\u5e08\u4e4b\u8840","type":"\u91cd\u9769\u8170\u5e26","text":"\u6cd5\u5e08\u4e4b\u8840 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u739b\u62c9\u51ef\u7684\u5de7\u6280","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u739b\u62c9\u51ef\u7684\u5de7\u6280 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u9a6c\u96f7\u683c\u7f57\u7684\u6b8b\u9177","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u9a6c\u96f7\u683c\u7f57\u7684\u6b8b\u9177 \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u9a6c\u96f7\u683c\u7f57\u7684\u67d3\u8840\u4e4b\u73af","type":"\u6263\u94fe\u8170\u5e26","text":"\u9a6c\u96f7\u683c\u7f57\u7684\u67d3\u8840\u4e4b\u73af \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u5c48\u670d\u5370\u8bb0","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u5c48\u670d\u5370\u8bb0 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u88c2\u754c\u4e4b\u5370","type":"\u5408\u91d1\u6212\u6307","text":"\u88c2\u754c\u4e4b\u5370 \u5408\u91d1\u6212\u6307","flags":{"unique":true}},{"name":"\u5851\u754c\u4e4b\u5370","type":"\u86cb\u767d\u77f3\u6212\u6307","text":"\u5851\u754c\u4e4b\u5370 \u86cb\u767d\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u739b\u8389\u7433\u7684\u62a4\u4f53\u4e4b\u7b26","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u739b\u8389\u7433\u7684\u62a4\u4f53\u4e4b\u7b26 \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6885\u5409\u8bfa\u5fb7\u7684\u529b\u91cf\u6cc9\u6e90","type":"\u91cd\u9769\u8170\u5e26","text":"\u6885\u5409\u8bfa\u5fb7\u7684\u529b\u91cf\u6cc9\u6e90 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u660e\u6069\u7684\u6167\u5fc3","type":"\u7d2b\u6676\u6212\u6307","text":"\u660e\u6069\u7684\u6167\u5fc3 \u7d2b\u6676\u6212\u6307","flags":{"unique":true}},{"name":"\u83ab\u8003\u4e4b\u62e5","type":"\u7ea2\u7389\u6212\u6307","text":"\u83ab\u8003\u4e4b\u62e5 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u6bcd\u4eb2\u7684\u62e5\u62b1","type":"\u91cd\u9769\u8170\u5e26","text":"\u6bcd\u4eb2\u7684\u62e5\u62b1 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u54d1\u98ce\u5c01\u5370","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u54d1\u98ce\u5c01\u5370 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u81ea\u7136\u7ec4\u7ec7","type":"\u6b7b\u7fbd\u9b54\u7b26","text":"\u81ea\u7136\u7ec4\u7ec7 \u6b7b\u7fbd\u9b54\u7b26","flags":{"unique":true}},{"name":"\u52aa\u845b\u739b\u547c\u4e4b\u5370","type":"\u7ea2\u7389\u6212\u6307","text":"\u52aa\u845b\u739b\u547c\u4e4b\u5370 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u52aa\u845b\u739b\u547c\u4e4b\u50cf","type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u52aa\u845b\u739b\u547c\u4e4b\u50cf \u73ca\u745a\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u591c\u5b88","type":"\u9ed1\u7259\u9b54\u7b26","text":"\u591c\u5b88 \u9ed1\u7259\u9b54\u7b26","flags":{"unique":true}},{"name":"\u5c3c\u7c73\u65af","type":"\u9ec4\u7389\u6212\u6307","text":"\u5c3c\u7c73\u65af \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5965\u83b1\u897f\u4e9a\u7684\u559c\u60a6","type":"\u9970\u5e03\u8170\u5e26","text":"\u5965\u83b1\u897f\u4e9a\u7684\u559c\u60a6 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u539f\u521d\u4e4b\u7f6a","type":"\u7d2b\u6676\u6212\u6307","text":"\u539f\u521d\u4e4b\u7f6a \u7d2b\u6676\u6212\u6307","flags":{"unique":true}},{"name":"\u666e\u5170\u5fb7\u65af\u4e4b\u5370","type":"\u9970\u5e03\u8170\u5e26","text":"\u666e\u5170\u5fb7\u65af\u4e4b\u5370 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u666e\u5170\u5fb7\u65af\u4e4b\u8bb0","type":"\u6d77\u7075\u6212\u6307","text":"\u666e\u5170\u5fb7\u65af\u4e4b\u8bb0 \u6d77\u7075\u6212\u6307","flags":{"unique":true}},{"name":"\u73c0\u594e\u5c14\u4e4b\u8dbe","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u73c0\u594e\u5c14\u4e4b\u8dbe \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6052\u6bc5\u610f\u5fd7","type":"\u5148\u950b\u8170\u5e26","text":"\u6052\u6bc5\u610f\u5fd7 \u5148\u950b\u8170\u5e26","flags":{"unique":true}},{"name":"\u6bc1\u706d\u6fc0\u6ce2","type":"\u86cb\u767d\u77f3\u6212\u6307","text":"\u6bc1\u706d\u6fc0\u6ce2 \u86cb\u767d\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u666e\u62c9\u514b\u65af","type":"\u6d77\u7075\u6212\u6307","text":"\u666e\u62c9\u514b\u65af \u6d77\u7075\u6212\u6307","flags":{"unique":true}},{"name":"\u5148\u9a71\u7684\u7eb9\u7ae0","type":"\u53cc\u7389\u6212\u6307","text":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u53cc\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5148\u9a71\u7684\u7eb9\u7ae0","type":"\u9ec4\u7389\u6212\u6307","text":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5148\u9a71\u7684\u7eb9\u7ae0","type":"\u84dd\u7389\u6212\u6307","text":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5148\u9a71\u7684\u7eb9\u7ae0","type":"\u7ea2\u7389\u6212\u6307","text":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5148\u9a71\u7684\u7eb9\u7ae0","type":"\u4e09\u76f8\u6212\u6307","text":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u4e09\u76f8\u6212\u6307","flags":{"unique":true}},{"name":"\u590f\u4e4c\u62c9\u4e4b\u5370","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u590f\u4e4c\u62c9\u4e4b\u5370 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5e7b\u5f69\u83f1\u7ec7","type":"\u7d20\u5e03\u8170\u5e26","text":"\u5e7b\u5f69\u83f1\u7ec7 \u7d20\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u6e0e\u795e\u4ee3\u7406","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u6e0e\u795e\u4ee3\u7406 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u666e\u85e4\u535a\u7684\u8349\u539f","type":"\u9ec4\u7389\u6212\u6307","text":"\u666e\u85e4\u535a\u7684\u8349\u539f \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u666e\u85e4\u535a\u7684\u9ad8\u5c71","type":"\u9ec4\u7389\u6212\u6307","text":"\u666e\u85e4\u535a\u7684\u9ad8\u5c71 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u666e\u85e4\u535a\u7684\u5c71\u8c37","type":"\u9ec4\u7389\u6212\u6307","text":"\u666e\u85e4\u535a\u7684\u5c71\u8c37 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u71c3\u7130","type":"\u84dd\u7389\u6212\u6307","text":"\u71c3\u7130 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u706b\u7206\u4e4b\u62e5","type":"\u76ae\u9769\u8170\u5e26","text":"\u706b\u7206\u4e4b\u62e5 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u62c9\u4ec0\u5361\u5fb7\u7684\u8010\u5fc3","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u62c9\u4ec0\u5361\u5fb7\u7684\u8010\u5fc3 \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u7ea2\u5203\u4e4b\u73af","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u7ea2\u5203\u4e4b\u73af \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u5723\u5fbd\u3010\u4eff\u54c1\u3011","type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u963f\u5179\u91cc\u5723\u5fbd\u3010\u4eff\u54c1\u3011 \u6d77\u7075\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5144\u5f1f\u4f1a\u5fbd\u7ae0\u3010\u4eff\u54c1\u3011","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u5144\u5f1f\u4f1a\u5fbd\u7ae0\u3010\u4eff\u54c1\u3011 \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u51dd\u606f\u3010\u4eff\u54c1\u3011","type":"\u6263\u94fe\u8170\u5e26","text":"\u51dd\u606f\u3010\u4eff\u54c1\u3011 \u6263\u94fe\u8170\u5e26","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7684\u9b54\u5177\u3010\u4eff\u54c1\u3011","type":"\u6d77\u7075\u6212\u6307","text":"\u5fb7\u745e\u7684\u9b54\u5177\u3010\u4eff\u54c1\u3011 \u6d77\u7075\u6212\u6307","flags":{"unique":true}},{"name":"\u9f99\u7259\u4e4b\u7fd4\u3010\u4eff\u54c1\u3011","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u9f99\u7259\u4e4b\u7fd4\u3010\u4eff\u54c1\u3011 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u4f59\u70ec\u4e4b\u75d5\u3010\u4eff\u54c1\u3011","type":"\u7ea2\u7389\u6212\u6307","text":"\u4f59\u70ec\u4e4b\u75d5\u3010\u4eff\u54c1\u3011 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u730e\u9996\u3010\u4eff\u54c1\u3011","type":"\u76ae\u9769\u8170\u5e26","text":"\u730e\u9996\u3010\u4eff\u54c1\u3011 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u8f9b\u683c\u62c9\u7684\u51dd\u89c6\u3010\u4eff\u54c1\u3011","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u8f9b\u683c\u62c9\u7684\u51dd\u89c6\u3010\u4eff\u54c1\u3011 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u897f\u91cc\u7684\u771f\u76f8\u3010\u4eff\u54c1\u3011","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u897f\u91cc\u7684\u771f\u76f8\u3010\u4eff\u54c1\u3011 \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5361\u9c81\u7684\u6218\u5fbd\u3010\u4eff\u54c1\u3011","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u5361\u9c81\u7684\u6218\u5fbd\u3010\u4eff\u54c1\u3011 \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u739b\u62c9\u51ef\u7684\u5de7\u6280\u3010\u4eff\u54c1\u3011","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u739b\u62c9\u51ef\u7684\u5de7\u6280\u3010\u4eff\u54c1\u3011 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u5e7b\u5f69\u83f1\u7ec7\u3010\u4eff\u54c1\u3011","type":"\u7d20\u5e03\u8170\u5e26","text":"\u5e7b\u5f69\u83f1\u7ec7\u3010\u4eff\u54c1\u3011 \u7d20\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u7a81\u56f4\u8005\u3010\u4eff\u54c1\u3011","type":"\u91cd\u9769\u8170\u5e26","text":"\u7a81\u56f4\u8005\u3010\u4eff\u54c1\u3011 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u7075\u9b42\u7f81\u7eca\u3010\u4eff\u54c1\u3011","type":"\u9970\u5e03\u8170\u5e26","text":"\u7075\u9b42\u7f81\u7eca\u3010\u4eff\u54c1\u3011 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u5854\u8428\u91cc\u5965\u4e4b\u5370\u3010\u4eff\u54c1\u3011","type":"\u84dd\u7389\u6212\u6307","text":"\u5854\u8428\u91cc\u5965\u4e4b\u5370\u3010\u4eff\u54c1\u3011 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u865a\u7a7a\u6167\u773c\u3010\u4eff\u54c1\u3011","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u865a\u7a7a\u6167\u773c\u3010\u4eff\u54c1\u3011 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u51ac\u4e4b\u5fc3\u3010\u4eff\u54c1\u3011","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u51ac\u4e4b\u5fc3\u3010\u4eff\u54c1\u3011 \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u590d\u4ec7\u7684\u9b45\u529b","type":"\u9ec4\u6676\u62a4\u8eab\u7b26","text":"\u590d\u4ec7\u7684\u9b45\u529b \u9ec4\u6676\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u745e\u4f5b\u4e4b\u51a0","type":"\u53cc\u7389\u6212\u6307","text":"\u745e\u4f5b\u4e4b\u51a0 \u53cc\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u745e\u4f5b\u8bc5\u5492","type":"\u4ea1\u722a\u9b54\u7b26","text":"\u745e\u4f5b\u8bc5\u5492 \u4ea1\u722a\u9b54\u7b26","flags":{"unique":true}},{"name":"\u7f57\u7c73\u62c9\u7684\u6f5c\u529b\u4e4b\u73af","type":"\u5b9d\u94bb\u6212\u6307","text":"\u7f57\u7c73\u62c9\u7684\u6f5c\u529b\u4e4b\u73af \u5b9d\u94bb\u6212\u6307","flags":{"unique":true}},{"name":"\u8150\u8840\u7684\u627f\u8bfa","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u8150\u8840\u7684\u627f\u8bfa \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u745e\u65af\u62c9\u8428\u7684\u7ebf\u5708","type":"\u6263\u9489\u8170\u5e26","text":"\u745e\u65af\u62c9\u8428\u7684\u7ebf\u5708 \u6263\u9489\u8170\u5e26","flags":{"unique":true}},{"name":"\u796d\u7940\u4e4b\u5fc3","type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u796d\u7940\u4e4b\u5fc3 \u6d77\u7075\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5851\u754c\u8005\u4e4b\u7c7d","type":"\u739b\u7459\u62a4\u8eab\u7b26","text":"\u5851\u754c\u8005\u4e4b\u7c7d \u739b\u7459\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u859b\u6717\u7684\u542f\u793a\u4e4b\u73af","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u859b\u6717\u7684\u542f\u793a\u4e4b\u73af \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u5e0c\u6bd4\u5c14\u4e4b\u53f9","type":"\u73ca\u745a\u6212\u6307","text":"\u5e0c\u6bd4\u5c14\u4e4b\u53f9 \u73ca\u745a\u6212\u6307","flags":{"unique":true}},{"name":"\u9b54\u7075\u4e4b\u7b26","type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u9b54\u7075\u4e4b\u7b26 \u6d77\u7075\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u7a81\u56f4\u8005","type":"\u91cd\u9769\u8170\u5e26","text":"\u7a81\u56f4\u8005 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u86c7\u7a74","type":"\u84dd\u7389\u6212\u6307","text":"\u86c7\u7a74 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u81f3\u65e5\u4e0d\u7720","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u81f3\u65e5\u4e0d\u7720 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u7075\u9b42\u7ed1\u5b9a","type":"\u6d77\u7075\u6212\u6307","text":"\u7075\u9b42\u7ed1\u5b9a \u6d77\u7075\u6212\u6307","flags":{"unique":true}},{"name":"\u7075\u9b42\u7f81\u7eca","type":"\u9970\u5e03\u8170\u5e26","text":"\u7075\u9b42\u7f81\u7eca \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u55dc\u9b42","type":"\u9970\u5e03\u8170\u5e26","text":"\u55dc\u9b42 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u74e6\u5c14\u514b\u62c9\u65af\u4e4b\u661f","type":"\u8840\u8272\u62a4\u8eab\u7b26","text":"\u74e6\u5c14\u514b\u62c9\u65af\u4e4b\u661f \u8840\u8272\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u62c9\u5179\u74e6\u7684\u7075\u77f3","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u62c9\u5179\u74e6\u7684\u7075\u77f3 \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u98ce\u66b4\u4e4b\u708e","type":"\u86cb\u767d\u77f3\u6212\u6307","text":"\u98ce\u66b4\u4e4b\u708e \u86cb\u767d\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u98ce\u66b4\u4e4b\u79d8","type":"\u9ec4\u7389\u6212\u6307","text":"\u98ce\u66b4\u4e4b\u79d8 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u7ede\u6740\u4e4b\u606f","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u7ede\u6740\u4e4b\u606f \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5974\u5f79\u4e4b\u7d22","type":"\u91cd\u9769\u8170\u5e26","text":"\u5974\u5f79\u4e4b\u7d22 \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u65e5\u708e","type":"\u9970\u5e03\u8170\u5e26","text":"\u65e5\u708e \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u5e78\u5b58\u8005\u7684\u6127\u759a","type":"\u91cd\u9769\u8170\u5e26","text":"\u5e78\u5b58\u8005\u7684\u6127\u759a \u91cd\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u73b7\u6c61\u5951\u7ea6","type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u73b7\u6c61\u5951\u7ea6 \u73ca\u745a\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5854\u8428\u91cc\u5965\u4e4b\u5370","type":"\u84dd\u7389\u6212\u6307","text":"\u5854\u8428\u91cc\u5965\u4e4b\u5370 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5723\u4ee4","type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u5723\u4ee4 \u73ca\u745a\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u9676\u54c8\u52aa\u5e93\u4e4b\u65f6\u95f4","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u9676\u54c8\u52aa\u5e93\u4e4b\u65f6\u95f4 \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u7eaf\u51c0\u4e4b\u6cea","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u7eaf\u51c0\u4e4b\u6cea \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u4fe1\u5ff5\u4e4b\u7827","type":"\u7425\u73c0\u62a4\u8eab\u7b26","text":"\u4fe1\u5ff5\u4e4b\u7827 \u7425\u73c0\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u82e6\u884c","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u82e6\u884c \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u57c3\u62c9\u9edb\u4e1d","type":"\u739b\u7459\u62a4\u8eab\u7b26","text":"\u57c3\u62c9\u9edb\u4e1d \u739b\u7459\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u771f\u76f8\u4e4b\u62c5","type":"\u6c34\u6676\u8170\u5e26","text":"\u771f\u76f8\u4e4b\u62c5 \u6c34\u6676\u8170\u5e26","flags":{"unique":true}},{"name":"\u590d\u82cf\u4e4b\u836f","type":"\u9970\u5e03\u8170\u5e26","text":"\u590d\u82cf\u4e4b\u836f \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u8000\u9633\u5fbd\u8bb0","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u8000\u9633\u5fbd\u8bb0 \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u77ed\u6682\u7f81\u7eca","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u77ed\u6682\u7f81\u7eca \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6c38\u6052\u4e4b\u6218","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u6c38\u6052\u4e4b\u6218 \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u8d39\u4f2f\u4e4b\u7259","type":"\u9ec4\u6676\u62a4\u8eab\u7b26","text":"\u8d39\u4f2f\u4e4b\u7259 \u9ec4\u6676\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6d41\u901d\u4e4b\u65f6","type":"\u9970\u5e03\u8170\u5e26","text":"\u6d41\u901d\u4e4b\u65f6 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u592a\u5e73","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u592a\u5e73 \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u7eff\u6797\u8c6a\u4fa0","type":"\u91d1\u5149\u6212\u6307","text":"\u7eff\u6797\u8c6a\u4fa0 \u91d1\u5149\u6212\u6307","flags":{"unique":true}},{"name":"\u9965\u997f\u4e4b\u73af ","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u9965\u997f\u4e4b\u73af \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u70c8\u9633\u5fbd\u8bb0","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u70c8\u9633\u5fbd\u8bb0 \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5384\u8fd0\u62a4\u7b26","type":"\u9ec4\u6676\u62a4\u8eab\u7b26","text":"\u5384\u8fd0\u62a4\u7b26 \u9ec4\u6676\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u575a\u6bc5\u4e4b\u73af","type":"\u6263\u9489\u8170\u5e26","text":"\u575a\u6bc5\u4e4b\u73af \u6263\u9489\u8170\u5e26","flags":{"unique":true}},{"name":"\u6e38\u7267\u4e4b\u73af","type":"\u6263\u9489\u8170\u5e26","text":"\u6e38\u7267\u4e4b\u73af \u6263\u9489\u8170\u5e26","flags":{"unique":true}},{"name":"\u7fa4\u9b54\u6bbf","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u7fa4\u9b54\u6bbf \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u8349\u6c11","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u8349\u6c11 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u539f\u59cb\u9501\u94fe","type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u539f\u59cb\u9501\u94fe \u73ca\u745a\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5455\u5410","type":"\u7d20\u5e03\u8170\u5e26","text":"\u5455\u5410 \u7d20\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u8c0b\u58eb\u4e4b\u73af","type":"\u6263\u9489\u8170\u5e26","text":"\u8c0b\u58eb\u4e4b\u73af \u6263\u9489\u8170\u5e26","flags":{"unique":true}},{"name":"\u5143\u7d20\u4e4b\u7ae0","type":"\u4e09\u76f8\u6212\u6307","text":"\u5143\u7d20\u4e4b\u7ae0 \u4e09\u76f8\u6212\u6307","flags":{"unique":true}},{"name":"\u6ca7\u6d77\u6851\u7530","type":"\u9970\u5e03\u8170\u5e26","text":"\u6ca7\u6d77\u6851\u7530 \u9970\u5e03\u8170\u5e26","flags":{"unique":true}},{"name":"\u4e0d\u52a8\u4e4b\u9b42","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u4e0d\u52a8\u4e4b\u9b42 \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u5b88\u536b\u4e4b\u94ed","type":"\u953b\u94c1\u6212\u6307","text":"\u5b88\u536b\u4e4b\u94ed \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u7a83\u7f6a","type":"\u4e09\u76f8\u6212\u6307","text":"\u7a83\u7f6a \u4e09\u76f8\u6212\u6307","flags":{"unique":true}},{"name":"\u65f6\u5149\u4e4b\u63e1","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u65f6\u5149\u4e4b\u63e1 \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u65f6\u7a7a\u626d\u66f2","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u65f6\u7a7a\u626d\u66f2 \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u4e09\u5934\u5a01\u4eea","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u4e09\u5934\u5a01\u4eea \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u4e0d\u673d\u7cfb\u547d","type":"\u76ae\u9769\u8170\u5e26","text":"\u4e0d\u673d\u7cfb\u547d \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u6069\u5409\u5c14\u7684\u548c\u8c10","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u6069\u5409\u5c14\u7684\u548c\u8c10 \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u8a93","type":"\u6f5c\u80fd\u9879\u94fe","text":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u8a93 \u6f5c\u80fd\u9879\u94fe","flags":{"unique":true}},{"name":"\u4e4c\u624e\u8428\u7684\u8349\u539f","type":"\u84dd\u7389\u6212\u6307","text":"\u4e4c\u624e\u8428\u7684\u8349\u539f \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u4e4c\u624e\u8428\u7684\u9ad8\u5c71","type":"\u84dd\u7389\u6212\u6307","text":"\u4e4c\u624e\u8428\u7684\u9ad8\u5c71 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u4e4c\u624e\u8428\u7684\u5c71\u8c37","type":"\u84dd\u7389\u6212\u6307","text":"\u4e4c\u624e\u8428\u7684\u5c71\u8c37 \u84dd\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u74e6\u62c9\u5e93\u4e4b\u5370","type":"\u9ec4\u7389\u6212\u6307","text":"\u74e6\u62c9\u5e93\u4e4b\u5370 \u9ec4\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u5973\u6b66\u795e","type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u5973\u6b66\u795e \u6708\u5149\u77f3\u6212\u6307","flags":{"unique":true}},{"name":"\u9759\u8109\u7a7f\u523a","type":"\u953b\u94c1\u6212\u6307","text":"\u9759\u8109\u7a7f\u523a \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u8d4c\u795e\u82ac\u591a","type":"\u91d1\u5149\u6212\u6307","text":"\u8d4c\u795e\u82ac\u591a \u91d1\u5149\u6212\u6307","flags":{"unique":true}},{"name":"\u7ef4\u591a\u91cc\u5965\u7684\u6377\u601d","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u7ef4\u591a\u91cc\u5965\u7684\u6377\u601d \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6d3b\u89e3","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u6d3b\u89e3 \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u66b4\u98ce\u4e4b\u8a00","type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u66b4\u98ce\u4e4b\u8a00 \u6d77\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u865a\u7a7a\u6167\u773c","type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u865a\u7a7a\u6167\u773c \u6f5c\u80fd\u4e4b\u6212","flags":{"unique":true}},{"name":"\u865a\u7a7a\u5fc3\u7075","type":"\u953b\u94c1\u6212\u6307","text":"\u865a\u7a7a\u5fc3\u7075 \u953b\u94c1\u6212\u6307","flags":{"unique":true}},{"name":"\u798f\u5c14\u7684\u5fe0\u8bda\u4e4b\u7b26","type":"\u739b\u7459\u62a4\u8eab\u7b26","text":"\u798f\u5c14\u7684\u5fe0\u8bda\u4e4b\u7b26 \u739b\u7459\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u65f6\u7a7a\u626d\u66f2","type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u65f6\u7a7a\u626d\u66f2 \u9752\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6218\u58eb\u7684\u9057\u4ea7","type":"\u7ea2\u7389\u6212\u6307","text":"\u6218\u58eb\u7684\u9057\u4ea7 \u7ea2\u7389\u6212\u6307","flags":{"unique":true}},{"name":"\u67f3\u6811\u4e4b\u8d50","type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u67f3\u6811\u4e4b\u8d50 \u7fe0\u7389\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u51ac\u4e4b\u5fc3","type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u51ac\u4e4b\u5fc3 \u5e1d\u91d1\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u51ac\u65e5\u4e4b\u7ec7","type":"\u73ca\u745a\u6212\u6307","text":"\u51ac\u65e5\u4e4b\u7ec7 \u73ca\u745a\u6212\u6307","flags":{"unique":true}},{"name":"\u9f99\u8715\u4e4b\u5e26","type":"\u76ae\u9769\u8170\u5e26","text":"\u9f99\u8715\u4e4b\u5e26 \u76ae\u9769\u8170\u5e26","flags":{"unique":true}},{"name":"\u7d22\u4f0f\u4e4b\u8840","type":"\u7425\u73c0\u62a4\u8eab\u7b26","text":"\u7d22\u4f0f\u4e4b\u8840 \u7425\u73c0\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u7d22\u4f0f\u4e4b\u5fc3","type":"\u7425\u73c0\u62a4\u8eab\u7b26","text":"\u7d22\u4f0f\u4e4b\u5fc3 \u7425\u73c0\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u82e6\u96be\u7f81\u7eca","type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u82e6\u96be\u7f81\u7eca \u9ed1\u66dc\u62a4\u8eab\u7b26","flags":{"unique":true}},{"name":"\u6cfd\u4f5b\u4f0a\u4e4b\u5fc3","type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u6cfd\u4f5b\u4f0a\u4e4b\u5fc3 \u6d77\u7075\u62a4\u8eab\u7b26","flags":{"unique":true}},{"type":"\u78a7\u73e0\u62a4\u8eab\u7b26","text":"\u78a7\u73e0\u62a4\u8eab\u7b26"},{"type":"\u5927\u7406\u77f3\u62a4\u8eab\u7b26","text":"\u5927\u7406\u77f3\u62a4\u8eab\u7b26"},{"type":"\u6d77\u6676\u62a4\u7b26","text":"\u6d77\u6676\u62a4\u7b26"},{"type":"\u6d77\u7075\u62a4\u8eab\u7b26","text":"\u6d77\u7075\u62a4\u8eab\u7b26"},{"type":"\u9ec4\u6676\u62a4\u8eab\u7b26","text":"\u9ec4\u6676\u62a4\u8eab\u7b26"},{"type":"\u8840\u8272\u62a4\u8eab\u7b26","text":"\u8840\u8272\u62a4\u8eab\u7b26"},{"type":"\u6f5c\u80fd\u9879\u94fe","text":"\u6f5c\u80fd\u9879\u94fe"},{"type":"\u73ca\u745a\u62a4\u8eab\u7b26","text":"\u73ca\u745a\u62a4\u8eab\u7b26"},{"type":"\u7425\u73c0\u62a4\u8eab\u7b26","text":"\u7425\u73c0\u62a4\u8eab\u7b26"},{"type":"\u7fe0\u7389\u62a4\u8eab\u7b26","text":"\u7fe0\u7389\u62a4\u8eab\u7b26"},{"type":"\u6d77\u7389\u62a4\u8eab\u7b26","text":"\u6d77\u7389\u62a4\u8eab\u7b26"},{"type":"\u5e1d\u91d1\u62a4\u8eab\u7b26","text":"\u5e1d\u91d1\u62a4\u8eab\u7b26"},{"type":"\u9ed1\u66dc\u62a4\u8eab\u7b26","text":"\u9ed1\u66dc\u62a4\u8eab\u7b26"},{"type":"\u9752\u7389\u62a4\u8eab\u7b26","text":"\u9752\u7389\u62a4\u8eab\u7b26"},{"type":"\u739b\u7459\u62a4\u8eab\u7b26","text":"\u739b\u7459\u62a4\u8eab\u7b26"},{"type":"\u661f\u76d8\u9879\u94fe","text":"\u661f\u76d8\u9879\u94fe"},{"type":"\u6734\u5b9e\u9879\u94fe","text":"\u6734\u5b9e\u9879\u94fe"},{"type":"\u805a\u7126\u9879\u94fe","text":"\u805a\u7126\u9879\u94fe"},{"type":"\u9ed1\u7259\u9b54\u7b26","text":"\u9ed1\u7259\u9b54\u7b26"},{"type":"\u5de8\u989a\u9b54\u7b26","text":"\u5de8\u989a\u9b54\u7b26"},{"type":"\u866b\u86f9\u9b54\u7b26","text":"\u866b\u86f9\u9b54\u7b26"},{"type":"\u72c2\u766b\u9b54\u7b26","text":"\u72c2\u766b\u9b54\u7b26"},{"type":"\u810a\u9aa8\u9b54\u7b26","text":"\u810a\u9aa8\u9b54\u7b26"},{"type":"\u7070\u70ec\u9b54\u7b26","text":"\u7070\u70ec\u9b54\u7b26"},{"type":"\u5b64\u89d2\u9b54\u7b26","text":"\u5b64\u89d2\u9b54\u7b26"},{"type":"\u6df1\u6e0a\u9b54\u7b26","text":"\u6df1\u6e0a\u9b54\u7b26"},{"type":"\u788e\u9aa8\u9b54\u7b26","text":"\u788e\u9aa8\u9b54\u7b26"},{"type":"\u4ea1\u624b\u9b54\u7b26","text":"\u4ea1\u624b\u9b54\u7b26"},{"type":"\u4e0d\u673d\u9b54\u7b26","text":"\u4e0d\u673d\u9b54\u7b26"},{"type":"\u8150\u9996\u9b54\u7b26","text":"\u8150\u9996\u9b54\u7b26"},{"type":"\u5e7b\u722a\u9b54\u7b26","text":"\u5e7b\u722a\u9b54\u7b26"},{"type":"\u7687\u9aa8\u9b54\u7b26","text":"\u7687\u9aa8\u9b54\u7b26"},{"type":"\u4ea1\u722a\u9b54\u7b26","text":"\u4ea1\u722a\u9b54\u7b26"},{"type":"\u65ad\u8788\u9b54\u7b26","text":"\u65ad\u8788\u9b54\u7b26"},{"type":"\u5492\u7b8d\u9b54\u7b26","text":"\u5492\u7b8d\u9b54\u7b26"},{"type":"\u53cc\u5b50\u9b54\u7b26","text":"\u53cc\u5b50\u9b54\u7b26"},{"type":"\u9f7f\u9ca8\u9b54\u7b26","text":"\u9f7f\u9ca8\u9b54\u7b26"},{"type":"\u5c16\u89d2\u9b54\u7b26","text":"\u5c16\u89d2\u9b54\u7b26"},{"type":"\u6f5c\u80fd\u9b54\u7b26","text":"\u6f5c\u80fd\u9b54\u7b26"},{"type":"\u4e09\u9f20\u9b54\u7b26","text":"\u4e09\u9f20\u9b54\u7b26"},{"type":"\u53cc\u7334\u9b54\u7b26","text":"\u53cc\u7334\u9b54\u7b26"},{"type":"\u957f\u7259\u9b54\u7b26","text":"\u957f\u7259\u9b54\u7b26"},{"type":"\u6b7b\u7fbd\u9b54\u7b26","text":"\u6b7b\u7fbd\u9b54\u7b26"},{"type":"\u7334\u638c\u9b54\u7b26","text":"\u7334\u638c\u9b54\u7b26"},{"type":"\u4e09\u624b\u9b54\u7b26","text":"\u4e09\u624b\u9b54\u7b26"},{"type":"\u72fc\u738b\u9b54\u7b26","text":"\u72fc\u738b\u9b54\u7b26"},{"type":"\u7d20\u5e03\u8170\u5e26","text":"\u7d20\u5e03\u8170\u5e26"},{"type":"\u6263\u94fe\u8170\u5e26","text":"\u6263\u94fe\u8170\u5e26"},{"type":"\u76ae\u9769\u8170\u5e26","text":"\u76ae\u9769\u8170\u5e26"},{"type":"\u91cd\u9769\u8170\u5e26","text":"\u91cd\u9769\u8170\u5e26"},{"type":"\u9970\u5e03\u8170\u5e26","text":"\u9970\u5e03\u8170\u5e26"},{"type":"\u6263\u9489\u8170\u5e26","text":"\u6263\u9489\u8170\u5e26"},{"type":"\u6df1\u6e0a\u8170\u5e26","text":"\u6df1\u6e0a\u8170\u5e26"},{"type":"\u5148\u950b\u8170\u5e26","text":"\u5148\u950b\u8170\u5e26"},{"type":"\u6c34\u6676\u8170\u5e26","text":"\u6c34\u6676\u8170\u5e26"},{"type":"\u4f4e\u917f\u8170\u5e26","text":"\u4f4e\u917f\u8170\u5e26"},{"type":"\u8b66\u6212\u8170\u5e26","text":"\u8b66\u6212\u8170\u5e26"},{"type":"\u88c2\u9699\u6212\u6307","text":"\u88c2\u9699\u6212\u6307"},{"type":"\u6212\u6307","text":"\u6212\u6307"},{"type":"\u953b\u94c1\u6212\u6307","text":"\u953b\u94c1\u6212\u6307"},{"type":"\u7d2b\u6676\u6212\u6307","text":"\u7d2b\u6676\u6212\u6307"},{"type":"\u5b9d\u94bb\u6212\u6307","text":"\u5b9d\u94bb\u6212\u6307"},{"type":"\u53cc\u7389\u6212\u6307","text":"\u53cc\u7389\u6212\u6307"},{"type":"\u6f5c\u80fd\u4e4b\u6212","text":"\u6f5c\u80fd\u4e4b\u6212"},{"type":"\u9aa8\u73af","text":"\u9aa8\u73af"},{"type":"\u73ca\u745a\u6212\u6307","text":"\u73ca\u745a\u6212\u6307"},{"type":"\u6d77\u7075\u6212\u6307","text":"\u6d77\u7075\u6212\u6307"},{"type":"\u91d1\u5149\u6212\u6307","text":"\u91d1\u5149\u6212\u6307"},{"type":"\u9ec4\u7389\u6212\u6307","text":"\u9ec4\u7389\u6212\u6307"},{"type":"\u84dd\u7389\u6212\u6307","text":"\u84dd\u7389\u6212\u6307"},{"type":"\u7ea2\u7389\u6212\u6307","text":"\u7ea2\u7389\u6212\u6307"},{"type":"\u4e09\u76f8\u6212\u6307","text":"\u4e09\u76f8\u6212\u6307"},{"type":"\u6708\u5149\u77f3\u6212\u6307","text":"\u6708\u5149\u77f3\u6212\u6307"},{"type":"\u5408\u91d1\u6212\u6307","text":"\u5408\u91d1\u6212\u6307"},{"type":"\u86cb\u767d\u77f3\u6212\u6307","text":"\u86cb\u767d\u77f3\u6212\u6307"},{"type":"\u6731\u7802\u4e4b\u6212","text":"\u6731\u7802\u4e4b\u6212"},{"type":"\u5929\u84dd\u4e4b\u6212","text":"\u5929\u84dd\u4e4b\u6212"},{"type":"\u9752\u77f3\u6212\u6307","text":"\u9752\u77f3\u6212\u6307"},{"type":"\u9f7f\u8f6e\u6212\u6307","text":"\u9f7f\u8f6e\u6212\u6307"},{"type":"\u5730\u7ebf\u6212\u6307","text":"\u5730\u7ebf\u6212\u6307"},{"type":"\u590d\u5408\u6212\u6307","text":"\u590d\u5408\u6212\u6307"},{"type":"\u96c6\u6210\u6212\u6307","text":"\u96c6\u6210\u6212\u6307"},{"type":"\u6e10\u53d8\u6212\u6307","text":"\u6e10\u53d8\u6212\u6307"},{"type":"\u87ba\u7eb9\u6212\u6307","text":"\u87ba\u7eb9\u6212\u6307"},{"type":"\u6212\u6307\uff1a\u66ae\u8272","text":"\u6212\u6307\uff1a\u66ae\u8272"},{"type":"\u6212\u6307\uff1a\u534a\u5f71","text":"\u6212\u6307\uff1a\u534a\u5f71"},{"type":"\u6212\u6307\uff1a\u8584\u66ae","text":"\u6212\u6307\uff1a\u8584\u66ae"},{"type":"\u6212\u6307\uff1a\u6697\u9ed1","text":"\u6212\u6307\uff1a\u6697\u9ed1"},{"type":"\u6212\u6307\uff1a\u6697\u5f71","text":"\u6212\u6307\uff1a\u6697\u5f71"},{"type":"\u8d4f\u91d1\u730e\u4eba\u9970\u54c1","text":"\u8d4f\u91d1\u730e\u4eba\u9970\u54c1"}]},{"id":"armour","label":"\u62a4\u7532","entries":[{"name":"\u5730\u52a8","type":"\u7f8a\u76ae\u77ed\u9774","text":"\u5730\u52a8 \u7f8a\u76ae\u77ed\u9774","flags":{"unique":true}},{"name":"\u6c34\u706b\u4e0d\u5bb9","type":"\u4f0f\u51fb\u62a4\u624b","text":"\u6c34\u706b\u4e0d\u5bb9 \u4f0f\u51fb\u62a4\u624b","flags":{"unique":true}},{"name":"\u6df1\u6e0a\u4e4b\u5524","type":"\u9525\u9876\u76d4","text":"\u6df1\u6e0a\u4e4b\u5524 \u9525\u9876\u76d4","flags":{"unique":true}},{"name":"\u6df1\u6e0a\u4e4b\u5524","type":"\u827e\u5179\u9ea6\u575a\u76d4","text":"\u6df1\u6e0a\u4e4b\u5524 \u827e\u5179\u9ea6\u575a\u76d4","flags":{"unique":true}},{"name":"\u5e7b\u8292\u5723\u76fe","type":"\u6597\u58eb\u9e22\u76fe","text":"\u5e7b\u8292\u5723\u76fe \u6597\u58eb\u9e22\u76fe","flags":{"unique":true}},{"name":"\u6c49\u6069\u7684\u8511\u89c6","type":"\u9886\u4e3b\u6218\u51a0","text":"\u6c49\u6069\u7684\u8511\u89c6 \u9886\u4e3b\u6218\u51a0","flags":{"unique":true}},{"name":"\u6c49\u6069\u7684\u9057\u4ea7","type":"\u5de8\u578b\u5854\u76fe","text":"\u6c49\u6069\u7684\u9057\u4ea7 \u5de8\u578b\u5854\u76fe","flags":{"unique":true}},{"name":"\u963f\u534e\u7eb3\u4e4b\u7259","type":"\u9ca8\u9f7f\u7bad\u888b","text":"\u963f\u534e\u7eb3\u4e4b\u7259 \u9ca8\u9f7f\u7bad\u888b","flags":{"unique":true}},{"name":"\u963f\u5bc7\u4e9a\u4e4b\u51dd\u89c6","type":"\u5f11\u541b\u4e4b\u9762","text":"\u963f\u5bc7\u4e9a\u4e4b\u51dd\u89c6 \u5f11\u541b\u4e4b\u9762","flags":{"unique":true}},{"name":"\u963f\u5c14\u8d1d\u9686\u7684\u5f81\u9014","type":"\u6218\u58eb\u4e4b\u9774","text":"\u963f\u5c14\u8d1d\u9686\u7684\u5f81\u9014 \u6218\u58eb\u4e4b\u9774","flags":{"unique":true}},{"name":"\u5c38\u50f5","type":"\u7981\u793c\u62a4\u624b","text":"\u5c38\u50f5 \u7981\u793c\u62a4\u624b","flags":{"unique":true}},{"name":"\u76f8\u751f\u76f8\u514b","type":"\u7f0e\u5e03\u624b\u5957","text":"\u76f8\u751f\u76f8\u514b \u7f0e\u5e03\u624b\u5957","flags":{"unique":true}},{"name":"\u76f8\u751f\u76f8\u514b","type":"\u672f\u58eb\u624b\u5957","text":"\u76f8\u751f\u76f8\u514b \u672f\u58eb\u624b\u5957","flags":{"unique":true}},{"name":"\u6781\u5730\u4e4b\u773c","type":"\u7f6a\u8005\u4e4b\u5e3d","text":"\u6781\u5730\u4e4b\u773c \u7f6a\u8005\u4e4b\u5e3d","flags":{"unique":true}},{"name":"\u5b89\u59c6\u5e03\u7684\u6218\u7532","type":"\u5723\u6218\u9501\u7532","text":"\u5b89\u59c6\u5e03\u7684\u6218\u7532 \u5723\u6218\u9501\u7532","flags":{"unique":true}},{"name":"\u4e0a\u53e4\u4e4b\u9885","type":"\u5524\u9aa8\u5934\u76d4","text":"\u4e0a\u53e4\u4e4b\u9885 \u5524\u9aa8\u5934\u76d4","flags":{"unique":true}},{"name":"\u6bc1\u706d\u7684\u903c\u8fd1","type":"\u9f99\u9cde\u957f\u9774","text":"\u6bc1\u706d\u7684\u903c\u8fd1 \u9f99\u9cde\u957f\u9774","flags":{"unique":true}},{"name":"\u827e\u666e\u4e4b\u68a6","type":"\u74e6\u5c14\u9b54\u76fe","text":"\u827e\u666e\u4e4b\u68a6 \u74e6\u5c14\u9b54\u76fe","flags":{"unique":true}},{"name":"\u827e\u666e\u4e4b\u68a6","type":"\u8fdc\u53e4\u9b54\u76fe","text":"\u827e\u666e\u4e4b\u68a6 \u8fdc\u53e4\u9b54\u76fe","flags":{"unique":true}},{"name":"\u827e\u666e\u7684\u9738\u6743","type":"\u74e6\u5c14\u9b54\u76fe","text":"\u827e\u666e\u7684\u9738\u6743 \u74e6\u5c14\u9b54\u76fe","flags":{"unique":true}},{"name":"\u5efa\u7b51\u5e08\u4e4b\u624b","type":"\u6263\u73af\u62a4\u624b","text":"\u5efa\u7b51\u5e08\u4e4b\u624b \u6263\u73af\u62a4\u624b","flags":{"unique":true}},{"name":"\u5efa\u7b51\u5e08\u4e4b\u624b","type":"\u4f0f\u51fb\u62a4\u624b","text":"\u5efa\u7b51\u5e08\u4e4b\u624b \u4f0f\u51fb\u62a4\u624b","flags":{"unique":true}},{"name":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u4f18\u96c5\u4e4b\u6b4c","type":"\u94c1\u953b\u4e4b\u51a0","text":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u4f18\u96c5\u4e4b\u6b4c \u94c1\u953b\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u5b89\u629a\u4e4b\u8bed","type":"\u4e1d\u7ef8\u624b\u5957","text":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u5b89\u629a\u4e4b\u8bed \u4e1d\u7ef8\u624b\u5957","flags":{"unique":true}},{"name":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u8fc5\u654f\u4e4b\u51a0","type":"\u94c1\u953b\u4e4b\u51a0","text":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u8fc5\u654f\u4e4b\u51a0 \u94c1\u953b\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u62c2\u70ec","type":"\u9e7f\u76ae\u5916\u5957","text":"\u62c2\u70ec \u9e7f\u76ae\u5916\u5957","flags":{"unique":true}},{"name":"\u51b0\u7075\u4e4b\u543c","type":"\u53cc\u950b\u7bad\u888b","text":"\u51b0\u7075\u4e4b\u543c \u53cc\u950b\u7bad\u888b","flags":{"unique":true}},{"name":"\u51b0\u7075\u4e4b\u543c","type":"\u98de\u7fbd\u7bad\u888b","text":"\u51b0\u7075\u4e4b\u543c \u98de\u7fbd\u7bad\u888b","flags":{"unique":true}},{"name":"\u5343\u91cc\u72d9\u654c","type":"\u7f6a\u8005\u4e4b\u5e3d","text":"\u5343\u91cc\u72d9\u654c \u7f6a\u8005\u4e4b\u5e3d","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u6377\u601d","type":"\u74e6\u5c14\u62a4\u624b","text":"\u963f\u5179\u91cc\u7684\u6377\u601d \u74e6\u5c14\u62a4\u624b","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u4e4b\u955c","type":"\u91d1\u9633\u8f7b\u76fe","text":"\u963f\u5179\u91cc\u4e4b\u955c \u91d1\u9633\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u53cd\u51fb","type":"\u91d1\u9633\u8f7b\u76fe","text":"\u963f\u5179\u91cc\u7684\u53cd\u51fb \u91d1\u9633\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u5a01\u6743","type":"\u796d\u793c\u675f\u8863","text":"\u963f\u5179\u91cc\u7684\u5a01\u6743 \u796d\u793c\u675f\u8863","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u91d1\u5c65","type":"\u8ff7\u8e2a\u77ed\u9774","text":"\u963f\u5179\u91cc\u7684\u91d1\u5c65 \u8ff7\u8e2a\u77ed\u9774","flags":{"unique":true}},{"name":"\u5965\u5e93\u5a1c\u7684\u610f\u5fd7","type":"\u73af\u5e26\u62a4\u624b","text":"\u5965\u5e93\u5a1c\u7684\u610f\u5fd7 \u73af\u5e26\u62a4\u624b","flags":{"unique":true}},{"name":"\u5bcc\u8d35\u4e4b\u8fd0","type":"\u94a2\u5f71\u62a4\u624b","text":"\u5bcc\u8d35\u4e4b\u8fd0 \u94a2\u5f71\u62a4\u624b","flags":{"unique":true}},{"name":"\u75af\u72c2\u7684\u8c61\u5f81","type":"\u5f02\u8272\u978b(\u51b0\u95ea)","text":"\u75af\u72c2\u7684\u8c61\u5f81 \u5f02\u8272\u978b(\u51b0\u95ea)","flags":{"unique":true}},{"name":"\u75af\u72c2\u7684\u8c61\u5f81","type":"\u5f02\u8272\u978b (\u706b\u51b0)","text":"\u75af\u72c2\u7684\u8c61\u5f81 \u5f02\u8272\u978b (\u706b\u51b0)","flags":{"unique":true}},{"name":"\u75af\u72c2\u7684\u8c61\u5f81","type":"\u5f02\u8272\u978b (\u706b\u95ea)","text":"\u75af\u72c2\u7684\u8c61\u5f81 \u5f02\u8272\u978b (\u706b\u95ea)","flags":{"unique":true}},{"name":"\u517d\u8179","type":"\u8fde\u8eab\u9f99\u9cde\u6218\u7532","text":"\u517d\u8179 \u8fde\u8eab\u9f99\u9cde\u6218\u7532","flags":{"unique":true}},{"name":"\u82e6\u75db\u4e4b\u5904","type":"\u5de8\u4eba\u9b54\u76fe","text":"\u82e6\u75db\u4e4b\u5904 \u5de8\u4eba\u9b54\u76fe","flags":{"unique":true}},{"name":"\u9ed1\u708e\u4e4b\u8292","type":"\u706b\u7130\u7bad\u888b","text":"\u9ed1\u708e\u4e4b\u8292 \u706b\u7130\u7bad\u888b","flags":{"unique":true}},{"name":"\u9ed1\u708e\u4e4b\u8292","type":"\u706b\u7075\u7bad\u888b","text":"\u9ed1\u708e\u4e4b\u8292 \u706b\u7075\u7bad\u888b","flags":{"unique":true}},{"name":"\u9ed1\u708e\u4e4b\u8292","type":"\u71c3\u77e2\u7bad\u888b","text":"\u9ed1\u708e\u4e4b\u8292 \u71c3\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u9ed1\u9633\u4e4b\u51a0","type":"\u6f06\u5f69\u4e4b\u76d4","text":"\u9ed1\u9633\u4e4b\u51a0 \u6f06\u5f69\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u6f06\u9ed1\u5929\u9876","type":"\u4e1d\u7ef8\u624b\u5957","text":"\u6f06\u9ed1\u5929\u9876 \u4e1d\u7ef8\u624b\u5957","flags":{"unique":true}},{"name":"\u4eb5\u6e0e\u8005\u4e4b\u63e1","type":"\u6697\u5f71\u62a4\u624b","text":"\u4eb5\u6e0e\u8005\u4e4b\u63e1 \u6697\u5f71\u62a4\u624b","flags":{"unique":true}},{"name":"\u8840\u8109\u76f8\u8fde","type":"\u9aa8\u5236\u6218\u7532","text":"\u8840\u8109\u76f8\u8fde \u9aa8\u5236\u6218\u7532","flags":{"unique":true}},{"name":"\u8840\u503a","type":"\u63a0\u593a\u8005\u4e4b\u76d4","text":"\u8840\u503a \u63a0\u593a\u8005\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u8e52\u8dda\u5de8\u517d","type":"\u661f\u8292\u6218\u94e0","text":"\u8e52\u8dda\u5de8\u517d \u661f\u8292\u6218\u94e0","flags":{"unique":true}},{"name":"\u7075\u9ab8\u4e4b\u5c65","type":"\u4e1d\u7ef8\u4fbf\u978b","text":"\u7075\u9ab8\u4e4b\u5c65 \u4e1d\u7ef8\u4fbf\u978b","flags":{"unique":true}},{"name":"\u523a\u68d8\u5b9d\u7532","type":"\u94c1\u5236\u80cc\u5fc3","text":"\u523a\u68d8\u5b9d\u7532 \u94c1\u5236\u80cc\u5fc3","flags":{"unique":true}},{"name":"\u627c\u606f\u8005","type":"\u706b\u876e\u9cde\u624b\u5957","text":"\u627c\u606f\u8005 \u706b\u876e\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u5e03\u7433\u6d1b\u7279\u4e4b\u65d7","type":"\u73af\u5f62\u9b54\u76fe","text":"\u5e03\u7433\u6d1b\u7279\u4e4b\u65d7 \u73af\u5f62\u9b54\u76fe","flags":{"unique":true}},{"name":"\u5e03\u7433\u6d1b\u7279\u5cb8\u884c\u8005","type":"\u730e\u4eba\u4e4b\u9774","text":"\u5e03\u7433\u6d1b\u7279\u5cb8\u884c\u8005 \u730e\u4eba\u4e4b\u9774","flags":{"unique":true}},{"name":"\u8352\u9014","type":"\u6263\u73af\u76ae\u7532","text":"\u8352\u9014 \u6263\u73af\u76ae\u7532","flags":{"unique":true}},{"name":"\u8352\u9014","type":"\u65e5\u5149\u76ae\u7532","text":"\u8352\u9014 \u65e5\u5149\u76ae\u7532","flags":{"unique":true}},{"name":"\u7834\u788e\u4fe1\u5ff5","type":"\u5a01\u80fd\u9e22\u76fe","text":"\u7834\u788e\u4fe1\u5ff5 \u5a01\u80fd\u9e22\u76fe","flags":{"unique":true}},{"name":"\u5e03\u9686\u7684\u5f71\u8863","type":"\u6b7b\u795e\u4e4b\u88c5","text":"\u5e03\u9686\u7684\u5f71\u8863 \u6b7b\u795e\u4e4b\u88c5","flags":{"unique":true}},{"name":"\u9f20\u75ab\u4e4b\u6e90","type":"\u6697\u5f71\u8005\u957f\u9774","text":"\u9f20\u75ab\u4e4b\u6e90 \u6697\u5f71\u8005\u957f\u9774","flags":{"unique":true}},{"name":"\u5361\u8fea\u7518\u738b\u51a0","type":"\u7b26\u6587\u738b\u51a0","text":"\u5361\u8fea\u7518\u738b\u51a0 \u7b26\u6587\u738b\u51a0","flags":{"unique":true}},{"name":"\u81f4\u547d\u4e4b\u4f53","type":"\u6620\u5f69\u5916\u5957","text":"\u81f4\u547d\u4e4b\u4f53 \u6620\u5f69\u5916\u5957","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u76db\u5bb4","type":"\u6263\u9489\u624b\u5957","text":"\u65e0\u5c3d\u76db\u5bb4 \u6263\u9489\u624b\u5957","flags":{"unique":true}},{"name":"\u5c06\u519b\u7684\u590d\u751f","type":"\u5723\u6d01\u9501\u7532","text":"\u5c06\u519b\u7684\u590d\u751f \u5723\u6d01\u9501\u7532","flags":{"unique":true}},{"name":"\u6050\u60e7\u4e4b\u7f36","type":"\u6218\u4e89\u8f7b\u76fe","text":"\u6050\u60e7\u4e4b\u7f36 \u6218\u4e89\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u4e94\u8292\u5c4f\u969c","type":"\u4e4c\u6728\u5854\u76fe","text":"\u4e94\u8292\u5c4f\u969c \u4e4c\u6728\u5854\u76fe","flags":{"unique":true}},{"name":"\u859b\u9c81\u5bbe\u7684\u6076\u4f5c\u5267","type":"\u80dc\u5229\u76d4\u7532","text":"\u859b\u9c81\u5bbe\u7684\u6076\u4f5c\u5267 \u80dc\u5229\u76d4\u7532","flags":{"unique":true}},{"name":"\u5207\u7279\u65af\u7684\u5a01\u6743","type":"\u64cd\u7075\u8005\u4e4b\u51a0","text":"\u5207\u7279\u65af\u7684\u5a01\u6743 \u64cd\u7075\u8005\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u536b\u9053\u4e4b\u888d","type":"\u8584\u886c\u8863","text":"\u536b\u9053\u4e4b\u888d \u8584\u886c\u8863","flags":{"unique":true}},{"name":"\u536b\u9053\u4e4b\u888d","type":"\u6f06\u5f69\u675f\u8863","text":"\u536b\u9053\u4e4b\u888d \u6f06\u5f69\u675f\u8863","flags":{"unique":true}},{"name":"\u70c8\u708e\u4e4b\u888d","type":"\u5b66\u8005\u4e4b\u888d","text":"\u70c8\u708e\u4e4b\u888d \u5b66\u8005\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5854\u6e29\u7684\u62ab\u98ce","type":"\u667a\u8005\u4e4b\u888d","text":"\u5854\u6e29\u7684\u62ab\u98ce \u667a\u8005\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5de8\u5751\u4e4b\u4ee4","type":"\u4eea\u5f0f\u624b\u5957","text":"\u5de8\u5751\u4e4b\u4ee4 \u4eea\u5f0f\u624b\u5957","flags":{"unique":true}},{"name":"\u7075\u67e9\u884c\u8005","type":"\u7981\u793c\u4e4b\u9774","text":"\u7075\u67e9\u884c\u8005 \u7981\u793c\u4e4b\u9774","flags":{"unique":true}},{"name":"\u5361\u65af\u666e\u91cc\u610f\u5fd7","type":"\u6697\u5f71\u4e4b\u88c5","text":"\u5361\u65af\u666e\u91cc\u610f\u5fd7 \u6697\u5f71\u4e4b\u88c5","flags":{"unique":true}},{"name":"\u55dc\u96f7\u4e4b\u51a0","type":"\u65e5\u8000\u4e4b\u51a0","text":"\u55dc\u96f7\u4e4b\u51a0 \u65e5\u8000\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u55dc\u5bd2\u4e4b\u51a0","type":"\u7ef8\u7f0e\u4e4b\u515c","text":"\u55dc\u5bd2\u4e4b\u51a0 \u7ef8\u7f0e\u4e4b\u515c","flags":{"unique":true}},{"name":"\u55dc\u706b\u4e4b\u51a0","type":"\u827e\u5179\u9ea6\u575a\u76d4","text":"\u55dc\u706b\u4e4b\u51a0 \u827e\u5179\u9ea6\u575a\u76d4","flags":{"unique":true}},{"name":"\u843d\u77f3","type":"\u952f\u9f7f\u7bad\u888b","text":"\u843d\u77f3 \u952f\u9f7f\u7bad\u888b","flags":{"unique":true}},{"name":"\u5ca9\u5934","type":"\u952f\u9f7f\u7bad\u888b","text":"\u5ca9\u5934 \u952f\u9f7f\u7bad\u888b","flags":{"unique":true}},{"name":"\u6df1\u6d77\u9b54\u7532","type":"\u91d1\u8000\u4e4b\u94e0","text":"\u6df1\u6d77\u9b54\u7532 \u91d1\u8000\u4e4b\u94e0","flags":{"unique":true}},{"name":"\u6df1\u6d77\u9b54\u89d2","type":"\u884c\u653f\u8005\u6218\u51a0","text":"\u6df1\u6d77\u9b54\u89d2 \u884c\u653f\u8005\u6218\u51a0","flags":{"unique":true}},{"name":"\u6df1\u6d77\u9b54\u94b3","type":"\u5de8\u4eba\u62a4\u624b","text":"\u6df1\u6d77\u9b54\u94b3 \u5de8\u4eba\u62a4\u624b","flags":{"unique":true}},{"name":"\u6df1\u6d77\u9b54\u8db3","type":"\u5de8\u7075\u80eb\u7532","text":"\u6df1\u6d77\u9b54\u8db3 \u5de8\u7075\u80eb\u7532","flags":{"unique":true}},{"name":"\u6e34\u671b\u4e4b\u51a0","type":"\u5168\u7f69\u6218\u76d4","text":"\u6e34\u671b\u4e4b\u51a0 \u5168\u7f69\u6218\u76d4","flags":{"unique":true}},{"name":"\u666e\u5170\u5fb7\u65af\u4e4b\u5fbd","type":"\u677e\u6728\u8f7b\u76fe","text":"\u666e\u5170\u5fb7\u65af\u4e4b\u5fbd \u677e\u6728\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u90aa\u773c\u4e4b\u51a0","type":"\u7075\u4e3b\u4e4b\u73af","text":"\u90aa\u773c\u4e4b\u51a0 \u7075\u4e3b\u4e4b\u73af","flags":{"unique":true}},{"name":"\u5185\u7701\u4e4b\u51a0","type":"\u7bb4\u8a00\u6218\u51a0","text":"\u5185\u7701\u4e4b\u51a0 \u7bb4\u8a00\u6218\u51a0","flags":{"unique":true}},{"name":"\u6b92\u7687\u4e4b\u51a0","type":"\u5f11\u541b\u4e4b\u9762","text":"\u6b92\u7687\u4e4b\u51a0 \u5f11\u541b\u4e4b\u9762","flags":{"unique":true}},{"name":"\u66b4\u541b\u738b\u51a0","type":"\u884c\u653f\u8005\u6218\u51a0","text":"\u66b4\u541b\u738b\u51a0 \u884c\u653f\u8005\u6218\u51a0","flags":{"unique":true}},{"name":"\u523a\u68d8\u4e4b\u51a0","type":"\u85e4\u8513\u4e4b\u51a0","text":"\u523a\u68d8\u4e4b\u51a0 \u85e4\u8513\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u6c34\u6676\u5893\u7a74","type":"\u7cbe\u5236\u73af\u7532","text":"\u6c34\u6676\u5893\u7a74 \u7cbe\u5236\u73af\u7532","flags":{"unique":true}},{"name":"\u591c\u5e55\u53ec\u5524","type":"\u75ab\u707e\u4e4b\u9762","text":"\u591c\u5e55\u53ec\u5524 \u75ab\u707e\u4e4b\u9762","flags":{"unique":true}},{"name":"\u732e\u796d\u821e\u978b","type":"\u7f1a\u8db3\u957f\u9774","text":"\u732e\u796d\u821e\u978b \u7f1a\u8db3\u957f\u9774","flags":{"unique":true}},{"name":"\u732e\u796d\u821e\u978b","type":"\u7981\u793c\u4e4b\u9774","text":"\u732e\u796d\u821e\u978b \u7981\u793c\u4e4b\u9774","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7d22\u7684\u52c7\u8005\u4e4b\u76fe","type":"\u53e4\u4ee3\u5706\u76fe","text":"\u5fb7\u745e\u7d22\u7684\u52c7\u8005\u4e4b\u76fe \u53e4\u4ee3\u5706\u76fe","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7d22\u7684\u536b\u8863","type":"\u8fde\u8eab\u9f99\u9cde\u94e0","text":"\u5fb7\u745e\u7d22\u7684\u536b\u8863 \u8fde\u8eab\u9f99\u9cde\u94e0","flags":{"unique":true}},{"name":"\u6697\u96f7","type":"\u9f99\u9cde\u957f\u9774","text":"\u6697\u96f7 \u9f99\u9cde\u957f\u9774","flags":{"unique":true}},{"name":"\u7834\u6653\u8005","type":"\u5de8\u578b\u5854\u76fe","text":"\u7834\u6653\u8005 \u5de8\u578b\u5854\u76fe","flags":{"unique":true}},{"name":"\u9ece\u660e\u884c\u8005","type":"\u74e6\u5c14\u80eb\u7532","text":"\u9ece\u660e\u884c\u8005 \u74e6\u5c14\u80eb\u7532","flags":{"unique":true}},{"name":"\u6b7b\u4ea1\u5927\u95e8","type":"\u5723\u6218\u957f\u9774","text":"\u6b7b\u4ea1\u5927\u95e8 \u5723\u6218\u957f\u9774","flags":{"unique":true}},{"name":"\u51a5\u4f7f\u4e4b\u4f53","type":"\u661f\u8292\u6218\u94e0","text":"\u51a5\u4f7f\u4e4b\u4f53 \u661f\u8292\u6218\u94e0","flags":{"unique":true}},{"name":"\u730e\u8e2a","type":"\u9e7f\u76ae\u77ed\u9774","text":"\u730e\u8e2a \u9e7f\u76ae\u77ed\u9774","flags":{"unique":true}},{"name":"\u4e27\u949f","type":"\u91d1\u9762\u62a4\u76d4","text":"\u4e27\u949f \u91d1\u9762\u62a4\u76d4","flags":{"unique":true}},{"name":"\u4e27\u543c","type":"\u91d1\u9762\u62a4\u76d4","text":"\u4e27\u543c \u91d1\u9762\u62a4\u76d4","flags":{"unique":true}},{"name":"\u5347\u534e\u7edf\u5fa1","type":"\u9ec4\u91d1\u6218\u7532","text":"\u5347\u534e\u7edf\u5fa1 \u9ec4\u91d1\u6218\u7532","flags":{"unique":true}},{"name":"\u534a\u795e\u7684\u4e0d\u673d","type":"\u91d1\u8272\u9762\u5177","text":"\u534a\u795e\u7684\u4e0d\u673d \u91d1\u8272\u9762\u5177","flags":{"unique":true}},{"name":"\u6076\u9b54\u7f1d\u8865\u8005","type":"\u7f0e\u5e03\u624b\u5957","text":"\u6076\u9b54\u7f1d\u8865\u8005 \u7f0e\u5e03\u624b\u5957","flags":{"unique":true}},{"name":"\u7bad\u4e3d\u6bd2\u86d9","type":"\u54e8\u5175\u4e4b\u8863","text":"\u7bad\u4e3d\u6bd2\u86d9 \u54e8\u5175\u4e4b\u8863","flags":{"unique":true}},{"name":"\u5fb7\u6c83\u6258\u7684\u4fe1\u5ff5\u4e4b\u76d4","type":"\u68a6\u9b47\u6218\u76d4","text":"\u5fb7\u6c83\u6258\u7684\u4fe1\u5ff5\u4e4b\u76d4 \u68a6\u9b47\u6218\u76d4","flags":{"unique":true}},{"name":"\u65e0\u6094\u4e4b\u7231","type":"\u8d24\u8005\u4e4b\u888d","text":"\u65e0\u6094\u4e4b\u7231 \u8d24\u8005\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7684\u6076\u5ff5","type":"\u4e1d\u7ed2\u624b\u5957","text":"\u5fb7\u745e\u7684\u6076\u5ff5 \u4e1d\u7ed2\u624b\u5957","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7684\u8511\u89c6","type":"\u6708\u5f71\u4e4b\u51a0","text":"\u5fb7\u745e\u7684\u8511\u89c6 \u6708\u5f71\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u5fb7\u745e\u4e4b\u80a4","type":"\u6bd2\u86db\u4e1d\u4e4b\u888d","text":"\u5fb7\u745e\u4e4b\u80a4 \u6bd2\u86db\u4e1d\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7684\u7cbe\u795e\u624b\u5957","type":"\u4e1d\u7ed2\u624b\u5957","text":"\u5fb7\u745e\u7684\u7cbe\u795e\u624b\u5957 \u4e1d\u7ed2\u624b\u5957","flags":{"unique":true}},{"name":"\u53d8\u5f62\u8005\u5916\u8863","type":"\u72c2\u8650\u8005\u675f\u8863","text":"\u53d8\u5f62\u8005\u5916\u8863 \u72c2\u8650\u8005\u675f\u8863","flags":{"unique":true}},{"name":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3","type":"\u8ff7\u8e2a\u77ed\u9774","text":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3 \u8ff7\u8e2a\u77ed\u9774","flags":{"unique":true}},{"name":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3","type":"\u672f\u58eb\u957f\u9774","text":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3 \u672f\u58eb\u957f\u9774","flags":{"unique":true}},{"name":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3","type":"\u5de8\u4eba\u80eb\u7532","text":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3 \u5de8\u4eba\u80eb\u7532","flags":{"unique":true}},{"name":"\u591a\u91cc\u4e9a\u5c3c\u4e4b\u62f3","type":"\u74e6\u5c14\u62a4\u624b","text":"\u591a\u91cc\u4e9a\u5c3c\u4e4b\u62f3 \u74e6\u5c14\u62a4\u624b","flags":{"unique":true}},{"name":"\u591a\u91cc\u4e9a\u5c3c\u7684\u8bd5\u4f5c\u7532","type":"\u5723\u8005\u94fe\u7532","text":"\u591a\u91cc\u4e9a\u5c3c\u7684\u8bd5\u4f5c\u7532 \u5723\u8005\u94fe\u7532","flags":{"unique":true}},{"name":"\u7a7f\u5fc3","type":"\u7a7f\u5c04\u7bad\u888b","text":"\u7a7f\u5fc3 \u7a7f\u5c04\u7bad\u888b","flags":{"unique":true}},{"name":"\u5e7d\u6697\u51cb\u96f6","type":"\u94c1\u5f71\u957f\u9774","text":"\u5e7d\u6697\u51cb\u96f6 \u94c1\u5f71\u957f\u9774","flags":{"unique":true}},{"name":"\u8fce\u66ae","type":"\u94c1\u5f71\u957f\u9774","text":"\u8fce\u66ae \u94c1\u5f71\u957f\u9774","flags":{"unique":true}},{"name":"\u5e0c\u4f2f\u7684\u9738\u6743","type":"\u7075\u4e3b\u4e4b\u73af","text":"\u5e0c\u4f2f\u7684\u9738\u6743 \u7075\u4e3b\u4e4b\u73af","flags":{"unique":true}},{"name":"\u521b\u9020\u56de\u58f0","type":"\u7687\u5ba4\u575a\u76d4","text":"\u521b\u9020\u56de\u58f0 \u7687\u5ba4\u575a\u76d4","flags":{"unique":true}},{"name":"\u4f0a\u5170\u96c5\u672c\u4e4b\u5bb9","type":"\u51fb\u5251\u58eb\u4e4b\u76d4","text":"\u4f0a\u5170\u96c5\u672c\u4e4b\u5bb9 \u51fb\u5251\u58eb\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u827e\u5c14\u5f17\u96f7","type":"\u72fc\u9996\u76ae\u76d4","text":"\u827e\u5c14\u5f17\u96f7 \u72fc\u9996\u76ae\u76d4","flags":{"unique":true}},{"name":"\u7687\u5e1d\u7684\u8b66\u6212","type":"\u51b7\u94a2\u9e22\u76fe","text":"\u7687\u5e1d\u7684\u8b66\u6212 \u51b7\u94a2\u9e22\u76fe","flags":{"unique":true}},{"name":"\u5e1d\u56fd\u4e4b\u638c","type":"\u5de8\u7075\u62a4\u624b","text":"\u5e1d\u56fd\u4e4b\u638c \u5de8\u7075\u62a4\u624b","flags":{"unique":true}},{"name":"\u71b5\u80fd\u6bc1\u706d","type":"\u6697\u5f71\u62a4\u624b","text":"\u71b5\u80fd\u6bc1\u706d \u6697\u5f71\u62a4\u624b","flags":{"unique":true}},{"name":"\u827e\u8bb8\u4e4b\u955c","type":"\u6697\u91d1\u9b54\u76fe","text":"\u827e\u8bb8\u4e4b\u955c \u6697\u91d1\u9b54\u76fe","flags":{"unique":true}},{"name":"\u827e\u8bb8\u4e4b\u955c","type":"\u74e6\u5c14\u9b54\u76fe","text":"\u827e\u8bb8\u4e4b\u955c \u74e6\u5c14\u9b54\u76fe","flags":{"unique":true}},{"name":"\u827e\u8bb8\u4e4b\u9762","type":"\u74e6\u5c14\u9b54\u76fe","text":"\u827e\u8bb8\u4e4b\u9762 \u74e6\u5c14\u9b54\u76fe","flags":{"unique":true}},{"name":"\u8fdc\u5f81\u5c3d\u5934","type":"\u54e8\u5175\u4e4b\u8863","text":"\u8fdc\u5f81\u5c3d\u5934 \u54e8\u5175\u4e4b\u8863","flags":{"unique":true}},{"name":"\u6028\u6068\u4e4b\u773c","type":"\u65e0\u60c5\u4e4b\u9762","text":"\u6028\u6068\u4e4b\u773c \u65e0\u60c5\u4e4b\u9762","flags":{"unique":true}},{"name":"\u827e\u5179\u9ea6\u4e4b\u63e1","type":"\u7c97\u94c1\u76d4","text":"\u827e\u5179\u9ea6\u4e4b\u63e1 \u7c97\u94c1\u76d4","flags":{"unique":true}},{"name":"\u827e\u5179\u9ea6\u7684\u8363\u5149","type":"\u7c97\u94c1\u76d4","text":"\u827e\u5179\u9ea6\u7684\u8363\u5149 \u7c97\u94c1\u76d4","flags":{"unique":true}},{"name":"\u6bc1\u9762\u8005","type":"\u6263\u73af\u62a4\u624b","text":"\u6bc1\u9762\u8005 \u6263\u73af\u62a4\u624b","flags":{"unique":true}},{"name":"\u8d39\u5c14\u4e4b\u5e3d","type":"\u4e09\u89d2\u5e3d","text":"\u8d39\u5c14\u4e4b\u5e3d \u4e09\u89d2\u5e3d","flags":{"unique":true}},{"name":"\u4fe1\u4ef0\u5b88\u536b","type":"\u7b26\u6587\u5934\u76d4","text":"\u4fe1\u4ef0\u5b88\u536b \u7b26\u6587\u5934\u76d4","flags":{"unique":true}},{"name":"\u5927\u5730\u4e4b\u7259","type":"\u9e70\u5599\u4e4b\u9762","text":"\u5927\u5730\u4e4b\u7259 \u9e70\u5599\u4e4b\u9762","flags":{"unique":true}},{"name":"\u5927\u5730\u4e4b\u75d5","type":"\u8ff7\u8e2a\u77ed\u9774","text":"\u5927\u5730\u4e4b\u75d5 \u8ff7\u8e2a\u77ed\u9774","flags":{"unique":true}},{"name":"\u5927\u5730\u4e4b\u62a4","type":"\u80dc\u5229\u76d4\u7532","text":"\u5927\u5730\u4e4b\u62a4 \u80dc\u5229\u76d4\u7532","flags":{"unique":true}},{"name":"\u5927\u5730\u4e4b\u63e1","type":"\u706b\u876e\u9cde\u624b\u5957","text":"\u5927\u5730\u4e4b\u63e1 \u706b\u876e\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u6697\u591c\u5f11\u8863","type":"\u6bd2\u86db\u4e1d\u4e4b\u888d","text":"\u6697\u591c\u5f11\u8863 \u6bd2\u86db\u4e1d\u4e4b\u888d","flags":{"unique":true}},{"name":"\u6697\u591c\u523a\u8db3","type":"\u6697\u5f71\u4e4b\u9774","text":"\u6697\u591c\u523a\u8db3 \u6697\u5f71\u4e4b\u9774","flags":{"unique":true}},{"name":"\u6697\u591c\u6bd2\u7259","type":"\u64cd\u7075\u8005\u4e4b\u51a0","text":"\u6697\u591c\u6bd2\u7259 \u64cd\u7075\u8005\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u6697\u591c\u7ec7\u793c","type":"\u7981\u793c\u62a4\u624b","text":"\u6697\u591c\u7ec7\u793c \u7981\u793c\u62a4\u624b","flags":{"unique":true}},{"name":"\u5353\u8bc6","type":"\u65e5\u8000\u4e4b\u51a0","text":"\u5353\u8bc6 \u65e5\u8000\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u8089\u4f53\u4e0e\u9b42\u7075","type":"\u94c1\u5f71\u624b\u5957","text":"\u8089\u4f53\u4e0e\u9b42\u7075 \u94c1\u5f71\u624b\u5957","flags":{"unique":true}},{"name":"\u5851\u8840\u5de8\u5320","type":"\u64cd\u7075\u8005\u80cc\u5fc3","text":"\u5851\u8840\u5de8\u5320 \u64cd\u7075\u8005\u80cc\u5fc3","flags":{"unique":true}},{"name":"\u96f7\u9e23\u6d17\u793c","type":"\u94a2\u955c\u523a\u76fe","text":"\u96f7\u9e23\u6d17\u793c \u94a2\u955c\u523a\u76fe","flags":{"unique":true}},{"name":"\u7981\u65ad\u7684\u519b\u5e3d","type":"\u5f3a\u5316\u5de8\u76d4","text":"\u7981\u65ad\u7684\u519b\u5e3d \u5f3a\u5316\u5de8\u76d4","flags":{"unique":true}},{"name":"\u72d0\u8fd0\u5f3a\u94e0","type":"\u72c2\u91ce\u90e8\u65cf\u76ae\u7532","text":"\u72d0\u8fd0\u5f3a\u94e0 \u72c2\u91ce\u90e8\u65cf\u76ae\u7532","flags":{"unique":true}},{"name":"\u72d0\u6bdb\u94e0","type":"\u72c2\u91ce\u90e8\u65cf\u76ae\u7532","text":"\u72d0\u6bdb\u94e0 \u72c2\u91ce\u90e8\u65cf\u76ae\u7532","flags":{"unique":true}},{"name":"\u5206\u5f62\u601d\u7ef4","type":"\u74e6\u5c14\u4e4b\u9762","text":"\u5206\u5f62\u601d\u7ef4 \u74e6\u5c14\u4e4b\u9762","flags":{"unique":true}},{"name":"\u51b0\u72f1","type":"\u9769\u515c","text":"\u51b0\u72f1 \u9769\u515c","flags":{"unique":true}},{"name":"\u7070\u773c","type":"\u65e5\u8000\u4e4b\u51a0","text":"\u7070\u773c \u65e5\u8000\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u535a\u8fd0\u6b65\u4f10","type":"\u706b\u876e\u9cde\u957f\u9774","text":"\u535a\u8fd0\u6b65\u4f10 \u706b\u876e\u9cde\u957f\u9774","flags":{"unique":true}},{"name":"\u521a\u52c7","type":"\u519b\u56e2\u957f\u9774","text":"\u521a\u52c7 \u519b\u56e2\u957f\u9774","flags":{"unique":true}},{"name":"\u65e0\u5e38\u6cd5\u888d","type":"\u667a\u8005\u4e4b\u888d","text":"\u65e0\u5e38\u6cd5\u888d \u667a\u8005\u4e4b\u888d","flags":{"unique":true}},{"name":"\u76d6\u5362\u574e\u7684\u98de\u5347","type":"\u533f\u8e2a\u77ed\u9774","text":"\u76d6\u5362\u574e\u7684\u98de\u5347 \u533f\u8e2a\u77ed\u9774","flags":{"unique":true}},{"name":"\u5409\u5c14\u83f2\u7684\u8363\u5149","type":"\u5f3a\u5316\u5de8\u76d4","text":"\u5409\u5c14\u83f2\u7684\u8363\u5149 \u5f3a\u5316\u5de8\u76d4","flags":{"unique":true}},{"name":"\u5409\u5c14\u83f2\u7684\u9057\u4ea7","type":"\u5f3a\u5316\u5de8\u76d4","text":"\u5409\u5c14\u83f2\u7684\u9057\u4ea7 \u5f3a\u5316\u5de8\u76d4","flags":{"unique":true}},{"name":"\u5409\u5c14\u83f2\u7684\u5723\u6bbf","type":"\u6743\u8d35\u73af\u7532","text":"\u5409\u5c14\u83f2\u7684\u5723\u6bbf \u6743\u8d35\u73af\u7532","flags":{"unique":true}},{"name":"\u4ee3\u7b14\u4eba","type":"\u7ef8\u7f0e\u80cc\u5fc3","text":"\u4ee3\u7b14\u4eba \u7ef8\u7f0e\u80cc\u5fc3","flags":{"unique":true}},{"name":"\u5de8\u7075\u707e\u661f","type":"\u9752\u94dc\u62a4\u624b","text":"\u5de8\u7075\u707e\u661f \u9752\u94dc\u62a4\u624b","flags":{"unique":true}},{"name":"\u6df7\u6c8c\u4e00\u77a5","type":"\u74e6\u5c14\u4e4b\u9762","text":"\u6df7\u6c8c\u4e00\u77a5 \u74e6\u5c14\u4e4b\u9762","flags":{"unique":true}},{"name":"\u4e03\u5f69\u789f","type":"\u51b7\u8292\u523a\u76fe","text":"\u4e03\u5f69\u789f \u51b7\u8292\u523a\u76fe","flags":{"unique":true}},{"name":"\u91d1\u7f15\u5e3d","type":"\u76ae\u5e3d","text":"\u91d1\u7f15\u5e3d \u76ae\u5e3d","flags":{"unique":true}},{"name":"\u9f99\u708e\u8db3\u8ff9","type":"\u7802\u5f71\u77ed\u9774","text":"\u9f99\u708e\u8db3\u8ff9 \u7802\u5f71\u77ed\u9774","flags":{"unique":true}},{"name":"\u845b\u5c14\u8d21\u7684\u51dd\u89c6","type":"\u5f11\u541b\u4e4b\u9762","text":"\u845b\u5c14\u8d21\u7684\u51dd\u89c6 \u5f11\u541b\u4e4b\u9762","flags":{"unique":true}},{"name":"\u575f\u573a\u4e4b\u94fe","type":"\u706b\u876e\u9cde\u624b\u5957","text":"\u575f\u573a\u4e4b\u94fe \u706b\u876e\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u4f1f\u5927\u65e7\u795e\u4e4b\u89e6\u624b","type":"\u9cd7\u76ae\u624b\u5957","text":"\u4f1f\u5927\u65e7\u795e\u4e4b\u89e6\u624b \u9cd7\u76ae\u624b\u5957","flags":{"unique":true}},{"name":"\u90aa\u795e\u5e87\u62a4","type":"\u6ce2\u7eb9\u8f7b\u76fe","text":"\u90aa\u795e\u5e87\u62a4 \u6ce2\u7eb9\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u8d2a\u5a6a\u4e4b\u62e5","type":"\u91d1\u8000\u4e4b\u94e0","text":"\u8d2a\u5a6a\u4e4b\u62e5 \u91d1\u8000\u4e4b\u94e0","flags":{"unique":true}},{"name":"\u8d2a\u6b32\u4e4b\u8bf1","type":"\u4e1d\u7ed2\u4fbf\u978b","text":"\u8d2a\u6b32\u4e4b\u8bf1 \u4e1d\u7ed2\u4fbf\u978b","flags":{"unique":true}},{"name":"\u8bae\u4f1a\u4e4b\u63e1","type":"\u79d8\u672f\u624b\u5957","text":"\u8bae\u4f1a\u4e4b\u63e1 \u79d8\u672f\u624b\u5957","flags":{"unique":true}},{"name":"\u6b3a\u8bc8\u7360\u7259","type":"\u9f99\u9cde\u6218\u7532","text":"\u6b3a\u8bc8\u7360\u7259 \u9f99\u9cde\u6218\u7532","flags":{"unique":true}},{"name":"\u8840\u53cb\u75c5","type":"\u86c7\u9cde\u624b\u5957","text":"\u8840\u53cb\u75c5 \u86c7\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u5f3a\u5065\u5426\u51b3\u8005","type":"\u7075\u80fd\u4e4b\u7b3c","text":"\u5f3a\u5065\u5426\u51b3\u8005 \u7075\u80fd\u4e4b\u7b3c","flags":{"unique":true}},{"name":"\u70ed\u8bda\u4e4b\u624b","type":"\u72c2\u70ed\u8005\u624b\u5957","text":"\u70ed\u8bda\u4e4b\u624b \u72c2\u70ed\u8005\u624b\u5957","flags":{"unique":true}},{"name":"\u795e\u4e3b\u4e4b\u624b","type":"\u5723\u6218\u624b\u5957","text":"\u795e\u4e3b\u4e4b\u624b \u5723\u6218\u624b\u5957","flags":{"unique":true}},{"name":"\u4ec7\u6068\u7194\u7089","type":"\u8fdc\u53e4\u62a4\u624b","text":"\u4ec7\u6068\u7194\u7089 \u8fdc\u53e4\u62a4\u624b","flags":{"unique":true}},{"name":"\u5bd2\u7130","type":"\u9769\u515c","text":"\u5bd2\u7130 \u9769\u515c","flags":{"unique":true}},{"name":"\u5f02\u6559\u9762\u7eb1","type":"\u5f11\u795e\u4e4b\u9762","text":"\u5f02\u6559\u9762\u7eb1 \u5f11\u795e\u4e4b\u9762","flags":{"unique":true}},{"name":"\u79c1\u6b32\u7684\u5149\u8f89","type":"\u58eb\u5175\u4e4b\u76d4","text":"\u79c1\u6b32\u7684\u5149\u8f89 \u58eb\u5175\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u674e\u59c6\u672c","type":"\u7f8a\u76ae\u624b\u5957","text":"\u674e\u59c6\u672c \u7f8a\u76ae\u624b\u5957","flags":{"unique":true}},{"name":"\u96f7\u59c6\u8bfa\u7684\u8c6a\u60c5","type":"\u8428\u59c6\u5c3c\u76d4","text":"\u96f7\u59c6\u8bfa\u7684\u8c6a\u60c5 \u8428\u59c6\u5c3c\u76d4","flags":{"unique":true}},{"name":"\u51b0\u51b7\u4e4b\u773c","type":"\u7f8a\u76ae\u624b\u5957","text":"\u51b0\u51b7\u4e4b\u773c \u7f8a\u76ae\u624b\u5957","flags":{"unique":true}},{"name":"\u897f\u91cc\u7684\u55dc\u8840\u4e4b\u77e2","type":"\u9ca8\u9f7f\u7bad\u888b","text":"\u897f\u91cc\u7684\u55dc\u8840\u4e4b\u77e2 \u9ca8\u9f7f\u7bad\u888b","flags":{"unique":true}},{"name":"\u897f\u91cc\u4e4b\u901d","type":"\u9ca8\u9f7f\u7bad\u888b","text":"\u897f\u91cc\u4e4b\u901d \u9ca8\u9f7f\u7bad\u888b","flags":{"unique":true}},{"name":"\u897f\u91cc\u7684\u6218\u8863","type":"\u661f\u8fb0\u76ae\u7532","text":"\u897f\u91cc\u7684\u6218\u8863 \u661f\u8fb0\u76ae\u7532","flags":{"unique":true}},{"name":"\u51b0\u606f","type":"\u7cbe\u5236\u73af\u7532","text":"\u51b0\u606f \u7cbe\u5236\u73af\u7532","flags":{"unique":true}},{"name":"\u70c8\u708e\u4e4b\u5fc3","type":"\u5723\u6d01\u9501\u7532","text":"\u70c8\u708e\u4e4b\u5fc3 \u5723\u6d01\u9501\u7532","flags":{"unique":true}},{"name":"\u975b\u84dd\u4e4b\u51a0","type":"\u7075\u4e3b\u4e4b\u73af","text":"\u975b\u84dd\u4e4b\u51a0 \u7075\u4e3b\u4e4b\u73af","flags":{"unique":true}},{"name":"\u5bbf\u547d","type":"\u9003\u4ea1\u4e4b\u9774","text":"\u5bbf\u547d \u9003\u4ea1\u4e4b\u9774","flags":{"unique":true}},{"name":"\u70bc\u72f1\u4e4b\u5fc3","type":"\u6bd2\u86db\u4e1d\u4e4b\u888d","text":"\u70bc\u72f1\u4e4b\u5fc3 \u6bd2\u86db\u4e1d\u4e4b\u888d","flags":{"unique":true}},{"name":"\u901f\u5ea6\u4e4b\u529b","type":"\u72c2\u8650\u8005\u675f\u8863","text":"\u901f\u5ea6\u4e4b\u529b \u72c2\u8650\u8005\u675f\u8863","flags":{"unique":true}},{"name":"\u8000\u65e5","type":"\u5a01\u80fd\u9e22\u76fe","text":"\u8000\u65e5 \u5a01\u80fd\u9e22\u76fe","flags":{"unique":true}},{"name":"\u8335\u96c5\u7684\u542f\u8499","type":"\u79d8\u672f\u4fbf\u978b","text":"\u8335\u96c5\u7684\u542f\u8499 \u79d8\u672f\u4fbf\u978b","flags":{"unique":true}},{"name":"\u94a2\u94c1\u4e4b\u5fc3","type":"\u5f81\u6218\u91cd\u94e0","text":"\u94a2\u94c1\u4e4b\u5fc3 \u5f81\u6218\u91cd\u94e0","flags":{"unique":true}},{"name":"\u82e6\u75db\u72c2\u9ca8","type":"\u9738\u8005\u523a\u76fe","text":"\u82e6\u75db\u72c2\u9ca8 \u9738\u8005\u523a\u76fe","flags":{"unique":true}},{"name":"\u5361\u80e1\u56fe\u7f57\u963f\u4e4b\u786e\u4fe1","type":"\u8fdc\u53e4\u80eb\u7532","text":"\u5361\u80e1\u56fe\u7f57\u963f\u4e4b\u786e\u4fe1 \u8fdc\u53e4\u80eb\u7532","flags":{"unique":true}},{"name":"\u5361\u8389\u838e\u7684\u4f18\u96c5\u4e4b\u5f71","type":"\u7ee3\u5e03\u624b\u5957","text":"\u5361\u8389\u838e\u7684\u4f18\u96c5\u4e4b\u5f71 \u7ee3\u5e03\u624b\u5957","flags":{"unique":true}},{"name":"\u51b0\u971c\u4e4b\u955c","type":"\u5f69\u7ed8\u8f7b\u76fe","text":"\u51b0\u971c\u4e4b\u955c \u5f69\u7ed8\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u51b0\u971c\u4e4b\u9b42","type":"\u5f69\u7ed8\u8f7b\u76fe","text":"\u51b0\u971c\u4e4b\u9b42 \u5f69\u7ed8\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u5188\u59c6\u7684\u58ee\u5fd7","type":"\u8363\u8000\u6218\u94e0","text":"\u5188\u59c6\u7684\u58ee\u5fd7 \u8363\u8000\u6218\u94e0","flags":{"unique":true}},{"name":"\u5188\u59c6\u7684\u7a33\u91cd\u4e4b\u9774","type":"\u5de8\u4eba\u80eb\u7532","text":"\u5188\u59c6\u7684\u7a33\u91cd\u4e4b\u9774 \u5de8\u4eba\u80eb\u7532","flags":{"unique":true}},{"name":"\u5188\u59c6\u7684\u7cbe\u795e","type":"\u5de8\u4eba\u62a4\u624b","text":"\u5188\u59c6\u7684\u7cbe\u795e \u5de8\u4eba\u62a4\u624b","flags":{"unique":true}},{"name":"\u57fa\u6d1b\u74e6\u4e4b\u98ce\u66b4","type":"\u94a2\u6728\u8f7b\u76fe","text":"\u57fa\u6d1b\u74e6\u4e4b\u98ce\u66b4 \u94a2\u6728\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u7687\u5bb6\u536b\u7532","type":"\u5f81\u6218\u9501\u7532","text":"\u7687\u5bb6\u536b\u7532 \u5f81\u6218\u9501\u7532","flags":{"unique":true}},{"name":"\u91d1\u73cf\u4e4b\u7f2e","type":"\u7cbe\u5236\u76ae\u7532","text":"\u91d1\u73cf\u4e4b\u7f2e \u7cbe\u5236\u76ae\u7532","flags":{"unique":true}},{"name":"\u5c24\u56fe\u62c9\u4e4b\u8d2a\u566c","type":"\u5e84\u4e25\u4e4b\u94e0","text":"\u5c24\u56fe\u62c9\u4e4b\u8d2a\u566c \u5e84\u4e25\u4e4b\u94e0","flags":{"unique":true}},{"name":"\u5947\u5854\u5f17\u4e4b\u6e34\u671b","type":"\u70ed\u6218\u4e4b\u76d4","text":"\u5947\u5854\u5f17\u4e4b\u6e34\u671b \u70ed\u6218\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u5b54\u660e\u7684\u795e\u7b97","type":"\u8c61\u7259\u9b54\u76fe","text":"\u5b54\u660e\u7684\u795e\u7b97 \u8c61\u7259\u9b54\u76fe","flags":{"unique":true}},{"name":"\u5b54\u660e\u7684\u795e\u7b97","type":"\u8fdc\u53e4\u9b54\u76fe","text":"\u5b54\u660e\u7684\u795e\u7b97 \u8fdc\u53e4\u9b54\u76fe","flags":{"unique":true}},{"name":"\u5171\u9e23\u4e4b\u9762","type":"\u8282\u5e86\u4e4b\u9762","text":"\u5171\u9e23\u4e4b\u9762 \u8282\u5e86\u4e4b\u9762","flags":{"unique":true}},{"name":"\u6124\u6068\u9057\u4ea7","type":"\u5730\u876e\u9cde\u957f\u9774","text":"\u6124\u6068\u9057\u4ea7 \u5730\u876e\u9cde\u957f\u9774","flags":{"unique":true}},{"name":"\u4e34\u6b7b\u7684\u65bd\u820d","type":"\u94a2\u955c\u523a\u76fe","text":"\u4e34\u6b7b\u7684\u65bd\u820d \u94a2\u955c\u523a\u76fe","flags":{"unique":true}},{"name":"\u9b54\u9053\u4e4b\u8863","type":"\u534e\u4e3d\u73af\u7532","text":"\u9b54\u9053\u4e4b\u8863 \u534e\u4e3d\u73af\u7532","flags":{"unique":true}},{"name":"\u96f7\u8bed","type":"\u8352\u91ce\u9501\u94e0","text":"\u96f7\u8bed \u8352\u91ce\u9501\u94e0","flags":{"unique":true}},{"name":"\u6708\u5f71\u4e4b\u8000","type":"\u7075\u76f8\u9b54\u76fe","text":"\u6708\u5f71\u4e4b\u8000 \u7075\u76f8\u9b54\u76fe","flags":{"unique":true}},{"name":"\u5149\u660e\u5077\u730e\u8005","type":"\u5f3a\u5316\u5de8\u76d4","text":"\u5149\u660e\u5077\u730e\u8005 \u5f3a\u5316\u5de8\u76d4","flags":{"unique":true}},{"name":"\u72ee\u773c\u7684\u6597\u5fd7","type":"\u94dc\u5f71\u957f\u9774","text":"\u72ee\u773c\u7684\u6597\u5fd7 \u94dc\u5f71\u957f\u9774","flags":{"unique":true}},{"name":"\u72ee\u773c\u7684\u8363\u8000\u4e4b\u76fe","type":"\u575a\u6bc5\u5854\u76fe","text":"\u72ee\u773c\u7684\u8363\u8000\u4e4b\u76fe \u575a\u6bc5\u5854\u76fe","flags":{"unique":true}},{"name":"\u72ee\u773c\u7684\u89c6\u7ebf","type":"\u5f81\u6218\u91cd\u94e0","text":"\u72ee\u773c\u7684\u89c6\u7ebf \u5f81\u6218\u91cd\u94e0","flags":{"unique":true}},{"name":"\u610f\u8bc6\u4e4b\u7f18","type":"\u94c1\u953b\u62a4\u624b","text":"\u610f\u8bc6\u4e4b\u7f18 \u94c1\u953b\u62a4\u624b","flags":{"unique":true}},{"name":"\u6ee1\u6ea2\u4e4b\u7532","type":"\u6743\u8d35\u73af\u7532","text":"\u6ee1\u6ea2\u4e4b\u7532 \u6743\u8d35\u73af\u7532","flags":{"unique":true}},{"name":"\u72fc\u86db","type":"\u751f\u76ae\u5854\u76fe","text":"\u72fc\u86db \u751f\u76ae\u5854\u76fe","flags":{"unique":true}},{"name":"\u9a6c\u5947\u7eb3\u62a4\u624b","type":"\u6697\u5f71\u8005\u62a4\u624b","text":"\u9a6c\u5947\u7eb3\u62a4\u624b \u6697\u5f71\u8005\u62a4\u624b","flags":{"unique":true}},{"name":"\u575a\u6bc5\u4e4b\u98df","type":"\u575a\u6bc5\u5854\u76fe","text":"\u575a\u6bc5\u4e4b\u98df \u575a\u6bc5\u5854\u76fe","flags":{"unique":true}},{"name":"\u9a6c\u8d6b\u7d22\u6258\u4e4b\u8bc8","type":"\u51b7\u94a2\u9e22\u76fe","text":"\u9a6c\u8d6b\u7d22\u6258\u4e4b\u8bc8 \u51b7\u94a2\u9e22\u76fe","flags":{"unique":true}},{"name":"\u739b\u62c9\u51ef\u4e4b\u89c9\u9192","type":"\u94c1\u953b\u4e4b\u9762","text":"\u739b\u62c9\u51ef\u4e4b\u89c9\u9192 \u94c1\u953b\u4e4b\u9762","flags":{"unique":true}},{"name":"\u8f6e\u56de","type":"\u548c\u8c10\u9b54\u76fe","text":"\u8f6e\u56de \u548c\u8c10\u9b54\u76fe","flags":{"unique":true}},{"name":"\u9a6c\u62c9\u51ef\u4e4b\u8bb0","type":"\u6697\u5f71\u8005\u62a4\u624b","text":"\u9a6c\u62c9\u51ef\u4e4b\u8bb0 \u6697\u5f71\u8005\u62a4\u624b","flags":{"unique":true}},{"name":"\u739b\u62c9\u51ef\u7684\u796d\u5177","type":"\u94c1\u953b\u4e4b\u9762","text":"\u739b\u62c9\u51ef\u7684\u796d\u5177 \u94c1\u953b\u4e4b\u9762","flags":{"unique":true}},{"name":"\u739b\u62c9\u51ef\u7684\u8fdc\u89c1","type":"\u9886\u4e3b\u6218\u51a0","text":"\u739b\u62c9\u51ef\u7684\u8fdc\u89c1 \u9886\u4e3b\u6218\u51a0","flags":{"unique":true}},{"name":"\u9a6c\u96f7\u683c\u7f57\u7684\u67d3\u8840\u900f\u955c","type":"\u590d\u5408\u523a\u76fe","text":"\u9a6c\u96f7\u683c\u7f57\u7684\u67d3\u8840\u900f\u955c \u590d\u5408\u523a\u76fe","flags":{"unique":true}},{"name":"\u9a6c\u96f7\u683c\u7f57\u7684\u73ab\u7ea2\u624b\u5957","type":"\u9e7f\u76ae\u624b\u5957","text":"\u9a6c\u96f7\u683c\u7f57\u7684\u73ab\u7ea2\u624b\u5957 \u9e7f\u76ae\u624b\u5957","flags":{"unique":true}},{"name":"\u9a6c\u6d1b\u5c3c\u7684\u6280\u5de7","type":"\u534e\u7f8e\u7bad\u888b","text":"\u9a6c\u6d1b\u5c3c\u7684\u6280\u5de7 \u534e\u7f8e\u7bad\u888b","flags":{"unique":true}},{"name":"\u9a6c\u6d1b\u5c3c\u7684\u66ae\u5149","type":"\u949d\u77e2\u7bad\u888b","text":"\u9a6c\u6d1b\u5c3c\u7684\u66ae\u5149 \u949d\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u9a6c\u6d1b\u5c3c\u7684\u66ae\u5149","type":"\u6076\u77e2\u7bad\u888b","text":"\u9a6c\u6d1b\u5c3c\u7684\u66ae\u5149 \u6076\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u9b54\u529b\u98ce\u66b4","type":"\u8f6f\u6a61\u9b54\u76fe","text":"\u9b54\u529b\u98ce\u66b4 \u8f6f\u6a61\u9b54\u76fe","flags":{"unique":true}},{"name":"\u9b54\u529b\u98ce\u66b4","type":"\u77f3\u5316\u9b54\u76fe","text":"\u9b54\u529b\u98ce\u66b4 \u77f3\u5316\u9b54\u76fe","flags":{"unique":true}},{"name":"\u519b\u56e2\u7684\u8fdb\u51fb","type":"\u519b\u56e2\u957f\u9774","text":"\u519b\u56e2\u7684\u8fdb\u51fb \u519b\u56e2\u957f\u9774","flags":{"unique":true}},{"name":"\u7ea2\u5951\u7b26\u5370","type":"\u796d\u4eea\u4e4b\u51a0","text":"\u7ea2\u5951\u7b26\u5370 \u796d\u4eea\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u70c8\u58eb\u4e4b\u51a0","type":"\u85e4\u8513\u4e4b\u51a0","text":"\u70c8\u58eb\u4e4b\u51a0 \u85e4\u8513\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u996e\u9b42\u8005\u9762\u7f69","type":"\u5723\u6218\u4e4b\u76d4","text":"\u996e\u9b42\u8005\u9762\u7f69 \u5723\u6218\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u996e\u9b42\u8005\u9762\u7f69","type":"\u884c\u653f\u8005\u6218\u51a0","text":"\u996e\u9b42\u8005\u9762\u7f69 \u884c\u653f\u8005\u6218\u51a0","flags":{"unique":true}},{"name":"\u7f1d\u5408\u6076\u9b54\u9762\u7f69","type":"\u884c\u653f\u8005\u6218\u51a0","text":"\u7f1d\u5408\u6076\u9b54\u9762\u7f69 \u884c\u653f\u8005\u6218\u51a0","flags":{"unique":true}},{"name":"\u88c1\u51b3\u9762\u7f69","type":"\u884c\u653f\u8005\u6218\u51a0","text":"\u88c1\u51b3\u9762\u7f69 \u884c\u653f\u8005\u6218\u51a0","flags":{"unique":true}},{"name":"\u8fdc\u7956\u4e4b\u9885","type":"\u73af\u5f62\u9b54\u76fe","text":"\u8fdc\u7956\u4e4b\u9885 \u73af\u5f62\u9b54\u76fe","flags":{"unique":true}},{"name":"\u5f81\u670d\u4e4b\u53e3","type":"\u51b7\u94a2\u4e4b\u51a0","text":"\u5f81\u670d\u4e4b\u53e3 \u51b7\u94a2\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u5bb3\u4eba\u4e4b\u53e3","type":"\u5524\u9aa8\u5934\u76d4","text":"\u5bb3\u4eba\u4e4b\u53e3 \u5524\u9aa8\u5934\u76d4","flags":{"unique":true}},{"name":"\u6885\u5fb7\u7ef4\u5fb7\u7684\u6311\u6218","type":"\u7b26\u6587\u624b\u7532","text":"\u6885\u5fb7\u7ef4\u5fb7\u7684\u6311\u6218 \u7b26\u6587\u624b\u7532","flags":{"unique":true}},{"name":"\u6885\u5409\u8bfa\u5fb7\u7684\u5de8\u529b\u8155\u7532","type":"\u51b7\u94a2\u62a4\u624b","text":"\u6885\u5409\u8bfa\u5fb7\u7684\u5de8\u529b\u8155\u7532 \u51b7\u94a2\u62a4\u624b","flags":{"unique":true}},{"name":"\u8bb0\u5fc6\u56da\u7b3c","type":"\u9886\u4e3b\u6218\u51a0","text":"\u8bb0\u5fc6\u56da\u7b3c \u9886\u4e3b\u6218\u51a0","flags":{"unique":true}},{"name":"\u4f63\u5175\u9886\u5730","type":"\u8ff7\u8e2a\u624b\u5957","text":"\u4f63\u5175\u9886\u5730 \u8ff7\u8e2a\u624b\u5957","flags":{"unique":true}},{"name":"\u667a\u8005\u4e4b\u79d8","type":"\u9e70\u5599\u4e4b\u9762","text":"\u667a\u8005\u4e4b\u79d8 \u9e70\u5599\u4e4b\u9762","flags":{"unique":true}},{"name":"\u7075\u6f29","type":"\u6218\u610f\u4e4b\u76d4","text":"\u7075\u6f29 \u6218\u610f\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u8ff7\u96fe\u4e4b\u5899","type":"\u6f06\u5f69\u8f7b\u76fe","text":"\u8ff7\u96fe\u4e4b\u5899 \u6f06\u5f69\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u54d1\u98ce\u5c16\u65d7","type":"\u91c9\u5f69\u8f7b\u76fe","text":"\u54d1\u98ce\u5c16\u65d7 \u91c9\u5f69\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u54d1\u98ce\u8f7b\u6b65","type":"\u86c7\u9cde\u957f\u9774","text":"\u54d1\u98ce\u8f7b\u6b65 \u86c7\u9cde\u957f\u9774","flags":{"unique":true}},{"name":"\u6697\u591c\u4e4b\u63e1","type":"\u7b26\u6587\u7b3c\u624b","text":"\u6697\u591c\u4e4b\u63e1 \u7b26\u6587\u7b3c\u624b","flags":{"unique":true}},{"name":"\u8bfa\u7c73\u514b\u7684\u98ce\u66b4","type":"\u6263\u73af\u77ed\u9774","text":"\u8bfa\u7c73\u514b\u7684\u98ce\u66b4 \u6263\u73af\u77ed\u9774","flags":{"unique":true}},{"name":"\u865a\u7a7a","type":"\u519b\u56e2\u624b\u5957","text":"\u865a\u7a7a \u519b\u56e2\u624b\u5957","flags":{"unique":true}},{"name":"\u538c\u98df\u8005","type":"\u72ee\u9996\u76ae\u76d4","text":"\u538c\u98df\u8005 \u72ee\u9996\u76ae\u76d4","flags":{"unique":true}},{"name":"\u66b4\u541b\u4e4b\u63e1","type":"\u519b\u56e2\u624b\u5957","text":"\u66b4\u541b\u4e4b\u63e1 \u519b\u56e2\u624b\u5957","flags":{"unique":true}},{"name":"\u6b27\u7f57\u4ec0\u7684\u6307\u63a7","type":"\u7b26\u6587\u62a4\u817f","text":"\u6b27\u7f57\u4ec0\u7684\u6307\u63a7 \u7b26\u6587\u62a4\u817f","flags":{"unique":true}},{"name":"\u81f3\u9ad8\u5929\u5802","type":"\u7981\u793c\u4e4b\u9774","text":"\u81f3\u9ad8\u5929\u5802 \u7981\u793c\u4e4b\u9774","flags":{"unique":true}},{"name":"\u6069\u5fb7\u7684\u8fc5\u5f71","type":"\u88f9\u8dbe\u62a4\u624b","text":"\u6069\u5fb7\u7684\u8fc5\u5f71 \u88f9\u8dbe\u62a4\u624b","flags":{"unique":true}},{"name":"\u7ef4\u591a\u91cc\u5965\u7684\u98de\u5347","type":"\u7f8a\u76ae\u77ed\u9774","text":"\u7ef4\u591a\u91cc\u5965\u7684\u98de\u5347 \u7f8a\u76ae\u77ed\u9774","flags":{"unique":true}},{"name":"\u6b27\u5df4\u62c9\u7684\u575a\u5b88","type":"\u9cd7\u76ae\u77ed\u9774","text":"\u6b27\u5df4\u62c9\u7684\u575a\u5b88 \u9cd7\u76ae\u77ed\u9774","flags":{"unique":true}},{"name":"\u6b27\u65af\u5361\u59c6","type":"\u7802\u5f71\u624b\u5957","text":"\u6b27\u65af\u5361\u59c6 \u7802\u5f71\u624b\u5957","flags":{"unique":true}},{"name":"\u82e6\u96be\u63a2\u5bfb\u8005","type":"\u7c97\u9769\u624b\u5957","text":"\u82e6\u96be\u63a2\u5bfb\u8005 \u7c97\u9769\u624b\u5957","flags":{"unique":true}},{"name":"\u5cf0\u56de\u8def\u8f6c","type":"\u827e\u5179\u9ea6\u523a\u76fe","text":"\u5cf0\u56de\u8def\u8f6c \u827e\u5179\u9ea6\u523a\u76fe","flags":{"unique":true}},{"name":"\u80cc\u4fe1\u5f03\u4e49","type":"\u8363\u8000\u6218\u94e0","text":"\u80cc\u4fe1\u5f03\u4e49 \u8363\u8000\u6218\u94e0","flags":{"unique":true}},{"name":"\u8ffd\u9010\u4e4b\u7fbd","type":"\u7075\u9aa8\u4e4b\u51a0","text":"\u8ffd\u9010\u4e4b\u7fbd \u7075\u9aa8\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u72ec\u65ad\u4e13\u884c","type":"\u51b3\u6597\u4e4b\u94e0","text":"\u72ec\u65ad\u4e13\u884c \u51b3\u6597\u4e4b\u94e0","flags":{"unique":true}},{"name":"\u5143\u7d20\u7684\u5e87\u62a4","type":"\u5a01\u80fd\u9e22\u76fe","text":"\u5143\u7d20\u7684\u5e87\u62a4 \u5a01\u80fd\u9e22\u76fe","flags":{"unique":true}},{"name":"\u79d1\u5854\u62c9\u7684\u8c03\u8282\u5668","type":"\u738b\u6743\u523a\u76fe","text":"\u79d1\u5854\u62c9\u7684\u8c03\u8282\u5668 \u738b\u6743\u523a\u76fe","flags":{"unique":true}},{"name":"\u68ee\u6797\u4e4b\u540e","type":"\u547d\u8fd0\u76ae\u7532","text":"\u68ee\u6797\u4e4b\u540e \u547d\u8fd0\u76ae\u7532","flags":{"unique":true}},{"name":"\u8679\u5e55","type":"\u5492\u8005\u957f\u9774","text":"\u8679\u5e55 \u5492\u8005\u957f\u9774","flags":{"unique":true}},{"name":"\u62c9\u514b\u65af\u7684\u6e34\u671b","type":"\u4eea\u5f0f\u77ed\u9774","text":"\u62c9\u514b\u65af\u7684\u6e34\u671b \u4eea\u5f0f\u77ed\u9774","flags":{"unique":true}},{"name":"\u732e\u796d\u4e4b\u5fc3","type":"\u5de8\u4eba\u9b54\u76fe","text":"\u732e\u796d\u4e4b\u5fc3 \u5de8\u4eba\u9b54\u76fe","flags":{"unique":true}},{"name":"\u9f20\u5de2","type":"\u718a\u9996\u76ae\u76d4","text":"\u9f20\u5de2 \u718a\u9996\u76ae\u76d4","flags":{"unique":true}},{"name":"\u5bd2\u950b\u4e4b\u536b","type":"\u5bbd\u77e2\u7bad\u888b","text":"\u5bd2\u950b\u4e4b\u536b \u5bbd\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u5bd2\u950b\u4e4b\u536b","type":"\u949d\u77e2\u7bad\u888b","text":"\u5bd2\u950b\u4e4b\u536b \u949d\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u7ea2\u5203\u65d7\u5e1c","type":"\u5f69\u7ed8\u5854\u76fe","text":"\u7ea2\u5203\u65d7\u5e1c \u5f69\u7ed8\u5854\u76fe","flags":{"unique":true}},{"name":"\u7ea2\u5203\u8e42\u8e8f\u9774","type":"\u8fdc\u53e4\u80eb\u7532","text":"\u7ea2\u5203\u8e42\u8e8f\u9774 \u8fdc\u53e4\u80eb\u7532","flags":{"unique":true}},{"name":"\u5e1d\u56fd\u7684\u6b8b\u58c1","type":"\u7f8a\u76ae\u8f7b\u76fe","text":"\u5e1d\u56fd\u7684\u6b8b\u58c1 \u7f8a\u76ae\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u6094\u609f\u4e4b\u638c","type":"\u5723\u6218\u624b\u5957","text":"\u6094\u609f\u4e4b\u638c \u5723\u6218\u624b\u5957","flags":{"unique":true}},{"name":"\u6df1\u6e0a\u4e4b\u5524\u3010\u4eff\u54c1\u3011","type":"\u827e\u5179\u9ea6\u575a\u76d4","text":"\u6df1\u6e0a\u4e4b\u5524\u3010\u4eff\u54c1\u3011 \u827e\u5179\u9ea6\u575a\u76d4","flags":{"unique":true}},{"name":"\u963f\u5c14\u8d1d\u9686\u7684\u5f81\u9014\u3010\u4eff\u54c1\u3011","type":"\u6218\u58eb\u4e4b\u9774","text":"\u963f\u5c14\u8d1d\u9686\u7684\u5f81\u9014\u3010\u4eff\u54c1\u3011 \u6218\u58eb\u4e4b\u9774","flags":{"unique":true}},{"name":"\u76f8\u751f\u76f8\u514b\u3010\u4eff\u54c1\u3011","type":"\u7f0e\u5e03\u624b\u5957","text":"\u76f8\u751f\u76f8\u514b\u3010\u4eff\u54c1\u3011 \u7f0e\u5e03\u624b\u5957","flags":{"unique":true}},{"name":"\u76f8\u751f\u76f8\u514b\u3010\u4eff\u54c1\u3011","type":"\u672f\u58eb\u624b\u5957","text":"\u76f8\u751f\u76f8\u514b\u3010\u4eff\u54c1\u3011 \u672f\u58eb\u624b\u5957","flags":{"unique":true}},{"name":"\u6781\u5730\u4e4b\u773c\u3010\u4eff\u54c1\u3011","type":"\u7f6a\u8005\u4e4b\u5e3d","text":"\u6781\u5730\u4e4b\u773c\u3010\u4eff\u54c1\u3011 \u7f6a\u8005\u4e4b\u5e3d","flags":{"unique":true}},{"name":"\u5b89\u59c6\u5e03\u7684\u6218\u7532\u3010\u4eff\u54c1\u3011","type":"\u5723\u6218\u9501\u7532","text":"\u5b89\u59c6\u5e03\u7684\u6218\u7532\u3010\u4eff\u54c1\u3011 \u5723\u6218\u9501\u7532","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u6377\u601d\u3010\u4eff\u54c1\u3011","type":"\u74e6\u5c14\u62a4\u624b","text":"\u963f\u5179\u91cc\u7684\u6377\u601d\u3010\u4eff\u54c1\u3011 \u74e6\u5c14\u62a4\u624b","flags":{"unique":true}},{"name":"\u7075\u9ab8\u4e4b\u5c65\u3010\u4eff\u54c1\u3011","type":"\u4e1d\u7ef8\u4fbf\u978b","text":"\u7075\u9ab8\u4e4b\u5c65\u3010\u4eff\u54c1\u3011 \u4e1d\u7ef8\u4fbf\u978b","flags":{"unique":true}},{"name":"\u8840\u8a93\u3010\u4eff\u54c1\u3011","type":"\u86db\u4e1d\u4e4b\u888d","text":"\u8840\u8a93\u3010\u4eff\u54c1\u3011 \u86db\u4e1d\u4e4b\u888d","flags":{"unique":true}},{"name":"\u6c38\u6052\u5e7d\u5f71\u3010\u4eff\u54c1\u3011","type":"\u8840\u8272\u4e4b\u8863","text":"\u6c38\u6052\u5e7d\u5f71\u3010\u4eff\u54c1\u3011 \u8840\u8272\u4e4b\u8863","flags":{"unique":true}},{"name":"\u5927\u5730\u4e4b\u62a4\u3010\u4eff\u54c1\u3011","type":"\u80dc\u5229\u76d4\u7532","text":"\u5927\u5730\u4e4b\u62a4\u3010\u4eff\u54c1\u3011 \u80dc\u5229\u76d4\u7532","flags":{"unique":true}},{"name":"\u7981\u65ad\u7684\u519b\u5e3d\u3010\u4eff\u54c1\u3011","type":"\u5f3a\u5316\u5de8\u76d4","text":"\u7981\u65ad\u7684\u519b\u5e3d\u3010\u4eff\u54c1\u3011 \u5f3a\u5316\u5de8\u76d4","flags":{"unique":true}},{"name":"\u8bae\u4f1a\u4e4b\u63e1\u3010\u4eff\u54c1\u3011","type":"\u79d8\u672f\u624b\u5957","text":"\u8bae\u4f1a\u4e4b\u63e1\u3010\u4eff\u54c1\u3011 \u79d8\u672f\u624b\u5957","flags":{"unique":true}},{"name":"\u5bd2\u7130\u3010\u4eff\u54c1\u3011","type":"\u9769\u515c","text":"\u5bd2\u7130\u3010\u4eff\u54c1\u3011 \u9769\u515c","flags":{"unique":true}},{"name":"\u897f\u91cc\u7684\u6218\u8863\u3010\u4eff\u54c1\u3011","type":"\u661f\u8fb0\u76ae\u7532","text":"\u897f\u91cc\u7684\u6218\u8863\u3010\u4eff\u54c1\u3011 \u661f\u8fb0\u76ae\u7532","flags":{"unique":true}},{"name":"\u8335\u96c5\u7684\u542f\u8499\u3010\u4eff\u54c1\u3011","type":"\u79d8\u672f\u4fbf\u978b","text":"\u8335\u96c5\u7684\u542f\u8499\u3010\u4eff\u54c1\u3011 \u79d8\u672f\u4fbf\u978b","flags":{"unique":true}},{"name":"\u5361\u8389\u838e\u7684\u4f18\u96c5\u4e4b\u5f71\u3010\u4eff\u54c1\u3011","type":"\u7ee3\u5e03\u624b\u5957","text":"\u5361\u8389\u838e\u7684\u4f18\u96c5\u4e4b\u5f71\u3010\u4eff\u54c1\u3011 \u7ee3\u5e03\u624b\u5957","flags":{"unique":true}},{"name":"\u5188\u59c6\u7684\u58ee\u5fd7\u3010\u4eff\u54c1\u3011","type":"\u8363\u8000\u6218\u94e0","text":"\u5188\u59c6\u7684\u58ee\u5fd7\u3010\u4eff\u54c1\u3011 \u8363\u8000\u6218\u94e0","flags":{"unique":true}},{"name":"\u5171\u9e23\u4e4b\u9762\u3010\u4eff\u54c1\u3011","type":"\u8282\u5e86\u4e4b\u9762","text":"\u5171\u9e23\u4e4b\u9762\u3010\u4eff\u54c1\u3011 \u8282\u5e86\u4e4b\u9762","flags":{"unique":true}},{"name":"\u72ee\u773c\u7684\u6597\u5fd7\u3010\u4eff\u54c1\u3011","type":"\u94dc\u5f71\u957f\u9774","text":"\u72ee\u773c\u7684\u6597\u5fd7\u3010\u4eff\u54c1\u3011 \u94dc\u5f71\u957f\u9774","flags":{"unique":true}},{"name":"\u6ee1\u6ea2\u4e4b\u7532\u3010\u4eff\u54c1\u3011","type":"\u6743\u8d35\u73af\u7532","text":"\u6ee1\u6ea2\u4e4b\u7532\u3010\u4eff\u54c1\u3011 \u6743\u8d35\u73af\u7532","flags":{"unique":true}},{"name":"\u9a6c\u6d1b\u5c3c\u7684\u6280\u5de7\u3010\u4eff\u54c1\u3011","type":"\u534e\u7f8e\u7bad\u888b","text":"\u9a6c\u6d1b\u5c3c\u7684\u6280\u5de7\u3010\u4eff\u54c1\u3011 \u534e\u7f8e\u7bad\u888b","flags":{"unique":true}},{"name":"\u8ff7\u96fe\u4e4b\u5899\u3010\u4eff\u54c1\u3011","type":"\u6f06\u5f69\u8f7b\u76fe","text":"\u8ff7\u96fe\u4e4b\u5899\u3010\u4eff\u54c1\u3011 \u6f06\u5f69\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u5b8c\u7f8e\u59ff\u6001\u3010\u4eff\u54c1\u3011","type":"\u661f\u8fb0\u76ae\u7532","text":"\u5b8c\u7f8e\u59ff\u6001\u3010\u4eff\u54c1\u3011 \u661f\u8fb0\u76ae\u7532","flags":{"unique":true}},{"name":"\u8d64\u7ea2\u8e2a\u8ff9\u3010\u4eff\u54c1\u3011","type":"\u5de8\u4eba\u80eb\u7532","text":"\u8d64\u7ea2\u8e2a\u8ff9\u3010\u4eff\u54c1\u3011 \u5de8\u4eba\u80eb\u7532","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u4e4b\u536b\u3010\u4eff\u54c1\u3011","type":"\u7981\u793c\u4e4b\u7532","text":"\u65e0\u5c3d\u4e4b\u536b\u3010\u4eff\u54c1\u3011 \u7981\u793c\u4e4b\u7532","flags":{"unique":true}},{"name":"\u6cef\u5149\u5bff\u8863\u3010\u4eff\u54c1\u3011","type":"\u7981\u793c\u4e4b\u7532","text":"\u6cef\u5149\u5bff\u8863\u3010\u4eff\u54c1\u3011 \u7981\u793c\u4e4b\u7532","flags":{"unique":true}},{"name":"\u7075\u9b42\u6253\u51fb\u3010\u4eff\u54c1\u3011","type":"\u523a\u950b\u7bad\u888b","text":"\u7075\u9b42\u6253\u51fb\u3010\u4eff\u54c1\u3011 \u523a\u950b\u7bad\u888b","flags":{"unique":true}},{"name":"\u6e83\u8d25\u3010\u4eff\u54c1\u3011","type":"\u6697\u5f71\u4e4b\u9774","text":"\u6e83\u8d25\u3010\u4eff\u54c1\u3011 \u6697\u5f71\u4e4b\u9774","flags":{"unique":true}},{"name":"\u5f3a\u88ad\u8005\u3010\u4eff\u54c1\u3011","type":"\u7c97\u9769\u77ed\u9774","text":"\u5f3a\u88ad\u8005\u3010\u4eff\u54c1\u3011 \u7c97\u9769\u77ed\u9774","flags":{"unique":true}},{"name":"\u56fe\u514b\u54c8\u739b\u5821\u5792\u3010\u4eff\u54c1\u3011","type":"\u4e4c\u6728\u5854\u76fe","text":"\u56fe\u514b\u54c8\u739b\u5821\u5792\u3010\u4eff\u54c1\u3011 \u4e4c\u6728\u5854\u76fe","flags":{"unique":true}},{"name":"\u591c\u5e55\u3010\u4eff\u54c1\u3011","type":"\u5de8\u76d4","text":"\u591c\u5e55\u3010\u4eff\u54c1\u3011 \u5de8\u76d4","flags":{"unique":true}},{"name":"\u7ef4\u591a\u91cc\u5965\u7684\u8d21\u732e\u3010\u4eff\u54c1\u3011","type":"\u5408\u677f\u9e22\u76fe","text":"\u7ef4\u591a\u91cc\u5965\u7684\u8d21\u732e\u3010\u4eff\u54c1\u3011 \u5408\u677f\u9e22\u76fe","flags":{"unique":true}},{"name":"\u865a\u7a7a\u884c\u8005\u3010\u4eff\u54c1\u3011","type":"\u6697\u5f71\u8005\u957f\u9774","text":"\u865a\u7a7a\u884c\u8005\u3010\u4eff\u54c1\u3011 \u6697\u5f71\u8005\u957f\u9774","flags":{"unique":true}},{"name":"\u798f\u5e93\u5c14\u7684\u624b\u3010\u4eff\u54c1\u3011","type":"\u72c2\u70ed\u8005\u624b\u5957","text":"\u798f\u5e93\u5c14\u7684\u624b\u3010\u4eff\u54c1\u3011 \u72c2\u70ed\u8005\u624b\u5957","flags":{"unique":true}},{"name":"\u745e\u4f5b\u4e4b\u7fbd","type":"\u53cc\u950b\u7bad\u888b","text":"\u745e\u4f5b\u4e4b\u7fbd \u53cc\u950b\u7bad\u888b","flags":{"unique":true}},{"name":"\u9177\u5bd2\u7684\u51dd\u89c6","type":"\u7075\u80fd\u4e4b\u7b3c","text":"\u9177\u5bd2\u7684\u51dd\u89c6 \u7075\u80fd\u4e4b\u7b3c","flags":{"unique":true}},{"name":"\u70c8\u708e\u4e4b\u7ffc","type":"\u539a\u88c5\u9e22\u76fe","text":"\u70c8\u708e\u4e4b\u7ffc \u539a\u88c5\u9e22\u76fe","flags":{"unique":true}},{"name":"\u8150\u673d\u519b\u56e2","type":"\u8986\u4f53\u73af\u7532","text":"\u8150\u673d\u519b\u56e2 \u8986\u4f53\u73af\u7532","flags":{"unique":true}},{"name":"\u730e\u5b9d\u8005\u7684\u62a4\u624b","type":"\u7f8a\u6bdb\u624b\u5957","text":"\u730e\u5b9d\u8005\u7684\u62a4\u624b \u7f8a\u6bdb\u624b\u5957","flags":{"unique":true}},{"name":"\u52c7\u8005\u4e4b\u793c","type":"\u523a\u950b\u7bad\u888b","text":"\u52c7\u8005\u4e4b\u793c \u523a\u950b\u7bad\u888b","flags":{"unique":true}},{"name":"\u52c7\u8005\u4e4b\u793c","type":"\u98de\u7fbd\u7bad\u888b","text":"\u52c7\u8005\u4e4b\u793c \u98de\u7fbd\u7bad\u888b","flags":{"unique":true}},{"name":"\u8428\u8d39\u5c14\u7684\u667a\u6167","type":"\u5723\u8bb0\u9e22\u76fe","text":"\u8428\u8d39\u5c14\u7684\u667a\u6167 \u5723\u8bb0\u9e22\u76fe","flags":{"unique":true}},{"name":"\u7981\u57df\u9762\u5bb9","type":"\u64cd\u7075\u8005\u4e4b\u51a0","text":"\u7981\u57df\u9762\u5bb9 \u64cd\u7075\u8005\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u82cd\u7a7a\u4e4b\u7fce","type":"\u7ef8\u7f0e\u4e4b\u515c","text":"\u82cd\u7a7a\u4e4b\u7fce \u7ef8\u7f0e\u4e4b\u515c","flags":{"unique":true}},{"name":"\u82cd\u7a7a\u4e4b\u5de2","type":"\u8840\u8272\u4e4b\u8863","text":"\u82cd\u7a7a\u4e4b\u5de2 \u8840\u8272\u4e4b\u8863","flags":{"unique":true}},{"name":"\u82cd\u7a7a\u4e4b\u722a","type":"\u706b\u876e\u9cde\u957f\u9774","text":"\u82cd\u7a7a\u4e4b\u722a \u706b\u876e\u9cde\u957f\u9774","flags":{"unique":true}},{"name":"\u82cd\u7a7a\u4e4b\u7ffc","type":"\u6218\u58eb\u624b\u5957","text":"\u82cd\u7a7a\u4e4b\u7ffc \u6218\u58eb\u624b\u5957","flags":{"unique":true}},{"name":"\u7981\u8bed","type":"\u7075\u80fd\u4e4b\u7b3c","text":"\u7981\u8bed \u7075\u80fd\u4e4b\u7b3c","flags":{"unique":true}},{"name":"\u9b54\u874e\u7684\u547c\u5524","type":"\u5bbd\u77e2\u7bad\u888b","text":"\u9b54\u874e\u7684\u547c\u5524 \u5bbd\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u9b54\u874e\u7684\u547c\u5524","type":"\u91cd\u77e2\u7bad\u888b","text":"\u9b54\u874e\u7684\u547c\u5524 \u91cd\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u5c71\u7279\u7acb\u7684\u56de\u5e94","type":"\u94dc\u953b\u9b54\u76fe","text":"\u5c71\u7279\u7acb\u7684\u56de\u5e94 \u94dc\u953b\u9b54\u76fe","flags":{"unique":true}},{"name":"\u795e\u884c\u9774","type":"\u751f\u76ae\u77ed\u9774","text":"\u795e\u884c\u9774 \u751f\u76ae\u77ed\u9774","flags":{"unique":true}},{"name":"\u60b2\u8fd0\u4e4b\u7f1a","type":"\u94fe\u7532\u624b\u5957","text":"\u60b2\u8fd0\u4e4b\u7f1a \u94fe\u7532\u624b\u5957","flags":{"unique":true}},{"name":"\u6c99\u5c18\u4e4b\u5f71","type":"\u73af\u5e26\u62a4\u624b","text":"\u6c99\u5c18\u4e4b\u5f71 \u73af\u5e26\u62a4\u624b","flags":{"unique":true}},{"name":"\u6697\u5f71\u7f1d\u5408","type":"\u796d\u793c\u675f\u8863","text":"\u6697\u5f71\u7f1d\u5408 \u796d\u793c\u675f\u8863","flags":{"unique":true}},{"name":"\u5851\u754c\u4e4b\u89e6","type":"\u5723\u6218\u624b\u5957","text":"\u5851\u754c\u4e4b\u89e6 \u5723\u6218\u624b\u5957","flags":{"unique":true}},{"name":"\u7834\u88c2\u788e\u7247","type":"\u7eef\u7ea2\u5706\u76fe","text":"\u7834\u88c2\u788e\u7247 \u7eef\u7ea2\u5706\u76fe","flags":{"unique":true}},{"name":"\u859b\u6717\u7684\u8be1\u8ba1","type":"\u5b66\u8005\u957f\u9774","text":"\u859b\u6717\u7684\u8be1\u8ba1 \u5b66\u8005\u957f\u9774","flags":{"unique":true}},{"name":"\u859b\u6717\u7684\u79d8\u672f\u957f\u9774","type":"\u5b66\u8005\u957f\u9774","text":"\u859b\u6717\u7684\u79d8\u672f\u957f\u9774 \u5b66\u8005\u957f\u9774","flags":{"unique":true}},{"name":"\u859b\u6717\u7684\u62a4\u8eab\u957f\u888d","type":"\u79d8\u672f\u957f\u8863","text":"\u859b\u6717\u7684\u62a4\u8eab\u957f\u888d \u79d8\u672f\u957f\u8863","flags":{"unique":true}},{"name":"\u6cef\u5149\u5bff\u8863","type":"\u7981\u793c\u4e4b\u7532","text":"\u6cef\u5149\u5bff\u8863 \u7981\u793c\u4e4b\u7532","flags":{"unique":true}},{"name":"\u654f\u9510\u601d\u7ef4","type":"\u533f\u8e2a\u77ed\u9774","text":"\u654f\u9510\u601d\u7ef4 \u533f\u8e2a\u77ed\u9774","flags":{"unique":true}},{"name":"\u541b\u4e3b\u4e4b\u80a4","type":"\u7b80\u6613\u4e4b\u888d","text":"\u541b\u4e3b\u4e4b\u80a4 \u7b80\u6613\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5fe0\u8bda\u4e4b\u80a4","type":"\u7b80\u6613\u4e4b\u888d","text":"\u5fe0\u8bda\u4e4b\u80a4 \u7b80\u6613\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5c0f\u4f1a\u6218","type":"\u53cc\u950b\u7bad\u888b","text":"\u5c0f\u4f1a\u6218 \u53cc\u950b\u7bad\u888b","flags":{"unique":true}},{"name":"\u5149\u8f89\u4e4b\u9885","type":"\u7cbe\u5175\u4e4b\u76d4","text":"\u5149\u8f89\u4e4b\u9885 \u7cbe\u5175\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u7a7a\u5411","type":"\u672f\u58eb\u957f\u9774","text":"\u7a7a\u5411 \u672f\u58eb\u957f\u9774","flags":{"unique":true}},{"name":"\u5974\u96b6\u8d29\u5b50\u4e4b\u624b","type":"\u4f0f\u51fb\u62a4\u624b","text":"\u5974\u96b6\u8d29\u5b50\u4e4b\u624b \u4f0f\u51fb\u62a4\u624b","flags":{"unique":true}},{"name":"\u82cd\u87d2\u4e4b\u9cde","type":"\u94dc\u5f71\u624b\u5957","text":"\u82cd\u87d2\u4e4b\u9cde \u94dc\u5f71\u624b\u5957","flags":{"unique":true}},{"name":"\u767d\u94f6\u6069\u5178","type":"\u952f\u9f7f\u7bad\u888b","text":"\u767d\u94f6\u6069\u5178 \u952f\u9f7f\u7bad\u888b","flags":{"unique":true}},{"name":"\u876e\u543b","type":"\u6697\u5f71\u62a4\u624b","text":"\u876e\u543b \u6697\u5f71\u62a4\u624b","flags":{"unique":true}},{"name":"\u70c8\u9633\u94e0","type":"\u94dc\u953b\u677f\u7532","text":"\u70c8\u9633\u94e0 \u94dc\u953b\u677f\u7532","flags":{"unique":true}},{"name":"\u7075\u9b42\u98de\u5347","type":"\u7981\u793c\u62a4\u624b","text":"\u7075\u9b42\u98de\u5347 \u7981\u793c\u62a4\u624b","flags":{"unique":true}},{"name":"\u7956\u7075\u4e4b\u7ea6","type":"\u86db\u4e1d\u4e4b\u888d","text":"\u7956\u7075\u4e4b\u7ea6 \u86db\u4e1d\u4e4b\u888d","flags":{"unique":true}},{"name":"\u7075\u9b42\u6253\u51fb","type":"\u523a\u950b\u7bad\u888b","text":"\u7075\u9b42\u6253\u51fb \u523a\u950b\u7bad\u888b","flags":{"unique":true}},{"name":"\u5357\u65b9","type":"\u6218\u58eb\u624b\u5957","text":"\u5357\u65b9 \u6218\u58eb\u624b\u5957","flags":{"unique":true}},{"name":"\u4f17\u751f\u6307\u5f15","type":"\u7bb4\u8a00\u6218\u51a0","text":"\u4f17\u751f\u6307\u5f15 \u7bb4\u8a00\u6218\u51a0","flags":{"unique":true}},{"name":"\u5b62\u56ca\u5b88\u536b","type":"\u5723\u8005\u94fe\u7532","text":"\u5b62\u56ca\u5b88\u536b \u5723\u8005\u94fe\u7532","flags":{"unique":true}},{"name":"\u65b0\u751f\u4e4b\u5fbd","type":"\u673d\u6728\u9e22\u76fe","text":"\u65b0\u751f\u4e4b\u5fbd \u673d\u6728\u9e22\u76fe","flags":{"unique":true}},{"name":"\u65af\u5854\u7a7a\u52a0\u4e4b\u9996","type":"\u7ef8\u7f0e\u4e4b\u515c","text":"\u65af\u5854\u7a7a\u52a0\u4e4b\u9996 \u7ef8\u7f0e\u4e4b\u515c","flags":{"unique":true}},{"name":"\u7981\u9522\u76d1\u72f1","type":"\u7981\u793c\u4e4b\u7532","text":"\u7981\u9522\u76d1\u72f1 \u7981\u793c\u4e4b\u7532","flags":{"unique":true}},{"name":"\u94a2\u94c1\u8815\u866b","type":"\u5bbd\u77e2\u7bad\u888b","text":"\u94a2\u94c1\u8815\u866b \u5bbd\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u7edd\u5730\u9b54\u5c65","type":"\u672f\u58eb\u957f\u9774","text":"\u7edd\u5730\u9b54\u5c65 \u672f\u58eb\u957f\u9774","flags":{"unique":true}},{"name":"\u98ce\u66b4\u9a91\u58eb","type":"\u575a\u94c1\u80eb\u7532","text":"\u98ce\u66b4\u9a91\u58eb \u575a\u94c1\u80eb\u7532","flags":{"unique":true}},{"name":"\u98ce\u66b4\u89c5\u8005","type":"\u4f0f\u51fb\u62a4\u624b","text":"\u98ce\u66b4\u89c5\u8005 \u4f0f\u51fb\u62a4\u624b","flags":{"unique":true}},{"name":"\u98ce\u66b4\u8d50\u798f","type":"\u6697\u5f71\u62a4\u624b","text":"\u98ce\u66b4\u8d50\u798f \u6697\u5f71\u62a4\u624b","flags":{"unique":true}},{"name":"\u66d9\u5149\u9aa4\u73b0","type":"\u51b7\u94a2\u4e4b\u51a0","text":"\u66d9\u5149\u9aa4\u73b0 \u51b7\u94a2\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u65e5\u8000","type":"\u73af\u5e26\u957f\u9774","text":"\u65e5\u8000 \u73af\u5e26\u957f\u9774","flags":{"unique":true}},{"name":"\u65e5\u6028","type":"\u73af\u5e26\u957f\u9774","text":"\u65e5\u6028 \u73af\u5e26\u957f\u9774","flags":{"unique":true}},{"name":"\u6d6a\u6d8c\u7f1a\u8005","type":"\u9f99\u9cde\u624b\u5957","text":"\u6d6a\u6d8c\u7f1a\u8005 \u9f99\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u4e4b\u8863","type":"\u7b80\u6613\u4e4b\u888d","text":"\u65e0\u5c3d\u4e4b\u8863 \u7b80\u6613\u4e4b\u888d","flags":{"unique":true}},{"name":"\u70c8\u706b\u9001\u846c","type":"\u876e\u9cde\u624b\u5957","text":"\u70c8\u706b\u9001\u846c \u876e\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u8bf1\u60d1\u9636\u68af","type":"\u7c97\u9769\u77ed\u9774","text":"\u8bf1\u60d1\u9636\u68af \u7c97\u9769\u77ed\u9774","flags":{"unique":true}},{"name":"\u6d77\u519b\u4e0a\u5c06","type":"\u6620\u5f69\u5916\u5957","text":"\u6d77\u519b\u4e0a\u5c06 \u6620\u5f69\u5916\u5957","flags":{"unique":true}},{"name":"\u60ac\u5ff5","type":"\u827e\u5179\u9ea6\u5854\u76fe","text":"\u60ac\u5ff5 \u827e\u5179\u9ea6\u5854\u76fe","flags":{"unique":true}},{"name":"\u7537\u7235","type":"\u62a4\u9762\u76d4","text":"\u7537\u7235 \u62a4\u9762\u76d4","flags":{"unique":true}},{"name":"\u517d\u6bdb\u62ab\u80a9","type":"\u74e6\u5c14\u6cd5\u8863","text":"\u517d\u6bdb\u62ab\u80a9 \u74e6\u5c14\u6cd5\u8863","flags":{"unique":true}},{"name":"\u8840\u5f71","type":"\u9ca8\u76ae\u77ed\u9774","text":"\u8840\u5f71 \u9ca8\u76ae\u77ed\u9774","flags":{"unique":true}},{"name":"\u5de8\u94dc\u4e4b\u9876","type":"\u89d2\u6597\u91cd\u94e0","text":"\u5de8\u94dc\u4e4b\u9876 \u89d2\u6597\u91cd\u94e0","flags":{"unique":true}},{"name":"\u6d77\u738b\u51a0\u5195","type":"\u7bb4\u8a00\u6218\u51a0","text":"\u6d77\u738b\u51a0\u5195 \u7bb4\u8a00\u6218\u51a0","flags":{"unique":true}},{"name":"\u796d\u793c\u4e4b\u96e8","type":"\u68a6\u9b47\u6218\u76d4","text":"\u796d\u793c\u4e4b\u96e8 \u68a6\u9b47\u6218\u76d4","flags":{"unique":true}},{"name":"\u7f3a\u89d2\u5e1d\u51a0","type":"\u7bb4\u8a00\u6218\u51a0","text":"\u7f3a\u89d2\u5e1d\u51a0 \u7bb4\u8a00\u6218\u51a0","flags":{"unique":true}},{"name":"\u7075\u9b42\u7532\u80c4","type":"\u706d\u4e16\u6cd5\u8863","text":"\u7075\u9b42\u7532\u80c4 \u706d\u4e16\u6cd5\u8863","flags":{"unique":true}},{"name":"\u8840\u8a93","type":"\u86db\u4e1d\u4e4b\u888d","text":"\u8840\u8a93 \u86db\u4e1d\u4e4b\u888d","flags":{"unique":true}},{"name":"\u6df1\u6e0a\u7edd\u58c1","type":"\u94c6\u9489\u5706\u76fe","text":"\u6df1\u6e0a\u7edd\u58c1 \u94c6\u9489\u5706\u76fe","flags":{"unique":true}},{"name":"\u541e\u566c\u8005\u738b\u51a0","type":"\u64cd\u7075\u8005\u4e4b\u51a0","text":"\u541e\u566c\u8005\u738b\u51a0 \u64cd\u7075\u8005\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u5165\u6b93\u5e08","type":"\u7981\u793c\u62a4\u624b","text":"\u5165\u6b93\u5e08 \u7981\u793c\u62a4\u624b","flags":{"unique":true}},{"name":"\u6c38\u6052\u82f9\u679c","type":"\u9b42\u76f8\u9b54\u76fe","text":"\u6c38\u6052\u82f9\u679c \u9b42\u76f8\u9b54\u76fe","flags":{"unique":true}},{"name":"\u6c38\u6052\u5e7d\u5f71","type":"\u8840\u8272\u4e4b\u8863","text":"\u6c38\u6052\u5e7d\u5f71 \u8840\u8272\u4e4b\u8863","flags":{"unique":true}},{"name":"The Flawed Refuge","type":"\u67ab\u6728\u5706\u76fe","text":"The Flawed Refuge \u67ab\u6728\u5706\u76fe","flags":{"unique":true}},{"name":"\u96cf\u9e1f","type":"\u6f06\u5f69\u4e4b\u76d4","text":"\u96cf\u9e1f \u6f06\u5f69\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u65e0\u5f62\u706b\u70ac","type":"\u7687\u5ba4\u575a\u76d4","text":"\u65e0\u5f62\u706b\u70ac \u7687\u5ba4\u575a\u76d4","flags":{"unique":true}},{"name":"\u65e0\u5f62\u706b\u70ac","type":"\u7834\u57ce\u4e4b\u76d4","text":"\u65e0\u5f62\u706b\u70ac \u7834\u57ce\u4e4b\u76d4","flags":{"unique":true}},{"name":"\u65e0\u5f62\u70bc\u72f1","type":"\u7687\u5ba4\u575a\u76d4","text":"\u65e0\u5f62\u70bc\u72f1 \u7687\u5ba4\u575a\u76d4","flags":{"unique":true}},{"name":"\u7b2c\u56db\u8a93\u8a00","type":"\u8654\u8bda\u94fe\u7532","text":"\u7b2c\u56db\u8a93\u8a00 \u8654\u8bda\u94fe\u7532","flags":{"unique":true}},{"name":"\u7206\u88c2\u4e4b\u5c04","type":"\u949d\u77e2\u7bad\u888b","text":"\u7206\u88c2\u4e4b\u5c04 \u949d\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u60ca\u60b8\u5267\u9662","type":"\u67da\u6728\u5706\u76fe","text":"\u60ca\u60b8\u5267\u9662 \u67da\u6728\u5706\u76fe","flags":{"unique":true}},{"name":"\u9e25\u5599","type":"\u7978\u9e26\u4e4b\u9762","text":"\u9e25\u5599 \u7978\u9e26\u4e4b\u9762","flags":{"unique":true}},{"name":"\u4e0d\u673d\u610f\u5fd7","type":"\u5a01\u80fd\u9e22\u76fe","text":"\u4e0d\u673d\u610f\u5fd7 \u5a01\u80fd\u9e22\u76fe","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u4e4b\u8ddd","type":"\u5de8\u7075\u80eb\u7532","text":"\u65e0\u5c3d\u4e4b\u8ddd \u5de8\u7075\u80eb\u7532","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u4e4b\u8ddd","type":"\u5de8\u4eba\u80eb\u7532","text":"\u65e0\u5c3d\u4e4b\u8ddd \u5de8\u4eba\u80eb\u7532","flags":{"unique":true}},{"name":"\u94a2\u94c1\u8981\u585e","type":"\u5f81\u6218\u91cd\u94e0","text":"\u94a2\u94c1\u8981\u585e \u5f81\u6218\u91cd\u94e0","flags":{"unique":true}},{"name":"\u8c61\u7259\u4e4b\u5854","type":"\u5723\u8005\u94fe\u7532","text":"\u8c61\u7259\u4e4b\u5854 \u5723\u8005\u94fe\u7532","flags":{"unique":true}},{"name":"\u6a61\u6811","type":"\u673d\u6728\u9e22\u76fe","text":"\u6a61\u6811 \u673d\u6728\u9e22\u76fe","flags":{"unique":true}},{"name":"\u538b\u8feb\u8005","type":"\u6743\u8d35\u5706\u76fe","text":"\u538b\u8feb\u8005 \u6743\u8d35\u5706\u76fe","flags":{"unique":true}},{"name":"\u75be\u98ce\u7684\u6c89\u601d","type":"\u6e05\u89c6\u62a4\u76d4","text":"\u75be\u98ce\u7684\u6c89\u601d \u6e05\u89c6\u62a4\u76d4","flags":{"unique":true}},{"name":"\u5b8c\u7f8e\u59ff\u6001","type":"\u661f\u8fb0\u76ae\u7532","text":"\u5b8c\u7f8e\u59ff\u6001 \u661f\u8fb0\u76ae\u7532","flags":{"unique":true}},{"name":"\u5e73\u8861\u68f1\u955c","type":"\u539f\u77e2\u7bad\u888b","text":"\u5e73\u8861\u68f1\u955c \u539f\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u5973\u738b\u7684\u9965\u997f","type":"\u74e6\u5c14\u6cd5\u8863","text":"\u5973\u738b\u7684\u9965\u997f \u74e6\u5c14\u6cd5\u8863","flags":{"unique":true}},{"name":"\u75ab\u9f20\u56da\u7b3c","type":"\u9ca8\u76ae\u4e4b\u8863","text":"\u75ab\u9f20\u56da\u7b3c \u9ca8\u76ae\u4e4b\u8863","flags":{"unique":true}},{"name":"\u8d64\u7ea2\u8e2a\u8ff9","type":"\u5de8\u4eba\u80eb\u7532","text":"\u8d64\u7ea2\u8e2a\u8ff9 \u5de8\u4eba\u80eb\u7532","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u4e4b\u536b","type":"\u7981\u793c\u4e4b\u7532","text":"\u65e0\u5c3d\u4e4b\u536b \u7981\u793c\u4e4b\u7532","flags":{"unique":true}},{"name":"\u6b63\u4e49\u4e4b\u9cde","type":"\u9b42\u76f8\u9b54\u76fe","text":"\u6b63\u4e49\u4e4b\u9cde \u9b42\u76f8\u9b54\u76fe","flags":{"unique":true}},{"name":"\u795e\u6027\u7834\u788e","type":"\u949d\u77e2\u7bad\u888b","text":"\u795e\u6027\u7834\u788e \u949d\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u72fc\u70df","type":"\u706b\u7075\u7bad\u888b","text":"\u72fc\u70df \u706b\u7075\u7bad\u888b","flags":{"unique":true}},{"name":"\u72fc\u70df","type":"\u71c3\u77e2\u7bad\u888b","text":"\u72fc\u70df \u71c3\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u96ea\u76f2\u6069\u60e0","type":"\u5149\u8000\u76ae\u7532","text":"\u96ea\u76f2\u6069\u60e0 \u5149\u8000\u76ae\u7532","flags":{"unique":true}},{"name":"\u96ea\u76f2\u6069\u60e0","type":"\u661f\u8fb0\u76ae\u7532","text":"\u96ea\u76f2\u6069\u60e0 \u661f\u8fb0\u76ae\u7532","flags":{"unique":true}},{"name":"\u4f8d\u4ece","type":"\u6743\u8d35\u5706\u76fe","text":"\u4f8d\u4ece \u6743\u8d35\u5706\u76fe","flags":{"unique":true}},{"name":"\u6e83\u8d25","type":"\u6697\u5f71\u4e4b\u9774","text":"\u6e83\u8d25 \u6697\u5f71\u4e4b\u9774","flags":{"unique":true}},{"name":"\u964d\u4f0f","type":"\u827e\u5179\u9ea6\u5854\u76fe","text":"\u964d\u4f0f \u827e\u5179\u9ea6\u5854\u76fe","flags":{"unique":true}},{"name":"\u98ce\u66b4\u62d8\u675f","type":"\u65e0\u60c5\u4e4b\u9762","text":"\u98ce\u66b4\u62d8\u675f \u65e0\u60c5\u4e4b\u9762","flags":{"unique":true}},{"name":"\u98ce\u96ea\u91ca\u653e","type":"\u65e0\u60c5\u4e4b\u9762","text":"\u98ce\u96ea\u91ca\u653e \u65e0\u60c5\u4e4b\u9762","flags":{"unique":true}},{"name":"\u4e09\u9f99\u6218\u7eaa","type":"\u9ec4\u91d1\u4e4b\u9762","text":"\u4e09\u9f99\u6218\u7eaa \u9ec4\u91d1\u4e4b\u9762","flags":{"unique":true}},{"name":"\u6572\u8bc8\u7b11\u989c","type":"\u6e05\u89c6\u62a4\u76d4","text":"\u6572\u8bc8\u7b11\u989c \u6e05\u89c6\u62a4\u76d4","flags":{"unique":true}},{"name":"\u4e0d\u5c48\u4e4b\u5fd7","type":"\u5a01\u80fd\u9e22\u76fe","text":"\u4e0d\u5c48\u4e4b\u5fd7 \u5a01\u80fd\u9e22\u76fe","flags":{"unique":true}},{"name":"\u8c1c\u5bb9","type":"\u74e6\u5c14\u4e4b\u9762","text":"\u8c1c\u5bb9 \u74e6\u5c14\u4e4b\u9762","flags":{"unique":true}},{"name":"\u98a4\u6817\u4e4b\u9965","type":"\u6218\u4e89\u8f7b\u76fe","text":"\u98a4\u6817\u4e4b\u9965 \u6218\u4e89\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u5343\u7f0e","type":"\u7b80\u6613\u4e4b\u888d","text":"\u5343\u7f0e \u7b80\u6613\u4e4b\u888d","flags":{"unique":true}},{"name":"\u5343\u9f7f","type":"\u74e6\u5c14\u8f7b\u76fe","text":"\u5343\u9f7f \u74e6\u5c14\u8f7b\u76fe","flags":{"unique":true}},{"name":"\u5f3a\u88ad\u8005","type":"\u7c97\u9769\u77ed\u9774","text":"\u5f3a\u88ad\u8005 \u7c97\u9769\u77ed\u9774","flags":{"unique":true}},{"name":"\u60ca\u9669\u523a\u6fc0","type":"\u8f7b\u9a91\u76d4","text":"\u60ca\u9669\u523a\u6fc0 \u8f7b\u9a91\u76d4","flags":{"unique":true}},{"name":"\u8f70\u5929\u96f7","type":"\u6697\u5f71\u8005\u62a4\u624b","text":"\u8f70\u5929\u96f7 \u6697\u5f71\u8005\u62a4\u624b","flags":{"unique":true}},{"name":"\u96f7\u76ee","type":"\u65e5\u8000\u4e4b\u51a0","text":"\u96f7\u76ee \u65e5\u8000\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u949f\u8868\u5320\u7684\u534e\u670d","type":"\u72c2\u8650\u8005\u675f\u8863","text":"\u949f\u8868\u5320\u7684\u534e\u670d \u72c2\u8650\u8005\u675f\u8863","flags":{"unique":true}},{"name":"\u63d0\u56fe\u5e93\u65af\u7684\u575a\u76fe","type":"\u5f3a\u5316\u5854\u76fe","text":"\u63d0\u56fe\u5e93\u65af\u7684\u575a\u76fe \u5f3a\u5316\u5854\u76fe","flags":{"unique":true}},{"name":"\u9675\u62f3","type":"\u94a2\u5f71\u62a4\u624b","text":"\u9675\u62f3 \u94a2\u5f71\u62a4\u624b","flags":{"unique":true}},{"name":"\u706b\u67f3\u80eb\u7532","type":"\u53e4\u94a2\u80eb\u7532","text":"\u706b\u67f3\u80eb\u7532 \u53e4\u94a2\u80eb\u7532","flags":{"unique":true}},{"name":"\u4e09\u91cd\u6263","type":"\u7f51\u773c\u624b\u5957","text":"\u4e09\u91cd\u6263 \u7f51\u773c\u624b\u5957","flags":{"unique":true}},{"name":"\u5deb\u6728","type":"\u677e\u6728\u5854\u76fe","text":"\u5deb\u6728 \u677e\u6728\u5854\u76fe","flags":{"unique":true}},{"name":"\u56fe\u514b\u54c8\u739b\u5821\u5792","type":"\u4e4c\u6728\u5854\u76fe","text":"\u56fe\u514b\u54c8\u739b\u5821\u5792 \u4e4c\u6728\u5854\u76fe","flags":{"unique":true}},{"name":"\u4e0d\u5c48\u70c8\u7130","type":"\u5a01\u80fd\u9e22\u76fe","text":"\u4e0d\u5c48\u70c8\u7130 \u5a01\u80fd\u9e22\u76fe","flags":{"unique":true}},{"name":"\u7be1\u593a\u8005\u7684\u6551\u8d4e","type":"\u6c38\u6052\u575a\u76d4","text":"\u7be1\u593a\u8005\u7684\u6551\u8d4e \u6c38\u6052\u575a\u76d4","flags":{"unique":true}},{"name":"\u74e6\u5c14\u7684\u7075\u624b","type":"\u94dc\u5f71\u624b\u5957","text":"\u74e6\u5c14\u7684\u7075\u624b \u94dc\u5f71\u624b\u5957","flags":{"unique":true}},{"name":"\u591c\u5e55","type":"\u5de8\u76d4","text":"\u591c\u5e55 \u5de8\u76d4","flags":{"unique":true}},{"name":"\u9668\u843d\u4e4b\u73af","type":"\u5de8\u4eba\u62a4\u624b","text":"\u9668\u843d\u4e4b\u73af \u5de8\u4eba\u62a4\u624b","flags":{"unique":true}},{"name":"\u7ef4\u591a\u91cc\u5965\u7684\u8d21\u732e","type":"\u5408\u677f\u9e22\u76fe","text":"\u7ef4\u591a\u91cc\u5965\u7684\u8d21\u732e \u5408\u677f\u9e22\u76fe","flags":{"unique":true}},{"name":"\u7ef4\u591a\u91cc\u5965\u4e4b\u7edd\u54cd","type":"\u6f06\u5f69\u675f\u8863","text":"\u7ef4\u591a\u91cc\u5965\u4e4b\u7edd\u54cd \u6f06\u5f69\u675f\u8863","flags":{"unique":true}},{"name":"\u6bd2\u86c7\u4e4b\u5ea6","type":"\u8fde\u8eab\u9cde\u7532","text":"\u6bd2\u86c7\u4e4b\u5ea6 \u8fde\u8eab\u9cde\u7532","flags":{"unique":true}},{"name":"\u7ef4\u91cc\u8fea\u7684\u9762\u7eb1","type":"\u9886\u4e3b\u6218\u51a0","text":"\u7ef4\u91cc\u8fea\u7684\u9762\u7eb1 \u9886\u4e3b\u6218\u51a0","flags":{"unique":true}},{"name":"\u5140\u9e23","type":"\u64cd\u7075\u8005\u80cc\u5fc3","text":"\u5140\u9e23 \u64cd\u7075\u8005\u80cc\u5fc3","flags":{"unique":true}},{"name":"\u5201\u5987\u7684\u5708\u5957","type":"\u523a\u7ee3\u624b\u5957","text":"\u5201\u5987\u7684\u5708\u5957 \u523a\u7ee3\u624b\u5957","flags":{"unique":true}},{"name":"\u5f71\u6708","type":"\u796d\u8005\u5706\u76fe","text":"\u5f71\u6708 \u796d\u8005\u5706\u76fe","flags":{"unique":true}},{"name":"\u865a\u7a7a\u4e4b\u529b","type":"\u5492\u8005\u624b\u5957","text":"\u865a\u7a7a\u4e4b\u529b \u5492\u8005\u624b\u5957","flags":{"unique":true}},{"name":"\u865a\u7a7a\u5236\u7bad\u8005","type":"\u7a7f\u5c04\u7bad\u888b","text":"\u865a\u7a7a\u5236\u7bad\u8005 \u7a7f\u5c04\u7bad\u888b","flags":{"unique":true}},{"name":"\u865a\u7a7a\u5236\u7bad\u8005","type":"\u539f\u77e2\u7bad\u888b","text":"\u865a\u7a7a\u5236\u7bad\u8005 \u539f\u77e2\u7bad\u888b","flags":{"unique":true}},{"name":"\u865a\u7a7a\u884c\u8005","type":"\u6697\u5f71\u8005\u957f\u9774","text":"\u865a\u7a7a\u884c\u8005 \u6697\u5f71\u8005\u957f\u9774","flags":{"unique":true}},{"name":"\u798f\u5e93\u5c14\u7684\u624b","type":"\u72c2\u70ed\u8005\u624b\u5957","text":"\u798f\u5e93\u5c14\u7684\u624b \u72c2\u70ed\u8005\u624b\u5957","flags":{"unique":true}},{"name":"\u798f\u5c14\u7684\u6218\u94e0","type":"\u5723\u8bed\u9501\u7532","text":"\u798f\u5c14\u7684\u6218\u94e0 \u5723\u8bed\u9501\u7532","flags":{"unique":true}},{"name":"\u798f\u5c14\u7684\u8fdc\u89c1","type":"\u9886\u4e3b\u6218\u51a0","text":"\u798f\u5c14\u7684\u8fdc\u89c1 \u9886\u4e3b\u6218\u51a0","flags":{"unique":true}},{"name":"\u6c83\u62c9\u5a1c\u7684\u5f81\u9014","type":"\u7b26\u6587\u6218\u9774","text":"\u6c83\u62c9\u5a1c\u7684\u5f81\u9014 \u7b26\u6587\u6218\u9774","flags":{"unique":true}},{"name":"\u8986\u706d\u4e4b\u5146","type":"\u7f51\u773c\u957f\u9774","text":"\u8986\u706d\u4e4b\u5146 \u7f51\u773c\u957f\u9774","flags":{"unique":true}},{"name":"\u8346\u68d8\u4e4b\u5899","type":"\u94c1\u5236\u80cc\u5fc3","text":"\u8346\u68d8\u4e4b\u5899 \u94c1\u5236\u80cc\u5fc3","flags":{"unique":true}},{"name":"\u82e6\u884c\u4e4b\u5c65","type":"\u7f8a\u6bdb\u4e4b\u978b","text":"\u82e6\u884c\u4e4b\u5c65 \u7f8a\u6bdb\u4e4b\u978b","flags":{"unique":true}},{"name":"\u74e6\u5361\u56fe\u56fe\u91cc","type":"\u73af\u5f62\u9b54\u76fe","text":"\u74e6\u5361\u56fe\u56fe\u91cc \u73af\u5f62\u9b54\u76fe","flags":{"unique":true}},{"name":"\u66b4\u96e8\u4e4b\u8235","type":"\u673d\u6728\u5706\u76fe","text":"\u66b4\u96e8\u4e4b\u8235 \u673d\u6728\u5706\u76fe","flags":{"unique":true}},{"name":"\u8352\u91ce\u4e4b\u7ed5","type":"\u6263\u73af\u76ae\u7532","text":"\u8352\u91ce\u4e4b\u7ed5 \u6263\u73af\u76ae\u7532","flags":{"unique":true}},{"name":"\u610f\u5fd7\u4ea4\u950b","type":"\u9ec4\u91d1\u4e4b\u9762","text":"\u610f\u5fd7\u4ea4\u950b \u9ec4\u91d1\u4e4b\u9762","flags":{"unique":true}},{"name":"\u5a01\u5c14\u739b\u7684\u62a5\u507f","type":"\u65e5\u8000\u4e4b\u51a0","text":"\u5a01\u5c14\u739b\u7684\u62a5\u507f \u65e5\u8000\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u6076\u98ce\u8db3\u8ff9","type":"\u5f3a\u5316\u80eb\u7532","text":"\u6076\u98ce\u8db3\u8ff9 \u5f3a\u5316\u80eb\u7532","flags":{"unique":true}},{"name":"\u98ce\u54ee","type":"\u5f3a\u5316\u80eb\u7532","text":"\u98ce\u54ee \u5f3a\u5316\u80eb\u7532","flags":{"unique":true}},{"name":"\u5347\u534e\u4e4b\u98ce","type":"\u8fdc\u53e4\u62a4\u624b","text":"\u5347\u534e\u4e4b\u98ce \u8fdc\u53e4\u62a4\u624b","flags":{"unique":true}},{"name":"\u56de\u5149\u4e4b\u8ff9","type":"\u4e1d\u7ed2\u4fbf\u978b","text":"\u56de\u5149\u4e4b\u8ff9 \u4e1d\u7ed2\u4fbf\u978b","flags":{"unique":true}},{"name":"\u4e16\u754c\u96d5\u523b\u8005","type":"\u9f99\u9cde\u624b\u5957","text":"\u4e16\u754c\u96d5\u523b\u8005 \u9f99\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u5e7d\u51a5\u7075\u738b","type":"\u7075\u9aa8\u4e4b\u51a0","text":"\u5e7d\u51a5\u7075\u738b \u7075\u9aa8\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u8d39\u897f\u4e9a\u7684\u82b1\u73af","type":"\u94c1\u953b\u4e4b\u51a0","text":"\u8d39\u897f\u4e9a\u7684\u82b1\u73af \u94c1\u953b\u4e4b\u51a0","flags":{"unique":true}},{"name":"\u9f99\u65cf\u5370\u8bb0","type":"\u876e\u9cde\u624b\u5957","text":"\u9f99\u65cf\u5370\u8bb0 \u876e\u9cde\u624b\u5957","flags":{"unique":true}},{"name":"\u4f0a\u8299\u73ed\u7684\u8be1\u8ba1","type":"\u7075\u4e3b\u4e4b\u73af","text":"\u4f0a\u8299\u73ed\u7684\u8be1\u8ba1 \u7075\u4e3b\u4e4b\u73af","flags":{"unique":true}},{"name":"\u4f0a\u745e\u7684\u7cbe\u901a","type":"\u7cbe\u5236\u76ae\u7532","text":"\u4f0a\u745e\u7684\u7cbe\u901a \u7cbe\u5236\u76ae\u7532","flags":{"unique":true}},{"name":"\u672d\u5fb7\u56fe\u65af\u7684\u5723\u8863","type":"\u8d24\u8005\u4e4b\u888d","text":"\u672d\u5fb7\u56fe\u65af\u7684\u5723\u8863 \u8d24\u8005\u4e4b\u888d","flags":{"unique":true}},{"name":"\u6cfd\u5c14\u7684\u653e\u5927\u5668","type":"\u5149\u8f89\u523a\u76fe","text":"\u6cfd\u5c14\u7684\u653e\u5927\u5668 \u5149\u8f89\u523a\u76fe","flags":{"unique":true}},{"type":"\u9ec4\u91d1\u6218\u7532","text":"\u9ec4\u91d1\u6218\u7532"},{"type":"\u7834\u65e7\u5916\u5957","text":"\u7834\u65e7\u5916\u5957"},{"type":"\u8363\u8000\u76ae\u7532","text":"\u8363\u8000\u76ae\u7532"},{"type":"\u5149\u8000\u76ae\u7532","text":"\u5149\u8000\u76ae\u7532"},{"type":"\u6b7b\u795e\u4e4b\u88c5","text":"\u6b7b\u795e\u4e4b\u88c5"},{"type":"\u9ca8\u76ae\u4e4b\u8863","text":"\u9ca8\u76ae\u4e4b\u8863"},{"type":"\u547d\u8fd0\u76ae\u7532","text":"\u547d\u8fd0\u76ae\u7532"},{"type":"\u7cbe\u5236\u76ae\u7532","text":"\u7cbe\u5236\u76ae\u7532"},{"type":"\u661f\u8fb0\u76ae\u7532","text":"\u661f\u8fb0\u76ae\u7532"},{"type":"\u6697\u5f71\u4e4b\u88c5","text":"\u6697\u5f71\u4e4b\u88c5"},{"type":"\u6263\u73af\u76ae\u7532","text":"\u6263\u73af\u76ae\u7532"},{"type":"\u9e7f\u76ae\u5916\u5957","text":"\u9e7f\u76ae\u5916\u5957"},{"type":"\u72c2\u91ce\u90e8\u65cf\u76ae\u7532","text":"\u72c2\u91ce\u90e8\u65cf\u76ae\u7532"},{"type":"\u8fde\u8eab\u76ae\u7532","text":"\u8fde\u8eab\u76ae\u7532"},{"type":"\u65e5\u5149\u76ae\u7532","text":"\u65e5\u5149\u76ae\u7532"},{"type":"\u7a83\u8d3c\u4e4b\u88c5","text":"\u7a83\u8d3c\u4e4b\u88c5"},{"type":"\u9cd7\u76ae\u4e4b\u8863","text":"\u9cd7\u76ae\u4e4b\u8863"},{"type":"\u8fb9\u620d\u76ae\u7532","text":"\u8fb9\u620d\u76ae\u7532"},{"type":"\u8584\u886c\u8863","text":"\u8584\u886c\u8863"},{"type":"\u7eef\u7ea2\u4e4b\u8863","text":"\u7eef\u7ea2\u4e4b\u8863"},{"type":"\u6f06\u5f69\u675f\u8863","text":"\u6f06\u5f69\u675f\u8863"},{"type":"\u5730\u7a74\u6218\u7532","text":"\u5730\u7a74\u6218\u7532"},{"type":"\u54e8\u5175\u4e4b\u8863","text":"\u54e8\u5175\u4e4b\u8863"},{"type":"\u6620\u5f69\u5916\u5957","text":"\u6620\u5f69\u5916\u5957"},{"type":"\u8840\u8272\u4e4b\u8863","text":"\u8840\u8272\u4e4b\u8863"},{"type":"\u72c2\u8650\u8005\u675f\u8863","text":"\u72c2\u8650\u8005\u675f\u8863"},{"type":"\u7981\u793c\u4e4b\u7532","text":"\u7981\u793c\u4e4b\u7532"},{"type":"\u9632\u6c34\u80cc\u5fc3","text":"\u9632\u6c34\u80cc\u5fc3"},{"type":"\u957f\u8896\u68c9\u8884","text":"\u957f\u8896\u68c9\u8884"},{"type":"\u9632\u6c34\u5916\u8863","text":"\u9632\u6c34\u5916\u8863"},{"type":"\u70bd\u7ea2\u4e4b\u8863","text":"\u70bd\u7ea2\u4e4b\u8863"},{"type":"\u8721\u5c01\u675f\u8863","text":"\u8721\u5c01\u675f\u8863"},{"type":"\u9aa8\u5236\u6218\u7532","text":"\u9aa8\u5236\u6218\u7532"},{"type":"\u83f1\u7eb9\u5916\u8863","text":"\u83f1\u7eb9\u5916\u8863"},{"type":"\u6ed1\u5e03\u5916\u5957","text":"\u6ed1\u5e03\u5916\u5957"},{"type":"\u7b80\u6613\u4e4b\u888d","text":"\u7b80\u6613\u4e4b\u888d"},{"type":"\u5492\u8005\u957f\u8863","text":"\u5492\u8005\u957f\u8863"},{"type":"\u86db\u4e1d\u4e4b\u888d","text":"\u86db\u4e1d\u4e4b\u888d"},{"type":"\u706d\u4e16\u6cd5\u8863","text":"\u706d\u4e16\u6cd5\u8863"},{"type":"\u667a\u8005\u4e4b\u888d","text":"\u667a\u8005\u4e4b\u888d"},{"type":"\u64cd\u7075\u8005\u80cc\u5fc3","text":"\u64cd\u7075\u8005\u80cc\u5fc3"},{"type":"\u79d8\u672f\u957f\u8863","text":"\u79d8\u672f\u957f\u8863"},{"type":"\u6bd2\u86db\u4e1d\u4e4b\u888d","text":"\u6bd2\u86db\u4e1d\u4e4b\u888d"},{"type":"\u74e6\u5c14\u6cd5\u8863","text":"\u74e6\u5c14\u6cd5\u8863"},{"type":"\u7ef8\u7f0e\u80cc\u5fc3","text":"\u7ef8\u7f0e\u80cc\u5fc3"},{"type":"\u5b66\u8005\u4e4b\u888d","text":"\u5b66\u8005\u4e4b\u888d"},{"type":"\u4e1d\u7ef8\u4e4b\u8863","text":"\u4e1d\u7ef8\u4e4b\u8863"},{"type":"\u535a\u5b66\u957f\u8863","text":"\u535a\u5b66\u957f\u8863"},{"type":"\u4e1d\u8d28\u4e4b\u888d","text":"\u4e1d\u8d28\u4e4b\u888d"},{"type":"\u79d8\u672f\u6cd5\u8863","text":"\u79d8\u672f\u6cd5\u8863"},{"type":"\u8d24\u8005\u4e4b\u888d","text":"\u8d24\u8005\u4e4b\u888d"},{"type":"\u4e1d\u7ed2\u80cc\u5fc3","text":"\u4e1d\u7ed2\u80cc\u5fc3"},{"type":"\u94c1\u5236\u80cc\u5fc3","text":"\u94c1\u5236\u80cc\u5fc3"},{"type":"\u65e5\u5149\u4e4b\u94e0","text":"\u65e5\u5149\u4e4b\u94e0"},{"type":"\u51b3\u6597\u4e4b\u94e0","text":"\u51b3\u6597\u4e4b\u94e0"},{"type":"\u5e84\u4e25\u4e4b\u94e0","text":"\u5e84\u4e25\u4e4b\u94e0"},{"type":"\u91d1\u8000\u4e4b\u94e0","text":"\u91d1\u8000\u4e4b\u94e0"},{"type":"\u5f81\u6218\u91cd\u94e0","text":"\u5f81\u6218\u91cd\u94e0"},{"type":"\u661f\u8292\u6218\u94e0","text":"\u661f\u8292\u6218\u94e0"},{"type":"\u89d2\u6597\u91cd\u94e0","text":"\u89d2\u6597\u91cd\u94e0"},{"type":"\u8363\u8000\u6218\u94e0","text":"\u8363\u8000\u6218\u94e0"},{"type":"\u80f8\u7532","text":"\u80f8\u7532"},{"type":"\u94dc\u953b\u677f\u7532","text":"\u94dc\u953b\u677f\u7532"},{"type":"\u6218\u4e89\u4e4b\u94e0","text":"\u6218\u4e89\u4e4b\u94e0"},{"type":"\u8fde\u8eab\u94e0\u7532","text":"\u8fde\u8eab\u94e0\u7532"},{"type":"\u6597\u8005\u4e4b\u94e0","text":"\u6597\u8005\u4e4b\u94e0"},{"type":"\u9886\u4e3b\u62a4\u94e0","text":"\u9886\u4e3b\u62a4\u94e0"},{"type":"\u9752\u94dc\u94e0\u7532","text":"\u9752\u94dc\u94e0\u7532"},{"type":"\u6218\u94e0","text":"\u6218\u94e0"},{"type":"\u7ec6\u9cde\u80cc\u5fc3","text":"\u7ec6\u9cde\u80cc\u5fc3"},{"type":"\u8fde\u8eab\u9f99\u9cde\u6218\u7532","text":"\u8fde\u8eab\u9f99\u9cde\u6218\u7532"},{"type":"\u6307\u6325\u8005\u9501\u7532","text":"\u6307\u6325\u8005\u9501\u7532"},{"type":"\u4e89\u6218\u9cde\u7532","text":"\u4e89\u6218\u9cde\u7532"},{"type":"\u9f99\u9cde\u62a4\u7532","text":"\u9f99\u9cde\u62a4\u7532"},{"type":"\u8352\u91ce\u9501\u94e0","text":"\u8352\u91ce\u9501\u94e0"},{"type":"\u8fde\u8eab\u9f99\u9cde\u94e0","text":"\u8fde\u8eab\u9f99\u9cde\u94e0"},{"type":"\u5c06\u519b\u94e0\u7532","text":"\u5c06\u519b\u94e0\u7532"},{"type":"\u80dc\u5229\u76d4\u7532","text":"\u80dc\u5229\u76d4\u7532"},{"type":"\u8f7b\u9501\u7532","text":"\u8f7b\u9501\u7532"},{"type":"\u5408\u8eab\u9cde\u7532","text":"\u5408\u8eab\u9cde\u7532"},{"type":"\u6b65\u5175\u9501\u7532","text":"\u6b65\u5175\u9501\u7532"},{"type":"\u8fde\u8eab\u9cde\u7532","text":"\u8fde\u8eab\u9cde\u7532"},{"type":"\u6218\u58eb\u9501\u7532","text":"\u6218\u58eb\u9501\u7532"},{"type":"\u91ce\u6218\u8584\u7532","text":"\u91ce\u6218\u8584\u7532"},{"type":"\u9f99\u9cde\u6218\u7532","text":"\u9f99\u9cde\u6218\u7532"},{"type":"\u8f7b\u9a91\u9501\u7532","text":"\u8f7b\u9a91\u9501\u7532"},{"type":"\u796d\u793c\u675f\u8863","text":"\u796d\u793c\u675f\u8863"},{"type":"\u627c\u6740\u94fe\u7532","text":"\u627c\u6740\u94fe\u7532"},{"type":"\u9501\u94fe\u80cc\u5fc3","text":"\u9501\u94fe\u80cc\u5fc3"},{"type":"\u534e\u4e3d\u73af\u7532","text":"\u534e\u4e3d\u73af\u7532"},{"type":"\u9501\u5b50\u957f\u7532","text":"\u9501\u5b50\u957f\u7532"},{"type":"\u8654\u8bda\u94fe\u7532","text":"\u8654\u8bda\u94fe\u7532"},{"type":"\u8986\u4f53\u73af\u7532","text":"\u8986\u4f53\u73af\u7532"},{"type":"\u5f81\u6218\u9501\u7532","text":"\u5f81\u6218\u9501\u7532"},{"type":"\u6743\u8d35\u73af\u7532","text":"\u6743\u8d35\u73af\u7532"},{"type":"\u5723\u8005\u94fe\u7532","text":"\u5723\u8005\u94fe\u7532"},{"type":"\u5723\u6d01\u9501\u7532","text":"\u5723\u6d01\u9501\u7532"},{"type":"\u94fe\u7532\u5916\u8863","text":"\u94fe\u7532\u5916\u8863"},{"type":"\u73af\u7532\u5916\u5957","text":"\u73af\u7532\u5916\u5957"},{"type":"\u62a4\u4f53\u9501\u7532","text":"\u62a4\u4f53\u9501\u7532"},{"type":"\u8fde\u8eab\u73af\u7532","text":"\u8fde\u8eab\u73af\u7532"},{"type":"\u8fde\u8eab\u9501\u7532","text":"\u8fde\u8eab\u9501\u7532"},{"type":"\u5723\u8bed\u9501\u7532","text":"\u5723\u8bed\u9501\u7532"},{"type":"\u7cbe\u5236\u73af\u7532","text":"\u7cbe\u5236\u73af\u7532"},{"type":"\u5723\u6218\u9501\u7532","text":"\u5723\u6218\u9501\u7532"},{"type":"\u5f02\u8272\u978b(\u51b0\u95ea)","text":"\u5f02\u8272\u978b(\u51b0\u95ea)"},{"type":"\u5f02\u8272\u978b (\u706b\u51b0)","text":"\u5f02\u8272\u978b (\u706b\u51b0)"},{"type":"\u5f02\u8272\u978b (\u706b\u95ea)","text":"\u5f02\u8272\u978b (\u706b\u95ea)"},{"type":"\u9003\u4ea1\u4e4b\u9774","text":"\u9003\u4ea1\u4e4b\u9774"},{"type":"\u751f\u76ae\u77ed\u9774","text":"\u751f\u76ae\u77ed\u9774"},{"type":"\u7f8a\u76ae\u77ed\u9774","text":"\u7f8a\u76ae\u77ed\u9774"},{"type":"\u9e7f\u76ae\u77ed\u9774","text":"\u9e7f\u76ae\u77ed\u9774"},{"type":"\u7802\u5f71\u77ed\u9774","text":"\u7802\u5f71\u77ed\u9774"},{"type":"\u9cd7\u76ae\u77ed\u9774","text":"\u9cd7\u76ae\u77ed\u9774"},{"type":"\u9ca8\u76ae\u77ed\u9774","text":"\u9ca8\u76ae\u77ed\u9774"},{"type":"\u7c97\u9769\u77ed\u9774","text":"\u7c97\u9769\u77ed\u9774"},{"type":"\u533f\u8e2a\u77ed\u9774","text":"\u533f\u8e2a\u77ed\u9774"},{"type":"\u8ff7\u8e2a\u77ed\u9774","text":"\u8ff7\u8e2a\u77ed\u9774"},{"type":"\u88f9\u8dbe\u51c9\u978b","text":"\u88f9\u8dbe\u51c9\u978b"},{"type":"\u6263\u73af\u77ed\u9774","text":"\u6263\u73af\u77ed\u9774"},{"type":"\u73af\u5e26\u957f\u9774","text":"\u73af\u5e26\u957f\u9774"},{"type":"\u7f1a\u8db3\u957f\u9774","text":"\u7f1a\u8db3\u957f\u9774"},{"type":"\u730e\u4eba\u4e4b\u9774","text":"\u730e\u4eba\u4e4b\u9774"},{"type":"\u4f0f\u51fb\u4e4b\u9774","text":"\u4f0f\u51fb\u4e4b\u9774"},{"type":"\u7981\u793c\u4e4b\u9774","text":"\u7981\u793c\u4e4b\u9774"},{"type":"\u6697\u5f71\u4e4b\u9774","text":"\u6697\u5f71\u4e4b\u9774"},{"type":"\u6697\u5f71\u8005\u957f\u9774","text":"\u6697\u5f71\u8005\u957f\u9774"},{"type":"\u5524\u4e91\u4e4b\u9774","text":"\u5524\u4e91\u4e4b\u9774"},{"type":"\u7834\u98ce\u4e4b\u9774","text":"\u7834\u98ce\u4e4b\u9774"},{"type":"\u5fa1\u98ce\u4e4b\u9774","text":"\u5fa1\u98ce\u4e4b\u9774"},{"type":"\u7b26\u6587\u80eb\u7532","text":"\u7b26\u6587\u80eb\u7532"},{"type":"\u7b26\u6587\u62a4\u817f","text":"\u7b26\u6587\u62a4\u817f"},{"type":"\u7b26\u6587\u6218\u9774","text":"\u7b26\u6587\u6218\u9774"},{"type":"\u7f8a\u6bdb\u4e4b\u978b","text":"\u7f8a\u6bdb\u4e4b\u978b"},{"type":"\u4e1d\u7ed2\u4fbf\u978b","text":"\u4e1d\u7ed2\u4fbf\u978b"},{"type":"\u4e1d\u7ef8\u4fbf\u978b","text":"\u4e1d\u7ef8\u4fbf\u978b"},{"type":"\u5b66\u8005\u957f\u9774","text":"\u5b66\u8005\u957f\u9774"},{"type":"\u7f0e\u5e03\u4fbf\u978b","text":"\u7f0e\u5e03\u4fbf\u978b"},{"type":"\u7ee3\u5e03\u4fbf\u978b","text":"\u7ee3\u5e03\u4fbf\u978b"},{"type":"\u5492\u8005\u957f\u9774","text":"\u5492\u8005\u957f\u9774"},{"type":"\u79d8\u672f\u4fbf\u978b","text":"\u79d8\u672f\u4fbf\u978b"},{"type":"\u672f\u58eb\u957f\u9774","text":"\u672f\u58eb\u957f\u9774"},{"type":"\u8e0f\u66ae\u4e4b\u978b","text":"\u8e0f\u66ae\u4e4b\u978b"},{"type":"\u591c\u98ce\u4e4b\u978b","text":"\u591c\u98ce\u4e4b\u978b"},{"type":"\u63a2\u68a6\u4e4b\u978b","text":"\u63a2\u68a6\u4e4b\u978b"},{"type":"\u94c1\u953b\u80eb\u7532","text":"\u94c1\u953b\u80eb\u7532"},{"type":"\u51b7\u94a2\u80eb\u7532","text":"\u51b7\u94a2\u80eb\u7532"},{"type":"\u575a\u94c1\u80eb\u7532","text":"\u575a\u94c1\u80eb\u7532"},{"type":"\u5f3a\u5316\u80eb\u7532","text":"\u5f3a\u5316\u80eb\u7532"},{"type":"\u53e4\u94a2\u80eb\u7532","text":"\u53e4\u94a2\u80eb\u7532"},{"type":"\u8fdc\u53e4\u80eb\u7532","text":"\u8fdc\u53e4\u80eb\u7532"},{"type":"\u5de8\u7075\u80eb\u7532","text":"\u5de8\u7075\u80eb\u7532"},{"type":"\u74e6\u5c14\u80eb\u7532","text":"\u74e6\u5c14\u80eb\u7532"},{"type":"\u5de8\u4eba\u80eb\u7532","text":"\u5de8\u4eba\u80eb\u7532"},{"type":"\u7c97\u9cde\u76ae\u9774","text":"\u7c97\u9cde\u76ae\u9774"},{"type":"\u94c1\u5f71\u957f\u9774","text":"\u94c1\u5f71\u957f\u9774"},{"type":"\u94dc\u5f71\u957f\u9774","text":"\u94dc\u5f71\u957f\u9774"},{"type":"\u94a2\u5f71\u957f\u9774","text":"\u94a2\u5f71\u957f\u9774"},{"type":"\u86c7\u9cde\u957f\u9774","text":"\u86c7\u9cde\u957f\u9774"},{"type":"\u5730\u876e\u9cde\u957f\u9774","text":"\u5730\u876e\u9cde\u957f\u9774"},{"type":"\u706b\u876e\u9cde\u957f\u9774","text":"\u706b\u876e\u9cde\u957f\u9774"},{"type":"\u9f99\u9cde\u957f\u9774","text":"\u9f99\u9cde\u957f\u9774"},{"type":"\u94fe\u7532\u957f\u9774","text":"\u94fe\u7532\u957f\u9774"},{"type":"\u73af\u7532\u7b52\u9774","text":"\u73af\u7532\u7b52\u9774"},{"type":"\u7f51\u773c\u957f\u9774","text":"\u7f51\u773c\u957f\u9774"},{"type":"\u4eea\u5f0f\u77ed\u9774","text":"\u4eea\u5f0f\u77ed\u9774"},{"type":"\u72c2\u70ed\u8005\u957f\u9774","text":"\u72c2\u70ed\u8005\u957f\u9774"},{"type":"\u6218\u58eb\u4e4b\u9774","text":"\u6218\u58eb\u4e4b\u9774"},{"type":"\u519b\u56e2\u957f\u9774","text":"\u519b\u56e2\u957f\u9774"},{"type":"\u5723\u6218\u957f\u9774","text":"\u5723\u6218\u957f\u9774"},{"type":"\u52a3\u91d1\u4e4b\u5c65","text":"\u52a3\u91d1\u4e4b\u5c65"},{"type":"\u4e4c\u94a2\u4e4b\u5c65","text":"\u4e4c\u94a2\u4e4b\u5c65"},{"type":"\u8e0f\u70df\u4e4b\u5c65","text":"\u8e0f\u70df\u4e4b\u5c65"},{"type":"\u64d2\u62ff\u624b\u5957","text":"\u64d2\u62ff\u624b\u5957"},{"type":"\u4e1d\u7ef8\u624b\u5957","text":"\u4e1d\u7ef8\u624b\u5957"},{"type":"\u6263\u9489\u624b\u5957","text":"\u6263\u9489\u624b\u5957"},{"type":"\u836f\u5242\u5e08\u624b\u5957","text":"\u836f\u5242\u5e08\u624b\u5957"},{"type":"\u751f\u76ae\u624b\u5957","text":"\u751f\u76ae\u624b\u5957"},{"type":"\u7f8a\u76ae\u624b\u5957","text":"\u7f8a\u76ae\u624b\u5957"},{"type":"\u9e7f\u76ae\u624b\u5957","text":"\u9e7f\u76ae\u624b\u5957"},{"type":"\u7802\u5f71\u624b\u5957","text":"\u7802\u5f71\u624b\u5957"},{"type":"\u9cd7\u76ae\u624b\u5957","text":"\u9cd7\u76ae\u624b\u5957"},{"type":"\u9ca8\u76ae\u624b\u5957","text":"\u9ca8\u76ae\u624b\u5957"},{"type":"\u7c97\u9769\u624b\u5957","text":"\u7c97\u9769\u624b\u5957"},{"type":"\u533f\u8e2a\u624b\u5957","text":"\u533f\u8e2a\u624b\u5957"},{"type":"\u8ff7\u8e2a\u624b\u5957","text":"\u8ff7\u8e2a\u624b\u5957"},{"type":"\u88f9\u8dbe\u62a4\u624b","text":"\u88f9\u8dbe\u62a4\u624b"},{"type":"\u6263\u73af\u62a4\u624b","text":"\u6263\u73af\u62a4\u624b"},{"type":"\u73af\u5e26\u62a4\u624b","text":"\u73af\u5e26\u62a4\u624b"},{"type":"\u730e\u4eba\u62a4\u624b","text":"\u730e\u4eba\u62a4\u624b"},{"type":"\u4f0f\u51fb\u62a4\u624b","text":"\u4f0f\u51fb\u62a4\u624b"},{"type":"\u7981\u793c\u62a4\u624b","text":"\u7981\u793c\u62a4\u624b"},{"type":"\u6697\u5f71\u62a4\u624b","text":"\u6697\u5f71\u62a4\u624b"},{"type":"\u6697\u5f71\u8005\u62a4\u624b","text":"\u6697\u5f71\u8005\u62a4\u624b"},{"type":"\u7b28\u91cd\u624b\u5957","text":"\u7b28\u91cd\u624b\u5957"},{"type":"\u5357\u98ce\u624b\u5957","text":"\u5357\u98ce\u624b\u5957"},{"type":"\u5de6\u65cb\u624b\u5957","text":"\u5de6\u65cb\u624b\u5957"},{"type":"\u7b26\u6587\u624b\u5957","text":"\u7b26\u6587\u624b\u5957"},{"type":"\u7b26\u6587\u7b3c\u624b","text":"\u7b26\u6587\u7b3c\u624b"},{"type":"\u7b26\u6587\u624b\u7532","text":"\u7b26\u6587\u624b\u7532"},{"type":"\u7f8a\u6bdb\u624b\u5957","text":"\u7f8a\u6bdb\u624b\u5957"},{"type":"\u4e1d\u7ed2\u624b\u5957","text":"\u4e1d\u7ed2\u624b\u5957"},{"type":"\u523a\u7ee3\u624b\u5957","text":"\u523a\u7ee3\u624b\u5957"},{"type":"\u7f0e\u5e03\u624b\u5957","text":"\u7f0e\u5e03\u624b\u5957"},{"type":"\u7ee3\u5e03\u624b\u5957","text":"\u7ee3\u5e03\u624b\u5957"},{"type":"\u5492\u8005\u624b\u5957","text":"\u5492\u8005\u624b\u5957"},{"type":"\u79d8\u672f\u624b\u5957","text":"\u79d8\u672f\u624b\u5957"},{"type":"\u672f\u58eb\u624b\u5957","text":"\u672f\u58eb\u624b\u5957"},{"type":"\u96f7\u7ebf\u624b\u5957","text":"\u96f7\u7ebf\u624b\u5957"},{"type":"\u7075\u98ce\u624b\u5957","text":"\u7075\u98ce\u624b\u5957"},{"type":"\u67a2\u7ebd\u624b\u5957","text":"\u67a2\u7ebd\u624b\u5957"},{"type":"\u94c1\u953b\u62a4\u624b","text":"\u94c1\u953b\u62a4\u624b"},{"type":"\u575a\u94c1\u62a4\u624b","text":"\u575a\u94c1\u62a4\u624b"},{"type":"\u9752\u94dc\u62a4\u624b","text":"\u9752\u94dc\u62a4\u624b"},{"type":"\u51b7\u94a2\u62a4\u624b","text":"\u51b7\u94a2\u62a4\u624b"},{"type":"\u53e4\u94a2\u62a4\u624b","text":"\u53e4\u94a2\u62a4\u624b"},{"type":"\u8fdc\u53e4\u62a4\u624b","text":"\u8fdc\u53e4\u62a4\u624b"},{"type":"\u5de8\u7075\u62a4\u624b","text":"\u5de8\u7075\u62a4\u624b"},{"type":"\u74e6\u5c14\u62a4\u624b","text":"\u74e6\u5c14\u62a4\u624b"},{"type":"\u5de8\u4eba\u62a4\u624b","text":"\u5de8\u4eba\u62a4\u624b"},{"type":"\u9c7c\u9cde\u624b\u5957","text":"\u9c7c\u9cde\u624b\u5957"},{"type":"\u94c1\u5f71\u624b\u5957","text":"\u94c1\u5f71\u624b\u5957"},{"type":"\u94dc\u5f71\u624b\u5957","text":"\u94dc\u5f71\u624b\u5957"},{"type":"\u94a2\u5f71\u62a4\u624b","text":"\u94a2\u5f71\u62a4\u624b"},{"type":"\u86c7\u9cde\u624b\u5957","text":"\u86c7\u9cde\u624b\u5957"},{"type":"\u876e\u9cde\u624b\u5957","text":"\u876e\u9cde\u624b\u5957"},{"type":"\u706b\u876e\u9cde\u624b\u5957","text":"\u706b\u876e\u9cde\u624b\u5957"},{"type":"\u9f99\u9cde\u624b\u5957","text":"\u9f99\u9cde\u624b\u5957"},{"type":"\u94fe\u7532\u624b\u5957","text":"\u94fe\u7532\u624b\u5957"},{"type":"\u73af\u7532\u624b\u5957","text":"\u73af\u7532\u624b\u5957"},{"type":"\u7f51\u773c\u624b\u5957","text":"\u7f51\u773c\u624b\u5957"},{"type":"\u4eea\u5f0f\u624b\u5957","text":"\u4eea\u5f0f\u624b\u5957"},{"type":"\u72c2\u70ed\u8005\u624b\u5957","text":"\u72c2\u70ed\u8005\u624b\u5957"},{"type":"\u6218\u58eb\u624b\u5957","text":"\u6218\u58eb\u624b\u5957"},{"type":"\u519b\u56e2\u624b\u5957","text":"\u519b\u56e2\u624b\u5957"},{"type":"\u5723\u6218\u624b\u5957","text":"\u5723\u6218\u624b\u5957"},{"type":"\u6c89\u91cd\u624b\u7532","text":"\u6c89\u91cd\u624b\u7532"},{"type":"\u78e8\u4eba\u624b\u7532","text":"\u78e8\u4eba\u624b\u7532"},{"type":"\u8870\u5f31\u624b\u7532","text":"\u8870\u5f31\u624b\u7532"},{"type":"\u5524\u9aa8\u5934\u76d4","text":"\u5524\u9aa8\u5934\u76d4"},{"type":"\u91d1\u8272\u9762\u5177","text":"\u91d1\u8272\u9762\u5177"},{"type":"\u76ae\u5e3d","text":"\u76ae\u5e3d"},{"type":"\u72ee\u9996\u76ae\u76d4","text":"\u72ee\u9996\u76ae\u76d4"},{"type":"\u4e09\u89d2\u5e3d","text":"\u4e09\u89d2\u5e3d"},{"type":"\u9769\u515c","text":"\u9769\u515c"},{"type":"\u72fc\u9996\u76ae\u76d4","text":"\u72fc\u9996\u76ae\u76d4"},{"type":"\u730e\u8005\u4e4b\u515c","text":"\u730e\u8005\u4e4b\u515c"},{"type":"\u8d35\u65cf\u4e09\u89d2\u5e3d","text":"\u8d35\u65cf\u4e09\u89d2\u5e3d"},{"type":"\u718a\u9996\u76ae\u76d4","text":"\u718a\u9996\u76ae\u76d4"},{"type":"\u7ef8\u7f0e\u4e4b\u515c","text":"\u7ef8\u7f0e\u4e4b\u515c"},{"type":"\u7f6a\u8005\u4e4b\u5e3d","text":"\u7f6a\u8005\u4e4b\u5e3d"},{"type":"\u5e7d\u60e7\u4e4b\u9762","text":"\u5e7d\u60e7\u4e4b\u9762"},{"type":"\u74e6\u5c14\u4e4b\u9762","text":"\u74e6\u5c14\u4e4b\u9762"},{"type":"\u5f11\u795e\u4e4b\u9762","text":"\u5f11\u795e\u4e4b\u9762"},{"type":"\u75ab\u707e\u4e4b\u9762","text":"\u75ab\u707e\u4e4b\u9762"},{"type":"\u94c1\u953b\u4e4b\u9762","text":"\u94c1\u953b\u4e4b\u9762"},{"type":"\u8282\u5e86\u4e4b\u9762","text":"\u8282\u5e86\u4e4b\u9762"},{"type":"\u9ec4\u91d1\u4e4b\u9762","text":"\u9ec4\u91d1\u4e4b\u9762"},{"type":"\u7978\u9e26\u4e4b\u9762","text":"\u7978\u9e26\u4e4b\u9762"},{"type":"\u65e0\u60c5\u4e4b\u9762","text":"\u65e0\u60c5\u4e4b\u9762"},{"type":"\u5f11\u541b\u4e4b\u9762","text":"\u5f11\u541b\u4e4b\u9762"},{"type":"\u9e70\u5599\u4e4b\u9762","text":"\u9e70\u5599\u4e4b\u9762"},{"type":"\u98d3\u98ce\u4e4b\u51a0","text":"\u98d3\u98ce\u4e4b\u51a0"},{"type":"\u5bd2\u51ac\u4e4b\u51a0","text":"\u5bd2\u51ac\u4e4b\u51a0"},{"type":"\u66b4\u96ea\u4e4b\u51a0","text":"\u66b4\u96ea\u4e4b\u51a0"},{"type":"\u7b26\u6587\u5934\u76d4","text":"\u7b26\u6587\u5934\u76d4"},{"type":"\u7b26\u6587\u4e4b\u51a0","text":"\u7b26\u6587\u4e4b\u51a0"},{"type":"\u7b26\u6587\u738b\u51a0","text":"\u7b26\u6587\u738b\u51a0"},{"type":"\u85e4\u8513\u4e4b\u51a0","text":"\u85e4\u8513\u4e4b\u51a0"},{"type":"\u7075\u80fd\u4e4b\u7b3c","text":"\u7075\u80fd\u4e4b\u7b3c"},{"type":"\u7075\u4e3b\u4e4b\u73af","text":"\u7075\u4e3b\u4e4b\u73af"},{"type":"\u94c1\u953b\u4e4b\u51a0","text":"\u94c1\u953b\u4e4b\u51a0"},{"type":"\u5211\u7f5a\u5934\u7b3c","text":"\u5211\u7f5a\u5934\u7b3c"},{"type":"\u796d\u4eea\u4e4b\u51a0","text":"\u796d\u4eea\u4e4b\u51a0"},{"type":"\u7075\u9aa8\u4e4b\u51a0","text":"\u7075\u9aa8\u4e4b\u51a0"},{"type":"\u6708\u5f71\u4e4b\u51a0","text":"\u6708\u5f71\u4e4b\u51a0"},{"type":"\u51b7\u94a2\u4e4b\u51a0","text":"\u51b7\u94a2\u4e4b\u51a0"},{"type":"\u64cd\u7075\u8005\u4e4b\u51a0","text":"\u64cd\u7075\u8005\u4e4b\u51a0"},{"type":"\u65e5\u8000\u4e4b\u51a0","text":"\u65e5\u8000\u4e4b\u51a0"},{"type":"\u7c97\u94c1\u76d4","text":"\u7c97\u94c1\u76d4"},{"type":"\u7687\u5ba4\u575a\u76d4","text":"\u7687\u5ba4\u575a\u76d4"},{"type":"\u6c38\u6052\u575a\u76d4","text":"\u6c38\u6052\u575a\u76d4"},{"type":"\u9525\u9876\u76d4","text":"\u9525\u9876\u76d4"},{"type":"\u8f7b\u9a91\u76d4","text":"\u8f7b\u9a91\u76d4"},{"type":"\u62a4\u9762\u76d4","text":"\u62a4\u9762\u76d4"},{"type":"\u89d2\u6597\u8005\u4e4b\u76d4","text":"\u89d2\u6597\u8005\u4e4b\u76d4"},{"type":"\u63a0\u593a\u8005\u4e4b\u76d4","text":"\u63a0\u593a\u8005\u4e4b\u76d4"},{"type":"\u7834\u57ce\u4e4b\u76d4","text":"\u7834\u57ce\u4e4b\u76d4"},{"type":"\u8428\u59c6\u5c3c\u76d4","text":"\u8428\u59c6\u5c3c\u76d4"},{"type":"\u827e\u5179\u9ea6\u575a\u76d4","text":"\u827e\u5179\u9ea6\u575a\u76d4"},{"type":"\u6b8b\u7834\u4e4b\u76d4","text":"\u6b8b\u7834\u4e4b\u76d4"},{"type":"\u68a6\u9b47\u6218\u76d4","text":"\u68a6\u9b47\u6218\u76d4"},{"type":"\u8f7b\u94c1\u62a4\u76d4","text":"\u8f7b\u94c1\u62a4\u76d4"},{"type":"\u6e05\u89c6\u62a4\u76d4","text":"\u6e05\u89c6\u62a4\u76d4"},{"type":"\u91d1\u9762\u62a4\u76d4","text":"\u91d1\u9762\u62a4\u76d4"},{"type":"\u7cbe\u5175\u4e4b\u76d4","text":"\u7cbe\u5175\u4e4b\u76d4"},{"type":"\u51fb\u5251\u58eb\u4e4b\u76d4","text":"\u51fb\u5251\u58eb\u4e4b\u76d4"},{"type":"\u6f06\u5f69\u4e4b\u76d4","text":"\u6f06\u5f69\u4e4b\u76d4"},{"type":"\u5168\u7f69\u6218\u76d4","text":"\u5168\u7f69\u6218\u76d4"},{"type":"\u732a\u9762\u5934\u76d4","text":"\u732a\u9762\u5934\u76d4"},{"type":"\u60b2\u4f24\u9762\u5177","text":"\u60b2\u4f24\u9762\u5177"},{"type":"\u8d4e\u7f6a\u9762\u5177","text":"\u8d4e\u7f6a\u9762\u5177"},{"type":"\u5fcf\u6094\u9762\u5177","text":"\u5fcf\u6094\u9762\u5177"},{"type":"\u9508\u94c1\u94fe\u76d4","text":"\u9508\u94c1\u94fe\u76d4"},{"type":"\u9886\u4e3b\u6218\u51a0","text":"\u9886\u4e3b\u6218\u51a0"},{"type":"\u58eb\u5175\u4e4b\u76d4","text":"\u58eb\u5175\u4e4b\u76d4"},{"type":"\u5de8\u76d4","text":"\u5de8\u76d4"},{"type":"\u5723\u6218\u4e4b\u76d4","text":"\u5723\u6218\u4e4b\u76d4"},{"type":"\u6218\u610f\u4e4b\u76d4","text":"\u6218\u610f\u4e4b\u76d4"},{"type":"\u70ed\u6218\u4e4b\u76d4","text":"\u70ed\u6218\u4e4b\u76d4"},{"type":"\u5f3a\u5316\u5de8\u76d4","text":"\u5f3a\u5316\u5de8\u76d4"},{"type":"\u884c\u653f\u8005\u6218\u51a0","text":"\u884c\u653f\u8005\u6218\u51a0"},{"type":"\u7bb4\u8a00\u6218\u51a0","text":"\u7bb4\u8a00\u6218\u51a0"},{"type":"\u5c0f\u9b3c\u4e4b\u51a0","text":"\u5c0f\u9b3c\u4e4b\u51a0"},{"type":"\u6076\u9b54\u4e4b\u51a0","text":"\u6076\u9b54\u4e4b\u51a0"},{"type":"\u5927\u6076\u9b54\u4e4b\u51a0","text":"\u5927\u6076\u9b54\u4e4b\u51a0"},{"type":"\u7f8a\u76ae\u8f7b\u76fe","text":"\u7f8a\u76ae\u8f7b\u76fe"},{"type":"\u6597\u8005\u8f7b\u76fe","text":"\u6597\u8005\u8f7b\u76fe"},{"type":"\u91d1\u9633\u8f7b\u76fe","text":"\u91d1\u9633\u8f7b\u76fe"},{"type":"\u94a2\u6728\u8f7b\u76fe","text":"\u94a2\u6728\u8f7b\u76fe"},{"type":"\u6f06\u5f69\u8f7b\u76fe","text":"\u6f06\u5f69\u8f7b\u76fe"},{"type":"\u74e6\u5c14\u8f7b\u76fe","text":"\u74e6\u5c14\u8f7b\u76fe"},{"type":"\u5723\u6218\u8f7b\u76fe","text":"\u5723\u6218\u8f7b\u76fe"},{"type":"\u5e1d\u56fd\u8f7b\u76fe","text":"\u5e1d\u56fd\u8f7b\u76fe"},{"type":"\u677e\u6728\u8f7b\u76fe","text":"\u677e\u6728\u8f7b\u76fe"},{"type":"\u5f69\u7ed8\u8f7b\u76fe","text":"\u5f69\u7ed8\u8f7b\u76fe"},{"type":"\u94c6\u9489\u8f7b\u76fe","text":"\u94c6\u9489\u8f7b\u76fe"},{"type":"\u6218\u4e89\u8f7b\u76fe","text":"\u6218\u4e89\u8f7b\u76fe"},{"type":"\u91d1\u9762\u8f7b\u76fe","text":"\u91d1\u9762\u8f7b\u76fe"},{"type":"\u6a61\u6728\u8f7b\u76fe","text":"\u6a61\u6728\u8f7b\u76fe"},{"type":"\u91c9\u5f69\u8f7b\u76fe","text":"\u91c9\u5f69\u8f7b\u76fe"},{"type":"\u6ce2\u7eb9\u8f7b\u76fe","text":"\u6ce2\u7eb9\u8f7b\u76fe"},{"type":"\u5438\u70ed\u578b\u8f7b\u76fe","text":"\u5438\u70ed\u578b\u8f7b\u76fe"},{"type":"\u6781\u5730\u8f7b\u76fe","text":"\u6781\u5730\u8f7b\u76fe"},{"type":"\u9002\u5bd2\u578b\u8f7b\u76fe","text":"\u9002\u5bd2\u578b\u8f7b\u76fe"},{"type":"\u5c16\u6728\u523a\u76fe","text":"\u5c16\u6728\u523a\u76fe"},{"type":"\u6864\u6728\u523a\u76fe","text":"\u6864\u6728\u523a\u76fe"},{"type":"\u827e\u5179\u9ea6\u523a\u76fe","text":"\u827e\u5179\u9ea6\u523a\u76fe"},{"type":"\u94a2\u955c\u523a\u76fe","text":"\u94a2\u955c\u523a\u76fe"},{"type":"\u9738\u8005\u523a\u76fe","text":"\u9738\u8005\u523a\u76fe"},{"type":"\u673d\u6728\u523a\u76fe","text":"\u673d\u6728\u523a\u76fe"},{"type":"\u5408\u91d1\u523a\u76fe","text":"\u5408\u91d1\u523a\u76fe"},{"type":"\u51b7\u8292\u523a\u76fe","text":"\u51b7\u8292\u523a\u76fe"},{"type":"\u534e\u4e3d\u523a\u76fe","text":"\u534e\u4e3d\u523a\u76fe"},{"type":"\u7ea2\u6728\u523a\u76fe","text":"\u7ea2\u6728\u523a\u76fe"},{"type":"\u590d\u5408\u523a\u76fe","text":"\u590d\u5408\u523a\u76fe"},{"type":"\u5149\u8f89\u523a\u76fe","text":"\u5149\u8f89\u523a\u76fe"},{"type":"\u738b\u6743\u523a\u76fe","text":"\u738b\u6743\u523a\u76fe"},{"type":"\u6b8b\u679d\u9b54\u76fe","text":"\u6b8b\u679d\u9b54\u76fe"},{"type":"\u9b42\u76f8\u9b54\u76fe","text":"\u9b42\u76f8\u9b54\u76fe"},{"type":"\u6697\u91d1\u9b54\u76fe","text":"\u6697\u91d1\u9b54\u76fe"},{"type":"\u8f6f\u6a61\u9b54\u76fe","text":"\u8f6f\u6a61\u9b54\u76fe"},{"type":"\u77f3\u5316\u9b54\u76fe","text":"\u77f3\u5316\u9b54\u76fe"},{"type":"\u74e6\u5c14\u9b54\u76fe","text":"\u74e6\u5c14\u9b54\u76fe"},{"type":"\u548c\u8c10\u9b54\u76fe","text":"\u548c\u8c10\u9b54\u76fe"},{"type":"\u5de8\u4eba\u9b54\u76fe","text":"\u5de8\u4eba\u9b54\u76fe"},{"type":"\u7d2b\u886b\u9b54\u76fe","text":"\u7d2b\u886b\u9b54\u76fe"},{"type":"\u9aa8\u5236\u9b54\u76fe","text":"\u9aa8\u5236\u9b54\u76fe"},{"type":"\u73af\u5f62\u9b54\u76fe","text":"\u73af\u5f62\u9b54\u76fe"},{"type":"\u7075\u76f8\u9b54\u76fe","text":"\u7075\u76f8\u9b54\u76fe"},{"type":"\u94dc\u953b\u9b54\u76fe","text":"\u94dc\u953b\u9b54\u76fe"},{"type":"\u6843\u6728\u9b54\u76fe","text":"\u6843\u6728\u9b54\u76fe"},{"type":"\u8c61\u7259\u9b54\u76fe","text":"\u8c61\u7259\u9b54\u76fe"},{"type":"\u8fdc\u53e4\u9b54\u76fe","text":"\u8fdc\u53e4\u9b54\u76fe"},{"type":"\u529b\u7aed\u9b54\u76fe","text":"\u529b\u7aed\u9b54\u76fe"},{"type":"\u5f52\u7eb3\u9b54\u76fe","text":"\u5f52\u7eb3\u9b54\u76fe"},{"type":"\u9002\u5e94\u578b\u9b54\u76fe","text":"\u9002\u5e94\u578b\u9b54\u76fe"},{"type":"\u673d\u6728\u5854\u76fe","text":"\u673d\u6728\u5854\u76fe"},{"type":"\u9752\u94dc\u5854\u76fe","text":"\u9752\u94dc\u5854\u76fe"},{"type":"\u5f81\u6218\u5854\u76fe","text":"\u5f81\u6218\u5854\u76fe"},{"type":"\u8363\u51a0\u5854\u76fe","text":"\u8363\u51a0\u5854\u76fe"},{"type":"\u7c97\u9769\u5854\u76fe","text":"\u7c97\u9769\u5854\u76fe"},{"type":"\u4e4c\u6728\u5854\u76fe","text":"\u4e4c\u6728\u5854\u76fe"},{"type":"\u827e\u5179\u9ea6\u5854\u76fe","text":"\u827e\u5179\u9ea6\u5854\u76fe"},{"type":"\u5de8\u578b\u5854\u76fe","text":"\u5de8\u578b\u5854\u76fe"},{"type":"\u575a\u6bc5\u5854\u76fe","text":"\u575a\u6bc5\u5854\u76fe"},{"type":"\u6591\u9a73\u5854\u76fe","text":"\u6591\u9a73\u5854\u76fe"},{"type":"\u751f\u76ae\u5854\u76fe","text":"\u751f\u76ae\u5854\u76fe"},{"type":"\u677e\u6728\u5854\u76fe","text":"\u677e\u6728\u5854\u76fe"},{"type":"\u94dc\u953b\u5854\u76fe","text":"\u94dc\u953b\u5854\u76fe"},{"type":"\u5f3a\u5316\u5854\u76fe","text":"\u5f3a\u5316\u5854\u76fe"},{"type":"\u5f69\u7ed8\u5854\u76fe","text":"\u5f69\u7ed8\u5854\u76fe"},{"type":"\u9e7f\u76ae\u5854\u76fe","text":"\u9e7f\u76ae\u5854\u76fe"},{"type":"\u6843\u6728\u5854\u76fe","text":"\u6843\u6728\u5854\u76fe"},{"type":"\u673d\u6728\u5706\u76fe","text":"\u673d\u6728\u5706\u76fe"},{"type":"\u67da\u6728\u5706\u76fe","text":"\u67da\u6728\u5706\u76fe"},{"type":"\u68d8\u523a\u5706\u76fe","text":"\u68d8\u523a\u5706\u76fe"},{"type":"\u796d\u8005\u5706\u76fe","text":"\u796d\u8005\u5706\u76fe"},{"type":"\u6743\u8d35\u5706\u76fe","text":"\u6743\u8d35\u5706\u76fe"},{"type":"\u6749\u6728\u5706\u76fe","text":"\u6749\u6728\u5706\u76fe"},{"type":"\u94c6\u9489\u5706\u76fe","text":"\u94c6\u9489\u5706\u76fe"},{"type":"\u70bd\u7ea2\u5706\u76fe","text":"\u70bd\u7ea2\u5706\u76fe"},{"type":"\u5149\u8f89\u5706\u76fe","text":"\u5149\u8f89\u5706\u76fe"},{"type":"\u67ab\u6728\u5706\u76fe","text":"\u67ab\u6728\u5706\u76fe"},{"type":"\u5c16\u523a\u5706\u76fe","text":"\u5c16\u523a\u5706\u76fe"},{"type":"\u7eef\u7ea2\u5706\u76fe","text":"\u7eef\u7ea2\u5706\u76fe"},{"type":"\u53e4\u4ee3\u5706\u76fe","text":"\u53e4\u4ee3\u5706\u76fe"},{"type":"\u6392\u70ed\u578b\u5854\u76fe","text":"\u6392\u70ed\u578b\u5854\u76fe"},{"type":"\u7194\u5ca9\u5854\u76fe","text":"\u7194\u5ca9\u5854\u76fe"},{"type":"\u9002\u70ed\u578b\u5854\u76fe","text":"\u9002\u70ed\u578b\u5854\u76fe"},{"type":"\u673d\u6728\u9e22\u76fe","text":"\u673d\u6728\u9e22\u76fe"},{"type":"\u5723\u8bb0\u9e22\u76fe","text":"\u5723\u8bb0\u9e22\u76fe"},{"type":"\u6597\u58eb\u9e22\u76fe","text":"\u6597\u58eb\u9e22\u76fe"},{"type":"\u539a\u88c5\u9e22\u76fe","text":"\u539a\u88c5\u9e22\u76fe"},{"type":"\u5a01\u80fd\u9e22\u76fe","text":"\u5a01\u80fd\u9e22\u76fe"},{"type":"\u6934\u6728\u9e22\u76fe","text":"\u6934\u6728\u9e22\u76fe"},{"type":"\u5f3a\u5316\u9e22\u76fe","text":"\u5f3a\u5316\u9e22\u76fe"},{"type":"\u5c42\u677f\u9e22\u76fe","text":"\u5c42\u677f\u9e22\u76fe"},{"type":"\u796d\u4eea\u9e22\u76fe","text":"\u796d\u4eea\u9e22\u76fe"},{"type":"\u523b\u6587\u9e22\u76fe","text":"\u523b\u6587\u9e22\u76fe"},{"type":"\u51b7\u94a2\u9e22\u76fe","text":"\u51b7\u94a2\u9e22\u76fe"},{"type":"\u5408\u677f\u9e22\u76fe","text":"\u5408\u677f\u9e22\u76fe"},{"type":"\u5929\u4f7f\u9e22\u76fe","text":"\u5929\u4f7f\u9e22\u76fe"},{"type":"\u706b\u7130\u7bad\u888b","text":"\u706b\u7130\u7bad\u888b"},{"type":"\u706b\u7075\u7bad\u888b","text":"\u706b\u7075\u7bad\u888b"},{"type":"\u5bbd\u77e2\u7bad\u888b","text":"\u5bbd\u77e2\u7bad\u888b"},{"type":"\u7a7f\u5c04\u7bad\u888b","text":"\u7a7f\u5c04\u7bad\u888b"},{"type":"\u523a\u950b\u7bad\u888b","text":"\u523a\u950b\u7bad\u888b"},{"type":"\u534e\u7f8e\u7bad\u888b","text":"\u534e\u7f8e\u7bad\u888b"},{"type":"\u952f\u9f7f\u7bad\u888b","text":"\u952f\u9f7f\u7bad\u888b"},{"type":"\u53cc\u950b\u7bad\u888b","text":"\u53cc\u950b\u7bad\u888b"},{"type":"\u9ca8\u9f7f\u7bad\u888b","text":"\u9ca8\u9f7f\u7bad\u888b"},{"type":"\u949d\u77e2\u7bad\u888b","text":"\u949d\u77e2\u7bad\u888b"},{"type":"\u706b\u70ae\u7bad\u888b","text":"\u706b\u70ae\u7bad\u888b"},{"type":"\u6076\u77e2\u7bad\u888b","text":"\u6076\u77e2\u7bad\u888b"},{"type":"\u91cd\u77e2\u7bad\u888b","text":"\u91cd\u77e2\u7bad\u888b"},{"type":"\u539f\u77e2\u7bad\u888b","text":"\u539f\u77e2\u7bad\u888b"},{"type":"\u98de\u7fbd\u7bad\u888b","text":"\u98de\u7fbd\u7bad\u888b"},{"type":"\u71c3\u77e2\u7bad\u888b","text":"\u71c3\u77e2\u7bad\u888b"}]},{"id":"cards","label":"\u5361\u7247","entries":[{"type":"\u5f03\u8d22\u6c42\u751f","text":"\u5f03\u8d22\u6c42\u751f"},{"type":"\u6c14\u5019\u9002\u5e94","text":"\u6c14\u5019\u9002\u5e94"},{"type":"\u4e00\u80a1\u5bd2\u98ce","text":"\u4e00\u80a1\u5bd2\u98ce"},{"type":"\u58a8\u6c34\u70b9\u6ef4","text":"\u58a8\u6c34\u70b9\u6ef4"},{"type":"\u5c18\u5c01\u8bb0\u5fc6","text":"\u5c18\u5c01\u8bb0\u5fc6"},{"type":"\u719f\u6089\u7684\u547c\u5524","text":"\u719f\u6089\u7684\u547c\u5524"},{"type":"\u6bd4\u6b7b\u4ea1\u66f4\u60b2\u60e8\u7684\u547d\u8fd0","text":"\u6bd4\u6b7b\u4ea1\u66f4\u60b2\u60e8\u7684\u547d\u8fd0"},{"type":"\u963f\u51ef\u7684\u9884\u8a00","text":"\u963f\u51ef\u7684\u9884\u8a00"},{"type":"\u827e\u8389\u8587\u5a05\u4e4b\u96c5","text":"\u827e\u8389\u8587\u5a05\u4e4b\u96c5"},{"type":"\u8bf1\u4eba\u7684\u5956\u8d4f","text":"\u8bf1\u4eba\u7684\u5956\u8d4f"},{"type":"\u9ed1\u6697\u4e2d\u72ec\u884c","text":"\u9ed1\u6697\u4e2d\u72ec\u884c"},{"type":"\u6539\u53d8\u77e5\u89c9","text":"\u6539\u53d8\u77e5\u89c9"},{"type":"\u6267\u7740\u7684\u91ce\u5fc3","text":"\u6267\u7740\u7684\u91ce\u5fc3"},{"type":"\u5fae\u672b\u7684\u8bf7\u6c42","text":"\u5fae\u672b\u7684\u8bf7\u6c42"},{"type":"\u6bcd\u4eb2\u7684\u793c\u7269","text":"\u6bcd\u4eb2\u7684\u793c\u7269"},{"type":"\u6df7\u4e71\u4ee3\u4ef7","text":"\u6df7\u4e71\u4ee3\u4ef7"},{"type":"\u98ce\u4e2d\u4e4b\u8bed","text":"\u98ce\u4e2d\u4e4b\u8bed"},{"type":"\u74e6\u5c14\u7684\u50b2\u6162","text":"\u74e6\u5c14\u7684\u50b2\u6162"},{"type":"\u851a\u84dd\u4e4b\u6d77","text":"\u851a\u84dd\u4e4b\u6d77"},{"type":"\u6697\u5f71\u6069\u60e0","text":"\u6697\u5f71\u6069\u60e0"},{"type":"\u523a\u5ba2\u7684\u9988\u8d60","text":"\u523a\u5ba2\u7684\u9988\u8d60"},{"type":"\u5b8c\u7f8e\u4e4b\u77f3","text":"\u5b8c\u7f8e\u4e4b\u77f3"},{"type":"\u661f\u754c\u9632\u62a4","text":"\u661f\u754c\u9632\u62a4"},{"type":"\u963f\u5179\u91cc\u7684\u6b66\u5668\u5e93","text":"\u963f\u5179\u91cc\u7684\u6b66\u5668\u5e93"},{"type":"\u80c6\u8bc6","text":"\u80c6\u8bc6"},{"type":"\u5409\u5e86\u96c4\u5fc3","text":"\u5409\u5e86\u96c4\u5fc3"},{"type":"\u5929\u84dd\u4e4b\u6012","text":"\u5929\u84dd\u4e4b\u6012"},{"type":"\u963f\u7956\u5170\u7684\u5956\u8d4f","text":"\u963f\u7956\u5170\u7684\u5956\u8d4f"},{"type":"\u524d\u7a0b\u7684\u8bf1\u60d1","text":"\u524d\u7a0b\u7684\u8bf1\u60d1"},{"type":"\u6765\u751f\u4e4b\u7f8e","text":"\u6765\u751f\u4e4b\u7f8e"},{"type":"\u5730\u644a\u8d27","text":"\u5730\u644a\u8d27"},{"type":"\u4e09\u8005\u4e4b\u8bde","text":"\u4e09\u8005\u4e4b\u8bde"},{"type":"\u795e\u4f51","text":"\u795e\u4f51"},{"type":"\u76f2\u9014","text":"\u76f2\u9014"},{"type":"\u53f8\u6cd5\u7684\u6069\u8d50","text":"\u53f8\u6cd5\u7684\u6069\u8d50"},{"type":"\u5148\u7956\u8d50\u798f","text":"\u5148\u7956\u8d50\u798f"},{"type":"\u65e0\u5c3d\u4e4b\u57df","text":"\u65e0\u5c3d\u4e4b\u57df"},{"type":"\u5f13\u5320\u7684\u68a6\u60f3","text":"\u5f13\u5320\u7684\u68a6\u60f3"},{"type":"\u7834\u706d\u4e4b\u8bfa","text":"\u7834\u706d\u4e4b\u8bfa"},{"type":"\u7834\u788e\u4f11\u6218","text":"\u7834\u788e\u4f11\u6218"},{"type":"\u6d41\u653e\u5144\u5f1f\u4f1a","text":"\u6d41\u653e\u5144\u5f1f\u4f1a"},{"type":"\u5144\u5f1f\u8d50\u798f","text":"\u5144\u5f1f\u8d50\u798f"},{"type":"\u5144\u5f1f\u7684\u79d8\u85cf","text":"\u5144\u5f1f\u7684\u79d8\u85cf"},{"type":"\u7b14\u58a8\u6a2a\u59ff","text":"\u7b14\u58a8\u6a2a\u59ff"},{"type":"\u57cb\u846c\u7684\u5b9d\u85cf","text":"\u57cb\u846c\u7684\u5b9d\u85cf"},{"type":"\u71c3\u70e7\u4e4b\u8840","text":"\u71c3\u70e7\u4e4b\u8840"},{"type":"\u8fdc\u53e4\u53ec\u5524","text":"\u8fdc\u53e4\u53ec\u5524"},{"type":"\u5361\u6885\u8389\u4e9a\u7684\u56de\u62a5","text":"\u5361\u6885\u8389\u4e9a\u7684\u56de\u62a5"},{"type":"\u5236\u56fe\u8005\u7684\u9752\u7750","text":"\u5236\u56fe\u8005\u7684\u9752\u7750"},{"type":"\u6d51\u6c8c\u6027\u60c5","text":"\u6d51\u6c8c\u6027\u60c5"},{"type":"\u98ce\u9669\u8ffd\u9010","text":"\u98ce\u9669\u8ffd\u9010"},{"type":"\u632b\u8d25","text":"\u632b\u8d25"},{"type":"\u7a92\u606f\u6127\u759a","text":"\u7a92\u606f\u6127\u759a"},{"type":"\u65e0\u4ef7\u4e4b\u5b9d","text":"\u65e0\u4ef7\u4e4b\u5b9d"},{"type":"\u732b\u54aa\u8bae\u4f1a","text":"\u732b\u54aa\u8bae\u4f1a"},{"type":"\u9965\u6e34\u4e4b\u5360","text":"\u9965\u6e34\u4e4b\u5360"},{"type":"\u6076\u8a00\u8bc5\u5492","text":"\u6076\u8a00\u8bc5\u5492"},{"type":"\u9ed1\u6697\u4e4b\u68a6","text":"\u9ed1\u6697\u4e4b\u68a6"},{"type":"\u9ed1\u6697\u534a\u9762","text":"\u9ed1\u6697\u534a\u9762"},{"type":"\u9ed1\u6697\u7684\u5f15\u8bf1","text":"\u9ed1\u6697\u7684\u5f15\u8bf1"},{"type":"\u81f4\u547d\u4e4b\u6109","text":"\u81f4\u547d\u4e4b\u6109"},{"type":"\u6b7b\u4ea1","text":"\u6b7b\u4ea1"},{"type":"\u81f4\u547d\u8c0b\u5212","text":"\u81f4\u547d\u8c0b\u5212"},{"type":"\u6050\u9b54\u75c7","text":"\u6050\u9b54\u75c7"},{"type":"\u534a\u795e\u7684\u8d4c\u5c40","text":"\u534a\u795e\u7684\u8d4c\u5c40"},{"type":"\u88ab\u4eb5\u6e0e\u7684\u7f8e\u5fb7","text":"\u88ab\u4eb5\u6e0e\u7684\u7f8e\u5fb7"},{"type":"\u7edd\u671b\u5723\u6218","text":"\u7edd\u671b\u5723\u6218"},{"type":"\u6b92\u843d\u7684\u547d\u8fd0","text":"\u6b92\u843d\u7684\u547d\u8fd0"},{"type":"\u8fbe\u62c9\u592b\u4eba\u7684\u5b9d\u77f3","text":"\u8fbe\u62c9\u592b\u4eba\u7684\u5b9d\u77f3"},{"type":"\u8511\u89c6","text":"\u8511\u89c6"},{"type":"\u81f3\u7f8e\u5723\u5bb9","text":"\u81f3\u7f8e\u5723\u5bb9"},{"type":"\u795e\u5723\u7684\u6b63\u4e49","text":"\u795e\u5723\u7684\u6b63\u4e49"},{"type":"\u5fb7\u745e\u7ade\u4e4b\u72c2","text":"\u5fb7\u745e\u7ade\u4e4b\u72c2"},{"type":"\u591a\u91cc\u4e9a\u5c3c\u7684\u542f\u8499","text":"\u591a\u91cc\u4e9a\u5c3c\u7684\u542f\u8499"},{"type":"\u68a6\u4e4b\u6d9f\u6f2a","text":"\u68a6\u4e4b\u6d9f\u6f2a"},{"type":"\u4e8c\u5200\u6d41","text":"\u4e8c\u5200\u6d41"},{"type":"\u6d88\u901d\u4e4b\u6012","text":"\u6d88\u901d\u4e4b\u6012"},{"type":"\u6d88\u901d\u7684\u5149\u8292","text":"\u6d88\u901d\u7684\u5149\u8292"},{"type":"\u5927\u5730\u541e\u98df\u8005","text":"\u5927\u5730\u541e\u98df\u8005"},{"type":"\u7231\u7684\u56de\u97f3","text":"\u7231\u7684\u56de\u97f3"},{"type":"\u53e4\u7075\u5b8c\u6ee1","text":"\u53e4\u7075\u5b8c\u6ee1"},{"type":"\u7eaf\u51c0\u5e1d\u738b","text":"\u7eaf\u51c0\u5e1d\u738b"},{"type":"\u5e1d\u8fd0","text":"\u5e1d\u8fd0"},{"type":"\u65e0\u5c3d\u591c\u665a","text":"\u65e0\u5c3d\u591c\u665a"},{"type":"\u4ee5\u8840\u954c\u523b","text":"\u4ee5\u8840\u954c\u523b"},{"type":"\u6c38\u6052\u7f81\u7eca","text":"\u6c38\u6052\u7f81\u7eca"},{"type":"\u53d8\u5e7b\u65e0\u5b9a","text":"\u53d8\u5e7b\u65e0\u5b9a"},{"type":"\u547d\u4e2d\u6ce8\u5b9a","text":"\u547d\u4e2d\u6ce8\u5b9a"},{"type":"\u65e0\u6839\u4e4b\u706b","text":"\u65e0\u6839\u4e4b\u706b"},{"type":"\u7981\u5fcc\u4e4b\u529b","text":"\u7981\u5fcc\u4e4b\u529b"},{"type":"\u53cb\u8c0a","text":"\u53cb\u8c0a"},{"type":"\u4ece\u9aa8\u5230\u7070","text":"\u4ece\u9aa8\u5230\u7070"},{"type":"\u66f4\u65b0\u53d1\u660e","text":"\u66f4\u65b0\u53d1\u660e"},{"type":"\u5b9d\u77f3\u5320\u7684\u4ec1\u6148","text":"\u5b9d\u77f3\u5320\u7684\u4ec1\u6148"},{"type":"\u5b9d\u77f3\u5320\u7684\u5141\u8bfa","text":"\u5b9d\u77f3\u5320\u7684\u5141\u8bfa"},{"type":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u9988\u8d60","text":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u9988\u8d60"},{"type":"\u5b9d\u77f3\u7687\u540e\u7684\u8d60\u793c","text":"\u5b9d\u77f3\u7687\u540e\u7684\u8d60\u793c"},{"type":"\u5e0c\u671b\u5fae\u5149","text":"\u5e0c\u671b\u5fae\u5149"},{"type":"\u4ea1\u7075\u667a\u6167","text":"\u4ea1\u7075\u667a\u6167"},{"type":"\u5b88\u536b\u7684\u6311\u6218","text":"\u5b88\u536b\u7684\u6311\u6218"},{"type":"\u9b42\u4e4b\u548c\u8c10","text":"\u9b42\u4e4b\u548c\u8c10"},{"type":"\u5e7d\u5f71\u7ea0\u7f20","text":"\u5e7d\u5f71\u7ea0\u7f20"},{"type":"\u5979\u7684\u9762\u5177","text":"\u5979\u7684\u9762\u5177"},{"type":"\u9634\u9633\u773c","text":"\u9634\u9633\u773c"},{"type":"\u5bb6\u56ed","text":"\u5bb6\u56ed"},{"type":"\u5e0c\u671b","text":"\u5e0c\u671b"},{"type":"\u660e\u955c","text":"\u660e\u955c"},{"type":"\u72c2\u5984","text":"\u72c2\u5984"},{"type":"\u8c26\u900a","text":"\u8c26\u900a"},{"type":"\u730e\u8005\u4e4b\u613f","text":"\u730e\u8005\u4e4b\u613f"},{"type":"\u730e\u4eba\u7684\u5956\u8d4f","text":"\u730e\u4eba\u7684\u5956\u8d4f"},{"type":"\u4e0d\u673d\u51b3\u5fc3","text":"\u4e0d\u673d\u51b3\u5fc3"},{"type":"\u4e0d\u5b8c\u7f8e\u7684\u56de\u5fc6","text":"\u4e0d\u5b8c\u7f8e\u7684\u56de\u5fc6"},{"type":"\u5e1d\u56fd\u7684\u9057\u4ea7","text":"\u5e1d\u56fd\u7684\u9057\u4ea7"},{"type":"\u5144\u5f1f\u4e4b\u5bb9","text":"\u5144\u5f1f\u4e4b\u5bb9"},{"type":"\u60ca\u559c\u76d2","text":"\u60ca\u559c\u76d2"},{"type":"\u5ba1\u5224\u4e4b\u97f3","text":"\u5ba1\u5224\u4e4b\u97f3"},{"type":"\u5fd7\u5411\u9ad8\u8fdc","text":"\u5fd7\u5411\u9ad8\u8fdc"},{"type":"\u5b88\u62a4\u8005\u4e4b\u8150","text":"\u5b88\u62a4\u8005\u4e4b\u8150"},{"type":"\u6cea\u817a\u574f\u6b7b","text":"\u6cea\u817a\u574f\u6b7b"},{"type":"\u5170\u5854\u6735\u8ff7\u60d8\u4e4b\u7231","text":"\u5170\u5854\u6735\u8ff7\u60d8\u4e4b\u7231"},{"type":"\u6700\u540e\u5e0c\u671b","text":"\u6700\u540e\u5e0c\u671b"},{"type":"\u542c\u5929\u7531\u547d","text":"\u542c\u5929\u7531\u547d"},{"type":"\u9057\u5fd8\u8bf1\u60d1","text":"\u9057\u5fd8\u8bf1\u60d1"},{"type":"\u5149\u4e0e\u771f\u5b9e","text":"\u5149\u4e0e\u771f\u5b9e"},{"type":"\u7a0d\u7eb5\u5373\u901d","text":"\u7a0d\u7eb5\u5373\u901d"},{"type":"\u5931\u843d\u5e1d\u56fd","text":"\u5931\u843d\u5e1d\u56fd"},{"type":"\u8de8\u51b0\u4e4b\u604b","text":"\u8de8\u51b0\u4e4b\u604b"},{"type":"\u5fe0\u8bda","text":"\u5fe0\u8bda"},{"type":"\u597d\u8fd0\u8fde\u8fde","text":"\u597d\u8fd0\u8fde\u8fde"},{"type":"\u547d\u8fd0\u5782\u9752","text":"\u547d\u8fd0\u5782\u9752"},{"type":"\u9503\u4eae\u7684\u5b9d\u7bb1","text":"\u9503\u4eae\u7684\u5b9d\u7bb1"},{"type":"\u8389\u838e\u4e4b\u606f","text":"\u8389\u838e\u4e4b\u606f"},{"type":"\u4ee3\u8868\u4f5c","text":"\u4ee3\u8868\u4f5c"},{"type":"\u4eba\u718a\u5408\u4e00","text":"\u4eba\u718a\u5408\u4e00"},{"type":"\u5957\u5a03","text":"\u5957\u5a03"},{"type":"\u72fc\u4e4b\u4fe1\u7269","text":"\u72fc\u4e4b\u4fe1\u7269"},{"type":"\u65e0\u60c5\u519b\u68b0","text":"\u65e0\u60c5\u519b\u68b0"},{"type":"\u6b63\u6c14","text":"\u6b63\u6c14"},{"type":"\u9ed1\u6697\u4e4b\u82e6","text":"\u9ed1\u6697\u4e4b\u82e6"},{"type":"\u9732\u6307\u624b\u5957","text":"\u9732\u6307\u624b\u5957"},{"type":"\u9ed1\u767d\u4e16\u754c","text":"\u9ed1\u767d\u4e16\u754c"},{"type":"\u6c38\u4e0d\u77e5\u8db3","text":"\u6c38\u4e0d\u77e5\u8db3"},{"type":"\u8bfa\u514b\u4e4b\u51a0","text":"\u8bfa\u514b\u4e4b\u51a0"},{"type":"\u65e0\u8ff9\u53ef\u5bfb","text":"\u65e0\u8ff9\u53ef\u5bfb"},{"type":"\u5bc4\u751f\u5ba2","text":"\u5bc4\u751f\u5ba2"},{"type":"\u5b89\u5b81\u4e4b\u65f6","text":"\u5b89\u5b81\u4e4b\u65f6"},{"type":"\u81f3\u81fb\u5b8c\u7f8e","text":"\u81f3\u81fb\u5b8c\u7f8e"},{"type":"\u6bd2\u6d78\u4fe1\u4ef0","text":"\u6bd2\u6d78\u4fe1\u4ef0"},{"type":"\u6210\u89c1","text":"\u6210\u89c1"},{"type":"\u9a84\u8005\u5fc5\u8d25","text":"\u9a84\u8005\u5fc5\u8d25"},{"type":"\u5148\u7956\u7684\u4ee3\u4ef7","text":"\u5148\u7956\u7684\u4ee3\u4ef7"},{"type":"\u666e\u7f57\u7c73\u4fee\u65af\u4e4b\u5907","text":"\u666e\u7f57\u7c73\u4fee\u65af\u4e4b\u5907"},{"type":"\u5174\u76db","text":"\u5174\u76db"},{"type":"\u6df7\u6c8c\u4e4b\u96e8","text":"\u6df7\u6c8c\u4e4b\u96e8"},{"type":"\u8bf1\u60d1\u4e4b\u96e8","text":"\u8bf1\u60d1\u4e4b\u96e8"},{"type":"\u9f20\u8f88","text":"\u9f20\u8f88"},{"type":"\u91cd\u751f","text":"\u91cd\u751f"},{"type":"\u91cd\u751f\u4e0e\u65b0\u751f","text":"\u91cd\u751f\u4e0e\u65b0\u751f"},{"type":"\u83bd\u649e\u7684\u91ce\u5fc3","text":"\u83bd\u649e\u7684\u91ce\u5fc3"},{"type":"\u94ed\u8bb0","text":"\u94ed\u8bb0"},{"type":"\u8428\u535a\u8f9b\u7684\u8a93\u8a00","text":"\u8428\u535a\u8f9b\u7684\u8a93\u8a00"},{"type":"\u8428\u535a\u8f9b\u4e4b\u667a","text":"\u8428\u535a\u8f9b\u4e4b\u667a"},{"type":"\u6d77\u6d0b\u5b66\u8005","text":"\u6d77\u6d0b\u5b66\u8005"},{"type":"\u4e03\u5e74\u5384\u8fd0","text":"\u4e03\u5e74\u5384\u8fd0"},{"type":"\u547d\u8fd0\u4e4b\u6676","text":"\u547d\u8fd0\u4e4b\u6676"},{"type":"\u6b7b\u5bc2\u4e25\u51ac","text":"\u6b7b\u5bc2\u4e25\u51ac"},{"type":"\u793e\u56e2\u4e4b\u6094","text":"\u793e\u56e2\u4e4b\u6094"},{"type":"\u9ed1\u6697\u4e4b\u7269","text":"\u9ed1\u6697\u4e4b\u7269"},{"type":"\u7075\u9b42\u6dec\u706b","text":"\u7075\u9b42\u6dec\u706b"},{"type":"\u6325\u970d\u65e0\u5ea6","text":"\u6325\u970d\u65e0\u5ea6"},{"type":"\u96f7\u5288","text":"\u96f7\u5288"},{"type":"\u65e0\u7f6a\u4e4b\u63f4","text":"\u65e0\u7f6a\u4e4b\u63f4"},{"type":"\u6d2a\u8352\u79d8\u8f9b","text":"\u6d2a\u8352\u79d8\u8f9b"},{"type":"\u5b66\u9662\u6d3e","text":"\u5b66\u9662\u6d3e"},{"type":"\u4ef0\u6155\u8005","text":"\u4ef0\u6155\u8005"},{"type":"\u5192\u9669\u7cbe\u795e","text":"\u5192\u9669\u7cbe\u795e"},{"type":"\u5927\u827a\u672f\u5bb6","text":"\u5927\u827a\u672f\u5bb6"},{"type":"\u836f\u5242\u5e08","text":"\u836f\u5242\u5e08"},{"type":"\u5927\u6cd5\u5e08\u7684\u53f3\u624b","text":"\u5927\u6cd5\u5e08\u7684\u53f3\u624b"},{"type":"\u7ade\u6280\u573a\u51a0\u519b","text":"\u7ade\u6280\u573a\u51a0\u519b"},{"type":"\u9c9c\u8840\u5927\u519b","text":"\u9c9c\u8840\u5927\u519b"},{"type":"\u827a\u8005","text":"\u827a\u8005"},{"type":"\u96c4\u5fc3","text":"\u96c4\u5fc3"},{"type":"\u661f\u8c61\u5b66\u5bb6","text":"\u661f\u8c61\u5b66\u5bb6"},{"type":"\u590d\u4ec7\u8005","text":"\u590d\u4ec7\u8005"},{"type":"\u89c9\u9192","text":"\u89c9\u9192"},{"type":"\u4ea4\u6613","text":"\u4ea4\u6613"},{"type":"\u6218\u706b\u953b\u9020","text":"\u6218\u706b\u953b\u9020"},{"type":"\u718a\u5973","text":"\u718a\u5973"},{"type":"\u72c2\u517d","text":"\u72c2\u517d"},{"type":"\u80cc\u53db","text":"\u80cc\u53db"},{"type":"\u731b\u70c8\u7efd\u653e","text":"\u731b\u70c8\u7efd\u653e"},{"type":"\u707c\u70ed\u4e4b\u706b","text":"\u707c\u70ed\u4e4b\u706b"},{"type":"\u7a46\u5e0c\u4fdd\u4f51","text":"\u7a46\u5e0c\u4fdd\u4f51"},{"type":"\u8840\u8089\u4e4b\u8eaf","text":"\u8840\u8089\u4e4b\u8eaf"},{"type":"\u9ab8\u9aa8","text":"\u9ab8\u9aa8"},{"type":"\u5f3a\u58ee\u7684\u6218\u6597\u6cd5\u5e08","text":"\u5f3a\u58ee\u7684\u6218\u6597\u6cd5\u5e08"},{"type":"\u88c2\u9699","text":"\u88c2\u9699"},{"type":"\u67af\u9aa8\u7687\u5e1d","text":"\u67af\u9aa8\u7687\u5e1d"},{"type":"\u5bc6\u85cf","text":"\u5bc6\u85cf"},{"type":"\u4e0d\u534f\u4e4b\u97f3","text":"\u4e0d\u534f\u4e4b\u97f3"},{"type":"\u8d8a\u754c\u7684\u547c\u5524","text":"\u8d8a\u754c\u7684\u547c\u5524"},{"type":"\u795e\u6069\u4e4b\u8d50","text":"\u795e\u6069\u4e4b\u8d50"},{"type":"\u98df\u8150\u63a0\u9e26","text":"\u98df\u8150\u63a0\u9e26"},{"type":"\u5236\u56fe\u5e08","text":"\u5236\u56fe\u5e08"},{"type":"\u5de8\u53d8","text":"\u5de8\u53d8"},{"type":"\u707e\u53d8","text":"\u707e\u53d8"},{"type":"\u9690\u60c5","text":"\u9690\u60c5"},{"type":"\u5929\u5802\u6267\u6cd5\u5b98","text":"\u5929\u5802\u6267\u6cd5\u5b98"},{"type":"\u5929\u5802\u4e4b\u77f3","text":"\u5929\u5802\u4e4b\u77f3"},{"type":"\u675f\u7f1a\u4e4b\u70bc","text":"\u675f\u7f1a\u4e4b\u70bc"},{"type":"\u51fa\u8001\u5343","text":"\u51fa\u8001\u5343"},{"type":"\u5929\u9009","text":"\u5929\u9009"},{"type":"\u98ce\u66b4\u6765\u88ad","text":"\u98ce\u66b4\u6765\u88ad"},{"type":"\u96f7\u9488","text":"\u96f7\u9488"},{"type":"\u6e34\u6c42","text":"\u6e34\u6c42"},{"type":"\u8bc5\u5492\u4e4b\u738b","text":"\u8bc5\u5492\u4e4b\u738b"},{"type":"\u5492\u8bc5\u4e4b\u7075","text":"\u5492\u8bc5\u4e4b\u7075"},{"type":"\u6781\u81f4\u4e0d\u51e1","text":"\u6781\u81f4\u4e0d\u51e1"},{"type":"\u6df1\u6df1\u9ed1\u68a6","text":"\u6df1\u6df1\u9ed1\u68a6"},{"type":"\u9ed1\u6697\u672f\u8005","text":"\u9ed1\u6697\u672f\u8005"},{"type":"\u4e70\u5356","text":"\u4e70\u5356"},{"type":"\u72e1\u5f92","text":"\u72e1\u5f92"},{"type":"\u6df1\u6e0a\u4e4b\u5b50","text":"\u6df1\u6e0a\u4e4b\u5b50"},{"type":"\u6076\u9b54","text":"\u6076\u9b54"},{"type":"\u9b45\u9b54","text":"\u9b45\u9b54"},{"type":"\u76ee\u7684\u5730","text":"\u76ee\u7684\u5730"},{"type":"\u75af\u533b","text":"\u75af\u533b"},{"type":"\u5080\u5121","text":"\u5080\u5121"},{"type":"\u5de8\u9f99","text":"\u5de8\u9f99"},{"type":"\u9f99\u4e4b\u5fc3","text":"\u9f99\u4e4b\u5fc3"},{"type":"\u8ffd\u68a6\u8005","text":"\u8ffd\u68a6\u8005"},{"type":"\u68a6\u5883","text":"\u68a6\u5883"},{"type":"\u9152\u9189\u8d35\u65cf","text":"\u9152\u9189\u8d35\u65cf"},{"type":"\u5730\u4e0b\u57ce\u5927\u5e08","text":"\u5730\u4e0b\u57ce\u5927\u5e08"},{"type":"\u8f7b\u677e\u6f2b\u6b65","text":"\u8f7b\u677e\u6f2b\u6b65"},{"type":"\u88c2\u754c\u4e4b\u6b87","text":"\u88c2\u754c\u4e4b\u6b87"},{"type":"\u4e07\u4e8b\u7686\u7a7a","text":"\u4e07\u4e8b\u7686\u7a7a"},{"type":"\u9ed1\u6697\u6765\u72af","text":"\u9ed1\u6697\u6765\u72af"},{"type":"\u65e0\u5c3d\u9ed1\u6697","text":"\u65e0\u5c3d\u9ed1\u6697"},{"type":"\u8010\u4e45\u8005","text":"\u8010\u4e45\u8005"},{"type":"\u6267\u884c\u5b98","text":"\u6267\u884c\u5b98"},{"type":"\u667a\u6167\u542f\u8499","text":"\u667a\u6167\u542f\u8499"},{"type":"\u53e4\u9053\u70ed\u80a0","text":"\u53e4\u9053\u70ed\u80a0"},{"type":"\u9003\u4ea1","text":"\u9003\u4ea1"},{"type":"\u6c38\u6052\u4e4b\u6218","text":"\u6c38\u6052\u4e4b\u6218"},{"type":"\u7a7a\u7075","text":"\u7a7a\u7075"},{"type":"\u63a2\u9669\u5bb6","text":"\u63a2\u9669\u5bb6"},{"type":"\u6050\u6016\u4e4b\u773c","text":"\u6050\u6016\u4e4b\u773c"},{"type":"\u9f99\u4e4b\u773c","text":"\u9f99\u4e4b\u773c"},{"type":"\u65e0\u5c3d\u6df1\u6e0a","text":"\u65e0\u5c3d\u6df1\u6e0a"},{"type":"\u76db\u5bb4","text":"\u76db\u5bb4"},{"type":"\u52a3\u9b54","text":"\u52a3\u9b54"},{"type":"\u7ec8\u7ed3\u4e00\u89e6","text":"\u7ec8\u7ed3\u4e00\u89e6"},{"type":"\u9c7c\u8d29","text":"\u9c7c\u8d29"},{"type":"\u5236\u7bad\u8005","text":"\u5236\u7bad\u8005"},{"type":"\u8299\u52b3\u62c9\u7684\u8d60\u793c","text":"\u8299\u52b3\u62c9\u7684\u8d60\u793c"},{"type":"\u611a\u4eba","text":"\u611a\u4eba"},{"type":"\u88ab\u9057\u5fd8\u7684\u5b9d\u85cf","text":"\u88ab\u9057\u5fd8\u7684\u5b9d\u85cf"},{"type":"\u65e0\u8ff9\u4e4b\u6d77","text":"\u65e0\u8ff9\u4e4b\u6d77"},{"type":"\u9057\u5f03\u4e4b\u7269","text":"\u9057\u5f03\u4e4b\u7269"},{"type":"\u5782\u9752\u4e4b\u8fd0","text":"\u5782\u9752\u4e4b\u8fd0"},{"type":"\u653e\u8fdc\u76ee\u5149","text":"\u653e\u8fdc\u76ee\u5149"},{"type":"\u72e1\u72d0","text":"\u72e1\u72d0"},{"type":"\u8346\u6797\u4e4b\u72d0","text":"\u8346\u6797\u4e4b\u72d0"},{"type":"\u8d4c\u5f92","text":"\u8d4c\u5f92"},{"type":"\u70ab\u8000\u4e4b\u529b","text":"\u70ab\u8000\u4e4b\u529b"},{"type":"\u73e0\u5b9d\u5320","text":"\u73e0\u5b9d\u5320"},{"type":"\u7ec5\u58eb\u4e4b\u98ce","text":"\u7ec5\u58eb\u4e4b\u98ce"},{"type":"\u6597\u58eb","text":"\u6597\u58eb"},{"type":"\u9ec4\u91d1\u7eaa\u5143","text":"\u9ec4\u91d1\u7eaa\u5143"},{"type":"\u81f3\u9ad8\u4e4b\u613f","text":"\u81f3\u9ad8\u4e4b\u613f"},{"type":"\u5929\u4eba\u6c38\u9694","text":"\u5929\u4eba\u6c38\u9694"},{"type":"\u58ee\u5fc3\u4e0d\u5df2","text":"\u58ee\u5fc3\u4e0d\u5df2"},{"type":"\u6536\u5272\u8005","text":"\u6536\u5272\u8005"},{"type":"\u9690\u58eb","text":"\u9690\u58eb"},{"type":"\u82f1\u52c7\u6253\u51fb","text":"\u82f1\u52c7\u6253\u51fb"},{"type":"\u77e5\u8bc6\u4e4b\u5de2","text":"\u77e5\u8bc6\u4e4b\u5de2"},{"type":"\u5b9d\u7bb1","text":"\u5b9d\u7bb1"},{"type":"\u94a9\u5b50","text":"\u94a9\u5b50"},{"type":"\u9965\u997f","text":"\u9965\u997f"},{"type":"\u6c38\u6052\u4e0d\u673d","text":"\u6c38\u6052\u4e0d\u673d"},{"type":"\u5492\u8bed","text":"\u5492\u8bed"},{"type":"\u65e0\u8f9c\u8005","text":"\u65e0\u8f9c\u8005"},{"type":"\u79fb\u82b1\u63a5\u6728","text":"\u79fb\u82b1\u63a5\u6728"},{"type":"\u5931\u667a\u732b\u54aa","text":"\u5931\u667a\u732b\u54aa"},{"type":"\u6c38\u4e0d\u6ee1\u8db3","text":"\u6c38\u4e0d\u6ee1\u8db3"},{"type":"\u53d1\u660e\u5bb6","text":"\u53d1\u660e\u5bb6"},{"type":"\u9508\u94c1\u8bd7\u4eba","text":"\u9508\u94c1\u8bd7\u4eba"},{"type":"\u5c0f\u4e11","text":"\u5c0f\u4e11"},{"type":"\u73e0\u5b9d\u5320\u7684\u798f\u7949","text":"\u73e0\u5b9d\u5320\u7684\u798f\u7949"},{"type":"\u72d7\u4ed4\u961f","text":"\u72d7\u4ed4\u961f"},{"type":"\u65c5\u7a0b","text":"\u65c5\u7a0b"},{"type":"\u738b\u8005\u4e4b\u5203","text":"\u738b\u8005\u4e4b\u5203"},{"type":"\u738b\u8005\u4e4b\u5fc3","text":"\u738b\u8005\u4e4b\u5fc3"},{"type":"\u964d\u4e34","text":"\u964d\u4e34"},{"type":"\u5c79\u7acb\u4e0d\u8d25\u4e4b\u4eba","text":"\u5c79\u7acb\u4e0d\u8d25\u4e4b\u4eba"},{"type":"\u6700\u540e\u7684\u665a\u9910","text":"\u6700\u540e\u7684\u665a\u9910"},{"type":"\u6d77\u602a","text":"\u6d77\u602a"},{"type":"\u5deb\u5996","text":"\u5deb\u5996"},{"type":"\u751f\u547d\u7a83\u8d3c","text":"\u751f\u547d\u7a83\u8d3c"},{"type":"\u96c4\u72ee","text":"\u96c4\u72ee"},{"type":"\u957f\u7ebf\u9493\u9c7c","text":"\u957f\u7ebf\u9493\u9c7c"},{"type":"\u6f2b\u957f\u5b88\u671b","text":"\u6f2b\u957f\u5b88\u671b"},{"type":"\u6697\u9ed1\u4e4b\u738b","text":"\u6697\u9ed1\u4e4b\u738b"},{"type":"\u6b22\u5e86\u9886\u4e3b","text":"\u6b22\u5e86\u9886\u4e3b"},{"type":"\u60c5\u4eba","text":"\u60c5\u4eba"},{"type":"\u6708\u5f71\u5973\u796d\u53f8","text":"\u6708\u5f71\u5973\u796d\u53f8"},{"type":"\u72c2\u738b","text":"\u72c2\u738b"},{"type":"\u7194\u5ca9\u87f9","text":"\u7194\u5ca9\u87f9"},{"type":"\u4e3b\u5bb0","text":"\u4e3b\u5bb0"},{"type":"\u5de5\u5320\u5927\u5e08","text":"\u5de5\u5320\u5927\u5e08"},{"type":"\u5e84\u56ed\u4e3b","text":"\u5e84\u56ed\u4e3b"},{"type":"\u4f63\u5175","text":"\u4f63\u5175"},{"type":"\u4fe1\u4f7f","text":"\u4fe1\u4f7f"},{"type":"\u94c1\u5320\u7684\u8d60\u793c","text":"\u94c1\u5320\u7684\u8d60\u793c"},{"type":"\u5fc3\u7075\u4e4b\u773c","text":"\u5fc3\u7075\u4e4b\u773c"},{"type":"\u5c71\u8109","text":"\u5c71\u8109"},{"type":"\u7167\u6599\u8005","text":"\u7167\u6599\u8005"},{"type":"\u529b\u4e4b\u8a93\u8a00","text":"\u529b\u4e4b\u8a93\u8a00"},{"type":"\u9ed1\u6697\u7f2d\u7ed5","text":"\u9ed1\u6697\u7f2d\u7ed5"},{"type":"\u5949\u732e","text":"\u5949\u732e"},{"type":"\u82d7\u88d4","text":"\u82d7\u88d4"},{"type":"\u8001\u4eba","text":"\u8001\u4eba"},{"type":"\u79bb\u5f00\u7684\u4eba\u662f\u4f60","text":"\u79bb\u5f00\u7684\u4eba\u662f\u4f60"},{"type":"\u5b8c\u4eba","text":"\u5b8c\u4eba"},{"type":"\u51c0\u767d","text":"\u51c0\u767d"},{"type":"\u7fa4\u805a\u4e4b\u9996","text":"\u7fa4\u805a\u4e4b\u9996"},{"type":"\u534f\u7ea6","text":"\u534f\u7ea6"},{"type":"\u75c5\u60a3","text":"\u75c5\u60a3"},{"type":"\u5fcf\u6094\u8005","text":"\u5fcf\u6094\u8005"},{"type":"\u8bd7\u4eba","text":"\u8bd7\u4eba"},{"type":"\u535a\u5b66\u8005","text":"\u535a\u5b66\u8005"},{"type":"\u5c04\u6210\u7b5b\u5b50","text":"\u5c04\u6210\u7b5b\u5b50"},{"type":"\u8654\u8bda\u7684\u4ee3\u4ef7","text":"\u8654\u8bda\u7684\u4ee3\u4ef7"},{"type":"\u5fe0\u8bda\u7684\u4ee3\u4ef7","text":"\u5fe0\u8bda\u7684\u4ee3\u4ef7"},{"type":"\u9884\u89c1\u7684\u4ee3\u4ef7","text":"\u9884\u89c1\u7684\u4ee3\u4ef7"},{"type":"\u4fdd\u62a4\u7684\u4ee3\u4ef7","text":"\u4fdd\u62a4\u7684\u4ee3\u4ef7"},{"type":"\u8d77\u6e90","text":"\u8d77\u6e90"},{"type":"\u9ed1\u6697\u541b\u738b","text":"\u9ed1\u6697\u541b\u738b"},{"type":"\u6559\u6388","text":"\u6559\u6388"},{"type":"\u6708\u5f71\u7684\u5b50\u55e3","text":"\u6708\u5f71\u7684\u5b50\u55e3"},{"type":"\u8c1c\u56e2","text":"\u8c1c\u56e2"},{"type":"\u5973\u738b","text":"\u5973\u738b"},{"type":"\u5e78\u8fd0\u5154\u811a","text":"\u5e78\u8fd0\u5154\u811a"},{"type":"\u75af\u72c2\u6050\u5599\u9e1f","text":"\u75af\u72c2\u6050\u5599\u9e1f"},{"type":"\u5bb6\u7684\u6377\u5f84","text":"\u5bb6\u7684\u6377\u5f84"},{"type":"\u7855\u9f20\u5f52\u6765","text":"\u7855\u9f20\u5f52\u6765"},{"type":"\u5371\u673a","text":"\u5371\u673a"},{"type":"\u5143\u7d20\u796d\u7940","text":"\u5143\u7d20\u796d\u7940"},{"type":"\u529b\u91cf\u4e4b\u9053","text":"\u529b\u91cf\u4e4b\u9053"},{"type":"\u6b8b\u9177\u4e4b\u73af","text":"\u6b8b\u9177\u4e4b\u73af"},{"type":"\u727a\u7272","text":"\u727a\u7272"},{"type":"\u5723\u4eba\u4e4b\u793c","text":"\u5723\u4eba\u4e4b\u793c"},{"type":"\u6b66\u58eb\u4e4b\u773c","text":"\u6b66\u58eb\u4e4b\u773c"},{"type":"\u521b\u75d5\u4e4b\u539f","text":"\u521b\u75d5\u4e4b\u539f"},{"type":"\u62fe\u8352\u8005","text":"\u62fe\u8352\u8005"},{"type":"\u5b66\u8005","text":"\u5b66\u8005"},{"type":"\u65a5\u5019","text":"\u65a5\u5019"},{"type":"\u5bfb\u89c5\u8005","text":"\u5bfb\u89c5\u8005"},{"type":"\u751f\u547d\u4e4b\u6811","text":"\u751f\u547d\u4e4b\u6811"},{"type":"\u7267\u7f8a\u4eba\u7684\u51c9\u978b","text":"\u7267\u7f8a\u4eba\u7684\u51c9\u978b"},{"type":"\u6301\u76fe\u4eba","text":"\u6301\u76fe\u4eba"},{"type":"\u6377\u5f84","text":"\u6377\u5f84"},{"type":"\u652f\u7ebf\u4efb\u52a1","text":"\u652f\u7ebf\u4efb\u52a1"},{"type":"\u9b54\u7b26","text":"\u9b54\u7b26"},{"type":"\u6d77\u5996","text":"\u6d77\u5996"},{"type":"\u9b54\u4f8d","text":"\u9b54\u4f8d"},{"type":"\u7075\u9b42","text":"\u7075\u9b42"},{"type":"\u95ea\u5149\u4e0e\u706b\u7130","text":"\u95ea\u5149\u4e0e\u706b\u7130"},{"type":"\u9a84\u7eb5\u7687\u5b50","text":"\u9a84\u7eb5\u7687\u5b50"},{"type":"\u51b7\u6de1","text":"\u51b7\u6de1"},{"type":"\u98ce\u66b4\u4f7f\u8005","text":"\u98ce\u66b4\u4f7f\u8005"},{"type":"\u5175\u6cd5\u5bb6","text":"\u5175\u6cd5\u5bb6"},{"type":"\u53ec\u5524\u5e08","text":"\u53ec\u5524\u5e08"},{"type":"\u70c8\u65e5","text":"\u70c8\u65e5"},{"type":"\u5916\u79d1\u533b\u5e08","text":"\u5916\u79d1\u533b\u5e08"},{"type":"\u52d8\u67e5\u5458","text":"\u52d8\u67e5\u5458"},{"type":"\u6c42\u751f\u4e13\u5bb6","text":"\u6c42\u751f\u4e13\u5bb6"},{"type":"\u7ed9\u517b","text":"\u7ed9\u517b"},{"type":"\u5251\u5723\u7684\u81f4\u656c","text":"\u5251\u5723\u7684\u81f4\u656c"},{"type":"\u5927\u5947\u672f\u5e08","text":"\u5927\u5947\u672f\u5e08"},{"type":"\u738b\u5ea7","text":"\u738b\u5ea7"},{"type":"\u4fee\u8865\u5320\u4e4b\u684c","text":"\u4fee\u8865\u5320\u4e4b\u684c"},{"type":"\u6052\u4e45\u69a8\u53d6","text":"\u6052\u4e45\u69a8\u53d6"},{"type":"\u5854\u5cf0","text":"\u5854\u5cf0"},{"type":"\u80cc\u53db\u8005","text":"\u80cc\u53db\u8005"},{"type":"\u53d8\u8eab","text":"\u53d8\u8eab"},{"type":"\u8fdc\u5f81","text":"\u8fdc\u5f81"},{"type":"\u98ce\u6eda\u8349","text":"\u98ce\u6eda\u8349"},{"type":"\u66ae\u5149\u4e4b\u6708","text":"\u66ae\u5149\u4e4b\u6708"},{"type":"\u5b6a\u751f","text":"\u5b6a\u751f"},{"type":" \u66b4\u8650\u4e4b\u7075","text":" \u66b4\u8650\u4e4b\u7075"},{"type":"\u65e0\u754f\u8005","text":"\u65e0\u754f\u8005"},{"type":"\u65e0\u53ef\u4e89\u8bae\u8005","text":"\u65e0\u53ef\u4e89\u8bae\u8005"},{"type":"\u610f\u5916\u6536\u83b7","text":"\u610f\u5916\u6536\u83b7"},{"type":"\u8054\u59fb","text":"\u8054\u59fb"},{"type":"\u5973\u4e4b\u6b66\u795e","text":"\u5973\u4e4b\u6b66\u795e"},{"type":"\u91d1\u5c5e\u76d2\u5b50","text":"\u91d1\u5c5e\u76d2\u5b50"},{"type":"\u5e73\u58e4","text":"\u5e73\u58e4"},{"type":"\u68a6\u60f3\u5bb6","text":"\u68a6\u60f3\u5bb6"},{"type":"\u865a\u7a7a","text":"\u865a\u7a7a"},{"type":"\u5178\u72f1\u957f","text":"\u5178\u72f1\u957f"},{"type":"\u5927\u519b\u9600","text":"\u5927\u519b\u9600"},{"type":"\u51dd\u89c6\u8005","text":"\u51dd\u89c6\u8005"},{"type":"\u547d\u8fd0\u4e4b\u7f51","text":"\u547d\u8fd0\u4e4b\u7f51"},{"type":"\u65b0\u5a5a\u8d60\u793c","text":"\u65b0\u5a5a\u8d60\u793c"},{"type":"\u767d\u8863\u9a91\u58eb","text":"\u767d\u8863\u9a91\u58eb"},{"type":"\u96ea\u76f2","text":"\u96ea\u76f2"},{"type":"\u67af\u840e\u73ab\u7470","text":"\u67af\u840e\u73ab\u7470"},{"type":"\u98ce","text":"\u98ce"},{"type":"\u5deb\u5a46","text":"\u5deb\u5a46"},{"type":"\u7fa4\u72fc\u4e4b\u738b","text":"\u7fa4\u72fc\u4e4b\u738b"},{"type":"\u72fc\u738b\u7684\u9057\u4ea7","text":"\u72fc\u738b\u7684\u9057\u4ea7"},{"type":"\u72fc\u7684\u5f71\u5b50","text":"\u72fc\u7684\u5f71\u5b50"},{"type":"\u72fc\u738b\u4e4b\u5f26","text":"\u72fc\u738b\u4e4b\u5f26"},{"type":"\u91d1\u521a\u72fc","text":"\u91d1\u521a\u72fc"},{"type":"\u566c\u754c\u8005","text":"\u566c\u754c\u8005"},{"type":"\u6028\u5fff","text":"\u6028\u5fff"},{"type":"\u6b7b\u7075\u9057\u7269","text":"\u6b7b\u7075\u9057\u7269"},{"type":"\u6c42\u77e5\u82e5\u6e34","text":"\u6c42\u77e5\u82e5\u6e34"},{"type":"\u9ed1\u6697\u4e09\u9762","text":"\u9ed1\u6697\u4e09\u9762"},{"type":"\u4e09\u9b54\u97f3","text":"\u4e09\u9b54\u97f3"},{"type":"\u6012\u96f7\u4e4b\u7a7a","text":"\u6012\u96f7\u4e4b\u7a7a"},{"type":"\u5931\u843d\u9057\u9aa8","text":"\u5931\u843d\u9057\u9aa8"},{"type":"\u5b81\u9759","text":"\u5b81\u9759"},{"type":"\u8d4f\u91d1\u730e\u624b","text":"\u8d4f\u91d1\u730e\u624b"},{"type":"\u5341\u4e09\u5927\u5fcc","text":"\u5341\u4e09\u5927\u5fcc"},{"type":"\u5fcd\u8fb1","text":"\u5fcd\u8fb1"},{"type":"\u7834\u9664\u67b7\u9501","text":"\u7834\u9664\u67b7\u9501"},{"type":"\u5730\u4e0b\u68ee\u6797","text":"\u5730\u4e0b\u68ee\u6797"},{"type":"\u4e00\u53a2\u60c5\u613f","text":"\u4e00\u53a2\u60c5\u613f"},{"type":"\u865a\u8363","text":"\u865a\u8363"},{"type":"\u6076\u6bd2\u7684\u6743\u529b","text":"\u6076\u6bd2\u7684\u6743\u529b"},{"type":"\u8587\u59ae\u96c5\u7684\u4fe1\u7269","text":"\u8587\u59ae\u96c5\u7684\u4fe1\u7269"},{"type":"\u5143\u7d20\u865a\u7a7a","text":"\u5143\u7d20\u865a\u7a7a"},{"type":"\u4e0d\u7a33\u5b9a\u7684\u529b\u91cf","text":"\u4e0d\u7a33\u5b9a\u7684\u529b\u91cf"},{"type":"\u94b1\u4e0e\u6743","text":"\u94b1\u4e0e\u6743"},{"type":"\u6c42\u53d6\u4e4b\u4eba","text":"\u6c42\u53d6\u4e4b\u4eba"},{"type":"\u51db\u51ac\u4e4b\u62e5","text":"\u51db\u51ac\u4e4b\u62e5"}]},{"id":"currency","label":"\u901a\u8d27","entries":[{"name":"\u6c42\u77e5","type":"\u74e6\u5c14\u4e4b\u76f8","text":"\u6c42\u77e5 \u74e6\u5c14\u4e4b\u76f8","flags":{"unique":true}},{"name":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247I","type":"\u519b\u56e2\u957f\u5251(\u788e\u7247)","text":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247I \u519b\u56e2\u957f\u5251(\u788e\u7247)","flags":{"unique":true}},{"name":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247I","type":"\u5e1d\u56fd\u957f\u6756(\u788e\u7247)","text":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247I \u5e1d\u56fd\u957f\u6756(\u788e\u7247)","flags":{"unique":true}},{"name":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247I","type":"\u949d\u77e2\u7bad\u888b(\u788e\u7247)","text":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247I \u949d\u77e2\u7bad\u888b(\u788e\u7247)","flags":{"unique":true}},{"name":"\u4e0d\u5c48\u5148\u9a71\u8005I","type":"\u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","text":"\u4e0d\u5c48\u5148\u9a71\u8005I \u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","flags":{"unique":true}},{"name":"\u51b0\u96f7\u5148\u9a71\u8005I","type":"\u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","text":"\u51b0\u96f7\u5148\u9a71\u8005I \u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","flags":{"unique":true}},{"name":"\u65f6\u7a7a\u5148\u9a71\u8005\u788e\u7247I","type":"\u9970\u5e03\u8170\u5e26(\u788e\u7247)","text":"\u65f6\u7a7a\u5148\u9a71\u8005\u788e\u7247I \u9970\u5e03\u8170\u5e26(\u788e\u7247)","flags":{"unique":true}},{"name":"\u4e0d\u5c48\u5148\u9a71\u8005IV","type":"\u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","text":"\u4e0d\u5c48\u5148\u9a71\u8005IV \u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","flags":{"unique":true}},{"name":"\u5408\u4f5c","type":"\u74e6\u5c14\u4e4b\u76f8","text":"\u5408\u4f5c \u74e6\u5c14\u4e4b\u76f8","flags":{"unique":true}},{"name":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247II","type":"\u519b\u56e2\u957f\u5251(\u788e\u7247)","text":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247II \u519b\u56e2\u957f\u5251(\u788e\u7247)","flags":{"unique":true}},{"name":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247II","type":"\u5e1d\u56fd\u957f\u6756(\u788e\u7247)","text":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247II \u5e1d\u56fd\u957f\u6756(\u788e\u7247)","flags":{"unique":true}},{"name":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247II","type":"\u949d\u77e2\u7bad\u888b(\u788e\u7247)","text":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247II \u949d\u77e2\u7bad\u888b(\u788e\u7247)","flags":{"unique":true}},{"name":"\u4e0d\u5c48\u5148\u9a71\u8005II","type":"\u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","text":"\u4e0d\u5c48\u5148\u9a71\u8005II \u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","flags":{"unique":true}},{"name":"\u51b0\u96f7\u5148\u9a71\u8005II","type":"\u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","text":"\u51b0\u96f7\u5148\u9a71\u8005II \u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","flags":{"unique":true}},{"name":"\u65f6\u7a7a\u5148\u9a71\u8005\u788e\u7247II","type":"\u9970\u5e03\u8170\u5e26(\u788e\u7247)","text":"\u65f6\u7a7a\u5148\u9a71\u8005\u788e\u7247II \u9970\u5e03\u8170\u5e26(\u788e\u7247)","flags":{"unique":true}},{"name":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247III","type":"\u519b\u56e2\u957f\u5251(\u788e\u7247)","text":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247III \u519b\u56e2\u957f\u5251(\u788e\u7247)","flags":{"unique":true}},{"name":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247III","type":"\u5e1d\u56fd\u957f\u6756(\u788e\u7247)","text":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247III \u5e1d\u56fd\u957f\u6756(\u788e\u7247)","flags":{"unique":true}},{"name":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247III","type":"\u949d\u77e2\u7bad\u888b(\u788e\u7247)","text":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247III \u949d\u77e2\u7bad\u888b(\u788e\u7247)","flags":{"unique":true}},{"name":"\u4e0d\u5c48\u5148\u9a71\u8005III","type":"\u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","text":"\u4e0d\u5c48\u5148\u9a71\u8005III \u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","flags":{"unique":true}},{"name":"\u51b0\u96f7\u5148\u9a71\u8005III","type":"\u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","text":"\u51b0\u96f7\u5148\u9a71\u8005III \u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","flags":{"unique":true}},{"name":"\u7f8e\u8273","type":"\u74e6\u5c14\u4e4b\u76f8","text":"\u7f8e\u8273 \u74e6\u5c14\u4e4b\u76f8","flags":{"unique":true}},{"name":"\u96c4\u5fc3","type":"\u74e6\u5c14\u4e4b\u76f8","text":"\u96c4\u5fc3 \u74e6\u5c14\u4e4b\u76f8","flags":{"unique":true}},{"type":"\u5723\u6218\u8005\u7684\u5d07\u9ad8\u77f3","text":"\u5723\u6218\u8005\u7684\u5d07\u9ad8\u77f3"},{"type":"\u730e\u4eba\u7684\u5d07\u9ad8\u77f3","text":"\u730e\u4eba\u7684\u5d07\u9ad8\u77f3"},{"type":"\u6551\u8d4e\u8005\u7684\u5d07\u9ad8\u77f3","text":"\u6551\u8d4e\u8005\u7684\u5d07\u9ad8\u77f3"},{"type":"\u7763\u519b\u7684\u5d07\u9ad8\u77f3","text":"\u7763\u519b\u7684\u5d07\u9ad8\u77f3"},{"type":"\u89c9\u9192\u8005\u4e4b\u77f3","text":"\u89c9\u9192\u8005\u4e4b\u77f3"},{"type":"\u547d\u8fd0\u9884\u5146","text":"\u547d\u8fd0\u9884\u5146"},{"type":"\u82cd\u767d\u9884\u5146","text":"\u82cd\u767d\u9884\u5146"},{"type":"\u6b7b\u821e\u9884\u5146","text":"\u6b7b\u821e\u9884\u5146"},{"type":"\u80be\u4e0a\u817a\u7d20\u9884\u5146","text":"\u80be\u4e0a\u817a\u7d20\u9884\u5146"},{"type":"\u7b11\u50b2\u6b7b\u4ea1\u9884\u5146","text":"\u7b11\u50b2\u6b7b\u4ea1\u9884\u5146"},{"type":"\u590d\u82cf\u9884\u5146","text":"\u590d\u82cf\u9884\u5146"},{"type":"\u6062\u590d\u9884\u5146","text":"\u6062\u590d\u9884\u5146"},{"type":"\u56de\u8fd4\u9884\u5146","text":"\u56de\u8fd4\u9884\u5146"},{"type":"\u9057\u8d60\u9884\u5146","text":"\u9057\u8d60\u9884\u5146"},{"type":"\u590d\u4ec7\u9884\u5146","text":"\u590d\u4ec7\u9884\u5146"},{"type":"\u8fdb\u6b65\u9884\u5146","text":"\u8fdb\u6b65\u9884\u5146"},{"type":"\u8fde\u63a5\u9884\u5146","text":"\u8fde\u63a5\u9884\u5146"},{"type":"\u73e0\u5b9d\u5546\u9884\u5146","text":"\u73e0\u5b9d\u5546\u9884\u5146"},{"type":"\u624d\u534e\u9884\u5146","text":"\u624d\u534e\u9884\u5146"},{"type":"\u566c\u9b42\u9884\u5146","text":"\u566c\u9b42\u9884\u5146"},{"type":"\u52a0\u901f\u9884\u5146","text":"\u52a0\u901f\u9884\u5146"},{"type":"\u4e9a\u6b27\u7ea2\u53e4\u6708\u4e4b\u5b88\u536b\u7684\u6587\u8eab","text":"\u4e9a\u6b27\u7ea2\u53e4\u6708\u4e4b\u5b88\u536b\u7684\u6587\u8eab"},{"type":"\u4e9a\u6b27\u7ea2\u53e4\u65a5\u5019\u7684\u6587\u8eab","text":"\u4e9a\u6b27\u7ea2\u53e4\u65a5\u5019\u7684\u6587\u8eab"},{"type":"\u4e9a\u6b27\u7ea2\u53e4\u6218\u58eb\u7684\u6587\u8eab","text":"\u4e9a\u6b27\u7ea2\u53e4\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u4e9a\u6b27\u7ea2\u53e4\u597d\u6218\u8005\u7684\u6587\u8eab","text":"\u4e9a\u6b27\u7ea2\u53e4\u597d\u6218\u8005\u7684\u6587\u8eab"},{"type":"\u4e9a\u6b27\u7ea2\u53e4\u8428\u6ee1\u7684\u6587\u8eab","text":"\u4e9a\u6b27\u7ea2\u53e4\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u4f0a\u57fa\u963f\u970d\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u4f0a\u57fa\u963f\u970d\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u4e9a\u6b27\u7ea2\u53e4\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u4e9a\u6b27\u7ea2\u53e4\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u8f9b\u683c\u62c9\u6218\u58eb\u7684\u6587\u8eab","text":"\u8f9b\u683c\u62c9\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u8f9b\u683c\u62c9\u6b7b\u4ea1\u5b88\u536b\u7684\u6587\u8eab","text":"\u8f9b\u683c\u62c9\u6b7b\u4ea1\u5b88\u536b\u7684\u6587\u8eab"},{"type":"\u8f9b\u683c\u62c9\u8428\u6ee1\u7684\u6587\u8eab","text":"\u8f9b\u683c\u62c9\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u8f9b\u683c\u62c9\u8bf4\u4e66\u4eba\u7684\u6587\u8eab","text":"\u8f9b\u683c\u62c9\u8bf4\u4e66\u4eba\u7684\u6587\u8eab"},{"type":"\u8f9b\u683c\u62c9\u597d\u6218\u8005\u7684\u6587\u8eab","text":"\u8f9b\u683c\u62c9\u597d\u6218\u8005\u7684\u6587\u8eab"},{"type":"\u9676\u54c8\u52aa\u5e93\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u9676\u54c8\u52aa\u5e93\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u8f9b\u683c\u62c9\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u8f9b\u683c\u62c9\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u5947\u5854\u5f17\u6c72\u8840\u8005\u7684\u6587\u8eab","text":"\u5947\u5854\u5f17\u6c72\u8840\u8005\u7684\u6587\u8eab"},{"type":"\u5947\u5854\u5f17\u4e49\u519b\u7684\u6587\u8eab","text":"\u5947\u5854\u5f17\u4e49\u519b\u7684\u6587\u8eab"},{"type":"\u5947\u5854\u5f17\u6218\u58eb\u7684\u6587\u8eab","text":"\u5947\u5854\u5f17\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u5947\u5854\u5f17\u541e\u5fc3\u8005\u7684\u6587\u8eab","text":"\u5947\u5854\u5f17\u541e\u5fc3\u8005\u7684\u6587\u8eab"},{"type":"\u5947\u5854\u5f17\u8428\u6ee1\u7684\u6587\u8eab","text":"\u5947\u5854\u5f17\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u5c24\u56fe\u62c9\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u5c24\u56fe\u62c9\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u5947\u5854\u5f17\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u5947\u5854\u5f17\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u52aa\u845b\u739b\u547c\u70c8\u7130\u884c\u8005\u7684\u6587\u8eab","text":"\u52aa\u845b\u739b\u547c\u70c8\u7130\u884c\u8005\u7684\u6587\u8eab"},{"type":"\u52aa\u845b\u739b\u547c\u8428\u6ee1\u7684\u6587\u8eab","text":"\u52aa\u845b\u739b\u547c\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u52aa\u845b\u739b\u547c\u6218\u58eb\u7684\u6587\u8eab","text":"\u52aa\u845b\u739b\u547c\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u52aa\u845b\u739b\u547c\u597d\u6218\u8005\u7684\u6587\u8eab","text":"\u52aa\u845b\u739b\u547c\u597d\u6218\u8005\u7684\u6587\u8eab"},{"type":"\u52aa\u845b\u739b\u547c\u6728\u5320\u7684\u6587\u8eab","text":"\u52aa\u845b\u739b\u547c\u6728\u5320\u7684\u6587\u8eab"},{"type":"\u5188\u59c6\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u5188\u59c6\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u52aa\u845b\u739b\u547c\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u52aa\u845b\u739b\u547c\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u96f7\u9ed8\u79d1\u65a5\u5019\u7684\u6587\u8eab","text":"\u96f7\u9ed8\u79d1\u65a5\u5019\u7684\u6587\u8eab"},{"type":"\u96f7\u9ed8\u79d1\u5f13\u624b\u7684\u6587\u8eab","text":"\u96f7\u9ed8\u79d1\u5f13\u624b\u7684\u6587\u8eab"},{"type":"\u96f7\u9ed8\u79d1\u72d9\u51fb\u624b\u7684\u6587\u8eab","text":"\u96f7\u9ed8\u79d1\u72d9\u51fb\u624b\u7684\u6587\u8eab"},{"type":"\u96f7\u9ed8\u79d1\u6377\u8db3\u8005\u7684\u6587\u8eab","text":"\u96f7\u9ed8\u79d1\u6377\u8db3\u8005\u7684\u6587\u8eab"},{"type":"\u96f7\u9ed8\u79d1\u8428\u6ee1\u7684\u6587\u8eab","text":"\u96f7\u9ed8\u79d1\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u963f\u534e\u7eb3\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u963f\u534e\u7eb3\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u96f7\u9ed8\u79d1\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u96f7\u9ed8\u79d1\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u9686\u6208\u5e93\u83b1\u6218\u58eb\u7684\u6587\u8eab","text":"\u9686\u6208\u5e93\u83b1\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u9686\u6208\u5e93\u83b1\u91ce\u86ee\u4eba\u7684\u6587\u8eab","text":"\u9686\u6208\u5e93\u83b1\u91ce\u86ee\u4eba\u7684\u6587\u8eab"},{"type":"\u9686\u6208\u5e93\u83b1\u5de8\u4eba\u7684\u6587\u8eab","text":"\u9686\u6208\u5e93\u83b1\u5de8\u4eba\u7684\u6587\u8eab"},{"type":"\u9686\u6208\u5e93\u83b1\u5de8\u9f9f\u7684\u6587\u8eab","text":"\u9686\u6208\u5e93\u83b1\u5de8\u9f9f\u7684\u6587\u8eab"},{"type":"\u9686\u6208\u5e93\u83b1\u5b88\u536b\u7684\u6587\u8eab","text":"\u9686\u6208\u5e93\u83b1\u5b88\u536b\u7684\u6587\u8eab"},{"type":"\u5361\u80e1\u56fe\u7f57\u963f\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u5361\u80e1\u56fe\u7f57\u963f\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u9686\u6208\u5e93\u83b1\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u9686\u6208\u5e93\u83b1\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u730e\u4eba\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u730e\u4eba\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u91ce\u86ee\u4eba\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u91ce\u86ee\u4eba\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u72c2\u6218\u58eb\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u72c2\u6218\u58eb\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u667a\u8005\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u667a\u8005\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u98ce\u66b4\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u98ce\u66b4\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u6d2a\u6c34\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u6d2a\u6c34\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u7763\u519b\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u7763\u519b\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u9ad8\u5c71\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u9ad8\u5c71\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u7236\u4eb2\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u7236\u4eb2\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u9e3d\u5b50\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u9e3d\u5b50\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u5929\u7a7a\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u5929\u7a7a\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u5de8\u8725\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u5de8\u8725\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u63a0\u593a\u8005\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u63a0\u593a\u8005\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u5de8\u9f9f\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u5de8\u9f9f\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u6a61\u6811\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u6a61\u6811\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u54c8\u56fe\u7eb3\u683c\u65af\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u54c8\u56fe\u7eb3\u683c\u65af\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u72fc\u7fa4\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u72fc\u7fa4\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u5148\u7956\u7684\u8840\u8109\u6587\u8eab","text":"\u5148\u7956\u7684\u8840\u8109\u6587\u8eab"},{"type":"\u739b\u574e\u5361\u7684\u5c0a\u8d35\u6587\u8eab","text":"\u739b\u574e\u5361\u7684\u5c0a\u8d35\u6587\u8eab"},{"type":"\u8eab\u8eaf\u7684\u65c5\u9014\u6587\u8eab","text":"\u8eab\u8eaf\u7684\u65c5\u9014\u6587\u8eab"},{"type":"\u610f\u5fd7\u7684\u65c5\u9014\u6587\u8eab","text":"\u610f\u5fd7\u7684\u65c5\u9014\u6587\u8eab"},{"type":"\u7075\u9b42\u7684\u65c5\u9014\u6587\u8eab","text":"\u7075\u9b42\u7684\u65c5\u9014\u6587\u8eab"},{"type":"\u739b\u9c81\u4f0a\u7684\u65c5\u9014\u6587\u8eab","text":"\u739b\u9c81\u4f0a\u7684\u65c5\u9014\u6587\u8eab"},{"type":"\u5854\u8428\u91cc\u5965\u5251\u821e\u8005\u7684\u6587\u8eab","text":"\u5854\u8428\u91cc\u5965\u5251\u821e\u8005\u7684\u6587\u8eab"},{"type":"\u5854\u8428\u91cc\u5965\u6f6e\u6c50\u53d8\u6362\u8005\u7684\u6587\u8eab","text":"\u5854\u8428\u91cc\u5965\u6f6e\u6c50\u53d8\u6362\u8005\u7684\u6587\u8eab"},{"type":"\u5854\u8428\u91cc\u5965\u8428\u6ee1\u7684\u6587\u8eab","text":"\u5854\u8428\u91cc\u5965\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u5854\u8428\u91cc\u5965\u6218\u58eb\u7684\u6587\u8eab","text":"\u5854\u8428\u91cc\u5965\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u5854\u8428\u91cc\u5965\u65a5\u5019\u7684\u6587\u8eab","text":"\u5854\u8428\u91cc\u5965\u65a5\u5019\u7684\u6587\u8eab"},{"type":"\u62c9\u5176\u5854\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u62c9\u5176\u5854\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u5854\u8428\u91cc\u5965\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u5854\u8428\u91cc\u5965\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u5854\u8d6b\u4e9a\u81ea\u7136\u672f\u58eb\u7684\u6587\u8eab","text":"\u5854\u8d6b\u4e9a\u81ea\u7136\u672f\u58eb\u7684\u6587\u8eab"},{"type":"\u5854\u8d6b\u4e9a\u65a5\u5019\u7684\u6587\u8eab","text":"\u5854\u8d6b\u4e9a\u65a5\u5019\u7684\u6587\u8eab"},{"type":"\u5854\u8d6b\u4e9a\u6218\u58eb\u7684\u6587\u8eab","text":"\u5854\u8d6b\u4e9a\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u5854\u8d6b\u4e9a\u8349\u836f\u5e08\u7684\u6587\u8eab","text":"\u5854\u8d6b\u4e9a\u8349\u836f\u5e08\u7684\u6587\u8eab"},{"type":"\u5854\u8d6b\u4e9a\u8428\u6ee1\u7684\u6587\u8eab","text":"\u5854\u8d6b\u4e9a\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u739b\u5854\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u739b\u5854\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u5854\u8d6b\u4e9a\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u5854\u8d6b\u4e9a\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u56fe\u514b\u54c8\u739b\u8428\u6ee1\u7684\u6587\u8eab","text":"\u56fe\u514b\u54c8\u739b\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u56fe\u514b\u54c8\u739b\u6218\u58eb\u7684\u6587\u8eab","text":"\u56fe\u514b\u54c8\u739b\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u56fe\u514b\u54c8\u739b\u6597\u58eb\u7684\u6587\u8eab","text":"\u56fe\u514b\u54c8\u739b\u6597\u58eb\u7684\u6587\u8eab"},{"type":"\u56fe\u514b\u54c8\u739b\u597d\u6218\u8005\u7684\u6587\u8eab","text":"\u56fe\u514b\u54c8\u739b\u597d\u6218\u8005\u7684\u6587\u8eab"},{"type":"\u56fe\u514b\u54c8\u739b\u6218\u4e89\u53f8\u53f7\u7684\u6587\u8eab","text":"\u56fe\u514b\u54c8\u739b\u6218\u4e89\u53f8\u53f7\u7684\u6587\u8eab"},{"type":"\u963f\u5bc7\u4e9a\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u963f\u5bc7\u4e9a\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u56fe\u514b\u54c8\u739b\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u56fe\u514b\u54c8\u739b\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u74e6\u62c9\u514b\u9a6d\u96f7\u8005\u7684\u6587\u8eab","text":"\u74e6\u62c9\u514b\u9a6d\u96f7\u8005\u7684\u6587\u8eab"},{"type":"\u74e6\u62c9\u514b\u65a5\u5019\u7684\u6587\u8eab","text":"\u74e6\u62c9\u514b\u65a5\u5019\u7684\u6587\u8eab"},{"type":"\u74e6\u62c9\u514b\u6218\u58eb\u7684\u6587\u8eab","text":"\u74e6\u62c9\u514b\u6218\u58eb\u7684\u6587\u8eab"},{"type":"\u74e6\u62c9\u514b\u76fe\u536b\u7684\u6587\u8eab","text":"\u74e6\u62c9\u514b\u76fe\u536b\u7684\u6587\u8eab"},{"type":"\u74e6\u62c9\u514b\u8428\u6ee1\u7684\u6587\u8eab","text":"\u74e6\u62c9\u514b\u8428\u6ee1\u7684\u6587\u8eab"},{"type":"\u57fa\u6d1b\u74e6\u7684\u5fe0\u8bda\u6587\u8eab","text":"\u57fa\u6d1b\u74e6\u7684\u5fe0\u8bda\u6587\u8eab"},{"type":"\u74e6\u62c9\u514b\u739b\u574e\u5361\u7684\u6587\u8eab","text":"\u74e6\u62c9\u514b\u739b\u574e\u5361\u7684\u6587\u8eab"},{"type":"\u666e\u901a\u7684\u7c97\u7ef3\u730e\u9b54\u5939","text":"\u666e\u901a\u7684\u7c97\u7ef3\u730e\u9b54\u5939"},{"type":"\u5947\u672f\u730e\u9b54\u5939","text":"\u5947\u672f\u730e\u9b54\u5939"},{"type":"\u53ec\u5524\u5e08\u730e\u9b54\u5939","text":"\u53ec\u5524\u5e08\u730e\u9b54\u5939"},{"type":"\u7cbe\u70bc\u7684\u7c97\u7ef3\u730e\u9b54\u5939","text":"\u7cbe\u70bc\u7684\u7c97\u7ef3\u730e\u9b54\u5939"},{"type":"\u5f3a\u529b\u7684\u7c97\u7ef3\u730e\u9b54\u5939","text":"\u5f3a\u529b\u7684\u7c97\u7ef3\u730e\u9b54\u5939"},{"type":"\u666e\u901a\u7684\u953b\u94c1\u730e\u9b54\u5939","text":"\u666e\u901a\u7684\u953b\u94c1\u730e\u9b54\u5939"},{"type":"\u7cbe\u70bc\u7684\u953b\u94c1\u730e\u9b54\u5939","text":"\u7cbe\u70bc\u7684\u953b\u94c1\u730e\u9b54\u5939"},{"type":"\u5f3a\u529b\u7684\u953b\u94c1\u730e\u9b54\u5939","text":"\u5f3a\u529b\u7684\u953b\u94c1\u730e\u9b54\u5939"},{"type":"\u666e\u901a\u7684\u70bc\u94a2\u730e\u9b54\u5939","text":"\u666e\u901a\u7684\u70bc\u94a2\u730e\u9b54\u5939"},{"type":"\u7cbe\u70bc\u7684\u70bc\u94a2\u730e\u9b54\u5939","text":"\u7cbe\u70bc\u7684\u70bc\u94a2\u730e\u9b54\u5939"},{"type":"\u5f3a\u529b\u7684\u70bc\u94a2\u730e\u9b54\u5939","text":"\u5f3a\u529b\u7684\u70bc\u94a2\u730e\u9b54\u5939"},{"type":"\u706b\u5ca9\u77ff\u7c07","text":"\u706b\u5ca9\u77ff\u7c07"},{"type":"\u6c34\u6676\u77ff\u7c07","text":"\u6c34\u6676\u77ff\u7c07"},{"type":"\u7b80\u6613\u516d\u5206\u4eea","text":"\u7b80\u6613\u516d\u5206\u4eea"},{"type":"\u89c9\u9192\u516d\u5206\u4eea","text":"\u89c9\u9192\u516d\u5206\u4eea"},{"type":"\u5c0a\u5d07\u516d\u5206\u4eea","text":"\u5c0a\u5d07\u516d\u5206\u4eea"},{"type":"\u539f\u59cb\u516d\u5206\u4eea","text":"\u539f\u59cb\u516d\u5206\u4eea"},{"type":"\u7194\u5ca9\u77ff\u6750","text":"\u7194\u5ca9\u77ff\u6750"},{"type":"\u8d39\u65af\u7279\u7684\u900f\u955c","text":"\u8d39\u65af\u7279\u7684\u900f\u955c"},{"type":"\u589e\u5e45\u77f3","text":"\u589e\u5e45\u77f3"},{"type":"\u5d07\u9ad8\u77f3","text":"\u5d07\u9ad8\u77f3"},{"type":"\u5d07\u9ad8\u77f3\u788e\u7247","text":"\u5d07\u9ad8\u77f3\u788e\u7247"},{"type":"\u6df1\u6e0a\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u6df1\u6e0a\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u94f8\u7532\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u94f8\u7532\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u67af\u840e\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u67af\u840e\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u6726\u80e7\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u6726\u80e7\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u826f\u597d\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u826f\u597d\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u9884\u8a00\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u9884\u8a00\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u4f4e\u8bed\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u4f4e\u8bed\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u77f3\u5316\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u77f3\u5316\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u7834\u788e\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u7834\u788e\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u5947\u672f\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u5947\u672f\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u4e0d\u8be6\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u4e0d\u8be6\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u6c38\u6052\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u6c38\u6052\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u5e1d\u56fd\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u5e1d\u56fd\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u5236\u56fe\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u5236\u56fe\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u8270\u5de8\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u8270\u5de8\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u5361\u53e4\u5170\u96fe\u9b47\u5b9d\u73e0","text":"\u5361\u53e4\u5170\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u8ff7\u8e2a\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u8ff7\u8e2a\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u539f\u59cb\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u539f\u59cb\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u73e0\u5b9d\u5320\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u73e0\u5b9d\u5320\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u5355\u72ec\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u5355\u72ec\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u94c1\u5320\u7684\u96fe\u9b47\u5b9d\u73e0","text":"\u94c1\u5320\u7684\u96fe\u9b47\u5b9d\u73e0"},{"type":"\u68a6\u9b47\u62df\u50cf\u88c2\u7247","text":"\u68a6\u9b47\u62df\u50cf\u88c2\u7247"},{"type":"\u94f6\u5e01","text":"\u94f6\u5e01"},{"type":"\u62a4\u7532\u7247","text":"\u62a4\u7532\u7247"},{"type":"\u7c89\u788e\u77f3","text":"\u7c89\u788e\u77f3"},{"type":"\u88c2\u9699\u788e\u7247(\u590f\u4e4c\u62c9)","text":"\u88c2\u9699\u788e\u7247(\u590f\u4e4c\u62c9)"},{"type":"\u88c2\u9699\u788e\u7247(\u6258\u6c83)","text":"\u88c2\u9699\u788e\u7247(\u6258\u6c83)"},{"type":"\u88c2\u9699\u788e\u7247(\u7d22\u4f0f)","text":"\u88c2\u9699\u788e\u7247(\u7d22\u4f0f)"},{"type":"\u88c2\u9699\u788e\u7247(\u827e\u8bb8)","text":"\u88c2\u9699\u788e\u7247(\u827e\u8bb8)"},{"type":"\u88c2\u9699\u788e\u7247(\u4e4c\u5c14\u5c3c\u591a)","text":"\u88c2\u9699\u788e\u7247(\u4e4c\u5c14\u5c3c\u591a)"},{"type":"\u590f\u4e4c\u62c9\u7684\u795d\u798f","text":"\u590f\u4e4c\u62c9\u7684\u795d\u798f"},{"type":"\u6258\u6c83\u7684\u795d\u798f","text":"\u6258\u6c83\u7684\u795d\u798f"},{"type":"\u7d22\u4f0f\u7684\u795d\u798f","text":"\u7d22\u4f0f\u7684\u795d\u798f"},{"type":"\u827e\u8bb8\u7684\u795d\u798f","text":"\u827e\u8bb8\u7684\u795d\u798f"},{"type":"\u4e4c\u5c14\u5c3c\u591a\u7684\u795d\u798f","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u795d\u798f"},{"type":"\u51b2\u7a81\u77f3","text":"\u51b2\u7a81\u77f3"},{"type":"\u91cd\u94f8\u77f3","text":"\u91cd\u94f8\u77f3"},{"type":"\u74e6\u5c14\u5b9d\u73e0","text":"\u74e6\u5c14\u5b9d\u73e0"},{"type":"\u9057\u5fd8\u7684\u8150\u5316\u5668\u76bf","text":"\u9057\u5fd8\u7684\u8150\u5316\u5668\u76bf"},{"type":"\u9542\u7a7a\u5316\u77f3","text":"\u9542\u7a7a\u5316\u77f3"},{"type":"\u72fc\u7259\u5316\u77f3","text":"\u72fc\u7259\u5316\u77f3"},{"type":"\u8150\u8680\u5316\u77f3","text":"\u8150\u8680\u5316\u77f3"},{"type":"\u4ee5\u592a\u5316\u77f3","text":"\u4ee5\u592a\u5316\u77f3"},{"type":"\u7578\u53d8\u5316\u77f3","text":"\u7578\u53d8\u5316\u77f3"},{"type":"\u51b0\u51bd\u5316\u77f3","text":"\u51b0\u51bd\u5316\u77f3"},{"type":"\u96d5\u523b\u5316\u77f3","text":"\u96d5\u523b\u5316\u77f3"},{"type":"\u81f4\u5bc6\u5316\u77f3","text":"\u81f4\u5bc6\u5316\u77f3"},{"type":"\u4e94\u5f69\u5316\u77f3","text":"\u4e94\u5f69\u5316\u77f3"},{"type":"\u673a\u5de7\u5316\u77f3","text":"\u673a\u5de7\u5316\u77f3"},{"type":"\u70bd\u708e\u5316\u77f3","text":"\u70bd\u708e\u5316\u77f3"},{"type":"\u68f1\u9762\u5316\u77f3","text":"\u68f1\u9762\u5316\u77f3"},{"type":"\u539f\u59cb\u5316\u77f3","text":"\u539f\u59cb\u5316\u77f3"},{"type":"\u91d1\u5c5e\u5316\u77f3","text":"\u91d1\u5c5e\u5316\u77f3"},{"type":"\u5723\u6d01\u5316\u77f3","text":"\u5723\u6d01\u5316\u77f3"},{"type":"\u900f\u5149\u5316\u77f3","text":"\u900f\u5149\u5316\u77f3"},{"type":"\u7ed1\u7f1a\u5316\u77f3","text":"\u7ed1\u7f1a\u5316\u77f3"},{"type":"\u5206\u88c2\u5316\u77f3","text":"\u5206\u88c2\u5316\u77f3"},{"type":"\u952f\u9f7f\u5316\u77f3","text":"\u952f\u9f7f\u5316\u77f3"},{"type":"\u5b8c\u7f8e\u5316\u77f3","text":"\u5b8c\u7f8e\u5316\u77f3"},{"type":"\u7ea0\u7f20\u5316\u77f3","text":"\u7ea0\u7f20\u5316\u77f3"},{"type":"\u9576\u91d1\u5316\u77f3","text":"\u9576\u91d1\u5316\u77f3"},{"type":"\u6839\u57fa\u5316\u77f3","text":"\u6839\u57fa\u5316\u77f3"},{"type":"\u9707\u98a4\u5316\u77f3","text":"\u9707\u98a4\u5316\u77f3"},{"type":"\u6e85\u8840\u5316\u77f3","text":"\u6e85\u8840\u5316\u77f3"},{"type":"\u5361\u5170\u5fb7\u7684\u9b54\u955c","text":"\u5361\u5170\u5fb7\u7684\u9b54\u955c"},{"type":"\u5361\u5170\u5fb7\u7684\u9b54\u955c\u788e\u7247","text":"\u5361\u5170\u5fb7\u7684\u9b54\u955c\u788e\u7247"},{"type":"\u53e4\u7075\u5d07\u9ad8\u77f3","text":"\u53e4\u7075\u5d07\u9ad8\u77f3"},{"type":"\u6b21\u7ea7\u53e4\u7075\u4f59\u70ec","text":"\u6b21\u7ea7\u53e4\u7075\u4f59\u70ec"},{"type":"\u9ad8\u7ea7\u53e4\u7075\u4f59\u70ec","text":"\u9ad8\u7ea7\u53e4\u7075\u4f59\u70ec"},{"type":"\u4e0a\u7ea7\u53e4\u7075\u4f59\u70ec","text":"\u4e0a\u7ea7\u53e4\u7075\u4f59\u70ec"},{"type":"\u5353\u8d8a\u53e4\u7075\u4f59\u70ec","text":"\u5353\u8d8a\u53e4\u7075\u4f59\u70ec"},{"type":"\u6b21\u7ea7\u53e4\u7075\u6eb6\u6db2","text":"\u6b21\u7ea7\u53e4\u7075\u6eb6\u6db2"},{"type":"\u9ad8\u7ea7\u53e4\u7075\u6eb6\u6db2","text":"\u9ad8\u7ea7\u53e4\u7075\u6eb6\u6db2"},{"type":"\u4e0a\u7ea7\u53e4\u7075\u6eb6\u6db2","text":"\u4e0a\u7ea7\u53e4\u7075\u6eb6\u6db2"},{"type":"\u5353\u8d8a\u53e4\u7075\u6eb6\u6db2","text":"\u5353\u8d8a\u53e4\u7075\u6eb6\u6db2"},{"type":"\u53e4\u7075\u5265\u79bb\u77f3","text":"\u53e4\u7075\u5265\u79bb\u77f3"},{"type":"\u53e4\u7075\u6df7\u6c8c\u77f3","text":"\u53e4\u7075\u6df7\u6c8c\u77f3"},{"type":"\u542f\u660e\u77f3","text":"\u542f\u660e\u77f3"},{"type":"\u6124\u6012\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u6124\u6012\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u6124\u6012\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u6124\u6012\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u6124\u6012\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u6124\u6012\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u6124\u6012\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u6124\u6012\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u6124\u6012\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u6124\u6012\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u6124\u6012\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u6124\u6012\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u714e\u71ac\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u714e\u71ac\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u714e\u71ac\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u714e\u71ac\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u714e\u71ac\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u714e\u71ac\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u714e\u71ac\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u714e\u71ac\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u4f4e\u8bed\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u4f4e\u8bed\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u8f7b\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u8f7b\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u8c35\u5984\u7cbe\u534e","text":"\u8c35\u5984\u7cbe\u534e"},{"type":"\u7591\u60d1\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u7591\u60d1\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u7591\u60d1\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u7591\u60d1\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u7591\u60d1\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u7591\u60d1\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u7591\u60d1\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u7591\u60d1\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u7591\u60d1\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u7591\u60d1\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u5fcc\u60ee\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u5fcc\u60ee\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u5fcc\u60ee\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u5fcc\u60ee\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u5fcc\u60ee\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u5fcc\u60ee\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u5fcc\u5992\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u5fcc\u5992\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u5fcc\u5992\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u5fcc\u5992\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u5fcc\u5992\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u5fcc\u5992\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u6050\u60e7\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u6050\u60e7\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u6050\u60e7\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u6050\u60e7\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u6050\u60e7\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u6050\u60e7\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u6050\u60e7\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u6050\u60e7\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u6050\u60e7\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u6050\u60e7\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u6050\u60e7\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u6050\u60e7\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u4f4e\u8bed\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u4f4e\u8bed\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u8d2a\u5a6a\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u8d2a\u5a6a\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u4f4e\u8bed\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u4f4e\u8bed\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u618e\u6068\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u618e\u6068\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u6781\u6050\u7cbe\u534e","text":"\u6781\u6050\u7cbe\u534e"},{"type":"\u6d6e\u5938\u7cbe\u534e","text":"\u6d6e\u5938\u7cbe\u534e"},{"type":"\u9519\u4e71\u7cbe\u534e","text":"\u9519\u4e71\u7cbe\u534e"},{"type":"\u538c\u6076\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u538c\u6076\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u538c\u6076\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u538c\u6076\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u538c\u6076\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u538c\u6076\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u538c\u6076\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u538c\u6076\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u51c4\u60e8\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u51c4\u60e8\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u51c4\u60e8\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u51c4\u60e8\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u51c4\u60e8\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u51c4\u60e8\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u8086\u8650\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u8086\u8650\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u8086\u8650\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u8086\u8650\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u8086\u8650\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u8086\u8650\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u8086\u8650\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u8086\u8650\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u8086\u8650\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u8086\u8650\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u50b2\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u50b2\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u50b2\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u50b2\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u50b2\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u50b2\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u54c0\u60dc\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u54c0\u60dc\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u54c0\u60dc\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u54c0\u60dc\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u54c0\u60dc\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u54c0\u60dc\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u54c0\u60dc\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u54c0\u60dc\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u54c0\u60dc\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u54c0\u60dc\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u54c0\u60dc\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u54c0\u60dc\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u523b\u6bd2\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u523b\u6bd2\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u523b\u6bd2\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u523b\u6bd2\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u523b\u6bd2\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u523b\u6bd2\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u523b\u6bd2\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u523b\u6bd2\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u82e6\u96be\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u82e6\u96be\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u82e6\u96be\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u82e6\u96be\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u82e6\u96be\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u82e6\u96be\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u82e6\u96be\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u82e6\u96be\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u82e6\u96be\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u82e6\u96be\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u6298\u78e8\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u6298\u78e8\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u6298\u78e8\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u6298\u78e8\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u6298\u78e8\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u6298\u78e8\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u6298\u78e8\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u6298\u78e8\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u6298\u78e8\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u6298\u78e8\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u6298\u78e8\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u6298\u78e8\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u4f4e\u8bed\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u4f4e\u8bed\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u5462\u5583\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u5462\u5583\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u60b2\u75db\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u60b2\u75db\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u96f7\u9706\u4e4b\u557c\u6ce3\u7cbe\u534e","text":"\u96f7\u9706\u4e4b\u557c\u6ce3\u7cbe\u534e"},{"type":"\u96f7\u9706\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u96f7\u9706\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u96f7\u9706\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u96f7\u9706\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u96f7\u9706\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u96f7\u9706\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u96f7\u9706\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u96f7\u9706\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u70ed\u60c5\u4e4b\u54c0\u568e\u7cbe\u534e","text":"\u70ed\u60c5\u4e4b\u54c0\u568e\u7cbe\u534e"},{"type":"\u70ed\u60c5\u4e4b\u5486\u54ee\u7cbe\u534e","text":"\u70ed\u60c5\u4e4b\u5486\u54ee\u7cbe\u534e"},{"type":"\u70ed\u60c5\u4e4b\u5c16\u5578\u7cbe\u534e","text":"\u70ed\u60c5\u4e4b\u5c16\u5578\u7cbe\u534e"},{"type":"\u70ed\u60c5\u4e4b\u7834\u7a7a\u7cbe\u534e","text":"\u70ed\u60c5\u4e4b\u7834\u7a7a\u7cbe\u534e"},{"type":"\u5723\u6cb9\u8403\u53d6\u5668","text":"\u5723\u6cb9\u8403\u53d6\u5668"},{"type":"\u73bb\u7483\u5f39\u73e0","text":"\u73bb\u7483\u5f39\u73e0"},{"type":"\u7834\u6e83\u5b9d\u73e0","text":"\u7834\u6e83\u5b9d\u73e0"},{"type":"\u7834\u6e83\u788e\u7247","text":"\u7834\u6e83\u788e\u7247"},{"type":"\u5b9d\u77f3\u5320\u7684\u68f1\u955c","text":"\u5b9d\u77f3\u5320\u7684\u68f1\u955c"},{"type":"\u65f6\u5149\u5377\u8f74","text":"\u65f6\u5149\u5377\u8f74"},{"type":"\u89e3\u9664\u5377\u8f74","text":"\u89e3\u9664\u5377\u8f74"},{"type":"\u7834\u788e\u5377\u8f74","text":"\u7834\u788e\u5377\u8f74"},{"type":"\u5149\u68f1\u5377\u8f74","text":"\u5149\u68f1\u5377\u8f74"},{"type":"\u711a\u8840\u5377\u8f74","text":"\u711a\u8840\u5377\u8f74"},{"type":"\u7535\u51fb\u5377\u8f74","text":"\u7535\u51fb\u5377\u8f74"},{"type":"\u88c1\u526a\u77f3","text":"\u88c1\u526a\u77f3"},{"type":"\u56de\u706b\u77f3","text":"\u56de\u706b\u77f3"},{"type":"\u6c61\u79fd\u5d07\u9ad8\u77f3","text":"\u6c61\u79fd\u5d07\u9ad8\u77f3"},{"type":"\u6c61\u79fd\u62a4\u7532\u7247","text":"\u6c61\u79fd\u62a4\u7532\u7247"},{"type":"\u6c61\u79fd\u6df7\u6c8c\u77f3","text":"\u6c61\u79fd\u6df7\u6c8c\u77f3"},{"type":"\u6c61\u79fd\u5e7b\u8272\u77f3","text":"\u6c61\u79fd\u5e7b\u8272\u77f3"},{"type":"\u6c61\u79fd\u94fe\u7ed3\u77f3","text":"\u6c61\u79fd\u94fe\u7ed3\u77f3"},{"type":"\u6c61\u79fd\u5de5\u5320\u77f3","text":"\u6c61\u79fd\u5de5\u5320\u77f3"},{"type":"\u6c61\u67d3\u795e\u6cea","text":"\u6c61\u67d3\u795e\u6cea"},{"type":"\u6c61\u79fd\u795e\u79d8\u77f3","text":"\u6c61\u79fd\u795e\u79d8\u77f3"},{"type":"\u6c61\u79fd\u78e8\u5200\u77f3","text":"\u6c61\u79fd\u78e8\u5200\u77f3"},{"type":"\u8f9b\u683c\u62c9\u7684\u53d1\u8fab","text":"\u8f9b\u683c\u62c9\u7684\u53d1\u8fab"},{"type":"\u77e5\u8bc6\u5377\u8f74","text":"\u77e5\u8bc6\u5377\u8f74"},{"type":"\u5377\u8f74\u788e\u7247","text":"\u5377\u8f74\u788e\u7247"},{"type":"\u5370\u8bb0","text":"\u5370\u8bb0"},{"type":"\u6c38\u6052\u5b9d\u73e0","text":"\u6c38\u6052\u5b9d\u73e0"},{"type":"\u6df1\u6e0a\u5b55\u80b2\u77f3","text":"\u6df1\u6e0a\u5b55\u80b2\u77f3"},{"type":"\u5360\u5730\u8005\u7684\u5b55\u80b2\u77f3","text":"\u5360\u5730\u8005\u7684\u5b55\u80b2\u77f3"},{"type":"\u4f17\u661f\u94f8\u7532\u5320\u7684\u5b55\u80b2\u77f3","text":"\u4f17\u661f\u94f8\u7532\u5320\u7684\u5b55\u80b2\u77f3"},{"type":"\u91ce\u6027\u7684\u5b55\u80b2\u77f3","text":"\u91ce\u6027\u7684\u5b55\u80b2\u77f3"},{"type":"\u67af\u5316\u7684\u5b55\u80b2\u77f3","text":"\u67af\u5316\u7684\u5b55\u80b2\u77f3"},{"type":"\u6726\u80e7\u5b55\u80b2\u77f3","text":"\u6726\u80e7\u5b55\u80b2\u77f3"},{"type":"\u4e0a\u7b49\u5b55\u80b2\u77f3","text":"\u4e0a\u7b49\u5b55\u80b2\u77f3"},{"type":"\u8c6a\u534e\u5b55\u80b2\u77f3","text":"\u8c6a\u534e\u5b55\u80b2\u77f3"},{"type":"\u72c2\u8e81\u7684\u5b55\u80b2\u77f3","text":"\u72c2\u8e81\u7684\u5b55\u80b2\u77f3"},{"type":"\u9884\u8a00\u8005\u5b55\u80b2\u77f3","text":"\u9884\u8a00\u8005\u5b55\u80b2\u77f3"},{"type":"\u4f4e\u8bed\u7684\u5b55\u80b2\u77f3","text":"\u4f4e\u8bed\u7684\u5b55\u80b2\u77f3"},{"type":"\u704c\u6ce8\u5b55\u80b2\u77f3","text":"\u704c\u6ce8\u5b55\u80b2\u77f3"},{"type":"\u704c\u6ce8\u7684\u5b55\u80b2\u77f3","text":"\u704c\u6ce8\u7684\u5b55\u80b2\u77f3"},{"type":"\u5316\u77f3\u5b55\u80b2\u77f3","text":"\u5316\u77f3\u5b55\u80b2\u77f3"},{"type":"\u7834\u788e\u7684\u5b55\u80b2\u77f3","text":"\u7834\u788e\u7684\u5b55\u80b2\u77f3"},{"type":"\u5947\u672f\u5e08\u7684\u5b55\u80b2\u77f3","text":"\u5947\u672f\u5e08\u7684\u5b55\u80b2\u77f3"},{"type":"\u5b9d\u77f3\u5320\u7684\u5b55\u80b2\u77f3","text":"\u5b9d\u77f3\u5320\u7684\u5b55\u80b2\u77f3"},{"type":"\u795e\u79d8\u5b55\u80b2\u77f3","text":"\u795e\u79d8\u5b55\u80b2\u77f3"},{"type":"\u9884\u5146\u5b55\u80b2\u77f3","text":"\u9884\u5146\u5b55\u80b2\u77f3"},{"type":"\u9644\u9b54\u5b55\u80b2\u77f3","text":"\u9644\u9b54\u5b55\u80b2\u77f3"},{"type":"\u53ef\u6015\u7684\u5b55\u80b2\u77f3","text":"\u53ef\u6015\u7684\u5b55\u80b2\u77f3"},{"type":"\u5236\u56fe\u5e08\u7684\u5b55\u80b2\u77f3","text":"\u5236\u56fe\u5e08\u7684\u5b55\u80b2\u77f3"},{"type":"\u8270\u5de8\u7684\u5b55\u80b2\u77f3","text":"\u8270\u5de8\u7684\u5b55\u80b2\u77f3"},{"type":"\u5361\u53e4\u5170\u5b55\u80b2\u77f3","text":"\u5361\u53e4\u5170\u5b55\u80b2\u77f3"},{"type":"\u8ff7\u8e2a\u5b55\u80b2\u77f3","text":"\u8ff7\u8e2a\u5b55\u80b2\u77f3"},{"type":"\u539f\u59cb\u5b55\u80b2\u77f3","text":"\u539f\u59cb\u5b55\u80b2\u77f3"},{"type":"\u4f17\u661f\u73e0\u5b9d\u5320\u7684\u5b55\u80b2\u77f3","text":"\u4f17\u661f\u73e0\u5b9d\u5320\u7684\u5b55\u80b2\u77f3"},{"type":"\u5931\u843d\u7684\u5b55\u80b2\u77f3","text":"\u5931\u843d\u7684\u5b55\u80b2\u77f3"},{"type":"\u5f02\u754c\u884c\u8005\u5b55\u80b2\u77f3","text":"\u5f02\u754c\u884c\u8005\u5b55\u80b2\u77f3"},{"type":"\u5355\u4e00\u7684\u7684\u5b55\u80b2\u77f3","text":"\u5355\u4e00\u7684\u7684\u5b55\u80b2\u77f3"},{"type":"\u4f17\u661f\u94c1\u5320\u7684\u5b55\u80b2\u77f3","text":"\u4f17\u661f\u94c1\u5320\u7684\u5b55\u80b2\u77f3"},{"type":"\u732e\u796d\u9b54\u74f6","text":"\u732e\u796d\u9b54\u74f6"},{"type":"\u9b3c\u9b42\u9b54\u74f6","text":"\u9b3c\u9b42\u9b54\u74f6"},{"type":"\u8d85\u8d8a\u9b54\u74f6","text":"\u8d85\u8d8a\u9b54\u74f6"},{"type":"\u547d\u8fd0\u9b54\u74f6","text":"\u547d\u8fd0\u9b54\u74f6"},{"type":"\u53ec\u5524\u9b54\u74f6","text":"\u53ec\u5524\u9b54\u74f6"},{"type":"\u4eea\u796d\u9b54\u74f6","text":"\u4eea\u796d\u9b54\u74f6"},{"type":"\u7ed3\u8bba\u9b54\u74f6","text":"\u7ed3\u8bba\u9b54\u74f6"},{"type":"\u89c9\u9192\u9b54\u74f6","text":"\u89c9\u9192\u9b54\u74f6"},{"type":"\u7edf\u5fa1\u9b54\u74f6","text":"\u7edf\u5fa1\u9b54\u74f6"},{"type":"\u704c\u9876\u77f3","text":"\u704c\u9876\u77f3"},{"type":"\u5c01\u9b54\u4e4b\u7389","text":"\u5c01\u9b54\u4e4b\u7389"},{"type":"\u5145\u80fd\u7f57\u76d8","text":"\u5145\u80fd\u7f57\u76d8"},{"type":"\u6d4b\u7ed8\u7f57\u76d8","text":"\u6d4b\u7ed8\u7f57\u76d8"},{"type":"\u7814\u78e8\u50ac\u5316\u5242","text":"\u7814\u78e8\u50ac\u5316\u5242"},{"type":"\u5185\u5728\u50ac\u5316\u5242","text":"\u5185\u5728\u50ac\u5316\u5242"},{"type":"\u704c\u6ce8\u50ac\u5316\u5242","text":"\u704c\u6ce8\u50ac\u5316\u5242"},{"type":"\u4e0d\u7a33\u5b9a\u7684\u50ac\u5316\u5242","text":"\u4e0d\u7a33\u5b9a\u7684\u50ac\u5316\u5242"},{"type":"\u56de\u706b\u50ac\u5316\u5242","text":"\u56de\u706b\u50ac\u5316\u5242"},{"type":"\u731b\u70c8\u50ac\u5316\u5242","text":"\u731b\u70c8\u50ac\u5316\u5242"},{"type":"\u6709\u5bb3\u50ac\u5316\u5242","text":"\u6709\u5bb3\u50ac\u5316\u5242"},{"type":"\u68f1\u5149\u50ac\u5316\u5242","text":"\u68f1\u5149\u50ac\u5316\u5242"},{"type":"\u4e30\u6c83\u50ac\u5316\u5242","text":"\u4e30\u6c83\u50ac\u5316\u5242"},{"type":"\u52a0\u901f\u50ac\u5316\u5242","text":"\u52a0\u901f\u50ac\u5316\u5242"},{"type":"\u6c61\u79fd\u50ac\u5316\u5242","text":"\u6c61\u79fd\u50ac\u5316\u5242"},{"type":"\u6c61\u79fd\u795d\u798f","text":"\u6c61\u79fd\u795d\u798f"},{"type":"\u6c38\u6052\u5e1d\u56fd\u88c2\u7247","text":"\u6c38\u6052\u5e1d\u56fd\u88c2\u7247"},{"type":"\u6c38\u6052\u5361\u9c81\u88c2\u7247","text":"\u6c38\u6052\u5361\u9c81\u88c2\u7247"},{"type":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u88c2\u7247","text":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u88c2\u7247"},{"type":"\u6c38\u6052\u5723\u5802\u88c2\u7247","text":"\u6c38\u6052\u5723\u5802\u88c2\u7247"},{"type":"\u6c38\u6052\u74e6\u5c14\u88c2\u7247","text":"\u6c38\u6052\u74e6\u5c14\u88c2\u7247"},{"type":"\u5236\u56fe\u9489","text":"\u5236\u56fe\u9489"},{"type":"\u795e\u5723\u77f3","text":"\u795e\u5723\u77f3"},{"type":"\u540e\u6094\u77f3","text":"\u540e\u6094\u77f3"},{"type":"\u666e\u5170\u5fb7\u65af\u91d1\u5e01","text":"\u666e\u5170\u5fb7\u65af\u91d1\u5e01"},{"type":"\u4f20\u9001\u5377\u8f74","text":"\u4f20\u9001\u5377\u8f74"},{"type":"\u5f02\u57df\u94f8\u5e01","text":"\u5f02\u57df\u94f8\u5e01"},{"type":"\u5e9f\u91d1\u5c5e","text":"\u5e9f\u91d1\u5c5e"},{"type":"\u9ec4\u82aa","text":"\u9ec4\u82aa"},{"type":"\u846c\u793c\u5fbd\u7ae0","text":"\u846c\u793c\u5fbd\u7ae0"},{"type":"\u5265\u79bb\u77f3","text":"\u5265\u79bb\u77f3"},{"type":"\u5265\u79bb\u77f3\u788e\u7247","text":"\u5265\u79bb\u77f3\u788e\u7247"},{"type":"\u5d07\u795e\u77f3","text":"\u5d07\u795e\u77f3"},{"type":"\u795d\u798f\u77f3","text":"\u795d\u798f\u77f3"},{"type":"\u6539\u9020\u77f3","text":"\u6539\u9020\u77f3"},{"type":"\u6539\u9020\u77f3\u788e\u7247","text":"\u6539\u9020\u77f3\u788e\u7247"},{"type":"\u5e73\u884c\u77f3","text":"\u5e73\u884c\u77f3"},{"type":"\u5e73\u884c\u77f3\u788e\u7247","text":"\u5e73\u884c\u77f3\u788e\u7247"},{"type":"\u6df7\u6c8c\u77f3","text":"\u6df7\u6c8c\u77f3"},{"type":"\u6df7\u6c8c\u77f3\u788e\u7247","text":"\u6df7\u6c8c\u77f3\u788e\u7247"},{"type":"\u52a0\u5bc6\u6df7\u6c8c\u77f3","text":"\u52a0\u5bc6\u6df7\u6c8c\u77f3"},{"type":"\u4e3b\u8981\u77eb\u6b63\u900f\u955c","text":"\u4e3b\u8981\u77eb\u6b63\u900f\u955c"},{"type":"\u5e7b\u8272\u77f3","text":"\u5e7b\u8272\u77f3"},{"type":"\u94fe\u7ed3\u77f3","text":"\u94fe\u7ed3\u77f3"},{"type":"\u5de5\u5320\u77f3","text":"\u5de5\u5320\u77f3"},{"type":"\u6b21\u8981\u77eb\u6b63\u900f\u955c","text":"\u6b21\u8981\u77eb\u6b63\u900f\u955c"},{"type":"\u8fdc\u53e4\u77f3","text":"\u8fdc\u53e4\u77f3"},{"type":"\u8fdc\u53e4\u77f3\u788e\u7247","text":"\u8fdc\u53e4\u77f3\u788e\u7247"},{"type":"\u88c2\u754c\u4e4b\u7389","text":"\u88c2\u754c\u4e4b\u7389"},{"type":"\u767d\u5316\u7684\u7fbd\u6bdb","text":"\u767d\u5316\u7684\u7fbd\u6bdb"},{"type":"\u9a71\u7075\u88c2\u7247","text":"\u9a71\u7075\u88c2\u7247"},{"type":"\u9a71\u7075\u6cd5\u5668","text":"\u9a71\u7075\u6cd5\u5668"},{"type":"\u5927\u5e08\u5c01\u754c\u5370","text":"\u5927\u5e08\u5c01\u754c\u5370"},{"type":"\u521d\u7ea7\u5c01\u754c\u5370","text":"\u521d\u7ea7\u5c01\u754c\u5370"},{"type":"\u4e2d\u7ea7\u5c01\u754c\u5370","text":"\u4e2d\u7ea7\u5c01\u754c\u5370"},{"type":"\u5f85\u96d5\u7422\u7684\u5b9d\u77f3","text":"\u5f85\u96d5\u7422\u7684\u5b9d\u77f3"},{"type":"\u667a\u6167\u4e4b\u77f3","text":"\u667a\u6167\u4e4b\u77f3"},{"type":"\u5236\u7bb1\u5ca9","text":"\u5236\u7bb1\u5ca9"},{"type":"\u704c\u6ce8\u7684\u5236\u7bb1\u5ca9","text":"\u704c\u6ce8\u7684\u5236\u7bb1\u5ca9"},{"type":"\u5236\u7bb1\u5ca9\u788e\u7247","text":"\u5236\u7bb1\u5ca9\u788e\u7247"},{"type":"\u7edf\u5fa1\u5b9d\u73e0","text":"\u7edf\u5fa1\u5b9d\u73e0"},{"type":"\u5bcc\u8c6a\u77f3","text":"\u5bcc\u8c6a\u77f3"},{"type":"\u5bcc\u8c6a\u77f3\u788e\u7247","text":"\u5bcc\u8c6a\u77f3\u788e\u7247"},{"type":"\u5148\u9a71\u77f3","text":"\u5148\u9a71\u77f3"},{"type":"\u5148\u9a71\u77f3\u788e\u7247","text":"\u5148\u9a71\u77f3\u788e\u7247"},{"type":"\u673a\u4f1a\u77f3","text":"\u673a\u4f1a\u77f3"},{"type":"\u8715\u53d8\u77f3","text":"\u8715\u53d8\u77f3"},{"type":"\u8715\u53d8\u77f3\u788e\u7247","text":"\u8715\u53d8\u77f3\u788e\u7247"},{"type":"\u70b9\u91d1\u77f3","text":"\u70b9\u91d1\u77f3"},{"type":"\u9ad8\u9636\u70b9\u91d1\u77f3","text":"\u9ad8\u9636\u70b9\u91d1\u77f3"},{"type":"\u9ad8\u9636\u70b9\u91d1\u77f3\u788e\u7247","text":"\u9ad8\u9636\u70b9\u91d1\u77f3\u788e\u7247"},{"type":"\u70b9\u91d1\u77f3\u788e\u7247","text":"\u70b9\u91d1\u77f3\u788e\u7247"},{"type":"\u78e8\u5200\u77f3","text":"\u78e8\u5200\u77f3"},{"type":"\u91d1\u5e01","text":"\u91d1\u5e01"},{"type":"\u539f\u59cb\u84dd\u6676\u547d\u80fd","text":"\u539f\u59cb\u84dd\u6676\u547d\u80fd"},{"type":"\u795e\u5723\u767d\u6676\u547d\u80fd","text":"\u795e\u5723\u767d\u6676\u547d\u80fd"},{"type":"\u6d3b\u6027\u9ec4\u6676\u547d\u80fd","text":"\u6d3b\u6027\u9ec4\u6676\u547d\u80fd"},{"type":"\u72c2\u91ce\u7d2b\u6676\u547d\u80fd","text":"\u72c2\u91ce\u7d2b\u6676\u547d\u80fd"},{"type":"\u6e05\u6f88\u5723\u6cb9","text":"\u6e05\u6f88\u5723\u6cb9"},{"type":"\u4e73\u767d\u5723\u6cb9","text":"\u4e73\u767d\u5723\u6cb9"},{"type":"\u767d\u94f6\u5723\u6cb9","text":"\u767d\u94f6\u5723\u6cb9"},{"type":"\u91d1\u8272\u5723\u6cb9","text":"\u91d1\u8272\u5723\u6cb9"},{"type":"\u58a8\u8272\u5723\u6cb9","text":"\u58a8\u8272\u5723\u6cb9"},{"type":"\u7425\u73c0\u5723\u6cb9","text":"\u7425\u73c0\u5723\u6cb9"},{"type":"\u7fe0\u7eff\u5723\u6cb9","text":"\u7fe0\u7eff\u5723\u6cb9"},{"type":"\u6c34\u84dd\u5723\u6cb9","text":"\u6c34\u84dd\u5723\u6cb9"},{"type":"\u5929\u84dd\u5723\u6cb9","text":"\u5929\u84dd\u5723\u6cb9"},{"type":"\u975b\u9752\u5723\u6cb9","text":"\u975b\u9752\u5723\u6cb9"},{"type":"\u7d2b\u8272\u5723\u6cb9","text":"\u7d2b\u8272\u5723\u6cb9"},{"type":"\u7eef\u7ea2\u5723\u6cb9","text":"\u7eef\u7ea2\u5723\u6cb9"},{"type":"\u6f06\u9ed1\u5723\u6cb9","text":"\u6f06\u9ed1\u5723\u6cb9"},{"type":"\u6c61\u79fd\u5723\u6cb9","text":"\u6c61\u79fd\u5723\u6cb9"},{"type":"\u53cd\u5149\u5723\u6cb9","text":"\u53cd\u5149\u5723\u6cb9"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u79fb\u5f62\u6362\u5f71","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u79fb\u5f62\u6362\u5f71"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5148\u7956\u9b42\u7ea6","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5148\u7956\u9b42\u7ea6"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7bad\u77e2\u95ea\u8dc3","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7bad\u77e2\u95ea\u8dc3"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u706b\u4e4b\u5316\u8eab","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u706b\u4e4b\u5316\u8eab"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u796d\u8840\u672f","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u796d\u8840\u672f"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u53ec\u96c6\u90e8\u961f","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u53ec\u96c6\u90e8\u961f"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u80fd\u91cf\u8fde\u63a5","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u80fd\u91cf\u8fde\u63a5"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u73ab\u7ea2\u4e4b\u821e","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u73ab\u7ea2\u4e4b\u821e"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u795e\u5a01\u4e4b\u76fe","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u795e\u5a01\u4e4b\u76fe"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u90aa\u6cd5\u5b97\u5e08","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u90aa\u6cd5\u5b97\u5e08"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5f02\u80fd\u9b54\u529b","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5f02\u80fd\u9b54\u529b"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5143\u7d20\u4e4b\u76f8","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5143\u7d20\u4e4b\u76f8"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5143\u7d20\u8d85\u8f7d","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5143\u7d20\u8d85\u8f7d"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u9752\u6625\u6c38\u9a7b","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u9752\u6625\u6c38\u9a7b"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5e7d\u7075\u821e\u6b65","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5e7d\u7075\u821e\u6b65"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7075\u80fd\u62a4\u4f53","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7075\u80fd\u62a4\u4f53"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6597\u8f6c\u661f\u79fb","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6597\u8f6c\u661f\u79fb"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5931\u8861\u536b\u58eb","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5931\u8861\u536b\u58eb"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u94a2\u94c1\u4e4b\u63e1","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u94a2\u94c1\u4e4b\u63e1"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u9738\u4f53","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u9738\u4f53"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u94a2\u94c1\u610f\u5fd7","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u94a2\u94c1\u610f\u5fd7"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5fd8\u5ddd\u4e4b\u5f71","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5fd8\u5ddd\u4e4b\u5f71"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6cd5\u5e08\u514b\u661f","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6cd5\u5e08\u514b\u661f"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5fc3\u7075\u5347\u534e","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5fc3\u7075\u5347\u534e"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u590d\u4ec7\u4e4b\u7075","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u590d\u4ec7\u4e4b\u7075"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u82e6\u75db\u7075\u66f2","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u82e6\u75db\u7075\u66f2"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5b8c\u7f8e\u82e6\u75db","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u5b8c\u7f8e\u82e6\u75db"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u96f6\u70b9\u5c04\u51fb","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u96f6\u70b9\u5c04\u51fb"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6280\u827a\u7cbe\u6e5b","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6280\u827a\u7cbe\u6e5b"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u575a\u6bc5\u4e4b\u5fc3","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u575a\u6bc5\u4e4b\u5fc3"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7b26\u6587\u7ed1\u5b9a\u8005","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7b26\u6587\u7ed1\u5b9a\u8005"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u552f\u6211\u72ec\u5c0a","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u552f\u6211\u72ec\u5c0a"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u65e0\u4e0a\u81ea\u6211","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u65e0\u4e0a\u81ea\u6211"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u60d8\u4fe1\u8005","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u60d8\u4fe1\u8005"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7a7f\u523a\u8005","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u7a7f\u523a\u8005"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u70c8\u58eb\u610f\u5fd7","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u70c8\u58eb\u610f\u5fd7"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u74e6\u5c14\u51a5\u7ea6","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u74e6\u5c14\u51a5\u7ea6"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u591a\u9762\u597d\u624b","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u591a\u9762\u597d\u624b"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6076\u6bd2\u7ed3\u754c","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u6076\u6bd2\u7ed3\u754c"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u98ce\u821e\u8005","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u98ce\u821e\u8005"},{"type":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u72c2\u70ed\u8a93\u8a00","text":"\u8389\u897f\u5a05\u7684\u6073\u6c42\uff1a\u72c2\u70ed\u8a93\u8a00"},{"type":"\u83cc\u6f6e\u4fa6\u5bdf\u62a5\u544a","text":"\u83cc\u6f6e\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u5f02\u754c\u4fa6\u5bdf\u62a5\u544a","text":"\u5f02\u754c\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u74e6\u5c14\u4fa6\u5bdf\u62a5\u544a","text":"\u74e6\u5c14\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u4ea2\u594b\u4fa6\u5bdf\u62a5\u544a","text":"\u4ea2\u594b\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u63a2\u7d22\u4fa6\u5bdf\u62a5\u544a","text":"\u63a2\u7d22\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u5f71\u54cd\u4fa6\u5bdf\u62a5\u544a","text":"\u5f71\u54cd\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u4fa6\u63a2\u4fa6\u5bdf\u62a5\u544a","text":"\u4fa6\u63a2\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u7efc\u5408\u4fa6\u5bdf\u62a5\u544a","text":"\u7efc\u5408\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u5355\u72ec\u4fa6\u5bdf\u62a5\u544a","text":"\u5355\u72ec\u4fa6\u5bdf\u62a5\u544a"},{"type":"\u589e\u5f3a\u529b\u91cf\u6838\u5fc3","text":"\u589e\u5f3a\u529b\u91cf\u6838\u5fc3"},{"type":"\u62a4\u7532\u91cd\u7ec4\u5668","text":"\u62a4\u7532\u91cd\u7ec4\u5668"},{"type":"\u529b\u91cf\u6838\u5fc3","text":"\u529b\u91cf\u6838\u5fc3"},{"type":"\u73e0\u5b9d\u91cd\u7ec4\u5668","text":"\u73e0\u5b9d\u91cd\u7ec4\u5668"},{"type":"\u53d8\u6362\u529b\u91cf\u6838\u5fc3","text":"\u53d8\u6362\u529b\u91cf\u6838\u5fc3"},{"type":"\u653e\u5927\u529b\u91cf\u6838\u5fc3","text":"\u653e\u5927\u529b\u91cf\u6838\u5fc3"},{"type":"\u6b66\u5668\u91cd\u7ec4\u5668","text":"\u6b66\u5668\u91cd\u7ec4\u5668"},{"type":"\u539f\u59cb\u6df7\u4e71\u5171\u632f\u5668","text":"\u539f\u59cb\u6df7\u4e71\u5171\u632f\u5668"},{"type":"\u5f3a\u80fd\u6df7\u4e71\u5171\u632f\u5668","text":"\u5f3a\u80fd\u6df7\u4e71\u5171\u632f\u5668"},{"type":"\u5de8\u80fd\u6df7\u4e71\u5171\u632f\u5668","text":"\u5de8\u80fd\u6df7\u4e71\u5171\u632f\u5668"},{"type":"\u5a01\u80fd\u6df7\u4e71\u5171\u632f\u5668","text":"\u5a01\u80fd\u6df7\u4e71\u5171\u632f\u5668"},{"type":"\u539f\u59cb\u70bc\u91d1\u5171\u632f\u5668","text":"\u539f\u59cb\u70bc\u91d1\u5171\u632f\u5668"},{"type":"\u5f3a\u80fd\u70bc\u91d1\u5171\u632f\u5668","text":"\u5f3a\u80fd\u70bc\u91d1\u5171\u632f\u5668"},{"type":"\u5de8\u80fd\u70bc\u91d1\u5171\u632f\u5668","text":"\u5de8\u80fd\u70bc\u91d1\u5171\u632f\u5668"},{"type":"\u5a01\u80fd\u70bc\u91d1\u5171\u632f\u5668","text":"\u5a01\u80fd\u70bc\u91d1\u5171\u632f\u5668"},{"type":"\u672a\u77e5\u7684\u547d\u8fd0\u5361","text":"\u672a\u77e5\u7684\u547d\u8fd0\u5361"},{"type":"\u6b21\u7ea7\u88c2\u73af\u795e\u5668","text":"\u6b21\u7ea7\u88c2\u73af\u795e\u5668"},{"type":"\u9ad8\u7ea7\u88c2\u73af\u795e\u5668","text":"\u9ad8\u7ea7\u88c2\u73af\u795e\u5668"},{"type":"\u81f3\u9ad8\u88c2\u73af\u795e\u5668","text":"\u81f3\u9ad8\u88c2\u73af\u795e\u5668"},{"type":"\u5353\u8d8a\u88c2\u73af\u795e\u5668","text":"\u5353\u8d8a\u88c2\u73af\u795e\u5668"},{"type":"\u6b21\u7ea7\u9ed1\u9570\u795e\u5668","text":"\u6b21\u7ea7\u9ed1\u9570\u795e\u5668"},{"type":"\u9ad8\u7ea7\u9ed1\u9570\u795e\u5668","text":"\u9ad8\u7ea7\u9ed1\u9570\u795e\u5668"},{"type":"\u81f3\u9ad8\u9ed1\u9570\u795e\u5668","text":"\u81f3\u9ad8\u9ed1\u9570\u795e\u5668"},{"type":"\u5353\u8d8a\u9ed1\u9570\u795e\u5668","text":"\u5353\u8d8a\u9ed1\u9570\u795e\u5668"},{"type":"\u6b21\u7ea7\u6559\u56e2\u795e\u5668","text":"\u6b21\u7ea7\u6559\u56e2\u795e\u5668"},{"type":"\u9ad8\u7ea7\u6559\u56e2\u795e\u5668","text":"\u9ad8\u7ea7\u6559\u56e2\u795e\u5668"},{"type":"\u81f3\u9ad8\u6559\u56e2\u795e\u5668","text":"\u81f3\u9ad8\u6559\u56e2\u795e\u5668"},{"type":"\u5353\u8d8a\u6559\u56e2\u795e\u5668","text":"\u5353\u8d8a\u6559\u56e2\u795e\u5668"},{"type":"\u6b21\u7ea7\u70c8\u65e5\u795e\u5668","text":"\u6b21\u7ea7\u70c8\u65e5\u795e\u5668"},{"type":"\u9ad8\u7ea7\u70c8\u65e5\u795e\u5668","text":"\u9ad8\u7ea7\u70c8\u65e5\u795e\u5668"},{"type":"\u81f3\u9ad8\u70c8\u65e5\u795e\u5668","text":"\u81f3\u9ad8\u70c8\u65e5\u795e\u5668"},{"type":"\u5353\u8d8a\u70c8\u65e5\u795e\u5668","text":"\u5353\u8d8a\u70c8\u65e5\u795e\u5668"},{"type":"\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0","text":"\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0"},{"type":"\u6cd5\u9c81\u5fb7\u4e4b\u74ee","text":"\u6cd5\u9c81\u5fb7\u4e4b\u74ee"},{"type":"\u6b27\u7518\u70db\u53f0","text":"\u6b27\u7518\u70db\u53f0"},{"type":"\u957f\u7259\u4eba\u9aa8","text":"\u957f\u7259\u4eba\u9aa8"},{"type":"\u5929\u5802\u4e4b\u77f3","text":"\u5929\u5802\u4e4b\u77f3"},{"type":"\u521b\u4e16\u7070\u70ec\u4e4b\u74ee","text":"\u521b\u4e16\u7070\u70ec\u4e4b\u74ee"},{"type":"\u6838\u5fc3\u7ebf\u5708","text":"\u6838\u5fc3\u7ebf\u5708"},{"type":"\u795e\u79d8\u7ec4\u88c5\u4f53 A4","text":"\u795e\u79d8\u7ec4\u88c5\u4f53 A4"},{"type":"\u795e\u79d8\u7ec4\u88c5\u4f53 B2","text":"\u795e\u79d8\u7ec4\u88c5\u4f53 B2"},{"type":"\u795e\u79d8\u7ec4\u88c5\u4f53 C5","text":"\u795e\u79d8\u7ec4\u88c5\u4f53 C5"},{"type":"\u795e\u79d8\u7ec4\u88c5\u4f53 D1","text":"\u795e\u79d8\u7ec4\u88c5\u4f53 D1"},{"type":"\u7279\u5361\u62c9\u72c4\u535c\u8328\u4e4b\u955c","text":"\u7279\u5361\u62c9\u72c4\u535c\u8328\u4e4b\u955c"},{"type":"\u7279\u91cc\u5e87\u5e0c\u65af\u4e4b\u7bb1","text":"\u7279\u91cc\u5e87\u5e0c\u65af\u4e4b\u7bb1"},{"type":"\u5361\u65af\u76ae\u7f57\u7687\u5e1d\u7684\u80f8\u50cf","text":"\u5361\u65af\u76ae\u7f57\u7687\u5e1d\u7684\u80f8\u50cf"},{"type":"\u91d1\u8272\u8d6b\u624e\u5e15\u795e\u50cf","text":"\u91d1\u8272\u8d6b\u624e\u5e15\u795e\u50cf"},{"type":"\u7ef4\u62c9\u514b\u65af\u70e7\u74f6","text":"\u7ef4\u62c9\u514b\u65af\u70e7\u74f6"},{"type":"\u7981\u65ad\u706f","text":"\u7981\u65ad\u706f"},{"type":"\u6c34\u4e4b\u5973\u795e","text":"\u6c34\u4e4b\u5973\u795e"},{"type":"\u91d1\u9e6e","text":"\u91d1\u9e6e"},{"type":"\u7f55\u89c1\u6c34\u6676","text":"\u7f55\u89c1\u6c34\u6676"},{"type":"\u6d3b\u5316\u51b0","text":"\u6d3b\u5316\u51b0"},{"type":"\u6708\u5f71\u4e4b\u5370","text":"\u6708\u5f71\u4e4b\u5370"},{"type":"\u91d1\u8272\u9a6c\u6cf0\u5c14\u795e\u50cf","text":"\u91d1\u8272\u9a6c\u6cf0\u5c14\u795e\u50cf"},{"type":"\u514b\u65af\u718f\u9999","text":"\u514b\u65af\u718f\u9999"},{"type":"\u6d77\u73cd\u73e0\u7684\u9057\u4ea7","text":"\u6d77\u73cd\u73e0\u7684\u9057\u4ea7"},{"type":"\u65e5\u8000\u4e4b\u5370","text":"\u65e5\u8000\u4e4b\u5370"},{"type":"\u91d1\u8272\u5a1c\u5e15\u9f50\u795e\u50cf","text":"\u91d1\u8272\u5a1c\u5e15\u9f50\u795e\u50cf"},{"type":"\u7cbe\u534e\u7076\u53f0","text":"\u7cbe\u534e\u7076\u53f0"},{"type":"\u53e4\u4ee3\u5c01\u5370","text":"\u53e4\u4ee3\u5c01\u5370"},{"type":"\u7eaf\u51c0\u4e4b\u8840","text":"\u7eaf\u51c0\u4e4b\u8840"},{"type":"\u5fb7\u5361\u62c9\u7684\u51b3\u5fc3","text":"\u5fb7\u5361\u62c9\u7684\u51b3\u5fc3"},{"type":"\u6b27\u5df4\u62c9\u7684\u7b2c\u4e94\u6b21\u5192\u9669","text":"\u6b27\u5df4\u62c9\u7684\u7b2c\u4e94\u6b21\u5192\u9669"},{"type":"\u7f6a\u6076\u541e\u566c\u8005\u4e4b\u6756","text":"\u7f6a\u6076\u541e\u566c\u8005\u4e4b\u6756"},{"type":"\u9006\u4e16\u4e4b\u5251","text":"\u9006\u4e16\u4e4b\u5251"},{"type":"\u827e\u5179\u9ea6\u4e4b\u51a0","text":"\u827e\u5179\u9ea6\u4e4b\u51a0"},{"type":"\u91d1\u8272\u5974\u96b6\u5851\u50cf","text":"\u91d1\u8272\u5974\u96b6\u5851\u50cf"},{"type":"\u91d1\u8272\u590f\u535c\u62c9\u5229\u795e\u50cf","text":"\u91d1\u8272\u590f\u535c\u62c9\u5229\u795e\u50cf"},{"type":"\u5e86\u5178\u9152\u676f","text":"\u5e86\u5178\u9152\u676f"},{"type":"\u91d1\u8272\u6234\u51a0\u795e\u50cf","text":"\u91d1\u8272\u6234\u51a0\u795e\u50cf"},{"type":"\u91d1\u8272\u5e86\u5178\u9762\u5177","text":"\u91d1\u8272\u5e86\u5178\u9762\u5177"},{"type":"\u91d1\u8272\u7948\u7977\u8005\u5851\u50cf","text":"\u91d1\u8272\u7948\u7977\u8005\u5851\u50cf"},{"type":"\u91d1\u8272\u5c0f\u4e11","text":"\u91d1\u8272\u5c0f\u4e11"},{"type":"\u91d1\u8272\u796d\u7b26","text":"\u91d1\u8272\u796d\u7b26"},{"type":"\u827e\u5179\u9ea6\u5c14\u5377\u518c","text":"\u827e\u5179\u9ea6\u5c14\u5377\u518c"},{"type":"\u963f\u5229\u6469\u4e4b\u624b","text":"\u963f\u5229\u6469\u4e4b\u624b"},{"type":"\u827e\u8d1d\u62c9\u65af\u4e4b\u89d2","text":"\u827e\u8d1d\u62c9\u65af\u4e4b\u89d2"},{"type":"\u6ce2\u514b\u83b1\u4e0a\u5c06\u7684\u70df\u6597","text":"\u6ce2\u514b\u83b1\u4e0a\u5c06\u7684\u70df\u6597"},{"type":"\u70bc\u91d1\u676f","text":"\u70bc\u91d1\u676f"},{"type":"\u65b0\u6708\u88c2\u7247","text":"\u65b0\u6708\u88c2\u7247"},{"type":"\u798f\u888b","text":"\u798f\u888b"},{"type":"\u9970\u5e03\u8170\u5e26(\u788e\u7247)","text":"\u9970\u5e03\u8170\u5e26(\u788e\u7247)"},{"type":"\u65e0\u60c5\u4e4b\u9762(\u788e\u7247)","text":"\u65e0\u60c5\u4e4b\u9762(\u788e\u7247)"},{"type":"\u74e6\u5c14\u4e4b\u76f8","text":"\u74e6\u5c14\u4e4b\u76f8"},{"type":"\u949d\u77e2\u7bad\u888b(\u788e\u7247)","text":"\u949d\u77e2\u7bad\u888b(\u788e\u7247)"},{"type":"\u5a01\u80fd\u9e22\u76fe(\u788e\u7247)","text":"\u5a01\u80fd\u9e22\u76fe(\u788e\u7247)"},{"type":"\u5e1d\u56fd\u957f\u6756(\u788e\u7247)","text":"\u5e1d\u56fd\u957f\u6756(\u788e\u7247)"},{"type":"\u519b\u56e2\u957f\u5251(\u788e\u7247)","text":"\u519b\u56e2\u957f\u5251(\u788e\u7247)"}]},{"id":"flasks","label":"\u836f\u5242","entries":[{"name":"\u963f\u5179\u91cc\u7684\u8bfa\u8a00","type":"\u7d2b\u6676\u836f\u5242","text":"\u963f\u5179\u91cc\u7684\u8bfa\u8a00 \u7d2b\u6676\u836f\u5242","flags":{"unique":true}},{"name":"\u5361\u9c81\u4e4b\u8840","type":"\u5723\u5316\u751f\u547d\u836f\u5242","text":"\u5361\u9c81\u4e4b\u8840 \u5723\u5316\u751f\u547d\u836f\u5242","flags":{"unique":true}},{"name":"\u74f6\u4e2d\u4fe1\u4ef0","type":"\u786b\u78fa\u836f\u5242","text":"\u74f6\u4e2d\u4fe1\u4ef0 \u786b\u78fa\u836f\u5242","flags":{"unique":true}},{"name":"\u7070\u70ec\u4e4b\u74ee","type":"\u771f\u94f6\u836f\u5242","text":"\u7070\u70ec\u4e4b\u74ee \u771f\u94f6\u836f\u5242","flags":{"unique":true}},{"name":"\u514b\u62c9\u91cc\u591a\u4e4b\u540d","type":"\u5b9d\u94bb\u836f\u5242","text":"\u514b\u62c9\u91cc\u591a\u4e4b\u540d \u5b9d\u94bb\u836f\u5242","flags":{"unique":true}},{"name":"\u95ea\u8000\u7cbe\u534e","type":"\u7ea2\u7389\u836f\u5242","text":"\u95ea\u8000\u7cbe\u534e \u7ea2\u7389\u836f\u5242","flags":{"unique":true}},{"name":"\u5b9d\u89c6\u7cbe\u534e","type":"\u5927\u578b\u590d\u5408\u836f\u5242","text":"\u5b9d\u89c6\u7cbe\u534e \u5927\u578b\u590d\u5408\u836f\u5242","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7684\u5999\u836f","type":"\u826f\u8d28\u9b54\u529b\u836f\u5242","text":"\u5fb7\u745e\u7684\u5999\u836f \u826f\u8d28\u9b54\u529b\u836f\u5242","flags":{"unique":true}},{"name":"\u901d\u65e5","type":"\u7ea2\u7389\u836f\u5242","text":"\u901d\u65e5 \u7ea2\u7389\u836f\u5242","flags":{"unique":true}},{"name":"\u4e0d\u574f\u5723\u73af\u7075\u836f","type":"\u575a\u94c1\u836f\u5242","text":"\u4e0d\u574f\u5723\u73af\u7075\u836f \u575a\u94c1\u836f\u5242","flags":{"unique":true}},{"name":"\u7981\u679c","type":"\u77f3\u82f1\u836f\u5242","text":"\u7981\u679c \u77f3\u82f1\u836f\u5242","flags":{"unique":true}},{"name":"\u5947\u4e9a\u62c9\u7684\u51b3\u5fc3","type":"\u771f\u94f6\u836f\u5242","text":"\u5947\u4e9a\u62c9\u7684\u51b3\u5fc3 \u771f\u94f6\u836f\u5242","flags":{"unique":true}},{"name":"\u62c9\u7ef4\u5b89\u52a0\u4e4b\u6cc9","type":"\u5723\u5316\u9b54\u529b\u836f\u5242","text":"\u62c9\u7ef4\u5b89\u52a0\u4e4b\u6cc9 \u5723\u5316\u9b54\u529b\u836f\u5242","flags":{"unique":true}},{"name":"\u72ee\u543c\u7cbe\u534e","type":"\u575a\u5ca9\u836f\u5242","text":"\u72ee\u543c\u7cbe\u534e \u575a\u5ca9\u836f\u5242","flags":{"unique":true}},{"name":"\u6b27\u7f57\u4ec0\u7684\u51b3\u5fc3","type":"\u575a\u94c1\u836f\u5242","text":"\u6b27\u7f57\u4ec0\u7684\u51b3\u5fc3 \u575a\u94c1\u836f\u5242","flags":{"unique":true}},{"name":"\u5965\u745e\u4e9a\u7684\u5c3d\u5934","type":"\u7070\u5ca9\u836f\u5242","text":"\u5965\u745e\u4e9a\u7684\u5c3d\u5934 \u7070\u5ca9\u836f\u5242","flags":{"unique":true}},{"name":"\u8301\u80b2\u52a9\u957f","type":"\u7d2b\u6676\u836f\u5242","text":"\u8301\u80b2\u52a9\u957f \u7d2b\u6676\u836f\u5242","flags":{"unique":true}},{"name":"\u62c9\u7ef4\u5b89\u52a0\u4e4b\u6cc9\u3010\u4eff\u54c1\u3011","type":"\u5723\u5316\u9b54\u529b\u836f\u5242","text":"\u62c9\u7ef4\u5b89\u52a0\u4e4b\u6cc9\u3010\u4eff\u54c1\u3011 \u5723\u5316\u9b54\u529b\u836f\u5242","flags":{"unique":true}},{"name":"\u9c81\u7c73\u7684\u7075\u836f\u3010\u4eff\u54c1\u3011","type":"\u575a\u5ca9\u836f\u5242","text":"\u9c81\u7c73\u7684\u7075\u836f\u3010\u4eff\u54c1\u3011 \u575a\u5ca9\u836f\u5242","flags":{"unique":true}},{"name":"\u795e\u5723\u54c0\u60bc\u3010\u4eff\u54c1\u3011","type":"\u786b\u78fa\u836f\u5242","text":"\u795e\u5723\u54c0\u60bc\u3010\u4eff\u54c1\u3011 \u786b\u78fa\u836f\u5242","flags":{"unique":true}},{"name":"\u5deb\u917f\u4e4b\u6c34\u3010\u4eff\u54c1\u3011","type":"\u8ff7\u96fe\u836f\u5242","text":"\u5deb\u917f\u4e4b\u6c34\u3010\u4eff\u54c1\u3011 \u8ff7\u96fe\u836f\u5242","flags":{"unique":true}},{"name":"\u4f24\u80c3\u9152","type":"\u6c34\u94f6\u836f\u5242","text":"\u4f24\u80c3\u9152 \u6c34\u94f6\u836f\u5242","flags":{"unique":true}},{"name":"\u9c81\u7c73\u7684\u7075\u836f","type":"\u575a\u5ca9\u836f\u5242","text":"\u9c81\u7c73\u7684\u7075\u836f \u575a\u5ca9\u836f\u5242","flags":{"unique":true}},{"name":"\u518d\u751f\u7684\u7f6a\u6076","type":"\u8ff7\u96fe\u836f\u5242","text":"\u518d\u751f\u7684\u7f6a\u6076 \u8ff7\u96fe\u836f\u5242","flags":{"unique":true}},{"name":"\u6355\u9b42\u8005","type":"\u77f3\u82f1\u836f\u5242","text":"\u6355\u9b42\u8005 \u77f3\u82f1\u836f\u5242","flags":{"unique":true}},{"name":"\u88c2\u9b42\u8005","type":"\u77f3\u82f1\u836f\u5242","text":"\u88c2\u9b42\u8005 \u77f3\u82f1\u836f\u5242","flags":{"unique":true}},{"name":"\u661f\u5149\u5723\u676f","type":"\u575a\u94c1\u836f\u5242","text":"\u661f\u5149\u5723\u676f \u575a\u94c1\u836f\u5242","flags":{"unique":true}},{"name":"\u6068\u610f","type":"\u84dd\u7389\u836f\u5242","text":"\u6068\u610f \u84dd\u7389\u836f\u5242","flags":{"unique":true}},{"name":"\u9ad8\u6d01\u5723\u676f","type":"\u786b\u78fa\u836f\u5242","text":"\u9ad8\u6d01\u5723\u676f \u786b\u78fa\u836f\u5242","flags":{"unique":true}},{"name":"\u795e\u5723\u54c0\u60bc","type":"\u786b\u78fa\u836f\u5242","text":"\u795e\u5723\u54c0\u60bc \u786b\u78fa\u836f\u5242","flags":{"unique":true}},{"name":"\u806a\u660e\u7684\u6b27\u514b","type":"\u7070\u5ca9\u836f\u5242","text":"\u806a\u660e\u7684\u6b27\u514b \u7070\u5ca9\u836f\u5242","flags":{"unique":true}},{"name":"\u626d\u66f2\u4e4b\u7f50","type":"\u795d\u798f\u590d\u5408\u836f\u5242","text":"\u626d\u66f2\u4e4b\u7f50 \u795d\u798f\u590d\u5408\u836f\u5242","flags":{"unique":true}},{"name":"\u7ef4\u514b\u5854\u8840\u5668","type":"\u9ec4\u7389\u836f\u5242","text":"\u7ef4\u514b\u5854\u8840\u5668 \u9ec4\u7389\u836f\u5242","flags":{"unique":true}},{"name":"\u6c83\u62c9\u5a1c\u7684\u51c6\u5907","type":"\u575a\u94c1\u836f\u5242","text":"\u6c83\u62c9\u5a1c\u7684\u51c6\u5907 \u575a\u94c1\u836f\u5242","flags":{"unique":true}},{"name":"\u5deb\u917f\u4e4b\u6c34","type":"\u8ff7\u96fe\u836f\u5242","text":"\u5deb\u917f\u4e4b\u6c34 \u8ff7\u96fe\u836f\u5242","flags":{"unique":true}},{"name":"\u6cfd\u4f5b\u4f0a\u7684\u7ec8\u606f","type":"\u4f18\u8d28\u9b54\u529b\u836f\u5242","text":"\u6cfd\u4f5b\u4f0a\u7684\u7ec8\u606f \u4f18\u8d28\u9b54\u529b\u836f\u5242","flags":{"unique":true}},{"type":"\u5c0f\u578b\u590d\u5408\u836f\u5242","text":"\u5c0f\u578b\u590d\u5408\u836f\u5242"},{"type":"\u4e2d\u578b\u590d\u5408\u836f\u5242","text":"\u4e2d\u578b\u590d\u5408\u836f\u5242"},{"type":"\u5927\u578b\u590d\u5408\u836f\u5242","text":"\u5927\u578b\u590d\u5408\u836f\u5242"},{"type":"\u9ad8\u9636\u590d\u5408\u836f\u5242","text":"\u9ad8\u9636\u590d\u5408\u836f\u5242"},{"type":"\u5723\u8bed\u590d\u5408\u836f\u5242","text":"\u5723\u8bed\u590d\u5408\u836f\u5242"},{"type":"\u795d\u798f\u590d\u5408\u836f\u5242","text":"\u795d\u798f\u590d\u5408\u836f\u5242"},{"type":"\u5c0f\u578b\u751f\u547d\u836f\u5242","text":"\u5c0f\u578b\u751f\u547d\u836f\u5242"},{"type":"\u5723\u5316\u751f\u547d\u836f\u5242","text":"\u5723\u5316\u751f\u547d\u836f\u5242"},{"type":"\u4e0d\u673d\u751f\u547d\u836f\u5242","text":"\u4e0d\u673d\u751f\u547d\u836f\u5242"},{"type":"\u6c38\u6052\u751f\u547d\u836f\u5242","text":"\u6c38\u6052\u751f\u547d\u836f\u5242"},{"type":"\u4e2d\u578b\u751f\u547d\u836f\u5242","text":"\u4e2d\u578b\u751f\u547d\u836f\u5242"},{"type":"\u5927\u578b\u751f\u547d\u836f\u5242","text":"\u5927\u578b\u751f\u547d\u836f\u5242"},{"type":"\u826f\u8d28\u751f\u547d\u836f\u5242","text":"\u826f\u8d28\u751f\u547d\u836f\u5242"},{"type":"\u4f18\u8d28\u751f\u547d\u836f\u5242","text":"\u4f18\u8d28\u751f\u547d\u836f\u5242"},{"type":"\u5de8\u578b\u751f\u547d\u836f\u5242","text":"\u5de8\u578b\u751f\u547d\u836f\u5242"},{"type":"\u9ad8\u9636\u751f\u547d\u836f\u5242","text":"\u9ad8\u9636\u751f\u547d\u836f\u5242"},{"type":"\u5723\u8bed\u751f\u547d\u836f\u5242","text":"\u5723\u8bed\u751f\u547d\u836f\u5242"},{"type":"\u795d\u798f\u751f\u547d\u836f\u5242","text":"\u795d\u798f\u751f\u547d\u836f\u5242"},{"type":"\u5c0f\u578b\u9b54\u529b\u836f\u5242","text":"\u5c0f\u578b\u9b54\u529b\u836f\u5242"},{"type":"\u5723\u5316\u9b54\u529b\u836f\u5242","text":"\u5723\u5316\u9b54\u529b\u836f\u5242"},{"type":"\u4e0d\u673d\u9b54\u529b\u836f\u5242","text":"\u4e0d\u673d\u9b54\u529b\u836f\u5242"},{"type":"\u6c38\u6052\u9b54\u529b\u836f\u5242","text":"\u6c38\u6052\u9b54\u529b\u836f\u5242"},{"type":"\u4e2d\u578b\u9b54\u529b\u836f\u5242","text":"\u4e2d\u578b\u9b54\u529b\u836f\u5242"},{"type":"\u5927\u578b\u9b54\u529b\u836f\u5242","text":"\u5927\u578b\u9b54\u529b\u836f\u5242"},{"type":"\u826f\u8d28\u9b54\u529b\u836f\u5242","text":"\u826f\u8d28\u9b54\u529b\u836f\u5242"},{"type":"\u4f18\u8d28\u9b54\u529b\u836f\u5242","text":"\u4f18\u8d28\u9b54\u529b\u836f\u5242"},{"type":"\u5de8\u578b\u9b54\u529b\u836f\u5242","text":"\u5de8\u578b\u9b54\u529b\u836f\u5242"},{"type":"\u9ad8\u9636\u9b54\u529b\u836f\u5242","text":"\u9ad8\u9636\u9b54\u529b\u836f\u5242"},{"type":"\u5723\u8bed\u9b54\u529b\u836f\u5242","text":"\u5723\u8bed\u9b54\u529b\u836f\u5242"},{"type":"\u795d\u798f\u9b54\u529b\u836f\u5242","text":"\u795d\u798f\u9b54\u529b\u836f\u5242"},{"type":"\u5b9d\u94bb\u836f\u5242","text":"\u5b9d\u94bb\u836f\u5242"},{"type":"\u77f3\u5316\u836f\u5242","text":"\u77f3\u5316\u836f\u5242"},{"type":"\u6d77\u84dd\u836f\u5242","text":"\u6d77\u84dd\u836f\u5242"},{"type":"\u8ff7\u96fe\u836f\u5242","text":"\u8ff7\u96fe\u836f\u5242"},{"type":"\u786b\u78fa\u836f\u5242","text":"\u786b\u78fa\u836f\u5242"},{"type":"\u771f\u94f6\u836f\u5242","text":"\u771f\u94f6\u836f\u5242"},{"type":"\u7070\u5ca9\u836f\u5242","text":"\u7070\u5ca9\u836f\u5242"},{"type":"\u9ec4\u91d1\u836f\u5242","text":"\u9ec4\u91d1\u836f\u5242"},{"type":"\u521a\u7389\u836f\u5242","text":"\u521a\u7389\u836f\u5242"},{"type":"\u575a\u94c1\u836f\u5242","text":"\u575a\u94c1\u836f\u5242"},{"type":"\u7ea2\u7389\u836f\u5242","text":"\u7ea2\u7389\u836f\u5242"},{"type":"\u84dd\u7389\u836f\u5242","text":"\u84dd\u7389\u836f\u5242"},{"type":"\u9ec4\u7389\u836f\u5242","text":"\u9ec4\u7389\u836f\u5242"},{"type":"\u575a\u5ca9\u836f\u5242","text":"\u575a\u5ca9\u836f\u5242"},{"type":"\u6c34\u94f6\u836f\u5242","text":"\u6c34\u94f6\u836f\u5242"},{"type":"\u7d2b\u6676\u836f\u5242","text":"\u7d2b\u6676\u836f\u5242"},{"type":"\u77f3\u82f1\u836f\u5242","text":"\u77f3\u82f1\u836f\u5242"},{"type":"\u7fe0\u7389\u836f\u5242","text":"\u7fe0\u7389\u836f\u5242"}]},{"id":"gems","label":"\u6280\u80fd\u5b9d\u77f3","entries":[{"type":"\u8d66\u7f6a","text":"\u8d66\u7f6a"},{"type":"\u70bc\u72f1\u6218\u543c","text":"\u70bc\u72f1\u6218\u543c"},{"type":"\u70bc\u91d1\u5e08\u5370\u8bb0","text":"\u70bc\u91d1\u5e08\u5370\u8bb0"},{"type":"\u4f0f\u51fb","text":"\u4f0f\u51fb"},{"type":"\u5148\u7956\u6218\u543c","text":"\u5148\u7956\u6218\u543c"},{"type":"\u5148\u7956\u6218\u58eb\u957f","text":"\u5148\u7956\u6218\u58eb\u957f"},{"type":"\u6124\u6012","text":"\u6124\u6012"},{"type":"\u5e7b\u5316\u5b88\u536b","text":"\u5e7b\u5316\u5b88\u536b"},{"type":"\u5e7b\u5316\u6b66\u5668","text":"\u5e7b\u5316\u6b66\u5668"},{"type":"\u7535\u5f27","text":"\u7535\u5f27"},{"type":"\u5965\u672f\u6597\u7bf7","text":"\u5965\u672f\u6597\u7bf7"},{"type":"\u5965\u6cd5\u70d9\u5370","text":"\u5965\u6cd5\u70d9\u5370"},{"type":"\u6781\u5730\u88c5\u7532","text":"\u6781\u5730\u88c5\u7532"},{"type":"\u7535\u5149\u5bd2\u971c","text":"\u7535\u5149\u5bd2\u971c"},{"type":"\u672b\u65e5\u70d9\u5370","text":"\u672b\u65e5\u70d9\u5370"},{"type":"\u706b\u529b\u5f29\u70ae","text":"\u706b\u529b\u5f29\u70ae"},{"type":"\u5929\u96f7\u4e4b\u73e0","text":"\u5929\u96f7\u4e4b\u73e0"},{"type":"\u5f39\u5e55","text":"\u5f39\u5e55"},{"type":"\u9b54\u6b66\u6218\u53f7","text":"\u9b54\u6b66\u6218\u53f7"},{"type":"\u6355\u718a\u9677\u9631","text":"\u6355\u718a\u9677\u9631"},{"type":"\u76db\u6012","text":"\u76db\u6012"},{"type":"\u4e71\u5251\u7a7f\u5fc3","text":"\u4e71\u5251\u7a7f\u5fc3"},{"type":"\u865a\u7a7a\u5200\u96e8","text":"\u865a\u7a7a\u5200\u96e8"},{"type":"\u5251\u5203\u98ce\u66b4","text":"\u5251\u5203\u98ce\u66b4"},{"type":"\u5251\u5203\u9677\u9631","text":"\u5251\u5203\u9677\u9631"},{"type":"\u98de\u5203\u98ce\u66b4","text":"\u98de\u5203\u98ce\u66b4"},{"type":"\u7206\u88c2\u7bad\u96e8","text":"\u7206\u88c2\u7bad\u96e8"},{"type":"\u6012\u708e\u7a7f\u5fc3","text":"\u6012\u708e\u7a7f\u5fc3"},{"type":"\u67af\u840e","text":"\u67af\u840e"},{"type":"\u95ea\u73b0\u5c04\u51fb","text":"\u95ea\u73b0\u5c04\u51fb"},{"type":"\u8840\u4e0e\u6c99","text":"\u8840\u4e0e\u6c99"},{"type":"\u72c2\u91ce\u6012\u706b","text":"\u72c2\u91ce\u6012\u706b"},{"type":"\u7edd\u547d\u4e4b\u9570","text":"\u7edd\u547d\u4e4b\u9570"},{"type":"\u4eb5\u6e0e\u4e4b\u77db","text":"\u4eb5\u6e0e\u4e4b\u77db"},{"type":"\u9ab8\u9aa8\u5949\u732e","text":"\u9ab8\u9aa8\u5949\u732e"},{"type":"\u4e03\u4f24\u7834","text":"\u4e03\u4f24\u7834"},{"type":"\u71c3\u70e7\u7bad\u77e2","text":"\u71c3\u70e7\u7bad\u77e2"},{"type":"\u94a9\u94fe\u653b\u51fb","text":"\u94a9\u94fe\u653b\u51fb"},{"type":"\u72d9\u51fb","text":"\u72d9\u51fb"},{"type":"\u5200\u5203\u4e71\u821e","text":"\u5200\u5203\u4e71\u821e"},{"type":"\u84c4\u529b\u75be\u98ce\u95ea","text":"\u84c4\u529b\u75be\u98ce\u95ea"},{"type":"\u6e05\u6670","text":"\u6e05\u6670"},{"type":"\u5288\u780d","text":"\u5288\u780d"},{"type":"\u6bd2\u86c7\u97ad\u51fb","text":"\u6bd2\u86c7\u97ad\u51fb"},{"type":"\u51b0\u971c\u51c0\u5316","text":"\u51b0\u971c\u51c0\u5316"},{"type":"\u971c\u66b4","text":"\u971c\u66b4"},{"type":"\u5bfc\u7535","text":"\u5bfc\u7535"},{"type":"\u5949\u732e\u4e4b\u8def","text":"\u5949\u732e\u4e4b\u8def"},{"type":"\u761f\u75ab","text":"\u761f\u75ab"},{"type":"\u8ff7\u9b45\u9677\u9631","text":"\u8ff7\u9b45\u9677\u9631"},{"type":"\u53f7\u53ec","text":"\u53f7\u53ec"},{"type":"\u706b\u846c","text":"\u706b\u846c"},{"type":"\u7075\u4f53\u8f6c\u6362","text":"\u7075\u4f53\u8f6c\u6362"},{"type":"\u8150\u707c\u70ed\u761f","text":"\u8150\u707c\u70ed\u761f"},{"type":"\u7535\u6b9b\u957f\u67aa","text":"\u7535\u6b9b\u957f\u67aa"},{"type":"\u6697\u5f71\u5370\u8bb0","text":"\u6697\u5f71\u5370\u8bb0"},{"type":"\u65cb\u98ce\u65a9","text":"\u65cb\u98ce\u65a9"},{"type":"\u6028\u6bd2\u5149\u73af","text":"\u6028\u6bd2\u5149\u73af"},{"type":"\u6697\u591c\u8840\u5951","text":"\u6697\u591c\u8840\u5951"},{"type":"\u6df7\u6c8c\u4e4b\u6bd2","text":"\u6df7\u6c8c\u4e4b\u6bd2"},{"type":"\u51b2\u523a","text":"\u51b2\u523a"},{"type":"\u8bf1\u9975\u56fe\u817e","text":"\u8bf1\u9975\u56fe\u817e"},{"type":"\u6297\u4e89\u4e4b\u65d7","text":"\u6297\u4e89\u4e4b\u65d7"},{"type":"\u4eb5\u6e0e","text":"\u4eb5\u6e0e"},{"type":"\u6bc1\u706d\u7f81\u7eca","text":"\u6bc1\u706d\u7f81\u7eca"},{"type":"\u575a\u5b9a","text":"\u575a\u5b9a"},{"type":"\u7206\u7075\u672f","text":"\u7206\u7075\u672f"},{"type":"\u5f15\u7206\u5730\u96f7","text":"\u5f15\u7206\u5730\u96f7"},{"type":"\u541e\u566c\u56fe\u817e","text":"\u541e\u566c\u56fe\u817e"},{"type":"\u89e3\u653e","text":"\u89e3\u653e"},{"type":"\u7eaa\u5f8b","text":"\u7eaa\u5f8b"},{"type":"\u5723\u6028","text":"\u5723\u6028"},{"type":"\u9738\u6c14\u4e4b\u51fb","text":"\u9738\u6c14\u4e4b\u51fb"},{"type":"\u53cc\u91cd\u6253\u51fb","text":"\u53cc\u91cd\u6253\u51fb"},{"type":"\u6050\u6016\u4e4b\u65d7","text":"\u6050\u6016\u4e4b\u65d7"},{"type":"\u53cc\u6301\u6253\u51fb","text":"\u53cc\u6301\u6253\u51fb"},{"type":"\u9707\u5730","text":"\u9707\u5730"},{"type":"\u5c16\u523a\u6218\u543c","text":"\u5c16\u523a\u6218\u543c"},{"type":"\u5143\u7d20\u6253\u51fb","text":"\u5143\u7d20\u6253\u51fb"},{"type":"\u5143\u7d20\u8981\u5bb3","text":"\u5143\u7d20\u8981\u5bb3"},{"type":"\u575a\u51b3\u6218\u543c","text":"\u575a\u51b3\u6218\u543c"},{"type":"\u80fd\u91cf\u4e4b\u5203","text":"\u80fd\u91cf\u4e4b\u5203"},{"type":"\u8870\u5f31","text":"\u8870\u5f31"},{"type":"\u8bf1\u6355\u4e4b\u7bad","text":"\u8bf1\u6355\u4e4b\u7bad"},{"type":"\u7075\u9b42\u5438\u53d6","text":"\u7075\u9b42\u5438\u53d6"},{"type":"\u865a\u7a7a\u5315\u9996","text":"\u865a\u7a7a\u5315\u9996"},{"type":"\u7206\u70b8\u7bad\u77e2","text":"\u7206\u70b8\u7bad\u77e2"},{"type":"\u7206\u7834\u7075\u836f","text":"\u7206\u7834\u7075\u836f"},{"type":"\u8d64\u70bc\u9b54\u5149","text":"\u8d64\u70bc\u9b54\u5149"},{"type":"\u51db\u51ac\u4e4b\u773c","text":"\u51db\u51ac\u4e4b\u773c"},{"type":"\u706b\u7403","text":"\u706b\u7403"},{"type":"\u707c\u70ed\u5149\u7ebf","text":"\u707c\u70ed\u5149\u7ebf"},{"type":"\u706b\u5c51\u5730\u96f7","text":"\u706b\u5c51\u5730\u96f7"},{"type":"\u706b\u7130\u51c0\u5316","text":"\u706b\u7130\u51c0\u5316"},{"type":"\u70c8\u708e\u98ce\u66b4","text":"\u70c8\u708e\u98ce\u66b4"},{"type":"\u706b\u7130\u9677\u9631","text":"\u706b\u7130\u9677\u9631"},{"type":"\u70c8\u7130\u7206\u7834","text":"\u70c8\u7130\u7206\u7834"},{"type":"\u70c8\u7130\u51b2\u523a","text":"\u70c8\u7130\u51b2\u523a"},{"type":"\u70c8\u708e\u7f81\u7eca","text":"\u70c8\u708e\u7f81\u7eca"},{"type":"\u63b7\u706b\u9677\u9631","text":"\u63b7\u706b\u9677\u9631"},{"type":"\u5723\u7130\u56fe\u817e","text":"\u5723\u7130\u56fe\u817e"},{"type":"\u70c8\u7130\u4e4b\u5899","text":"\u70c8\u7130\u4e4b\u5899"},{"type":"\u6012\u7130\u5954\u817e","text":"\u6012\u7130\u5954\u817e"},{"type":"\u6613\u71c3","text":"\u6613\u71c3"},{"type":"\u8840\u8089\u4e0e\u5ca9\u77f3","text":"\u8840\u8089\u4e0e\u5ca9\u77f3"},{"type":"\u8840\u8089\u5949\u732e","text":"\u8840\u8089\u5949\u732e"},{"type":"\u95ea\u73b0\u6253\u51fb","text":"\u95ea\u73b0\u6253\u51fb"},{"type":"\u7981\u65ad\u5178\u4eea","text":"\u7981\u65ad\u5178\u4eea"},{"type":"\u51b0\u9525\u5730\u96f7","text":"\u51b0\u9525\u5730\u96f7"},{"type":"\u51b0\u971c\u8109\u51b2","text":"\u51b0\u971c\u8109\u51b2"},{"type":"\u72c2\u6012","text":"\u72c2\u6012"},{"type":"\u51bb\u4f24","text":"\u51bb\u4f24"},{"type":"\u51b0\u971c\u4e4b\u5203","text":"\u51b0\u971c\u4e4b\u5203"},{"type":"\u51b0\u971c\u95ea\u73b0","text":"\u51b0\u971c\u95ea\u73b0"},{"type":"\u5bd2\u51b0\u5f39","text":"\u5bd2\u51b0\u5f39"},{"type":"\u6f29\u6da1","text":"\u6f29\u6da1"},{"type":"\u5bd2\u971c\u7206","text":"\u5bd2\u971c\u7206"},{"type":"\u51b0\u971c\u62a4\u76fe","text":"\u51b0\u971c\u62a4\u76fe"},{"type":"\u51b0\u5899","text":"\u51b0\u5899"},{"type":"\u51b0\u5c01\u519b\u56e2","text":"\u51b0\u5c01\u519b\u56e2"},{"type":"\u7535\u6d41\u573a","text":"\u7535\u6d41\u573a"},{"type":"\u5c06\u519b\u4e4b\u543c","text":"\u5c06\u519b\u4e4b\u543c"},{"type":"\u51b0\u5ddd\u4e4b\u523a","text":"\u51b0\u5ddd\u4e4b\u523a"},{"type":"\u51b0\u971c\u4e4b\u9524","text":"\u51b0\u971c\u4e4b\u9524"},{"type":"\u4f18\u96c5","text":"\u4f18\u96c5"},{"type":"\u88c2\u5730\u4e4b\u51fb","text":"\u88c2\u5730\u4e4b\u51fb"},{"type":"\u8fc5\u6377","text":"\u8fc5\u6377"},{"type":"\u618e\u6068","text":"\u618e\u6068"},{"type":"\u91cd\u51fb","text":"\u91cd\u51fb"},{"type":"\u82e6\u75db\u4e4b\u6377","text":"\u82e6\u75db\u4e4b\u6377"},{"type":"\u7070\u70ec\u4e4b\u6377","text":"\u7070\u70ec\u4e4b\u6377"},{"type":"\u5bd2\u51b0\u4e4b\u6377","text":"\u5bd2\u51b0\u4e4b\u6377"},{"type":"\u7eaf\u51c0\u4e4b\u6377","text":"\u7eaf\u51c0\u4e4b\u6377"},{"type":"\u95ea\u7535\u4e4b\u6377","text":"\u95ea\u7535\u4e4b\u6377"},{"type":"\u9b54\u86ca\u7206\u70b8","text":"\u9b54\u86ca\u7206\u70b8"},{"type":"\u6c34\u6e90\u6cd5\u7403","text":"\u6c34\u6e90\u6cd5\u7403"},{"type":"\u5bd2\u51b0\u51b2\u51fb","text":"\u5bd2\u51b0\u51b2\u51fb"},{"type":"\u51b0\u971c\u65b0\u661f","text":"\u51b0\u971c\u65b0\u661f"},{"type":"\u51b0\u971c\u5c04\u51fb","text":"\u51b0\u971c\u5c04\u51fb"},{"type":"\u8679\u5438\u9677\u9631","text":"\u8679\u5438\u9677\u9631"},{"type":"\u51b0\u77db","text":"\u51b0\u77db"},{"type":"\u51b0\u51bb\u9677\u9631","text":"\u51b0\u51bb\u9677\u9631"},{"type":"\u4e0d\u673d\u6012\u568e","text":"\u4e0d\u673d\u6012\u568e"},{"type":"\u70e7\u6bc1","text":"\u70e7\u6bc1"},{"type":"\u70bc\u72f1\u4e4b\u51fb","text":"\u70bc\u72f1\u4e4b\u51fb"},{"type":"\u5a01\u5413\u6218\u543c","text":"\u5a01\u5413\u6218\u543c"},{"type":"\u76f4\u89c9\u7f81\u7eca","text":"\u76f4\u89c9\u7f81\u7eca"},{"type":"\u529b\u91cf\u7206\u7834","text":"\u529b\u91cf\u7206\u7834"},{"type":"\u5ff5\u52a8\u98de\u7bad","text":"\u5ff5\u52a8\u98de\u7bad"},{"type":"\u7834\u7a7a\u65a9","text":"\u7834\u7a7a\u65a9"},{"type":"\u65ad\u91d1\u4e4b\u5203","text":"\u65ad\u91d1\u4e4b\u5203"},{"type":"\u8dc3\u51fb","text":"\u8dc3\u51fb"},{"type":"\u95ea\u7535\u7bad\u77e2","text":"\u95ea\u7535\u7bad\u77e2"},{"type":"\u95ea\u7535\u901a\u9053","text":"\u95ea\u7535\u901a\u9053"},{"type":"\u95ea\u7535\u51c0\u5316","text":"\u95ea\u7535\u51c0\u5316"},{"type":"\u95ea\u7535\u6253\u51fb","text":"\u95ea\u7535\u6253\u51fb"},{"type":"\u7535\u80fd\u91ca\u653e","text":"\u7535\u80fd\u91ca\u653e"},{"type":"\u7535\u5854\u9677\u9631","text":"\u7535\u5854\u9677\u9631"},{"type":"\u95ea\u7535\u9677\u9631","text":"\u95ea\u7535\u9677\u9631"},{"type":"\u95ea\u7535\u4f20\u9001","text":"\u95ea\u7535\u4f20\u9001"},{"type":"\u7194\u5ca9\u5954\u6d8c","text":"\u7194\u5ca9\u5954\u6d8c"},{"type":"\u7f1a\u9b54\u7535\u6b9b","text":"\u7f1a\u9b54\u7535\u6b9b"},{"type":"\u5148\u7956\u536b\u58eb","text":"\u5148\u7956\u536b\u58eb"},{"type":"\u9b45\u5f71\u5c04\u51fb","text":"\u9b45\u5f71\u5c04\u51fb"},{"type":"\u7194\u5ca9\u62a4\u76fe","text":"\u7194\u5ca9\u62a4\u76fe"},{"type":"\u7194\u5ca9\u4e4b\u51fb","text":"\u7194\u5ca9\u4e4b\u51fb"},{"type":"\u8106\u5f31","text":"\u8106\u5f31"},{"type":"\u98ce\u66b4\u6f29\u6da1","text":"\u98ce\u66b4\u6f29\u6da1"},{"type":"\u5fcf\u6094\u70d9\u5370","text":"\u5fcf\u6094\u70d9\u5370"},{"type":"\u51ff\u51fb","text":"\u51ff\u51fb"},{"type":"\u81f4\u75ab\u6253\u51fb","text":"\u81f4\u75ab\u6253\u51fb"},{"type":"\u8d64\u8840\u51dd\u7ed3","text":"\u8d64\u8840\u51dd\u7ed3"},{"type":"\u6697\u5f71\u8ff7\u8e2a","text":"\u6697\u5f71\u8ff7\u8e2a"},{"type":"\u9707\u6ce2\u9677\u9631","text":"\u9707\u6ce2\u9677\u9631"},{"type":"\u761f\u75ab\u4f7f\u5f92","text":"\u761f\u75ab\u4f7f\u5f92"},{"type":"\u76d7\u730e\u8005\u5370\u8bb0","text":"\u76d7\u730e\u8005\u5370\u8bb0"},{"type":"\u8150\u8680\u7bad\u77e2","text":"\u8150\u8680\u7bad\u77e2"},{"type":"\u6bd2\u7206\u7075\u836f","text":"\u6bd2\u7206\u7075\u836f"},{"type":"\u65f6\u7a7a\u4e4b\u95e8","text":"\u65f6\u7a7a\u4e4b\u95e8"},{"type":"\u529b\u91cf\u62bd\u53d6","text":"\u529b\u91cf\u62bd\u53d6"},{"type":"\u7cbe\u51c6","text":"\u7cbe\u51c6"},{"type":"\u5c0a\u4e25","text":"\u5c0a\u4e25"},{"type":"\u72d9\u51fb\u5370\u8bb0","text":"\u72d9\u51fb\u5370\u8bb0"},{"type":"\u9632\u5fa1\u7f81\u7eca","text":"\u9632\u5fa1\u7f81\u7eca"},{"type":"\u653e\u8840","text":"\u653e\u8840"},{"type":"\u60e9\u6212","text":"\u60e9\u6212"},{"type":"\u5b9a\u7f6a\u6ce2","text":"\u5b9a\u7f6a\u6ce2"},{"type":"\u5143\u7d20\u51c0\u5316","text":"\u5143\u7d20\u51c0\u5316"},{"type":"\u75be\u6b65","text":"\u75be\u6b65"},{"type":"\u6012\u706b\u6f29\u6da1","text":"\u6012\u706b\u6f29\u6da1"},{"type":"\u7bad\u96e8","text":"\u7bad\u96e8"},{"type":"\u53ec\u5524\u7075\u4f53","text":"\u53ec\u5524\u7075\u4f53"},{"type":"\u9b54\u536b\u590d\u82cf","text":"\u9b54\u536b\u590d\u82cf"},{"type":"\u6fc0\u52b1\u6218\u543c","text":"\u6fc0\u52b1\u6218\u543c"},{"type":"\u51b2\u51fb\u6ce2","text":"\u51b2\u51fb\u6ce2"},{"type":"\u70d9\u5370\u53ec\u56de","text":"\u70d9\u5370\u53ec\u56de"},{"type":"\u6e05\u7b97","text":"\u6e05\u7b97"},{"type":"\u56de\u6625\u56fe\u817e","text":"\u56de\u6625\u56fe\u817e"},{"type":"\u6b63\u4e49\u4e4b\u706b","text":"\u6b63\u4e49\u4e4b\u706b"},{"type":"\u51fb\u5203","text":"\u51fb\u5203"},{"type":"\u51c0\u5316\u70c8\u7130","text":"\u51c0\u5316\u70c8\u7130"},{"type":"\u5929\u707e\u4e4b\u7bad","text":"\u5929\u707e\u4e4b\u7bad"},{"type":"\u707c\u70ed\u8fde\u63a5","text":"\u707c\u70ed\u8fde\u63a5"},{"type":"\u9707\u5730\u6218\u543c","text":"\u9707\u5730\u6218\u543c"},{"type":"\u7834\u788e\u94c1\u5203","text":"\u7834\u788e\u94c1\u5203"},{"type":"\u91cd\u76fe\u51b2\u950b","text":"\u91cd\u76fe\u51b2\u950b"},{"type":"\u76fe\u724c\u78be\u538b","text":"\u76fe\u724c\u78be\u538b"},{"type":"\u95ea\u7535\u65b0\u661f","text":"\u95ea\u7535\u65b0\u661f"},{"type":"\u9707\u6ce2\u56fe\u817e","text":"\u9707\u6ce2\u56fe\u817e"},{"type":"\u6563\u5c04\u5f29\u70ae","text":"\u6563\u5c04\u5f29\u70ae"},{"type":"\u7535\u5149\u7bad","text":"\u7535\u5149\u7bad"},{"type":"\u7206\u70b8\u9677\u9631","text":"\u7206\u70b8\u9677\u9631"},{"type":"\u653b\u57ce\u70ae\u53f0","text":"\u653b\u57ce\u70ae\u53f0"},{"type":"\u5a01\u80fd\u6cd5\u5370","text":"\u5a01\u80fd\u6cd5\u5370"},{"type":"\u60e9\u51fb","text":"\u60e9\u51fb"},{"type":"\u70df\u96fe\u5730\u96f7","text":"\u70df\u96fe\u5730\u96f7"},{"type":"\u7075\u9b42\u7f81\u7eca","text":"\u7075\u9b42\u7f81\u7eca"},{"type":"\u88c2\u9b42\u672f","text":"\u88c2\u9b42\u672f"},{"type":"\u7535\u7403","text":"\u7535\u7403"},{"type":"\u7075\u5e7b\u65cb\u65a9","text":"\u7075\u5e7b\u65cb\u65a9"},{"type":"\u594b\u9510\u5149\u73af","text":"\u594b\u9510\u5149\u73af"},{"type":"\u6cd5\u672f\u8282\u9b54","text":"\u6cd5\u672f\u8282\u9b54"},{"type":"\u7075\u9b42\u5949\u732e","text":"\u7075\u9b42\u5949\u732e"},{"type":"\u5206\u88c2\u7bad\u77e2","text":"\u5206\u88c2\u7bad\u77e2"},{"type":"\u5206\u88c2\u94a2\u5203","text":"\u5206\u88c2\u94a2\u5203"},{"type":"\u5145\u80fd\u6253\u51fb","text":"\u5145\u80fd\u6253\u51fb"},{"type":"\u94a2\u94c1\u4e4b\u80a4","text":"\u94a2\u94c1\u4e4b\u80a4"},{"type":"\u7f1a\u96f7\u4e4b\u7eb9","text":"\u7f1a\u96f7\u4e4b\u7eb9"},{"type":"\u96f7\u66b4\u5730\u96f7","text":"\u96f7\u66b4\u5730\u96f7"},{"type":"\u98ce\u66b4\u70d9\u5370","text":"\u98ce\u66b4\u70d9\u5370"},{"type":"\u88c2\u98ce\u96f7\u7403","text":"\u88c2\u98ce\u96f7\u7403"},{"type":"\u98ce\u66b4\u547c\u5524","text":"\u98ce\u66b4\u547c\u5524"},{"type":"\u66b4\u96e8\u7bad","text":"\u66b4\u96e8\u7bad"},{"type":"\u53ec\u5524\u8150\u5316\u9b54\u50cf","text":"\u53ec\u5524\u8150\u5316\u9b54\u50cf"},{"type":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","text":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf"},{"type":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf","text":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf"},{"type":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","text":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf"},{"type":"\u53ec\u5524\u95ea\u7535\u9b54\u50cf","text":"\u53ec\u5524\u95ea\u7535\u9b54\u50cf"},{"type":"\u53ec\u5524\u6124\u6012\u72c2\u7075","text":"\u53ec\u5524\u6124\u6012\u72c2\u7075"},{"type":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","text":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075"},{"type":"\u53ec\u5524\u5723\u7269","text":"\u53ec\u5524\u5723\u7269"},{"type":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","text":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf"},{"type":"\u53ec\u5524\u9b54\u4f8d","text":"\u53ec\u5524\u9b54\u4f8d"},{"type":"\u53ec\u5524\u98de\u63a0\u8005","text":"\u53ec\u5524\u98de\u63a0\u8005"},{"type":"\u5927\u5730\u9707\u51fb","text":"\u5927\u5730\u9707\u51fb"},{"type":"\u6a2a\u626b","text":"\u6a2a\u626b"},{"type":"\u7834\u91dc\u4e00\u51fb","text":"\u7834\u91dc\u4e00\u51fb"},{"type":"\u66b4\u98ce\u4e4b\u76fe","text":"\u66b4\u98ce\u4e4b\u76fe"},{"type":"\u65f6\u7a7a\u9501\u94fe","text":"\u65f6\u7a7a\u9501\u94fe"},{"type":"\u65f6\u7a7a\u88c2\u9699","text":"\u65f6\u7a7a\u88c2\u9699"},{"type":"\u7075\u76fe\u6295\u63b7","text":"\u7075\u76fe\u6295\u63b7"},{"type":"\u7075\u4f53\u6295\u63b7","text":"\u7075\u4f53\u6295\u63b7"},{"type":"\u9f99\u5377\u65cb\u98ce","text":"\u9f99\u5377\u65cb\u98ce"},{"type":"\u9f99\u5377\u5c04\u51fb","text":"\u9f99\u5377\u5c04\u51fb"},{"type":"\u6bd2\u96e8","text":"\u6bd2\u96e8"},{"type":"\u74e6\u5c14\uff1a\u8d66\u7f6a","text":"\u74e6\u5c14\uff1a\u8d66\u7f6a"},{"type":"\u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f","text":"\u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f"},{"type":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668","text":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668"},{"type":"\u74e6\u5c14\uff1a\u7535\u5f27","text":"\u74e6\u5c14\uff1a\u7535\u5f27"},{"type":"\u74e6\u5c14\uff1a\u6781\u5730\u88c5\u7532","text":"\u74e6\u5c14\uff1a\u6781\u5730\u88c5\u7532"},{"type":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4","text":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u67af\u840e","text":"\u74e6\u5c14\uff1a\u67af\u840e"},{"type":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2","text":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2","text":"\u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e","text":"\u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e"},{"type":"\u74e6\u5c14\uff1a\u6e05\u6670","text":"\u74e6\u5c14\uff1a\u6e05\u6670"},{"type":"\u74e6\u5c14\uff1a\u5288\u780d","text":"\u74e6\u5c14\uff1a\u5288\u780d"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0","text":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0"},{"type":"\u74e6\u5c14\uff1a\u971c\u66b4","text":"\u74e6\u5c14\uff1a\u971c\u66b4"},{"type":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9","text":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9"},{"type":"\u74e6\u5c14\uff1a\u7206\u7075\u672f","text":"\u74e6\u5c14\uff1a\u7206\u7075\u672f"},{"type":"\u74e6\u5c14\uff1a\u7eaa\u5f8b","text":"\u74e6\u5c14\uff1a\u7eaa\u5f8b"},{"type":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb","text":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb","text":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u9707\u5730","text":"\u74e6\u5c14\uff1a\u9707\u5730"},{"type":"\u74e6\u5c14\uff1a\u706b\u7403","text":"\u74e6\u5c14\uff1a\u706b\u7403"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b","text":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b"},{"type":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4","text":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834","text":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834"},{"type":"\u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb","text":"\u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524","text":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524"},{"type":"\u74e6\u5c14\uff1a\u4f18\u96c5","text":"\u74e6\u5c14\uff1a\u4f18\u96c5"},{"type":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb","text":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u8fc5\u6377","text":"\u74e6\u5c14\uff1a\u8fc5\u6377"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","text":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u5c04\u51fb","text":"\u74e6\u5c14\uff1a\u51b0\u971c\u5c04\u51fb"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u673d\u6012\u568e","text":"\u74e6\u5c14\uff1a\u4e0d\u673d\u6012\u568e"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7","text":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u4f20\u9001","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u4f20\u9001"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe","text":"\u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb","text":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u88c2\u9699","text":"\u74e6\u5c14\uff1a\u88c2\u9699"},{"type":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6","text":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6"},{"type":"\u74e6\u5c14\uff1a\u7bad\u96e8","text":"\u74e6\u5c14\uff1a\u7bad\u96e8"},{"type":"\u74e6\u5c14\uff1a\u7edd\u547d\u4e4b\u9570","text":"\u74e6\u5c14\uff1a\u7edd\u547d\u4e4b\u9570"},{"type":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2","text":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2"},{"type":"\u74e6\u5c14\uff1a\u56de\u6625\u56fe\u817e","text":"\u74e6\u5c14\uff1a\u56de\u6625\u56fe\u817e"},{"type":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b","text":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b"},{"type":"\u74e6\u5c14\uff1a\u60e9\u51fb","text":"\u74e6\u5c14\uff1a\u60e9\u51fb"},{"type":"\u74e6\u5c14\uff1a\u7535\u7403","text":"\u74e6\u5c14\uff1a\u7535\u7403"},{"type":"\u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524","text":"\u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524"},{"type":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","text":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d"},{"type":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7","text":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7"},{"type":"\u74e6\u5c14\uff1a\u5267\u6bd2\u65cb\u98ce","text":"\u74e6\u5c14\uff1a\u5267\u6bd2\u65cb\u98ce"},{"type":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d","text":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d"},{"type":"\u8840\u7075\u7f81\u7eca","text":"\u8840\u7075\u7f81\u7eca"},{"type":"\u590d\u4ec7","text":"\u590d\u4ec7"},{"type":"\u5267\u6bd2\u65cb\u98ce","text":"\u5267\u6bd2\u65cb\u98ce"},{"type":"\u6212\u5907\u6253\u51fb","text":"\u6212\u5907\u6253\u51fb"},{"type":"\u6bd2\u86c7\u6253\u51fb","text":"\u6bd2\u86c7\u6253\u51fb"},{"type":"\u6d3b\u529b","text":"\u6d3b\u529b"},{"type":"\u865a\u7a7a\u6cd5\u7403","text":"\u865a\u7a7a\u6cd5\u7403"},{"type":"\u7075\u4f53\u706b\u7403","text":"\u7075\u4f53\u706b\u7403"},{"type":"\u706b\u5c71\u88c2\u7f1d","text":"\u706b\u5c71\u88c2\u7f1d"},{"type":"\u96f7\u7535\u9b54\u7206","text":"\u96f7\u7535\u9b54\u7206"},{"type":"\u7edd\u671b","text":"\u7edd\u671b"},{"type":"\u6218\u65d7","text":"\u6218\u65d7"},{"type":"\u7763\u519b\u5370\u8bb0","text":"\u7763\u519b\u5370\u8bb0"},{"type":"\u56de\u65cb\u4e4b\u5203","text":"\u56de\u65cb\u4e4b\u5203"},{"type":"\u91ce\u6027\u6253\u51fb","text":"\u91ce\u6027\u6253\u51fb"},{"type":"\u5bd2\u51ac\u5b9d\u73e0","text":"\u5bd2\u51ac\u5b9d\u73e0"},{"type":"\u51ac\u6f6e\u70d9\u5370","text":"\u51ac\u6f6e\u70d9\u5370"},{"type":"\u6b7b\u4ea1\u51cb\u96f6","text":"\u6b7b\u4ea1\u51cb\u96f6"},{"type":"\u51cb\u96f6\u6b65","text":"\u51cb\u96f6\u6b65"},{"type":"\u96f7\u9706","text":"\u96f7\u9706"},{"type":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3(\u8f85)","text":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3(\u8f85)","text":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3(\u8f85)","text":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3(\u8f85)","text":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u989d\u5916\u547d\u4e2d(\u8f85)","text":"\u989d\u5916\u547d\u4e2d(\u8f85)"},{"type":"\u8d4b\u4e88(\u8f85)","text":"\u8d4b\u4e88(\u8f85)"},{"type":"\u589e\u5e45(\u8f85)","text":"\u589e\u5e45(\u8f85)"},{"type":"\u542f\u8499(\u8f85)","text":"\u542f\u8499(\u8f85)"},{"type":"\u5148\u7956\u53ec\u5524\uff08\u5f3a\u8f85\uff09","text":"\u5148\u7956\u53ec\u5524\uff08\u5f3a\u8f85\uff09"},{"type":"\u79d8\u672f\u589e\u5f3a(\u8f85)","text":"\u79d8\u672f\u589e\u5f3a(\u8f85)"},{"type":"\u5927\u6cd5\u5e08\uff08\u8f85\uff09","text":"\u5927\u6cd5\u5e08\uff08\u8f85\uff09"},{"type":"\u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09","text":"\u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09"},{"type":"\u7bad\u4e4b\u65b0\u661f\uff08\u5f3a\u8f85\uff09","text":"\u7bad\u4e4b\u65b0\u661f\uff08\u5f3a\u8f85\uff09"},{"type":"\u5f39\u5e55\uff08\u8f85\uff09","text":"\u5f39\u5e55\uff08\u8f85\uff09"},{"type":"\u65a9\u9996\uff08\u8f85\uff09","text":"\u65a9\u9996\uff08\u8f85\uff09"},{"type":"\u8bc5\u5492\u5149\u73af(\u8f85)","text":"\u8bc5\u5492\u5149\u73af(\u8f85)"},{"type":"\u6e0e\u795e\uff08\u5f3a\u8f85\uff09","text":"\u6e0e\u795e\uff08\u5f3a\u8f85\uff09"},{"type":"\u81f4\u76f2(\u8f85)","text":"\u81f4\u76f2(\u8f85)"},{"type":"\u51cf\u5c11\u683c\u6321\u51e0\u7387(\u8f85)","text":"\u51cf\u5c11\u683c\u6321\u51e0\u7387(\u8f85)"},{"type":"\u8840\u6012\uff08\u8f85\uff09","text":"\u8840\u6012\uff08\u8f85\uff09"},{"type":"\u8d64\u56a3\uff08\u8f85\uff09","text":"\u8d64\u56a3\uff08\u8f85\uff09"},{"type":"\u8840\u6c14\uff08\u8f85\uff09","text":"\u8840\u6c14\uff08\u8f85\uff09"},{"type":"\u5f7b\u9aa8\uff08\u8f85\uff09","text":"\u5f7b\u9aa8\uff08\u8f85\uff09"},{"type":"\u6b8b\u66b4(\u8f85)","text":"\u6b8b\u66b4(\u8f85)"},{"type":"\u6b8b\u66b4\uff08\u5f3a\u8f85\uff09","text":"\u6b8b\u66b4\uff08\u5f3a\u8f85\uff09"},{"type":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u66b4\u51fb\u65f6\u65bd\u653e(\u8f85)","text":"\u66b4\u51fb\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u66b4\u51fb\u65f6\u65bd\u653e\uff08\u5f3a\u8f85\uff09","text":"\u66b4\u51fb\u65f6\u65bd\u653e\uff08\u5f3a\u8f85\uff09"},{"type":"\u53d7\u4f24\u65f6\u65bd\u653e(\u8f85)","text":"\u53d7\u4f24\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u6b7b\u4ea1\u65f6\u65bd\u653e(\u8f85)","text":"\u6b7b\u4ea1\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e(\u8f85)","text":"\u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u6655\u7729\u65f6\u65bd\u653e(\u8f85)","text":"\u6655\u7729\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u541f\u5531\u65f6\u65bd\u653e(\u8f85)","text":"\u541f\u5531\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u541f\u5531\u65f6\u65bd\u653e\uff08\u5f3a\u8f85\uff09","text":"\u541f\u5531\u65f6\u65bd\u653e\uff08\u5f3a\u8f85\uff09"},{"type":"\u8fde\u9501(\u8f85)","text":"\u8fde\u9501(\u8f85)"},{"type":"\u8fde\u9501\uff08\u5f3a\u8f85\uff09","text":"\u8fde\u9501\uff08\u5f3a\u8f85\uff09"},{"type":"\u51e0\u7387\u6d41\u8840(\u8f85)","text":"\u51e0\u7387\u6d41\u8840(\u8f85)"},{"type":"\u51e0\u7387\u9003\u8dd1(\u8f85)","text":"\u51e0\u7387\u9003\u8dd1(\u8f85)"},{"type":"\u51e0\u7387\u70b9\u71c3(\u8f85)","text":"\u51e0\u7387\u70b9\u71c3(\u8f85)"},{"type":"\u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09","text":"\u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09"},{"type":"\u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09","text":"\u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u8fd1\u6218\uff08\u8f85\uff09","text":"\u8fd1\u6218\uff08\u8f85\uff09"},{"type":"\u6563\u5f39\u9677\u9631(\u8f85)","text":"\u6563\u5f39\u9677\u9631(\u8f85)"},{"type":"\u51b0\u971c\u7a7f\u900f(\u8f85)","text":"\u51b0\u971c\u7a7f\u900f(\u8f85)"},{"type":"\u51b0\u971c\u7a7f\u900f\uff08\u5f3a\u8f85\uff09","text":"\u51b0\u971c\u7a7f\u900f\uff08\u5f3a\u8f85\uff09"},{"type":"\u5bd2\u51b0\u8f6c\u70c8\u7130(\u8f85)","text":"\u5bd2\u51b0\u8f6c\u70c8\u7130(\u8f85)"},{"type":"\u96c6\u4e2d\u6548\u5e94(\u8f85)","text":"\u96c6\u4e2d\u6548\u5e94(\u8f85)"},{"type":"\u7cbe\u51c6\u70bd\u708e\uff08\u8f85\uff09","text":"\u7cbe\u51c6\u70bd\u708e\uff08\u8f85\uff09"},{"type":"\u7cbe\u51c6\u7834\u574f(\u8f85)","text":"\u7cbe\u51c6\u7834\u574f(\u8f85)"},{"type":"\u7cbe\u51c6\u7834\u574f\uff08\u5f3a\u8f85\uff09","text":"\u7cbe\u51c6\u7834\u574f\uff08\u5f3a\u8f85\uff09"},{"type":"\u8150\u5316\u6218\u543c\uff08\u8f85\uff09","text":"\u8150\u5316\u6218\u543c\uff08\u8f85\uff09"},{"type":"\u51cc\u5389\uff08\u8f85\uff09","text":"\u51cc\u5389\uff08\u8f85\uff09"},{"type":"\u7ec8\u7ed3(\u8f85)","text":"\u7ec8\u7ed3(\u8f85)"},{"type":"\u8bc5\u5492\u4e4b\u5730\u8f85\u52a9","text":"\u8bc5\u5492\u4e4b\u5730\u8f85\u52a9"},{"type":"\u86ca\u5492\uff08\u8f85\uff09","text":"\u86ca\u5492\uff08\u8f85\uff09"},{"type":"\u86ca\u5492\u3010\u5f3a\u8f85\u3011","text":"\u86ca\u5492\u3010\u5f3a\u8f85\u3011"},{"type":"\u6025\u51bb(\u8f85)","text":"\u6025\u51bb(\u8f85)"},{"type":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001(\u8f85)","text":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001(\u8f85)"},{"type":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001\uff08\u5f3a\u8f85\uff09","text":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001\uff08\u5f3a\u8f85\uff09"},{"type":"\u63a0\u98df\uff08\u8f85\uff09","text":"\u63a0\u98df\uff08\u8f85\uff09"},{"type":"\u8150\u8680(\u8f85)","text":"\u8150\u8680(\u8f85)"},{"type":"\u541e\u566c\uff08\u8f85\uff09","text":"\u541e\u566c\uff08\u8f85\uff09"},{"type":"\u795e\u5723\u795d\u798f\uff08\u8f85\uff09","text":"\u795e\u5723\u795d\u798f\uff08\u8f85\uff09"},{"type":"\u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09","text":"\u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09"},{"type":"\u6548\u80fd(\u8f85)","text":"\u6548\u80fd(\u8f85)"},{"type":"\u5143\u7d20\u96c6\u4e2d(\u8f85)","text":"\u5143\u7d20\u96c6\u4e2d(\u8f85)"},{"type":"\u5143\u7d20\u96c6\u4e2d\uff08\u5f3a\u8f85\uff09","text":"\u5143\u7d20\u96c6\u4e2d\uff08\u5f3a\u8f85\uff09"},{"type":"\u5143\u7d20\u7a7f\u900f\uff08\u8f85\uff09","text":"\u5143\u7d20\u7a7f\u900f\uff08\u8f85\uff09"},{"type":"\u5143\u7d20\u6269\u6563(\u8f85)","text":"\u5143\u7d20\u6269\u6563(\u8f85)"},{"type":"\u8d4b\u4e88\uff08\u5f3a\u8f85\uff09","text":"\u8d4b\u4e88\uff08\u5f3a\u8f85\uff09"},{"type":"\u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403(\u8f85)","text":"\u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403(\u8f85)"},{"type":"\u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09","text":"\u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09"},{"type":"\u589e\u5e45\uff08\u5f3a\u8f85\uff09","text":"\u589e\u5e45\uff08\u5f3a\u8f85\uff09"},{"type":"\u542f\u8499\uff08\u5f3a\u8f85\uff09","text":"\u542f\u8499\uff08\u5f3a\u8f85\uff09"},{"type":"\u6c38\u6052\u795d\u798f \uff08\u8f85\uff09","text":"\u6c38\u6052\u795d\u798f \uff08\u8f85\uff09"},{"type":"\u5feb\u901f\u653b\u51fb(\u8f85)","text":"\u5feb\u901f\u653b\u51fb(\u8f85)"},{"type":"\u5feb\u901f\u65bd\u6cd5(\u8f85)","text":"\u5feb\u901f\u65bd\u6cd5(\u8f85)"},{"type":"\u5feb\u901f\u6295\u5c04(\u8f85)","text":"\u5feb\u901f\u6295\u5c04(\u8f85)"},{"type":"\u72c2\u566c\uff08\u8f85\uff09","text":"\u72c2\u566c\uff08\u8f85\uff09"},{"type":"\u706b\u7130\u7a7f\u900f(\u8f85)","text":"\u706b\u7130\u7a7f\u900f(\u8f85)"},{"type":"\u706b\u7130\u7a7f\u900f\uff08\u5f3a\u8f85\uff09","text":"\u706b\u7130\u7a7f\u900f\uff08\u5f3a\u8f85\uff09"},{"type":"\u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09","text":"\u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09"},{"type":"\u711a\u6728\u70c8\u706b\uff08\u8f85\uff09","text":"\u711a\u6728\u70c8\u706b\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09","text":"\u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09"},{"type":"\u5206\u88c2(\u8f85)","text":"\u5206\u88c2(\u8f85)"},{"type":"\u5206\u88c2\uff08\u5f3a\u8f85\uff09","text":"\u5206\u88c2\uff08\u5f3a\u8f85\uff09"},{"type":"\u62a4\u4f53(\u8f85)","text":"\u62a4\u4f53(\u8f85)"},{"type":"\u971c\u54ac(\u8f85)","text":"\u971c\u54ac(\u8f85)"},{"type":"\u5145\u80fd\u9677\u9631\uff08\u8f85\uff09","text":"\u5145\u80fd\u9677\u9631\uff08\u8f85\uff09"},{"type":"\u9c9c\u8089\uff08\u8f85\uff09","text":"\u9c9c\u8089\uff08\u8f85\uff09"},{"type":"\u51b0\u51bd\u8fde\u63a5\uff08\u8f85\uff09","text":"\u51b0\u51bd\u8fde\u63a5\uff08\u8f85\uff09"},{"type":"\u548c\u5584(\u8f85)","text":"\u548c\u5584(\u8f85)"},{"type":"\u548c\u5584\uff08\u5f3a\u8f85\uff09","text":"\u548c\u5584\uff08\u5f3a\u8f85\uff09"},{"type":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04(\u8f85)","text":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04(\u8f85)"},{"type":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04\uff08\u5f3a\u8f85\uff09","text":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04\uff08\u5f3a\u8f85\uff09"},{"type":"\u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09","text":"\u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09"},{"type":"\u5b88\u536b\u795d\u798f\uff08\u8f85\uff09","text":"\u5b88\u536b\u795d\u798f\uff08\u8f85\uff09"},{"type":"\u91ca\u51fa\uff08\u8f85\uff09","text":"\u91ca\u51fa\uff08\u8f85\uff09"},{"type":"\u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09","text":"\u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09"},{"type":"\u9b54\u86ca\u7efd\u653e\u8f85\u52a9","text":"\u9b54\u86ca\u7efd\u653e\u8f85\u52a9"},{"type":"\u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09","text":"\u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u70b9\u71c3\u6269\u6563(\u8f85)","text":"\u70b9\u71c3\u6269\u6563(\u8f85)"},{"type":"\u732e\u796d(\u8f85)","text":"\u732e\u796d(\u8f85)"},{"type":"\u5c16\u523a\u6218\u6756","text":"\u5c16\u523a\u6218\u6756"},{"type":"\u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09","text":"\u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09"},{"type":"\u589e\u5927\u8303\u56f4(\u8f85)","text":"\u589e\u5927\u8303\u56f4(\u8f85)"},{"type":"\u589e\u5927\u8303\u56f4\uff08\u5f3a\u8f85\uff09","text":"\u589e\u5927\u8303\u56f4\uff08\u5f3a\u8f85\uff09"},{"type":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3(\u8f85)","text":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3(\u8f85)"},{"type":"\u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3(\u8f85)","text":"\u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3(\u8f85)"},{"type":"\u63d0\u9ad8\u66b4\u51fb\u51e0\u7387(\u8f85)","text":"\u63d0\u9ad8\u66b4\u51fb\u51e0\u7387(\u8f85)"},{"type":"\u6301\u7eed\u65f6\u95f4\u5ef6\u957f(\u8f85)","text":"\u6301\u7eed\u65f6\u95f4\u5ef6\u957f(\u8f85)"},{"type":"\u708e\u519b\uff08\u8f85\uff09","text":"\u708e\u519b\uff08\u8f85\uff09"},{"type":"\u94a2\u94c1\u4e4b\u63e1(\u8f85)","text":"\u94a2\u94c1\u4e4b\u63e1(\u8f85)"},{"type":"\u94a2\u94c1\u610f\u5fd7(\u8f85)","text":"\u94a2\u94c1\u610f\u5fd7(\u8f85)"},{"type":"\u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45(\u8f85)","text":"\u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45(\u8f85)"},{"type":"\u51fb\u9000(\u8f85)","text":"\u51fb\u9000(\u8f85)"},{"type":"\u4f4e\u9636\u591a\u91cd\u6295\u5c04(\u8f85)","text":"\u4f4e\u9636\u591a\u91cd\u6295\u5c04(\u8f85)"},{"type":"\u4f4e\u9636\u6bd2\u5316(\u8f85)","text":"\u4f4e\u9636\u6bd2\u5316(\u8f85)"},{"type":"\u51fb\u4e2d\u751f\u547d\u56de\u590d(\u8f85)","text":"\u51fb\u4e2d\u751f\u547d\u56de\u590d(\u8f85)"},{"type":"\u751f\u547d\u5077\u53d6(\u8f85)","text":"\u751f\u547d\u5077\u53d6(\u8f85)"},{"type":"\u8d64\u70bc\uff08\u8f85\uff09","text":"\u8d64\u70bc\uff08\u8f85\uff09"},{"type":"\u95ea\u7535\u7a7f\u900f(\u8f85)","text":"\u95ea\u7535\u7a7f\u900f(\u8f85)"},{"type":"\u95ea\u7535\u7a7f\u900f\uff08\u5f3a\u8f85\uff09","text":"\u95ea\u7535\u7a7f\u900f\uff08\u5f3a\u8f85\uff09"},{"type":"\u6838\u5fc3\u5730\u96f7\uff08\u8f85\uff09","text":"\u6838\u5fc3\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u762b\u75ea(\u8f85)","text":"\u762b\u75ea(\u8f85)"},{"type":"\u6cd5\u94f8\u7bad\u77e2\uff08\u8f85\uff09","text":"\u6cd5\u94f8\u7bad\u77e2\uff08\u8f85\uff09"},{"type":"\u9b54\u529b\u5077\u53d6(\u8f85)","text":"\u9b54\u529b\u5077\u53d6(\u8f85)"},{"type":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\uff08\u8f85\uff09","text":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\uff08\u8f85\uff09"},{"type":"\u8089\u76fe\uff08\u8f85\uff09","text":"\u8089\u76fe\uff08\u8f85\uff09"},{"type":"\u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09","text":"\u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09"},{"type":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3(\u8f85)","text":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3(\u8f85)"},{"type":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563(\u8f85)","text":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563(\u8f85)"},{"type":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563\uff08\u5f3a\u8f85\uff09","text":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563\uff08\u5f3a\u8f85\uff09"},{"type":"\u5730\u96f7\u7f51(\u8f85)","text":"\u5730\u96f7\u7f51(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3(\u8f85)","text":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u53ec\u5524\u751f\u7269\u751f\u547d(\u8f85)","text":"\u53ec\u5524\u751f\u7269\u751f\u547d(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u901f\u5ea6(\u8f85)","text":"\u53ec\u5524\u751f\u7269\u901f\u5ea6(\u8f85)"},{"type":"\u5e7b\u5f71\u5c04\u624b(\u8f85)","text":"\u5e7b\u5f71\u5c04\u624b(\u8f85)"},{"type":"\u65bd\u6cd5\u56de\u54cd(\u8f85)","text":"\u65bd\u6cd5\u56de\u54cd(\u8f85)"},{"type":"\u591a\u91cd\u6253\u51fb(\u8f85)","text":"\u591a\u91cd\u6253\u51fb(\u8f85)"},{"type":"\u591a\u91cd\u6253\u51fb\uff08\u5f3a\u8f85\uff09","text":"\u591a\u91cd\u6253\u51fb\uff08\u5f3a\u8f85\uff09"},{"type":"\u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09","text":"\u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u591a\u91cd\u9677\u9631(\u8f85)","text":"\u591a\u91cd\u9677\u9631(\u8f85)"},{"type":"\u591c\u5203\uff08\u8f85\uff09","text":"\u591c\u5203\uff08\u8f85\uff09"},{"type":"\u52a8\u91cf\uff08\u8f85\uff09","text":"\u52a8\u91cf\uff08\u8f85\uff09"},{"type":"\u95ea\u7535\u652f\u914d(\u8f85)","text":"\u95ea\u7535\u652f\u914d(\u8f85)"},{"type":"\u8fc7\u8f7d\uff08\u8f85\uff09","text":"\u8fc7\u8f7d\uff08\u8f85\uff09"},{"type":"\u9f50\u5c04(\u8f85)","text":"\u9f50\u5c04(\u8f85)"},{"type":"\u90aa\u6076\u6295\u63b7(\u8f85)","text":"\u90aa\u6076\u6295\u63b7(\u8f85)"},{"type":"\u7269\u7406\u8f6c\u95ea\u7535(\u8f85)","text":"\u7269\u7406\u8f6c\u95ea\u7535(\u8f85)"},{"type":"\u7a7f\u900f(\u8f85)","text":"\u7a7f\u900f(\u8f85)"},{"type":"\u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09","text":"\u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09"},{"type":"\u96f6\u70b9\u5c04\u51fb(\u8f85)","text":"\u96f6\u70b9\u5c04\u51fb(\u8f85)"},{"type":"\u6bd2\u5316(\u8f85)","text":"\u6bd2\u5316(\u8f85)"},{"type":"\u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403(\u8f85)","text":"\u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403(\u8f85)"},{"type":"\u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09","text":"\u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09"},{"type":"\u7c89\u788e\uff08\u8f85\uff09","text":"\u7c89\u788e\uff08\u8f85\uff09"},{"type":"\u6012\u706b\uff08\u8f85\uff09","text":"\u6012\u706b\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09","text":"\u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u6781\u901f\u8150\u5316(\u8f85)","text":"\u6781\u901f\u8150\u5316(\u8f85)"},{"type":"\u6301\u7eed\u65f6\u95f4\u7f29\u77ed(\u8f85)","text":"\u6301\u7eed\u65f6\u95f4\u7f29\u77ed(\u8f85)"},{"type":"\u542f\u8fea\uff08\u8f85\uff09","text":"\u542f\u8fea\uff08\u8f85\uff09"},{"type":"\u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09","text":"\u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u6295\u5c04\u7269\u5f52\u8fd4\uff08\u8f85\uff09","text":"\u6295\u5c04\u7269\u5f52\u8fd4\uff08\u8f85\uff09"},{"type":"\u65e0\u60c5(\u8f85)","text":"\u65e0\u60c5(\u8f85)"},{"type":"\u727a\u7272\uff08\u8f85\uff09","text":"\u727a\u7272\uff08\u8f85\uff09"},{"type":"\u51cc\u8650\uff08\u8f85\uff09","text":"\u51cc\u8650\uff08\u8f85\uff09"},{"type":"\u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09","text":"\u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09"},{"type":"\u9707\u6ce2\uff08\u8f85\uff09","text":"\u9707\u6ce2\uff08\u8f85\uff09"},{"type":"\u6295\u5c04\u7269\u51cf\u901f(\u8f85)","text":"\u6295\u5c04\u7269\u51cf\u901f(\u8f85)"},{"type":"\u788e\u5f71\u9b54\u5203\uff08\u8f85\uff09","text":"\u788e\u5f71\u9b54\u5203\uff08\u8f85\uff09"},{"type":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5(\u8f85)","text":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5(\u8f85)"},{"type":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5\uff08\u5f3a\u8f85\uff09","text":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5\uff08\u5f3a\u8f85\uff09"},{"type":"\u65bd\u6cd5\u56de\u54cd\uff08\u5f3a\u8f85\uff09","text":"\u65bd\u6cd5\u56de\u54cd\uff08\u5f3a\u8f85\uff09"},{"type":"\u6cd5\u672f\u56fe\u817e(\u8f85)","text":"\u6cd5\u672f\u56fe\u817e(\u8f85)"},{"type":"\u5148\u7956\u53ec\u5524(\u8f85)","text":"\u5148\u7956\u53ec\u5524(\u8f85)"},{"type":"\u704c\u80fd\u541f\u5531(\u8f85)","text":"\u704c\u80fd\u541f\u5531(\u8f85)"},{"type":"\u51fb\u6655(\u8f85)","text":"\u51fb\u6655(\u8f85)"},{"type":"\u5143\u7d20\u5927\u519b\uff08\u8f85\uff09","text":"\u5143\u7d20\u5927\u519b\uff08\u8f85\uff09"},{"type":"\u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09","text":"\u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09"},{"type":"\u6781\u901f\u8150\u5316\uff08\u5f3a\u8f85\uff09","text":"\u6781\u901f\u8150\u5316\uff08\u5f3a\u8f85\uff09"},{"type":"\u8fc5\u6574\uff08\u8f85\uff09","text":"\u8fc5\u6574\uff08\u8f85\uff09"},{"type":"\u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09","text":"\u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09"},{"type":"\u9677\u9631(\u8f85)","text":"\u9677\u9631(\u8f85)"},{"type":"\u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3(\u8f85)","text":"\u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3(\u8f85)"},{"type":"\u9677\u9631\u51b7\u5374(\u8f85)","text":"\u9677\u9631\u51b7\u5374(\u8f85)"},{"type":"\u5185\u4f24\uff08\u8f85\uff09","text":"\u5185\u4f24\uff08\u8f85\uff09"},{"type":"\u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09","text":"\u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09"},{"type":"\u5f02\u5e38\u7206\u53d1(\u8f85)","text":"\u5f02\u5e38\u7206\u53d1(\u8f85)"},{"type":"\u5f02\u5e38\u7206\u53d1\uff08\u5f3a\u8f85\uff09","text":"\u5f02\u5e38\u7206\u53d1\uff08\u5f3a\u8f85\uff09"},{"type":"\u91ca\u51fa\uff08\u5f3a\u8f85\uff09","text":"\u91ca\u51fa\uff08\u5f3a\u8f85\uff09"},{"type":"\u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09","text":"\u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09"},{"type":"\u90aa\u6076\u6295\u63b7\uff08\u5f3a\u8f85\uff09","text":"\u90aa\u6076\u6295\u63b7\uff08\u5f3a\u8f85\uff09"},{"type":"\u731b\u6bd2(\u8f85)","text":"\u731b\u6bd2(\u8f85)"},{"type":"\u865a\u7a7a\u64cd\u7eb5(\u8f85)","text":"\u865a\u7a7a\u64cd\u7eb5(\u8f85)"},{"type":"\u865a\u7a7a\u64cd\u7eb5\uff08\u5f3a\u8f85\uff09","text":"\u865a\u7a7a\u64cd\u7eb5\uff08\u5f3a\u8f85\uff09"},{"type":"\u65e0\u5e38\uff08\u8f85\uff09","text":"\u65e0\u5e38\uff08\u8f85\uff09"},{"type":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3(\u8f85)","text":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3(\u8f85)"},{"type":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","text":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09"},{"type":"\u70bc\u72f1\u6218\u543c","disc":"phantasmal","text":"\u9b45\u5f71 \u70bc\u72f1\u6218\u543c"},{"type":"\u5148\u7956\u6218\u58eb\u957f","disc":"phantasmal","text":"\u9b45\u5f71 \u5148\u7956\u6218\u58eb\u957f"},{"type":"\u5e7b\u5316\u6b66\u5668","disc":"phantasmal","text":"\u9b45\u5f71 \u5e7b\u5316\u6b66\u5668"},{"type":"\u7535\u5f27","disc":"phantasmal","text":"\u9b45\u5f71 \u7535\u5f27"},{"type":"\u5965\u6cd5\u70d9\u5370","disc":"phantasmal","text":"\u9b45\u5f71 \u5965\u6cd5\u70d9\u5370"},{"type":"\u7535\u5149\u5bd2\u971c","disc":"phantasmal","text":"\u9b45\u5f71 \u7535\u5149\u5bd2\u971c"},{"type":"\u5f39\u5e55","disc":"phantasmal","text":"\u9b45\u5f71 \u5f39\u5e55"},{"type":"\u6355\u718a\u9677\u9631","disc":"phantasmal","text":"\u9b45\u5f71 \u6355\u718a\u9677\u9631"},{"type":"\u4e71\u5251\u7a7f\u5fc3","disc":"phantasmal","text":"\u9b45\u5f71 \u4e71\u5251\u7a7f\u5fc3"},{"type":"\u5251\u5203\u98ce\u66b4","disc":"phantasmal","text":"\u9b45\u5f71 \u5251\u5203\u98ce\u66b4"},{"type":"\u98de\u5203\u98ce\u66b4","disc":"phantasmal","text":"\u9b45\u5f71 \u98de\u5203\u98ce\u66b4"},{"type":"\u7206\u88c2\u7bad\u96e8","disc":"phantasmal","text":"\u9b45\u5f71 \u7206\u88c2\u7bad\u96e8"},{"type":"\u95ea\u73b0\u5c04\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u95ea\u73b0\u5c04\u51fb"},{"type":"\u4eb5\u6e0e\u4e4b\u77db","disc":"phantasmal","text":"\u9b45\u5f71 \u4eb5\u6e0e\u4e4b\u77db"},{"type":"\u5288\u780d","disc":"phantasmal","text":"\u9b45\u5f71 \u5288\u780d"},{"type":"\u5949\u732e\u4e4b\u8def","disc":"phantasmal","text":"\u9b45\u5f71 \u5949\u732e\u4e4b\u8def"},{"type":"\u706b\u846c","disc":"phantasmal","text":"\u9b45\u5f71 \u706b\u846c"},{"type":"\u7075\u4f53\u8f6c\u6362","disc":"phantasmal","text":"\u9b45\u5f71 \u7075\u4f53\u8f6c\u6362"},{"type":"\u7535\u6b9b\u957f\u67aa","disc":"phantasmal","text":"\u9b45\u5f71 \u7535\u6b9b\u957f\u67aa"},{"type":"\u65cb\u98ce\u65a9","disc":"phantasmal","text":"\u9b45\u5f71 \u65cb\u98ce\u65a9"},{"type":"\u8bf1\u9975\u56fe\u817e","disc":"phantasmal","text":"\u9b45\u5f71 \u8bf1\u9975\u56fe\u817e"},{"type":"\u4eb5\u6e0e","disc":"phantasmal","text":"\u9b45\u5f71 \u4eb5\u6e0e"},{"type":"\u89e3\u653e","disc":"phantasmal","text":"\u9b45\u5f71 \u89e3\u653e"},{"type":"\u9738\u6c14\u4e4b\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u9738\u6c14\u4e4b\u51fb"},{"type":"\u53cc\u6301\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u53cc\u6301\u6253\u51fb"},{"type":"\u9707\u5730","disc":"phantasmal","text":"\u9b45\u5f71 \u9707\u5730"},{"type":"\u5c16\u523a\u6218\u543c","disc":"phantasmal","text":"\u9b45\u5f71 \u5c16\u523a\u6218\u543c"},{"type":"\u706b\u7403","disc":"phantasmal","text":"\u9b45\u5f71 \u706b\u7403"},{"type":"\u706b\u5c51\u5730\u96f7","disc":"phantasmal","text":"\u9b45\u5f71 \u706b\u5c51\u5730\u96f7"},{"type":"\u70c8\u7130\u7206\u7834","disc":"phantasmal","text":"\u9b45\u5f71 \u70c8\u7130\u7206\u7834"},{"type":"\u5723\u7130\u56fe\u817e","disc":"phantasmal","text":"\u9b45\u5f71 \u5723\u7130\u56fe\u817e"},{"type":"\u70c8\u7130\u4e4b\u5899","disc":"phantasmal","text":"\u9b45\u5f71 \u70c8\u7130\u4e4b\u5899"},{"type":"\u72c2\u6012","disc":"phantasmal","text":"\u9b45\u5f71 \u72c2\u6012"},{"type":"\u5bd2\u51b0\u5f39","disc":"phantasmal","text":"\u9b45\u5f71 \u5bd2\u51b0\u5f39"},{"type":"\u6f29\u6da1","disc":"phantasmal","text":"\u9b45\u5f71 \u6f29\u6da1"},{"type":"\u5bd2\u971c\u7206","disc":"phantasmal","text":"\u9b45\u5f71 \u5bd2\u971c\u7206"},{"type":"\u51b0\u971c\u62a4\u76fe","disc":"phantasmal","text":"\u9b45\u5f71 \u51b0\u971c\u62a4\u76fe"},{"type":"\u7535\u6d41\u573a","disc":"phantasmal","text":"\u9b45\u5f71 \u7535\u6d41\u573a"},{"type":"\u8fc5\u6377","disc":"phantasmal","text":"\u9b45\u5f71 \u8fc5\u6377"},{"type":"\u9b54\u86ca\u7206\u70b8","disc":"phantasmal","text":"\u9b45\u5f71 \u9b54\u86ca\u7206\u70b8"},{"type":"\u5bd2\u51b0\u51b2\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u5bd2\u51b0\u51b2\u51fb"},{"type":"\u51b0\u971c\u65b0\u661f","disc":"phantasmal","text":"\u9b45\u5f71 \u51b0\u971c\u65b0\u661f"},{"type":"\u8679\u5438\u9677\u9631","disc":"phantasmal","text":"\u9b45\u5f71 \u8679\u5438\u9677\u9631"},{"type":"\u51b0\u77db","disc":"phantasmal","text":"\u9b45\u5f71 \u51b0\u77db"},{"type":"\u70bc\u72f1\u4e4b\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u70bc\u72f1\u4e4b\u51fb"},{"type":"\u5a01\u5413\u6218\u543c","disc":"phantasmal","text":"\u9b45\u5f71 \u5a01\u5413\u6218\u543c"},{"type":"\u65ad\u91d1\u4e4b\u5203","disc":"phantasmal","text":"\u9b45\u5f71 \u65ad\u91d1\u4e4b\u5203"},{"type":"\u8dc3\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u8dc3\u51fb"},{"type":"\u95ea\u7535\u7bad\u77e2","disc":"phantasmal","text":"\u9b45\u5f71 \u95ea\u7535\u7bad\u77e2"},{"type":"\u95ea\u7535\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u95ea\u7535\u6253\u51fb"},{"type":"\u7535\u80fd\u91ca\u653e","disc":"phantasmal","text":"\u9b45\u5f71 \u7535\u80fd\u91ca\u653e"},{"type":"\u95ea\u7535\u4f20\u9001","disc":"phantasmal","text":"\u9b45\u5f71 \u95ea\u7535\u4f20\u9001"},{"type":"\u7194\u5ca9\u5954\u6d8c","disc":"phantasmal","text":"\u9b45\u5f71 \u7194\u5ca9\u5954\u6d8c"},{"type":"\u5148\u7956\u536b\u58eb","disc":"phantasmal","text":"\u9b45\u5f71 \u5148\u7956\u536b\u58eb"},{"type":"\u9b45\u5f71\u5c04\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u9b45\u5f71\u5c04\u51fb"},{"type":"\u7194\u5ca9\u4e4b\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u7194\u5ca9\u4e4b\u51fb"},{"type":"\u51ff\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u51ff\u51fb"},{"type":"\u81f4\u75ab\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u81f4\u75ab\u6253\u51fb"},{"type":"\u9707\u6ce2\u9677\u9631","disc":"phantasmal","text":"\u9b45\u5f71 \u9707\u6ce2\u9677\u9631"},{"type":"\u653e\u8840","disc":"phantasmal","text":"\u9b45\u5f71 \u653e\u8840"},{"type":"\u5b9a\u7f6a\u6ce2","disc":"phantasmal","text":"\u9b45\u5f71 \u5b9a\u7f6a\u6ce2"},{"type":"\u7bad\u96e8","disc":"phantasmal","text":"\u9b45\u5f71 \u7bad\u96e8"},{"type":"\u53ec\u5524\u7075\u4f53","disc":"phantasmal","text":"\u9b45\u5f71 \u53ec\u5524\u7075\u4f53"},{"type":"\u9b54\u536b\u590d\u82cf","disc":"phantasmal","text":"\u9b45\u5f71 \u9b54\u536b\u590d\u82cf"},{"type":"\u6fc0\u52b1\u6218\u543c","disc":"phantasmal","text":"\u9b45\u5f71 \u6fc0\u52b1\u6218\u543c"},{"type":"\u51b2\u51fb\u6ce2","disc":"phantasmal","text":"\u9b45\u5f71 \u51b2\u51fb\u6ce2"},{"type":"\u6e05\u7b97","disc":"phantasmal","text":"\u9b45\u5f71 \u6e05\u7b97"},{"type":"\u51c0\u5316\u70c8\u7130","disc":"phantasmal","text":"\u9b45\u5f71 \u51c0\u5316\u70c8\u7130"},{"type":"\u5929\u707e\u4e4b\u7bad","disc":"phantasmal","text":"\u9b45\u5f71 \u5929\u707e\u4e4b\u7bad"},{"type":"\u707c\u70ed\u8fde\u63a5","disc":"phantasmal","text":"\u9b45\u5f71 \u707c\u70ed\u8fde\u63a5"},{"type":"\u9707\u5730\u6218\u543c","disc":"phantasmal","text":"\u9b45\u5f71 \u9707\u5730\u6218\u543c"},{"type":"\u7834\u788e\u94c1\u5203","disc":"phantasmal","text":"\u9b45\u5f71 \u7834\u788e\u94c1\u5203"},{"type":"\u9707\u6ce2\u56fe\u817e","disc":"phantasmal","text":"\u9b45\u5f71 \u9707\u6ce2\u56fe\u817e"},{"type":"\u6563\u5c04\u5f29\u70ae","disc":"phantasmal","text":"\u9b45\u5f71 \u6563\u5c04\u5f29\u70ae"},{"type":"\u653b\u57ce\u70ae\u53f0","disc":"phantasmal","text":"\u9b45\u5f71 \u653b\u57ce\u70ae\u53f0"},{"type":"\u5a01\u80fd\u6cd5\u5370","disc":"phantasmal","text":"\u9b45\u5f71 \u5a01\u80fd\u6cd5\u5370"},{"type":"\u60e9\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u60e9\u51fb"},{"type":"\u88c2\u9b42\u672f","disc":"phantasmal","text":"\u9b45\u5f71 \u88c2\u9b42\u672f"},{"type":"\u7535\u7403","disc":"phantasmal","text":"\u9b45\u5f71 \u7535\u7403"},{"type":"\u5206\u88c2\u94a2\u5203","disc":"phantasmal","text":"\u9b45\u5f71 \u5206\u88c2\u94a2\u5203"},{"type":"\u5145\u80fd\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u5145\u80fd\u6253\u51fb"},{"type":"\u7f1a\u96f7\u4e4b\u7eb9","disc":"phantasmal","text":"\u9b45\u5f71 \u7f1a\u96f7\u4e4b\u7eb9"},{"type":"\u96f7\u66b4\u5730\u96f7","disc":"phantasmal","text":"\u9b45\u5f71 \u96f7\u66b4\u5730\u96f7"},{"type":"\u98ce\u66b4\u70d9\u5370","disc":"phantasmal","text":"\u9b45\u5f71 \u98ce\u66b4\u70d9\u5370"},{"type":"\u98ce\u66b4\u547c\u5524","disc":"phantasmal","text":"\u9b45\u5f71 \u98ce\u66b4\u547c\u5524"},{"type":"\u53ec\u5524\u6124\u6012\u72c2\u7075","disc":"phantasmal","text":"\u9b45\u5f71 \u53ec\u5524\u6124\u6012\u72c2\u7075"},{"type":"\u53ec\u5524\u9b54\u4f8d","disc":"phantasmal","text":"\u9b45\u5f71 \u53ec\u5524\u9b54\u4f8d"},{"type":"\u5927\u5730\u9707\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u5927\u5730\u9707\u51fb"},{"type":"\u6a2a\u626b","disc":"phantasmal","text":"\u9b45\u5f71 \u6a2a\u626b"},{"type":"\u7834\u91dc\u4e00\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u7834\u91dc\u4e00\u51fb"},{"type":"\u7075\u76fe\u6295\u63b7","disc":"phantasmal","text":"\u9b45\u5f71 \u7075\u76fe\u6295\u63b7"},{"type":"\u6bd2\u96e8","disc":"phantasmal","text":"\u9b45\u5f71 \u6bd2\u96e8"},{"type":"\u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f"},{"type":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668"},{"type":"\u74e6\u5c14\uff1a\u7535\u5f27","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u7535\u5f27"},{"type":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u5288\u780d","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u5288\u780d"},{"type":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u65cb\u98ce\u65a9"},{"type":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u9707\u5730","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u9707\u5730"},{"type":"\u74e6\u5c14\uff1a\u706b\u7403","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u706b\u7403"},{"type":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834"},{"type":"\u74e6\u5c14\uff1a\u8fc5\u6377","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u8fc5\u6377"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u7bad\u96e8","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u7bad\u96e8"},{"type":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2"},{"type":"\u74e6\u5c14\uff1a\u60e9\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u60e9\u51fb"},{"type":"\u74e6\u5c14\uff1a\u7535\u7403","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u7535\u7403"},{"type":"\u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524"},{"type":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","disc":"phantasmal","text":"\u9b45\u5f71 \u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d"},{"type":"\u590d\u4ec7","disc":"phantasmal","text":"\u9b45\u5f71 \u590d\u4ec7"},{"type":"\u6212\u5907\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u6212\u5907\u6253\u51fb"},{"type":"\u6bd2\u86c7\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u6bd2\u86c7\u6253\u51fb"},{"type":"\u865a\u7a7a\u6cd5\u7403","disc":"phantasmal","text":"\u9b45\u5f71 \u865a\u7a7a\u6cd5\u7403"},{"type":"\u91ce\u6027\u6253\u51fb","disc":"phantasmal","text":"\u9b45\u5f71 \u91ce\u6027\u6253\u51fb"},{"type":"\u5bd2\u51ac\u5b9d\u73e0","disc":"phantasmal","text":"\u9b45\u5f71 \u5bd2\u51ac\u5b9d\u73e0"},{"type":"\u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09","disc":"phantasmal","text":"\u9b45\u5f71 \u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09"},{"type":"\u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09","disc":"phantasmal","text":"\u9b45\u5f71 \u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09","disc":"phantasmal","text":"\u9b45\u5f71 \u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u8d66\u7f6a","disc":"divergent","text":"\u5206\u6b67 \u8d66\u7f6a"},{"type":"\u70bc\u72f1\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u70bc\u72f1\u6218\u543c"},{"type":"\u70bc\u91d1\u5e08\u5370\u8bb0","disc":"divergent","text":"\u5206\u6b67 \u70bc\u91d1\u5e08\u5370\u8bb0"},{"type":"\u4f0f\u51fb","disc":"divergent","text":"\u5206\u6b67 \u4f0f\u51fb"},{"type":"\u5148\u7956\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u5148\u7956\u6218\u543c"},{"type":"\u5148\u7956\u6218\u58eb\u957f","disc":"divergent","text":"\u5206\u6b67 \u5148\u7956\u6218\u58eb\u957f"},{"type":"\u6124\u6012","disc":"divergent","text":"\u5206\u6b67 \u6124\u6012"},{"type":"\u5e7b\u5316\u5b88\u536b","disc":"divergent","text":"\u5206\u6b67 \u5e7b\u5316\u5b88\u536b"},{"type":"\u5e7b\u5316\u6b66\u5668","disc":"alt_y","text":"\u8fdc\u7a0b\u4e4b\u5e7b\u5316\u6b66\u5668"},{"type":"\u5e7b\u5316\u6b66\u5668","disc":"divergent","text":"\u5206\u6b67 \u5e7b\u5316\u6b66\u5668"},{"type":"\u7535\u5f27","disc":"alt_y","text":"\u9707\u8361\u4e4b\u7535\u5f27"},{"type":"\u7535\u5f27","disc":"divergent","text":"\u5206\u6b67 \u7535\u5f27"},{"type":"\u5965\u672f\u6597\u7bf7","disc":"divergent","text":"\u5206\u6b67 \u5965\u672f\u6597\u7bf7"},{"type":"\u5965\u6cd5\u70d9\u5370","disc":"divergent","text":"\u5206\u6b67 \u5965\u6cd5\u70d9\u5370"},{"type":"\u6781\u5730\u88c5\u7532","disc":"divergent","text":"\u5206\u6b67 \u6781\u5730\u88c5\u7532"},{"type":"\u7535\u5149\u5bd2\u971c","disc":"divergent","text":"\u5206\u6b67 \u7535\u5149\u5bd2\u971c"},{"type":"\u672b\u65e5\u70d9\u5370","disc":"alt_y","text":"\u56de\u6eaf\u4e4b\u672b\u65e5\u70d9\u5370"},{"type":"\u672b\u65e5\u70d9\u5370","disc":"divergent","text":"\u5206\u6b67 \u672b\u65e5\u70d9\u5370"},{"type":"\u706b\u529b\u5f29\u70ae","disc":"divergent","text":"\u5206\u6b67 \u706b\u529b\u5f29\u70ae"},{"type":"\u5929\u96f7\u4e4b\u73e0","disc":"alt_y","text":"\u9759\u6ede\u4e4b\u5929\u96f7\u4e4b\u73e0"},{"type":"\u5929\u96f7\u4e4b\u73e0","disc":"divergent","text":"\u5206\u6b67 \u5929\u96f7\u4e4b\u73e0"},{"type":"\u5f39\u5e55","disc":"divergent","text":"\u5206\u6b67 \u5f39\u5e55"},{"type":"\u9b54\u6b66\u6218\u53f7","disc":"divergent","text":"\u5206\u6b67 \u9b54\u6b66\u6218\u53f7"},{"type":"\u6355\u718a\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u6355\u718a\u9677\u9631"},{"type":"\u76db\u6012","disc":"divergent","text":"\u5206\u6b67 \u76db\u6012"},{"type":"\u4e71\u5251\u7a7f\u5fc3","disc":"alt_y","text":"\u8f70\u5315\u4e4b\u4e71\u5251\u7a7f\u5fc3"},{"type":"\u4e71\u5251\u7a7f\u5fc3","disc":"divergent","text":"\u5206\u6b67 \u4e71\u5251\u7a7f\u5fc3"},{"type":"\u865a\u7a7a\u5200\u96e8","disc":"alt_y","text":"\u7a7f\u523a\u4e4b\u865a\u7a7a\u5200\u96e8"},{"type":"\u865a\u7a7a\u5200\u96e8","disc":"divergent","text":"\u5206\u6b67 \u865a\u7a7a\u5200\u96e8"},{"type":"\u5251\u5203\u98ce\u66b4","disc":"divergent","text":"\u5206\u6b67 \u5251\u5203\u98ce\u66b4"},{"type":"\u5251\u5203\u9677\u9631","disc":"alt_y","text":"\u88c2\u4f24\u4e4b\u5251\u5203\u9677\u9631"},{"type":"\u5251\u5203\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u5251\u5203\u9677\u9631"},{"type":"\u98de\u5203\u98ce\u66b4","disc":"divergent","text":"\u5206\u6b67 \u98de\u5203\u98ce\u66b4"},{"type":"\u7206\u88c2\u7bad\u96e8","disc":"divergent","text":"\u5206\u6b67 \u7206\u88c2\u7bad\u96e8"},{"type":"\u6012\u708e\u7a7f\u5fc3","disc":"divergent","text":"\u5206\u6b67 \u6012\u708e\u7a7f\u5fc3"},{"type":"\u67af\u840e","disc":"alt_y","text":"\u840e\u7f29\u4e4b\u67af\u840e"},{"type":"\u67af\u840e","disc":"divergent","text":"\u5206\u6b67 \u67af\u840e"},{"type":"\u95ea\u73b0\u5c04\u51fb","disc":"alt_y","text":"\u68f1\u5149\u590d\u5236\u4f53\u4e4b\u95ea\u73b0\u5c04\u51fb"},{"type":"\u95ea\u73b0\u5c04\u51fb","disc":"divergent","text":"\u5206\u6b67 \u95ea\u73b0\u5c04\u51fb"},{"type":"\u8840\u4e0e\u6c99","disc":"divergent","text":"\u5206\u6b67 \u8840\u4e0e\u6c99"},{"type":"\u72c2\u91ce\u6012\u706b","disc":"divergent","text":"\u5206\u6b67 \u72c2\u91ce\u6012\u706b"},{"type":"\u7edd\u547d\u4e4b\u9570","disc":"divergent","text":"\u5206\u6b67 \u7edd\u547d\u4e4b\u9570"},{"type":"\u4eb5\u6e0e\u4e4b\u77db","disc":"divergent","text":"\u5206\u6b67 \u4eb5\u6e0e\u4e4b\u77db"},{"type":"\u9ab8\u9aa8\u5949\u732e","disc":"divergent","text":"\u5206\u6b67 \u9ab8\u9aa8\u5949\u732e"},{"type":"\u4e03\u4f24\u7834","disc":"alt_y","text":"\u6467\u7ecf\u4e4b\u4e03\u4f24\u7834"},{"type":"\u4e03\u4f24\u7834","disc":"divergent","text":"\u5206\u6b67 \u4e03\u4f24\u7834"},{"type":"\u71c3\u70e7\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u71c3\u70e7\u7bad\u77e2"},{"type":"\u94a9\u94fe\u653b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u94a9\u94fe\u653b\u51fb"},{"type":"\u72d9\u51fb","disc":"divergent","text":"\u5206\u6b67 \u72d9\u51fb"},{"type":"\u5200\u5203\u4e71\u821e","disc":"divergent","text":"\u5206\u6b67 \u5200\u5203\u4e71\u821e"},{"type":"\u84c4\u529b\u75be\u98ce\u95ea","disc":"divergent","text":"\u5206\u6b67 \u84c4\u529b\u75be\u98ce\u95ea"},{"type":"\u6e05\u6670","disc":"divergent","text":"\u5206\u6b67 \u6e05\u6670"},{"type":"\u5288\u780d","disc":"divergent","text":"\u5206\u6b67 \u5288\u780d"},{"type":"\u6bd2\u86c7\u97ad\u51fb","disc":"divergent","text":"\u5206\u6b67 \u6bd2\u86c7\u97ad\u51fb"},{"type":"\u51b0\u971c\u51c0\u5316","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u51c0\u5316"},{"type":"\u971c\u66b4","disc":"divergent","text":"\u5206\u6b67 \u971c\u66b4"},{"type":"\u5bfc\u7535","disc":"divergent","text":"\u5206\u6b67 \u5bfc\u7535"},{"type":"\u5949\u732e\u4e4b\u8def","disc":"divergent","text":"\u5206\u6b67 \u5949\u732e\u4e4b\u8def"},{"type":"\u761f\u75ab","disc":"alt_y","text":"\u8f6c\u79fb\u4e4b\u761f\u75ab"},{"type":"\u761f\u75ab","disc":"divergent","text":"\u5206\u6b67 \u761f\u75ab"},{"type":"\u8ff7\u9b45\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u8ff7\u9b45\u9677\u9631"},{"type":"\u53f7\u53ec","disc":"divergent","text":"\u5206\u6b67 \u53f7\u53ec"},{"type":"\u706b\u846c","disc":"alt_y","text":"\u706b\u5c71\u4e4b\u706b\u846c"},{"type":"\u706b\u846c","disc":"divergent","text":"\u5206\u6b67 \u706b\u846c"},{"type":"\u7075\u4f53\u8f6c\u6362","disc":"divergent","text":"\u5206\u6b67 \u7075\u4f53\u8f6c\u6362"},{"type":"\u8150\u707c\u70ed\u761f","disc":"divergent","text":"\u5206\u6b67 \u8150\u707c\u70ed\u761f"},{"type":"\u7535\u6b9b\u957f\u67aa","disc":"alt_y","text":"\u74e6\u89e3\u4e4b\u7535\u6b9b\u957f\u67aa"},{"type":"\u7535\u6b9b\u957f\u67aa","disc":"divergent","text":"\u5206\u6b67 \u7535\u6b9b\u957f\u67aa"},{"type":"\u6697\u5f71\u5370\u8bb0","disc":"divergent","text":"\u5206\u6b67 \u6697\u5f71\u5370\u8bb0"},{"type":"\u65cb\u98ce\u65a9","disc":"divergent","text":"\u5206\u6b67 \u65cb\u98ce\u65a9"},{"type":"\u6028\u6bd2\u5149\u73af","disc":"divergent","text":"\u5206\u6b67 \u6028\u6bd2\u5149\u73af"},{"type":"\u6697\u591c\u8840\u5951","disc":"divergent","text":"\u5206\u6b67 \u6697\u591c\u8840\u5951"},{"type":"\u6df7\u6c8c\u4e4b\u6bd2","disc":"divergent","text":"\u5206\u6b67 \u6df7\u6c8c\u4e4b\u6bd2"},{"type":"\u51b2\u523a","disc":"divergent","text":"\u5206\u6b67 \u51b2\u523a"},{"type":"\u8bf1\u9975\u56fe\u817e","disc":"divergent","text":"\u5206\u6b67 \u8bf1\u9975\u56fe\u817e"},{"type":"\u6297\u4e89\u4e4b\u65d7","disc":"divergent","text":"\u5206\u6b67 \u6297\u4e89\u4e4b\u65d7"},{"type":"\u4eb5\u6e0e","disc":"divergent","text":"\u5206\u6b67 \u4eb5\u6e0e"},{"type":"\u6bc1\u706d\u7f81\u7eca","disc":"divergent","text":"\u5206\u6b67 \u6bc1\u706d\u7f81\u7eca"},{"type":"\u575a\u5b9a","disc":"divergent","text":"\u5206\u6b67 \u575a\u5b9a"},{"type":"\u7206\u7075\u672f","disc":"alt_y","text":"\u8fde\u9501\u4e4b\u7206\u7075\u672f"},{"type":"\u7206\u7075\u672f","disc":"divergent","text":"\u5206\u6b67 \u7206\u7075\u672f"},{"type":"\u541e\u566c\u56fe\u817e","disc":"divergent","text":"\u5206\u6b67 \u541e\u566c\u56fe\u817e"},{"type":"\u89e3\u653e","disc":"divergent","text":"\u5206\u6b67 \u89e3\u653e"},{"type":"\u7eaa\u5f8b","disc":"divergent","text":"\u5206\u6b67 \u7eaa\u5f8b"},{"type":"\u5723\u6028","disc":"alt_y","text":"\u74e6\u89e3\u4e4b\u5723\u6028"},{"type":"\u5723\u6028","disc":"divergent","text":"\u5206\u6b67 \u5723\u6028"},{"type":"\u9738\u6c14\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u9738\u6c14\u4e4b\u51fb"},{"type":"\u53cc\u91cd\u6253\u51fb","disc":"alt_y","text":"\u52a8\u91cf\u4e4b\u53cc\u91cd\u6253\u51fb"},{"type":"\u53cc\u91cd\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u53cc\u91cd\u6253\u51fb"},{"type":"\u6050\u6016\u4e4b\u65d7","disc":"divergent","text":"\u5206\u6b67 \u6050\u6016\u4e4b\u65d7"},{"type":"\u53cc\u6301\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u53cc\u6301\u6253\u51fb"},{"type":"\u9707\u5730","disc":"divergent","text":"\u5206\u6b67 \u9707\u5730"},{"type":"\u5c16\u523a\u6218\u543c","disc":"alt_y","text":"\u6d8c\u5347\u4e4b\u5c16\u523a\u6218\u543c"},{"type":"\u5c16\u523a\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u5c16\u523a\u6218\u543c"},{"type":"\u5143\u7d20\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u5143\u7d20\u6253\u51fb"},{"type":"\u5143\u7d20\u8981\u5bb3","disc":"divergent","text":"\u5206\u6b67 \u5143\u7d20\u8981\u5bb3"},{"type":"\u575a\u51b3\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u575a\u51b3\u6218\u543c"},{"type":"\u80fd\u91cf\u4e4b\u5203","disc":"divergent","text":"\u5206\u6b67 \u80fd\u91cf\u4e4b\u5203"},{"type":"\u8870\u5f31","disc":"divergent","text":"\u5206\u6b67 \u8870\u5f31"},{"type":"\u8bf1\u6355\u4e4b\u7bad","disc":"divergent","text":"\u5206\u6b67 \u8bf1\u6355\u4e4b\u7bad"},{"type":"\u7075\u9b42\u5438\u53d6","disc":"alt_y","text":"Essence Drain of Wickedness"},{"type":"\u7075\u9b42\u5438\u53d6","disc":"divergent","text":"\u5206\u6b67 \u7075\u9b42\u5438\u53d6"},{"type":"\u865a\u7a7a\u5315\u9996","disc":"alt_y","text":"\u72c2\u622e\u4e4b\u865a\u7a7a\u5315\u9996"},{"type":"\u865a\u7a7a\u5315\u9996","disc":"divergent","text":"\u5206\u6b67 \u865a\u7a7a\u5315\u9996"},{"type":"\u7206\u70b8\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u7206\u70b8\u7bad\u77e2"},{"type":"\u7206\u7834\u7075\u836f","disc":"divergent","text":"\u5206\u6b67 \u7206\u7834\u7075\u836f"},{"type":"\u8d64\u70bc\u9b54\u5149","disc":"divergent","text":"\u5206\u6b67 \u8d64\u70bc\u9b54\u5149"},{"type":"\u51db\u51ac\u4e4b\u773c","disc":"alt_y","text":"\u77ac\u606f\u4e4b\u51db\u51ac\u4e4b\u773c"},{"type":"\u51db\u51ac\u4e4b\u773c","disc":"divergent","text":"\u5206\u6b67 \u51db\u51ac\u4e4b\u773c"},{"type":"\u706b\u7403","disc":"divergent","text":"\u5206\u6b67 \u706b\u7403"},{"type":"\u707c\u70ed\u5149\u7ebf","disc":"divergent","text":"\u5206\u6b67 \u707c\u70ed\u5149\u7ebf"},{"type":"\u706b\u5c51\u5730\u96f7","disc":"divergent","text":"\u5206\u6b67 \u706b\u5c51\u5730\u96f7"},{"type":"\u706b\u7130\u51c0\u5316","disc":"divergent","text":"\u5206\u6b67 \u706b\u7130\u51c0\u5316"},{"type":"\u70c8\u708e\u98ce\u66b4","disc":"alt_y","text":"\u788e\u7130\u4e4b\u70c8\u708e\u98ce\u66b4"},{"type":"\u70c8\u708e\u98ce\u66b4","disc":"divergent","text":"\u5206\u6b67 \u70c8\u708e\u98ce\u66b4"},{"type":"\u706b\u7130\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u706b\u7130\u9677\u9631"},{"type":"\u70c8\u7130\u7206\u7834","disc":"alt_y","text":"\u805a\u706b\u4e4b\u70c8\u7130\u7206\u7834"},{"type":"\u70c8\u7130\u7206\u7834","disc":"divergent","text":"\u5206\u6b67 \u70c8\u7130\u7206\u7834"},{"type":"\u70c8\u7130\u51b2\u523a","disc":"alt_y","text":"\u5f52\u8fd4\u4e4b\u70c8\u7130\u51b2\u523a"},{"type":"\u70c8\u7130\u51b2\u523a","disc":"divergent","text":"\u5206\u6b67 \u70c8\u7130\u51b2\u523a"},{"type":"\u70c8\u708e\u7f81\u7eca","disc":"divergent","text":"\u5206\u6b67 \u70c8\u708e\u7f81\u7eca"},{"type":"\u63b7\u706b\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u63b7\u706b\u9677\u9631"},{"type":"\u5723\u7130\u56fe\u817e","disc":"divergent","text":"\u5206\u6b67 \u5723\u7130\u56fe\u817e"},{"type":"\u70c8\u7130\u4e4b\u5899","disc":"divergent","text":"\u5206\u6b67 \u70c8\u7130\u4e4b\u5899"},{"type":"\u6012\u7130\u5954\u817e","disc":"divergent","text":"\u5206\u6b67 \u6012\u7130\u5954\u817e"},{"type":"\u6613\u71c3","disc":"divergent","text":"\u5206\u6b67 \u6613\u71c3"},{"type":"\u8840\u8089\u4e0e\u5ca9\u77f3","disc":"divergent","text":"\u5206\u6b67 \u8840\u8089\u4e0e\u5ca9\u77f3"},{"type":"\u8840\u8089\u5949\u732e","disc":"divergent","text":"\u5206\u6b67 \u8840\u8089\u5949\u732e"},{"type":"\u95ea\u73b0\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u95ea\u73b0\u6253\u51fb"},{"type":"\u7981\u65ad\u5178\u4eea","disc":"divergent","text":"\u5206\u6b67 \u7981\u65ad\u5178\u4eea"},{"type":"\u51b0\u9525\u5730\u96f7","disc":"alt_y","text":"\u7834\u574f\u4e4b\u51b0\u9525\u5730\u96f7"},{"type":"\u51b0\u9525\u5730\u96f7","disc":"divergent","text":"\u5206\u6b67 \u51b0\u9525\u5730\u96f7"},{"type":"\u51b0\u971c\u8109\u51b2","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u8109\u51b2"},{"type":"\u72c2\u6012","disc":"divergent","text":"\u5206\u6b67 \u72c2\u6012"},{"type":"\u51bb\u4f24","disc":"divergent","text":"\u5206\u6b67 \u51bb\u4f24"},{"type":"\u51b0\u971c\u4e4b\u5203","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u4e4b\u5203"},{"type":"\u51b0\u971c\u95ea\u73b0","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u95ea\u73b0"},{"type":"\u5bd2\u51b0\u5f39","disc":"divergent","text":"\u5206\u6b67 \u5bd2\u51b0\u5f39"},{"type":"\u6f29\u6da1","disc":"divergent","text":"\u5206\u6b67 \u6f29\u6da1"},{"type":"\u5bd2\u971c\u7206","disc":"alt_y","text":"\u5ef6\u65f6\u4e4b\u5bd2\u971c\u7206"},{"type":"\u5bd2\u971c\u7206","disc":"divergent","text":"\u5206\u6b67 \u5bd2\u971c\u7206"},{"type":"\u51b0\u971c\u62a4\u76fe","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u62a4\u76fe"},{"type":"\u51b0\u5899","disc":"divergent","text":"\u5206\u6b67 \u51b0\u5899"},{"type":"\u51b0\u5c01\u519b\u56e2","disc":"divergent","text":"\u5206\u6b67 \u51b0\u5c01\u519b\u56e2"},{"type":"\u7535\u6d41\u573a","disc":"divergent","text":"\u5206\u6b67 \u7535\u6d41\u573a"},{"type":"\u5c06\u519b\u4e4b\u543c","disc":"divergent","text":"\u5206\u6b67 \u5c06\u519b\u4e4b\u543c"},{"type":"\u51b0\u5ddd\u4e4b\u523a","disc":"divergent","text":"\u5206\u6b67 \u51b0\u5ddd\u4e4b\u523a"},{"type":"\u51b0\u971c\u4e4b\u9524","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u4e4b\u9524"},{"type":"\u4f18\u96c5","disc":"divergent","text":"\u5206\u6b67 \u4f18\u96c5"},{"type":"\u88c2\u5730\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u88c2\u5730\u4e4b\u51fb"},{"type":"\u8fc5\u6377","disc":"divergent","text":"\u5206\u6b67 \u8fc5\u6377"},{"type":"\u618e\u6068","disc":"divergent","text":"\u5206\u6b67 \u618e\u6068"},{"type":"\u91cd\u51fb","disc":"divergent","text":"\u5206\u6b67 \u91cd\u51fb"},{"type":"\u82e6\u75db\u4e4b\u6377","disc":"divergent","text":"\u5206\u6b67 \u82e6\u75db\u4e4b\u6377"},{"type":"\u7070\u70ec\u4e4b\u6377","disc":"divergent","text":"\u5206\u6b67 \u7070\u70ec\u4e4b\u6377"},{"type":"\u5bd2\u51b0\u4e4b\u6377","disc":"divergent","text":"\u5206\u6b67 \u5bd2\u51b0\u4e4b\u6377"},{"type":"\u7eaf\u51c0\u4e4b\u6377","disc":"divergent","text":"\u5206\u6b67 \u7eaf\u51c0\u4e4b\u6377"},{"type":"\u95ea\u7535\u4e4b\u6377","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u4e4b\u6377"},{"type":"\u9b54\u86ca\u7206\u70b8","disc":"alt_y","text":"\u6d69\u52ab\u4e4b\u9b54\u86ca\u7206\u70b8"},{"type":"\u9b54\u86ca\u7206\u70b8","disc":"divergent","text":"\u5206\u6b67 \u9b54\u86ca\u7206\u70b8"},{"type":"\u6c34\u6e90\u6cd5\u7403","disc":"divergent","text":"\u5206\u6b67 \u6c34\u6e90\u6cd5\u7403"},{"type":"\u5bd2\u51b0\u51b2\u51fb","disc":"divergent","text":"\u5206\u6b67 \u5bd2\u51b0\u51b2\u51fb"},{"type":"\u51b0\u971c\u65b0\u661f","disc":"alt_y","text":"\u6df1\u5bd2\u4e4b\u51b0\u971c\u65b0\u661f"},{"type":"\u51b0\u971c\u65b0\u661f","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u65b0\u661f"},{"type":"\u51b0\u971c\u5c04\u51fb","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u5c04\u51fb"},{"type":"\u8679\u5438\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u8679\u5438\u9677\u9631"},{"type":"\u51b0\u77db","disc":"divergent","text":"\u5206\u6b67 \u51b0\u77db"},{"type":"\u51b0\u51bb\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u51b0\u51bb\u9677\u9631"},{"type":"\u4e0d\u673d\u6012\u568e","disc":"divergent","text":"\u5206\u6b67 \u4e0d\u673d\u6012\u568e"},{"type":"\u70e7\u6bc1","disc":"divergent","text":"\u5206\u6b67 \u70e7\u6bc1"},{"type":"\u70bc\u72f1\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u70bc\u72f1\u4e4b\u51fb"},{"type":"\u5a01\u5413\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u5a01\u5413\u6218\u543c"},{"type":"\u76f4\u89c9\u7f81\u7eca","disc":"divergent","text":"\u5206\u6b67 \u76f4\u89c9\u7f81\u7eca"},{"type":"\u529b\u91cf\u7206\u7834","disc":"divergent","text":"\u5206\u6b67 \u529b\u91cf\u7206\u7834"},{"type":"\u5ff5\u52a8\u98de\u7bad","disc":"divergent","text":"\u5206\u6b67 \u5ff5\u52a8\u98de\u7bad"},{"type":"\u7834\u7a7a\u65a9","disc":"alt_y","text":"Lacerate of Haemorrhage"},{"type":"\u7834\u7a7a\u65a9","disc":"divergent","text":"\u5206\u6b67 \u7834\u7a7a\u65a9"},{"type":"\u65ad\u91d1\u4e4b\u5203","disc":"divergent","text":"\u5206\u6b67 \u65ad\u91d1\u4e4b\u5203"},{"type":"\u8dc3\u51fb","disc":"divergent","text":"\u5206\u6b67 \u8dc3\u51fb"},{"type":"\u95ea\u7535\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u7bad\u77e2"},{"type":"\u95ea\u7535\u901a\u9053","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u901a\u9053"},{"type":"\u95ea\u7535\u51c0\u5316","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u51c0\u5316"},{"type":"\u95ea\u7535\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u6253\u51fb"},{"type":"\u7535\u80fd\u91ca\u653e","disc":"alt_y","text":"\u589e\u5e45\u4e4b\u7535\u80fd\u91ca\u653e"},{"type":"\u7535\u80fd\u91ca\u653e","disc":"divergent","text":"\u5206\u6b67 \u7535\u80fd\u91ca\u653e"},{"type":"\u7535\u5854\u9677\u9631","disc":"alt_y","text":"\u8d85\u8f7d\u4e4b\u7535\u5854\u9677\u9631"},{"type":"\u7535\u5854\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u7535\u5854\u9677\u9631"},{"type":"\u95ea\u7535\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u9677\u9631"},{"type":"\u95ea\u7535\u4f20\u9001","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u4f20\u9001"},{"type":"\u7194\u5ca9\u5954\u6d8c","disc":"divergent","text":"\u5206\u6b67 \u7194\u5ca9\u5954\u6d8c"},{"type":"\u7f1a\u9b54\u7535\u6b9b","disc":"divergent","text":"\u5206\u6b67 \u7f1a\u9b54\u7535\u6b9b"},{"type":"\u5148\u7956\u536b\u58eb","disc":"divergent","text":"\u5206\u6b67 \u5148\u7956\u536b\u58eb"},{"type":"\u9b45\u5f71\u5c04\u51fb","disc":"alt_y","text":"\u68f1\u5149\u590d\u5236\u4f53\u4e4b\u9b45\u5f71\u5c04\u51fb"},{"type":"\u9b45\u5f71\u5c04\u51fb","disc":"divergent","text":"\u5206\u6b67 \u9b45\u5f71\u5c04\u51fb"},{"type":"\u7194\u5ca9\u62a4\u76fe","disc":"divergent","text":"\u5206\u6b67 \u7194\u5ca9\u62a4\u76fe"},{"type":"\u7194\u5ca9\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u7194\u5ca9\u4e4b\u51fb"},{"type":"\u8106\u5f31","disc":"divergent","text":"\u5206\u6b67 \u8106\u5f31"},{"type":"\u98ce\u66b4\u6f29\u6da1","disc":"divergent","text":"\u5206\u6b67 \u98ce\u66b4\u6f29\u6da1"},{"type":"\u5fcf\u6094\u70d9\u5370","disc":"alt_y","text":"Penance Brand of Conduction"},{"type":"\u5fcf\u6094\u70d9\u5370","disc":"divergent","text":"\u5206\u6b67 \u5fcf\u6094\u70d9\u5370"},{"type":"\u51ff\u51fb","disc":"alt_y","text":"Perforate of Bloodshed"},{"type":"\u51ff\u51fb","disc":"divergent","text":"\u5206\u6b67 \u51ff\u51fb"},{"type":"\u81f4\u75ab\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u81f4\u75ab\u6253\u51fb"},{"type":"\u8d64\u8840\u51dd\u7ed3","disc":"divergent","text":"\u5206\u6b67 \u8d64\u8840\u51dd\u7ed3"},{"type":"\u6697\u5f71\u8ff7\u8e2a","disc":"divergent","text":"\u5206\u6b67 \u6697\u5f71\u8ff7\u8e2a"},{"type":"\u9707\u6ce2\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u9707\u6ce2\u9677\u9631"},{"type":"\u761f\u75ab\u4f7f\u5f92","disc":"divergent","text":"\u5206\u6b67 \u761f\u75ab\u4f7f\u5f92"},{"type":"\u76d7\u730e\u8005\u5370\u8bb0","disc":"divergent","text":"\u5206\u6b67 \u76d7\u730e\u8005\u5370\u8bb0"},{"type":"\u8150\u8680\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u8150\u8680\u7bad\u77e2"},{"type":"\u6bd2\u7206\u7075\u836f","disc":"divergent","text":"\u5206\u6b67 \u6bd2\u7206\u7075\u836f"},{"type":"\u529b\u91cf\u62bd\u53d6","disc":"divergent","text":"\u5206\u6b67 \u529b\u91cf\u62bd\u53d6"},{"type":"\u7cbe\u51c6","disc":"divergent","text":"\u5206\u6b67 \u7cbe\u51c6"},{"type":"\u5c0a\u4e25","disc":"divergent","text":"\u5206\u6b67 \u5c0a\u4e25"},{"type":"\u72d9\u51fb\u5370\u8bb0","disc":"divergent","text":"\u5206\u6b67 \u72d9\u51fb\u5370\u8bb0"},{"type":"\u9632\u5fa1\u7f81\u7eca","disc":"divergent","text":"\u5206\u6b67 \u9632\u5fa1\u7f81\u7eca"},{"type":"\u653e\u8840","disc":"divergent","text":"\u5206\u6b67 \u653e\u8840"},{"type":"\u60e9\u6212","disc":"divergent","text":"\u5206\u6b67 \u60e9\u6212"},{"type":"\u5b9a\u7f6a\u6ce2","disc":"divergent","text":"\u5206\u6b67 \u5b9a\u7f6a\u6ce2"},{"type":"\u5143\u7d20\u51c0\u5316","disc":"divergent","text":"\u5206\u6b67 \u5143\u7d20\u51c0\u5316"},{"type":"\u6012\u706b\u6f29\u6da1","disc":"divergent","text":"\u5206\u6b67 \u6012\u706b\u6f29\u6da1"},{"type":"\u7bad\u96e8","disc":"alt_y","text":"Rain of Arrows of Saturation"},{"type":"\u7bad\u96e8","disc":"divergent","text":"\u5206\u6b67 \u7bad\u96e8"},{"type":"\u53ec\u5524\u7075\u4f53","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u7075\u4f53"},{"type":"\u9b54\u536b\u590d\u82cf","disc":"alt_y","text":"\u6b92\u547d\u4e4b\u9b54\u536b\u590d\u82cf"},{"type":"\u9b54\u536b\u590d\u82cf","disc":"divergent","text":"\u5206\u6b67 \u9b54\u536b\u590d\u82cf"},{"type":"\u6fc0\u52b1\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u6fc0\u52b1\u6218\u543c"},{"type":"\u51b2\u51fb\u6ce2","disc":"divergent","text":"\u5206\u6b67 \u51b2\u51fb\u6ce2"},{"type":"\u6e05\u7b97","disc":"divergent","text":"\u5206\u6b67 \u6e05\u7b97"},{"type":"\u56de\u6625\u56fe\u817e","disc":"divergent","text":"\u5206\u6b67 \u56de\u6625\u56fe\u817e"},{"type":"\u6b63\u4e49\u4e4b\u706b","disc":"divergent","text":"\u5206\u6b67 \u6b63\u4e49\u4e4b\u706b"},{"type":"\u51fb\u5203","disc":"divergent","text":"\u5206\u6b67 \u51fb\u5203"},{"type":"\u51c0\u5316\u70c8\u7130","disc":"divergent","text":"\u5206\u6b67 \u51c0\u5316\u70c8\u7130"},{"type":"\u5929\u707e\u4e4b\u7bad","disc":"divergent","text":"\u5206\u6b67 \u5929\u707e\u4e4b\u7bad"},{"type":"\u707c\u70ed\u8fde\u63a5","disc":"divergent","text":"\u5206\u6b67 \u707c\u70ed\u8fde\u63a5"},{"type":"\u9707\u5730\u6218\u543c","disc":"divergent","text":"\u5206\u6b67 \u9707\u5730\u6218\u543c"},{"type":"\u7834\u788e\u94c1\u5203","disc":"divergent","text":"\u5206\u6b67 \u7834\u788e\u94c1\u5203"},{"type":"\u91cd\u76fe\u51b2\u950b","disc":"divergent","text":"\u5206\u6b67 \u91cd\u76fe\u51b2\u950b"},{"type":"\u76fe\u724c\u78be\u538b","disc":"divergent","text":"\u5206\u6b67 \u76fe\u724c\u78be\u538b"},{"type":"\u95ea\u7535\u65b0\u661f","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u65b0\u661f"},{"type":"\u9707\u6ce2\u56fe\u817e","disc":"divergent","text":"\u5206\u6b67 \u9707\u6ce2\u56fe\u817e"},{"type":"\u6563\u5c04\u5f29\u70ae","disc":"divergent","text":"\u5206\u6b67 \u6563\u5c04\u5f29\u70ae"},{"type":"\u7535\u5149\u7bad","disc":"alt_y","text":"Galvanic Arrow of Surging"},{"type":"\u7535\u5149\u7bad","disc":"divergent","text":"\u5206\u6b67 \u7535\u5149\u7bad"},{"type":"\u7206\u70b8\u9677\u9631","disc":"alt_y","text":"\u5267\u70c8\u4e4b\u7206\u70b8\u9677\u9631"},{"type":"\u7206\u70b8\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u7206\u70b8\u9677\u9631"},{"type":"\u653b\u57ce\u70ae\u53f0","disc":"divergent","text":"\u5206\u6b67 \u653b\u57ce\u70ae\u53f0"},{"type":"\u5a01\u80fd\u6cd5\u5370","disc":"divergent","text":"\u5206\u6b67 \u5a01\u80fd\u6cd5\u5370"},{"type":"\u60e9\u51fb","disc":"divergent","text":"\u5206\u6b67 \u60e9\u51fb"},{"type":"\u70df\u96fe\u5730\u96f7","disc":"divergent","text":"\u5206\u6b67 \u70df\u96fe\u5730\u96f7"},{"type":"\u7075\u9b42\u7f81\u7eca","disc":"divergent","text":"\u5206\u6b67 \u7075\u9b42\u7f81\u7eca"},{"type":"\u88c2\u9b42\u672f","disc":"alt_y","text":"\u87ba\u65cb\u4e4b\u88c2\u9b42\u672f"},{"type":"\u88c2\u9b42\u672f","disc":"divergent","text":"\u5206\u6b67 \u88c2\u9b42\u672f"},{"type":"\u7535\u7403","disc":"alt_y","text":"\u65e0\u5e38\u4e4b\u7535\u7403"},{"type":"\u7535\u7403","disc":"divergent","text":"\u5206\u6b67 \u7535\u7403"},{"type":"\u7075\u5e7b\u65cb\u65a9","disc":"divergent","text":"\u5206\u6b67 \u7075\u5e7b\u65cb\u65a9"},{"type":"\u594b\u9510\u5149\u73af","disc":"divergent","text":"\u5206\u6b67 \u594b\u9510\u5149\u73af"},{"type":"\u6cd5\u672f\u8282\u9b54","disc":"divergent","text":"\u5206\u6b67 \u6cd5\u672f\u8282\u9b54"},{"type":"\u7075\u9b42\u5949\u732e","disc":"divergent","text":"\u5206\u6b67 \u7075\u9b42\u5949\u732e"},{"type":"\u5206\u88c2\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u5206\u88c2\u7bad\u77e2"},{"type":"\u5206\u88c2\u94a2\u5203","disc":"divergent","text":"\u5206\u6b67 \u5206\u88c2\u94a2\u5203"},{"type":"\u5145\u80fd\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u5145\u80fd\u6253\u51fb"},{"type":"\u94a2\u94c1\u4e4b\u80a4","disc":"divergent","text":"\u5206\u6b67 \u94a2\u94c1\u4e4b\u80a4"},{"type":"\u7f1a\u96f7\u4e4b\u7eb9","disc":"divergent","text":"\u5206\u6b67 \u7f1a\u96f7\u4e4b\u7eb9"},{"type":"\u96f7\u66b4\u5730\u96f7","disc":"divergent","text":"\u5206\u6b67 \u96f7\u66b4\u5730\u96f7"},{"type":"\u98ce\u66b4\u70d9\u5370","disc":"divergent","text":"\u5206\u6b67 \u98ce\u66b4\u70d9\u5370"},{"type":"\u88c2\u98ce\u96f7\u7403","disc":"divergent","text":"\u5206\u6b67 \u88c2\u98ce\u96f7\u7403"},{"type":"\u98ce\u66b4\u547c\u5524","disc":"divergent","text":"\u5206\u6b67 \u98ce\u66b4\u547c\u5524"},{"type":"\u66b4\u96e8\u7bad","disc":"alt_y","text":"\u6805\u7bf1\u4e4b\u66b4\u96e8\u7bad"},{"type":"\u66b4\u96e8\u7bad","disc":"divergent","text":"\u5206\u6b67 \u66b4\u96e8\u7bad"},{"type":"\u53ec\u5524\u8150\u5316\u9b54\u50cf","disc":"alt_y","text":"Summon Carrion Golem of Scavenging"},{"type":"\u53ec\u5524\u8150\u5316\u9b54\u50cf","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u8150\u5316\u9b54\u50cf"},{"type":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","disc":"alt_y","text":"\u6df7\u6e0a\u4e4b\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf"},{"type":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u6df7\u6c8c\u9b54\u50cf"},{"type":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf","disc":"alt_y","text":"\u9668\u661f\u4e4b\u53ec\u5524\u70c8\u7130\u9b54\u50cf"},{"type":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u70c8\u7130\u9b54\u50cf"},{"type":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","disc":"alt_y","text":"\u788e\u51b0\u4e4b\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf"},{"type":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u5bd2\u51b0\u9b54\u50cf"},{"type":"\u53ec\u5524\u95ea\u7535\u9b54\u50cf","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u95ea\u7535\u9b54\u50cf"},{"type":"\u53ec\u5524\u6124\u6012\u72c2\u7075","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u6124\u6012\u72c2\u7075"},{"type":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","disc":"alt_y","text":"\u88c2\u9aa8\u4e4b\u53ec\u5524\u8ffd\u547d\u6b7b\u7075"},{"type":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u8ffd\u547d\u6b7b\u7075"},{"type":"\u53ec\u5524\u5723\u7269","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u5723\u7269"},{"type":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","disc":"alt_y","text":"Summon Stone Golem of Safeguarding"},{"type":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u5de8\u77f3\u9b54\u50cf"},{"type":"\u53ec\u5524\u9b54\u4f8d","disc":"alt_y","text":"\u6cd5\u5e08\u4e4b\u53ec\u5524\u9b54\u4f8d"},{"type":"\u53ec\u5524\u9b54\u4f8d","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u9b54\u4f8d"},{"type":"\u53ec\u5524\u98de\u63a0\u8005","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u98de\u63a0\u8005"},{"type":"\u5927\u5730\u9707\u51fb","disc":"divergent","text":"\u5206\u6b67 \u5927\u5730\u9707\u51fb"},{"type":"\u6a2a\u626b","disc":"divergent","text":"\u5206\u6b67 \u6a2a\u626b"},{"type":"\u7834\u91dc\u4e00\u51fb","disc":"divergent","text":"\u5206\u6b67 \u7834\u91dc\u4e00\u51fb"},{"type":"\u66b4\u98ce\u4e4b\u76fe","disc":"divergent","text":"\u5206\u6b67 \u66b4\u98ce\u4e4b\u76fe"},{"type":"\u65f6\u7a7a\u9501\u94fe","disc":"divergent","text":"\u5206\u6b67 \u65f6\u7a7a\u9501\u94fe"},{"type":"\u65f6\u7a7a\u88c2\u9699","disc":"divergent","text":"\u5206\u6b67 \u65f6\u7a7a\u88c2\u9699"},{"type":"\u7075\u76fe\u6295\u63b7","disc":"divergent","text":"\u5206\u6b67 \u7075\u76fe\u6295\u63b7"},{"type":"\u7075\u4f53\u6295\u63b7","disc":"divergent","text":"\u5206\u6b67 \u7075\u4f53\u6295\u63b7"},{"type":"\u9f99\u5377\u65cb\u98ce","disc":"divergent","text":"\u5206\u6b67 \u9f99\u5377\u65cb\u98ce"},{"type":"\u9f99\u5377\u5c04\u51fb","disc":"divergent","text":"\u5206\u6b67 \u9f99\u5377\u5c04\u51fb"},{"type":"\u6bd2\u96e8","disc":"alt_y","text":"\u51cb\u96f6\u4e4b\u6bd2\u96e8"},{"type":"\u6bd2\u96e8","disc":"divergent","text":"\u5206\u6b67 \u6bd2\u96e8"},{"type":"\u74e6\u5c14\uff1a\u8d66\u7f6a","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u8d66\u7f6a"},{"type":"\u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f"},{"type":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668 (\u8fdc\u7a0b\u4e4b\u5e7b\u5316\u6b66\u5668)"},{"type":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668"},{"type":"\u74e6\u5c14\uff1a\u7535\u5f27","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u7535\u5f27 (\u9707\u8361\u4e4b\u7535\u5f27)"},{"type":"\u74e6\u5c14\uff1a\u7535\u5f27","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7535\u5f27"},{"type":"\u74e6\u5c14\uff1a\u6781\u5730\u88c5\u7532","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u6781\u5730\u88c5\u7532"},{"type":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u67af\u840e","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u67af\u840e (\u840e\u7f29\u4e4b\u67af\u840e)"},{"type":"\u74e6\u5c14\uff1a\u67af\u840e","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u67af\u840e"},{"type":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e"},{"type":"\u74e6\u5c14\uff1a\u6e05\u6670","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u6e05\u6670"},{"type":"\u74e6\u5c14\uff1a\u5288\u780d","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u5288\u780d"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0"},{"type":"\u74e6\u5c14\uff1a\u971c\u66b4","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u971c\u66b4"},{"type":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u65cb\u98ce\u65a9"},{"type":"\u74e6\u5c14\uff1a\u7206\u7075\u672f","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u7206\u7075\u672f (\u8fde\u9501\u4e4b\u7206\u7075\u672f)"},{"type":"\u74e6\u5c14\uff1a\u7206\u7075\u672f","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7206\u7075\u672f"},{"type":"\u74e6\u5c14\uff1a\u7eaa\u5f8b","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7eaa\u5f8b"},{"type":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb (\u52a8\u91cf\u4e4b\u53cc\u91cd\u6253\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u9707\u5730","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u9707\u5730"},{"type":"\u74e6\u5c14\uff1a\u706b\u7403","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u706b\u7403"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b"},{"type":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4 (\u788e\u7130\u4e4b\u70c8\u708e\u98ce\u66b4)"},{"type":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834 (\u805a\u706b\u4e4b\u70c8\u7130\u7206\u7834)"},{"type":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834"},{"type":"\u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524"},{"type":"\u74e6\u5c14\uff1a\u4f18\u96c5","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u4f18\u96c5"},{"type":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u8fc5\u6377","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u8fc5\u6377"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f (\u6df1\u5bd2\u4e4b\u51b0\u971c\u65b0\u661f)"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u5c04\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u51b0\u971c\u5c04\u51fb"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6"},{"type":"\u74e6\u5c14\uff1a\u7bad\u96e8","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u7bad\u96e8 (Rain of Arrows of Saturation)"},{"type":"\u74e6\u5c14\uff1a\u7bad\u96e8","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7bad\u96e8"},{"type":"\u74e6\u5c14\uff1a\u7edd\u547d\u4e4b\u9570","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7edd\u547d\u4e4b\u9570"},{"type":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2"},{"type":"\u74e6\u5c14\uff1a\u56de\u6625\u56fe\u817e","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u56de\u6625\u56fe\u817e"},{"type":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b"},{"type":"\u74e6\u5c14\uff1a\u60e9\u51fb","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u60e9\u51fb"},{"type":"\u74e6\u5c14\uff1a\u7535\u7403","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u7535\u7403 (\u65e0\u5e38\u4e4b\u7535\u7403)"},{"type":"\u74e6\u5c14\uff1a\u7535\u7403","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7535\u7403"},{"type":"\u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524"},{"type":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","disc":"alt_y","text":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d (\u6cd5\u5e08\u4e4b\u53ec\u5524\u9b54\u4f8d)"},{"type":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d"},{"type":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7"},{"type":"\u74e6\u5c14\uff1a\u5267\u6bd2\u65cb\u98ce","disc":"divergent","text":"\u5206\u6b67 \u74e6\u5c14\uff1a\u5267\u6bd2\u65cb\u98ce"},{"type":"\u8840\u7075\u7f81\u7eca","disc":"divergent","text":"\u5206\u6b67 \u8840\u7075\u7f81\u7eca"},{"type":"\u590d\u4ec7","disc":"divergent","text":"\u5206\u6b67 \u590d\u4ec7"},{"type":"\u5267\u6bd2\u65cb\u98ce","disc":"divergent","text":"\u5206\u6b67 \u5267\u6bd2\u65cb\u98ce"},{"type":"\u6212\u5907\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u6212\u5907\u6253\u51fb"},{"type":"\u6bd2\u86c7\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u6bd2\u86c7\u6253\u51fb"},{"type":"\u6d3b\u529b","disc":"divergent","text":"\u5206\u6b67 \u6d3b\u529b"},{"type":"\u865a\u7a7a\u6cd5\u7403","disc":"divergent","text":"\u5206\u6b67 \u865a\u7a7a\u6cd5\u7403"},{"type":"\u7075\u4f53\u706b\u7403","disc":"alt_y","text":"Volatile Dead of Seething"},{"type":"\u7075\u4f53\u706b\u7403","disc":"divergent","text":"\u5206\u6b67 \u7075\u4f53\u706b\u7403"},{"type":"\u96f7\u7535\u9b54\u7206","disc":"divergent","text":"\u5206\u6b67 \u96f7\u7535\u9b54\u7206"},{"type":"\u7edd\u671b","disc":"divergent","text":"\u5206\u6b67 \u7edd\u671b"},{"type":"\u6218\u65d7","disc":"divergent","text":"\u5206\u6b67 \u6218\u65d7"},{"type":"\u7763\u519b\u5370\u8bb0","disc":"divergent","text":"\u5206\u6b67 \u7763\u519b\u5370\u8bb0"},{"type":"\u56de\u65cb\u4e4b\u5203","disc":"divergent","text":"\u5206\u6b67 \u56de\u65cb\u4e4b\u5203"},{"type":"\u91ce\u6027\u6253\u51fb","disc":"divergent","text":"\u5206\u6b67 \u91ce\u6027\u6253\u51fb"},{"type":"\u5bd2\u51ac\u5b9d\u73e0","disc":"divergent","text":"\u5206\u6b67 \u5bd2\u51ac\u5b9d\u73e0"},{"type":"\u51ac\u6f6e\u70d9\u5370","disc":"divergent","text":"\u5206\u6b67 \u51ac\u6f6e\u70d9\u5370"},{"type":"\u6b7b\u4ea1\u51cb\u96f6","disc":"divergent","text":"\u5206\u6b67 \u6b7b\u4ea1\u51cb\u96f6"},{"type":"\u51cb\u96f6\u6b65","disc":"divergent","text":"\u5206\u6b67 \u51cb\u96f6\u6b65"},{"type":"\u96f7\u9706","disc":"divergent","text":"\u5206\u6b67 \u96f7\u9706"},{"type":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9644\u52a0\u51b0\u971c\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9644\u52a0\u706b\u7130\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9644\u52a0\u95ea\u7535\u4f24\u5bb3(\u8f85)"},{"type":"\u989d\u5916\u547d\u4e2d(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u989d\u5916\u547d\u4e2d(\u8f85)"},{"type":"\u79d8\u672f\u589e\u5f3a(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u79d8\u672f\u589e\u5f3a(\u8f85)"},{"type":"\u5927\u6cd5\u5e08\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5927\u6cd5\u5e08\uff08\u8f85\uff09"},{"type":"\u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09"},{"type":"\u5f39\u5e55\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5f39\u5e55\uff08\u8f85\uff09"},{"type":"\u65a9\u9996\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u65a9\u9996\uff08\u8f85\uff09"},{"type":"\u8bc5\u5492\u5149\u73af(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8bc5\u5492\u5149\u73af(\u8f85)"},{"type":"\u81f4\u76f2(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u81f4\u76f2(\u8f85)"},{"type":"\u8840\u6012\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8840\u6012\uff08\u8f85\uff09"},{"type":"\u8d64\u56a3\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8d64\u56a3\uff08\u8f85\uff09"},{"type":"\u8840\u6c14\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8840\u6c14\uff08\u8f85\uff09"},{"type":"\u5f7b\u9aa8\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5f7b\u9aa8\uff08\u8f85\uff09"},{"type":"\u6b8b\u66b4(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6b8b\u66b4(\u8f85)"},{"type":"\u66b4\u51fb\u65f6\u65bd\u653e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u66b4\u51fb\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u53d7\u4f24\u65f6\u65bd\u653e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u53d7\u4f24\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u6b7b\u4ea1\u65f6\u65bd\u653e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6b7b\u4ea1\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u6655\u7729\u65f6\u65bd\u653e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6655\u7729\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u541f\u5531\u65f6\u65bd\u653e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u541f\u5531\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u8fde\u9501(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8fde\u9501(\u8f85)"},{"type":"\u51e0\u7387\u6d41\u8840(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u51e0\u7387\u6d41\u8840(\u8f85)"},{"type":"\u51e0\u7387\u70b9\u71c3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u51e0\u7387\u70b9\u71c3(\u8f85)"},{"type":"\u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09"},{"type":"\u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u8fd1\u6218\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8fd1\u6218\uff08\u8f85\uff09"},{"type":"\u6563\u5f39\u9677\u9631(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6563\u5f39\u9677\u9631(\u8f85)"},{"type":"\u51b0\u971c\u7a7f\u900f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u51b0\u971c\u7a7f\u900f(\u8f85)"},{"type":"\u5bd2\u51b0\u8f6c\u70c8\u7130(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5bd2\u51b0\u8f6c\u70c8\u7130(\u8f85)"},{"type":"\u96c6\u4e2d\u6548\u5e94(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u96c6\u4e2d\u6548\u5e94(\u8f85)"},{"type":"\u7cbe\u51c6\u70bd\u708e\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u7cbe\u51c6\u70bd\u708e\uff08\u8f85\uff09"},{"type":"\u7cbe\u51c6\u7834\u574f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u7cbe\u51c6\u7834\u574f(\u8f85)"},{"type":"\u8150\u5316\u6218\u543c\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8150\u5316\u6218\u543c\uff08\u8f85\uff09"},{"type":"\u51cc\u5389\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u51cc\u5389\uff08\u8f85\uff09"},{"type":"\u7ec8\u7ed3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u7ec8\u7ed3(\u8f85)"},{"type":"\u8bc5\u5492\u4e4b\u5730\u8f85\u52a9","disc":"divergent","text":"\u5206\u6b67 \u8bc5\u5492\u4e4b\u5730\u8f85\u52a9"},{"type":"\u86ca\u5492\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u86ca\u5492\uff08\u8f85\uff09"},{"type":"\u6025\u51bb(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6025\u51bb(\u8f85)"},{"type":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u81f4\u547d\u5f02\u5e38\u72b6\u6001(\u8f85)"},{"type":"\u63a0\u98df\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u63a0\u98df\uff08\u8f85\uff09"},{"type":"\u8150\u8680(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8150\u8680(\u8f85)"},{"type":"\u541e\u566c\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u541e\u566c\uff08\u8f85\uff09"},{"type":"\u795e\u5723\u795d\u798f\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u795e\u5723\u795d\u798f\uff08\u8f85\uff09"},{"type":"\u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09"},{"type":"\u6548\u80fd(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6548\u80fd(\u8f85)"},{"type":"\u5143\u7d20\u96c6\u4e2d(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5143\u7d20\u96c6\u4e2d(\u8f85)"},{"type":"\u5143\u7d20\u6269\u6563(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5143\u7d20\u6269\u6563(\u8f85)"},{"type":"\u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403(\u8f85)"},{"type":"\u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09"},{"type":"\u6c38\u6052\u795d\u798f \uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6c38\u6052\u795d\u798f \uff08\u8f85\uff09"},{"type":"\u5feb\u901f\u653b\u51fb(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5feb\u901f\u653b\u51fb(\u8f85)"},{"type":"\u5feb\u901f\u65bd\u6cd5(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5feb\u901f\u65bd\u6cd5(\u8f85)"},{"type":"\u5feb\u901f\u6295\u5c04(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5feb\u901f\u6295\u5c04(\u8f85)"},{"type":"\u72c2\u566c\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u72c2\u566c\uff08\u8f85\uff09"},{"type":"\u706b\u7130\u7a7f\u900f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u706b\u7130\u7a7f\u900f(\u8f85)"},{"type":"\u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09"},{"type":"\u711a\u6728\u70c8\u706b\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u711a\u6728\u70c8\u706b\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09"},{"type":"\u5206\u88c2(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5206\u88c2(\u8f85)"},{"type":"\u62a4\u4f53(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u62a4\u4f53(\u8f85)"},{"type":"\u971c\u54ac(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u971c\u54ac(\u8f85)"},{"type":"\u5145\u80fd\u9677\u9631\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5145\u80fd\u9677\u9631\uff08\u8f85\uff09"},{"type":"\u9c9c\u8089\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u9c9c\u8089\uff08\u8f85\uff09"},{"type":"\u51b0\u51bd\u8fde\u63a5\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u51b0\u51bd\u8fde\u63a5\uff08\u8f85\uff09"},{"type":"\u548c\u5584(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u548c\u5584(\u8f85)"},{"type":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9ad8\u9636\u591a\u91cd\u6295\u5c04(\u8f85)"},{"type":"\u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09"},{"type":"\u5b88\u536b\u795d\u798f\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5b88\u536b\u795d\u798f\uff08\u8f85\uff09"},{"type":"\u91ca\u51fa\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u91ca\u51fa\uff08\u8f85\uff09"},{"type":"\u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09"},{"type":"\u9b54\u86ca\u7efd\u653e\u8f85\u52a9","disc":"divergent","text":"\u5206\u6b67 \u9b54\u86ca\u7efd\u653e\u8f85\u52a9"},{"type":"\u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u70b9\u71c3\u6269\u6563(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u70b9\u71c3\u6269\u6563(\u8f85)"},{"type":"\u732e\u796d(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u732e\u796d(\u8f85)"},{"type":"\u5c16\u523a\u6218\u6756","disc":"divergent","text":"\u5206\u6b67 \u5c16\u523a\u6218\u6756"},{"type":"\u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09"},{"type":"\u589e\u5927\u8303\u56f4(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u589e\u5927\u8303\u56f4(\u8f85)"},{"type":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u589e\u52a0\u71c3\u70e7\u4f24\u5bb3(\u8f85)"},{"type":"\u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3(\u8f85)"},{"type":"\u63d0\u9ad8\u66b4\u51fb\u51e0\u7387(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u63d0\u9ad8\u66b4\u51fb\u51e0\u7387(\u8f85)"},{"type":"\u6301\u7eed\u65f6\u95f4\u5ef6\u957f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6301\u7eed\u65f6\u95f4\u5ef6\u957f(\u8f85)"},{"type":"\u708e\u519b\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u708e\u519b\uff08\u8f85\uff09"},{"type":"\u94a2\u94c1\u4e4b\u63e1(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u94a2\u94c1\u4e4b\u63e1(\u8f85)"},{"type":"\u94a2\u94c1\u610f\u5fd7(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u94a2\u94c1\u610f\u5fd7(\u8f85)"},{"type":"\u51fb\u9000(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u51fb\u9000(\u8f85)"},{"type":"\u4f4e\u9636\u591a\u91cd\u6295\u5c04(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u4f4e\u9636\u591a\u91cd\u6295\u5c04(\u8f85)"},{"type":"\u4f4e\u9636\u6bd2\u5316(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u4f4e\u9636\u6bd2\u5316(\u8f85)"},{"type":"\u51fb\u4e2d\u751f\u547d\u56de\u590d(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u51fb\u4e2d\u751f\u547d\u56de\u590d(\u8f85)"},{"type":"\u751f\u547d\u5077\u53d6(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u751f\u547d\u5077\u53d6(\u8f85)"},{"type":"\u8d64\u70bc\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8d64\u70bc\uff08\u8f85\uff09"},{"type":"\u95ea\u7535\u7a7f\u900f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u7a7f\u900f(\u8f85)"},{"type":"\u6838\u5fc3\u5730\u96f7\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6838\u5fc3\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u762b\u75ea(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u762b\u75ea(\u8f85)"},{"type":"\u6cd5\u94f8\u7bad\u77e2\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6cd5\u94f8\u7bad\u77e2\uff08\u8f85\uff09"},{"type":"\u9b54\u529b\u5077\u53d6(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9b54\u529b\u5077\u53d6(\u8f85)"},{"type":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\uff08\u8f85\uff09"},{"type":"\u8089\u76fe\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8089\u76fe\uff08\u8f85\uff09"},{"type":"\u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09"},{"type":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8fd1\u6218\u7269\u7406\u4f24\u5bb3(\u8f85)"},{"type":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u8fd1\u6218\u4f24\u5bb3\u6269\u6563(\u8f85)"},{"type":"\u5730\u96f7\u7f51(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5730\u96f7\u7f51(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u751f\u7269\u4f24\u5bb3(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u751f\u547d(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u751f\u7269\u751f\u547d(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u901f\u5ea6(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u751f\u7269\u901f\u5ea6(\u8f85)"},{"type":"\u5e7b\u5f71\u5c04\u624b(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5e7b\u5f71\u5c04\u624b(\u8f85)"},{"type":"\u65bd\u6cd5\u56de\u54cd(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u65bd\u6cd5\u56de\u54cd(\u8f85)"},{"type":"\u591a\u91cd\u6253\u51fb(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u591a\u91cd\u6253\u51fb(\u8f85)"},{"type":"\u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u591a\u91cd\u9677\u9631(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u591a\u91cd\u9677\u9631(\u8f85)"},{"type":"\u591c\u5203\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u591c\u5203\uff08\u8f85\uff09"},{"type":"\u52a8\u91cf\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u52a8\u91cf\uff08\u8f85\uff09"},{"type":"\u95ea\u7535\u652f\u914d(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u95ea\u7535\u652f\u914d(\u8f85)"},{"type":"\u8fc7\u8f7d\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8fc7\u8f7d\uff08\u8f85\uff09"},{"type":"\u9f50\u5c04(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9f50\u5c04(\u8f85)"},{"type":"\u90aa\u6076\u6295\u63b7(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u90aa\u6076\u6295\u63b7(\u8f85)"},{"type":"\u7269\u7406\u8f6c\u95ea\u7535(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u7269\u7406\u8f6c\u95ea\u7535(\u8f85)"},{"type":"\u7a7f\u900f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u7a7f\u900f(\u8f85)"},{"type":"\u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09"},{"type":"\u96f6\u70b9\u5c04\u51fb(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u96f6\u70b9\u5c04\u51fb(\u8f85)"},{"type":"\u6bd2\u5316(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6bd2\u5316(\u8f85)"},{"type":"\u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403(\u8f85)"},{"type":"\u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09"},{"type":"\u7c89\u788e\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u7c89\u788e\uff08\u8f85\uff09"},{"type":"\u6012\u706b\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6012\u706b\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u6781\u901f\u8150\u5316(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6781\u901f\u8150\u5316(\u8f85)"},{"type":"\u6301\u7eed\u65f6\u95f4\u7f29\u77ed(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6301\u7eed\u65f6\u95f4\u7f29\u77ed(\u8f85)"},{"type":"\u542f\u8fea\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u542f\u8fea\uff08\u8f85\uff09"},{"type":"\u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u6295\u5c04\u7269\u5f52\u8fd4\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u6295\u5c04\u7269\u5f52\u8fd4\uff08\u8f85\uff09"},{"type":"\u65e0\u60c5(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u65e0\u60c5(\u8f85)"},{"type":"\u727a\u7272\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u727a\u7272\uff08\u8f85\uff09"},{"type":"\u51cc\u8650\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u51cc\u8650\uff08\u8f85\uff09"},{"type":"\u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09"},{"type":"\u9707\u6ce2\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u9707\u6ce2\uff08\u8f85\uff09"},{"type":"\u6295\u5c04\u7269\u51cf\u901f(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6295\u5c04\u7269\u51cf\u901f(\u8f85)"},{"type":"\u788e\u5f71\u9b54\u5203\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u788e\u5f71\u9b54\u5203\uff08\u8f85\uff09"},{"type":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u591a\u91cd\u8303\u56f4\u65bd\u6cd5(\u8f85)"},{"type":"\u6cd5\u672f\u56fe\u817e(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6cd5\u672f\u56fe\u817e(\u8f85)"},{"type":"\u5148\u7956\u53ec\u5524(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5148\u7956\u53ec\u5524(\u8f85)"},{"type":"\u704c\u80fd\u541f\u5531(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u704c\u80fd\u541f\u5531(\u8f85)"},{"type":"\u51fb\u6655(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u51fb\u6655(\u8f85)"},{"type":"\u5143\u7d20\u5927\u519b\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5143\u7d20\u5927\u519b\uff08\u8f85\uff09"},{"type":"\u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09"},{"type":"\u8fc5\u6574\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8fc5\u6574\uff08\u8f85\uff09"},{"type":"\u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09"},{"type":"\u9677\u9631(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9677\u9631(\u8f85)"},{"type":"\u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3(\u8f85)"},{"type":"\u9677\u9631\u51b7\u5374(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u9677\u9631\u51b7\u5374(\u8f85)"},{"type":"\u5185\u4f24\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u5185\u4f24\uff08\u8f85\uff09"},{"type":"\u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09"},{"type":"\u5f02\u5e38\u7206\u53d1(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u5f02\u5e38\u7206\u53d1(\u8f85)"},{"type":"\u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09"},{"type":"\u731b\u6bd2(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u731b\u6bd2(\u8f85)"},{"type":"\u865a\u7a7a\u64cd\u7eb5(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u865a\u7a7a\u64cd\u7eb5(\u8f85)"},{"type":"\u65e0\u5e38\uff08\u8f85\uff09","disc":"divergent","text":"\u5206\u6b67 \u65e0\u5e38\uff08\u8f85\uff09"},{"type":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3(\u8f85)","disc":"divergent","text":"\u5206\u6b67 \u6b66\u5668\u5143\u7d20\u4f24\u5bb3(\u8f85)"},{"type":"\u8d66\u7f6a","disc":"alt_x","text":"\u594b\u53d1\u4e4b\u8d66\u7f6a"},{"type":"\u8d66\u7f6a","disc":"anomalous","text":"\u5f02\u5e38 \u8d66\u7f6a"},{"type":"\u70bc\u72f1\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u70bc\u72f1\u6218\u543c"},{"type":"\u70bc\u91d1\u5e08\u5370\u8bb0","disc":"anomalous","text":"\u5f02\u5e38 \u70bc\u91d1\u5e08\u5370\u8bb0"},{"type":"\u4f0f\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u4f0f\u51fb"},{"type":"\u5148\u7956\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u5148\u7956\u6218\u543c"},{"type":"\u5148\u7956\u6218\u58eb\u957f","disc":"anomalous","text":"\u5f02\u5e38 \u5148\u7956\u6218\u58eb\u957f"},{"type":"\u6124\u6012","disc":"anomalous","text":"\u5f02\u5e38 \u6124\u6012"},{"type":"\u5e7b\u5316\u5b88\u536b","disc":"alt_x","text":"\u60e9\u51fb\u4e4b\u5e7b\u5316\u5b88\u536b"},{"type":"\u5e7b\u5316\u5b88\u536b","disc":"anomalous","text":"\u5f02\u5e38 \u5e7b\u5316\u5b88\u536b"},{"type":"\u5e7b\u5316\u6b66\u5668","disc":"alt_x","text":"\u81ea\u7701\u4e4b\u5e7b\u5316\u6b66\u5668"},{"type":"\u5e7b\u5316\u6b66\u5668","disc":"anomalous","text":"\u5f02\u5e38 \u5e7b\u5316\u6b66\u5668"},{"type":"\u7535\u5f27","disc":"alt_x","text":"\u6fc0\u6d8c\u4e4b\u7535\u5f27"},{"type":"\u7535\u5f27","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u5f27"},{"type":"\u5965\u672f\u6597\u7bf7","disc":"anomalous","text":"\u5f02\u5e38 \u5965\u672f\u6597\u7bf7"},{"type":"\u5965\u6cd5\u70d9\u5370","disc":"anomalous","text":"\u5f02\u5e38 \u5965\u6cd5\u70d9\u5370"},{"type":"\u6781\u5730\u88c5\u7532","disc":"anomalous","text":"\u5f02\u5e38 \u6781\u5730\u88c5\u7532"},{"type":"\u7535\u5149\u5bd2\u971c","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u5149\u5bd2\u971c"},{"type":"\u672b\u65e5\u70d9\u5370","disc":"alt_x","text":"\u65e0\u5e38\u4e4b\u672b\u65e5\u70d9\u5370"},{"type":"\u672b\u65e5\u70d9\u5370","disc":"anomalous","text":"\u5f02\u5e38 \u672b\u65e5\u70d9\u5370"},{"type":"\u706b\u529b\u5f29\u70ae","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u529b\u5f29\u70ae"},{"type":"\u5929\u96f7\u4e4b\u73e0","disc":"alt_x","text":"\u5468\u8f6c\u4e4b\u5929\u96f7\u4e4b\u73e0"},{"type":"\u5929\u96f7\u4e4b\u73e0","disc":"anomalous","text":"\u5f02\u5e38 \u5929\u96f7\u4e4b\u73e0"},{"type":"\u5f39\u5e55","disc":"alt_x","text":"\u9f50\u53d1\u4e4b\u5f39\u5e55"},{"type":"\u5f39\u5e55","disc":"anomalous","text":"\u5f02\u5e38 \u5f39\u5e55"},{"type":"\u9b54\u6b66\u6218\u53f7","disc":"anomalous","text":"\u5f02\u5e38 \u9b54\u6b66\u6218\u53f7"},{"type":"\u6355\u718a\u9677\u9631","disc":"alt_x","text":"\u9489\u523a\u4e4b\u6355\u718a\u9677\u9631"},{"type":"\u6355\u718a\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u6355\u718a\u9677\u9631"},{"type":"\u76db\u6012","disc":"anomalous","text":"\u5f02\u5e38 \u76db\u6012"},{"type":"\u4e71\u5251\u7a7f\u5fc3","disc":"alt_x","text":"\u503e\u6cfb\u4e4b\u4e71\u5251\u7a7f\u5fc3"},{"type":"\u4e71\u5251\u7a7f\u5fc3","disc":"anomalous","text":"\u5f02\u5e38 \u4e71\u5251\u7a7f\u5fc3"},{"type":"\u865a\u7a7a\u5200\u96e8","disc":"alt_x","text":"\u8fde\u7ef5\u4e4b\u865a\u7a7a\u5200\u96e8"},{"type":"\u865a\u7a7a\u5200\u96e8","disc":"anomalous","text":"\u5f02\u5e38 \u865a\u7a7a\u5200\u96e8"},{"type":"\u5251\u5203\u98ce\u66b4","disc":"alt_x","text":"\u65e0\u5b9a\u4e4b\u5251\u5203\u98ce\u66b4"},{"type":"\u5251\u5203\u98ce\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u5251\u5203\u98ce\u66b4"},{"type":"\u5251\u5203\u9677\u9631","disc":"alt_x","text":"\u5de8\u5251\u4e4b\u5251\u5203\u9677\u9631"},{"type":"\u5251\u5203\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u5251\u5203\u9677\u9631"},{"type":"\u98de\u5203\u98ce\u66b4","disc":"alt_x","text":"\u5de8\u9570\u4e4b\u98de\u5203\u98ce\u66b4"},{"type":"\u98de\u5203\u98ce\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u98de\u5203\u98ce\u66b4"},{"type":"\u7206\u88c2\u7bad\u96e8","disc":"anomalous","text":"\u5f02\u5e38 \u7206\u88c2\u7bad\u96e8"},{"type":"\u6012\u708e\u7a7f\u5fc3","disc":"anomalous","text":"\u5f02\u5e38 \u6012\u708e\u7a7f\u5fc3"},{"type":"\u67af\u840e","disc":"alt_x","text":"\u4f20\u67d3\u4e4b\u67af\u840e"},{"type":"\u67af\u840e","disc":"anomalous","text":"\u5f02\u5e38 \u67af\u840e"},{"type":"\u95ea\u73b0\u5c04\u51fb","disc":"alt_x","text":"\u8f70\u70b8\u590d\u5236\u4f53\u4e4b\u95ea\u73b0\u5c04\u51fb"},{"type":"\u95ea\u73b0\u5c04\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u73b0\u5c04\u51fb"},{"type":"\u8840\u4e0e\u6c99","disc":"anomalous","text":"\u5f02\u5e38 \u8840\u4e0e\u6c99"},{"type":"\u72c2\u91ce\u6012\u706b","disc":"anomalous","text":"\u5f02\u5e38 \u72c2\u91ce\u6012\u706b"},{"type":"\u7edd\u547d\u4e4b\u9570","disc":"anomalous","text":"\u5f02\u5e38 \u7edd\u547d\u4e4b\u9570"},{"type":"\u4eb5\u6e0e\u4e4b\u77db","disc":"anomalous","text":"\u5f02\u5e38 \u4eb5\u6e0e\u4e4b\u77db"},{"type":"\u9ab8\u9aa8\u5949\u732e","disc":"anomalous","text":"\u5f02\u5e38 \u9ab8\u9aa8\u5949\u732e"},{"type":"\u4e03\u4f24\u7834","disc":"alt_x","text":"\u91cd\u521b\u4e4b\u4e03\u4f24\u7834"},{"type":"\u4e03\u4f24\u7834","disc":"anomalous","text":"\u5f02\u5e38 \u4e03\u4f24\u7834"},{"type":"\u71c3\u70e7\u7bad\u77e2","disc":"alt_x","text":"\u6c14\u7130\u4e4b\u71c3\u70e7\u7bad\u77e2"},{"type":"\u71c3\u70e7\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u71c3\u70e7\u7bad\u77e2"},{"type":"\u94a9\u94fe\u653b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u94a9\u94fe\u653b\u51fb"},{"type":"\u72d9\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u72d9\u51fb"},{"type":"\u5200\u5203\u4e71\u821e","disc":"alt_x","text":"\u5272\u75d5\u4e4b\u5200\u5203\u4e71\u821e"},{"type":"\u5200\u5203\u4e71\u821e","disc":"anomalous","text":"\u5f02\u5e38 \u5200\u5203\u4e71\u821e"},{"type":"\u84c4\u529b\u75be\u98ce\u95ea","disc":"anomalous","text":"\u5f02\u5e38 \u84c4\u529b\u75be\u98ce\u95ea"},{"type":"\u6e05\u6670","disc":"anomalous","text":"\u5f02\u5e38 \u6e05\u6670"},{"type":"\u5288\u780d","disc":"alt_x","text":"\u6012\u706b\u4e4b\u5288\u780d"},{"type":"\u5288\u780d","disc":"anomalous","text":"\u5f02\u5e38 \u5288\u780d"},{"type":"\u6bd2\u86c7\u97ad\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u6bd2\u86c7\u97ad\u51fb"},{"type":"\u51b0\u971c\u51c0\u5316","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u51c0\u5316"},{"type":"\u971c\u66b4","disc":"alt_x","text":"\u5f3a\u80fd\u4e4b\u971c\u66b4"},{"type":"\u971c\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u971c\u66b4"},{"type":"\u5bfc\u7535","disc":"anomalous","text":"\u5f02\u5e38 \u5bfc\u7535"},{"type":"\u5949\u732e\u4e4b\u8def","disc":"alt_x","text":"\u5f3a\u97e7\u4e4b\u5949\u732e\u4e4b\u8def"},{"type":"\u5949\u732e\u4e4b\u8def","disc":"anomalous","text":"\u5f02\u5e38 \u5949\u732e\u4e4b\u8def"},{"type":"\u761f\u75ab","disc":"alt_x","text":"\u75fc\u75be\u4e4b\u761f\u75ab"},{"type":"\u761f\u75ab","disc":"anomalous","text":"\u5f02\u5e38 \u761f\u75ab"},{"type":"\u8ff7\u9b45\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u8ff7\u9b45\u9677\u9631"},{"type":"\u53f7\u53ec","disc":"anomalous","text":"\u5f02\u5e38 \u53f7\u53ec"},{"type":"\u706b\u846c","disc":"alt_x","text":"\u6398\u706d\u4e4b\u706b\u846c"},{"type":"\u706b\u846c","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u846c"},{"type":"\u7075\u4f53\u8f6c\u6362","disc":"alt_x","text":"\u727a\u7272\u4e4b\u7075\u4f53\u8f6c\u6362"},{"type":"\u7075\u4f53\u8f6c\u6362","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u4f53\u8f6c\u6362"},{"type":"\u8150\u707c\u70ed\u761f","disc":"anomalous","text":"\u5f02\u5e38 \u8150\u707c\u70ed\u761f"},{"type":"\u7535\u6b9b\u957f\u67aa","disc":"alt_x","text":"\u5206\u53c9\u4e4b\u7535\u6b9b\u957f\u67aa"},{"type":"\u7535\u6b9b\u957f\u67aa","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u6b9b\u957f\u67aa"},{"type":"\u6697\u5f71\u5370\u8bb0","disc":"anomalous","text":"\u5f02\u5e38 \u6697\u5f71\u5370\u8bb0"},{"type":"\u65cb\u98ce\u65a9","disc":"alt_x","text":"\u56a3\u72c2\u4e4b\u65cb\u98ce\u65a9"},{"type":"\u65cb\u98ce\u65a9","disc":"anomalous","text":"\u5f02\u5e38 \u65cb\u98ce\u65a9"},{"type":"\u6028\u6bd2\u5149\u73af","disc":"anomalous","text":"\u5f02\u5e38 \u6028\u6bd2\u5149\u73af"},{"type":"\u6697\u591c\u8840\u5951","disc":"anomalous","text":"\u5f02\u5e38 \u6697\u591c\u8840\u5951"},{"type":"\u6df7\u6c8c\u4e4b\u6bd2","disc":"alt_x","text":"Bane of Condemnation"},{"type":"\u6df7\u6c8c\u4e4b\u6bd2","disc":"anomalous","text":"\u5f02\u5e38 \u6df7\u6c8c\u4e4b\u6bd2"},{"type":"\u51b2\u523a","disc":"anomalous","text":"\u5f02\u5e38 \u51b2\u523a"},{"type":"\u8bf1\u9975\u56fe\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u8bf1\u9975\u56fe\u817e"},{"type":"\u6297\u4e89\u4e4b\u65d7","disc":"anomalous","text":"\u5f02\u5e38 \u6297\u4e89\u4e4b\u65d7"},{"type":"\u4eb5\u6e0e","disc":"anomalous","text":"\u5f02\u5e38 \u4eb5\u6e0e"},{"type":"\u6bc1\u706d\u7f81\u7eca","disc":"anomalous","text":"\u5f02\u5e38 \u6bc1\u706d\u7f81\u7eca"},{"type":"\u575a\u5b9a","disc":"anomalous","text":"\u5f02\u5e38 \u575a\u5b9a"},{"type":"\u7206\u7075\u672f","disc":"alt_x","text":"\u63a0\u547d\u4e4b\u7206\u7075\u672f"},{"type":"\u7206\u7075\u672f","disc":"anomalous","text":"\u5f02\u5e38 \u7206\u7075\u672f"},{"type":"\u5f15\u7206\u5730\u96f7","disc":"anomalous","text":"\u5f02\u5e38 \u5f15\u7206\u5730\u96f7"},{"type":"\u541e\u566c\u56fe\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u541e\u566c\u56fe\u817e"},{"type":"\u89e3\u653e","disc":"alt_x","text":"\u82e6\u96be\u4e4b\u89e3\u653e"},{"type":"\u89e3\u653e","disc":"anomalous","text":"\u5f02\u5e38 \u89e3\u653e"},{"type":"\u7eaa\u5f8b","disc":"anomalous","text":"\u5f02\u5e38 \u7eaa\u5f8b"},{"type":"\u5723\u6028","disc":"alt_x","text":"\u795e\u96f7\u4e4b\u5723\u6028"},{"type":"\u5723\u6028","disc":"anomalous","text":"\u5f02\u5e38 \u5723\u6028"},{"type":"\u9738\u6c14\u4e4b\u51fb","disc":"alt_x","text":"\u594b\u53d1\u4e4b\u9738\u6c14\u4e4b\u51fb"},{"type":"\u9738\u6c14\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u9738\u6c14\u4e4b\u51fb"},{"type":"\u53cc\u91cd\u6253\u51fb","disc":"alt_x","text":"\u7a7f\u523a\u4e4b\u53cc\u91cd\u6253\u51fb"},{"type":"\u53cc\u91cd\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u53cc\u91cd\u6253\u51fb"},{"type":"\u6050\u6016\u4e4b\u65d7","disc":"anomalous","text":"\u5f02\u5e38 \u6050\u6016\u4e4b\u65d7"},{"type":"\u53cc\u6301\u6253\u51fb","disc":"alt_x","text":"Dual Strike of Ambidexterity"},{"type":"\u53cc\u6301\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u53cc\u6301\u6253\u51fb"},{"type":"\u9707\u5730","disc":"alt_x","text":"\u589e\u5e45\u4e4b\u5730\u9707"},{"type":"\u9707\u5730","disc":"anomalous","text":"\u5f02\u5e38 \u9707\u5730"},{"type":"\u5c16\u523a\u6218\u543c","disc":"alt_x","text":"\u8106\u5f31\u4e4b\u5c16\u523a\u6218\u543c"},{"type":"\u5c16\u523a\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u5c16\u523a\u6218\u543c"},{"type":"\u5143\u7d20\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u6253\u51fb"},{"type":"\u5143\u7d20\u8981\u5bb3","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u8981\u5bb3"},{"type":"\u575a\u51b3\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u575a\u51b3\u6218\u543c"},{"type":"\u80fd\u91cf\u4e4b\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u80fd\u91cf\u4e4b\u5203"},{"type":"\u8870\u5f31","disc":"anomalous","text":"\u5f02\u5e38 \u8870\u5f31"},{"type":"\u8bf1\u6355\u4e4b\u7bad","disc":"anomalous","text":"\u5f02\u5e38 \u8bf1\u6355\u4e4b\u7bad"},{"type":"\u7075\u9b42\u5438\u53d6","disc":"alt_x","text":"Essence Drain of Desperation"},{"type":"\u7075\u9b42\u5438\u53d6","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u9b42\u5438\u53d6"},{"type":"\u865a\u7a7a\u5315\u9996","disc":"alt_x","text":"Ethereal Knives of Lingering Blades"},{"type":"\u865a\u7a7a\u5315\u9996","disc":"anomalous","text":"\u5f02\u5e38 \u865a\u7a7a\u5315\u9996"},{"type":"\u7206\u70b8\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u7206\u70b8\u7bad\u77e2"},{"type":"\u7206\u7834\u7075\u836f","disc":"alt_x","text":"\u6bc1\u706d\u4e4b\u7206\u7834\u7075\u836f"},{"type":"\u7206\u7834\u7075\u836f","disc":"anomalous","text":"\u5f02\u5e38 \u7206\u7834\u7075\u836f"},{"type":"\u8d64\u70bc\u9b54\u5149","disc":"alt_x","text":"\u4f20\u8f93\u4e4b\u8d64\u70bc\u9b54\u5149"},{"type":"\u8d64\u70bc\u9b54\u5149","disc":"anomalous","text":"\u5f02\u5e38 \u8d64\u70bc\u9b54\u5149"},{"type":"\u51db\u51ac\u4e4b\u773c","disc":"alt_x","text":"\u7206\u9730\u4e4b\u51db\u51ac\u4e4b\u773c"},{"type":"\u51db\u51ac\u4e4b\u773c","disc":"anomalous","text":"\u5f02\u5e38 \u51db\u51ac\u4e4b\u773c"},{"type":"\u706b\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u7403"},{"type":"\u707c\u70ed\u5149\u7ebf","disc":"alt_x","text":"\u711a\u706d\u4e4b\u707c\u70ed\u5149\u7ebf"},{"type":"\u707c\u70ed\u5149\u7ebf","disc":"anomalous","text":"\u5f02\u5e38 \u707c\u70ed\u5149\u7ebf"},{"type":"\u706b\u5c51\u5730\u96f7","disc":"alt_x","text":"\u7834\u574f\u4e4b\u706b\u5c51\u5730\u96f7"},{"type":"\u706b\u5c51\u5730\u96f7","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u5c51\u5730\u96f7"},{"type":"\u706b\u7130\u51c0\u5316","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u7130\u51c0\u5316"},{"type":"\u70c8\u708e\u98ce\u66b4","disc":"alt_x","text":"\u9668\u661f\u4e4b\u70c8\u708e\u98ce\u66b4"},{"type":"\u70c8\u708e\u98ce\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u70c8\u708e\u98ce\u66b4"},{"type":"\u706b\u7130\u9677\u9631","disc":"alt_x","text":"\u9707\u7206\u4e4b\u706b\u7130\u9677\u9631"},{"type":"\u706b\u7130\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u7130\u9677\u9631"},{"type":"\u70c8\u7130\u7206\u7834","disc":"alt_x","text":"\u654f\u6377\u4e4b\u70c8\u7130\u7206\u7834"},{"type":"\u70c8\u7130\u7206\u7834","disc":"anomalous","text":"\u5f02\u5e38 \u70c8\u7130\u7206\u7834"},{"type":"\u70c8\u7130\u51b2\u523a","disc":"anomalous","text":"\u5f02\u5e38 \u70c8\u7130\u51b2\u523a"},{"type":"\u70c8\u708e\u7f81\u7eca","disc":"anomalous","text":"\u5f02\u5e38 \u70c8\u708e\u7f81\u7eca"},{"type":"\u63b7\u706b\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u63b7\u706b\u9677\u9631"},{"type":"\u5723\u7130\u56fe\u817e","disc":"alt_x","text":"\u805a\u706b\u4e4b\u5723\u7130\u56fe\u817e"},{"type":"\u5723\u7130\u56fe\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u5723\u7130\u56fe\u817e"},{"type":"\u70c8\u7130\u4e4b\u5899","disc":"anomalous","text":"\u5f02\u5e38 \u70c8\u7130\u4e4b\u5899"},{"type":"\u6012\u7130\u5954\u817e","disc":"alt_x","text":"\u7206\u71c3\u4e4b\u6012\u7130\u5954\u817e"},{"type":"\u6012\u7130\u5954\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u6012\u7130\u5954\u817e"},{"type":"\u6613\u71c3","disc":"anomalous","text":"\u5f02\u5e38 \u6613\u71c3"},{"type":"\u8840\u8089\u4e0e\u5ca9\u77f3","disc":"anomalous","text":"\u5f02\u5e38 \u8840\u8089\u4e0e\u5ca9\u77f3"},{"type":"\u8840\u8089\u5949\u732e","disc":"anomalous","text":"\u5f02\u5e38 \u8840\u8089\u5949\u732e"},{"type":"\u95ea\u73b0\u6253\u51fb","disc":"alt_x","text":"\u5f3a\u80fd\u4e4b\u95ea\u73b0\u6253\u51fb"},{"type":"\u95ea\u73b0\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u73b0\u6253\u51fb"},{"type":"\u7981\u65ad\u5178\u4eea","disc":"alt_x","text":"\u796d\u9b42\u4e4b\u7981\u65ad\u5178\u4eea"},{"type":"\u7981\u65ad\u5178\u4eea","disc":"anomalous","text":"\u5f02\u5e38 \u7981\u65ad\u5178\u4eea"},{"type":"\u51b0\u9525\u5730\u96f7","disc":"alt_x","text":"\u6269\u6563\u4e4b\u51b0\u9525\u5730\u96f7"},{"type":"\u51b0\u9525\u5730\u96f7","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u9525\u5730\u96f7"},{"type":"\u51b0\u971c\u8109\u51b2","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u8109\u51b2"},{"type":"\u72c2\u6012","disc":"alt_x","text":"Frenzy of Onslaught"},{"type":"\u72c2\u6012","disc":"anomalous","text":"\u5f02\u5e38 \u72c2\u6012"},{"type":"\u51bb\u4f24","disc":"anomalous","text":"\u5f02\u5e38 \u51bb\u4f24"},{"type":"\u51b0\u971c\u4e4b\u5203","disc":"alt_x","text":"\u51a5\u57df\u4e4b\u51b0\u971c\u4e4b\u5203"},{"type":"\u51b0\u971c\u4e4b\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u4e4b\u5203"},{"type":"\u51b0\u971c\u95ea\u73b0","disc":"alt_x","text":"\u51b0\u7206\u4e4b\u51b0\u971c\u95ea\u73b0"},{"type":"\u51b0\u971c\u95ea\u73b0","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u95ea\u73b0"},{"type":"\u5bd2\u51b0\u5f39","disc":"anomalous","text":"\u5f02\u5e38 \u5bd2\u51b0\u5f39"},{"type":"\u6f29\u6da1","disc":"alt_x","text":"\u6295\u5c04\u4e4b\u6f29\u6da1"},{"type":"\u6f29\u6da1","disc":"anomalous","text":"\u5f02\u5e38 \u6f29\u6da1"},{"type":"\u5bd2\u971c\u7206","disc":"alt_x","text":"\u52a8\u8361\u4e4b\u5bd2\u971c\u7206"},{"type":"\u5bd2\u971c\u7206","disc":"anomalous","text":"\u5f02\u5e38 \u5bd2\u971c\u7206"},{"type":"\u51b0\u971c\u62a4\u76fe","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u62a4\u76fe"},{"type":"\u51b0\u5899","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u5899"},{"type":"\u51b0\u5c01\u519b\u56e2","disc":"alt_x","text":"\u96c6\u7ed3\u4e4b\u51b0\u5c01\u519b\u56e2"},{"type":"\u51b0\u5c01\u519b\u56e2","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u5c01\u519b\u56e2"},{"type":"\u7535\u6d41\u573a","disc":"alt_x","text":"\u5267\u70c8\u4e4b\u7535\u6d41\u573a"},{"type":"\u7535\u6d41\u573a","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u6d41\u573a"},{"type":"\u5c06\u519b\u4e4b\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u5c06\u519b\u4e4b\u543c"},{"type":"\u51b0\u5ddd\u4e4b\u523a","disc":"alt_x","text":"\u88c2\u9699\u4e4b\u51b0\u5ddd\u4e4b\u523a"},{"type":"\u51b0\u5ddd\u4e4b\u523a","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u5ddd\u4e4b\u523a"},{"type":"\u51b0\u971c\u4e4b\u9524","disc":"alt_x","text":"\u788e\u51b0\u4e4b\u51b0\u971c\u4e4b\u9524"},{"type":"\u51b0\u971c\u4e4b\u9524","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u4e4b\u9524"},{"type":"\u4f18\u96c5","disc":"anomalous","text":"\u5f02\u5e38 \u4f18\u96c5"},{"type":"\u88c2\u5730\u4e4b\u51fb","disc":"alt_x","text":"\u9707\u5730\u4e4b\u88c2\u5730\u4e4b\u51fb"},{"type":"\u88c2\u5730\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u88c2\u5730\u4e4b\u51fb"},{"type":"\u8fc5\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u8fc5\u6377"},{"type":"\u618e\u6068","disc":"anomalous","text":"\u5f02\u5e38 \u618e\u6068"},{"type":"\u91cd\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u91cd\u51fb"},{"type":"\u82e6\u75db\u4e4b\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u82e6\u75db\u4e4b\u6377"},{"type":"\u7070\u70ec\u4e4b\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u7070\u70ec\u4e4b\u6377"},{"type":"\u5bd2\u51b0\u4e4b\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u5bd2\u51b0\u4e4b\u6377"},{"type":"\u7eaf\u51c0\u4e4b\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u7eaf\u51c0\u4e4b\u6377"},{"type":"\u95ea\u7535\u4e4b\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u4e4b\u6377"},{"type":"\u9b54\u86ca\u7206\u70b8","disc":"alt_x","text":"\u6096\u8bba\u4e4b\u9b54\u86ca\u7206\u70b8"},{"type":"\u9b54\u86ca\u7206\u70b8","disc":"anomalous","text":"\u5f02\u5e38 \u9b54\u86ca\u7206\u70b8"},{"type":"\u6c34\u6e90\u6cd5\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u6c34\u6e90\u6cd5\u7403"},{"type":"\u5bd2\u51b0\u51b2\u51fb","disc":"alt_x","text":"Ice Crash of Cadence"},{"type":"\u5bd2\u51b0\u51b2\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u5bd2\u51b0\u51b2\u51fb"},{"type":"\u51b0\u971c\u65b0\u661f","disc":"alt_x","text":"\u5bd2\u51b0\u5f39\u4e4b\u51b0\u971c\u65b0\u661f"},{"type":"\u51b0\u971c\u65b0\u661f","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u65b0\u661f"},{"type":"\u51b0\u971c\u5c04\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u5c04\u51fb"},{"type":"\u8679\u5438\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u8679\u5438\u9677\u9631"},{"type":"\u51b0\u77db","disc":"alt_x","text":"\u5206\u88c2\u4e4b\u51b0\u77db"},{"type":"\u51b0\u77db","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u77db"},{"type":"\u51b0\u51bb\u9677\u9631","disc":"alt_x","text":"Ice Trap of Hollowness"},{"type":"\u51b0\u51bb\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u51bb\u9677\u9631"},{"type":"\u4e0d\u673d\u6012\u568e","disc":"anomalous","text":"\u5f02\u5e38 \u4e0d\u673d\u6012\u568e"},{"type":"\u70e7\u6bc1","disc":"anomalous","text":"\u5f02\u5e38 \u70e7\u6bc1"},{"type":"\u70bc\u72f1\u4e4b\u51fb","disc":"alt_x","text":"\u732e\u796d\u4e4b\u70bc\u72f1\u4e4b\u51fb"},{"type":"\u70bc\u72f1\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u70bc\u72f1\u4e4b\u51fb"},{"type":"\u5a01\u5413\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u5a01\u5413\u6218\u543c"},{"type":"\u76f4\u89c9\u7f81\u7eca","disc":"anomalous","text":"\u5f02\u5e38 \u76f4\u89c9\u7f81\u7eca"},{"type":"\u529b\u91cf\u7206\u7834","disc":"anomalous","text":"\u5f02\u5e38 \u529b\u91cf\u7206\u7834"},{"type":"\u5ff5\u52a8\u98de\u7bad","disc":"alt_x","text":"Kinetic Bolt of Fragmentation"},{"type":"\u5ff5\u52a8\u98de\u7bad","disc":"anomalous","text":"\u5f02\u5e38 \u5ff5\u52a8\u98de\u7bad"},{"type":"\u7834\u7a7a\u65a9","disc":"alt_x","text":"Lacerate of Butchering"},{"type":"\u7834\u7a7a\u65a9","disc":"anomalous","text":"\u5f02\u5e38 \u7834\u7a7a\u65a9"},{"type":"\u65ad\u91d1\u4e4b\u5203","disc":"alt_x","text":"\u98de\u5c04\u4e4b\u65ad\u91d1\u4e4b\u5203"},{"type":"\u65ad\u91d1\u4e4b\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u65ad\u91d1\u4e4b\u5203"},{"type":"\u8dc3\u51fb","disc":"alt_x","text":"\u7834\u571f\u4e4b\u9707\u5730\u8dc3\u51fb"},{"type":"\u8dc3\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u8dc3\u51fb"},{"type":"\u95ea\u7535\u7bad\u77e2","disc":"alt_x","text":"Lightning Arrow of Electrocution"},{"type":"\u95ea\u7535\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u7bad\u77e2"},{"type":"\u95ea\u7535\u901a\u9053","disc":"alt_x","text":"\u82cd\u7a79\u4e4b\u95ea\u7535\u901a\u9053"},{"type":"\u95ea\u7535\u901a\u9053","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u901a\u9053"},{"type":"\u95ea\u7535\u51c0\u5316","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u51c0\u5316"},{"type":"\u95ea\u7535\u6253\u51fb","disc":"alt_x","text":"\u5f27\u5149\u4e4b\u95ea\u7535\u6253\u51fb"},{"type":"\u95ea\u7535\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u6253\u51fb"},{"type":"\u7535\u80fd\u91ca\u653e","disc":"alt_x","text":"\u79bb\u5fc3\u4e4b\u7535\u80fd\u91ca\u653e"},{"type":"\u7535\u80fd\u91ca\u653e","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u80fd\u91ca\u653e"},{"type":"\u7535\u5854\u9677\u9631","disc":"alt_x","text":"\u9707\u8361\u4e4b\u7535\u5854\u9677\u9631"},{"type":"\u7535\u5854\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u5854\u9677\u9631"},{"type":"\u95ea\u7535\u9677\u9631","disc":"alt_x","text":"\u706b\u82b1\u4e4b\u95ea\u7535\u9677\u9631"},{"type":"\u95ea\u7535\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u9677\u9631"},{"type":"\u95ea\u7535\u4f20\u9001","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u4f20\u9001"},{"type":"\u7194\u5ca9\u5954\u6d8c","disc":"anomalous","text":"\u5f02\u5e38 \u7194\u5ca9\u5954\u6d8c"},{"type":"\u7f1a\u9b54\u7535\u6b9b","disc":"anomalous","text":"\u5f02\u5e38 \u7f1a\u9b54\u7535\u6b9b"},{"type":"\u5148\u7956\u536b\u58eb","disc":"anomalous","text":"\u5f02\u5e38 \u5148\u7956\u536b\u58eb"},{"type":"\u9b45\u5f71\u5c04\u51fb","disc":"alt_x","text":"\u8f70\u70b8\u590d\u5236\u4f53\u4e4b\u9b45\u5f71\u5c04\u51fb"},{"type":"\u9b45\u5f71\u5c04\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u9b45\u5f71\u5c04\u51fb"},{"type":"\u7194\u5ca9\u62a4\u76fe","disc":"anomalous","text":"\u5f02\u5e38 \u7194\u5ca9\u62a4\u76fe"},{"type":"\u7194\u5ca9\u4e4b\u51fb","disc":"alt_x","text":"\u5929\u9876\u4e4b\u7194\u5ca9\u4e4b\u51fb"},{"type":"\u7194\u5ca9\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u7194\u5ca9\u4e4b\u51fb"},{"type":"\u8106\u5f31","disc":"anomalous","text":"\u5f02\u5e38 \u8106\u5f31"},{"type":"\u98ce\u66b4\u6f29\u6da1","disc":"anomalous","text":"\u5f02\u5e38 \u98ce\u66b4\u6f29\u6da1"},{"type":"\u5fcf\u6094\u70d9\u5370","disc":"alt_x","text":"Penance Brand of Dissipation"},{"type":"\u5fcf\u6094\u70d9\u5370","disc":"anomalous","text":"\u5f02\u5e38 \u5fcf\u6094\u70d9\u5370"},{"type":"\u51ff\u51fb","disc":"alt_x","text":"\u5bf9\u5076\u4e4b\u51ff\u51fb"},{"type":"\u51ff\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u51ff\u51fb"},{"type":"\u81f4\u75ab\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u81f4\u75ab\u6253\u51fb"},{"type":"\u8d64\u8840\u51dd\u7ed3","disc":"anomalous","text":"\u5f02\u5e38 \u8d64\u8840\u51dd\u7ed3"},{"type":"\u6697\u5f71\u8ff7\u8e2a","disc":"anomalous","text":"\u5f02\u5e38 \u6697\u5f71\u8ff7\u8e2a"},{"type":"\u9707\u6ce2\u9677\u9631","disc":"alt_x","text":"Seismic Trap of Swells"},{"type":"\u9707\u6ce2\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u9707\u6ce2\u9677\u9631"},{"type":"\u761f\u75ab\u4f7f\u5f92","disc":"anomalous","text":"\u5f02\u5e38 \u761f\u75ab\u4f7f\u5f92"},{"type":"\u76d7\u730e\u8005\u5370\u8bb0","disc":"anomalous","text":"\u5f02\u5e38 \u76d7\u730e\u8005\u5370\u8bb0"},{"type":"\u8150\u8680\u7bad\u77e2","disc":"alt_x","text":"\u5267\u6bd2\u4e4b\u8150\u8680\u7bad\u77e2"},{"type":"\u8150\u8680\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u8150\u8680\u7bad\u77e2"},{"type":"\u6bd2\u7206\u7075\u836f","disc":"anomalous","text":"\u5f02\u5e38 \u6bd2\u7206\u7075\u836f"},{"type":"\u65f6\u7a7a\u4e4b\u95e8","disc":"anomalous","text":"\u5f02\u5e38 \u65f6\u7a7a\u4e4b\u95e8"},{"type":"\u529b\u91cf\u62bd\u53d6","disc":"alt_x","text":"Power Siphon of the Archmage"},{"type":"\u529b\u91cf\u62bd\u53d6","disc":"anomalous","text":"\u5f02\u5e38 \u529b\u91cf\u62bd\u53d6"},{"type":"\u7cbe\u51c6","disc":"anomalous","text":"\u5f02\u5e38 \u7cbe\u51c6"},{"type":"\u5c0a\u4e25","disc":"anomalous","text":"\u5f02\u5e38 \u5c0a\u4e25"},{"type":"\u72d9\u51fb\u5370\u8bb0","disc":"anomalous","text":"\u5f02\u5e38 \u72d9\u51fb\u5370\u8bb0"},{"type":"\u9632\u5fa1\u7f81\u7eca","disc":"anomalous","text":"\u5f02\u5e38 \u9632\u5fa1\u7f81\u7eca"},{"type":"\u653e\u8840","disc":"anomalous","text":"\u5f02\u5e38 \u653e\u8840"},{"type":"\u60e9\u6212","disc":"anomalous","text":"\u5f02\u5e38 \u60e9\u6212"},{"type":"\u5b9a\u7f6a\u6ce2","disc":"anomalous","text":"\u5f02\u5e38 \u5b9a\u7f6a\u6ce2"},{"type":"\u5143\u7d20\u51c0\u5316","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u51c0\u5316"},{"type":"\u6012\u706b\u6f29\u6da1","disc":"alt_x","text":"\u72c2\u66b4\u4e4b\u6012\u706b\u6f29\u6da1"},{"type":"\u6012\u706b\u6f29\u6da1","disc":"anomalous","text":"\u5f02\u5e38 \u6012\u706b\u6f29\u6da1"},{"type":"\u7bad\u96e8","disc":"alt_x","text":"Rain of Arrows of Artillery"},{"type":"\u7bad\u96e8","disc":"anomalous","text":"\u5f02\u5e38 \u7bad\u96e8"},{"type":"\u53ec\u5524\u7075\u4f53","disc":"alt_x","text":"\u77ac\u606f\u4e4b\u53ec\u5524\u7075\u4f53"},{"type":"\u53ec\u5524\u7075\u4f53","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u7075\u4f53"},{"type":"\u9b54\u536b\u590d\u82cf","disc":"alt_x","text":"\u731b\u51fb\u4e4b\u9b54\u536b\u590d\u82cf"},{"type":"\u9b54\u536b\u590d\u82cf","disc":"anomalous","text":"\u5f02\u5e38 \u9b54\u536b\u590d\u82cf"},{"type":"\u6fc0\u52b1\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u6fc0\u52b1\u6218\u543c"},{"type":"\u51b2\u51fb\u6ce2","disc":"alt_x","text":"\u6298\u5c04\u4e4b\u51b2\u51fb\u6ce2"},{"type":"\u51b2\u51fb\u6ce2","disc":"anomalous","text":"\u5f02\u5e38 \u51b2\u51fb\u6ce2"},{"type":"\u70d9\u5370\u53ec\u56de","disc":"anomalous","text":"\u5f02\u5e38 \u70d9\u5370\u53ec\u56de"},{"type":"\u6e05\u7b97","disc":"anomalous","text":"\u5f02\u5e38 \u6e05\u7b97"},{"type":"\u56de\u6625\u56fe\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u56de\u6625\u56fe\u817e"},{"type":"\u6b63\u4e49\u4e4b\u706b","disc":"alt_x","text":"Righteous Fire of Arcane Devotion"},{"type":"\u6b63\u4e49\u4e4b\u706b","disc":"anomalous","text":"\u5f02\u5e38 \u6b63\u4e49\u4e4b\u706b"},{"type":"\u51fb\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u51fb\u5203"},{"type":"\u51c0\u5316\u70c8\u7130","disc":"alt_x","text":"\u542f\u793a\u4e4b\u51c0\u5316\u70c8\u7130"},{"type":"\u51c0\u5316\u70c8\u7130","disc":"anomalous","text":"\u5f02\u5e38 \u51c0\u5316\u70c8\u7130"},{"type":"\u5929\u707e\u4e4b\u7bad","disc":"alt_x","text":"\u5a01\u80c1\u4e4b\u5929\u707e\u4e4b\u7bad"},{"type":"\u5929\u707e\u4e4b\u7bad","disc":"anomalous","text":"\u5f02\u5e38 \u5929\u707e\u4e4b\u7bad"},{"type":"\u707c\u70ed\u8fde\u63a5","disc":"anomalous","text":"\u5f02\u5e38 \u707c\u70ed\u8fde\u63a5"},{"type":"\u9707\u5730\u6218\u543c","disc":"anomalous","text":"\u5f02\u5e38 \u9707\u5730\u6218\u543c"},{"type":"\u7834\u788e\u94c1\u5203","disc":"alt_x","text":"\u5907\u5f39\u4e4b\u7834\u788e\u94c1\u5203"},{"type":"\u7834\u788e\u94c1\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u7834\u788e\u94c1\u5203"},{"type":"\u91cd\u76fe\u51b2\u950b","disc":"anomalous","text":"\u5f02\u5e38 \u91cd\u76fe\u51b2\u950b"},{"type":"\u76fe\u724c\u78be\u538b","disc":"alt_x","text":"\u914b\u957f\u4e4b\u76fe\u724c\u78be\u538b"},{"type":"\u76fe\u724c\u78be\u538b","disc":"anomalous","text":"\u5f02\u5e38 \u76fe\u724c\u78be\u538b"},{"type":"\u95ea\u7535\u65b0\u661f","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u65b0\u661f"},{"type":"\u9707\u6ce2\u56fe\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u9707\u6ce2\u56fe\u817e"},{"type":"\u6563\u5c04\u5f29\u70ae","disc":"alt_x","text":"Shrapnel Ballista of Steel"},{"type":"\u6563\u5c04\u5f29\u70ae","disc":"anomalous","text":"\u5f02\u5e38 \u6563\u5c04\u5f29\u70ae"},{"type":"\u7535\u5149\u7bad","disc":"alt_x","text":"Galvanic Arrow of Energy"},{"type":"\u7535\u5149\u7bad","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u5149\u7bad"},{"type":"\u7206\u70b8\u9677\u9631","disc":"alt_x","text":"\u7834\u7247\u4e4b\u7206\u70b8\u9677\u9631"},{"type":"\u7206\u70b8\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u7206\u70b8\u9677\u9631"},{"type":"\u653b\u57ce\u70ae\u53f0","disc":"alt_x","text":"\u53cc\u91cd\u5206\u53c9\u4e4b\u653b\u57ce\u70ae\u53f0"},{"type":"\u653b\u57ce\u70ae\u53f0","disc":"anomalous","text":"\u5f02\u5e38 \u653b\u57ce\u70ae\u53f0"},{"type":"\u5a01\u80fd\u6cd5\u5370","disc":"anomalous","text":"\u5f02\u5e38 \u5a01\u80fd\u6cd5\u5370"},{"type":"\u60e9\u51fb","disc":"alt_x","text":"\u5723\u88c1\u4e4b\u60e9\u51fb"},{"type":"\u60e9\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u60e9\u51fb"},{"type":"\u70df\u96fe\u5730\u96f7","disc":"anomalous","text":"\u5f02\u5e38 \u70df\u96fe\u5730\u96f7"},{"type":"\u7075\u9b42\u7f81\u7eca","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u9b42\u7f81\u7eca"},{"type":"\u88c2\u9b42\u672f","disc":"alt_x","text":"\u6536\u5272\u4e4b\u88c2\u9b42\u672f"},{"type":"\u88c2\u9b42\u672f","disc":"anomalous","text":"\u5f02\u5e38 \u88c2\u9b42\u672f"},{"type":"\u7535\u7403","disc":"alt_x","text":"\u65b0\u661f\u4e4b\u7535\u7403"},{"type":"\u7535\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u7535\u7403"},{"type":"\u7075\u5e7b\u65cb\u65a9","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u5e7b\u65cb\u65a9"},{"type":"\u594b\u9510\u5149\u73af","disc":"anomalous","text":"\u5f02\u5e38 \u594b\u9510\u5149\u73af"},{"type":"\u6cd5\u672f\u8282\u9b54","disc":"anomalous","text":"\u5f02\u5e38 \u6cd5\u672f\u8282\u9b54"},{"type":"\u7075\u9b42\u5949\u732e","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u9b42\u5949\u732e"},{"type":"\u5206\u88c2\u7bad\u77e2","disc":"alt_x","text":"\u5206\u88c2\u4e4b\u5206\u88c2\u7bad\u77e2"},{"type":"\u5206\u88c2\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u5206\u88c2\u7bad\u77e2"},{"type":"\u5206\u88c2\u94a2\u5203","disc":"alt_x","text":"\u5907\u5f39\u4e4b\u5206\u88c2\u94a2\u5203"},{"type":"\u5206\u88c2\u94a2\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u5206\u88c2\u94a2\u5203"},{"type":"\u5145\u80fd\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u5145\u80fd\u6253\u51fb"},{"type":"\u94a2\u94c1\u4e4b\u80a4","disc":"anomalous","text":"\u5f02\u5e38 \u94a2\u94c1\u4e4b\u80a4"},{"type":"\u7f1a\u96f7\u4e4b\u7eb9","disc":"alt_x","text":"Stormbind of Teleportation"},{"type":"\u7f1a\u96f7\u4e4b\u7eb9","disc":"anomalous","text":"\u5f02\u5e38 \u7f1a\u96f7\u4e4b\u7eb9"},{"type":"\u96f7\u66b4\u5730\u96f7","disc":"anomalous","text":"\u5f02\u5e38 \u96f7\u66b4\u5730\u96f7"},{"type":"\u98ce\u66b4\u70d9\u5370","disc":"alt_x","text":"Storm Brand of Indecision"},{"type":"\u98ce\u66b4\u70d9\u5370","disc":"anomalous","text":"\u5f02\u5e38 \u98ce\u66b4\u70d9\u5370"},{"type":"\u88c2\u98ce\u96f7\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u88c2\u98ce\u96f7\u7403"},{"type":"\u98ce\u66b4\u547c\u5524","disc":"anomalous","text":"\u5f02\u5e38 \u98ce\u66b4\u547c\u5524"},{"type":"\u66b4\u96e8\u7bad","disc":"alt_x","text":"\u5f15\u96f7\u4e4b\u66b4\u96e8\u7bad"},{"type":"\u66b4\u96e8\u7bad","disc":"anomalous","text":"\u5f02\u5e38 \u66b4\u96e8\u7bad"},{"type":"\u53ec\u5524\u8150\u5316\u9b54\u50cf","disc":"alt_x","text":"Summon Carrion Golem of Hordes"},{"type":"\u53ec\u5524\u8150\u5316\u9b54\u50cf","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u8150\u5316\u9b54\u50cf"},{"type":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","disc":"alt_x","text":"\u7ed3\u7fa4\u4e4b\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf"},{"type":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u6df7\u6c8c\u9b54\u50cf"},{"type":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf","disc":"alt_x","text":"\u7ed3\u7fa4\u4e4b\u53ec\u5524\u70c8\u7130\u9b54\u50cf"},{"type":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u70c8\u7130\u9b54\u50cf"},{"type":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","disc":"alt_x","text":"\u7ed3\u7fa4\u4e4b\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf"},{"type":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u5bd2\u51b0\u9b54\u50cf"},{"type":"\u53ec\u5524\u95ea\u7535\u9b54\u50cf","disc":"alt_x","text":"\u7ed3\u7fa4\u4e4b\u53ec\u5524\u95ea\u7535\u9b54\u50cf"},{"type":"\u53ec\u5524\u95ea\u7535\u9b54\u50cf","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u95ea\u7535\u9b54\u50cf"},{"type":"\u53ec\u5524\u6124\u6012\u72c2\u7075","disc":"alt_x","text":"\u51f6\u6076\u4e4b\u53ec\u5524\u6124\u6012\u72c2\u7075"},{"type":"\u53ec\u5524\u6124\u6012\u72c2\u7075","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u6124\u6012\u72c2\u7075"},{"type":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","disc":"alt_x","text":"\u4ea1\u9b42\u4e4b\u53ec\u5524\u8ffd\u547d\u6b7b\u7075"},{"type":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u8ffd\u547d\u6b7b\u7075"},{"type":"\u53ec\u5524\u5723\u7269","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u5723\u7269"},{"type":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","disc":"alt_x","text":"\u7ed3\u7fa4\u4e4b\u53ec\u5524\u5de8\u77f3\u9b54\u50cf"},{"type":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u5de8\u77f3\u9b54\u50cf"},{"type":"\u53ec\u5524\u9b54\u4f8d","disc":"alt_x","text":"\u5c04\u624b\u4e4b\u53ec\u5524\u9b54\u4f8d"},{"type":"\u53ec\u5524\u9b54\u4f8d","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u9b54\u4f8d"},{"type":"\u53ec\u5524\u98de\u63a0\u8005","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u98de\u63a0\u8005"},{"type":"\u5927\u5730\u9707\u51fb","disc":"alt_x","text":"\u7ffb\u817e\u4e4b\u5927\u5730\u9707\u51fb"},{"type":"\u5927\u5730\u9707\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u5927\u5730\u9707\u51fb"},{"type":"\u6a2a\u626b","disc":"anomalous","text":"\u5f02\u5e38 \u6a2a\u626b"},{"type":"\u7834\u91dc\u4e00\u51fb","disc":"alt_x","text":"\u707e\u53d8\u4e4b\u7834\u91dc\u4e00\u51fb"},{"type":"\u7834\u91dc\u4e00\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u7834\u91dc\u4e00\u51fb"},{"type":"\u66b4\u98ce\u4e4b\u76fe","disc":"anomalous","text":"\u5f02\u5e38 \u66b4\u98ce\u4e4b\u76fe"},{"type":"\u65f6\u7a7a\u9501\u94fe","disc":"anomalous","text":"\u5f02\u5e38 \u65f6\u7a7a\u9501\u94fe"},{"type":"\u65f6\u7a7a\u88c2\u9699","disc":"anomalous","text":"\u5f02\u5e38 \u65f6\u7a7a\u88c2\u9699"},{"type":"\u7075\u76fe\u6295\u63b7","disc":"alt_x","text":"\u788e\u88c2\u65b0\u661f\u4e4b\u7075\u76fe\u6295\u63b7"},{"type":"\u7075\u76fe\u6295\u63b7","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u76fe\u6295\u63b7"},{"type":"\u7075\u4f53\u6295\u63b7","disc":"alt_x","text":"Spectral Throw of Materialising"},{"type":"\u7075\u4f53\u6295\u63b7","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u4f53\u6295\u63b7"},{"type":"\u9f99\u5377\u65cb\u98ce","disc":"anomalous","text":"\u5f02\u5e38 \u9f99\u5377\u65cb\u98ce"},{"type":"\u9f99\u5377\u5c04\u51fb","disc":"alt_x","text":"Tornado Shot of Cloudburst"},{"type":"\u9f99\u5377\u5c04\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u9f99\u5377\u5c04\u51fb"},{"type":"\u6bd2\u96e8","disc":"alt_x","text":"\u5b62\u5b50\u8ff8\u53d1\u4e4b\u6bd2\u96e8"},{"type":"\u6bd2\u96e8","disc":"anomalous","text":"\u5f02\u5e38 \u6bd2\u96e8"},{"type":"\u74e6\u5c14\uff1a\u8d66\u7f6a","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u8d66\u7f6a (\u594b\u53d1\u4e4b\u8d66\u7f6a)"},{"type":"\u74e6\u5c14\uff1a\u8d66\u7f6a","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u8d66\u7f6a"},{"type":"\u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f"},{"type":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668 (\u81ea\u7701\u4e4b\u5e7b\u5316\u6b66\u5668)"},{"type":"\u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u5e7b\u5316\u6b66\u5668"},{"type":"\u74e6\u5c14\uff1a\u7535\u5f27","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u7535\u5f27 (\u6fc0\u6d8c\u4e4b\u7535\u5f27)"},{"type":"\u74e6\u5c14\uff1a\u7535\u5f27","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7535\u5f27"},{"type":"\u74e6\u5c14\uff1a\u6781\u5730\u88c5\u7532","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u6781\u5730\u88c5\u7532"},{"type":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4 (\u5de8\u9570\u4e4b\u98de\u5203\u98ce\u66b4)"},{"type":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u67af\u840e","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u67af\u840e"},{"type":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2 (\u6c14\u7130\u4e4b\u71c3\u70e7\u7bad\u77e2)"},{"type":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2 (\u5267\u6bd2\u4e4b\u8150\u8680\u7bad\u77e2)"},{"type":"\u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u8150\u8680\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e (\u5272\u75d5\u4e4b\u5200\u5203\u4e71\u821e)"},{"type":"\u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u5200\u5203\u4e71\u821e"},{"type":"\u74e6\u5c14\uff1a\u6e05\u6670","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u6e05\u6670"},{"type":"\u74e6\u5c14\uff1a\u5288\u780d","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u5288\u780d (\u6012\u706b\u4e4b\u5288\u780d)"},{"type":"\u74e6\u5c14\uff1a\u5288\u780d","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u5288\u780d"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0"},{"type":"\u74e6\u5c14\uff1a\u971c\u66b4","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u971c\u66b4 (\u5f3a\u80fd\u4e4b\u971c\u66b4)"},{"type":"\u74e6\u5c14\uff1a\u971c\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u971c\u66b4"},{"type":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9 (\u56a3\u72c2\u4e4b\u65cb\u98ce\u65a9)"},{"type":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u65cb\u98ce\u65a9"},{"type":"\u74e6\u5c14\uff1a\u7206\u7075\u672f","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u7206\u7075\u672f (\u63a0\u547d\u4e4b\u7206\u7075\u672f)"},{"type":"\u74e6\u5c14\uff1a\u7206\u7075\u672f","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7206\u7075\u672f"},{"type":"\u74e6\u5c14\uff1a\u7eaa\u5f8b","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7eaa\u5f8b"},{"type":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb (\u594b\u53d1\u4e4b\u9738\u6c14\u4e4b\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u9738\u6c14\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb (\u7a7f\u523a\u4e4b\u53cc\u91cd\u6253\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u9707\u5730","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u9707\u5730 (\u589e\u5e45\u4e4b\u5730\u9707)"},{"type":"\u74e6\u5c14\uff1a\u9707\u5730","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u9707\u5730"},{"type":"\u74e6\u5c14\uff1a\u706b\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u706b\u7403"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b"},{"type":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4 (\u9668\u661f\u4e4b\u70c8\u708e\u98ce\u66b4)"},{"type":"\u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u70c8\u708e\u98ce\u66b4"},{"type":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834"},{"type":"\u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb (\u5f3a\u80fd\u4e4b\u95ea\u73b0\u6253\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u95ea\u73b0\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524 (\u788e\u51b0\u4e4b\u51b0\u971c\u4e4b\u9524)"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524"},{"type":"\u74e6\u5c14\uff1a\u4f18\u96c5","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u4f18\u96c5"},{"type":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb (\u9707\u5730\u4e4b\u88c2\u5730\u4e4b\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u8fc5\u6377","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u8fc5\u6377"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f (\u5bd2\u51b0\u5f39\u4e4b\u51b0\u971c\u65b0\u661f)"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f"},{"type":"\u74e6\u5c14\uff1a\u51b0\u971c\u5c04\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u51b0\u971c\u5c04\u51fb"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2 (Lightning Arrow of Electrocution)"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u95ea\u7535\u7bad\u77e2"},{"type":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb (\u5f27\u5149\u4e4b\u95ea\u7535\u6253\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631 (\u706b\u82b1\u4e4b\u95ea\u7535\u9677\u9631)"},{"type":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb (\u5929\u9876\u4e4b\u7194\u5ca9\u4e4b\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7194\u5ca9\u4e4b\u51fb"},{"type":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6 (Power Siphon of the Archmage)"},{"type":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6"},{"type":"\u74e6\u5c14\uff1a\u7bad\u96e8","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u7bad\u96e8 (Rain of Arrows of Artillery)"},{"type":"\u74e6\u5c14\uff1a\u7bad\u96e8","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7bad\u96e8"},{"type":"\u74e6\u5c14\uff1a\u7edd\u547d\u4e4b\u9570","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7edd\u547d\u4e4b\u9570"},{"type":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2 (\u6298\u5c04\u4e4b\u51b2\u51fb\u6ce2)"},{"type":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2"},{"type":"\u74e6\u5c14\uff1a\u56de\u6625\u56fe\u817e","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u56de\u6625\u56fe\u817e"},{"type":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b (Righteous Fire of Arcane Devotion)"},{"type":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b"},{"type":"\u74e6\u5c14\uff1a\u60e9\u51fb","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u60e9\u51fb (\u5723\u88c1\u4e4b\u60e9\u51fb)"},{"type":"\u74e6\u5c14\uff1a\u60e9\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u60e9\u51fb"},{"type":"\u74e6\u5c14\uff1a\u7535\u7403","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u7535\u7403 (\u65b0\u661f\u4e4b\u7535\u7403)"},{"type":"\u74e6\u5c14\uff1a\u7535\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7535\u7403"},{"type":"\u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524"},{"type":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d (\u5c04\u624b\u4e4b\u53ec\u5524\u9b54\u4f8d)"},{"type":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d"},{"type":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7 (Spectral Throw of Materialising)"},{"type":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7"},{"type":"\u74e6\u5c14\uff1a\u5267\u6bd2\u65cb\u98ce","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u5267\u6bd2\u65cb\u98ce"},{"type":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d","disc":"alt_x","text":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d (\u873f\u8712\u4e4b\u706b\u5c71\u88c2\u7f1d)"},{"type":"\u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d","disc":"anomalous","text":"\u5f02\u5e38 \u74e6\u5c14\uff1a\u706b\u5c71\u88c2\u7f1d"},{"type":"\u8840\u7075\u7f81\u7eca","disc":"anomalous","text":"\u5f02\u5e38 \u8840\u7075\u7f81\u7eca"},{"type":"\u590d\u4ec7","disc":"anomalous","text":"\u5f02\u5e38 \u590d\u4ec7"},{"type":"\u5267\u6bd2\u65cb\u98ce","disc":"anomalous","text":"\u5f02\u5e38 \u5267\u6bd2\u65cb\u98ce"},{"type":"\u6212\u5907\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u6212\u5907\u6253\u51fb"},{"type":"\u6bd2\u86c7\u6253\u51fb","disc":"alt_x","text":"Viper Strike of the Mamba"},{"type":"\u6bd2\u86c7\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u6bd2\u86c7\u6253\u51fb"},{"type":"\u6d3b\u529b","disc":"anomalous","text":"\u5f02\u5e38 \u6d3b\u529b"},{"type":"\u865a\u7a7a\u6cd5\u7403","disc":"alt_x","text":"\u6495\u788e\u4e4b\u865a\u7a7a\u6cd5\u7403"},{"type":"\u865a\u7a7a\u6cd5\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u865a\u7a7a\u6cd5\u7403"},{"type":"\u7075\u4f53\u706b\u7403","disc":"alt_x","text":"Volatile Dead of Confinement"},{"type":"\u7075\u4f53\u706b\u7403","disc":"anomalous","text":"\u5f02\u5e38 \u7075\u4f53\u706b\u7403"},{"type":"\u706b\u5c71\u88c2\u7f1d","disc":"alt_x","text":"\u873f\u8712\u4e4b\u706b\u5c71\u88c2\u7f1d"},{"type":"\u706b\u5c71\u88c2\u7f1d","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u5c71\u88c2\u7f1d"},{"type":"\u96f7\u7535\u9b54\u7206","disc":"anomalous","text":"\u5f02\u5e38 \u96f7\u7535\u9b54\u7206"},{"type":"\u7edd\u671b","disc":"anomalous","text":"\u5f02\u5e38 \u7edd\u671b"},{"type":"\u6218\u65d7","disc":"anomalous","text":"\u5f02\u5e38 \u6218\u65d7"},{"type":"\u7763\u519b\u5370\u8bb0","disc":"anomalous","text":"\u5f02\u5e38 \u7763\u519b\u5370\u8bb0"},{"type":"\u56de\u65cb\u4e4b\u5203","disc":"anomalous","text":"\u5f02\u5e38 \u56de\u65cb\u4e4b\u5203"},{"type":"\u91ce\u6027\u6253\u51fb","disc":"alt_x","text":"\u6781\u9650\u4e4b\u91ce\u6027\u6253\u51fb"},{"type":"\u91ce\u6027\u6253\u51fb","disc":"anomalous","text":"\u5f02\u5e38 \u91ce\u6027\u6253\u51fb"},{"type":"\u5bd2\u51ac\u5b9d\u73e0","disc":"anomalous","text":"\u5f02\u5e38 \u5bd2\u51ac\u5b9d\u73e0"},{"type":"\u51ac\u6f6e\u70d9\u5370","disc":"anomalous","text":"\u5f02\u5e38 \u51ac\u6f6e\u70d9\u5370"},{"type":"\u6b7b\u4ea1\u51cb\u96f6","disc":"anomalous","text":"\u5f02\u5e38 \u6b7b\u4ea1\u51cb\u96f6"},{"type":"\u51cb\u96f6\u6b65","disc":"anomalous","text":"\u5f02\u5e38 \u51cb\u96f6\u6b65"},{"type":"\u96f7\u9706","disc":"anomalous","text":"\u5f02\u5e38 \u96f7\u9706"},{"type":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9644\u52a0\u51b0\u971c\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9644\u52a0\u706b\u7130\u4f24\u5bb3(\u8f85)"},{"type":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9644\u52a0\u95ea\u7535\u4f24\u5bb3(\u8f85)"},{"type":"\u989d\u5916\u547d\u4e2d(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u989d\u5916\u547d\u4e2d(\u8f85)"},{"type":"\u8d4b\u4e88(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8d4b\u4e88(\u8f85)"},{"type":"\u589e\u5e45(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u589e\u5e45(\u8f85)"},{"type":"\u542f\u8499(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u542f\u8499(\u8f85)"},{"type":"\u79d8\u672f\u589e\u5f3a(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u79d8\u672f\u589e\u5f3a(\u8f85)"},{"type":"\u5927\u6cd5\u5e08\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5927\u6cd5\u5e08\uff08\u8f85\uff09"},{"type":"\u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09"},{"type":"\u5f39\u5e55\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5f39\u5e55\uff08\u8f85\uff09"},{"type":"\u65a9\u9996\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u65a9\u9996\uff08\u8f85\uff09"},{"type":"\u8bc5\u5492\u5149\u73af(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8bc5\u5492\u5149\u73af(\u8f85)"},{"type":"\u81f4\u76f2(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u81f4\u76f2(\u8f85)"},{"type":"\u8840\u6012\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8840\u6012\uff08\u8f85\uff09"},{"type":"\u8d64\u56a3\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8d64\u56a3\uff08\u8f85\uff09"},{"type":"\u8840\u6c14\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8840\u6c14\uff08\u8f85\uff09"},{"type":"\u5f7b\u9aa8\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5f7b\u9aa8\uff08\u8f85\uff09"},{"type":"\u6b8b\u66b4(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6b8b\u66b4(\u8f85)"},{"type":"\u66b4\u51fb\u65f6\u65bd\u653e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u66b4\u51fb\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u53d7\u4f24\u65f6\u65bd\u653e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u53d7\u4f24\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u6b7b\u4ea1\u65f6\u65bd\u653e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6b7b\u4ea1\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u6655\u7729\u65f6\u65bd\u653e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6655\u7729\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u541f\u5531\u65f6\u65bd\u653e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u541f\u5531\u65f6\u65bd\u653e(\u8f85)"},{"type":"\u8fde\u9501(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8fde\u9501(\u8f85)"},{"type":"\u51e0\u7387\u6d41\u8840(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51e0\u7387\u6d41\u8840(\u8f85)"},{"type":"\u51e0\u7387\u9003\u8dd1(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51e0\u7387\u9003\u8dd1(\u8f85)"},{"type":"\u51e0\u7387\u70b9\u71c3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51e0\u7387\u70b9\u71c3(\u8f85)"},{"type":"\u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09"},{"type":"\u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u8fd1\u6218\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8fd1\u6218\uff08\u8f85\uff09"},{"type":"\u6563\u5f39\u9677\u9631(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6563\u5f39\u9677\u9631(\u8f85)"},{"type":"\u51b0\u971c\u7a7f\u900f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u971c\u7a7f\u900f(\u8f85)"},{"type":"\u5bd2\u51b0\u8f6c\u70c8\u7130(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5bd2\u51b0\u8f6c\u70c8\u7130(\u8f85)"},{"type":"\u96c6\u4e2d\u6548\u5e94(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u96c6\u4e2d\u6548\u5e94(\u8f85)"},{"type":"\u7cbe\u51c6\u70bd\u708e\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u7cbe\u51c6\u70bd\u708e\uff08\u8f85\uff09"},{"type":"\u7cbe\u51c6\u7834\u574f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u7cbe\u51c6\u7834\u574f(\u8f85)"},{"type":"\u8150\u5316\u6218\u543c\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8150\u5316\u6218\u543c\uff08\u8f85\uff09"},{"type":"\u51cc\u5389\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u51cc\u5389\uff08\u8f85\uff09"},{"type":"\u7ec8\u7ed3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u7ec8\u7ed3(\u8f85)"},{"type":"\u8bc5\u5492\u4e4b\u5730\u8f85\u52a9","disc":"anomalous","text":"\u5f02\u5e38 \u8bc5\u5492\u4e4b\u5730\u8f85\u52a9"},{"type":"\u86ca\u5492\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u86ca\u5492\uff08\u8f85\uff09"},{"type":"\u6025\u51bb(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6025\u51bb(\u8f85)"},{"type":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u81f4\u547d\u5f02\u5e38\u72b6\u6001(\u8f85)"},{"type":"\u63a0\u98df\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u63a0\u98df\uff08\u8f85\uff09"},{"type":"\u8150\u8680(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8150\u8680(\u8f85)"},{"type":"\u541e\u566c\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u541e\u566c\uff08\u8f85\uff09"},{"type":"\u795e\u5723\u795d\u798f\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u795e\u5723\u795d\u798f\uff08\u8f85\uff09"},{"type":"\u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09"},{"type":"\u6548\u80fd(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6548\u80fd(\u8f85)"},{"type":"\u5143\u7d20\u96c6\u4e2d(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u96c6\u4e2d(\u8f85)"},{"type":"\u5143\u7d20\u7a7f\u900f\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u7a7f\u900f\uff08\u8f85\uff09"},{"type":"\u5143\u7d20\u6269\u6563(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u6269\u6563(\u8f85)"},{"type":"\u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403(\u8f85)"},{"type":"\u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09"},{"type":"\u6c38\u6052\u795d\u798f \uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6c38\u6052\u795d\u798f \uff08\u8f85\uff09"},{"type":"\u5feb\u901f\u653b\u51fb(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5feb\u901f\u653b\u51fb(\u8f85)"},{"type":"\u5feb\u901f\u65bd\u6cd5(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5feb\u901f\u65bd\u6cd5(\u8f85)"},{"type":"\u5feb\u901f\u6295\u5c04(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5feb\u901f\u6295\u5c04(\u8f85)"},{"type":"\u72c2\u566c\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u72c2\u566c\uff08\u8f85\uff09"},{"type":"\u706b\u7130\u7a7f\u900f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u706b\u7130\u7a7f\u900f(\u8f85)"},{"type":"\u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09"},{"type":"\u711a\u6728\u70c8\u706b\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u711a\u6728\u70c8\u706b\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09"},{"type":"\u5206\u88c2(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5206\u88c2(\u8f85)"},{"type":"\u62a4\u4f53(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u62a4\u4f53(\u8f85)"},{"type":"\u971c\u54ac(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u971c\u54ac(\u8f85)"},{"type":"\u5145\u80fd\u9677\u9631\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5145\u80fd\u9677\u9631\uff08\u8f85\uff09"},{"type":"\u9c9c\u8089\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u9c9c\u8089\uff08\u8f85\uff09"},{"type":"\u51b0\u51bd\u8fde\u63a5\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u51b0\u51bd\u8fde\u63a5\uff08\u8f85\uff09"},{"type":"\u548c\u5584(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u548c\u5584(\u8f85)"},{"type":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9ad8\u9636\u591a\u91cd\u6295\u5c04(\u8f85)"},{"type":"\u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09"},{"type":"\u5b88\u536b\u795d\u798f\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5b88\u536b\u795d\u798f\uff08\u8f85\uff09"},{"type":"\u91ca\u51fa\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u91ca\u51fa\uff08\u8f85\uff09"},{"type":"\u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09"},{"type":"\u9b54\u86ca\u7efd\u653e\u8f85\u52a9","disc":"anomalous","text":"\u5f02\u5e38 \u9b54\u86ca\u7efd\u653e\u8f85\u52a9"},{"type":"\u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u70b9\u71c3\u6269\u6563(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u70b9\u71c3\u6269\u6563(\u8f85)"},{"type":"\u732e\u796d(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u732e\u796d(\u8f85)"},{"type":"\u5c16\u523a\u6218\u6756","disc":"anomalous","text":"\u5f02\u5e38 \u5c16\u523a\u6218\u6756"},{"type":"\u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09"},{"type":"\u589e\u5927\u8303\u56f4(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u589e\u5927\u8303\u56f4(\u8f85)"},{"type":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u589e\u52a0\u71c3\u70e7\u4f24\u5bb3(\u8f85)"},{"type":"\u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3(\u8f85)"},{"type":"\u63d0\u9ad8\u66b4\u51fb\u51e0\u7387(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u63d0\u9ad8\u66b4\u51fb\u51e0\u7387(\u8f85)"},{"type":"\u6301\u7eed\u65f6\u95f4\u5ef6\u957f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6301\u7eed\u65f6\u95f4\u5ef6\u957f(\u8f85)"},{"type":"\u708e\u519b\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u708e\u519b\uff08\u8f85\uff09"},{"type":"\u94a2\u94c1\u4e4b\u63e1(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u94a2\u94c1\u4e4b\u63e1(\u8f85)"},{"type":"\u94a2\u94c1\u610f\u5fd7(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u94a2\u94c1\u610f\u5fd7(\u8f85)"},{"type":"\u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45(\u8f85)"},{"type":"\u51fb\u9000(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51fb\u9000(\u8f85)"},{"type":"\u4f4e\u9636\u591a\u91cd\u6295\u5c04(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u4f4e\u9636\u591a\u91cd\u6295\u5c04(\u8f85)"},{"type":"\u4f4e\u9636\u6bd2\u5316(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u4f4e\u9636\u6bd2\u5316(\u8f85)"},{"type":"\u51fb\u4e2d\u751f\u547d\u56de\u590d(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51fb\u4e2d\u751f\u547d\u56de\u590d(\u8f85)"},{"type":"\u751f\u547d\u5077\u53d6(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u751f\u547d\u5077\u53d6(\u8f85)"},{"type":"\u8d64\u70bc\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8d64\u70bc\uff08\u8f85\uff09"},{"type":"\u95ea\u7535\u7a7f\u900f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u7a7f\u900f(\u8f85)"},{"type":"\u6838\u5fc3\u5730\u96f7\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6838\u5fc3\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u762b\u75ea(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u762b\u75ea(\u8f85)"},{"type":"\u6cd5\u94f8\u7bad\u77e2\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6cd5\u94f8\u7bad\u77e2\uff08\u8f85\uff09"},{"type":"\u9b54\u529b\u5077\u53d6(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9b54\u529b\u5077\u53d6(\u8f85)"},{"type":"\u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u51fb\u4e2d\u65f6\u65bd\u52a0\u5370\u8bb0\uff08\u8f85\uff09"},{"type":"\u8089\u76fe\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8089\u76fe\uff08\u8f85\uff09"},{"type":"\u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09"},{"type":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8fd1\u6218\u7269\u7406\u4f24\u5bb3(\u8f85)"},{"type":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u8fd1\u6218\u4f24\u5bb3\u6269\u6563(\u8f85)"},{"type":"\u5730\u96f7\u7f51(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5730\u96f7\u7f51(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u751f\u7269\u4f24\u5bb3(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u751f\u547d(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u751f\u7269\u751f\u547d(\u8f85)"},{"type":"\u53ec\u5524\u751f\u7269\u901f\u5ea6(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u751f\u7269\u901f\u5ea6(\u8f85)"},{"type":"\u5e7b\u5f71\u5c04\u624b(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5e7b\u5f71\u5c04\u624b(\u8f85)"},{"type":"\u65bd\u6cd5\u56de\u54cd(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u65bd\u6cd5\u56de\u54cd(\u8f85)"},{"type":"\u591a\u91cd\u6253\u51fb(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u591a\u91cd\u6253\u51fb(\u8f85)"},{"type":"\u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u591a\u91cd\u9677\u9631(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u591a\u91cd\u9677\u9631(\u8f85)"},{"type":"\u591c\u5203\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u591c\u5203\uff08\u8f85\uff09"},{"type":"\u52a8\u91cf\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u52a8\u91cf\uff08\u8f85\uff09"},{"type":"\u95ea\u7535\u652f\u914d(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u95ea\u7535\u652f\u914d(\u8f85)"},{"type":"\u8fc7\u8f7d\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8fc7\u8f7d\uff08\u8f85\uff09"},{"type":"\u9f50\u5c04(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9f50\u5c04(\u8f85)"},{"type":"\u90aa\u6076\u6295\u63b7(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u90aa\u6076\u6295\u63b7(\u8f85)"},{"type":"\u7269\u7406\u8f6c\u95ea\u7535(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u7269\u7406\u8f6c\u95ea\u7535(\u8f85)"},{"type":"\u7a7f\u900f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u7a7f\u900f(\u8f85)"},{"type":"\u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09"},{"type":"\u96f6\u70b9\u5c04\u51fb(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u96f6\u70b9\u5c04\u51fb(\u8f85)"},{"type":"\u6bd2\u5316(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6bd2\u5316(\u8f85)"},{"type":"\u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403(\u8f85)"},{"type":"\u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u68f1\u5149\u9b54\u7206\uff08\u8f85\uff09"},{"type":"\u7c89\u788e\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u7c89\u788e\uff08\u8f85\uff09"},{"type":"\u6012\u706b\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6012\u706b\uff08\u8f85\uff09"},{"type":"\u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09"},{"type":"\u6781\u901f\u8150\u5316(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6781\u901f\u8150\u5316(\u8f85)"},{"type":"\u6301\u7eed\u65f6\u95f4\u7f29\u77ed(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6301\u7eed\u65f6\u95f4\u7f29\u77ed(\u8f85)"},{"type":"\u542f\u8fea\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u542f\u8fea\uff08\u8f85\uff09"},{"type":"\u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09"},{"type":"\u6295\u5c04\u7269\u5f52\u8fd4\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u6295\u5c04\u7269\u5f52\u8fd4\uff08\u8f85\uff09"},{"type":"\u65e0\u60c5(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u65e0\u60c5(\u8f85)"},{"type":"\u727a\u7272\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u727a\u7272\uff08\u8f85\uff09"},{"type":"\u51cc\u8650\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u51cc\u8650\uff08\u8f85\uff09"},{"type":"\u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09"},{"type":"\u9707\u6ce2\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u9707\u6ce2\uff08\u8f85\uff09"},{"type":"\u6295\u5c04\u7269\u51cf\u901f(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6295\u5c04\u7269\u51cf\u901f(\u8f85)"},{"type":"\u788e\u5f71\u9b54\u5203\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u788e\u5f71\u9b54\u5203\uff08\u8f85\uff09"},{"type":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u591a\u91cd\u8303\u56f4\u65bd\u6cd5(\u8f85)"},{"type":"\u6cd5\u672f\u56fe\u817e(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6cd5\u672f\u56fe\u817e(\u8f85)"},{"type":"\u5148\u7956\u53ec\u5524(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5148\u7956\u53ec\u5524(\u8f85)"},{"type":"\u704c\u80fd\u541f\u5531(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u704c\u80fd\u541f\u5531(\u8f85)"},{"type":"\u51fb\u6655(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u51fb\u6655(\u8f85)"},{"type":"\u5143\u7d20\u5927\u519b\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5143\u7d20\u5927\u519b\uff08\u8f85\uff09"},{"type":"\u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09"},{"type":"\u8fc5\u6574\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8fc5\u6574\uff08\u8f85\uff09"},{"type":"\u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09"},{"type":"\u9677\u9631(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9677\u9631(\u8f85)"},{"type":"\u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3(\u8f85)"},{"type":"\u9677\u9631\u51b7\u5374(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u9677\u9631\u51b7\u5374(\u8f85)"},{"type":"\u5185\u4f24\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u5185\u4f24\uff08\u8f85\uff09"},{"type":"\u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09"},{"type":"\u5f02\u5e38\u7206\u53d1(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u5f02\u5e38\u7206\u53d1(\u8f85)"},{"type":"\u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09"},{"type":"\u731b\u6bd2(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u731b\u6bd2(\u8f85)"},{"type":"\u865a\u7a7a\u64cd\u7eb5(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u865a\u7a7a\u64cd\u7eb5(\u8f85)"},{"type":"\u65e0\u5e38\uff08\u8f85\uff09","disc":"anomalous","text":"\u5f02\u5e38 \u65e0\u5e38\uff08\u8f85\uff09"},{"type":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3(\u8f85)","disc":"anomalous","text":"\u5f02\u5e38 \u6b66\u5668\u5143\u7d20\u4f24\u5bb3(\u8f85)"}]},{"id":"jewels","label":"\u73e0\u5b9d","entries":[{"name":"\u57c3\u66fc\u7eb3\u59c6\u7684\u51dd\u89c6","type":"\u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d","text":"\u57c3\u66fc\u7eb3\u59c6\u7684\u51dd\u89c6 \u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u771f\u77e5\u707c\u89c1","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u771f\u77e5\u707c\u89c1 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5148\u7956\u7684\u8fdc\u89c6","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5148\u7956\u7684\u8fdc\u89c6 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8fdc\u53e4\u57fa\u77f3","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8fdc\u53e4\u57fa\u77f3 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5dc5\u5cf0\u72b6\u6001","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5dc5\u5cf0\u72b6\u6001 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6620\u50cf","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6620\u50cf \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6697\u5f71\u4e4b\u5f71","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6697\u5f71\u4e4b\u5f71 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u4e4b\u6743","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u963f\u5179\u91cc\u4e4b\u6743 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8840\u75d5","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8840\u75d5 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8840\u727a","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8840\u727a \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7b4b\u9aa8\u5f3a\u5316","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u7b4b\u9aa8\u5f3a\u5316 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6613\u788e\u5c4f\u969c","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6613\u788e\u5c4f\u969c \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6b8b\u9177\u7684\u7ea6\u675f","type":"\u6c38\u6052\u73e0\u5b9d","text":"\u6b8b\u9177\u7684\u7ea6\u675f \u6c38\u6052\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u86ee\u529b\u51b2\u649e","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u86ee\u529b\u51b2\u649e \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u575a\u5b88\u519b\u56e2","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u575a\u5b88\u519b\u56e2 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u707e\u7978\u5f02\u8c61","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u707e\u7978\u5f02\u8c61 \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5ba1\u614e\u8ba1\u5212","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5ba1\u614e\u8ba1\u5212 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5ec9\u4ef7\u5efa\u8bbe","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5ec9\u4ef7\u5efa\u8bbe \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8150\u5316\u5bd2\u606f","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u8150\u5316\u5bd2\u606f \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7406\u667a","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u7406\u667a \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u69b4\u661f","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u69b4\u661f \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u51b7\u94a2","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u51b7\u94a2 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9644\u5e26\u4f24\u5bb3","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9644\u5e26\u4f24\u5bb3 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6218\u6597\u4e13\u6ce8","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6218\u6597\u4e13\u6ce8 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6218\u6597\u4e13\u6ce8","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6218\u6597\u4e13\u6ce8 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6218\u6597\u4e13\u6ce8","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6218\u6597\u4e13\u6ce8 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u71c3\u5c3d","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u71c3\u5c3d \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5f81\u670d\u8005\u7684\u8fc5\u6377","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5f81\u670d\u8005\u7684\u8fc5\u6377 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5f81\u670d\u8005\u7684\u957f\u751f","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5f81\u670d\u8005\u7684\u957f\u751f \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5f81\u670d\u8005\u7684\u529b\u91cf","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5f81\u670d\u8005\u7684\u529b\u91cf \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8150\u5316\u80fd\u91cf","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u8150\u5316\u80fd\u91cf \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6b7b\u4ea1\u6e05\u7b97","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6b7b\u4ea1\u6e05\u7b97 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8840\u8089\u5206\u5d29","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8840\u8089\u5206\u5d29 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6012\u706b\u4e2d\u70e7","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6012\u706b\u4e2d\u70e7 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u795e\u5723\u70bc\u72f1","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u795e\u5723\u70bc\u72f1 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5145\u5206\u8bad\u7ec3","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5145\u5206\u8bad\u7ec3 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5f02\u80fd\u77e5\u8bc6","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5f02\u80fd\u77e5\u8bc6 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4f18\u96c5\u7684\u72c2\u5984","type":"\u6c38\u6052\u73e0\u5b9d","text":"\u4f18\u96c5\u7684\u72c2\u5984 \u6c38\u6052\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e1d\u738b\u7684\u8be1\u8ba1","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5e1d\u738b\u7684\u8be1\u8ba1 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e1d\u738b\u7684\u7eaf\u719f","type":"\u4e09\u76f8\u73e0\u5b9d","text":"\u5e1d\u738b\u7684\u7eaf\u719f \u4e09\u76f8\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e1d\u738b\u7684\u9738\u6743","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5e1d\u738b\u7684\u9738\u6743 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e1d\u738b\u7684\u667a\u6167","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5e1d\u738b\u7684\u667a\u6167 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u4e4b\u82e6","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u65e0\u5c3d\u4e4b\u82e6 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u80fd\u91cf\u575a\u7532","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u80fd\u91cf\u575a\u7532 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6f5c\u80fd\u9632\u62a4","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6f5c\u80fd\u9632\u62a4 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4e30\u5bcc\u5fc3\u7075","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u4e30\u5bcc\u5fc3\u7075 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u72c2\u70ed\u4e4b\u5fc3","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u72c2\u70ed\u4e4b\u5fc3 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4e3a\u751f\u5b58\u800c\u6218","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u4e3a\u751f\u5b58\u800c\u6218 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u708e\u57df","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u708e\u57df \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u70c8\u706b\u4e4b\u6b4c","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u70c8\u706b\u4e4b\u6b4c \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u521d\u96ea","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u521d\u96ea \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6d41\u7545\u884c\u52a8","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6d41\u7545\u884c\u52a8 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7981\u65ad\u4e4b\u706b","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u7981\u65ad\u4e4b\u706b \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7981\u65ad\u4e4b\u8089","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u7981\u65ad\u4e4b\u8089 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8981\u585e\u8a93\u7ea6","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u8981\u585e\u8a93\u7ea6 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8106\u5f31\u7684\u7e41\u534e","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8106\u5f31\u7684\u7e41\u534e \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8106\u5f31","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8106\u5f31 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5c18\u571f\u5f52\u6765","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5c18\u571f\u5f52\u6765 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u51b0\u51bb\u75d5\u8ff9","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u51b0\u51bb\u75d5\u8ff9 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5149\u5f69\u593a\u76ee","type":"\u6c38\u6052\u73e0\u5b9d","text":"\u5149\u5f69\u593a\u76ee \u6c38\u6052\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u805a\u5149\u4e4b\u77f3","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u805a\u5149\u4e4b\u77f3 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u805a\u5149\u4e4b\u77f3","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u805a\u5149\u4e4b\u77f3 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u805a\u5149\u4e4b\u77f3","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u805a\u5149\u4e4b\u77f3 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8301\u58ee\u82e6\u75db","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u8301\u58ee\u82e6\u75db \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u53d1\u95f8\u673a\u5173","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u53d1\u95f8\u673a\u5173 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5371\u9669\u7814\u7a76","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5371\u9669\u7814\u7a76 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7075\u4f53\u8f6c\u6362","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u7075\u4f53\u8f6c\u6362 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6df1\u85cf\u7684\u6f5c\u80fd","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6df1\u85cf\u7684\u6f5c\u80fd \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9c81\u83bd","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9c81\u83bd \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9965\u9991\u6df1\u6e0a","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9965\u9991\u6df1\u6e0a \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6c38\u6052\u4e4b\u529b","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6c38\u6052\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u65e0\u6240\u9041\u5f62","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u65e0\u6240\u9041\u5f62 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u60ef\u6027","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u60ef\u6027 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4e0d\u53ef\u907f\u514d","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u4e0d\u53ef\u907f\u514d \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6c42\u77e5\u7684\u70ed\u60c5","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6c42\u77e5\u7684\u70ed\u60c5 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u76f4\u89c9\u4e4b\u8dc3","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u76f4\u89c9\u4e4b\u8dc3 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4f0a\u6cfd\u6d1b\u4e4b\u4e71","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u4f0a\u6cfd\u6d1b\u4e4b\u4e71 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5947\u5854\u5f17\u7684\u6307\u6559","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5947\u5854\u5f17\u7684\u6307\u6559 \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e93\u52a0\u5c14\u7684\u51dd\u89c6","type":"\u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d","text":"\u5e93\u52a0\u5c14\u7684\u51dd\u89c6 \u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u81f4\u547d\u7684\u9a84\u50b2","type":"\u6c38\u6052\u73e0\u5b9d","text":"\u81f4\u547d\u7684\u9a84\u50b2 \u6c38\u6052\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u72ee\u773c\u7684\u9668\u843d","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u72ee\u773c\u7684\u9668\u843d \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u94a2\u94c1\u4e4b\u4e3b","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u94a2\u94c1\u4e4b\u4e3b \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4e0d\u5584\u610f\u56fe","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u4e0d\u5584\u610f\u56fe \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u70c8\u708e\u4e4b\u5146","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u70c8\u708e\u4e4b\u5146 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6b66\u827a\u4e4b\u76f8","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6b66\u827a\u4e4b\u76f8 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5984\u60f3\u75c7","type":"\u4e2d\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5984\u60f3\u75c7 \u4e2d\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8840\u8089\u878d\u5408","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u8840\u8089\u878d\u5408 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u86ee\u529b\u4e0e\u5f71\u54cd","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u86ee\u529b\u4e0e\u5f71\u54cd \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5353\u7edd\u4e4b\u529b","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5353\u7edd\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6e29\u67d4\u4e4b\u529b","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6e29\u67d4\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u597d\u6218\u7684\u4fe1\u4ef0","type":"\u6c38\u6052\u73e0\u5b9d","text":"\u597d\u6218\u7684\u4fe1\u4ef0 \u6c38\u6052\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5815\u843d\u5f02\u4f53","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5815\u843d\u5f02\u4f53 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4f4e\u8c37\u72b6\u6001","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u4f4e\u8c37\u72b6\u6001 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u81ea\u7136\u4e4b\u559c","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u81ea\u7136\u4e4b\u559c \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u98ce\u4e4b\u542f\u793a","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u98ce\u4e4b\u542f\u793a \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5f92\u624b\u7a7a\u62f3","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5f92\u624b\u7a7a\u62f3 \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u538b\u5012\u6027","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u538b\u5012\u6027 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u548c\u5e73\u4e3b\u4e49","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u548c\u5e73\u4e3b\u4e49 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9eef\u9ed1\u4e4b\u8c03","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9eef\u9ed1\u4e4b\u8c03 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u76d7\u730e\u8005\u7684\u51c6\u5fc3","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u76d7\u730e\u8005\u7684\u51c6\u5fc3 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u65e0\u529b","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u65e0\u529b \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d77\u6e90\u5353\u8d8a","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u8d77\u6e90\u5353\u8d8a \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d77\u6e90\u548c\u8c10","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u8d77\u6e90\u548c\u8c10 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d77\u6e90\u529b\u91cf","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8d77\u6e90\u529b\u91cf \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8fc5\u51fb\u8005","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u8fc5\u51fb\u8005 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7eaf\u624d","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u7eaf\u624d \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u52a0\u901f\u8a93\u7ea6","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u52a0\u901f\u8a93\u7ea6 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u788e\u955e\u96e8","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u788e\u955e\u96e8 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6025\u901f\u6269\u5f20","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6025\u901f\u6269\u5f20 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7406\u6027\u4e3b\u4e49","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u7406\u6027\u4e3b\u4e49 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9c81\u83bd\u9632\u5fa1","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u9c81\u83bd\u9632\u5fa1 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8840\u727a\u3010\u4eff\u54c1\u3011","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8840\u727a\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5ec9\u4ef7\u5efa\u8bbe\u3010\u4eff\u54c1\u3011","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5ec9\u4ef7\u5efa\u8bbe\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5f81\u670d\u8005\u7684\u8fc5\u6377\u3010\u4eff\u54c1\u3011","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5f81\u670d\u8005\u7684\u8fc5\u6377\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8106\u5f31\u7684\u7e41\u534e\u3010\u4eff\u54c1\u3011","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8106\u5f31\u7684\u7e41\u534e\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8106\u5f31\u3010\u4eff\u54c1\u3011","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8106\u5f31\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9c81\u83bd\u3010\u4eff\u54c1\u3011","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9c81\u83bd\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u548c\u5e73\u4e3b\u4e49\u3010\u4eff\u54c1\u3011","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u548c\u5e73\u4e3b\u4e49\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u65e0\u529b\u3010\u4eff\u54c1\u3011","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u65e0\u529b\u3010\u4eff\u54c1\u3011 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d77\u6e90\u529b\u91cf\u3010\u4eff\u54c1\u3011","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8d77\u6e90\u529b\u91cf\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7eaf\u624d\u3010\u4eff\u54c1\u3011","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u7eaf\u624d\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9c81\u83bd\u9632\u5fa1\u3010\u4eff\u54c1\u3011","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u9c81\u83bd\u9632\u5fa1\u3010\u4eff\u54c1\u3011 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4e0d\u7a33\u5b9a\u627f\u8f7d\u3010\u4eff\u54c1\u3011","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u4e0d\u7a33\u5b9a\u627f\u8f7d\u3010\u4eff\u54c1\u3011 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5229\u5203\u6212\u6307","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5229\u5203\u6212\u6307 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6eda\u52a8\u70c8\u7130","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6eda\u52a8\u70c8\u7130 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u539f\u751f\u796d\u4eea","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u539f\u751f\u796d\u4eea \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6b8b\u8650\u4e4b\u6b22\u6109","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6b8b\u8650\u4e4b\u6b22\u6109 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7834\u788e\u4e4b\u70bc","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u7834\u788e\u4e4b\u70bc \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7075\u9b42\u4e4b\u82af","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u7075\u9b42\u4e4b\u82af \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u77f3\u5854","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u77f3\u5854 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5148\u7956\u56de\u97f3","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5148\u7956\u56de\u97f3 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7cbe\u795e\u5b88\u62a4","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u7cbe\u795e\u5b88\u62a4 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4eba\u683c\u5206\u88c2","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u4eba\u683c\u5206\u88c2 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8150\u70c2\u6269\u6563","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u8150\u70c2\u6269\u6563 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9759\u7535\u4e4b\u6e90","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9759\u7535\u4e4b\u6e90 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u575a\u6bc5\u5fc3\u7075","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u575a\u6bc5\u5fc3\u7075 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u66b4\u98ce\u906e\u7f69","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u66b4\u98ce\u906e\u7f69 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5d07\u9ad8\u613f\u666f","type":"\u4e09\u76f8\u73e0\u5b9d","text":"\u5d07\u9ad8\u613f\u666f \u4e09\u76f8\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7a81\u7136\u70b9\u706b","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u7a81\u7136\u70b9\u706b \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u751f\u5b58\u672c\u80fd","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u751f\u5b58\u672c\u80fd \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u751f\u5b58\u79d8\u6280","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u751f\u5b58\u79d8\u6280 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u751f\u5b58\u6280\u5de7","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u751f\u5b58\u6280\u5de7 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7279\u514b\u7f57\u7684\u51dd\u89c6","type":"\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d","text":"\u7279\u514b\u7f57\u7684\u51dd\u89c6 \u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6dec\u706b\u4e4b\u8eaf","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6dec\u706b\u4e4b\u8eaf \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6dec\u706b\u4e4b\u5fc3","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6dec\u706b\u4e4b\u5fc3 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6dec\u706b\u4e4b\u9b42","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6dec\u706b\u4e4b\u9b42 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"That Which Was Taken","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"That Which Was Taken \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6d6e\u534e","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6d6e\u534e \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u805a\u9b42\u77f3","type":"\u4e09\u76f8\u73e0\u5b9d","text":"\u805a\u9b42\u77f3 \u4e09\u76f8\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6050\u60e7\u4e4b\u5e73\u8861","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u6050\u60e7\u4e4b\u5e73\u8861 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u78a7\u5f71\u68a6\u5883","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u78a7\u5f71\u68a6\u5883 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u78a7\u5f71\u68a6\u9b47","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u78a7\u5f71\u68a6\u9b47 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u524d\u7ebf","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u524d\u7ebf \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9ec4\u91d1\u6cd5\u5219","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9ec4\u91d1\u6cd5\u5219 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9752\u5f71\u68a6\u5883","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9752\u5f71\u68a6\u5883 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u9752\u5f71\u68a6\u9b47","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u9752\u5f71\u68a6\u9b47 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5ba1\u8baf","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5ba1\u8baf \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u51db\u51bd\u5bd2\u51ac","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u51db\u51bd\u5bd2\u51ac \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d64\u5f71\u68a6\u5883","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8d64\u5f71\u68a6\u5883 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d64\u5f71\u68a6\u9b47","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8d64\u5f71\u68a6\u9b47 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u56f4\u653b","type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u56f4\u653b \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u76d1\u89c6\u5b88\u591c","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u76d1\u89c6\u5b88\u591c \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e0c\u671b\u4e4b\u7ebf","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5e0c\u671b\u4e4b\u7ebf \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5c18\u57c3\u843d\u5b9a","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5c18\u57c3\u843d\u5b9a \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5347\u534e\u4e4b\u8eaf","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5347\u534e\u4e4b\u8eaf \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5347\u534e\u4e4b\u5fc3","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5347\u534e\u4e4b\u5fc3 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5347\u534e\u4e4b\u9b42","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u5347\u534e\u4e4b\u9b42 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u859b\u4e4c\u52d2\u66fc\u7684\u51dd\u89c6","type":"\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d","text":"\u859b\u4e4c\u52d2\u66fc\u7684\u51dd\u89c6 \u9510\u5229\u4e4b\u51dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u6e34\u671b","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u65e0\u5c3d\u6e34\u671b \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u8d85\u81ea\u7136\u672c\u80fd","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u8d85\u81ea\u7136\u672c\u80fd \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u4e0d\u7a33\u5b9a\u627f\u8f7d","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u4e0d\u7a33\u5b9a\u627f\u8f7d \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u74e6\u5c14\u4e4b\u8bc9","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u74e6\u5c14\u4e4b\u8bc9 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u66b4\u529b\u7684\u6b7b\u8005","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u66b4\u529b\u7684\u6b7b\u8005 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5929\u795e\u4e4b\u97f3","type":"\u5927\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5929\u795e\u4e4b\u97f3 \u5927\u578b\u661f\u56e2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6012\u706b\u9f50\u53d1","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u6012\u706b\u9f50\u53d1 \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7763\u519b\u4e4b\u529b","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u7763\u519b\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u6218\u58eb\u7684\u53f2\u8bd7","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u6218\u58eb\u7684\u53f2\u8bd7 \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5b88\u671b\u4e4b\u773c","type":"\u4e09\u76f8\u73e0\u5b9d","text":"\u5b88\u671b\u4e4b\u773c \u4e09\u76f8\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u7f6a\u6076\u7684\u91cd\u91cf","type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u7f6a\u6076\u7684\u91cd\u91cf \u7fe0\u7eff\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5e1d\u56fd\u91cd\u91cf","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u5e1d\u56fd\u91cd\u91cf \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u91ce\u706b","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u91ce\u706b \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u51ac\u846c","type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u51ac\u846c \u8d64\u7ea2\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u51ac\u5b63\u8d4f\u91d1","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u51ac\u5b63\u8d4f\u91d1 \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"name":"\u5973\u5deb\u514b\u661f","type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u5973\u5deb\u514b\u661f \u94b4\u84dd\u73e0\u5b9d","flags":{"unique":true}},{"type":"\u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d","text":"\u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d"},{"type":"\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d","text":"\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d"},{"type":"\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d","text":"\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d"},{"type":"\u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d","text":"\u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d"},{"type":"\u7fe0\u7eff\u73e0\u5b9d","text":"\u7fe0\u7eff\u73e0\u5b9d"},{"type":"\u94b4\u84dd\u73e0\u5b9d","text":"\u94b4\u84dd\u73e0\u5b9d"},{"type":"\u5927\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5927\u578b\u661f\u56e2\u73e0\u5b9d"},{"type":"\u4e2d\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u4e2d\u578b\u661f\u56e2\u73e0\u5b9d"},{"type":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","text":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d"},{"type":"\u4e09\u76f8\u73e0\u5b9d","text":"\u4e09\u76f8\u73e0\u5b9d"},{"type":"\u8d64\u7ea2\u73e0\u5b9d","text":"\u8d64\u7ea2\u73e0\u5b9d"},{"type":"\u6c38\u6052\u73e0\u5b9d","text":"\u6c38\u6052\u73e0\u5b9d"}]},{"id":"maps","label":"\u5730\u56fe","entries":[{"type":"\u963f\u4f50\u4e9a\u7279\u7f16\u5e74\u53f2","text":"\u963f\u4f50\u4e9a\u7279\u7f16\u5e74\u53f2"},{"type":"\u955c\u50cf\u684c\u53f0","text":"\u955c\u50cf\u684c\u53f0"},{"type":"\u5c18\u5c01\u5723\u7269\u5385\u94a5\u5319","text":"\u5c18\u5c01\u5723\u7269\u5385\u94a5\u5319"},{"type":"\u53e4\u85cf\u79d8\u94a5","text":"\u53e4\u85cf\u79d8\u94a5"},{"type":"\u539f\u59cb\u9057\u8ff9","text":"\u539f\u59cb\u9057\u8ff9"},{"type":"\u8d77\u6e90\u9057\u8ff9","text":"\u8d77\u6e90\u9057\u8ff9"},{"type":"\u68a6\u9b47\u62df\u50cf","text":"\u68a6\u9b47\u62df\u50cf"},{"type":"\u590f\u4e4c\u62c9\u88c2\u9699\u77f3","text":"\u590f\u4e4c\u62c9\u88c2\u9699\u77f3"},{"type":"\u590f\u4e4c\u62c9\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","text":"\u590f\u4e4c\u62c9\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3"},{"type":"\u590f\u4e4c\u62c9\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","text":"\u590f\u4e4c\u62c9\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3"},{"type":"\u590f\u4e4c\u62c9\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","text":"\u590f\u4e4c\u62c9\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3"},{"type":"\u590f\u4e4c\u62c9\u7684\u65e0\u6687\u88c2\u9699\u77f3","text":"\u590f\u4e4c\u62c9\u7684\u65e0\u6687\u88c2\u9699\u77f3"},{"type":"\u6258\u6c83\u88c2\u9699\u77f3","text":"\u6258\u6c83\u88c2\u9699\u77f3"},{"type":"\u6258\u6c83\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","text":"\u6258\u6c83\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3"},{"type":"\u6258\u6c83\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","text":"\u6258\u6c83\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3"},{"type":"\u6258\u6c83\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","text":"\u6258\u6c83\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3"},{"type":"\u6258\u6c83\u7684\u65e0\u6687\u88c2\u9699\u77f3","text":"\u6258\u6c83\u7684\u65e0\u6687\u88c2\u9699\u77f3"},{"type":"\u7d22\u4f0f\u88c2\u9699\u77f3","text":"\u7d22\u4f0f\u88c2\u9699\u77f3"},{"type":"\u7d22\u4f0f\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","text":"\u7d22\u4f0f\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3"},{"type":"\u7d22\u4f0f\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","text":"\u7d22\u4f0f\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3"},{"type":"\u7d22\u4f0f\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","text":"\u7d22\u4f0f\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3"},{"type":"\u7d22\u4f0f\u7684\u65e0\u6687\u88c2\u9699\u77f3","text":"\u7d22\u4f0f\u7684\u65e0\u6687\u88c2\u9699\u77f3"},{"type":"\u827e\u8bb8\u88c2\u9699\u77f3","text":"\u827e\u8bb8\u88c2\u9699\u77f3"},{"type":"\u827e\u8bb8\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","text":"\u827e\u8bb8\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3"},{"type":"\u827e\u8bb8\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","text":"\u827e\u8bb8\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3"},{"type":"\u827e\u8bb8\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","text":"\u827e\u8bb8\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3"},{"type":"\u827e\u8bb8\u7684\u65e0\u6687\u88c2\u9699\u77f3","text":"\u827e\u8bb8\u7684\u65e0\u6687\u88c2\u9699\u77f3"},{"type":"\u4e4c\u5c14\u5c3c\u591a\u88c2\u9699\u77f3","text":"\u4e4c\u5c14\u5c3c\u591a\u88c2\u9699\u77f3"},{"type":"\u4e4c\u5c14\u5c3c\u591a\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3"},{"type":"\u4e4c\u5c14\u5c3c\u591a\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3"},{"type":"\u4e4c\u5c14\u5c3c\u591a\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3"},{"type":"\u4e4c\u5c14\u5c3c\u591a\u7684\u65e0\u6687\u88c2\u9699\u77f3","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u65e0\u6687\u88c2\u9699\u77f3"},{"type":"\u88c2\u754c\u5b88\u536b\uff1a\u5974\u5f79\u788e\u7247","text":"\u88c2\u754c\u5b88\u536b\uff1a\u5974\u5f79\u788e\u7247"},{"type":"\u88c2\u754c\u5b88\u536b\uff1a\u5bc2\u706d\u788e\u7247","text":"\u88c2\u754c\u5b88\u536b\uff1a\u5bc2\u706d\u788e\u7247"},{"type":"\u88c2\u754c\u5b88\u536b\uff1a\u7ea6\u675f\u788e\u7247","text":"\u88c2\u754c\u5b88\u536b\uff1a\u7ea6\u675f\u788e\u7247"},{"type":"\u88c2\u754c\u5b88\u536b\uff1a\u51c0\u4e16\u788e\u7247","text":"\u88c2\u754c\u5b88\u536b\uff1a\u51c0\u4e16\u788e\u7247"},{"type":"\u7981\u7075\u4e4b\u74f6","text":"\u7981\u7075\u4e4b\u74f6"},{"type":"\u795e\u5723\u4e4b\u82b1","text":"\u795e\u5723\u4e4b\u82b1"},{"type":"\u6c38\u6052\u5e1d\u56fd\u5370\u8bb0","text":"\u6c38\u6052\u5e1d\u56fd\u5370\u8bb0"},{"type":"\u4e0d\u5c48\u5e1d\u56fd\u5370\u8bb0","text":"\u4e0d\u5c48\u5e1d\u56fd\u5370\u8bb0"},{"type":"\u6c38\u6052\u5361\u9c81\u5370\u8bb0","text":"\u6c38\u6052\u5361\u9c81\u5370\u8bb0"},{"type":"\u4e0d\u5c48\u5361\u9c81\u5370\u8bb0","text":"\u4e0d\u5c48\u5361\u9c81\u5370\u8bb0"},{"type":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u5370\u8bb0","text":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u5370\u8bb0"},{"type":"\u4e0d\u5c48\u9a6c\u62c9\u514b\u65af\u5370\u8bb0","text":"\u4e0d\u5c48\u9a6c\u62c9\u514b\u65af\u5370\u8bb0"},{"type":"\u6c38\u6052\u5723\u5802\u5370\u8bb0","text":"\u6c38\u6052\u5723\u5802\u5370\u8bb0"},{"type":"\u4e0d\u5c48\u5723\u5802\u5370\u8bb0","text":"\u4e0d\u5c48\u5723\u5802\u5370\u8bb0"},{"type":"\u6c38\u6052\u74e6\u5c14\u5370\u8bb0","text":"\u6c38\u6052\u74e6\u5c14\u5370\u8bb0"},{"type":"\u4e0d\u5c48\u74e6\u5c14\u5370\u8bb0","text":"\u4e0d\u5c48\u74e6\u5c14\u5370\u8bb0"},{"type":"\u8d24\u4e3b\u6555\u4ee4","text":"\u8d24\u4e3b\u6555\u4ee4"},{"type":"\u5973\u795e\u796d\u54c1","text":"\u5973\u795e\u796d\u54c1"},{"type":"\u5973\u795e\u796d\u732e","text":"\u5973\u795e\u796d\u732e"},{"type":"\u5973\u795e\u4e4b\u793c","text":"\u5973\u795e\u4e4b\u793c"},{"type":"\u5973\u795e\u8d21\u54c1","text":"\u5973\u795e\u8d21\u54c1"},{"type":"\u4f9d\u6ce2\u4e4b\u94a5","text":"\u4f9d\u6ce2\u4e4b\u94a5"},{"type":"\u4e9a\u745e\u5c14\u4e4b\u94a5","text":"\u4e9a\u745e\u5c14\u4e4b\u94a5"},{"type":"\u5c39\u4e9a\u4e4b\u94a5","text":"\u5c39\u4e9a\u4e4b\u94a5"},{"type":"\u798f\u5e93\u5c14\u4e4b\u94a5","text":"\u798f\u5e93\u5c14\u4e4b\u94a5"},{"type":"\u8bb0\u5fc6\u788e\u7247(\u4e0d\u6b7b\u9e1f)","text":"\u8bb0\u5fc6\u788e\u7247(\u4e0d\u6b7b\u9e1f)"},{"type":"\u8bb0\u5fc6\u788e\u7247(\u725b\u5934\u4eba)","text":"\u8bb0\u5fc6\u788e\u7247(\u725b\u5934\u4eba)"},{"type":"\u8bb0\u5fc6\u788e\u7247(\u5947\u7f8e\u62c9)","text":"\u8bb0\u5fc6\u788e\u7247(\u5947\u7f8e\u62c9)"},{"type":"\u8bb0\u5fc6\u788e\u7247(\u4e5d\u5934\u86c7)","text":"\u8bb0\u5fc6\u788e\u7247(\u4e5d\u5934\u86c7)"},{"type":"\u963f\u5c14\u8d6b\u5179\u654f\u4e4b\u51a0","text":"\u963f\u5c14\u8d6b\u5179\u654f\u4e4b\u51a0"},{"type":"\u5df4\u5170\u4e4b\u51a0","text":"\u5df4\u5170\u4e4b\u51a0"},{"type":"\u72c4\u6d1b\u514b\u65af\u4e4b\u51a0","text":"\u72c4\u6d1b\u514b\u65af\u4e4b\u51a0"},{"type":"\u7ef4\u5229\u5854\u59ae\u5a05\u4e4b\u51a0","text":"\u7ef4\u5229\u5854\u59ae\u5a05\u4e4b\u51a0"},{"type":"\u6050\u6016\u788e\u7247","text":"\u6050\u6016\u788e\u7247"},{"type":"\u7a7a\u865a\u788e\u7247","text":"\u7a7a\u865a\u788e\u7247"},{"type":"\u5851\u5f62\u788e\u7247","text":"\u5851\u5f62\u788e\u7247"},{"type":"\u77e5\u8bc6\u788e\u7247","text":"\u77e5\u8bc6\u788e\u7247"},{"type":"\u5348\u591c\u7684\u5949\u732e","text":"\u5348\u591c\u7684\u5949\u732e"},{"type":"\u9ece\u660e\u7684\u5949\u732e","text":"\u9ece\u660e\u7684\u5949\u732e"},{"type":"\u6b63\u5348\u7684\u5949\u732e","text":"\u6b63\u5348\u7684\u5949\u732e"},{"type":"\u9ec4\u660f\u7684\u5949\u732e","text":"\u9ec4\u660f\u7684\u5949\u732e"},{"type":"\u51e1\u4eba\u7684\u6124\u6012","text":"\u51e1\u4eba\u7684\u6124\u6012"},{"type":"\u51e1\u4eba\u7684\u5e0c\u671b","text":"\u51e1\u4eba\u7684\u5e0c\u671b"},{"type":"\u51e1\u4eba\u7684\u65e0\u77e5","text":"\u51e1\u4eba\u7684\u65e0\u77e5"},{"type":"\u51e1\u4eba\u7684\u54c0\u4f24","text":"\u51e1\u4eba\u7684\u54c0\u4f24"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5f02\u754c\u56fe\u9274","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5f02\u754c\u56fe\u9274"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u74e6\u5c14\u591a\u4e4b\u606f","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u74e6\u5c14\u591a\u4e4b\u606f"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u63d0\u6069\u6b62\u5883","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u63d0\u6069\u6b62\u5883"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u672a\u6765\u4e4b\u5f8b","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u672a\u6765\u4e4b\u5f8b"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u65b0\u74e6\u65af\u8482\u5c14","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u65b0\u74e6\u65af\u8482\u5c14"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5229\u62c9\u4e9a\u68ee","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5229\u62c9\u4e9a\u68ee"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6d77\u6c83\u514b\u6751","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6d77\u6c83\u514b\u6751"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5851\u754c\u5b88\u536b","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5851\u754c\u5b88\u536b"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5b88\u536b","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5b88\u536b"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u865a\u7a7a\u5fc6\u5883","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u865a\u7a7a\u5fc6\u5883"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u9699\u9886\u4e3b","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u9699\u9886\u4e3b"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6050\u60e7","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6050\u60e7"},{"type":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5c60\u6740\u8005","text":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5c60\u6740\u8005"},{"type":"\u70bd\u7130\u7684\u9080\u8bf7","text":"\u70bd\u7130\u7684\u9080\u8bf7"},{"type":"\u6781\u661f\u7684\u9080\u8bf7","text":"\u6781\u661f\u7684\u9080\u8bf7"},{"type":"\u5486\u54ee\u7684\u9080\u8bf7","text":"\u5486\u54ee\u7684\u9080\u8bf7"},{"type":"\u8815\u52a8\u7684\u9080\u8bf7","text":"\u8815\u52a8\u7684\u9080\u8bf7"},{"type":"\u6d78\u8840\u6cd5\u5668","text":"\u6d78\u8840\u6cd5\u5668"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u865a\u7a7a\u8840\u8109","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u865a\u7a7a\u8840\u8109"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5185\u810f","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5185\u810f"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u95ea\u4eae","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u95ea\u4eae"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u4e66\u5e93","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u4e66\u5e93"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5b87\u5b99","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5b87\u5b99"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5730\u7262","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5730\u7262"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u8150\u8680","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u8150\u8680"},{"type":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5fd8\u5374","text":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5fd8\u5374"},{"type":"\u74e6\u5c14\u5723\u7269\u5385\u94a5\u5319","text":"\u74e6\u5c14\u5723\u7269\u5385\u94a5\u5319"},{"type":"\u9508\u8680\u7684\u6df1\u6e0a\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u6df1\u6e0a\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u6df1\u6e0a\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u6df1\u6e0a\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u6df1\u6e0a\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u6df1\u6e0a\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u6df1\u6e0a\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u6df1\u6e0a\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u730e\u9b54\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u730e\u9b54\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u730e\u9b54\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u730e\u9b54\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u730e\u9b54\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u730e\u9b54\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u730e\u9b54\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u730e\u9b54\u5723\u7532\u866b"},{"type":"\u5927\u5730\u4e4b\u8bf1","text":"\u5927\u5730\u4e4b\u8bf1"},{"type":"\u82cd\u7a7a\u4e4b\u8bf1","text":"\u82cd\u7a7a\u4e4b\u8bf1"},{"type":"\u6697\u591c\u4e4b\u8bf1","text":"\u6697\u591c\u4e4b\u8bf1"},{"type":"\u6df1\u6d77\u4e4b\u8bf1","text":"\u6df1\u6d77\u4e4b\u8bf1"},{"type":"\u9508\u8680\u7684\u83cc\u6f6e\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u83cc\u6f6e\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u83cc\u6f6e\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u83cc\u6f6e\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u83cc\u6f6e\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u83cc\u6f6e\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u83cc\u6f6e\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u83cc\u6f6e\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u88c2\u9699\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u88c2\u9699\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u88c2\u9699\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u88c2\u9699\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u88c2\u9699\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u88c2\u9699\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u88c2\u9699\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u88c2\u9699\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u795e\u6069\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u795e\u6069\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u795e\u6069\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u795e\u6069\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u795e\u6069\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u795e\u6069\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u795e\u6069\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u795e\u6069\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u88c2\u754c\u8005\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u88c2\u754c\u8005\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u88c2\u754c\u8005\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u88c2\u754c\u8005\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u5148\u9a71\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u5148\u9a71\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u5148\u9a71\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u5148\u9a71\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u5148\u9a71\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u5148\u9a71\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u5148\u9a71\u8005\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u5148\u9a71\u8005\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u519b\u56e2\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u519b\u56e2\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u519b\u56e2\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u519b\u56e2\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u519b\u56e2\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u519b\u56e2\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u519b\u56e2\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u519b\u56e2\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u5236\u56fe\u8005\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u7684\u5236\u56fe\u8005\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u5236\u56fe\u8005\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u5236\u56fe\u8005\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u81f4\u547d\u8d2a\u5a6a\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u5851\u754c\u8005\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u5851\u754c\u8005\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u5851\u754c\u8005\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u5851\u754c\u8005\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u5851\u754c\u8005\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u5851\u754c\u8005\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u5851\u754c\u8005\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u5851\u754c\u8005\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u5f3a\u88ad\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u5f3a\u88ad\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u5f3a\u88ad\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u5f3a\u88ad\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u5f3a\u88ad\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u5f3a\u88ad\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u5f3a\u88ad\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u5f3a\u88ad\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u4e9a\u786b\u9178\u76d0\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u4e9a\u786b\u9178\u76d0\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u82e6\u75db\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u82e6\u75db\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u82e6\u75db\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u82e6\u75db\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u82e6\u75db\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u82e6\u75db\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u82e6\u75db\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u82e6\u75db\u5723\u7532\u866b"},{"type":"\u9508\u8680\u7684\u9057\u7269\u5385\u5723\u7532\u866b","text":"\u9508\u8680\u7684\u9057\u7269\u5385\u5723\u7532\u866b"},{"type":"\u95ea\u8000\u7684\u9057\u7269\u5385\u5723\u7532\u866b","text":"\u95ea\u8000\u7684\u9057\u7269\u5385\u5723\u7532\u866b"},{"type":"\u9540\u91d1\u7684\u9057\u7269\u5385\u5723\u7532\u866b","text":"\u9540\u91d1\u7684\u9057\u7269\u5385\u5723\u7532\u866b"},{"type":"\u6709\u7ffc\u7684\u9057\u7269\u5385\u5723\u7532\u866b","text":"\u6709\u7ffc\u7684\u9057\u7269\u5385\u5723\u7532\u866b"},{"type":"\u8d2a\u5a6a\u6218\u4e66","text":"\u8d2a\u5a6a\u6218\u4e66"},{"name":"\u8f6e\u56de\u7684\u68a6\u9b47","type":"\u5bc6\u8349\u795e\u6bbf","disc":"warfortheatlas","text":"\u8f6e\u56de\u7684\u68a6\u9b47 \u5bc6\u8349\u795e\u6bbf","flags":{"unique":true}},{"name":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u56f4\u57ce","disc":"warfortheatlas","text":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6 \u56f4\u57ce","flags":{"unique":true}},{"name":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6 \u5e7b\u5883\u5730\u56fe","flags":{"unique":true}},{"name":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5931\u5e8f\u6559\u9662","disc":"warfortheatlas","text":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 \u5931\u5e8f\u6559\u9662","flags":{"unique":true}},{"name":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5e7d\u9b42\u5b85\u90b8","disc":"warfortheatlas","text":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 \u5e7d\u9b42\u5b85\u90b8","flags":{"unique":true}},{"name":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 \u5e7b\u5883\u5730\u56fe","flags":{"unique":true}},{"name":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74","type":"\u5730\u5e95\u4e4b\u6cb3","disc":"warfortheatlas","text":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 \u5730\u5e95\u4e4b\u6cb3","flags":{"unique":true}},{"name":"\u8111\u5c42","type":"\u53e4\u85cf\u5bc6\u5ba4","disc":"warfortheatlas","text":"\u8111\u5c42 \u53e4\u85cf\u5bc6\u5ba4","flags":{"unique":true}},{"name":"\u8111\u5c42","type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u8111\u5c42 \u5e7b\u5883\u5730\u56fe","flags":{"unique":true}},{"name":"\u4ea1\u8005\u4e4b\u8d22","type":"\u9b54\u5f71\u5893\u573a","disc":"warfortheatlas","text":"\u4ea1\u8005\u4e4b\u8d22 \u9b54\u5f71\u5893\u573a","flags":{"unique":true}},{"name":"\u591a\u5229\u4e9a\u5c3c\u7684\u8ff7\u57ce","type":"\u51a5\u795e\u4e4b\u57df","disc":"warfortheatlas","text":"\u591a\u5229\u4e9a\u5c3c\u7684\u8ff7\u57ce \u51a5\u795e\u4e4b\u57df","flags":{"unique":true}},{"name":"\u5143\u5e05\u6bbf\u5802","type":"\u6708\u8272\u56de\u5eca","disc":"warfortheatlas","text":"\u5143\u5e05\u6bbf\u5802 \u6708\u8272\u56de\u5eca","flags":{"unique":true}},{"name":"\u9b54\u8bc5\u4e4b\u57df","type":"\u6668\u66e6\u5893\u5730","disc":"warfortheatlas","text":"\u9b54\u8bc5\u4e4b\u57df \u6668\u66e6\u5893\u5730","flags":{"unique":true}},{"name":"\u704c\u6ce8\u7684\u964d\u4e34\u4e4b\u5730","type":"\u5148\u9a71\u8005\u5730\u56fe","disc":"warfortheatlas","text":"\u704c\u6ce8\u7684\u964d\u4e34\u4e4b\u5730 \u5148\u9a71\u8005\u5730\u56fe","flags":{"unique":true}},{"name":"\u6df7\u6c8c\u4e4b\u6e0a","type":"\u6ee8\u6d77\u5c71\u4e18","disc":"warfortheatlas","text":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18","flags":{"unique":true}},{"name":"\u8d3c\u7a9d","type":"\u66ae\u5149\u6d77\u6ee9","disc":"warfortheatlas","text":"\u8d3c\u7a9d \u66ae\u5149\u6d77\u6ee9","flags":{"unique":true}},{"name":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93","type":"\u8fdc\u53e4\u8857\u533a","disc":"warfortheatlas","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a","flags":{"unique":true}},{"name":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93","type":"\u6ee8\u6d77\u5e7d\u7a74","disc":"warfortheatlas","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u6ee8\u6d77\u5e7d\u7a74","flags":{"unique":true}},{"name":"\u8fdc\u53e4\u4e4b\u5370","type":"\u53e4\u77f3\u9675\u5893","disc":"warfortheatlas","text":"\u8fdc\u53e4\u4e4b\u5370 \u53e4\u77f3\u9675\u5893","flags":{"unique":true}},{"name":"\u963f\u5c14\u4f26\u795e\u67f1","type":"\u66ae\u8272\u6c99\u4e18","disc":"warfortheatlas","text":"\u963f\u5c14\u4f26\u795e\u67f1 \u66ae\u8272\u6c99\u4e18","flags":{"unique":true}},{"name":"\u6c89\u6ca6\u4e4b\u95f4","type":"\u593a\u9b42\u4e4b\u6bbf","disc":"warfortheatlas","text":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf","flags":{"unique":true}},{"name":"\u8111\u5c42\u3010\u4eff\u54c1\u3011","type":"\u53e4\u85cf\u5bc6\u5ba4","disc":"warfortheatlas","text":"\u8111\u5c42\u3010\u4eff\u54c1\u3011 \u53e4\u85cf\u5bc6\u5ba4","flags":{"unique":true}},{"name":"\u8111\u5c42\u3010\u4eff\u54c1\u3011","type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u8111\u5c42\u3010\u4eff\u54c1\u3011 \u5e7b\u5883\u5730\u56fe","flags":{"unique":true}},{"name":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011","type":"\u66ae\u8272\u6c99\u4e18","disc":"warfortheatlas","text":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 \u66ae\u8272\u6c99\u4e18","flags":{"unique":true}},{"name":"\u6c89\u6ca6\u4e4b\u95f4\u3010\u4eff\u54c1\u3011","type":"\u593a\u9b42\u4e4b\u6bbf","disc":"warfortheatlas","text":"\u6c89\u6ca6\u4e4b\u95f4\u3010\u4eff\u54c1\u3011 \u593a\u9b42\u4e4b\u6bbf","flags":{"unique":true}},{"name":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u795e\u5723\u5927\u6559\u5802","disc":"warfortheatlas","text":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6 \u795e\u5723\u5927\u6559\u5802","flags":{"unique":true}},{"name":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6 \u5e7b\u5883\u5730\u56fe","flags":{"unique":true}},{"name":"\u964d\u4e34\u4e4b\u5730","type":"\u5148\u9a71\u8005\u5730\u56fe","disc":"warfortheatlas","text":"\u964d\u4e34\u4e4b\u5730 \u5148\u9a71\u8005\u5730\u56fe","flags":{"unique":true}},{"name":"\u61e6\u8005\u7684\u8bd5\u9a8c","type":"\u5492\u6028\u9675\u5893","disc":"warfortheatlas","text":"\u61e6\u8005\u7684\u8bd5\u9a8c \u5492\u6028\u9675\u5893","flags":{"unique":true}},{"name":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed","type":"\u53e4\u5821","disc":"warfortheatlas","text":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed \u53e4\u5821","flags":{"unique":true}},{"name":"\u5e7d\u79d8\u535a\u7269\u9986","type":"\u53e4\u535a\u7269\u9986","disc":"warfortheatlas","text":"\u5e7d\u79d8\u535a\u7269\u9986 \u53e4\u535a\u7269\u9986","flags":{"unique":true}},{"name":"\u6298\u78e8\u4e4b\u5854","type":"\u7b26\u6587\u81f4\u547d\u8d2a\u5a6a","disc":"warfortheatlas","text":"\u6298\u78e8\u4e4b\u5854 \u7b26\u6587\u81f4\u547d\u8d2a\u5a6a","flags":{"unique":true}},{"name":"\u66ae\u5149\u53e4\u5e99","type":"\u6708\u5f71\u795e\u6bbf","disc":"warfortheatlas","text":"\u66ae\u5149\u53e4\u5e99 \u6708\u5f71\u795e\u6bbf","flags":{"unique":true}},{"name":"\u7ef4\u514b\u5854\u5e7f\u573a","type":"\u5947\u672f\u4e4b\u5ead","disc":"warfortheatlas","text":"\u7ef4\u514b\u5854\u5e7f\u573a \u5947\u672f\u4e4b\u5ead","flags":{"unique":true}},{"name":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5bc2\u591c\u6797\u82d1","disc":"warfortheatlas","text":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6 \u5bc2\u591c\u6797\u82d1","flags":{"unique":true}},{"name":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6","type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6 \u5e7b\u5883\u5730\u56fe","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93","type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"warfortheatlas","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854","flags":{"unique":true}},{"name":"\u7981\u95ed\u796d\u575b","type":"\u81f4\u547d\u5ca9\u6ee9","disc":"warfortheatlas","text":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9","flags":{"unique":true}},{"type":"\u6076\u7075\u5b66\u9662","disc":"warfortheatlas","text":"\u6076\u7075\u5b66\u9662"},{"type":"\u5f3a\u9178\u6d1e\u7a74","disc":"warfortheatlas","text":"\u5f3a\u9178\u6d1e\u7a74"},{"type":"\u5371\u57ce\u5df7\u5f04","disc":"warfortheatlas","text":"\u5371\u57ce\u5df7\u5f04"},{"type":"\u8fdc\u53e4\u4e4b\u57ce","disc":"warfortheatlas","text":"\u8fdc\u53e4\u4e4b\u57ce"},{"type":"\u5f02\u86db\u5de2\u7a74","disc":"warfortheatlas","text":"\u5f02\u86db\u5de2\u7a74"},{"type":"\u7075\u866b\u5893\u7a74","disc":"warfortheatlas","text":"\u7075\u866b\u5893\u7a74"},{"type":"\u5d29\u574f\u957f\u5eca","disc":"warfortheatlas","text":"\u5d29\u574f\u957f\u5eca"},{"type":"\u7ade\u6280\u573a","disc":"warfortheatlas","text":"\u7ade\u6280\u573a"},{"type":"\u8352\u829c\u6e56\u57df","disc":"warfortheatlas","text":"\u8352\u829c\u6e56\u57df"},{"type":"\u88c5\u5907\u5e93","disc":"warfortheatlas","text":"\u88c5\u5907\u5e93"},{"type":"\u53e4\u5175\u5de5\u5382","disc":"warfortheatlas","text":"\u53e4\u5175\u5de5\u5382"},{"type":"\u65f1\u6728\u6797\u5730","disc":"warfortheatlas","text":"\u65f1\u6728\u6797\u5730"},{"type":"\u6ee8\u6d77\u5c71\u4e18","disc":"warfortheatlas","text":"\u6ee8\u6d77\u5c71\u4e18"},{"type":"\u5c71\u6797\u79d8\u7a74","disc":"warfortheatlas","text":"\u5c71\u6797\u79d8\u7a74"},{"type":"\u795e\u5723\u5927\u6559\u5802","disc":"warfortheatlas","text":"\u795e\u5723\u5927\u6559\u5802"},{"type":"\u8fdc\u53e4\u5e02\u96c6","disc":"warfortheatlas","text":"\u8fdc\u53e4\u5e02\u96c6"},{"type":"\u5371\u5ca9\u6d77\u6ee9","disc":"warfortheatlas","text":"\u5371\u5ca9\u6d77\u6ee9"},{"type":"\u949f\u697c","disc":"warfortheatlas","text":"\u949f\u697c"},{"type":"\u7634\u6c14\u6ce5\u6cbc","disc":"warfortheatlas","text":"\u7634\u6c14\u6ce5\u6cbc"},{"type":"\u53e4\u77f3\u9675\u5893","disc":"warfortheatlas","text":"\u53e4\u77f3\u9675\u5893"},{"type":"\u9ed1\u68d8\u8c37\u5730","disc":"warfortheatlas","text":"\u9ed1\u68d8\u8c37\u5730"},{"type":"\u5e7d\u95ed\u5893\u9886","disc":"warfortheatlas","text":"\u5e7d\u95ed\u5893\u9886"},{"type":"\u6076\u5ff5\u7262\u7b3c","disc":"warfortheatlas","text":"\u6076\u5ff5\u7262\u7b3c"},{"type":"\u5bc2\u7075\u4e4b\u6e0a","disc":"warfortheatlas","text":"\u5bc2\u7075\u4e4b\u6e0a"},{"type":"\u7099\u9633\u5ce1\u8c37","disc":"warfortheatlas","text":"\u7099\u9633\u5ce1\u8c37"},{"type":"\u6076\u81ed\u6b7b\u57df","disc":"warfortheatlas","text":"\u6076\u81ed\u6b7b\u57df"},{"type":"\u5e7d\u5f71\u9057\u5740","disc":"warfortheatlas","text":"\u5e7d\u5f71\u9057\u5740"},{"type":"\u5e7d\u9b42\u76d1\u7262","disc":"warfortheatlas","text":"\u5e7d\u9b42\u76d1\u7262"},{"type":"\u6668\u66e6\u5893\u5730","disc":"warfortheatlas","text":"\u6668\u66e6\u5893\u5730"},{"type":"\u79d8\u5bc6\u901a\u9053","disc":"warfortheatlas","text":"\u79d8\u5bc6\u901a\u9053"},{"type":"\u53e4\u5821","disc":"warfortheatlas","text":"\u53e4\u5821"},{"type":"\u5947\u7f8e\u62c9\u9886\u57df","disc":"warfortheatlas","text":"\u5947\u7f8e\u62c9\u9886\u57df"},{"type":"\u57ce\u4e2d\u5e7f\u573a","disc":"warfortheatlas","text":"\u57ce\u4e2d\u5e7f\u573a"},{"type":"\u5bd2\u971c\u4e4b\u6cb3","disc":"warfortheatlas","text":"\u5bd2\u971c\u4e4b\u6cb3"},{"type":"\u6fc0\u6218\u67f1\u5eca","disc":"warfortheatlas","text":"\u6fc0\u6218\u67f1\u5eca"},{"type":"\u5927\u51b3\u6597\u573a","disc":"warfortheatlas","text":"\u5927\u51b3\u6597\u573a"},{"type":"\u53e4\u5854\u5185\u5802","disc":"warfortheatlas","text":"\u53e4\u5854\u5185\u5802"},{"type":"\u73ca\u745a\u9057\u8ff9","disc":"warfortheatlas","text":"\u73ca\u745a\u9057\u8ff9"},{"type":"\u6838\u5fc3","disc":"warfortheatlas","text":"\u6838\u5fc3"},{"type":"\u5931\u5e8f\u6559\u9662","disc":"warfortheatlas","text":"\u5931\u5e8f\u6559\u9662"},{"type":"\u5947\u672f\u4e4b\u5ead","disc":"warfortheatlas","text":"\u5947\u672f\u4e4b\u5ead"},{"type":"\u75be\u98ce\u5ce1\u6e7e","disc":"warfortheatlas","text":"\u75be\u98ce\u5ce1\u6e7e"},{"type":"\u73ab\u7ea2\u795e\u6bbf","disc":"warfortheatlas","text":"\u73ab\u7ea2\u795e\u6bbf"},{"type":"\u7eef\u7ea2\u5c0f\u9547","disc":"warfortheatlas","text":"\u7eef\u7ea2\u5c0f\u9547"},{"type":"\u51b0\u51b7\u901a\u9053","disc":"warfortheatlas","text":"\u51b0\u51b7\u901a\u9053"},{"type":"\u5492\u6028\u9675\u5893","disc":"warfortheatlas","text":"\u5492\u6028\u9675\u5893"},{"type":"\u591c\u8bed\u5e7d\u6797","disc":"warfortheatlas","text":"\u591c\u8bed\u5e7d\u6797"},{"type":"\u4e0d\u6d01\u6559\u5802","disc":"warfortheatlas","text":"\u4e0d\u6d01\u6559\u5802"},{"type":"\u8d2b\u7620\u4e4b\u5730","disc":"warfortheatlas","text":"\u8d2b\u7620\u4e4b\u5730"},{"type":"\u8352\u6f20\u7eff\u6d32","disc":"warfortheatlas","text":"\u8352\u6f20\u7eff\u6d32"},{"type":"\u6398\u5730\u4e4b\u7262","disc":"warfortheatlas","text":"\u6398\u5730\u4e4b\u7262"},{"type":"\u5e72\u67af\u4e4b\u6d77","disc":"warfortheatlas","text":"\u5e72\u67af\u4e4b\u6d77"},{"type":"\u66ae\u8272\u6c99\u4e18","disc":"warfortheatlas","text":"\u66ae\u8272\u6c99\u4e18"},{"type":"\u7981\u9b42\u708e\u72f1","disc":"warfortheatlas","text":"\u7981\u9b42\u708e\u72f1"},{"type":"\u8d64\u5bd2\u6cb3\u5cb8","disc":"warfortheatlas","text":"\u8d64\u5bd2\u6cb3\u5cb8"},{"type":"\u6316\u6398\u573a","disc":"warfortheatlas","text":"\u6316\u6398\u573a"},{"type":"\u5de5\u5382\u9057\u8ff9","disc":"warfortheatlas","text":"\u5de5\u5382\u9057\u8ff9"},{"type":"\u65e0\u8fb9\u539f\u91ce","disc":"warfortheatlas","text":"\u65e0\u8fb9\u539f\u91ce"},{"type":"\u79ef\u6c34\u77ff\u5751","disc":"warfortheatlas","text":"\u79ef\u6c34\u77ff\u5751"},{"type":"\u7981\u65ad\u4e4b\u6797","disc":"warfortheatlas","text":"\u7981\u65ad\u4e4b\u6797"},{"type":"\u5206\u53c9\u4e4b\u6cb3","disc":"warfortheatlas","text":"\u5206\u53c9\u4e4b\u6cb3"},{"type":"\u953b\u6676\u8f66\u95f4","disc":"warfortheatlas","text":"\u953b\u6676\u8f66\u95f4"},{"type":"\u51bb\u7ed3\u4e4b\u8231","disc":"warfortheatlas","text":"\u51bb\u7ed3\u4e4b\u8231"},{"type":"\u82b1\u56ed\u8ff7\u5bab","disc":"warfortheatlas","text":"\u82b1\u56ed\u8ff7\u5bab"},{"type":"\u6c34\u6676\u6d1e\u7a74","disc":"warfortheatlas","text":"\u6c34\u6676\u6d1e\u7a74"},{"type":"\u8d64\u8d2b\u5c45\u6240","disc":"warfortheatlas","text":"\u8d64\u8d2b\u5c45\u6240"},{"type":"\u51b0\u5ddd","disc":"warfortheatlas","text":"\u51b0\u5ddd"},{"type":"\u8352\u575f\u51f9\u5730","disc":"warfortheatlas","text":"\u8352\u575f\u51f9\u5730"},{"type":"\u5815\u5f71\u5893\u573a","disc":"warfortheatlas","text":"\u5815\u5f71\u5893\u573a"},{"type":"\u5e7d\u6697\u5730\u7a74","disc":"warfortheatlas","text":"\u5e7d\u6697\u5730\u7a74"},{"type":"\u5148\u9a71\u8005\u5730\u56fe","disc":"warfortheatlas","text":"\u5148\u9a71\u8005\u5730\u56fe"},{"type":"\u5e7d\u9b42\u5b85\u90b8","disc":"warfortheatlas","text":"\u5e7d\u9b42\u5b85\u90b8"},{"type":"\u4e5d\u5934\u86c7\u5de2\u7a74","disc":"warfortheatlas","text":"\u4e5d\u5934\u86c7\u5de2\u7a74"},{"type":"\u6781\u5bd2\u51b0\u539f","disc":"warfortheatlas","text":"\u6781\u5bd2\u51b0\u539f"},{"type":"\u75ab\u6e90\u6797\u8c37","disc":"warfortheatlas","text":"\u75ab\u6e90\u6797\u8c37"},{"type":"\u767d\u7389\u795e\u5e99","disc":"warfortheatlas","text":"\u767d\u7389\u795e\u5e99"},{"type":"\u5267\u6bd2\u6797\u8c37","disc":"warfortheatlas","text":"\u5267\u6bd2\u6797\u8c37"},{"type":"\u5b9e\u9a8c\u5bc6\u5ba4","disc":"warfortheatlas","text":"\u5b9e\u9a8c\u5bc6\u5ba4"},{"type":"\u5de2\u7a74","disc":"warfortheatlas","text":"\u5de2\u7a74"},{"type":"\u7194\u5ca9\u4e4b\u6bbf","disc":"warfortheatlas","text":"\u7194\u5ca9\u4e4b\u6bbf"},{"type":"\u7194\u5ca9\u4e4b\u6e56","disc":"warfortheatlas","text":"\u7194\u5ca9\u4e4b\u6e56"},{"type":"\u8352\u51c9\u539f\u91ce","disc":"warfortheatlas","text":"\u8352\u51c9\u539f\u91ce"},{"type":"\u5b64\u5c9b\u706f\u5854","disc":"warfortheatlas","text":"\u5b64\u5c9b\u706f\u5854"},{"type":"\u5371\u5899\u4e4b\u5730","disc":"warfortheatlas","text":"\u5371\u5899\u4e4b\u5730"},{"type":"\u7578\u5f62\u4ea1\u57df","disc":"warfortheatlas","text":"\u7578\u5f62\u4ea1\u57df"},{"type":"\u7edd\u671b\u6cbc\u6cfd","disc":"warfortheatlas","text":"\u7edd\u671b\u6cbc\u6cfd"},{"type":"\u738b\u9675","disc":"warfortheatlas","text":"\u738b\u9675"},{"type":"\u51a5\u795e\u4e4b\u57df","disc":"warfortheatlas","text":"\u51a5\u795e\u4e4b\u57df"},{"type":"\u8d64\u7ea2\u5c71\u5730","disc":"warfortheatlas","text":"\u8d64\u7ea2\u5c71\u5730"},{"type":"\u5e9f\u5f03\u77ff\u5c71","disc":"warfortheatlas","text":"\u5e9f\u5f03\u77ff\u5c71"},{"type":"\u725b\u5934\u4eba\u8ff7\u5bab","disc":"warfortheatlas","text":"\u725b\u5934\u4eba\u8ff7\u5bab"},{"type":"\u6708\u5f71\u795e\u6bbf","disc":"warfortheatlas","text":"\u6708\u5f71\u795e\u6bbf"},{"type":"\u9634\u6666\u6ce5\u6ee9","disc":"warfortheatlas","text":"\u9634\u6666\u6ce5\u6ee9"},{"type":"\u53e4\u535a\u7269\u9986","disc":"warfortheatlas","text":"\u53e4\u535a\u7269\u9986"},{"type":"\u9b54\u5f71\u5893\u573a","disc":"warfortheatlas","text":"\u9b54\u5f71\u5893\u573a"},{"type":"\u5bc6\u6797\u679c\u56ed","disc":"warfortheatlas","text":"\u5bc6\u6797\u679c\u56ed"},{"type":"\u957f\u8349\u9057\u8ff9","disc":"warfortheatlas","text":"\u957f\u8349\u9057\u8ff9"},{"type":"\u5bc6\u8349\u795e\u6bbf","disc":"warfortheatlas","text":"\u5bc6\u8349\u795e\u6bbf"},{"type":"\u795e\u57df\u4e4b\u6bbf","disc":"warfortheatlas","text":"\u795e\u57df\u4e4b\u6bbf"},{"type":"\u5bc2\u591c\u6797\u82d1","disc":"warfortheatlas","text":"\u5bc2\u591c\u6797\u82d1"},{"type":"\u9690\u6666\u7262\u72f1","disc":"warfortheatlas","text":"\u9690\u6666\u7262\u72f1"},{"type":"\u5e72\u6f6e\u6797\u5730","disc":"warfortheatlas","text":"\u5e72\u6f6e\u6797\u5730"},{"type":"\u9b54\u7075\u5e7b\u72f1","disc":"warfortheatlas","text":"\u9b54\u7075\u5e7b\u72f1"},{"type":"\u4e0d\u6b7b\u9e1f\u953b\u53f0","disc":"warfortheatlas","text":"\u4e0d\u6b7b\u9e1f\u953b\u53f0"},{"type":"\u6012\u6d6a\u4e4b\u6e2f","disc":"warfortheatlas","text":"\u6012\u6d6a\u4e4b\u6e2f"},{"type":"\u5de8\u5751","disc":"warfortheatlas","text":"\u5de8\u5751"},{"type":"\u6d77\u98ce\u9ad8\u539f","disc":"warfortheatlas","text":"\u6d77\u98ce\u9ad8\u539f"},{"type":"\u5e7f\u573a","disc":"warfortheatlas","text":"\u5e7f\u573a"},{"type":"\u4e2d\u8f6c\u7801\u5934","disc":"warfortheatlas","text":"\u4e2d\u8f6c\u7801\u5934"},{"type":"\u82e6\u884c\u4e4b\u57df","disc":"warfortheatlas","text":"\u82e6\u884c\u4e4b\u57df"},{"type":"\u8d77\u6e90\u4e4b\u6c60","disc":"warfortheatlas","text":"\u8d77\u6e90\u4e4b\u6c60"},{"type":"\u6708\u8272\u56de\u5eca","disc":"warfortheatlas","text":"\u6708\u8272\u56de\u5eca"},{"type":"\u5de8\u578b\u7ade\u6280\u573a","disc":"warfortheatlas","text":"\u5de8\u578b\u7ade\u6280\u573a"},{"type":"\u5947\u8ff9\u4e4b\u5899","disc":"warfortheatlas","text":"\u5947\u8ff9\u4e4b\u5899"},{"type":"\u5371\u673a\u6d77\u7901","disc":"warfortheatlas","text":"\u5371\u673a\u6d77\u7901"},{"type":"\u53e4\u85cf\u5bc6\u5ba4","disc":"warfortheatlas","text":"\u53e4\u85cf\u5bc6\u5ba4"},{"type":"\u795e\u4e3b\u5c45\u6240","disc":"warfortheatlas","text":"\u795e\u4e3b\u5c45\u6240"},{"type":"\u7834\u65e7\u4e66\u5e93","disc":"warfortheatlas","text":"\u7834\u65e7\u4e66\u5e93"},{"type":"\u9634\u6697\u5893\u51a2","disc":"warfortheatlas","text":"\u9634\u6697\u5893\u51a2"},{"type":"\u70bd\u708e\u8239\u575e","disc":"warfortheatlas","text":"\u70bd\u708e\u8239\u575e"},{"type":"\u66ae\u5149\u6d77\u6ee9","disc":"warfortheatlas","text":"\u66ae\u5149\u6d77\u6ee9"},{"type":"\u5947\u672f\u79d8\u6bbf","disc":"warfortheatlas","text":"\u5947\u672f\u79d8\u6bbf"},{"type":"\u56f4\u57ce","disc":"warfortheatlas","text":"\u56f4\u57ce"},{"type":"\u5706\u5f62\u79d8\u7a96","disc":"warfortheatlas","text":"\u5706\u5f62\u79d8\u7a96"},{"type":"\u5de8\u86db\u4e4b\u6797","disc":"warfortheatlas","text":"\u5de8\u86db\u4e4b\u6797"},{"type":"\u5de8\u86db\u5de2\u7a74","disc":"warfortheatlas","text":"\u5de8\u86db\u5de2\u7a74"},{"type":"\u5b62\u5b50\u7a7a\u8c37","disc":"warfortheatlas","text":"\u5b62\u5b50\u7a7a\u8c37"},{"type":"\u505c\u6ede\u533a","disc":"warfortheatlas","text":"\u505c\u6ede\u533a"},{"type":"\u81f4\u547d\u5ca9\u6ee9","disc":"warfortheatlas","text":"\u81f4\u547d\u5ca9\u6ee9"},{"type":"\u786b\u78fa\u8680\u5cb8","disc":"warfortheatlas","text":"\u786b\u78fa\u8680\u5cb8"},{"type":"\u5bd2\u9876\u4e4b\u5dc5","disc":"warfortheatlas","text":"\u5bd2\u9876\u4e4b\u5dc5"},{"type":"\u6c89\u6ca6\u4e4b\u57ce","disc":"warfortheatlas","text":"\u6c89\u6ca6\u4e4b\u57ce"},{"type":"\u5e7b\u5883\u5730\u56fe","disc":"warfortheatlas","text":"\u5e7b\u5883\u5730\u56fe"},{"type":"\u593a\u9b42\u4e4b\u6bbf","disc":"warfortheatlas","text":"\u593a\u9b42\u4e4b\u6bbf"},{"type":"\u6d77\u6ee8\u53f0\u5730","disc":"warfortheatlas","text":"\u6d77\u6ee8\u53f0\u5730"},{"type":"\u60ca\u60e7\u6811\u4e1b","disc":"warfortheatlas","text":"\u60ca\u60e7\u6811\u4e1b"},{"type":"\u8fdc\u53e4\u8857\u533a","disc":"warfortheatlas","text":"\u8fdc\u53e4\u8857\u533a"},{"type":"\u9ad8\u5854","disc":"warfortheatlas","text":"\u9ad8\u5854"},{"type":"\u5267\u6bd2\u6c34\u9053","disc":"warfortheatlas","text":"\u5267\u6bd2\u6c34\u9053"},{"type":"\u7b26\u6587\u81f4\u547d\u8d2a\u5a6a","disc":"warfortheatlas","text":"\u7b26\u6587\u81f4\u547d\u8d2a\u5a6a"},{"type":"\u9668\u5751","disc":"warfortheatlas","text":"\u9668\u5751"},{"type":"\u6674\u7a7a\u5e7d\u5c9b","disc":"warfortheatlas","text":"\u6674\u7a7a\u5e7d\u5c9b"},{"type":"\u5730\u5e95\u4e4b\u6cb3","disc":"warfortheatlas","text":"\u5730\u5e95\u4e4b\u6cb3"},{"type":"\u6ee8\u6d77\u5e7d\u7a74","disc":"warfortheatlas","text":"\u6ee8\u6d77\u5e7d\u7a74"},{"type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"warfortheatlas","text":"\u74e6\u5c14\u91d1\u5b57\u5854"},{"type":"\u74e6\u5c14\u5bc6\u6bbf","disc":"warfortheatlas","text":"\u74e6\u5c14\u5bc6\u6bbf"},{"type":"\u673a\u5173\u5b9d\u5e93","disc":"warfortheatlas","text":"\u673a\u5173\u5b9d\u5e93"},{"type":"\u9b45\u5f71\u522b\u5885","disc":"warfortheatlas","text":"\u9b45\u5f71\u522b\u5885"},{"type":"\u706b\u5c71\u708e\u57df","disc":"warfortheatlas","text":"\u706b\u5c71\u708e\u57df"},{"type":"\u8352\u5730","disc":"warfortheatlas","text":"\u8352\u5730"},{"type":"\u6b7b\u5bc2\u6ce5\u6c9f","disc":"warfortheatlas","text":"\u6b7b\u5bc2\u6ce5\u6c9f"},{"type":"\u5371\u673a\u6c34\u9053","disc":"warfortheatlas","text":"\u5371\u673a\u6c34\u9053"},{"type":"\u6bd2\u7259\u6d77\u6e2f","disc":"warfortheatlas","text":"\u6bd2\u7259\u6d77\u6e2f"},{"name":"\u8f6e\u56de\u7684\u68a6\u9b47","type":"\u5bc6\u8349\u795e\u6bbf","disc":"atlasofworlds","text":"\u8f6e\u56de\u7684\u68a6\u9b47 \u5bc6\u8349\u795e\u6bbf (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74","type":"\u5730\u5e95\u4e4b\u6cb3","disc":"atlasofworlds","text":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 \u5730\u5e95\u4e4b\u6cb3 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u4ea1\u8005\u4e4b\u8d22","type":"\u9b54\u5f71\u5893\u573a","disc":"atlasofworlds","text":"\u4ea1\u8005\u4e4b\u8d22 \u9b54\u5f71\u5893\u573a (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u5143\u5e05\u6bbf\u5802","type":"\u6708\u8272\u56de\u5eca","disc":"atlasofworlds","text":"\u5143\u5e05\u6bbf\u5802 \u6708\u8272\u56de\u5eca (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u9b54\u8bc5\u4e4b\u57df","type":"\u5815\u5f71\u5893\u573a","disc":"atlasofworlds","text":"\u9b54\u8bc5\u4e4b\u57df \u5815\u5f71\u5893\u573a (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u6df7\u6c8c\u4e4b\u6e0a","type":"\u6ee8\u6d77\u5c71\u4e18","disc":"atlasofworlds","text":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u8d3c\u7a9d","type":"\u5371\u673a\u6d77\u7901","disc":"atlasofworlds","text":"\u8d3c\u7a9d \u5371\u673a\u6d77\u7901 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93","type":"\u8fdc\u53e4\u8857\u533a","disc":"atlasofworlds","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u8fdc\u53e4\u4e4b\u5370","type":"\u53e4\u77f3\u9675\u5893","disc":"atlasofworlds","text":"\u8fdc\u53e4\u4e4b\u5370 \u53e4\u77f3\u9675\u5893 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u6c89\u6ca6\u4e4b\u95f4","type":"\u593a\u9b42\u4e4b\u6bbf","disc":"atlasofworlds","text":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u964d\u4e34\u4e4b\u5730","type":"\u5148\u9a71\u8005\u5730\u56fe","disc":"atlasofworlds","text":"\u964d\u4e34\u4e4b\u5730 \u5148\u9a71\u8005\u5730\u56fe (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u61e6\u8005\u7684\u8bd5\u9a8c","type":"\u5492\u6028\u9675\u5893","disc":"atlasofworlds","text":"\u61e6\u8005\u7684\u8bd5\u9a8c \u5492\u6028\u9675\u5893 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed","type":"\u53e4\u5821","disc":"atlasofworlds","text":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed \u53e4\u5821 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u5e7d\u79d8\u535a\u7269\u9986","type":"\u53e4\u535a\u7269\u9986","disc":"atlasofworlds","text":"\u5e7d\u79d8\u535a\u7269\u9986 \u53e4\u535a\u7269\u9986 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u7ef4\u514b\u5854\u5e7f\u573a","type":"\u5947\u672f\u4e4b\u5ead","disc":"atlasofworlds","text":"\u7ef4\u514b\u5854\u5e7f\u573a \u5947\u672f\u4e4b\u5ead (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93","type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"atlasofworlds","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"name":"\u7981\u95ed\u796d\u575b","type":"\u81f4\u547d\u5ca9\u6ee9","disc":"atlasofworlds","text":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9 (\u5f02\u754c\u56fe\u9274)","flags":{"unique":true}},{"type":"\u5bc2\u7075\u4e4b\u6e0a","disc":"atlasofworlds","text":"\u5bc2\u7075\u4e4b\u6e0a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6076\u7075\u5b66\u9662","disc":"atlasofworlds","text":"\u6076\u7075\u5b66\u9662 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6076\u7075\u5b66\u9662(\u5851)","disc":"atlasofworlds","text":"\u6076\u7075\u5b66\u9662(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5f3a\u9178\u6d1e\u7a74","disc":"atlasofworlds","text":"\u5f3a\u9178\u6d1e\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5f3a\u9178\u6d1e\u7a74(\u5851)","disc":"atlasofworlds","text":"\u5f3a\u9178\u6d1e\u7a74(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5f02\u86db\u5de2\u7a74","disc":"atlasofworlds","text":"\u5f02\u86db\u5de2\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5f02\u86db\u5de2\u7a74(\u5851)","disc":"atlasofworlds","text":"\u5f02\u86db\u5de2\u7a74(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7075\u866b\u5893\u7a74","disc":"atlasofworlds","text":"\u7075\u866b\u5893\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7075\u866b\u5893\u7a74(\u5851)","disc":"atlasofworlds","text":"\u7075\u866b\u5893\u7a74(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5d29\u574f\u957f\u5eca","disc":"atlasofworlds","text":"\u5d29\u574f\u957f\u5eca (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5d29\u574f\u957f\u5eca(\u5851)","disc":"atlasofworlds","text":"\u5d29\u574f\u957f\u5eca(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7ade\u6280\u573a","disc":"atlasofworlds","text":"\u7ade\u6280\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7ade\u6280\u573a(\u5851)","disc":"atlasofworlds","text":"\u7ade\u6280\u573a(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8352\u829c\u6e56\u57df","disc":"atlasofworlds","text":"\u8352\u829c\u6e56\u57df (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8352\u829c\u6e56\u57df(\u5851)","disc":"atlasofworlds","text":"\u8352\u829c\u6e56\u57df(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u88c5\u5907\u5e93","disc":"atlasofworlds","text":"\u88c5\u5907\u5e93 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u88c5\u5907\u5e93(\u5851)","disc":"atlasofworlds","text":"\u88c5\u5907\u5e93(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u5175\u5de5\u5382","disc":"atlasofworlds","text":"\u53e4\u5175\u5de5\u5382 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u5175\u5de5\u5382(\u5851)","disc":"atlasofworlds","text":"\u53e4\u5175\u5de5\u5382(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6ee8\u6d77\u5c71\u4e18","disc":"atlasofworlds","text":"\u6ee8\u6d77\u5c71\u4e18 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6ee8\u6d77\u5c71\u4e18(\u5851)","disc":"atlasofworlds","text":"\u6ee8\u6d77\u5c71\u4e18(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5c71\u6797\u79d8\u7a74","disc":"atlasofworlds","text":"\u5c71\u6797\u79d8\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5c71\u6797\u79d8\u7a74(\u5851)","disc":"atlasofworlds","text":"\u5c71\u6797\u79d8\u7a74(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8fdc\u53e4\u5e02\u96c6","disc":"atlasofworlds","text":"\u8fdc\u53e4\u5e02\u96c6 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5371\u5ca9\u6d77\u6ee9","disc":"atlasofworlds","text":"\u5371\u5ca9\u6d77\u6ee9 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5371\u5ca9\u6d77\u6ee9(\u5851)","disc":"atlasofworlds","text":"\u5371\u5ca9\u6d77\u6ee9(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5b64\u5c9b\u706f\u5854","disc":"atlasofworlds","text":"\u5b64\u5c9b\u706f\u5854 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7634\u6c14\u6ce5\u6cbc","disc":"atlasofworlds","text":"\u7634\u6c14\u6ce5\u6cbc (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7634\u6c14\u6ce5\u6cbc(\u5851)","text":"\u7634\u6c14\u6ce5\u6cbc(\u5851)"},{"type":"\u5e7d\u95ed\u5893\u9886","disc":"atlasofworlds","text":"\u5e7d\u95ed\u5893\u9886 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e7d\u95ed\u5893\u9886(\u5851)","disc":"atlasofworlds","text":"\u5e7d\u95ed\u5893\u9886(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7099\u9633\u5ce1\u8c37","disc":"atlasofworlds","text":"\u7099\u9633\u5ce1\u8c37 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7099\u9633\u5ce1\u8c37(\u5851)","text":"\u7099\u9633\u5ce1\u8c37(\u5851)"},{"type":"\u65e7\u57ce\u5e9f\u589f","disc":"atlasofworlds","text":"\u65e7\u57ce\u5e9f\u589f (\u5f02\u754c\u56fe\u9274)"},{"type":"\u65e7\u57ce\u5e9f\u589f(\u5851)","disc":"atlasofworlds","text":"\u65e7\u57ce\u5e9f\u589f(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u77f3\u9675\u5893","disc":"atlasofworlds","text":"\u53e4\u77f3\u9675\u5893 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u77f3\u9675\u5893(\u5851)","disc":"atlasofworlds","text":"\u53e4\u77f3\u9675\u5893(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u79ef\u6c34\u77ff\u5751","disc":"atlasofworlds","text":"\u79ef\u6c34\u77ff\u5751 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u79ef\u6c34\u77ff\u5751(\u5851)","disc":"atlasofworlds","text":"\u79ef\u6c34\u77ff\u5751(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e7d\u9b42\u76d1\u7262","disc":"atlasofworlds","text":"\u5e7d\u9b42\u76d1\u7262 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e7d\u9b42\u76d1\u7262(\u5851)","disc":"atlasofworlds","text":"\u5e7d\u9b42\u76d1\u7262(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6668\u66e6\u5893\u5730","disc":"atlasofworlds","text":"\u6668\u66e6\u5893\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6668\u66e6\u5893\u5730(\u5851)","disc":"atlasofworlds","text":"\u6668\u66e6\u5893\u5730(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u79d8\u5bc6\u901a\u9053","disc":"atlasofworlds","text":"\u79d8\u5bc6\u901a\u9053 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u79d8\u5bc6\u901a\u9053(\u5851)","disc":"atlasofworlds","text":"\u79d8\u5bc6\u901a\u9053(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u5821","disc":"atlasofworlds","text":"\u53e4\u5821 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5947\u7f8e\u62c9\u9886\u57df","disc":"atlasofworlds","text":"\u5947\u7f8e\u62c9\u9886\u57df (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6fc0\u6218\u67f1\u5eca","disc":"atlasofworlds","text":"\u6fc0\u6218\u67f1\u5eca (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6fc0\u6218\u67f1\u5eca(\u5851)","text":"\u6fc0\u6218\u67f1\u5eca(\u5851)"},{"type":"\u5927\u51b3\u6597\u573a","disc":"atlasofworlds","text":"\u5927\u51b3\u6597\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6838\u5fc3","disc":"atlasofworlds","text":"\u6838\u5fc3 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5947\u672f\u4e4b\u5ead","disc":"atlasofworlds","text":"\u5947\u672f\u4e4b\u5ead (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5947\u672f\u4e4b\u5ead(\u5851)","disc":"atlasofworlds","text":"\u5947\u672f\u4e4b\u5ead(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u75be\u98ce\u5ce1\u6e7e","disc":"atlasofworlds","text":"\u75be\u98ce\u5ce1\u6e7e (\u5f02\u754c\u56fe\u9274)"},{"type":"\u75be\u98ce\u5ce1\u6e7e(\u5851)","disc":"atlasofworlds","text":"\u75be\u98ce\u5ce1\u6e7e(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7194\u5ca9\u4e4b\u6bbf","disc":"atlasofworlds","text":"\u7194\u5ca9\u4e4b\u6bbf (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5492\u6028\u9675\u5893","disc":"atlasofworlds","text":"\u5492\u6028\u9675\u5893 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5492\u6028\u9675\u5893(\u5851)","disc":"atlasofworlds","text":"\u5492\u6028\u9675\u5893(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u51b0\u51b7\u901a\u9053","disc":"atlasofworlds","text":"\u51b0\u51b7\u901a\u9053 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u51b0\u51b7\u901a\u9053(\u5851)","disc":"atlasofworlds","text":"\u51b0\u51b7\u901a\u9053(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u591c\u8bed\u5e7d\u6797","disc":"atlasofworlds","text":"\u591c\u8bed\u5e7d\u6797 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d2b\u7620\u4e4b\u5730","disc":"atlasofworlds","text":"\u8d2b\u7620\u4e4b\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d2b\u7620\u4e4b\u5730(\u5851)","disc":"atlasofworlds","text":"\u8d2b\u7620\u4e4b\u5730(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e72\u6f6e\u6797\u5730","disc":"atlasofworlds","text":"\u5e72\u6f6e\u6797\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e72\u6f6e\u6797\u5730(\u5851)","disc":"atlasofworlds","text":"\u5e72\u6f6e\u6797\u5730(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u65f1\u6728\u6797\u5730","disc":"atlasofworlds","text":"\u65f1\u6728\u6797\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u65f1\u6728\u6797\u5730(\u5851)","disc":"atlasofworlds","text":"\u65f1\u6728\u6797\u5730(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u66ae\u8272\u6c99\u4e18","disc":"atlasofworlds","text":"\u66ae\u8272\u6c99\u4e18 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u66ae\u8272\u6c99\u4e18(\u5851)","disc":"atlasofworlds","text":"\u66ae\u8272\u6c99\u4e18(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7981\u9b42\u708e\u72f1","disc":"atlasofworlds","text":"\u7981\u9b42\u708e\u72f1 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7981\u9b42\u708e\u72f1(\u5851)","disc":"atlasofworlds","text":"\u7981\u9b42\u708e\u72f1(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d64\u5bd2\u6cb3\u5cb8","disc":"atlasofworlds","text":"\u8d64\u5bd2\u6cb3\u5cb8 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6316\u6398\u573a","disc":"atlasofworlds","text":"\u6316\u6398\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de5\u5382\u9057\u8ff9","disc":"atlasofworlds","text":"\u5de5\u5382\u9057\u8ff9 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de5\u5382\u9057\u8ff9(\u5851)","disc":"atlasofworlds","text":"\u5de5\u5382\u9057\u8ff9(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d64\u8d2b\u5c45\u6240","disc":"atlasofworlds","text":"\u8d64\u8d2b\u5c45\u6240 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d64\u8d2b\u5c45\u6240(\u5851)","disc":"atlasofworlds","text":"\u8d64\u8d2b\u5c45\u6240(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u51b0\u5ddd","disc":"atlasofworlds","text":"\u51b0\u5ddd (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5815\u5f71\u5893\u573a","disc":"atlasofworlds","text":"\u5815\u5f71\u5893\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5815\u5f71\u5893\u573a(\u5851)","disc":"atlasofworlds","text":"\u5815\u5f71\u5893\u573a(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e7d\u6697\u5730\u7a74","disc":"atlasofworlds","text":"\u5e7d\u6697\u5730\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e7d\u6697\u5730\u7a74(\u5851)","disc":"atlasofworlds","text":"\u5e7d\u6697\u5730\u7a74(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5148\u9a71\u8005\u5730\u56fe","disc":"atlasofworlds","text":"\u5148\u9a71\u8005\u5730\u56fe (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6d77\u6ee8\u53f0\u5730","disc":"atlasofworlds","text":"\u6d77\u6ee8\u53f0\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u4e5d\u5934\u86c7\u5de2\u7a74","disc":"atlasofworlds","text":"\u4e5d\u5934\u86c7\u5de2\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u767d\u7389\u795e\u5e99","disc":"atlasofworlds","text":"\u767d\u7389\u795e\u5e99 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5267\u6bd2\u6797\u8c37","disc":"atlasofworlds","text":"\u5267\u6bd2\u6797\u8c37 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5267\u6bd2\u6797\u8c37(\u5851)","disc":"atlasofworlds","text":"\u5267\u6bd2\u6797\u8c37(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de2\u7a74","disc":"atlasofworlds","text":"\u5de2\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7578\u5f62\u4ea1\u57df","disc":"atlasofworlds","text":"\u7578\u5f62\u4ea1\u57df (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7578\u5f62\u4ea1\u57df(\u5851)","text":"\u7578\u5f62\u4ea1\u57df(\u5851)"},{"type":"\u7edd\u671b\u6cbc\u6cfd","disc":"atlasofworlds","text":"\u7edd\u671b\u6cbc\u6cfd (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7edd\u671b\u6cbc\u6cfd(\u5851)","disc":"atlasofworlds","text":"\u7edd\u671b\u6cbc\u6cfd(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u51a5\u795e\u4e4b\u57df","disc":"atlasofworlds","text":"\u51a5\u795e\u4e4b\u57df (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d64\u7ea2\u5c71\u5730","disc":"atlasofworlds","text":"\u8d64\u7ea2\u5c71\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d64\u7ea2\u5c71\u5730(\u5851)","disc":"atlasofworlds","text":"\u8d64\u7ea2\u5c71\u5730(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e9f\u5f03\u77ff\u5c71","disc":"atlasofworlds","text":"\u5e9f\u5f03\u77ff\u5c71 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u725b\u5934\u4eba\u8ff7\u5bab","disc":"atlasofworlds","text":"\u725b\u5934\u4eba\u8ff7\u5bab (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9634\u6666\u6ce5\u6ee9","disc":"atlasofworlds","text":"\u9634\u6666\u6ce5\u6ee9 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9634\u6666\u6ce5\u6ee9(\u5851)","disc":"atlasofworlds","text":"\u9634\u6666\u6ce5\u6ee9(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u535a\u7269\u9986","disc":"atlasofworlds","text":"\u53e4\u535a\u7269\u9986 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u53e4\u535a\u7269\u9986(\u5851)","disc":"atlasofworlds","text":"\u53e4\u535a\u7269\u9986(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9b54\u5f71\u5893\u573a","disc":"atlasofworlds","text":"\u9b54\u5f71\u5893\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8352\u6f20\u7eff\u6d32","disc":"atlasofworlds","text":"\u8352\u6f20\u7eff\u6d32 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8352\u6f20\u7eff\u6d32(\u5851)","disc":"atlasofworlds","text":"\u8352\u6f20\u7eff\u6d32(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5bc6\u6797\u679c\u56ed","disc":"atlasofworlds","text":"\u5bc6\u6797\u679c\u56ed (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5bc6\u6797\u679c\u56ed(\u5851)","disc":"atlasofworlds","text":"\u5bc6\u6797\u679c\u56ed(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u957f\u8349\u9057\u8ff9","disc":"atlasofworlds","text":"\u957f\u8349\u9057\u8ff9 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5bc6\u8349\u795e\u6bbf","disc":"atlasofworlds","text":"\u5bc6\u8349\u795e\u6bbf (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5bc6\u8349\u795e\u6bbf(\u5851)","disc":"atlasofworlds","text":"\u5bc6\u8349\u795e\u6bbf(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u795e\u57df\u4e4b\u6bbf","disc":"atlasofworlds","text":"\u795e\u57df\u4e4b\u6bbf (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9b54\u7075\u5e7b\u72f1","disc":"atlasofworlds","text":"\u9b54\u7075\u5e7b\u72f1 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9b54\u7075\u5e7b\u72f1(\u5851)","disc":"atlasofworlds","text":"\u9b54\u7075\u5e7b\u72f1(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u4e0d\u6b7b\u9e1f\u953b\u53f0","disc":"atlasofworlds","text":"\u4e0d\u6b7b\u9e1f\u953b\u53f0 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6012\u6d6a\u4e4b\u6e2f","disc":"atlasofworlds","text":"\u6012\u6d6a\u4e4b\u6e2f (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6012\u6d6a\u4e4b\u6e2f(\u5851)","disc":"atlasofworlds","text":"\u6012\u6d6a\u4e4b\u6e2f(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u5751","disc":"atlasofworlds","text":"\u5de8\u5751 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u5751(\u5851)","disc":"atlasofworlds","text":"\u5de8\u5751(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6d77\u98ce\u9ad8\u539f","disc":"atlasofworlds","text":"\u6d77\u98ce\u9ad8\u539f (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5e7f\u573a","disc":"atlasofworlds","text":"\u5e7f\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u82e6\u884c\u4e4b\u57df","disc":"atlasofworlds","text":"\u82e6\u884c\u4e4b\u57df (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d77\u6e90\u4e4b\u6c60","disc":"atlasofworlds","text":"\u8d77\u6e90\u4e4b\u6c60 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8d77\u6e90\u4e4b\u6c60(\u5851)","disc":"atlasofworlds","text":"\u8d77\u6e90\u4e4b\u6c60(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6708\u8272\u56de\u5eca","disc":"atlasofworlds","text":"\u6708\u8272\u56de\u5eca (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6708\u8272\u56de\u5eca(\u5851)","disc":"atlasofworlds","text":"\u6708\u8272\u56de\u5eca(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6c34\u6676\u6d1e\u7a74","disc":"atlasofworlds","text":"\u6c34\u6676\u6d1e\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6c34\u6676\u6d1e\u7a74(\u5851)","text":"\u6c34\u6676\u6d1e\u7a74(\u5851)"},{"type":"\u4e2d\u8f6c\u7801\u5934","disc":"atlasofworlds","text":"\u4e2d\u8f6c\u7801\u5934 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u4e2d\u8f6c\u7801\u5934(\u5851)","disc":"atlasofworlds","text":"\u4e2d\u8f6c\u7801\u5934(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u578b\u7ade\u6280\u573a","disc":"atlasofworlds","text":"\u5de8\u578b\u7ade\u6280\u573a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u578b\u7ade\u6280\u573a(\u5851)","disc":"atlasofworlds","text":"\u5de8\u578b\u7ade\u6280\u573a(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5947\u8ff9\u4e4b\u5899","disc":"atlasofworlds","text":"\u5947\u8ff9\u4e4b\u5899 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5947\u8ff9\u4e4b\u5899(\u5851)","text":"\u5947\u8ff9\u4e4b\u5899(\u5851)"},{"type":"\u5371\u673a\u6d77\u7901","disc":"atlasofworlds","text":"\u5371\u673a\u6d77\u7901 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5371\u673a\u6d77\u7901(\u5851)","disc":"atlasofworlds","text":"\u5371\u673a\u6d77\u7901(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u795e\u4e3b\u5c45\u6240","disc":"atlasofworlds","text":"\u795e\u4e3b\u5c45\u6240 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u7834\u65e7\u4e66\u5e93","disc":"atlasofworlds","text":"\u7834\u65e7\u4e66\u5e93 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5267\u6bd2\u6c34\u9053","disc":"atlasofworlds","text":"\u5267\u6bd2\u6c34\u9053 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5267\u6bd2\u6c34\u9053(\u5851)","disc":"atlasofworlds","text":"\u5267\u6bd2\u6c34\u9053(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u70bd\u708e\u8239\u575e","disc":"atlasofworlds","text":"\u70bd\u708e\u8239\u575e (\u5f02\u754c\u56fe\u9274)"},{"type":"\u66ae\u5149\u6d77\u6ee9","disc":"atlasofworlds","text":"\u66ae\u5149\u6d77\u6ee9 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u66ae\u5149\u6d77\u6ee9(\u5851)","disc":"atlasofworlds","text":"\u66ae\u5149\u6d77\u6ee9(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5947\u672f\u79d8\u6bbf","disc":"atlasofworlds","text":"\u5947\u672f\u79d8\u6bbf (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u86db\u4e4b\u6797","disc":"atlasofworlds","text":"\u5de8\u86db\u4e4b\u6797 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u86db\u4e4b\u6797(\u5851)","disc":"atlasofworlds","text":"\u5de8\u86db\u4e4b\u6797(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u86db\u5de2\u7a74","disc":"atlasofworlds","text":"\u5de8\u86db\u5de2\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5de8\u86db\u5de2\u7a74(\u5851)","disc":"atlasofworlds","text":"\u5de8\u86db\u5de2\u7a74(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5b62\u5b50\u7a7a\u8c37","disc":"atlasofworlds","text":"\u5b62\u5b50\u7a7a\u8c37 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u81f4\u547d\u5ca9\u6ee9","disc":"atlasofworlds","text":"\u81f4\u547d\u5ca9\u6ee9 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u81f4\u547d\u5ca9\u6ee9(\u5851)","disc":"atlasofworlds","text":"\u81f4\u547d\u5ca9\u6ee9(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8352\u51c9\u539f\u91ce","disc":"atlasofworlds","text":"\u8352\u51c9\u539f\u91ce (\u5f02\u754c\u56fe\u9274)"},{"type":"\u593a\u9b42\u4e4b\u6bbf","disc":"atlasofworlds","text":"\u593a\u9b42\u4e4b\u6bbf (\u5f02\u754c\u56fe\u9274)"},{"type":"\u593a\u9b42\u4e4b\u6bbf(\u5851)","disc":"atlasofworlds","text":"\u593a\u9b42\u4e4b\u6bbf(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u82b1\u56ed\u8ff7\u5bab","disc":"atlasofworlds","text":"\u82b1\u56ed\u8ff7\u5bab (\u5f02\u754c\u56fe\u9274)"},{"type":"\u82b1\u56ed\u8ff7\u5bab(\u5851)","disc":"atlasofworlds","text":"\u82b1\u56ed\u8ff7\u5bab(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u60ca\u60e7\u6811\u4e1b","disc":"atlasofworlds","text":"\u60ca\u60e7\u6811\u4e1b (\u5f02\u754c\u56fe\u9274)"},{"type":"\u60ca\u60e7\u6811\u4e1b(\u5851)","text":"\u60ca\u60e7\u6811\u4e1b(\u5851)"},{"type":"\u8fdc\u53e4\u8857\u533a","disc":"atlasofworlds","text":"\u8fdc\u53e4\u8857\u533a (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9ad8\u5854","disc":"atlasofworlds","text":"\u9ad8\u5854 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9ad8\u5854(\u5851)","disc":"atlasofworlds","text":"\u9ad8\u5854(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6674\u7a7a\u5e7d\u5c9b","disc":"atlasofworlds","text":"\u6674\u7a7a\u5e7d\u5c9b (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6674\u7a7a\u5e7d\u5c9b(\u5851)","disc":"atlasofworlds","text":"\u6674\u7a7a\u5e7d\u5c9b(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5730\u5e95\u4e4b\u6cb3","disc":"atlasofworlds","text":"\u5730\u5e95\u4e4b\u6cb3 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5730\u5e95\u4e4b\u6cb3(\u5851)","disc":"atlasofworlds","text":"\u5730\u5e95\u4e4b\u6cb3(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6ee8\u6d77\u5e7d\u7a74","disc":"atlasofworlds","text":"\u6ee8\u6d77\u5e7d\u7a74 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8fdc\u53e4\u4e4b\u57ce","disc":"atlasofworlds","text":"\u8fdc\u53e4\u4e4b\u57ce (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8fdc\u53e4\u4e4b\u57ce(\u5851)","disc":"atlasofworlds","text":"\u8fdc\u53e4\u4e4b\u57ce(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"atlasofworlds","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u74e6\u5c14\u91d1\u5b57\u5854(\u5851)","disc":"atlasofworlds","text":"\u74e6\u5c14\u91d1\u5b57\u5854(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u74e6\u5c14\u5bc6\u6bbf","disc":"atlasofworlds","text":"\u74e6\u5c14\u5bc6\u6bbf (\u5f02\u754c\u56fe\u9274)"},{"type":"\u673a\u5173\u5b9d\u5e93","disc":"atlasofworlds","text":"\u673a\u5173\u5b9d\u5e93 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9b45\u5f71\u522b\u5885","disc":"atlasofworlds","text":"\u9b45\u5f71\u522b\u5885 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u9b45\u5f71\u522b\u5885(\u5851)","disc":"atlasofworlds","text":"\u9b45\u5f71\u522b\u5885(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u706b\u5c71\u708e\u57df","disc":"atlasofworlds","text":"\u706b\u5c71\u708e\u57df (\u5f02\u754c\u56fe\u9274)"},{"type":"\u8352\u5730","disc":"atlasofworlds","text":"\u8352\u5730 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6b7b\u5bc2\u6ce5\u6c9f","disc":"atlasofworlds","text":"\u6b7b\u5bc2\u6ce5\u6c9f (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6b7b\u5bc2\u6ce5\u6c9f(\u5851)","disc":"atlasofworlds","text":"\u6b7b\u5bc2\u6ce5\u6c9f(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u5371\u673a\u6c34\u9053","disc":"atlasofworlds","text":"\u5371\u673a\u6c34\u9053 (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6bd2\u7259\u6d77\u6e2f","disc":"atlasofworlds","text":"\u6bd2\u7259\u6d77\u6e2f (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6bd2\u7259\u6d77\u6e2f(\u5851)","disc":"atlasofworlds","text":"\u6bd2\u7259\u6d77\u6e2f(\u5851) (\u5f02\u754c\u56fe\u9274)"},{"type":"\u6838\u5fc3","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6838\u5fc3"},{"name":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed","type":"\u53e4\u5821","disc":"theawakening","text":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed \u53e4\u5821 (\u5927\u89c9\u9192)","flags":{"unique":true}},{"type":"\u53e4\u5821","disc":"theawakening","text":"\u53e4\u5821 (\u5927\u89c9\u9192)"},{"type":"\u51b0\u51b7\u901a\u9053","disc":"blighted","text":"\u83cc\u6f6e \u51b0\u51b7\u901a\u9053"},{"type":"\u5e7d\u6697\u5730\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u6697\u5730\u7a74"},{"type":"\u7834\u65e7\u4e66\u5e93","disc":"blighted","text":"\u83cc\u6f6e \u7834\u65e7\u4e66\u5e93"},{"type":"\u5b62\u5b50\u7a7a\u8c37","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5b62\u5b50\u7a7a\u8c37"},{"name":"\u6df7\u6c8c\u4e4b\u6e0a","type":"\u6ee8\u6d77\u5c71\u4e18","text":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18","flags":{"unique":true}},{"name":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93","type":"\u8fdc\u53e4\u8857\u533a","text":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a","flags":{"unique":true}},{"name":"\u8fdc\u53e4\u4e4b\u5370","type":"\u51a5\u795e\u4e4b\u57df","text":"\u8fdc\u53e4\u4e4b\u5370 \u51a5\u795e\u4e4b\u57df","flags":{"unique":true}},{"name":"\u6c89\u6ca6\u4e4b\u95f4","type":"\u593a\u9b42\u4e4b\u6bbf","text":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93","type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"original","text":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854 (\u9057\u4ea7)","flags":{"unique":true}},{"name":"\u7981\u95ed\u796d\u575b","type":"\u81f4\u547d\u5ca9\u6ee9","text":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9","flags":{"unique":true}},{"type":"\u6ee8\u6d77\u5c71\u4e18","text":"\u6ee8\u6d77\u5c71\u4e18"},{"type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"original","text":"\u74e6\u5c14\u91d1\u5b57\u5854 (\u9057\u4ea7)"},{"type":"\u593a\u9b42\u4e4b\u6bbf","text":"\u593a\u9b42\u4e4b\u6bbf"},{"type":"\u81f4\u547d\u5ca9\u6ee9","text":"\u81f4\u547d\u5ca9\u6ee9"},{"type":"\u8fdc\u53e4\u8857\u533a","text":"\u8fdc\u53e4\u8857\u533a"},{"type":"\u51a5\u795e\u4e4b\u57df","text":"\u51a5\u795e\u4e4b\u57df"},{"type":"\u6076\u7075\u5b66\u9662","disc":"blighted","text":"\u83cc\u6f6e \u6076\u7075\u5b66\u9662"},{"type":"\u5f3a\u9178\u6d1e\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u5f3a\u9178\u6d1e\u7a74"},{"type":"\u5f3a\u9178\u6d1e\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5f3a\u9178\u6d1e\u7a74"},{"type":"\u5371\u57ce\u5df7\u5f04","disc":"blighted","text":"\u83cc\u6f6e \u5371\u57ce\u5df7\u5f04"},{"type":"\u5371\u57ce\u5df7\u5f04","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u57ce\u5df7\u5f04"},{"type":"\u8fdc\u53e4\u4e4b\u57ce","disc":"blighted","text":"\u83cc\u6f6e \u8fdc\u53e4\u4e4b\u57ce"},{"type":"\u8fdc\u53e4\u4e4b\u57ce","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8fdc\u53e4\u4e4b\u57ce"},{"type":"\u5f02\u86db\u5de2\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u5f02\u86db\u5de2\u7a74"},{"type":"\u5f02\u86db\u5de2\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5f02\u86db\u5de2\u7a74"},{"type":"\u7075\u866b\u5893\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u7075\u866b\u5893\u7a74"},{"type":"\u5d29\u574f\u957f\u5eca","disc":"blighted","text":"\u83cc\u6f6e \u5d29\u574f\u957f\u5eca"},{"type":"\u5d29\u574f\u957f\u5eca","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5d29\u574f\u957f\u5eca"},{"type":"\u7ade\u6280\u573a","disc":"blighted","text":"\u83cc\u6f6e \u7ade\u6280\u573a"},{"type":"\u8352\u829c\u6e56\u57df","disc":"blighted","text":"\u83cc\u6f6e \u8352\u829c\u6e56\u57df"},{"type":"\u8352\u829c\u6e56\u57df","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u829c\u6e56\u57df"},{"type":"\u88c5\u5907\u5e93","disc":"blighted","text":"\u83cc\u6f6e \u88c5\u5907\u5e93"},{"type":"\u88c5\u5907\u5e93","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u88c5\u5907\u5e93"},{"type":"\u53e4\u5175\u5de5\u5382","disc":"blighted","text":"\u83cc\u6f6e \u53e4\u5175\u5de5\u5382"},{"type":"\u53e4\u5175\u5de5\u5382","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5175\u5de5\u5382"},{"type":"\u65f1\u6728\u6797\u5730","disc":"blighted","text":"\u83cc\u6f6e \u65f1\u6728\u6797\u5730"},{"type":"\u65f1\u6728\u6797\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u65f1\u6728\u6797\u5730"},{"type":"\u6ee8\u6d77\u5c71\u4e18","disc":"blighted","text":"\u83cc\u6f6e \u6ee8\u6d77\u5c71\u4e18"},{"type":"\u6ee8\u6d77\u5c71\u4e18","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6ee8\u6d77\u5c71\u4e18"},{"type":"\u5c71\u6797\u79d8\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u5c71\u6797\u79d8\u7a74"},{"type":"\u5c71\u6797\u79d8\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5c71\u6797\u79d8\u7a74"},{"type":"\u795e\u5723\u5927\u6559\u5802","disc":"blighted","text":"\u83cc\u6f6e \u795e\u5723\u5927\u6559\u5802"},{"type":"\u795e\u5723\u5927\u6559\u5802","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u795e\u5723\u5927\u6559\u5802"},{"type":"\u8fdc\u53e4\u5e02\u96c6","disc":"blighted","text":"\u83cc\u6f6e \u8fdc\u53e4\u5e02\u96c6"},{"type":"\u8fdc\u53e4\u5e02\u96c6","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8fdc\u53e4\u5e02\u96c6"},{"type":"\u5371\u5ca9\u6d77\u6ee9","disc":"blighted","text":"\u83cc\u6f6e \u5371\u5ca9\u6d77\u6ee9"},{"type":"\u5371\u5ca9\u6d77\u6ee9","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u5ca9\u6d77\u6ee9"},{"type":"\u949f\u697c","disc":"blighted","text":"\u83cc\u6f6e \u949f\u697c"},{"type":"\u949f\u697c","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u949f\u697c"},{"type":"\u7634\u6c14\u6ce5\u6cbc","disc":"blighted","text":"\u83cc\u6f6e \u7634\u6c14\u6ce5\u6cbc"},{"type":"\u7634\u6c14\u6ce5\u6cbc","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7634\u6c14\u6ce5\u6cbc"},{"type":"\u53e4\u77f3\u9675\u5893","disc":"blighted","text":"\u83cc\u6f6e \u53e4\u77f3\u9675\u5893"},{"type":"\u53e4\u77f3\u9675\u5893","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u77f3\u9675\u5893"},{"type":"\u9ed1\u68d8\u8c37\u5730","disc":"blighted","text":"\u83cc\u6f6e \u9ed1\u68d8\u8c37\u5730"},{"type":"\u9ed1\u68d8\u8c37\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9ed1\u68d8\u8c37\u5730"},{"type":"\u5e7d\u95ed\u5893\u9886","disc":"blighted","text":"\u83cc\u6f6e \u5e7d\u95ed\u5893\u9886"},{"type":"\u5e7d\u95ed\u5893\u9886","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u95ed\u5893\u9886"},{"type":"\u6076\u5ff5\u7262\u7b3c","disc":"blighted","text":"\u83cc\u6f6e \u6076\u5ff5\u7262\u7b3c"},{"type":"\u6076\u5ff5\u7262\u7b3c","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6076\u5ff5\u7262\u7b3c"},{"type":"\u5bc2\u7075\u4e4b\u6e0a","disc":"blighted","text":"\u83cc\u6f6e \u5bc2\u7075\u4e4b\u6e0a"},{"type":"\u5bc2\u7075\u4e4b\u6e0a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5bc2\u7075\u4e4b\u6e0a"},{"type":"\u7099\u9633\u5ce1\u8c37","disc":"blighted","text":"\u83cc\u6f6e \u7099\u9633\u5ce1\u8c37"},{"type":"\u7099\u9633\u5ce1\u8c37","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7099\u9633\u5ce1\u8c37"},{"type":"\u6076\u81ed\u6b7b\u57df","disc":"blighted","text":"\u83cc\u6f6e \u6076\u81ed\u6b7b\u57df"},{"type":"\u6076\u81ed\u6b7b\u57df","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6076\u81ed\u6b7b\u57df"},{"type":"\u5e7d\u5f71\u9057\u5740","disc":"blighted","text":"\u83cc\u6f6e \u5e7d\u5f71\u9057\u5740"},{"type":"\u5e7d\u5f71\u9057\u5740","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u5f71\u9057\u5740"},{"type":"\u5e7d\u9b42\u76d1\u7262","disc":"blighted","text":"\u83cc\u6f6e \u5e7d\u9b42\u76d1\u7262"},{"type":"\u5e7d\u9b42\u76d1\u7262","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u9b42\u76d1\u7262"},{"type":"\u6668\u66e6\u5893\u5730","disc":"blighted","text":"\u83cc\u6f6e \u6668\u66e6\u5893\u5730"},{"type":"\u6668\u66e6\u5893\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6668\u66e6\u5893\u5730"},{"type":"\u79d8\u5bc6\u901a\u9053","disc":"blighted","text":"\u83cc\u6f6e \u79d8\u5bc6\u901a\u9053"},{"type":"\u79d8\u5bc6\u901a\u9053","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u79d8\u5bc6\u901a\u9053"},{"type":"\u53e4\u5821","disc":"blighted","text":"\u83cc\u6f6e \u53e4\u5821"},{"type":"\u53e4\u5821","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5821"},{"type":"\u57ce\u4e2d\u5e7f\u573a","disc":"blighted","text":"\u83cc\u6f6e \u57ce\u4e2d\u5e7f\u573a"},{"type":"\u57ce\u4e2d\u5e7f\u573a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u57ce\u4e2d\u5e7f\u573a"},{"type":"\u5bd2\u971c\u4e4b\u6cb3","disc":"blighted","text":"\u83cc\u6f6e \u5bd2\u971c\u4e4b\u6cb3"},{"type":"\u5bd2\u971c\u4e4b\u6cb3","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5bd2\u971c\u4e4b\u6cb3"},{"type":"\u6fc0\u6218\u67f1\u5eca","disc":"blighted","text":"\u83cc\u6f6e \u6fc0\u6218\u67f1\u5eca"},{"type":"\u6fc0\u6218\u67f1\u5eca","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6fc0\u6218\u67f1\u5eca"},{"type":"\u5927\u51b3\u6597\u573a","disc":"blighted","text":"\u83cc\u6f6e \u5927\u51b3\u6597\u573a"},{"type":"\u53e4\u5854\u5185\u5802","disc":"blighted","text":"\u83cc\u6f6e \u53e4\u5854\u5185\u5802"},{"type":"\u53e4\u5854\u5185\u5802","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u5854\u5185\u5802"},{"type":"\u73ca\u745a\u9057\u8ff9","disc":"blighted","text":"\u83cc\u6f6e \u73ca\u745a\u9057\u8ff9"},{"type":"\u73ca\u745a\u9057\u8ff9","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u73ca\u745a\u9057\u8ff9"},{"type":"\u6838\u5fc3","disc":"blighted","text":"\u83cc\u6f6e \u6838\u5fc3"},{"type":"\u5931\u5e8f\u6559\u9662","disc":"blighted","text":"\u83cc\u6f6e \u5931\u5e8f\u6559\u9662"},{"type":"\u5931\u5e8f\u6559\u9662","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5931\u5e8f\u6559\u9662"},{"type":"\u5947\u672f\u4e4b\u5ead","disc":"blighted","text":"\u83cc\u6f6e \u5947\u672f\u4e4b\u5ead"},{"type":"\u5947\u672f\u4e4b\u5ead","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5947\u672f\u4e4b\u5ead"},{"type":"\u75be\u98ce\u5ce1\u6e7e","disc":"blighted","text":"\u83cc\u6f6e \u75be\u98ce\u5ce1\u6e7e"},{"type":"\u75be\u98ce\u5ce1\u6e7e","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u75be\u98ce\u5ce1\u6e7e"},{"type":"\u73ab\u7ea2\u795e\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u73ab\u7ea2\u795e\u6bbf"},{"type":"\u73ab\u7ea2\u795e\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u73ab\u7ea2\u795e\u6bbf"},{"type":"\u7eef\u7ea2\u5c0f\u9547","disc":"blighted","text":"\u83cc\u6f6e \u7eef\u7ea2\u5c0f\u9547"},{"type":"\u7eef\u7ea2\u5c0f\u9547","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7eef\u7ea2\u5c0f\u9547"},{"type":"\u5492\u6028\u9675\u5893","disc":"blighted","text":"\u83cc\u6f6e \u5492\u6028\u9675\u5893"},{"type":"\u5492\u6028\u9675\u5893","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5492\u6028\u9675\u5893"},{"type":"\u591c\u8bed\u5e7d\u6797","disc":"blighted","text":"\u83cc\u6f6e \u591c\u8bed\u5e7d\u6797"},{"type":"\u591c\u8bed\u5e7d\u6797","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u591c\u8bed\u5e7d\u6797"},{"type":"\u4e0d\u6d01\u6559\u5802","disc":"blighted","text":"\u83cc\u6f6e \u4e0d\u6d01\u6559\u5802"},{"type":"\u4e0d\u6d01\u6559\u5802","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u4e0d\u6d01\u6559\u5802"},{"type":"\u8d2b\u7620\u4e4b\u5730","disc":"blighted","text":"\u83cc\u6f6e \u8d2b\u7620\u4e4b\u5730"},{"type":"\u8d2b\u7620\u4e4b\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8d2b\u7620\u4e4b\u5730"},{"type":"\u8352\u6f20\u7eff\u6d32","disc":"blighted","text":"\u83cc\u6f6e \u8352\u6f20\u7eff\u6d32"},{"type":"\u8352\u6f20\u7eff\u6d32","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u6f20\u7eff\u6d32"},{"type":"\u6398\u5730\u4e4b\u7262","disc":"blighted","text":"\u83cc\u6f6e \u6398\u5730\u4e4b\u7262"},{"type":"\u6398\u5730\u4e4b\u7262","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6398\u5730\u4e4b\u7262"},{"type":"\u5e72\u67af\u4e4b\u6d77","disc":"blighted","text":"\u83cc\u6f6e \u5e72\u67af\u4e4b\u6d77"},{"type":"\u5e72\u67af\u4e4b\u6d77","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e72\u67af\u4e4b\u6d77"},{"type":"\u66ae\u8272\u6c99\u4e18","disc":"blighted","text":"\u83cc\u6f6e \u66ae\u8272\u6c99\u4e18"},{"type":"\u66ae\u8272\u6c99\u4e18","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u66ae\u8272\u6c99\u4e18"},{"type":"\u7981\u9b42\u708e\u72f1","disc":"blighted","text":"\u83cc\u6f6e \u7981\u9b42\u708e\u72f1"},{"type":"\u7981\u9b42\u708e\u72f1","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7981\u9b42\u708e\u72f1"},{"type":"\u8d64\u5bd2\u6cb3\u5cb8","disc":"blighted","text":"\u83cc\u6f6e \u8d64\u5bd2\u6cb3\u5cb8"},{"type":"\u8d64\u5bd2\u6cb3\u5cb8","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u5bd2\u6cb3\u5cb8"},{"type":"\u6316\u6398\u573a","disc":"blighted","text":"\u83cc\u6f6e \u6316\u6398\u573a"},{"type":"\u5de5\u5382\u9057\u8ff9","disc":"blighted","text":"\u83cc\u6f6e \u5de5\u5382\u9057\u8ff9"},{"type":"\u65e0\u8fb9\u539f\u91ce","disc":"blighted","text":"\u83cc\u6f6e \u65e0\u8fb9\u539f\u91ce"},{"type":"\u65e0\u8fb9\u539f\u91ce","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u65e0\u8fb9\u539f\u91ce"},{"type":"\u79ef\u6c34\u77ff\u5751","disc":"blighted","text":"\u83cc\u6f6e \u79ef\u6c34\u77ff\u5751"},{"type":"\u79ef\u6c34\u77ff\u5751","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u79ef\u6c34\u77ff\u5751"},{"type":"\u7981\u65ad\u4e4b\u6797","disc":"blighted","text":"\u83cc\u6f6e \u7981\u65ad\u4e4b\u6797"},{"type":"\u7981\u65ad\u4e4b\u6797","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7981\u65ad\u4e4b\u6797"},{"type":"\u5206\u53c9\u4e4b\u6cb3","disc":"blighted","text":"\u83cc\u6f6e \u5206\u53c9\u4e4b\u6cb3"},{"type":"\u5206\u53c9\u4e4b\u6cb3","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5206\u53c9\u4e4b\u6cb3"},{"type":"\u953b\u6676\u8f66\u95f4","disc":"blighted","text":"\u83cc\u6f6e \u953b\u6676\u8f66\u95f4"},{"type":"\u953b\u6676\u8f66\u95f4","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u953b\u6676\u8f66\u95f4"},{"type":"\u51bb\u7ed3\u4e4b\u8231","disc":"blighted","text":"\u83cc\u6f6e \u51bb\u7ed3\u4e4b\u8231"},{"type":"\u82b1\u56ed\u8ff7\u5bab","disc":"blighted","text":"\u83cc\u6f6e \u82b1\u56ed\u8ff7\u5bab"},{"type":"\u82b1\u56ed\u8ff7\u5bab","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u82b1\u56ed\u8ff7\u5bab"},{"type":"\u6c34\u6676\u6d1e\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u6c34\u6676\u6d1e\u7a74"},{"type":"\u6c34\u6676\u6d1e\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6c34\u6676\u6d1e\u7a74"},{"type":"\u8d64\u8d2b\u5c45\u6240","disc":"blighted","text":"\u83cc\u6f6e \u8d64\u8d2b\u5c45\u6240"},{"type":"\u8d64\u8d2b\u5c45\u6240","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u8d2b\u5c45\u6240"},{"type":"\u51b0\u5ddd","disc":"blighted","text":"\u83cc\u6f6e \u51b0\u5ddd"},{"type":"\u51b0\u5ddd","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u51b0\u5ddd"},{"type":"\u8352\u575f\u51f9\u5730","disc":"blighted","text":"\u83cc\u6f6e \u8352\u575f\u51f9\u5730"},{"type":"\u8352\u575f\u51f9\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u575f\u51f9\u5730"},{"type":"\u5815\u5f71\u5893\u573a","disc":"blighted","text":"\u83cc\u6f6e \u5815\u5f71\u5893\u573a"},{"type":"\u5815\u5f71\u5893\u573a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5815\u5f71\u5893\u573a"},{"type":"\u5e7d\u6697\u5730\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u5e7d\u6697\u5730\u7a74"},{"type":"\u5e7d\u9b42\u5b85\u90b8","disc":"blighted","text":"\u83cc\u6f6e \u5e7d\u9b42\u5b85\u90b8"},{"type":"\u5e7d\u9b42\u5b85\u90b8","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e7d\u9b42\u5b85\u90b8"},{"type":"\u6781\u5bd2\u51b0\u539f","disc":"blighted","text":"\u83cc\u6f6e \u6781\u5bd2\u51b0\u539f"},{"type":"\u6781\u5bd2\u51b0\u539f","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6781\u5bd2\u51b0\u539f"},{"type":"\u75ab\u6e90\u6797\u8c37","disc":"blighted","text":"\u83cc\u6f6e \u75ab\u6e90\u6797\u8c37"},{"type":"\u75ab\u6e90\u6797\u8c37","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u75ab\u6e90\u6797\u8c37"},{"type":"\u767d\u7389\u795e\u5e99","disc":"blighted","text":"\u83cc\u6f6e \u767d\u7389\u795e\u5e99"},{"type":"\u767d\u7389\u795e\u5e99","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u767d\u7389\u795e\u5e99"},{"type":"\u5267\u6bd2\u6797\u8c37","disc":"blighted","text":"\u83cc\u6f6e \u5267\u6bd2\u6797\u8c37"},{"type":"\u5267\u6bd2\u6797\u8c37","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5267\u6bd2\u6797\u8c37"},{"type":"\u5b9e\u9a8c\u5bc6\u5ba4","disc":"blighted","text":"\u83cc\u6f6e \u5b9e\u9a8c\u5bc6\u5ba4"},{"type":"\u5b9e\u9a8c\u5bc6\u5ba4","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5b9e\u9a8c\u5bc6\u5ba4"},{"type":"\u5de2\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u5de2\u7a74"},{"type":"\u5de2\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5de2\u7a74"},{"type":"\u7194\u5ca9\u4e4b\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u7194\u5ca9\u4e4b\u6bbf"},{"type":"\u7194\u5ca9\u4e4b\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7194\u5ca9\u4e4b\u6bbf"},{"type":"\u7194\u5ca9\u4e4b\u6e56","disc":"blighted","text":"\u83cc\u6f6e \u7194\u5ca9\u4e4b\u6e56"},{"type":"\u7194\u5ca9\u4e4b\u6e56","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7194\u5ca9\u4e4b\u6e56"},{"type":"\u8352\u51c9\u539f\u91ce","disc":"blighted","text":"\u83cc\u6f6e \u8352\u51c9\u539f\u91ce"},{"type":"\u8352\u51c9\u539f\u91ce","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u51c9\u539f\u91ce"},{"type":"\u5b64\u5c9b\u706f\u5854","disc":"blighted","text":"\u83cc\u6f6e \u5b64\u5c9b\u706f\u5854"},{"type":"\u5b64\u5c9b\u706f\u5854","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5b64\u5c9b\u706f\u5854"},{"type":"\u5371\u5899\u4e4b\u5730","disc":"blighted","text":"\u83cc\u6f6e \u5371\u5899\u4e4b\u5730"},{"type":"\u5371\u5899\u4e4b\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u5899\u4e4b\u5730"},{"type":"\u7578\u5f62\u4ea1\u57df","disc":"blighted","text":"\u83cc\u6f6e \u7578\u5f62\u4ea1\u57df"},{"type":"\u7578\u5f62\u4ea1\u57df","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7578\u5f62\u4ea1\u57df"},{"type":"\u7edd\u671b\u6cbc\u6cfd","disc":"blighted","text":"\u83cc\u6f6e \u7edd\u671b\u6cbc\u6cfd"},{"type":"\u7edd\u671b\u6cbc\u6cfd","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u7edd\u671b\u6cbc\u6cfd"},{"type":"\u738b\u9675","disc":"blighted","text":"\u83cc\u6f6e \u738b\u9675"},{"type":"\u738b\u9675","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u738b\u9675"},{"type":"\u51a5\u795e\u4e4b\u57df","disc":"blighted","text":"\u83cc\u6f6e \u51a5\u795e\u4e4b\u57df"},{"type":"\u51a5\u795e\u4e4b\u57df","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u51a5\u795e\u4e4b\u57df"},{"type":"\u8d64\u7ea2\u5c71\u5730","disc":"blighted","text":"\u83cc\u6f6e \u8d64\u7ea2\u5c71\u5730"},{"type":"\u8d64\u7ea2\u5c71\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8d64\u7ea2\u5c71\u5730"},{"type":"\u5e9f\u5f03\u77ff\u5c71","disc":"blighted","text":"\u83cc\u6f6e \u5e9f\u5f03\u77ff\u5c71"},{"type":"\u5e9f\u5f03\u77ff\u5c71","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e9f\u5f03\u77ff\u5c71"},{"type":"\u6708\u5f71\u795e\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u6708\u5f71\u795e\u6bbf"},{"type":"\u6708\u5f71\u795e\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6708\u5f71\u795e\u6bbf"},{"type":"\u9634\u6666\u6ce5\u6ee9","disc":"blighted","text":"\u83cc\u6f6e \u9634\u6666\u6ce5\u6ee9"},{"type":"\u9634\u6666\u6ce5\u6ee9","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9634\u6666\u6ce5\u6ee9"},{"type":"\u53e4\u535a\u7269\u9986","disc":"blighted","text":"\u83cc\u6f6e \u53e4\u535a\u7269\u9986"},{"type":"\u53e4\u535a\u7269\u9986","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u535a\u7269\u9986"},{"type":"\u9b54\u5f71\u5893\u573a","disc":"blighted","text":"\u83cc\u6f6e \u9b54\u5f71\u5893\u573a"},{"type":"\u9b54\u5f71\u5893\u573a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9b54\u5f71\u5893\u573a"},{"type":"\u5bc6\u6797\u679c\u56ed","disc":"blighted","text":"\u83cc\u6f6e \u5bc6\u6797\u679c\u56ed"},{"type":"\u5bc6\u6797\u679c\u56ed","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5bc6\u6797\u679c\u56ed"},{"type":"\u957f\u8349\u9057\u8ff9","disc":"blighted","text":"\u83cc\u6f6e \u957f\u8349\u9057\u8ff9"},{"type":"\u957f\u8349\u9057\u8ff9","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u957f\u8349\u9057\u8ff9"},{"type":"\u5bc6\u8349\u795e\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u5bc6\u8349\u795e\u6bbf"},{"type":"\u5bc6\u8349\u795e\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5bc6\u8349\u795e\u6bbf"},{"type":"\u795e\u57df\u4e4b\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u795e\u57df\u4e4b\u6bbf"},{"type":"\u795e\u57df\u4e4b\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u795e\u57df\u4e4b\u6bbf"},{"type":"\u5bc2\u591c\u6797\u82d1","disc":"blighted","text":"\u83cc\u6f6e \u5bc2\u591c\u6797\u82d1"},{"type":"\u5bc2\u591c\u6797\u82d1","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5bc2\u591c\u6797\u82d1"},{"type":"\u9690\u6666\u7262\u72f1","disc":"blighted","text":"\u83cc\u6f6e \u9690\u6666\u7262\u72f1"},{"type":"\u9690\u6666\u7262\u72f1","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9690\u6666\u7262\u72f1"},{"type":"\u5e72\u6f6e\u6797\u5730","disc":"blighted","text":"\u83cc\u6f6e \u5e72\u6f6e\u6797\u5730"},{"type":"\u5e72\u6f6e\u6797\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e72\u6f6e\u6797\u5730"},{"type":"\u9b54\u7075\u5e7b\u72f1","disc":"blighted","text":"\u83cc\u6f6e \u9b54\u7075\u5e7b\u72f1"},{"type":"\u9b54\u7075\u5e7b\u72f1","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9b54\u7075\u5e7b\u72f1"},{"type":"\u6012\u6d6a\u4e4b\u6e2f","disc":"blighted","text":"\u83cc\u6f6e \u6012\u6d6a\u4e4b\u6e2f"},{"type":"\u5de8\u5751","disc":"blighted","text":"\u83cc\u6f6e \u5de8\u5751"},{"type":"\u5de8\u5751","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u5751"},{"type":"\u6d77\u98ce\u9ad8\u539f","disc":"blighted","text":"\u83cc\u6f6e \u6d77\u98ce\u9ad8\u539f"},{"type":"\u6d77\u98ce\u9ad8\u539f","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6d77\u98ce\u9ad8\u539f"},{"type":"\u5e7f\u573a","disc":"blighted","text":"\u83cc\u6f6e \u5e7f\u573a"},{"type":"\u5e7f\u573a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5e7f\u573a"},{"type":"\u4e2d\u8f6c\u7801\u5934","disc":"blighted","text":"\u83cc\u6f6e \u4e2d\u8f6c\u7801\u5934"},{"type":"\u4e2d\u8f6c\u7801\u5934","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u4e2d\u8f6c\u7801\u5934"},{"type":"\u82e6\u884c\u4e4b\u57df","disc":"blighted","text":"\u83cc\u6f6e \u82e6\u884c\u4e4b\u57df"},{"type":"\u82e6\u884c\u4e4b\u57df","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u82e6\u884c\u4e4b\u57df"},{"type":"\u8d77\u6e90\u4e4b\u6c60","disc":"blighted","text":"\u83cc\u6f6e \u8d77\u6e90\u4e4b\u6c60"},{"type":"\u8d77\u6e90\u4e4b\u6c60","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8d77\u6e90\u4e4b\u6c60"},{"type":"\u6708\u8272\u56de\u5eca","disc":"blighted","text":"\u83cc\u6f6e \u6708\u8272\u56de\u5eca"},{"type":"\u6708\u8272\u56de\u5eca","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6708\u8272\u56de\u5eca"},{"type":"\u5de8\u578b\u7ade\u6280\u573a","disc":"blighted","text":"\u83cc\u6f6e \u5de8\u578b\u7ade\u6280\u573a"},{"type":"\u5de8\u578b\u7ade\u6280\u573a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u578b\u7ade\u6280\u573a"},{"type":"\u5947\u8ff9\u4e4b\u5899","disc":"blighted","text":"\u83cc\u6f6e \u5947\u8ff9\u4e4b\u5899"},{"type":"\u5947\u8ff9\u4e4b\u5899","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5947\u8ff9\u4e4b\u5899"},{"type":"\u5371\u673a\u6d77\u7901","disc":"blighted","text":"\u83cc\u6f6e \u5371\u673a\u6d77\u7901"},{"type":"\u5371\u673a\u6d77\u7901","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5371\u673a\u6d77\u7901"},{"type":"\u53e4\u85cf\u5bc6\u5ba4","disc":"blighted","text":"\u83cc\u6f6e \u53e4\u85cf\u5bc6\u5ba4"},{"type":"\u53e4\u85cf\u5bc6\u5ba4","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u53e4\u85cf\u5bc6\u5ba4"},{"type":"\u795e\u4e3b\u5c45\u6240","disc":"blighted","text":"\u83cc\u6f6e \u795e\u4e3b\u5c45\u6240"},{"type":"\u795e\u4e3b\u5c45\u6240","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u795e\u4e3b\u5c45\u6240"},{"type":"\u9634\u6697\u5893\u51a2","disc":"blighted","text":"\u83cc\u6f6e \u9634\u6697\u5893\u51a2"},{"type":"\u9634\u6697\u5893\u51a2","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9634\u6697\u5893\u51a2"},{"type":"\u70bd\u708e\u8239\u575e","disc":"blighted","text":"\u83cc\u6f6e \u70bd\u708e\u8239\u575e"},{"type":"\u70bd\u708e\u8239\u575e","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u70bd\u708e\u8239\u575e"},{"type":"\u66ae\u5149\u6d77\u6ee9","disc":"blighted","text":"\u83cc\u6f6e \u66ae\u5149\u6d77\u6ee9"},{"type":"\u66ae\u5149\u6d77\u6ee9","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u66ae\u5149\u6d77\u6ee9"},{"type":"\u5947\u672f\u79d8\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u5947\u672f\u79d8\u6bbf"},{"type":"\u5947\u672f\u79d8\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5947\u672f\u79d8\u6bbf"},{"type":"\u56f4\u57ce","disc":"blighted","text":"\u83cc\u6f6e \u56f4\u57ce"},{"type":"\u56f4\u57ce","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u56f4\u57ce"},{"type":"\u5706\u5f62\u79d8\u7a96","disc":"blighted","text":"\u83cc\u6f6e \u5706\u5f62\u79d8\u7a96"},{"type":"\u5706\u5f62\u79d8\u7a96","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5706\u5f62\u79d8\u7a96"},{"type":"\u5de8\u86db\u4e4b\u6797","disc":"blighted","text":"\u83cc\u6f6e \u5de8\u86db\u4e4b\u6797"},{"type":"\u5de8\u86db\u4e4b\u6797","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u86db\u4e4b\u6797"},{"type":"\u5de8\u86db\u5de2\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u5de8\u86db\u5de2\u7a74"},{"type":"\u5de8\u86db\u5de2\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5de8\u86db\u5de2\u7a74"},{"type":"\u5b62\u5b50\u7a7a\u8c37","disc":"blighted","text":"\u83cc\u6f6e \u5b62\u5b50\u7a7a\u8c37"},{"type":"\u505c\u6ede\u533a","disc":"blighted","text":"\u83cc\u6f6e \u505c\u6ede\u533a"},{"type":"\u505c\u6ede\u533a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u505c\u6ede\u533a"},{"type":"\u81f4\u547d\u5ca9\u6ee9","disc":"blighted","text":"\u83cc\u6f6e \u81f4\u547d\u5ca9\u6ee9"},{"type":"\u81f4\u547d\u5ca9\u6ee9","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u81f4\u547d\u5ca9\u6ee9"},{"type":"\u786b\u78fa\u8680\u5cb8","disc":"blighted","text":"\u83cc\u6f6e \u786b\u78fa\u8680\u5cb8"},{"type":"\u786b\u78fa\u8680\u5cb8","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u786b\u78fa\u8680\u5cb8"},{"type":"\u5bd2\u9876\u4e4b\u5dc5","disc":"blighted","text":"\u83cc\u6f6e \u5bd2\u9876\u4e4b\u5dc5"},{"type":"\u5bd2\u9876\u4e4b\u5dc5","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5bd2\u9876\u4e4b\u5dc5"},{"type":"\u6c89\u6ca6\u4e4b\u57ce","disc":"blighted","text":"\u83cc\u6f6e \u6c89\u6ca6\u4e4b\u57ce"},{"type":"\u6c89\u6ca6\u4e4b\u57ce","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6c89\u6ca6\u4e4b\u57ce"},{"type":"\u593a\u9b42\u4e4b\u6bbf","disc":"blighted","text":"\u83cc\u6f6e \u593a\u9b42\u4e4b\u6bbf"},{"type":"\u593a\u9b42\u4e4b\u6bbf","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u593a\u9b42\u4e4b\u6bbf"},{"type":"\u6d77\u6ee8\u53f0\u5730","disc":"blighted","text":"\u83cc\u6f6e \u6d77\u6ee8\u53f0\u5730"},{"type":"\u6d77\u6ee8\u53f0\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6d77\u6ee8\u53f0\u5730"},{"type":"\u60ca\u60e7\u6811\u4e1b","disc":"blighted","text":"\u83cc\u6f6e \u60ca\u60e7\u6811\u4e1b"},{"type":"\u60ca\u60e7\u6811\u4e1b","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u60ca\u60e7\u6811\u4e1b"},{"type":"\u8fdc\u53e4\u8857\u533a","disc":"blighted","text":"\u83cc\u6f6e \u8fdc\u53e4\u8857\u533a"},{"type":"\u8fdc\u53e4\u8857\u533a","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8fdc\u53e4\u8857\u533a"},{"type":"\u9ad8\u5854","disc":"blighted","text":"\u83cc\u6f6e \u9ad8\u5854"},{"type":"\u9ad8\u5854","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9ad8\u5854"},{"type":"\u5267\u6bd2\u6c34\u9053","disc":"blighted","text":"\u83cc\u6f6e \u5267\u6bd2\u6c34\u9053"},{"type":"\u5267\u6bd2\u6c34\u9053","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5267\u6bd2\u6c34\u9053"},{"type":"\u9668\u5751","disc":"blighted","text":"\u83cc\u6f6e \u9668\u5751"},{"type":"\u6674\u7a7a\u5e7d\u5c9b","disc":"blighted","text":"\u83cc\u6f6e \u6674\u7a7a\u5e7d\u5c9b"},{"type":"\u6674\u7a7a\u5e7d\u5c9b","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6674\u7a7a\u5e7d\u5c9b"},{"type":"\u5730\u5e95\u4e4b\u6cb3","disc":"blighted","text":"\u83cc\u6f6e \u5730\u5e95\u4e4b\u6cb3"},{"type":"\u5730\u5e95\u4e4b\u6cb3","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u5730\u5e95\u4e4b\u6cb3"},{"type":"\u6ee8\u6d77\u5e7d\u7a74","disc":"blighted","text":"\u83cc\u6f6e \u6ee8\u6d77\u5e7d\u7a74"},{"type":"\u6ee8\u6d77\u5e7d\u7a74","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6ee8\u6d77\u5e7d\u7a74"},{"type":"\u74e6\u5c14\u91d1\u5b57\u5854","disc":"blighted","text":"\u83cc\u6f6e \u74e6\u5c14\u91d1\u5b57\u5854"},{"type":"\u673a\u5173\u5b9d\u5e93","disc":"blighted","text":"\u83cc\u6f6e \u673a\u5173\u5b9d\u5e93"},{"type":"\u673a\u5173\u5b9d\u5e93","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u673a\u5173\u5b9d\u5e93"},{"type":"\u9b45\u5f71\u522b\u5885","disc":"blighted","text":"\u83cc\u6f6e \u9b45\u5f71\u522b\u5885"},{"type":"\u9b45\u5f71\u522b\u5885","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u9b45\u5f71\u522b\u5885"},{"type":"\u706b\u5c71\u708e\u57df","disc":"blighted","text":"\u83cc\u6f6e \u706b\u5c71\u708e\u57df"},{"type":"\u706b\u5c71\u708e\u57df","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u706b\u5c71\u708e\u57df"},{"type":"\u8352\u5730","disc":"blighted","text":"\u83cc\u6f6e \u8352\u5730"},{"type":"\u8352\u5730","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u8352\u5730"},{"type":"\u6b7b\u5bc2\u6ce5\u6c9f","disc":"blighted","text":"\u83cc\u6f6e \u6b7b\u5bc2\u6ce5\u6c9f"},{"type":"\u6b7b\u5bc2\u6ce5\u6c9f","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6b7b\u5bc2\u6ce5\u6c9f"},{"type":"\u5371\u673a\u6c34\u9053","disc":"blighted","text":"\u83cc\u6f6e \u5371\u673a\u6c34\u9053"},{"type":"\u6bd2\u7259\u6d77\u6e2f","disc":"blighted","text":"\u83cc\u6f6e \u6bd2\u7259\u6d77\u6e2f"},{"type":"\u6bd2\u7259\u6d77\u6e2f","disc":"uberblighted","text":"\u83cc\u6f6e\u706d\u7edd \u6bd2\u7259\u6d77\u6e2f"}]},{"id":"weapons","label":"\u6b66\u5668","entries":[{"name":"\u827e\u8d1d\u62c9\u65af\u4e4b\u89d2","type":"\u7f8a\u89d2\u6cd5\u6756","text":"\u827e\u8d1d\u62c9\u65af\u4e4b\u89d2 \u7f8a\u89d2\u6cd5\u6756","flags":{"unique":true}},{"name":"\u963f\u514b\u987f","type":"\u5c60\u622e\u4e4b\u65a7","text":"\u963f\u514b\u987f \u5c60\u622e\u4e4b\u65a7","flags":{"unique":true}},{"name":"\u8d85\u8d8a\u58c1\u5792","type":"\u88c2\u810f\u94a9","text":"\u8d85\u8d8a\u58c1\u5792 \u88c2\u810f\u94a9","flags":{"unique":true}},{"name":"\u96f7\u9706\u5723\u6756","type":"\u5e1d\u56fd\u957f\u6756","text":"\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u4e1c\u65b9\u96f7\u9706\u5723\u6756","type":"\u5e1d\u56fd\u957f\u6756","text":"\u4e1c\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u5317\u65b9\u96f7\u9706\u5723\u6756","type":"\u5e1d\u56fd\u957f\u6756","text":"\u5317\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u5357\u65b9\u96f7\u9706\u5723\u6756","type":"\u5e1d\u56fd\u957f\u6756","text":"\u5357\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u897f\u65b9\u96f7\u9706\u5723\u6756","type":"\u5e1d\u56fd\u957f\u6756","text":"\u897f\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u6c49\u6069\u7684\u529b\u91cf","type":"\u591c\u8bed\u957f\u5251","text":"\u6c49\u6069\u7684\u529b\u91cf \u591c\u8bed\u957f\u5251","flags":{"unique":true}},{"name":"\u9b23\u72ac\u4e4b\u7259","type":"\u8fdc\u53e4\u6218\u722a","text":"\u9b23\u72ac\u4e4b\u7259 \u8fdc\u53e4\u6218\u722a","flags":{"unique":true}},{"name":"\u9b45\u60d1","type":"\u74e6\u5c14\u6218\u722a","text":"\u9b45\u60d1 \u74e6\u5c14\u6218\u722a","flags":{"unique":true}},{"name":"\u589e\u5e45\u6756","type":"\u87ba\u7eb9\u6cd5\u6756","text":"\u589e\u5e45\u6756 \u87ba\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u827e\u666e\u4e4b\u6012","type":"\u7075\u5146\u6cd5\u6756","text":"\u827e\u666e\u4e4b\u6012 \u7075\u5146\u6cd5\u6756","flags":{"unique":true}},{"name":"\u827e\u666e\u4e4b\u6012","type":"\u7075\u77f3\u6cd5\u6756","text":"\u827e\u666e\u4e4b\u6012 \u7075\u77f3\u6cd5\u6756","flags":{"unique":true}},{"name":"\u963f\u62c9\u5361\u529b\u4e4b\u7259","type":"\u517d\u8840\u77ed\u5315","text":"\u963f\u62c9\u5361\u529b\u4e4b\u7259 \u517d\u8840\u77ed\u5315","flags":{"unique":true}},{"name":"\u963f\u4f2f\u745e\u65af","type":"\u6697\u5f71\u5f13","text":"\u963f\u4f2f\u745e\u65af \u6697\u5f71\u5f13","flags":{"unique":true}},{"name":"\u7070\u70ec\u884c\u8005","type":"\u7c97\u7eb9\u6cd5\u6756","text":"\u7070\u70ec\u884c\u8005 \u7c97\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u7070\u70ec\u884c\u8005","type":"\u77f3\u82f1\u6cd5\u6756","text":"\u7070\u70ec\u884c\u8005 \u77f3\u82f1\u6cd5\u6756","flags":{"unique":true}},{"name":"\u70ec\u6775","type":"\u673d\u6728\u4e4b\u68d2","text":"\u70ec\u6775 \u673d\u6728\u4e4b\u68d2","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u5211\u5203","type":"\u74e6\u5c14\u5de8\u65a7","text":"\u963f\u5179\u91cc\u7684\u5211\u5203 \u74e6\u5c14\u5de8\u65a7","flags":{"unique":true}},{"name":"\u963f\u5179\u91cc\u7684\u7edf\u6cbb","type":"\u5ba1\u5224\u957f\u6756","text":"\u963f\u5179\u91cc\u7684\u7edf\u6cbb \u5ba1\u5224\u957f\u6756","flags":{"unique":true}},{"name":"\u5360\u661f","type":"\u865a\u5f71\u77ed\u6756","text":"\u5360\u661f \u865a\u5f71\u77ed\u6756","flags":{"unique":true}},{"name":"\u7075\u62a4","type":"\u7ec3\u6b66\u8005\u7ec6\u5251","text":"\u7075\u62a4 \u7ec3\u6b66\u8005\u7ec6\u5251","flags":{"unique":true}},{"name":"\u5386\u53f2\u516c\u7406","type":"\u94dc\u953b\u77ed\u6756","text":"\u5386\u53f2\u516c\u7406 \u94dc\u953b\u77ed\u6756","flags":{"unique":true}},{"name":"\u82cd\u767d\u70c8\u706b","type":"\u7075\u77f3\u77ed\u6756","text":"\u82cd\u767d\u70c8\u706b \u7075\u77f3\u77ed\u6756","flags":{"unique":true}},{"name":"\u82af\u6728\u8170\u5200","type":"\u6c38\u6052\u4e4b\u5251","text":"\u82af\u6728\u8170\u5200 \u6c38\u6052\u4e4b\u5251","flags":{"unique":true}},{"name":"\u6bd4\u8bfa\u7684\u53a8\u5200","type":"\u730e\u8005\u4e4b\u5203","text":"\u6bd4\u8bfa\u7684\u53a8\u5200 \u730e\u8005\u4e4b\u5203","flags":{"unique":true}},{"name":"\u82e6\u68a6","type":"\u5f71\u8bed\u77ed\u6756","text":"\u82e6\u68a6 \u5f71\u8bed\u77ed\u6756","flags":{"unique":true}},{"name":"\u708e\u590f\u4e4b\u8840","type":"\u9508\u5251","text":"\u708e\u590f\u4e4b\u8840 \u9508\u5251","flags":{"unique":true}},{"name":"\u8840\u8c11","type":"\u9510\u5229\u523a\u5315","text":"\u8840\u8c11 \u9510\u5229\u523a\u5315","flags":{"unique":true}},{"name":"\u55dc\u8840\u4e4b\u722a","type":"\u9b54\u722a\u5203","text":"\u55dc\u8840\u4e4b\u722a \u9b54\u722a\u5203","flags":{"unique":true}},{"name":"\u8111\u4e71\u8005","type":"\u622e\u9b42\u91cd\u9524","text":"\u8111\u4e71\u8005 \u622e\u9b42\u91cd\u9524","flags":{"unique":true}},{"name":"\u8bae\u4f1a\u4e4b\u606f","type":"\u7981\u793c\u77ed\u6756","text":"\u8bae\u4f1a\u4e4b\u606f \u7981\u793c\u77ed\u6756","flags":{"unique":true}},{"name":"\u5149\u8000\u4e4b\u9524","type":"\u6218\u9524","text":"\u5149\u8000\u4e4b\u9524 \u6218\u9524","flags":{"unique":true}},{"name":"\u5e03\u9c81\u7279\u65af\u7684\u5211\u5177","type":"\u796d\u4eea\u77ed\u6756","text":"\u5e03\u9c81\u7279\u65af\u7684\u5211\u5177 \u796d\u4eea\u77ed\u6756","flags":{"unique":true}},{"name":"\u575a\u5b9a\u4e4b\u5203","type":"\u5723\u7ea6\u4e4b\u9524","text":"\u575a\u5b9a\u4e4b\u5203 \u5723\u7ea6\u4e4b\u9524","flags":{"unique":true}},{"name":"\u5361\u7f8e\u5229\u4e9a\u4e4b\u8d2a\u5a6a","type":"\u575a\u9524","text":"\u5361\u7f8e\u5229\u4e9a\u4e4b\u8d2a\u5a6a \u575a\u9524","flags":{"unique":true}},{"name":"\u5361\u7f8e\u5229\u4e9a\u4e4b\u9524","type":"\u575a\u9524","text":"\u5361\u7f8e\u5229\u4e9a\u4e4b\u9524 \u575a\u9524","flags":{"unique":true}},{"name":"\u5e93\u52d2\u9a6c\u514b\u85e4\u6756","type":"\u86c7\u7eb9\u957f\u6756","text":"\u5e93\u52d2\u9a6c\u514b\u85e4\u6756 \u86c7\u7eb9\u957f\u6756","flags":{"unique":true}},{"name":"\u9610\u91ca\u4e4b\u6756","type":"\u827e\u5179\u9ea6\u957f\u6756","text":"\u9610\u91ca\u4e4b\u6756 \u827e\u5179\u9ea6\u957f\u6756","flags":{"unique":true}},{"name":"\u51a5\u72ac\u6b8b\u80a2","type":"\u8840\u8272\u77ed\u6756","text":"\u51a5\u72ac\u6b8b\u80a2 \u8840\u8272\u77ed\u6756","flags":{"unique":true}},{"name":"\u77f3\u51a2","type":"\u521a\u731b\u5de8\u9524","text":"\u77f3\u51a2 \u521a\u731b\u5de8\u9524","flags":{"unique":true}},{"name":"\u4e71\u77e2\u4e4b\u5f26","type":"\u6697\u5f71\u5f13","text":"\u4e71\u77e2\u4e4b\u5f26 \u6697\u5f71\u5f13","flags":{"unique":true}},{"name":"\u4e71\u77e2\u4e4b\u5f26","type":"\u957f\u5f13","text":"\u4e71\u77e2\u4e4b\u5f26 \u957f\u5f13","flags":{"unique":true}},{"name":"\u5207\u7279\u65af\u4e4b\u9488","type":"\u8d35\u65cf\u7ec6\u5251","text":"\u5207\u7279\u65af\u4e4b\u9488 \u8d35\u65cf\u7ec6\u5251","flags":{"unique":true}},{"name":"\u5fe0\u8bda\u4e4b\u9524","type":"\u521a\u731b\u5de8\u9524","text":"\u5fe0\u8bda\u4e4b\u9524 \u521a\u731b\u5de8\u9524","flags":{"unique":true}},{"name":"\u5851\u6ce5\u8005","type":"\u7834\u5ca9\u9524","text":"\u5851\u6ce5\u8005 \u7834\u5ca9\u9524","flags":{"unique":true}},{"name":"\u5bd2\u94c1\u5203","type":"\u827e\u5179\u9ea6\u4e4b\u5315","text":"\u5bd2\u94c1\u5203 \u827e\u5179\u9ea6\u4e4b\u5315","flags":{"unique":true}},{"name":"\u65e5\u8000\u4e4b\u51a0","type":"\u6c34\u6676\u6cd5\u6756","text":"\u65e5\u8000\u4e4b\u51a0 \u6c34\u6676\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5361\u65af\u666e\u91cc\u6028\u6068","type":"\u5b9d\u9970\u7ec6\u5251","text":"\u5361\u65af\u666e\u91cc\u6028\u6068 \u5b9d\u9970\u7ec6\u5251","flags":{"unique":true}},{"name":"\u5e0c\u6bd4\u5c14\u7684\u51b0\u722a","type":"\u6495\u88c2\u5c16\u722a","text":"\u5e0c\u6bd4\u5c14\u7684\u51b0\u722a \u6495\u88c2\u5c16\u722a","flags":{"unique":true}},{"name":"\u5fb7\u745e\u7d22\u7684\u70ed\u60c5","type":"\u7a7f\u7532\u523a\u5251","text":"\u5fb7\u745e\u7d22\u7684\u70ed\u60c5 \u7a7f\u7532\u523a\u5251","flags":{"unique":true}},{"name":"\u591c\u541f","type":"\u6697\u5f71\u5f13","text":"\u591c\u541f \u6697\u5f71\u5f13","flags":{"unique":true}},{"name":"\u6b7b\u795e\u4e4b\u624b","type":"\u5361\u9c81\u77ed\u6756","text":"\u6b7b\u795e\u4e4b\u624b \u5361\u9c81\u77ed\u6756","flags":{"unique":true}},{"name":"\u51a5\u4f7f\u4e4b\u7434","type":"\u6b7b\u4ea1\u4e4b\u5f13","text":"\u51a5\u4f7f\u4e4b\u7434 \u6b7b\u4ea1\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u6b7b\u4ea1\u4e4b\u4f5c","type":"\u6b7b\u4ea1\u4e4b\u5f13","text":"\u6b7b\u4ea1\u4e4b\u4f5c \u6b7b\u4ea1\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u6218\u6b4c","type":"\u9738\u4e3b\u5de8\u65a7","text":"\u6218\u6b4c \u9738\u4e3b\u5de8\u65a7","flags":{"unique":true}},{"name":"\u534a\u795e\u7684\u6743\u5a01","type":"\u91d1\u8272\u4e4b\u5203","text":"\u534a\u795e\u7684\u6743\u5a01 \u91d1\u8272\u4e4b\u5203","flags":{"unique":true}},{"name":"\u88c2\u4e16\u8f6e\u56de","type":"\u98ce\u66b4\u957f\u6756","text":"\u88c2\u4e16\u8f6e\u56de \u98ce\u66b4\u957f\u6756","flags":{"unique":true}},{"name":"\u6212\u5f8b\u4e4b\u5f71","type":"\u5e1d\u56fd\u77ed\u5315","text":"\u6212\u5f8b\u4e4b\u5f71 \u5e1d\u56fd\u77ed\u5315","flags":{"unique":true}},{"name":"\u706d\u4e16","type":"\u7687\u5bb6\u730e\u5f13","text":"\u706d\u4e16 \u7687\u5bb6\u730e\u5f13","flags":{"unique":true}},{"name":"\u706d\u4e16\u4e4b\u72f1","type":"\u7687\u5bb6\u730e\u5f13","text":"\u706d\u4e16\u4e4b\u72f1 \u7687\u5bb6\u730e\u5f13","flags":{"unique":true}},{"name":"\u7ec8\u672b\u4e4b\u59cb","type":"\u72ee\u722a\u5de8\u5251","text":"\u7ec8\u672b\u4e4b\u59cb \u72ee\u722a\u5de8\u5251","flags":{"unique":true}},{"name":"\u9ed1\u94a2","type":"\u74e6\u5c14\u77ed\u6756","text":"\u9ed1\u94a2 \u74e6\u5c14\u77ed\u6756","flags":{"unique":true}},{"name":"\u591a\u91cc\u4e9a\u5c3c\u7684\u5e7b\u5316\u4e4b\u6756","type":"\u74e6\u5c14\u77ed\u6756","text":"\u591a\u91cc\u4e9a\u5c3c\u7684\u5e7b\u5316\u4e4b\u6756 \u74e6\u5c14\u77ed\u6756","flags":{"unique":true}},{"name":"\u6050\u60e7\u4e4b\u9570","type":"\u5207\u5272\u8005","text":"\u6050\u60e7\u4e4b\u9570 \u5207\u5272\u8005","flags":{"unique":true}},{"name":"\u6050\u60e7\u5229\u5203","type":"\u9508\u5251","text":"\u6050\u60e7\u5229\u5203 \u9508\u5251","flags":{"unique":true}},{"name":"\u6050\u6016\u5de8\u9570","type":"\u5207\u5272\u8005","text":"\u6050\u6016\u5de8\u9570 \u5207\u5272\u8005","flags":{"unique":true}},{"name":"\u5e7b\u68a6\u98de\u7fbd","type":"\u6c38\u6052\u4e4b\u5251","text":"\u5e7b\u68a6\u98de\u7fbd \u6c38\u6052\u4e4b\u5251","flags":{"unique":true}},{"name":"\u5bb5\u6653","type":"\u98ce\u66b4\u957f\u6756","text":"\u5bb5\u6653 \u98ce\u66b4\u957f\u6756","flags":{"unique":true}},{"name":"\u9f99\u51e4\u541f","type":"\u72f1\u706b\u4e4b\u5203","text":"\u9f99\u51e4\u541f \u72f1\u706b\u4e4b\u5203","flags":{"unique":true}},{"name":"\u5e7d\u9b42\u4e4b\u606f","type":"\u94c1\u953b\u957f\u6756","text":"\u5e7d\u9b42\u4e4b\u606f \u94c1\u953b\u957f\u6756","flags":{"unique":true}},{"name":"\u53f6\u5170\u5fb7\u5c14\u7684\u62e5\u62b1","type":"\u8fdc\u53e4\u4e4b\u796d","text":"\u53f6\u5170\u5fb7\u5c14\u7684\u62e5\u62b1 \u8fdc\u53e4\u4e4b\u796d","flags":{"unique":true}},{"name":"\u56de\u58f0\u953b\u7089","type":"\u72f1\u708e\u91cd\u5251","text":"\u56de\u58f0\u953b\u7089 \u72f1\u708e\u91cd\u5251","flags":{"unique":true}},{"name":"\u5b87\u8680","type":"\u7b26\u6587\u6cd5\u6756","text":"\u5b87\u8680 \u7b26\u6587\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5b87\u8680","type":"\u6c34\u6676\u6cd5\u6756","text":"\u5b87\u8680 \u6c34\u6676\u6cd5\u6756","flags":{"unique":true}},{"name":"\u75af\u72c2\u8fb9\u754c","type":"\u672f\u96d5\u5de8\u5251","text":"\u75af\u72c2\u8fb9\u754c \u672f\u96d5\u5de8\u5251","flags":{"unique":true}},{"name":"\u5f71\u6b92","type":"\u66ae\u8272\u4e4b\u5203","text":"\u5f71\u6b92 \u66ae\u8272\u4e4b\u5203","flags":{"unique":true}},{"name":"\u7cbe\u534e\u6536\u5272\u5668","type":"\u74e6\u5c14\u6218\u722a","text":"\u7cbe\u534e\u6536\u5272\u5668 \u74e6\u5c14\u6218\u722a","flags":{"unique":true}},{"name":"\u4f0a\u6c83\u5e7b\u50cf","type":"\u53e4\u4ee3\u7ec6\u5251","text":"\u4f0a\u6c83\u5e7b\u50cf \u53e4\u4ee3\u7ec6\u5251","flags":{"unique":true}},{"name":"\u74e6\u5c14\u547d\u8fd0","type":"\u5b9d\u77f3\u4e4b\u5251","text":"\u74e6\u5c14\u547d\u8fd0 \u5b9d\u77f3\u4e4b\u5251","flags":{"unique":true}},{"name":"\u5723\u5f92\u80eb\u9aa8","type":"\u53f2\u5178\u957f\u6756","text":"\u5723\u5f92\u80eb\u9aa8 \u53f2\u5178\u957f\u6756","flags":{"unique":true}},{"name":"\u7eff\u85e4","type":"\u673d\u6728\u4e4b\u5e72","text":"\u7eff\u85e4 \u673d\u6728\u4e4b\u5e72","flags":{"unique":true}},{"name":"\u8d39\u5fb7\u5229\u5854\u65af\u4e4b\u950b","type":"\u952f\u72b6\u8584\u5203","text":"\u8d39\u5fb7\u5229\u5854\u65af\u4e4b\u950b \u952f\u72b6\u8584\u5203","flags":{"unique":true}},{"name":"\u8840\u8089\u4e4b\u55dc","type":"\u68a6\u5883\u4e4b\u9524","text":"\u8840\u8089\u4e4b\u55dc \u68a6\u5883\u4e4b\u9524","flags":{"unique":true}},{"name":"\u4e98\u53e4\u4e4b\u7075","type":"\u73bb\u7483\u5229\u7247","text":"\u4e98\u53e4\u4e4b\u7075 \u73bb\u7483\u5229\u7247","flags":{"unique":true}},{"name":"\u971c\u606f","type":"\u534e\u4e3d\u4e4b\u9524","text":"\u971c\u606f \u534e\u4e3d\u4e4b\u9524","flags":{"unique":true}},{"name":"\u5409\u5c14\u83f2\u7684\u51c0\u7f6a\u4e4b\u9524","type":"\u94dc\u5f71\u5de8\u9524","text":"\u5409\u5c14\u83f2\u7684\u51c0\u7f6a\u4e4b\u9524 \u94dc\u5f71\u5de8\u9524","flags":{"unique":true}},{"name":"\u5409\u5c14\u83f2\u7684\u5949\u732e\u4e4b\u9524","type":"\u94dc\u5f71\u5de8\u9524","text":"\u5409\u5c14\u83f2\u7684\u5949\u732e\u4e4b\u9524 \u94dc\u5f71\u5de8\u9524","flags":{"unique":true}},{"name":"\u5730\u7cbe\u8fb9\u7f18","type":"\u4f0f\u51fb\u523a\u5203","text":"\u5730\u7cbe\u8fb9\u7f18 \u4f0f\u51fb\u523a\u5203","flags":{"unique":true}},{"name":"\u8840\u88c2","type":"\u949d\u9489\u6728\u68d2","text":"\u8840\u88c2 \u949d\u9489\u6728\u68d2","flags":{"unique":true}},{"name":"\u8840\u51ff","type":"\u5265\u76ae\u5200","text":"\u8840\u51ff \u5265\u76ae\u5200","flags":{"unique":true}},{"name":"\u97e7\u6728\u66f2\u5203","type":"\u6c38\u6052\u4e4b\u5251","text":"\u97e7\u6728\u66f2\u5203 \u6c38\u6052\u4e4b\u5251","flags":{"unique":true}},{"name":"\u97e7\u6728\u66f2\u5203","type":"\u9614\u5251","text":"\u97e7\u6728\u66f2\u5203 \u9614\u5251","flags":{"unique":true}},{"name":"\u601d\u52a8\u4e4b\u624b","type":"\u5e1d\u56fd\u6218\u722a","text":"\u601d\u52a8\u4e4b\u624b \u5e1d\u56fd\u6218\u722a","flags":{"unique":true}},{"name":"\u601d\u52a8\u4e4b\u624b","type":"\u88ad\u773c\u94a9","text":"\u601d\u52a8\u4e4b\u624b \u88ad\u773c\u94a9","flags":{"unique":true}},{"name":"\u667a\u884c\u4e4b\u624b","type":"\u5e1d\u56fd\u6218\u722a","text":"\u667a\u884c\u4e4b\u624b \u5e1d\u56fd\u6218\u722a","flags":{"unique":true}},{"name":"\u88c2\u5fc3\u5203","type":"\u7687\u5bb6\u77ed\u5315","text":"\u88c2\u5fc3\u5203 \u7687\u5bb6\u77ed\u5315","flags":{"unique":true}},{"name":"\u9738\u6743\u65f6\u4ee3","type":"\u5ba1\u5224\u957f\u6756","text":"\u9738\u6743\u65f6\u4ee3 \u5ba1\u5224\u957f\u6756","flags":{"unique":true}},{"name":"\u55dc\u8840\u9ed1\u5179\u739b\u5a1c","type":"\u74e6\u5c14\u5de8\u65a7","text":"\u55dc\u8840\u9ed1\u5179\u739b\u5a1c \u74e6\u5c14\u5de8\u65a7","flags":{"unique":true}},{"name":"\u65e0\u51fb","type":"\u6b8b\u66b4\u5de8\u5251","text":"\u65e0\u51fb \u6b8b\u66b4\u5de8\u5251","flags":{"unique":true}},{"name":"\u7834\u706d\u4e4b\u5e0c","type":"\u6e38\u4fa0\u5f13","text":"\u7834\u706d\u4e4b\u5e0c \u6e38\u4fa0\u5f13","flags":{"unique":true}},{"name":"\u96f7\u59c6\u8bfa\u7684\u633d\u6b4c","type":"\u51b7\u94c1\u91cd\u9524","text":"\u96f7\u59c6\u8bfa\u7684\u633d\u6b4c \u51b7\u94c1\u91cd\u9524","flags":{"unique":true}},{"name":"\u96f7\u59c6\u8bfa\u7684\u593a\u547d\u51f6\u5668","type":"\u51b7\u94c1\u91cd\u9524","text":"\u96f7\u59c6\u8bfa\u7684\u593a\u547d\u51f6\u5668 \u51b7\u94c1\u91cd\u9524","flags":{"unique":true}},{"name":"\u6d77\u6602\u7684\u72c2\u6012","type":"\u519b\u56e2\u957f\u5251","text":"\u6d77\u6602\u7684\u72c2\u6012 \u519b\u56e2\u957f\u5251","flags":{"unique":true}},{"name":"\u4e00\u6587\u5b57","type":"\u6d77\u8d3c\u957f\u5200","text":"\u4e00\u6587\u5b57 \u6d77\u8d3c\u957f\u5200","flags":{"unique":true}},{"name":"\u7a7f\u4e91","type":"\u730e\u9b42\u4e4b\u5f13","text":"\u7a7f\u4e91 \u730e\u9b42\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u82f1\u65af\u8d1d\u7406\u4e4b\u6781","type":"\u667a\u8005\u957f\u5251","text":"\u82f1\u65af\u8d1d\u7406\u4e4b\u6781 \u667a\u8005\u957f\u5251","flags":{"unique":true}},{"name":"\u94a2\u94c1\u6307\u6325","type":"\u6b7b\u4ea1\u4e4b\u5f13","text":"\u94a2\u94c1\u6307\u6325 \u6b7b\u4ea1\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u4f0a\u6cfd\u6d1b\u4e4b\u8c1c","type":"\u5e1d\u56fd\u6218\u722a","text":"\u4f0a\u6cfd\u6d1b\u4e4b\u8c1c \u5e1d\u56fd\u6218\u722a","flags":{"unique":true}},{"name":"\u523d\u5b50\u624b.\u6770\u514b","type":"\u74e6\u5c14\u6218\u65a7","text":"\u523d\u5b50\u624b.\u6770\u514b \u74e6\u5c14\u6218\u65a7","flags":{"unique":true}},{"name":"\u4e54\u8d6b\u9ed1\u94a2","type":"\u6c89\u94a2\u91cd\u9524","text":"\u4e54\u8d6b\u9ed1\u94a2 \u6c89\u94a2\u91cd\u9524","flags":{"unique":true}},{"name":"\u5188\u59c6\u7684\u9738\u4e1a","type":"\u5361\u9c81\u5de8\u65a7","text":"\u5188\u59c6\u7684\u9738\u4e1a \u5361\u9c81\u5de8\u65a7","flags":{"unique":true}},{"name":"\u738b\u8005\u4e4b\u5203","type":"\u9738\u4e3b\u5de8\u65a7","text":"\u738b\u8005\u4e4b\u5203 \u9738\u4e3b\u5de8\u65a7","flags":{"unique":true}},{"name":"\u5947\u5854\u5f17\u4e4b\u76db\u5bb4","type":"\u865a\u5f71\u5de8\u65a7","text":"\u5947\u5854\u5f17\u4e4b\u76db\u5bb4 \u865a\u5f71\u5de8\u65a7","flags":{"unique":true}},{"name":"\u521a\u591a\u7684\u865a\u8363","type":"\u827e\u5179\u9ea6\u5de8\u5251","text":"\u521a\u591a\u7684\u865a\u8363 \u827e\u5179\u9ea6\u5de8\u5251","flags":{"unique":true}},{"name":"\u5eb7\u6208\u7684\u6218\u708e","type":"\u60e7\u7075\u91cd\u9524","text":"\u5eb7\u6208\u7684\u6218\u708e \u60e7\u7075\u91cd\u9524","flags":{"unique":true}},{"name":"\u62c9\u5947\u8bb8\u4e4b\u5203","type":"\u8d35\u65cf\u4e4b\u5251","text":"\u62c9\u5947\u8bb8\u4e4b\u5203 \u8d35\u65cf\u4e4b\u5251","flags":{"unique":true}},{"name":"\u7ec8\u606f","type":"\u62f3\u9489","text":"\u7ec8\u606f \u62f3\u9489","flags":{"unique":true}},{"name":"\u62c9\u7ef4\u5b89\u52a0\u7684\u667a\u6167","type":"\u6218\u9524","text":"\u62c9\u7ef4\u5b89\u52a0\u7684\u667a\u6167 \u6218\u9524","flags":{"unique":true}},{"name":"\u8352\u91ce\u4e4b\u5f8b","type":"\u9b54\u722a\u5203","text":"\u8352\u91ce\u4e4b\u5f8b \u9b54\u722a\u5203","flags":{"unique":true}},{"name":"\u751f\u673a\u4e4b\u8bb0","type":"\u673d\u6728\u6cd5\u6756","text":"\u751f\u673a\u4e4b\u8bb0 \u673d\u6728\u6cd5\u6756","flags":{"unique":true}},{"name":"\u65ad\u7f6a","type":"\u67f4\u65a7","text":"\u65ad\u7f6a \u67f4\u65a7","flags":{"unique":true}},{"name":"\u72ee\u773c\u7684\u6218\u5f13","type":"\u5e1d\u56fd\u4e4b\u5f13","text":"\u72ee\u773c\u7684\u6218\u5f13 \u5e1d\u56fd\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u739b\u5854\u4e4b\u6307\u6559","type":"\u5361\u9c81\u77ed\u6756","text":"\u739b\u5854\u4e4b\u6307\u6559 \u5361\u9c81\u77ed\u6756","flags":{"unique":true}},{"name":"\u8ff7\u832b\u5e7b\u7b26","type":"\u767d\u91d1\u6ce2\u5203","text":"\u8ff7\u832b\u5e7b\u7b26 \u767d\u91d1\u6ce2\u5203","flags":{"unique":true}},{"name":"\u5c14\u5947\u7684\u5de8\u7075\u4e4b\u9524","type":"\u5361\u9c81\u91cd\u9524","text":"\u5c14\u5947\u7684\u5de8\u7075\u4e4b\u9524 \u5361\u9c81\u91cd\u9524","flags":{"unique":true}},{"name":"\u7eaf\u51c0\u4e4b\u795e\u7684\u796d\u54c1","type":"\u8d35\u65cf\u957f\u6756","text":"\u7eaf\u51c0\u4e4b\u795e\u7684\u796d\u54c1 \u8d35\u65cf\u957f\u6756","flags":{"unique":true}},{"name":"\u51a5\u7ea6","type":"\u7b26\u6587\u6cd5\u6756","text":"\u51a5\u7ea6 \u7b26\u6587\u6cd5\u6756","flags":{"unique":true}},{"name":"\u529b\u91cf\u730e\u5203","type":"\u6b8b\u4f53\u5229\u5203","text":"\u529b\u91cf\u730e\u5203 \u6b8b\u4f53\u5229\u5203","flags":{"unique":true}},{"name":"\u9b54\u85e4","type":"\u673d\u6728\u4e4b\u5e72","text":"\u9b54\u85e4 \u673d\u6728\u4e4b\u5e72","flags":{"unique":true}},{"name":"\u6c89\u9ed8\u4e4b\u96f7","type":"\u575a\u9524","text":"\u6c89\u9ed8\u4e4b\u96f7 \u575a\u9524","flags":{"unique":true}},{"name":"\u51cb\u7075\u9b54\u722a","type":"\u865a\u5f71\u77ed\u6756","text":"\u51cb\u7075\u9b54\u722a \u865a\u5f71\u77ed\u6756","flags":{"unique":true}},{"name":"\u6708\u5c9a","type":"\u5f81\u6218\u4e4b\u65a7","text":"\u6708\u5c9a \u5f81\u6218\u4e4b\u65a7","flags":{"unique":true}},{"name":"\u6ce3\u6708","type":"\u9b54\u6027\u6cd5\u6756","text":"\u6ce3\u6708 \u9b54\u6027\u6cd5\u6756","flags":{"unique":true}},{"name":"\u566c\u9b42\u4e4b\u7259","type":"\u6050\u60e7\u4e4b\u722a","text":"\u566c\u9b42\u4e4b\u7259 \u6050\u60e7\u4e4b\u722a","flags":{"unique":true}},{"name":"Nametaker","type":"\u6743\u8d35\u4e4b\u5251","text":"Nametaker \u6743\u8d35\u4e4b\u5251","flags":{"unique":true}},{"name":"\u5185\u5e03\u5229\u65af","type":"\u865a\u5f71\u77ed\u6756","text":"\u5185\u5e03\u5229\u65af \u865a\u5f71\u77ed\u6756","flags":{"unique":true}},{"name":"\u5c3c\u5e03\u6d1b\u514b","type":"\u68a6\u9b47\u4e4b\u9524","text":"\u5c3c\u5e03\u6d1b\u514b \u68a6\u9b47\u4e4b\u9524","flags":{"unique":true}},{"name":"\u52aa\u845b\u739b\u547c\u4e4b\u8000","type":"\u6df1\u6e0a\u5de8\u65a7","text":"\u52aa\u845b\u739b\u547c\u4e4b\u8000 \u6df1\u6e0a\u5de8\u65a7","flags":{"unique":true}},{"name":"\u865a\u65e0\u4e4b\u503e","type":"\u6e38\u4fa0\u5f13","text":"\u865a\u65e0\u4e4b\u503e \u6e38\u4fa0\u5f13","flags":{"unique":true}},{"name":"\u52aa\u7f57\u7684\u7ad6\u7434","type":"\u5148\u9a71\u8005\u4e4b\u5f13","text":"\u52aa\u7f57\u7684\u7ad6\u7434 \u5148\u9a71\u8005\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u5948\u53ef\u59b2\u4e4b\u706f","type":"\u6c34\u6676\u77ed\u6756","text":"\u5948\u53ef\u59b2\u4e4b\u706f \u6c34\u6676\u77ed\u6756","flags":{"unique":true}},{"name":"\u62b9\u706d","type":"\u9b54\u89d2\u6cd5\u6756","text":"\u62b9\u706d \u9b54\u89d2\u6cd5\u6756","flags":{"unique":true}},{"name":"\u62b9\u706d","type":"\u9b54\u6027\u6cd5\u6756","text":"\u62b9\u706d \u9b54\u6027\u6cd5\u6756","flags":{"unique":true}},{"name":"\u9b3c\u5f11","type":"\u67e5\u5170\u4e4b\u5251","text":"\u9b3c\u5f11 \u67e5\u5170\u4e4b\u5251","flags":{"unique":true}},{"name":"\u4e1c\u4e4b\u9970","type":"\u88c2\u810f\u94a9","text":"\u4e1c\u4e4b\u9970 \u88c2\u810f\u94a9","flags":{"unique":true}},{"name":"\u6b27\u7f57\u7684\u8d21\u54c1","type":"\u72f1\u708e\u91cd\u5251","text":"\u6b27\u7f57\u7684\u8d21\u54c1 \u72f1\u708e\u91cd\u5251","flags":{"unique":true}},{"name":"\u5de8\u51fb\u4e4b\u9524","type":"\u72fc\u7259\u91cd\u9524","text":"\u5de8\u51fb\u4e4b\u9524 \u72fc\u7259\u91cd\u9524","flags":{"unique":true}},{"name":"\u6096\u8bba","type":"\u74e6\u5c14\u7ec6\u5251","text":"\u6096\u8bba \u74e6\u5c14\u7ec6\u5251","flags":{"unique":true}},{"name":"\u56da\u795e\u6775","type":"\u957f\u6756","text":"\u56da\u795e\u6775 \u957f\u6756","flags":{"unique":true}},{"name":"\u56da\u795e\u6775","type":"\u94c1\u953b\u957f\u6756","text":"\u56da\u795e\u6775 \u94c1\u953b\u957f\u6756","flags":{"unique":true}},{"name":"\u76ae\u65af\u5361\u6258\u7684\u6167\u773c","type":"\u9b54\u6027\u6cd5\u6756","text":"\u76ae\u65af\u5361\u6258\u7684\u6167\u773c \u9b54\u6027\u6cd5\u6756","flags":{"unique":true}},{"name":"\u76ae\u65af\u5361\u6258\u7684\u6167\u773c","type":"\u72c2\u98ce\u6cd5\u6756","text":"\u76ae\u65af\u5361\u6258\u7684\u6167\u773c \u72c2\u98ce\u6cd5\u6756","flags":{"unique":true}},{"name":"\u8a93\u7ea6","type":"\u5ba1\u5224\u957f\u6756","text":"\u8a93\u7ea6 \u5ba1\u5224\u957f\u6756","flags":{"unique":true}},{"name":"\u8679\u8000\u4e4b\u6708","type":"\u66ae\u5149\u957f\u5251","text":"\u8679\u8000\u4e4b\u6708 \u66ae\u5149\u957f\u5251","flags":{"unique":true}},{"name":"\u91cd\u51fb\u4e4b\u9524","type":"\u72fc\u7259\u91cd\u9524","text":"\u91cd\u51fb\u4e4b\u9524 \u72fc\u7259\u91cd\u9524","flags":{"unique":true}},{"name":"\u5a01\u4e25\u4e4b\u5203","type":"\u540d\u8d35\u5de8\u5251","text":"\u5a01\u4e25\u4e4b\u5203 \u540d\u8d35\u5de8\u5251","flags":{"unique":true}},{"name":"\u9003\u4ea1\u5973\u738b","type":"\u540d\u8d35\u5de8\u5251","text":"\u9003\u4ea1\u5973\u738b \u540d\u8d35\u5de8\u5251","flags":{"unique":true}},{"name":"\u9aa4\u96e8\u4e4b\u5f26","type":"\u77ed\u5f13","text":"\u9aa4\u96e8\u4e4b\u5f26 \u77ed\u5f13","flags":{"unique":true}},{"name":"\u62c9\u5176\u5854\u4e4b\u821e","type":"\u7b26\u6587\u5de8\u5251","text":"\u62c9\u5176\u5854\u4e4b\u821e \u7b26\u6587\u5de8\u5251","flags":{"unique":true}},{"name":"\u4e03\u65e5\u950b","type":"\u591c\u8bed\u957f\u5251","text":"\u4e03\u65e5\u950b \u591c\u8bed\u957f\u5251","flags":{"unique":true}},{"name":"\u8bae\u4f1a\u4e4b\u89e6","type":"\u810a\u5f13","text":"\u8bae\u4f1a\u4e4b\u89e6 \u810a\u5f13","flags":{"unique":true}},{"name":"\u9b42\u754c\u7ec8\u7ed3","type":"\u94c1\u953b\u957f\u6756","text":"\u9b42\u754c\u7ec8\u7ed3 \u94c1\u953b\u957f\u6756","flags":{"unique":true}},{"name":"\u521b\u57df","type":"\u94c1\u953b\u957f\u6756","text":"\u521b\u57df \u94c1\u953b\u957f\u6756","flags":{"unique":true}},{"name":"\u6b7b\u795e\u7684\u53d6\u9b42\u5668","type":"\u5e7d\u5f71\u5de8\u65a7","text":"\u6b7b\u795e\u7684\u53d6\u9b42\u5668 \u5e7d\u5f71\u5de8\u65a7","flags":{"unique":true}},{"name":"\u74e6\u5c14\u6218\u5203","type":"\u74e6\u5c14\u519b\u5203","text":"\u74e6\u5c14\u6218\u5203 \u74e6\u5c14\u519b\u5203","flags":{"unique":true}},{"name":"\u8d64\u7ea2\u77ed\u5203","type":"\u9508\u5251","text":"\u8d64\u7ea2\u77ed\u5203 \u9508\u5251","flags":{"unique":true}},{"name":"\u707e\u7978\u4e4b\u7901","type":"\u9c7c\u7aff","text":"\u707e\u7978\u4e4b\u7901 \u9c7c\u7aff","flags":{"unique":true}},{"name":"\u65e0\u5c3d\u6124\u6012","type":"\u5bcc\u8d35\u4e4b\u65a7","text":"\u65e0\u5c3d\u6124\u6012 \u5bcc\u8d35\u4e4b\u65a7","flags":{"unique":true}},{"name":"\u8f6e\u56de\u4e4b\u8bb0","type":"\u7c97\u5236\u5f13","text":"\u8f6e\u56de\u4e4b\u8bb0 \u7c97\u5236\u5f13","flags":{"unique":true}},{"name":"\u534f\u7ea6\u7684\u9057\u7269","type":"\u87ba\u7eb9\u6cd5\u6756","text":"\u534f\u7ea6\u7684\u9057\u7269 \u87ba\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u534f\u7ea6\u7684\u9057\u7269","type":"\u8d24\u8005\u6cd5\u6756","text":"\u534f\u7ea6\u7684\u9057\u7269 \u8d24\u8005\u6cd5\u6756","flags":{"unique":true}},{"name":"\u8d85\u8d8a\u58c1\u5792\u3010\u4eff\u54c1\u3011","type":"\u88c2\u810f\u94a9","text":"\u8d85\u8d8a\u58c1\u5792\u3010\u4eff\u54c1\u3011 \u88c2\u810f\u94a9","flags":{"unique":true}},{"name":"\u9b45\u60d1\u3010\u4eff\u54c1\u3011","type":"\u74e6\u5c14\u6218\u722a","text":"\u9b45\u60d1\u3010\u4eff\u54c1\u3011 \u74e6\u5c14\u6218\u722a","flags":{"unique":true}},{"name":"\u82e6\u68a6\u3010\u4eff\u54c1\u3011","type":"\u5f71\u8bed\u77ed\u6756","text":"\u82e6\u68a6\u3010\u4eff\u54c1\u3011 \u5f71\u8bed\u77ed\u6756","flags":{"unique":true}},{"name":"\u8840\u8c11\u3010\u4eff\u54c1\u3011","type":"\u9510\u5229\u523a\u5315","text":"\u8840\u8c11\u3010\u4eff\u54c1\u3011 \u9510\u5229\u523a\u5315","flags":{"unique":true}},{"name":"\u8840\u68d8\u3010\u4eff\u54c1\u3011","type":"\u673d\u6728\u4e4b\u5e72","text":"\u8840\u68d8\u3010\u4eff\u54c1\u3011 \u673d\u6728\u4e4b\u5e72","flags":{"unique":true}},{"name":"\u5bd2\u94c1\u5203\u3010\u4eff\u54c1\u3011","type":"\u827e\u5179\u9ea6\u4e4b\u5315","text":"\u5bd2\u94c1\u5203\u3010\u4eff\u54c1\u3011 \u827e\u5179\u9ea6\u4e4b\u5315","flags":{"unique":true}},{"name":"\u5e7b\u68a6\u98de\u7fbd\u3010\u4eff\u54c1\u3011","type":"\u6c38\u6052\u4e4b\u5251","text":"\u5e7b\u68a6\u98de\u7fbd\u3010\u4eff\u54c1\u3011 \u6c38\u6052\u4e4b\u5251","flags":{"unique":true}},{"name":"\u5bb5\u6653\u3010\u4eff\u54c1\u3011","type":"\u98ce\u66b4\u957f\u6756","text":"\u5bb5\u6653\u3010\u4eff\u54c1\u3011 \u98ce\u66b4\u957f\u6756","flags":{"unique":true}},{"name":"\u53f6\u5170\u5fb7\u5c14\u7684\u62e5\u62b1\u3010\u4eff\u54c1\u3011","type":"\u8fdc\u53e4\u4e4b\u796d","text":"\u53f6\u5170\u5fb7\u5c14\u7684\u62e5\u62b1\u3010\u4eff\u54c1\u3011 \u8fdc\u53e4\u4e4b\u796d","flags":{"unique":true}},{"name":"\u7eff\u85e4\u3010\u4eff\u54c1\u3011","type":"\u673d\u6728\u4e4b\u5e72","text":"\u7eff\u85e4\u3010\u4eff\u54c1\u3011 \u673d\u6728\u4e4b\u5e72","flags":{"unique":true}},{"name":"\u971c\u606f\u3010\u4eff\u54c1\u3011","type":"\u534e\u4e3d\u4e4b\u9524","text":"\u971c\u606f\u3010\u4eff\u54c1\u3011 \u534e\u4e3d\u4e4b\u9524","flags":{"unique":true}},{"name":"\u6536\u5272\u8005\u3010\u4eff\u54c1\u3011","type":"\u7075\u7389\u5de8\u65a7","text":"\u6536\u5272\u8005\u3010\u4eff\u54c1\u3011 \u7075\u7389\u5de8\u65a7","flags":{"unique":true}},{"name":"\u88c2\u5fc3\u5203\u3010\u4eff\u54c1\u3011","type":"\u7687\u5bb6\u77ed\u5315","text":"\u88c2\u5fc3\u5203\u3010\u4eff\u54c1\u3011 \u7687\u5bb6\u77ed\u5315","flags":{"unique":true}},{"name":"\u7a7f\u4e91\u3010\u4eff\u54c1\u3011","type":"\u730e\u9b42\u4e4b\u5f13","text":"\u7a7f\u4e91\u3010\u4eff\u54c1\u3011 \u730e\u9b42\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u82f1\u65af\u8d1d\u7406\u4e4b\u6781\u3010\u4eff\u54c1\u3011","type":"\u667a\u8005\u957f\u5251","text":"\u82f1\u65af\u8d1d\u7406\u4e4b\u6781\u3010\u4eff\u54c1\u3011 \u667a\u8005\u957f\u5251","flags":{"unique":true}},{"name":"\u94a2\u94c1\u6307\u6325\u3010\u4eff\u54c1\u3011","type":"\u6b7b\u4ea1\u4e4b\u5f13","text":"\u94a2\u94c1\u6307\u6325\u3010\u4eff\u54c1\u3011 \u6b7b\u4ea1\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u5eb7\u6208\u7684\u6218\u708e\u3010\u4eff\u54c1\u3011","type":"\u60e7\u7075\u91cd\u9524","text":"\u5eb7\u6208\u7684\u6218\u708e\u3010\u4eff\u54c1\u3011 \u60e7\u7075\u91cd\u9524","flags":{"unique":true}},{"name":"\u7ec8\u606f\u3010\u4eff\u54c1\u3011","type":"\u62f3\u9489","text":"\u7ec8\u606f\u3010\u4eff\u54c1\u3011 \u62f3\u9489","flags":{"unique":true}},{"name":"\u51a5\u7ea6\u3010\u4eff\u54c1\u3011","type":"\u7b26\u6587\u6cd5\u6756","text":"\u51a5\u7ea6\u3010\u4eff\u54c1\u3011 \u7b26\u6587\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5185\u5e03\u5229\u65af\u3010\u4eff\u54c1\u3011","type":"\u865a\u5f71\u77ed\u6756","text":"\u5185\u5e03\u5229\u65af\u3010\u4eff\u54c1\u3011 \u865a\u5f71\u77ed\u6756","flags":{"unique":true}},{"name":"\u6b27\u7f57\u7684\u8d21\u54c1\u3010\u4eff\u54c1\u3011","type":"\u72f1\u708e\u91cd\u5251","text":"\u6b27\u7f57\u7684\u8d21\u54c1\u3010\u4eff\u54c1\u3011 \u72f1\u708e\u91cd\u5251","flags":{"unique":true}},{"name":"\u6096\u8bba\u3010\u4eff\u54c1\u3011","type":"\u74e6\u5c14\u7ec6\u5251","text":"\u6096\u8bba\u3010\u4eff\u54c1\u3011 \u74e6\u5c14\u7ec6\u5251","flags":{"unique":true}},{"name":"\u9aa4\u96e8\u4e4b\u5f26\u3010\u4eff\u54c1\u3011","type":"\u77ed\u5f13","text":"\u9aa4\u96e8\u4e4b\u5f26\u3010\u4eff\u54c1\u3011 \u77ed\u5f13","flags":{"unique":true}},{"name":"\u5f00\u819b\u65a7\u3010\u4eff\u54c1\u3011","type":"\u7834\u57ce\u65a7","text":"\u5f00\u819b\u65a7\u3010\u4eff\u54c1\u3011 \u7834\u57ce\u65a7","flags":{"unique":true}},{"name":"\u66b4\u98ce\u4e4b\u94a2\u3010\u4eff\u54c1\u3011","type":"\u5f81\u6218\u4e4b\u5251","text":"\u66b4\u98ce\u4e4b\u94a2\u3010\u4eff\u54c1\u3011 \u5f81\u6218\u4e4b\u5251","flags":{"unique":true}},{"name":"\u88c2\u9885\u3010\u4eff\u54c1\u3011","type":"\u521a\u731b\u5de8\u9524","text":"\u88c2\u9885\u3010\u4eff\u54c1\u3011 \u521a\u731b\u5de8\u9524","flags":{"unique":true}},{"name":"\u6258\u6c83\u5367\u3010\u4eff\u54c1\u3011","type":"\u7075\u77f3\u6cd5\u6756","text":"\u6258\u6c83\u5367\u3010\u4eff\u54c1\u3011 \u7075\u77f3\u6cd5\u6756","flags":{"unique":true}},{"name":"\u6258\u6c83\u5367\u3010\u4eff\u54c1\u3011","type":"\u72c2\u98ce\u6cd5\u6756","text":"\u6258\u6c83\u5367\u3010\u4eff\u54c1\u3011 \u72c2\u98ce\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5ce1\u6e7e\u4e4b\u661f\u3010\u4eff\u54c1\u3011","type":"\u8d24\u8005\u6cd5\u6756","text":"\u5ce1\u6e7e\u4e4b\u661f\u3010\u4eff\u54c1\u3011 \u8d24\u8005\u6cd5\u6756","flags":{"unique":true}},{"name":"\u6069\u5409\u5c14\u7684\u53c9\u5203\u3010\u4eff\u54c1\u3011","type":"\u7a83\u8005\u77ed\u5203","text":"\u6069\u5409\u5c14\u7684\u53c9\u5203\u3010\u4eff\u54c1\u3011 \u7a83\u8005\u77ed\u5203","flags":{"unique":true}},{"name":"\u88c2\u98ce\u3010\u4eff\u54c1\u3011","type":"\u5e1d\u56fd\u4e4b\u5f13","text":"\u88c2\u98ce\u3010\u4eff\u54c1\u3011 \u5e1d\u56fd\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u4e71\u4e16\u4e4b\u7ffc\u3010\u4eff\u54c1\u3011","type":"\u827e\u5179\u9ea6\u5de8\u65a7","text":"\u4e71\u4e16\u4e4b\u7ffc\u3010\u4eff\u54c1\u3011 \u827e\u5179\u9ea6\u5de8\u65a7","flags":{"unique":true}},{"name":"\u6df7\u54cd","type":"\u87ba\u7eb9\u6cd5\u6756","text":"\u6df7\u54cd \u87ba\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u745e\u4f5b\u7684\u594b\u6218\u957f\u5251","type":"\u9ad8\u5c71\u91cd\u5203","text":"\u745e\u4f5b\u7684\u594b\u6218\u957f\u5251 \u9ad8\u5c71\u91cd\u5203","flags":{"unique":true}},{"name":"\u745e\u4f5b\u7edf\u5e05","type":"\u591c\u8bed\u957f\u5251","text":"\u745e\u4f5b\u7edf\u5e05 \u591c\u8bed\u957f\u5251","flags":{"unique":true}},{"name":"\u91ce\u6027\u745e\u4f5b","type":"\u7687\u5bb6\u4e4b\u65a7","text":"\u91ce\u6027\u745e\u4f5b \u7687\u5bb6\u4e4b\u65a7","flags":{"unique":true}},{"name":"\u88c2\u9699","type":"\u6050\u60e7\u4e4b\u7259","text":"\u88c2\u9699 \u6050\u60e7\u4e4b\u7259","flags":{"unique":true}},{"name":"\u841d\u4e1d\u4e4b\u89e6","type":"\u53cd\u66f2\u5f13","text":"\u841d\u4e1d\u4e4b\u89e6 \u53cd\u66f2\u5f13","flags":{"unique":true}},{"name":"\u971c\u5203","type":"\u9508\u65a7","text":"\u971c\u5203 \u9508\u65a7","flags":{"unique":true}},{"name":"\u96c0\u8dc3","type":"\u5265\u76ae\u5200","text":"\u96c0\u8dc3 \u5265\u76ae\u5200","flags":{"unique":true}},{"name":"\u98df\u869c","type":"\u6597\u58eb\u957f\u5251","text":"\u98df\u869c \u6597\u58eb\u957f\u5251","flags":{"unique":true}},{"name":"\u547d\u8fd0\u4f24\u75d5","type":"\u62f3\u9489","text":"\u547d\u8fd0\u4f24\u75d5 \u62f3\u9489","flags":{"unique":true}},{"name":"\u79bb\u5f02\u68a6\u5bd0","type":"\u519b\u7528\u957f\u5203","text":"\u79bb\u5f02\u68a6\u5bd0 \u519b\u7528\u957f\u5203","flags":{"unique":true}},{"name":"\u65e5\u8000\u4e4b\u5f71","type":"\u8d24\u8005\u6cd5\u6756","text":"\u65e5\u8000\u4e4b\u5f71 \u8d24\u8005\u6cd5\u6756","flags":{"unique":true}},{"name":"\u4f4e\u4f0f\u6697\u5149","type":"\u72c2\u98ce\u6cd5\u6756","text":"\u4f4e\u4f0f\u6697\u5149 \u72c2\u98ce\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5bd2\u5149\u5251","type":"\u91cd\u5251","text":"\u5bd2\u5149\u5251 \u91cd\u5251","flags":{"unique":true}},{"name":"\u7f6a\u6076\u541e\u566c\u8005\u7684\u53f9\u606f","type":"\u66b4\u541b\u4e4b\u7edf","text":"\u7f6a\u6076\u541e\u566c\u8005\u7684\u53f9\u606f \u66b4\u541b\u4e4b\u7edf","flags":{"unique":true}},{"name":"\u94f6\u679d","type":"\u7c97\u5236\u5f13","text":"\u94f6\u679d \u7c97\u5236\u5f13","flags":{"unique":true}},{"name":"\u5e7b\u94f6\u4e4b\u5f26","type":"\u7c97\u5236\u5f13","text":"\u5e7b\u94f6\u4e4b\u5f26 \u7c97\u5236\u5f13","flags":{"unique":true}},{"name":"\u5947\u5f02","type":"\u767d\u91d1\u77ed\u6756","text":"\u5947\u5f02 \u767d\u91d1\u77ed\u6756","flags":{"unique":true}},{"name":"\u52c7\u6c14\u4e4b\u9b44","type":"\u827e\u5179\u9ea6\u5de8\u65a7","text":"\u52c7\u6c14\u4e4b\u9b44 \u827e\u5179\u9ea6\u5de8\u65a7","flags":{"unique":true}},{"name":"\u7834\u788e\u4f20\u627f\u8005","type":"\u86c7\u7eb9\u957f\u6756","text":"\u7834\u788e\u4f20\u627f\u8005 \u86c7\u7eb9\u957f\u6756","flags":{"unique":true}},{"name":"\u767d\u94f6\u4e4b\u820c","type":"\u5148\u9a71\u8005\u4e4b\u5f13","text":"\u767d\u94f6\u4e4b\u820c \u5148\u9a71\u8005\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u6d77\u5996\u9b45\u66f2","type":"\u9c7c\u7aff","text":"\u6d77\u5996\u9b45\u66f2 \u9c7c\u7aff","flags":{"unique":true}},{"name":"\u5f00\u819b\u65a7","type":"\u7834\u57ce\u65a7","text":"\u5f00\u819b\u65a7 \u7834\u57ce\u65a7","flags":{"unique":true}},{"name":"\u626d\u9b42\u8005","type":"\u827e\u5179\u9ea6\u957f\u6756","text":"\u626d\u9b42\u8005 \u827e\u5179\u9ea6\u957f\u6756","flags":{"unique":true}},{"name":"\u5148\u9a71\u4e4b\u810a","type":"\u51b7\u94c1\u77ed\u6756","text":"\u5148\u9a71\u4e4b\u810a \u51b7\u94c1\u77ed\u6756","flags":{"unique":true}},{"name":"\u788e\u6708","type":"\u673d\u6728\u6cd5\u6756","text":"\u788e\u6708 \u673d\u6728\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5851\u661f\u8005","type":"\u72f1\u708e\u91cd\u5251","text":"\u5851\u661f\u8005 \u72f1\u708e\u91cd\u5251","flags":{"unique":true}},{"name":"\u66b4\u96e8\u4e4b\u5f26","type":"\u957f\u5f13","text":"\u66b4\u96e8\u4e4b\u5f26 \u957f\u5f13","flags":{"unique":true}},{"name":"\u7981\u9522\u66b4\u98ce","type":"\u7c97\u7eb9\u6cd5\u6756","text":"\u7981\u9522\u66b4\u98ce \u7c97\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u7981\u9522\u66b4\u98ce","type":"\u87ba\u7eb9\u6cd5\u6756","text":"\u7981\u9522\u66b4\u98ce \u87ba\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u74e6\u5c14\u4f20\u8bf4","type":"\u5b9d\u77f3\u4e4b\u5251","text":"\u74e6\u5c14\u4f20\u8bf4 \u5b9d\u77f3\u4e4b\u5251","flags":{"unique":true}},{"name":"\u74e6\u5c14\u4f20\u8bf4","type":"\u78a7\u94dc\u77ed\u5251","text":"\u74e6\u5c14\u4f20\u8bf4 \u78a7\u94dc\u77ed\u5251","flags":{"unique":true}},{"name":"\u7825\u783a\u6df1\u6839","type":"\u4f0f\u51fb\u523a\u5203","text":"\u7825\u783a\u6df1\u6839 \u4f0f\u51fb\u523a\u5203","flags":{"unique":true}},{"name":"\u5854\u6797\u7684\u98a4\u6817\u4e4b\u8bed","type":"\u98ce\u66b4\u957f\u6756","text":"\u5854\u6797\u7684\u98a4\u6817\u4e4b\u8bed \u98ce\u66b4\u957f\u6756","flags":{"unique":true}},{"name":"\u884c\u5211\u4e4b\u5203","type":"\u864e\u7259\u5de8\u5251","text":"\u884c\u5211\u4e4b\u5203 \u864e\u7259\u5de8\u5251","flags":{"unique":true}},{"name":"\u6467\u6b8b\u4e4b\u5149","type":"\u7ec6\u67c4\u957f\u6756","text":"\u6467\u6b8b\u4e4b\u5149 \u7ec6\u67c4\u957f\u6756","flags":{"unique":true}},{"name":"\u6f06\u9ed1\u85e4\u6756","type":"\u7687\u5bb6\u77ed\u6756","text":"\u6f06\u9ed1\u85e4\u6756 \u7687\u5bb6\u77ed\u6756","flags":{"unique":true}},{"name":"\u7aed\u8840\u4e4b\u9570","type":"\u884c\u5211\u5de8\u65a7","text":"\u7aed\u8840\u4e4b\u9570 \u884c\u5211\u5de8\u65a7","flags":{"unique":true}},{"name":"\u8840\u68d8","type":"\u673d\u6728\u4e4b\u5e72","text":"\u8840\u68d8 \u673d\u6728\u4e4b\u5e72","flags":{"unique":true}},{"name":"The Burden of Shadows","type":"\u53f2\u5178\u957f\u6756","text":"The Burden of Shadows \u53f2\u5178\u957f\u6756","flags":{"unique":true}},{"name":"\u70e7\u707c\u5668","type":"\u67f4\u65a7","text":"\u70e7\u707c\u5668 \u67f4\u65a7","flags":{"unique":true}},{"name":"\u8695\u98df\u4e4b\u6697","type":"\u517d\u8840\u77ed\u5315","text":"\u8695\u98df\u4e4b\u6697 \u517d\u8840\u77ed\u5315","flags":{"unique":true}},{"name":"\u8d64\u7ea2\u98ce\u66b4","type":"\u94a2\u6728\u4e4b\u5f13","text":"\u8d64\u7ea2\u98ce\u66b4 \u94a2\u6728\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u7985\u610f\u82e6\u884c\u50e7","type":"\u6b8b\u66b4\u5de8\u5251","text":"\u7985\u610f\u82e6\u884c\u50e7 \u6b8b\u66b4\u5de8\u5251","flags":{"unique":true}},{"name":"\u6740\u5b7d\u6212\u5200","type":"\u6b8b\u66b4\u5de8\u5251","text":"\u6740\u5b7d\u6212\u5200 \u6b8b\u66b4\u5de8\u5251","flags":{"unique":true}},{"name":"\u9eef\u9ed1\u8d24\u8005","type":"\u5f71\u8bed\u77ed\u6756","text":"\u9eef\u9ed1\u8d24\u8005 \u5f71\u8bed\u77ed\u6756","flags":{"unique":true}},{"name":"\u5723\u6076\u4e4b\u55bb","type":"\u5e1d\u56fd\u957f\u6756","text":"\u5723\u6076\u4e4b\u55bb \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u652f\u70b9","type":"\u827e\u5179\u9ea6\u957f\u6756","text":"\u652f\u70b9 \u827e\u5179\u9ea6\u957f\u6756","flags":{"unique":true}},{"name":"\u8fd0\u52bf\u4e4b\u73af","type":"\u8d35\u65cf\u957f\u6756","text":"\u8fd0\u52bf\u4e4b\u73af \u8d35\u65cf\u957f\u6756","flags":{"unique":true}},{"name":"\u8d2a\u5a6a\u4e4b\u6f6e","type":"\u57ce\u585e\u6218\u5f13","text":"\u8d2a\u5a6a\u4e4b\u6f6e \u57ce\u585e\u6218\u5f13","flags":{"unique":true}},{"name":"\u5973\u795e\u7684\u7075\u7f1a","type":"\u9cb8\u9aa8\u7ec6\u5203","text":"\u5973\u795e\u7684\u7075\u7f1a \u9cb8\u9aa8\u7ec6\u5203","flags":{"unique":true}},{"name":"\u5973\u795e\u7684\u6012\u708e","type":"\u8d35\u65cf\u4e4b\u5251","text":"\u5973\u795e\u7684\u6012\u708e \u8d35\u65cf\u4e4b\u5251","flags":{"unique":true}},{"name":"\u5973\u795e\u7684\u675f\u7f1a","type":"\u6c38\u6052\u4e4b\u5251","text":"\u5973\u795e\u7684\u675f\u7f1a \u6c38\u6052\u4e4b\u5251","flags":{"unique":true}},{"name":"\u7070\u8272\u5c16\u690e","type":"\u5ba1\u5224\u957f\u6756","text":"\u7070\u8272\u5c16\u690e \u5ba1\u5224\u957f\u6756","flags":{"unique":true}},{"name":"\u72ee\u9e6b","type":"\u788e\u7389\u65a7","text":"\u72ee\u9e6b \u788e\u7389\u65a7","flags":{"unique":true}},{"name":"\u6536\u5272\u8005","type":"\u7075\u7389\u5de8\u65a7","text":"\u6536\u5272\u8005 \u7075\u7389\u5de8\u65a7","flags":{"unique":true}},{"name":"\u9690\u533f\u4e4b\u5203","type":"\u4f0f\u51fb\u523a\u5203","text":"\u9690\u533f\u4e4b\u5203 \u4f0f\u51fb\u523a\u5203","flags":{"unique":true}},{"name":"\u94a2\u94c1\u8d28\u91cf","type":"\u6597\u58eb\u957f\u5251","text":"\u94a2\u94c1\u8d28\u91cf \u6597\u58eb\u957f\u5251","flags":{"unique":true}},{"name":"\u8bd7\u4eba\u4e4b\u7b14","type":"\u7c97\u7eb9\u6cd5\u6756","text":"\u8bd7\u4eba\u4e4b\u7b14 \u7c97\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5973\u7235","type":"\u65e7\u519b\u5200","text":"\u5973\u7235 \u65e7\u519b\u5200","flags":{"unique":true}},{"name":"\u7ea2\u5203","type":"\u6597\u58eb\u957f\u5251","text":"\u7ea2\u5203 \u6597\u58eb\u957f\u5251","flags":{"unique":true}},{"name":"\u79d8\u6cd5\u541b\u4e34","type":"\u519b\u56e2\u957f\u5251","text":"\u79d8\u6cd5\u541b\u4e34 \u519b\u56e2\u957f\u5251","flags":{"unique":true}},{"name":"\u6551\u4e16\u8005","type":"\u519b\u56e2\u957f\u5251","text":"\u6551\u4e16\u8005 \u519b\u56e2\u957f\u5251","flags":{"unique":true}},{"name":"\u707e\u5bb3","type":"\u6050\u60e7\u4e4b\u7259","text":"\u707e\u5bb3 \u6050\u60e7\u4e4b\u7259","flags":{"unique":true}},{"name":"\u9e70\u5578","type":"\u788e\u7389\u65a7","text":"\u9e70\u5578 \u788e\u7389\u65a7","flags":{"unique":true}},{"name":"\u70bd\u708e\u4e4b\u4f7f","type":"\u6b66\u672f\u957f\u6756","text":"\u70bd\u708e\u4e4b\u4f7f \u6b66\u672f\u957f\u6756","flags":{"unique":true}},{"name":"\u98ce\u66b4\u4e4b\u773c","type":"\u7687\u5bb6\u957f\u6756","text":"\u98ce\u66b4\u4e4b\u773c \u7687\u5bb6\u957f\u6756","flags":{"unique":true}},{"name":"\u98ce\u66b4\u575a\u58c1","type":"\u7687\u5bb6\u957f\u6756","text":"\u98ce\u66b4\u575a\u58c1 \u7687\u5bb6\u957f\u6756","flags":{"unique":true}},{"name":"\u65e0\u4e0a\u7bb4\u8a00","type":"\u6c34\u6676\u77ed\u6756","text":"\u65e0\u4e0a\u7bb4\u8a00 \u6c34\u6676\u77ed\u6756","flags":{"unique":true}},{"name":"\u601d\u60f3\u5954\u6d41","type":"\u519b\u56e2\u957f\u5251","text":"\u601d\u60f3\u5954\u6d41 \u519b\u56e2\u957f\u5251","flags":{"unique":true}},{"name":"\u66b4\u98ce\u96e8","type":"\u957f\u5f13","text":"\u66b4\u98ce\u96e8 \u957f\u5f13","flags":{"unique":true}},{"name":"\u66b4\u98ce\u4e4b\u94a2","type":"\u5f81\u6218\u4e4b\u5251","text":"\u66b4\u98ce\u4e4b\u94a2 \u5f81\u6218\u4e4b\u5251","flags":{"unique":true}},{"name":"\u8702\u5de2\u6d8c\u52a8","type":"\u523a\u5589\u5203","text":"\u8702\u5de2\u6d8c\u52a8 \u523a\u5589\u5203","flags":{"unique":true}},{"name":"\u51b0\u70b9\u4f4e\u8bed","type":"\u6bd2\u7259\u957f\u6756","text":"\u51b0\u70b9\u4f4e\u8bed \u6bd2\u7259\u957f\u6756","flags":{"unique":true}},{"name":"\u547d\u8fd0\u4e4b\u98ce","type":"\u6076\u7075\u957f\u6756","text":"\u547d\u8fd0\u4e4b\u98ce \u6076\u7075\u957f\u6756","flags":{"unique":true}},{"name":"\u6b7b\u4ea1\u5c48\u670d","type":"\u5e1d\u56fd\u957f\u6756","text":"\u6b7b\u4ea1\u5c48\u670d \u5e1d\u56fd\u957f\u6756","flags":{"unique":true}},{"name":"\u66d9\u96f7","type":"\u9508\u6591\u5de8\u5251","text":"\u66d9\u96f7 \u9508\u6591\u5de8\u5251","flags":{"unique":true}},{"name":"\u5c40\u52bf\u9006\u8f6c\u8005","type":"\u5e1d\u56fd\u91cd\u9524","text":"\u5c40\u52bf\u9006\u8f6c\u8005 \u5e1d\u56fd\u91cd\u9524","flags":{"unique":true}},{"name":"\u75db\u82e6\u4e4b\u89e6","type":"\u5e1d\u56fd\u6218\u722a","text":"\u75db\u82e6\u4e4b\u89e6 \u5e1d\u56fd\u6218\u722a","flags":{"unique":true}},{"name":"\u98a4\u6296\u4e4b\u6756","type":"\u519b\u7528\u957f\u6756","text":"\u98a4\u6296\u4e4b\u6756 \u519b\u7528\u957f\u6756","flags":{"unique":true}},{"name":"\u88c2\u9885","type":"\u521a\u731b\u5de8\u9524","text":"\u88c2\u9885 \u521a\u731b\u5de8\u9524","flags":{"unique":true}},{"name":"\u6258\u6c83\u5d29","type":"\u7075\u77f3\u6cd5\u6756","text":"\u6258\u6c83\u5d29 \u7075\u77f3\u6cd5\u6756","flags":{"unique":true}},{"name":"\u6258\u6c83\u5d29","type":"\u87ba\u7eb9\u6cd5\u6756","text":"\u6258\u6c83\u5d29 \u87ba\u7eb9\u6cd5\u6756","flags":{"unique":true}},{"name":"\u6258\u6c83\u5367","type":"\u7075\u77f3\u6cd5\u6756","text":"\u6258\u6c83\u5367 \u7075\u77f3\u6cd5\u6756","flags":{"unique":true}},{"name":"\u6258\u6c83\u5367","type":"\u72c2\u98ce\u6cd5\u6756","text":"\u6258\u6c83\u5367 \u72c2\u98ce\u6cd5\u6756","flags":{"unique":true}},{"name":"\u5ce1\u6e7e\u4e4b\u661f","type":"\u8d24\u8005\u6cd5\u6756","text":"\u5ce1\u6e7e\u4e4b\u661f \u8d24\u8005\u6cd5\u6756","flags":{"unique":true}},{"name":"\u6069\u5409\u5c14\u7684\u53c9\u5203","type":"\u7a83\u8005\u77ed\u5203","text":"\u6069\u5409\u5c14\u7684\u53c9\u5203 \u7a83\u8005\u77ed\u5203","flags":{"unique":true}},{"name":"\u5408\u6d41\u68a6\u5bd0","type":"\u519b\u7528\u957f\u5203","text":"\u5408\u6d41\u68a6\u5bd0 \u519b\u7528\u957f\u5203","flags":{"unique":true}},{"name":"\u4e4c\u5c14\u5c3c\u591a\u7684\u62e5\u62b1","type":"\u74e6\u5c14\u5de8\u65a7","text":"\u4e4c\u5c14\u5c3c\u591a\u7684\u62e5\u62b1 \u74e6\u5c14\u5de8\u65a7","flags":{"unique":true}},{"name":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u543b","type":"\u53cc\u5f71\u5de8\u65a7","text":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u543b \u53cc\u5f71\u5de8\u65a7","flags":{"unique":true}},{"name":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u543b","type":"\u74e6\u5c14\u5de8\u65a7","text":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u543b \u74e6\u5c14\u5de8\u65a7","flags":{"unique":true}},{"name":"\u9ed1\u9ca8","type":"\u74e6\u5c14\u519b\u5203","text":"\u9ed1\u9ca8 \u74e6\u5c14\u519b\u5203","flags":{"unique":true}},{"name":"\u5e84\u91cd\u4e4b\u6756","type":"\u673d\u6728\u4e4b\u5e72","text":"\u5e84\u91cd\u4e4b\u6756 \u673d\u6728\u4e4b\u5e72","flags":{"unique":true}},{"name":"\u6f5c\u80fd\u9b54\u68d2","type":"\u7bb4\u8a00\u6cd5\u6756","text":"\u6f5c\u80fd\u9b54\u68d2 \u7bb4\u8a00\u6cd5\u6756","flags":{"unique":true}},{"name":"\u88c2\u7a7a\u8005","type":"\u72f1\u708e\u91cd\u5251","text":"\u88c2\u7a7a\u8005 \u72f1\u708e\u91cd\u5251","flags":{"unique":true}},{"name":"\u901d\u7a7a\u4e4b\u9524","type":"\u5a01\u6743\u5de8\u9524","text":"\u901d\u7a7a\u4e4b\u9524 \u5a01\u6743\u5de8\u9524","flags":{"unique":true}},{"name":"\u9b54\u66b4\u4e4b\u75d5","type":"\u810a\u5f13","text":"\u9b54\u66b4\u4e4b\u75d5 \u810a\u5f13","flags":{"unique":true}},{"name":"\u706b\u795e\u953b\u53f0","type":"\u9b54\u7075\u77ed\u5315","text":"\u706b\u795e\u953b\u53f0 \u9b54\u7075\u77ed\u5315","flags":{"unique":true}},{"name":"\u767d\u51c0\u4e4b\u98ce","type":"\u5e1d\u56fd\u77ed\u5315","text":"\u767d\u51c0\u4e4b\u98ce \u5e1d\u56fd\u77ed\u5315","flags":{"unique":true}},{"name":"\u9614\u65a9","type":"\u5de8\u6218\u65a7","text":"\u9614\u65a9 \u5de8\u6218\u65a7","flags":{"unique":true}},{"name":"\u9057\u5b40\u4e4b\u96f9","type":"\u7c97\u5236\u5f13","text":"\u9057\u5b40\u4e4b\u96f9 \u7c97\u5236\u5f13","flags":{"unique":true}},{"name":"\u5be1\u5987","type":"\u7a83\u8005\u77ed\u5315","text":"\u5be1\u5987 \u7a83\u8005\u77ed\u5315","flags":{"unique":true}},{"name":"\u91ce\u6027\u72c2\u722a","type":"\u51ff\u9489","text":"\u91ce\u6027\u72c2\u722a \u51ff\u9489","flags":{"unique":true}},{"name":"\u88c2\u98ce","type":"\u5e1d\u56fd\u4e4b\u5f13","text":"\u88c2\u98ce \u5e1d\u56fd\u4e4b\u5f13","flags":{"unique":true}},{"name":"\u4e71\u4e16\u4e4b\u7ffc","type":"\u88c2\u7532\u5de8\u65a7","text":"\u4e71\u4e16\u4e4b\u7ffc \u88c2\u7532\u5de8\u65a7","flags":{"unique":true}},{"name":"\u4e71\u4e16\u4e4b\u7ffc","type":"\u827e\u5179\u9ea6\u5de8\u65a7","text":"\u4e71\u4e16\u4e4b\u7ffc \u827e\u5179\u9ea6\u5de8\u65a7","flags":{"unique":true}},{"name":"\u730e\u5deb\u4eba\u7684\u5ba1\u5224","type":"\u8d35\u65cf\u957f\u6756","text":"\u730e\u5deb\u4eba\u7684\u5ba1\u5224 \u8d35\u65cf\u957f\u6756","flags":{"unique":true}},{"name":"\u820d\u5409\u7684\u624b\u67c4","type":"\u5f3a\u5316\u957f\u6756","text":"\u820d\u5409\u7684\u624b\u67c4 \u5f3a\u5316\u957f\u6756","flags":{"unique":true}},{"name":"\u7d22\u4f0f\u7684\u59cb\u6e90","type":"\u57ce\u585e\u6218\u5f13","text":"\u7d22\u4f0f\u7684\u59cb\u6e90 \u57ce\u585e\u6218\u5f13","flags":{"unique":true}},{"name":"\u7d22\u4f0f\u7684\u59cb\u6e90","type":"\u9aa8\u5236\u5f13","text":"\u7d22\u4f0f\u7684\u59cb\u6e90 \u9aa8\u5236\u5f13","flags":{"unique":true}},{"name":"\u7d22\u4f0f\u7684\u7231\u629a","type":"\u57ce\u585e\u6218\u5f13","text":"\u7d22\u4f0f\u7684\u7231\u629a \u57ce\u585e\u6218\u5f13","flags":{"unique":true}},{"name":"\u592d\u9a6c\u514b\u7684\u534f\u5b9a","type":"\u74e6\u5c14\u77ed\u6756","text":"\u592d\u9a6c\u514b\u7684\u534f\u5b9a \u74e6\u5c14\u77ed\u6756","flags":{"unique":true}},{"type":"\u62f3\u9489","text":"\u62f3\u9489"},{"type":"\u7a7f\u4f53\u51ff","text":"\u7a7f\u4f53\u51ff"},{"type":"\u864e\u722a\u5203","text":"\u864e\u722a\u5203"},{"type":"\u88c2\u810f\u94a9","text":"\u88c2\u810f\u94a9"},{"type":"\u53f2\u524d\u6218\u722a","text":"\u53f2\u524d\u6218\u722a"},{"type":"\u8d35\u65cf\u6218\u722a","text":"\u8d35\u65cf\u6218\u722a"},{"type":"\u9e70\u722a\u5203","text":"\u9e70\u722a\u5203"},{"type":"\u767d\u7075\u4e4b\u722a","text":"\u767d\u7075\u4e4b\u722a"},{"type":"\u523a\u5589\u5203","text":"\u523a\u5589\u5203"},{"type":"\u9b54\u722a\u5203","text":"\u9b54\u722a\u5203"},{"type":"\u523a\u773c\u94a9","text":"\u523a\u773c\u94a9"},{"type":"\u9ca8\u989a\u722a","text":"\u9ca8\u989a\u722a"},{"type":"\u74e6\u5c14\u6218\u722a","text":"\u74e6\u5c14\u6218\u722a"},{"type":"\u5e1d\u56fd\u6218\u722a","text":"\u5e1d\u56fd\u6218\u722a"},{"type":"\u6050\u60e7\u4e4b\u7259","text":"\u6050\u60e7\u4e4b\u7259"},{"type":"\u51ff\u9489","text":"\u51ff\u9489"},{"type":"\u732b\u722a\u5203","text":"\u732b\u722a\u5203"},{"type":"\u88ad\u773c\u94a9","text":"\u88ad\u773c\u94a9"},{"type":"\u8fdc\u53e4\u6218\u722a","text":"\u8fdc\u53e4\u6218\u722a"},{"type":"\u7729\u76ee\u722a\u5203","text":"\u7729\u76ee\u722a\u5203"},{"type":"\u6050\u60e7\u4e4b\u722a","text":"\u6050\u60e7\u4e4b\u722a"},{"type":"\u6495\u88c2\u5c16\u722a","text":"\u6495\u88c2\u5c16\u722a"},{"type":"\u6697\u5f71\u4e4b\u7259","text":"\u6697\u5f71\u4e4b\u7259"},{"type":"\u6076\u6bd2\u4e4b\u7259","text":"\u6076\u6bd2\u4e4b\u7259"},{"type":"\u865a\u7a7a\u4e4b\u7259","text":"\u865a\u7a7a\u4e4b\u7259"},{"type":"\u53cc\u5203\u722a","text":"\u53cc\u5203\u722a"},{"type":"\u91cd\u5203\u722a","text":"\u91cd\u5203\u722a"},{"type":"\u53cc\u5b50\u6218\u722a","text":"\u53cc\u5b50\u6218\u722a"},{"type":"\u73bb\u7483\u5229\u7247","text":"\u73bb\u7483\u5229\u7247"},{"type":"\u5c60\u517d\u5229\u5203","text":"\u5c60\u517d\u5229\u5203"},{"type":"\u593a\u547d\u523a","text":"\u593a\u547d\u523a"},{"type":"\u7a83\u8005\u77ed\u5315","text":"\u7a83\u8005\u77ed\u5315"},{"type":"\u91d1\u5149\u6ce2\u5203","text":"\u91d1\u5149\u6ce2\u5203"},{"type":"\u7687\u5bb6\u77ed\u5315","text":"\u7687\u5bb6\u77ed\u5315"},{"type":"\u517d\u8840\u77ed\u5315","text":"\u517d\u8840\u77ed\u5315"},{"type":"\u91cd\u4f24\u77ed\u5200","text":"\u91cd\u4f24\u77ed\u5200"},{"type":"\u730e\u8005\u4e4b\u5203","text":"\u730e\u8005\u4e4b\u5203"},{"type":"\u4f0f\u51fb\u523a\u5203","text":"\u4f0f\u51fb\u523a\u5203"},{"type":"\u827e\u5179\u9ea6\u4e4b\u5315","text":"\u827e\u5179\u9ea6\u4e4b\u5315"},{"type":"\u5265\u76ae\u5200","text":"\u5265\u76ae\u5200"},{"type":"\u767d\u91d1\u6ce2\u5203","text":"\u767d\u91d1\u6ce2\u5203"},{"type":"\u5e1d\u56fd\u77ed\u5315","text":"\u5e1d\u56fd\u77ed\u5315"},{"type":"\u9b54\u7075\u77ed\u5315","text":"\u9b54\u7075\u77ed\u5315"},{"type":"\u523b\u9aa8\u5200","text":"\u523b\u9aa8\u5200"},{"type":"\u9510\u5229\u523a\u5315","text":"\u9510\u5229\u523a\u5315"},{"type":"\u7a83\u8005\u77ed\u5203","text":"\u7a83\u8005\u77ed\u5203"},{"type":"\u94dc\u953b\u6ce2\u5203","text":"\u94dc\u953b\u6ce2\u5203"},{"type":"\u53cc\u5203\u5315","text":"\u53cc\u5203\u5315"},{"type":"\u9b54\u6027\u4e4b\u5203","text":"\u9b54\u6027\u4e4b\u5203"},{"type":"\u6b8b\u4f53\u5229\u5203","text":"\u6b8b\u4f53\u5229\u5203"},{"type":"\u6298\u53e0\u5315\u9996","text":"\u6298\u53e0\u5315\u9996"},{"type":"\u51b2\u538b\u5315\u9996","text":"\u51b2\u538b\u5315\u9996"},{"type":"\u6c14\u52a8\u5315\u9996","text":"\u6c14\u52a8\u5315\u9996"},{"type":"\u5c16\u8019\u77ed\u5315","text":"\u5c16\u8019\u77ed\u5315"},{"type":"\u4e09\u53c9\u77ed\u5315","text":"\u4e09\u53c9\u77ed\u5315"},{"type":"\u6218\u53c9","text":"\u6218\u53c9"},{"type":"\u706b\u7130\u5200","text":"\u706b\u7130\u5200"},{"type":"\u95ea\u706b\u5200","text":"\u95ea\u706b\u5200"},{"type":"\u70bc\u72f1\u5200","text":"\u70bc\u72f1\u5200"},{"type":"\u9508\u65a7","text":"\u9508\u65a7"},{"type":"\u5f81\u6218\u4e4b\u65a7","text":"\u5f81\u6218\u4e4b\u65a7"},{"type":"\u65ad\u8155\u4e4b\u5203","text":"\u65ad\u8155\u4e4b\u5203"},{"type":"\u884c\u519b\u65a7","text":"\u884c\u519b\u65a7"},{"type":"\u5f00\u819b\u5229\u5203","text":"\u5f00\u819b\u5229\u5203"},{"type":"\u8840\u4eea\u4e4b\u65a7","text":"\u8840\u4eea\u4e4b\u65a7"},{"type":"\u51f6\u7075\u4e4b\u65a7","text":"\u51f6\u7075\u4e4b\u65a7"},{"type":"\u5361\u9c81\u53e4\u65a7","text":"\u5361\u9c81\u53e4\u65a7"},{"type":"\u7834\u57ce\u65a7","text":"\u7834\u57ce\u65a7"},{"type":"\u6b8b\u66b4\u4e4b\u65a7","text":"\u6b8b\u66b4\u4e4b\u65a7"},{"type":"\u5c60\u622e\u4e4b\u65a7","text":"\u5c60\u622e\u4e4b\u65a7"},{"type":"\u788e\u7389\u65a7","text":"\u788e\u7389\u65a7"},{"type":"\u74e6\u5c14\u6218\u65a7","text":"\u74e6\u5c14\u6218\u65a7"},{"type":"\u7687\u5bb6\u4e4b\u65a7","text":"\u7687\u5bb6\u4e4b\u65a7"},{"type":"\u72f1\u706b\u4e4b\u5203","text":"\u72f1\u706b\u4e4b\u5203"},{"type":"\u4e07\u7528\u624b\u65a7","text":"\u4e07\u7528\u624b\u65a7"},{"type":"\u5207\u5272\u8005","text":"\u5207\u5272\u8005"},{"type":"\u9614\u65a7","text":"\u9614\u65a7"},{"type":"\u957f\u67c4\u65a7","text":"\u957f\u67c4\u65a7"},{"type":"\u5bcc\u8d35\u4e4b\u65a7","text":"\u5bcc\u8d35\u4e4b\u65a7"},{"type":"\u5e7d\u9b42\u4e4b\u65a7","text":"\u5e7d\u9b42\u4e4b\u65a7"},{"type":"\u7075\u7389\u65a7","text":"\u7075\u7389\u65a7"},{"type":"\u51cc\u8650\u65a7","text":"\u51cc\u8650\u65a7"},{"type":"\u5426\u8ba4\u65a7","text":"\u5426\u8ba4\u65a7"},{"type":"\u766b\u72c2\u65a7","text":"\u766b\u72c2\u65a7"},{"type":"\u8680\u523b\u6218\u65a7","text":"\u8680\u523b\u6218\u65a7"},{"type":"\u96d5\u6587\u6218\u65a7","text":"\u96d5\u6587\u6218\u65a7"},{"type":"\u5bc6\u6587\u4e4b\u65a7","text":"\u5bc6\u6587\u4e4b\u65a7"},{"type":"\u673d\u6728\u4e4b\u68d2","text":"\u673d\u6728\u4e4b\u68d2"},{"type":"\u9510\u523a\u6728\u68d2","text":"\u9510\u523a\u6728\u68d2"},{"type":"\u7834\u5ca9\u9524","text":"\u7834\u5ca9\u9524"},{"type":"\u5f3a\u5316\u6218\u9524","text":"\u5f3a\u5316\u6218\u9524"},{"type":"\u62a4\u4f53\u4e4b\u9524","text":"\u62a4\u4f53\u4e4b\u9524"},{"type":"\u534e\u4e3d\u4e4b\u9524","text":"\u534e\u4e3d\u4e4b\u9524"},{"type":"\u5e7b\u8c61\u4e4b\u9524","text":"\u5e7b\u8c61\u4e4b\u9524"},{"type":"\u7956\u7075\u4e4b\u6775","text":"\u7956\u7075\u4e4b\u6775"},{"type":"\u88c2\u8089\u4e4b\u9524","text":"\u88c2\u8089\u4e4b\u9524"},{"type":"\u575a\u9524","text":"\u575a\u9524"},{"type":"\u519b\u56e2\u4e4b\u9524","text":"\u519b\u56e2\u4e4b\u9524"},{"type":"\u796d\u4eea\u4e4b\u6775","text":"\u796d\u4eea\u4e4b\u6775"},{"type":"\u950b\u5203\u91cd\u9524","text":"\u950b\u5203\u91cd\u9524"},{"type":"\u5723\u7ea6\u4e4b\u9524","text":"\u5723\u7ea6\u4e4b\u9524"},{"type":"\u68a6\u9b47\u4e4b\u9524","text":"\u68a6\u9b47\u4e4b\u9524"},{"type":"\u949d\u9489\u6728\u68d2","text":"\u949d\u9489\u6728\u68d2"},{"type":"\u77f3\u9524","text":"\u77f3\u9524"},{"type":"\u6218\u9524","text":"\u6218\u9524"},{"type":"\u591a\u5203\u9524","text":"\u591a\u5203\u9524"},{"type":"\u796d\u793c\u4e4b\u9524","text":"\u796d\u793c\u4e4b\u9524"},{"type":"\u68a6\u5883\u4e4b\u9524","text":"\u68a6\u5883\u4e4b\u9524"},{"type":"\u575a\u77f3\u6728\u68d2","text":"\u575a\u77f3\u6728\u68d2"},{"type":"\u660e\u4eae\u9524","text":"\u660e\u4eae\u9524"},{"type":"\u5f00\u88c2\u9524","text":"\u5f00\u88c2\u9524"},{"type":"\u98ce\u96f7\u9524","text":"\u98ce\u96f7\u9524"},{"type":"\u53e4\u9f99\u4e4b\u9524","text":"\u53e4\u9f99\u4e4b\u9524"},{"type":"\u9f99\u4e4b\u9524","text":"\u9f99\u4e4b\u9524"},{"type":"\u5df4\u54c8\u59c6\u7279","text":"\u5df4\u54c8\u59c6\u7279"},{"type":"\u673d\u6728\u77ed\u6756","text":"\u673d\u6728\u77ed\u6756"},{"type":"\u5a01\u80fd\u77ed\u6756","text":"\u5a01\u80fd\u77ed\u6756"},{"type":"\u6c34\u6676\u77ed\u6756","text":"\u6c34\u6676\u77ed\u6756"},{"type":"\u94c5\u94f8\u77ed\u6756","text":"\u94c5\u94f8\u77ed\u6756"},{"type":"\u8840\u8272\u77ed\u6756","text":"\u8840\u8272\u77ed\u6756"},{"type":"\u7687\u5bb6\u77ed\u6756","text":"\u7687\u5bb6\u77ed\u6756"},{"type":"\u6df1\u6e0a\u77ed\u6756","text":"\u6df1\u6e0a\u77ed\u6756"},{"type":"\u5361\u9c81\u77ed\u6756","text":"\u5361\u9c81\u77ed\u6756"},{"type":"\u66b4\u541b\u4e4b\u7edf","text":"\u66b4\u541b\u4e4b\u7edf"},{"type":"\u7075\u77f3\u77ed\u6756","text":"\u7075\u77f3\u77ed\u6756"},{"type":"\u767d\u91d1\u77ed\u6756","text":"\u767d\u91d1\u77ed\u6756"},{"type":"\u4e4c\u6728\u77ed\u6756","text":"\u4e4c\u6728\u77ed\u6756"},{"type":"\u74e6\u5c14\u77ed\u6756","text":"\u74e6\u5c14\u77ed\u6756"},{"type":"\u7981\u793c\u77ed\u6756","text":"\u7981\u793c\u77ed\u6756"},{"type":"\u865a\u5f71\u77ed\u6756","text":"\u865a\u5f71\u77ed\u6756"},{"type":"\u94dc\u953b\u77ed\u6756","text":"\u94dc\u953b\u77ed\u6756"},{"type":"\u77f3\u82f1\u77ed\u6756","text":"\u77f3\u82f1\u77ed\u6756"},{"type":"\u51b7\u94c1\u77ed\u6756","text":"\u51b7\u94c1\u77ed\u6756"},{"type":"\u8d64\u8272\u77ed\u6756","text":"\u8d64\u8272\u77ed\u6756"},{"type":"\u796d\u4eea\u77ed\u6756","text":"\u796d\u4eea\u77ed\u6756"},{"type":"\u5f71\u8bed\u77ed\u6756","text":"\u5f71\u8bed\u77ed\u6756"},{"type":"\u8fdc\u53e4\u4e4b\u796d","text":"\u8fdc\u53e4\u4e4b\u796d"},{"type":"\u6447\u6446\u77ed\u6756","text":"\u6447\u6446\u77ed\u6756"},{"type":"\u5e73\u7a33\u77ed\u6756","text":"\u5e73\u7a33\u77ed\u6756"},{"type":"\u53d8\u5316\u77ed\u6756","text":"\u53d8\u5316\u77ed\u6756"},{"type":"\u7284\u89d2\u77ed\u6756","text":"\u7284\u89d2\u77ed\u6756"},{"type":"\u7075\u9e7f\u77ed\u6756","text":"\u7075\u9e7f\u77ed\u6756"},{"type":"\u6076\u9b54\u77ed\u6756","text":"\u6076\u9b54\u77ed\u6756"},{"type":"\u9508\u5251","text":"\u9508\u5251"},{"type":"\u519b\u7528\u957f\u5203","text":"\u519b\u7528\u957f\u5203"},{"type":"\u51b7\u5149\u957f\u5251","text":"\u51b7\u5149\u957f\u5251"},{"type":"\u58eb\u5175\u957f\u5251","text":"\u58eb\u5175\u957f\u5251"},{"type":"\u667a\u8005\u957f\u5251","text":"\u667a\u8005\u957f\u5251"},{"type":"\u6743\u8d35\u4e4b\u5251","text":"\u6743\u8d35\u4e4b\u5251"},{"type":"\u66ae\u5149\u957f\u5251","text":"\u66ae\u5149\u957f\u5251"},{"type":"\u5b9d\u77f3\u4e4b\u5251","text":"\u5b9d\u77f3\u4e4b\u5251"},{"type":"\u6d77\u8d3c\u957f\u5200","text":"\u6d77\u8d3c\u957f\u5200"},{"type":"\u6597\u58eb\u957f\u5251","text":"\u6597\u58eb\u957f\u5251"},{"type":"\u519b\u56e2\u957f\u5251","text":"\u519b\u56e2\u957f\u5251"},{"type":"\u9752\u94dc\u77ed\u5251","text":"\u9752\u94dc\u77ed\u5251"},{"type":"\u74e6\u5c14\u519b\u5203","text":"\u74e6\u5c14\u519b\u5203"},{"type":"\u6c38\u6052\u4e4b\u5251","text":"\u6c38\u6052\u4e4b\u5251"},{"type":"\u591c\u8bed\u957f\u5251","text":"\u591c\u8bed\u957f\u5251"},{"type":"\u65e7\u519b\u5200","text":"\u65e7\u519b\u5200"},{"type":"\u9614\u5251","text":"\u9614\u5251"},{"type":"\u5f81\u6218\u4e4b\u5251","text":"\u5f81\u6218\u4e4b\u5251"},{"type":"\u8fdc\u53e4\u4e4b\u5251","text":"\u8fdc\u53e4\u4e4b\u5251"},{"type":"\u8d35\u65cf\u4e4b\u5251","text":"\u8d35\u65cf\u4e4b\u5251"},{"type":"\u66ae\u8272\u4e4b\u5203","text":"\u66ae\u8272\u4e4b\u5203"},{"type":"\u78a7\u94dc\u77ed\u5251","text":"\u78a7\u94dc\u77ed\u5251"},{"type":"\u67e5\u5170\u4e4b\u5251","text":"\u67e5\u5170\u4e4b\u5251"},{"type":"\u91d1\u8272\u4e4b\u5203","text":"\u91d1\u8272\u4e4b\u5203"},{"type":"\u65e0\u5e38\u9b42\u5203","text":"\u65e0\u5e38\u9b42\u5203"},{"type":"\u83ab\u6d4b\u9b42\u5203","text":"\u83ab\u6d4b\u9b42\u5203"},{"type":"\u65e0\u5e8f\u9b42\u5203","text":"\u65e0\u5e8f\u9b42\u5203"},{"type":"\u94a9\u722a\u5251","text":"\u94a9\u722a\u5251"},{"type":"\u6355\u6349\u8005","text":"\u6355\u6349\u8005"},{"type":"\u864e\u94a9","text":"\u864e\u94a9"},{"type":"\u9508\u523a\u5251","text":"\u9508\u523a\u5251"},{"type":"\u51b7\u8292\u523a\u5251","text":"\u51b7\u8292\u523a\u5251"},{"type":"\u7a7f\u7532\u523a\u5251","text":"\u7a7f\u7532\u523a\u5251"},{"type":"\u952f\u9f7f\u7ec6\u5251","text":"\u952f\u9f7f\u7ec6\u5251"},{"type":"\u53e4\u5178\u523a\u5251","text":"\u53e4\u5178\u523a\u5251"},{"type":"\u534e\u4e3d\u7ec6\u5251","text":"\u534e\u4e3d\u7ec6\u5251"},{"type":"\u9510\u950b\u7ec6\u5251","text":"\u9510\u950b\u7ec6\u5251"},{"type":"\u9f99\u9aa8\u7ec6\u5251","text":"\u9f99\u9aa8\u7ec6\u5251"},{"type":"\u5f3a\u5316\u7ec6\u5251","text":"\u5f3a\u5316\u7ec6\u5251"},{"type":"\u5bd2\u5149\u523a\u5251","text":"\u5bd2\u5149\u523a\u5251"},{"type":"\u87ba\u7eb9\u7ec6\u5251","text":"\u87ba\u7eb9\u7ec6\u5251"},{"type":"\u9cb8\u9aa8\u7ec6\u5203","text":"\u9cb8\u9aa8\u7ec6\u5203"},{"type":"\u74e6\u5c14\u7ec6\u5251","text":"\u74e6\u5c14\u7ec6\u5251"},{"type":"\u5b9d\u9970\u7ec6\u5251","text":"\u5b9d\u9970\u7ec6\u5251"},{"type":"\u9b54\u5599\u7ec6\u5251","text":"\u9b54\u5599\u7ec6\u5251"},{"type":"\u949d\u5203\u7ec6\u5251","text":"\u949d\u5203\u7ec6\u5251"},{"type":"\u7ec3\u6b66\u8005\u7ec6\u5251","text":"\u7ec3\u6b66\u8005\u7ec6\u5251"},{"type":"\u952f\u72b6\u8584\u5203","text":"\u952f\u72b6\u8584\u5203"},{"type":"\u53e4\u4ee3\u7ec6\u5251","text":"\u53e4\u4ee3\u7ec6\u5251"},{"type":"\u8d35\u65cf\u7ec6\u5251","text":"\u8d35\u65cf\u7ec6\u5251"},{"type":"\u68d8\u523a\u7ec6\u5251","text":"\u68d8\u523a\u7ec6\u5251"},{"type":"\u5c0f\u5251","text":"\u5c0f\u5251"},{"type":"\u82b1\u9b41\u4e4b\u5251","text":"\u82b1\u9b41\u4e4b\u5251"},{"type":"\u9a91\u5175\u519b\u5200","text":"\u9a91\u5175\u519b\u5200"},{"type":"\u673d\u6728\u6cd5\u6756","text":"\u673d\u6728\u6cd5\u6756"},{"type":"\u76d8\u66f2\u6cd5\u6756","text":"\u76d8\u66f2\u6cd5\u6756"},{"type":"\u7075\u5146\u6cd5\u6756","text":"\u7075\u5146\u6cd5\u6756"},{"type":"\u9b54\u89d2\u6cd5\u6756","text":"\u9b54\u89d2\u6cd5\u6756"},{"type":"\u9b54\u6027\u6cd5\u6756","text":"\u9b54\u6027\u6cd5\u6756"},{"type":"\u7075\u77f3\u6cd5\u6756","text":"\u7075\u77f3\u6cd5\u6756"},{"type":"\u72c2\u98ce\u6cd5\u6756","text":"\u72c2\u98ce\u6cd5\u6756"},{"type":"\u7bb4\u8a00\u6cd5\u6756","text":"\u7bb4\u8a00\u6cd5\u6756"},{"type":"\u7f8a\u89d2\u6cd5\u6756","text":"\u7f8a\u89d2\u6cd5\u6756"},{"type":"\u7c97\u7eb9\u6cd5\u6756","text":"\u7c97\u7eb9\u6cd5\u6756"},{"type":"\u77f3\u82f1\u6cd5\u6756","text":"\u77f3\u82f1\u6cd5\u6756"},{"type":"\u87ba\u7eb9\u6cd5\u6756","text":"\u87ba\u7eb9\u6cd5\u6756"},{"type":"\u8d24\u8005\u6cd5\u6756","text":"\u8d24\u8005\u6cd5\u6756"},{"type":"\u517d\u89d2\u6cd5\u6756","text":"\u517d\u89d2\u6cd5\u6756"},{"type":"\u7b26\u6587\u6cd5\u6756","text":"\u7b26\u6587\u6cd5\u6756"},{"type":"\u6c34\u6676\u6cd5\u6756","text":"\u6c34\u6676\u6cd5\u6756"},{"type":"\u53ec\u96c6\u6cd5\u6756","text":"\u53ec\u96c6\u6cd5\u6756"},{"type":"\u88c5\u914d\u6cd5\u6756","text":"\u88c5\u914d\u6cd5\u6756"},{"type":"\u96c6\u5408\u6cd5\u6756","text":"\u96c6\u5408\u6cd5\u6756"},{"type":"\u84c4\u80fd\u6cd5\u6756","text":"\u84c4\u80fd\u6cd5\u6756"},{"type":"\u5f02\u6559\u6cd5\u6756","text":"\u5f02\u6559\u6cd5\u6756"},{"type":"\u5f02\u5f92\u6cd5\u6756","text":"\u5f02\u5f92\u6cd5\u6756"},{"type":"\u4eb5\u6e0e\u6cd5\u6756","text":"\u4eb5\u6e0e\u6cd5\u6756"},{"type":"\u53ec\u5524\u6cd5\u6756","text":"\u53ec\u5524\u6cd5\u6756"},{"type":"\u9c7c\u7aff","text":"\u9c7c\u7aff"},{"type":"\u7c97\u5236\u5f13","text":"\u7c97\u5236\u5f13"},{"type":"\u76f4\u5f13","text":"\u76f4\u5f13"},{"type":"\u590d\u5408\u5f13","text":"\u590d\u5408\u5f13"},{"type":"\u72d9\u51fb\u5f13","text":"\u72d9\u51fb\u5f13"},{"type":"\u8c61\u7259\u5f13","text":"\u8c61\u7259\u5f13"},{"type":"\u8d35\u65cf\u4e4b\u5f13","text":"\u8d35\u65cf\u4e4b\u5f13"},{"type":"\u730e\u9b42\u4e4b\u5f13","text":"\u730e\u9b42\u4e4b\u5f13"},{"type":"\u6797\u91ce\u730e\u5f13","text":"\u6797\u91ce\u730e\u5f13"},{"type":"\u57ce\u585e\u6218\u5f13","text":"\u57ce\u585e\u6218\u5f13"},{"type":"\u6e38\u4fa0\u5f13","text":"\u6e38\u4fa0\u5f13"},{"type":"\u6697\u5f71\u5f13","text":"\u6697\u5f71\u5f13"},{"type":"\u77ed\u5f13","text":"\u77ed\u5f13"},{"type":"\u810a\u5f13","text":"\u810a\u5f13"},{"type":"\u5e1d\u56fd\u4e4b\u5f13","text":"\u5e1d\u56fd\u4e4b\u5f13"},{"type":"\u5148\u9a71\u8005\u4e4b\u5f13","text":"\u5148\u9a71\u8005\u4e4b\u5f13"},{"type":"\u957f\u5f13","text":"\u957f\u5f13"},{"type":"\u5408\u6210\u5f13","text":"\u5408\u6210\u5f13"},{"type":"\u53cd\u66f2\u5f13","text":"\u53cd\u66f2\u5f13"},{"type":"\u9aa8\u5236\u5f13","text":"\u9aa8\u5236\u5f13"},{"type":"\u7687\u5bb6\u730e\u5f13","text":"\u7687\u5bb6\u730e\u5f13"},{"type":"\u6b7b\u4ea1\u4e4b\u5f13","text":"\u6b7b\u4ea1\u4e4b\u5f13"},{"type":"\u4e1b\u6797\u730e\u5f13","text":"\u4e1b\u6797\u730e\u5f13"},{"type":"\u591a\u9762\u5f13","text":"\u591a\u9762\u5f13"},{"type":"\u94f8\u9020\u5f13","text":"\u94f8\u9020\u5f13"},{"type":"\u65e5\u88d4\u5f13","text":"\u65e5\u88d4\u5f13"},{"type":"\u53cd\u5c04\u5f13","text":"\u53cd\u5c04\u5f13"},{"type":"\u94a2\u6728\u4e4b\u5f13","text":"\u94a2\u6728\u4e4b\u5f13"},{"type":"\u9a6c\u62c9\u514b\u65af\u5f13","text":"\u9a6c\u62c9\u514b\u65af\u5f13"},{"type":"\u673d\u6728\u4e4b\u5e72","text":"\u673d\u6728\u4e4b\u5e72"},{"type":"\u519b\u7528\u957f\u6756","text":"\u519b\u7528\u957f\u6756"},{"type":"\u86c7\u7eb9\u957f\u6756","text":"\u86c7\u7eb9\u957f\u6756"},{"type":"\u8d35\u65cf\u957f\u6756","text":"\u8d35\u65cf\u957f\u6756"},{"type":"\u6076\u7075\u957f\u6756","text":"\u6076\u7075\u957f\u6756"},{"type":"\u53f2\u5178\u957f\u6756","text":"\u53f2\u5178\u957f\u6756"},{"type":"\u6b66\u672f\u957f\u6756","text":"\u6b66\u672f\u957f\u6756"},{"type":"\u827e\u5179\u9ea6\u957f\u6756","text":"\u827e\u5179\u9ea6\u957f\u6756"},{"type":"\u98ce\u66b4\u957f\u6756","text":"\u98ce\u66b4\u957f\u6756"},{"type":"\u5e1d\u56fd\u957f\u6756","text":"\u5e1d\u56fd\u957f\u6756"},{"type":"\u5ba1\u5224\u957f\u6756","text":"\u5ba1\u5224\u957f\u6756"},{"type":"\u7c97\u5236\u957f\u6756","text":"\u7c97\u5236\u957f\u6756"},{"type":"\u957f\u6756","text":"\u957f\u6756"},{"type":"\u94c1\u953b\u957f\u6756","text":"\u94c1\u953b\u957f\u6756"},{"type":"\u5f3a\u5316\u957f\u6756","text":"\u5f3a\u5316\u957f\u6756"},{"type":"\u7687\u5bb6\u957f\u6756","text":"\u7687\u5bb6\u957f\u6756"},{"type":"\u6bd2\u7259\u957f\u6756","text":"\u6bd2\u7259\u957f\u6756"},{"type":"\u575a\u6728\u957f\u6756","text":"\u575a\u6728\u957f\u6756"},{"type":"\u7ec6\u67c4\u957f\u6756","text":"\u7ec6\u67c4\u957f\u6756"},{"type":"\u53d8\u5f62\u957f\u6756","text":"\u53d8\u5f62\u957f\u6756"},{"type":"\u4ea4\u6362\u957f\u6756","text":"\u4ea4\u6362\u957f\u6756"},{"type":"\u84c4\u80fd\u957f\u6756","text":"\u84c4\u80fd\u957f\u6756"},{"type":"\u65b0\u6708\u957f\u6756","text":"\u65b0\u6708\u957f\u6756"},{"type":"\u6708\u795e\u957f\u6756","text":"\u6708\u795e\u957f\u6756"},{"type":"\u6708\u8680\u957f\u6756","text":"\u6708\u8680\u957f\u6756"},{"type":"\u8f7d\u8377\u4e4b\u6756","text":"\u8f7d\u8377\u4e4b\u6756"},{"type":"\u6f5c\u529b\u4e4b\u6756","text":"\u6f5c\u529b\u4e4b\u6756"},{"type":"\u6f5c\u80fd\u4e4b\u6756","text":"\u6f5c\u80fd\u4e4b\u6756"},{"type":"\u77f3\u65a7","text":"\u77f3\u65a7"},{"type":"\u884c\u5211\u5de8\u65a7","text":"\u884c\u5211\u5de8\u65a7"},{"type":"\u53cc\u5f71\u5de8\u65a7","text":"\u53cc\u5f71\u5de8\u65a7"},{"type":"\u6743\u8d35\u5de8\u65a7","text":"\u6743\u8d35\u5de8\u65a7"},{"type":"\u6df1\u6e0a\u5de8\u65a7","text":"\u6df1\u6e0a\u5de8\u65a7"},{"type":"\u5361\u9c81\u5de8\u65a7","text":"\u5361\u9c81\u5de8\u65a7"},{"type":"\u88c2\u7532\u5de8\u65a7","text":"\u88c2\u7532\u5de8\u65a7"},{"type":"\u827e\u5179\u9ea6\u5de8\u65a7","text":"\u827e\u5179\u9ea6\u5de8\u65a7"},{"type":"\u74e6\u5c14\u5de8\u65a7","text":"\u74e6\u5c14\u5de8\u65a7"},{"type":"\u9738\u4e3b\u5de8\u65a7","text":"\u9738\u4e3b\u5de8\u65a7"},{"type":"\u865a\u5f71\u5de8\u65a7","text":"\u865a\u5f71\u5de8\u65a7"},{"type":"\u788e\u7389\u5927\u65a7","text":"\u788e\u7389\u5927\u65a7"},{"type":"\u67f4\u65a7","text":"\u67f4\u65a7"},{"type":"\u5de8\u6218\u65a7","text":"\u5de8\u6218\u65a7"},{"type":"\u53cc\u5203\u5de8\u65a7","text":"\u53cc\u5203\u5de8\u65a7"},{"type":"\u91d1\u67c4\u4e4b\u65a7","text":"\u91d1\u67c4\u4e4b\u65a7"},{"type":"\u5e7d\u5f71\u5de8\u65a7","text":"\u5e7d\u5f71\u5de8\u65a7"},{"type":"\u7075\u7389\u5de8\u65a7","text":"\u7075\u7389\u5de8\u65a7"},{"type":"\u88c2\u6728\u5de8\u65a7","text":"\u88c2\u6728\u5de8\u65a7"},{"type":"\u9996\u8981\u780d\u5200","text":"\u9996\u8981\u780d\u5200"},{"type":"\u78e8\u5229\u780d\u5200","text":"\u78e8\u5229\u780d\u5200"},{"type":"\u950b\u9510\u780d\u5200","text":"\u950b\u9510\u780d\u5200"},{"type":"\u5315\u65a7","text":"\u5315\u65a7"},{"type":"\u731b\u79bd\u722a\u65a7","text":"\u731b\u79bd\u722a\u65a7"},{"type":"\u88c2\u8089\u8005","text":"\u88c2\u8089\u8005"},{"type":"\u673d\u6728\u5de8\u9524","text":"\u673d\u6728\u5de8\u9524"},{"type":"\u6c89\u94a2\u91cd\u9524","text":"\u6c89\u94a2\u91cd\u9524"},{"type":"\u51f6\u523a\u5de8\u9524","text":"\u51f6\u523a\u5de8\u9524"},{"type":"\u534e\u4e3d\u91cd\u9524","text":"\u534e\u4e3d\u91cd\u9524"},{"type":"\u5a01\u6743\u5de8\u9524","text":"\u5a01\u6743\u5de8\u9524"},{"type":"\u5361\u9c81\u91cd\u9524","text":"\u5361\u9c81\u91cd\u9524"},{"type":"\u5de8\u578b\u91cd\u9524","text":"\u5de8\u578b\u91cd\u9524"},{"type":"\u626b\u8361\u8005","text":"\u626b\u8361\u8005"},{"type":"\u622e\u9b42\u91cd\u9524","text":"\u622e\u9b42\u91cd\u9524"},{"type":"\u5e1d\u56fd\u91cd\u9524","text":"\u5e1d\u56fd\u91cd\u9524"},{"type":"\u60e7\u7075\u91cd\u9524","text":"\u60e7\u7075\u91cd\u9524"},{"type":"\u796d\u4eea\u5de8\u9524","text":"\u796d\u4eea\u5de8\u9524"},{"type":"\u5343\u65a4\u9524","text":"\u5343\u65a4\u9524"},{"type":"\u51b7\u94c1\u91cd\u9524","text":"\u51b7\u94c1\u91cd\u9524"},{"type":"\u72fc\u7259\u91cd\u9524","text":"\u72fc\u7259\u91cd\u9524"},{"type":"\u94dc\u5f71\u5de8\u9524","text":"\u94dc\u5f71\u5de8\u9524"},{"type":"\u6050\u60e7\u91cd\u9524","text":"\u6050\u60e7\u91cd\u9524"},{"type":"\u56fe\u817e\u5de8\u9524","text":"\u56fe\u817e\u5de8\u9524"},{"type":"\u521a\u731b\u5de8\u9524","text":"\u521a\u731b\u5de8\u9524"},{"type":"\u949d\u51fb\u4e4b\u529b\u51dd\u805a\u5668","text":"\u949d\u51fb\u4e4b\u529b\u51dd\u805a\u5668"},{"type":"\u7834\u574f\u4e4b\u529b\u653e\u5927\u5668","text":"\u7834\u574f\u4e4b\u529b\u653e\u5927\u5668"},{"type":"\u51b2\u51fb\u4e4b\u529b\u6269\u6563\u5668","text":"\u51b2\u51fb\u4e4b\u529b\u6269\u6563\u5668"},{"type":"\u6668\u661f","text":"\u6668\u661f"},{"type":"\u65e5\u5149\u9524","text":"\u65e5\u5149\u9524"},{"type":"\u82b1\u51a0\u91cd\u9524","text":"\u82b1\u51a0\u91cd\u9524"},{"type":"\u9508\u6591\u5de8\u5251","text":"\u9508\u6591\u5de8\u5251"},{"type":"\u9ad8\u5c71\u91cd\u5203","text":"\u9ad8\u5c71\u91cd\u5203"},{"type":"\u7b26\u6587\u5de8\u5251","text":"\u7b26\u6587\u5de8\u5251"},{"type":"\u864e\u7259\u5de8\u5251","text":"\u864e\u7259\u5de8\u5251"},{"type":"\u51f6\u7075\u5de8\u5251","text":"\u51f6\u7075\u5de8\u5251"},{"type":"\u884c\u5211\u5de8\u5251","text":"\u884c\u5211\u5de8\u5251"},{"type":"\u6b8b\u66b4\u5de8\u5251","text":"\u6b8b\u66b4\u5de8\u5251"},{"type":"\u827e\u5179\u9ea6\u5de8\u5251","text":"\u827e\u5179\u9ea6\u5de8\u5251"},{"type":"\u74e6\u5c14\u5de8\u5251","text":"\u74e6\u5c14\u5de8\u5251"},{"type":"\u72ee\u722a\u5de8\u5251","text":"\u72ee\u722a\u5de8\u5251"},{"type":"\u72f1\u708e\u91cd\u5251","text":"\u72f1\u708e\u91cd\u5251"},{"type":"\u5927\u5251","text":"\u5927\u5251"},{"type":"\u91cd\u5251","text":"\u91cd\u5251"},{"type":"\u53cc\u624b\u5251","text":"\u53cc\u624b\u5251"},{"type":"\u672f\u96d5\u5de8\u5251","text":"\u672f\u96d5\u5de8\u5251"},{"type":"\u540d\u8d35\u5de8\u5251","text":"\u540d\u8d35\u5de8\u5251"},{"type":"\u5e7d\u9b42\u5de8\u5251","text":"\u5e7d\u9b42\u5de8\u5251"},{"type":"\u51b7\u8840\u5de8\u5251","text":"\u51b7\u8840\u5de8\u5251"},{"type":"\u58eb\u5175\u5de8\u5251","text":"\u58eb\u5175\u5de8\u5251"},{"type":"\u8d23\u96be\u5200","text":"\u8d23\u96be\u5200"},{"type":"\u7206\u7834\u5200","text":"\u7206\u7834\u5200"},{"type":"\u653e\u9010\u5200","text":"\u653e\u9010\u5200"},{"type":"\u5f2f\u5203","text":"\u5f2f\u5203"},{"type":"\u7ec6\u5203","text":"\u7ec6\u5203"},{"type":"\u7cbe\u81f4\u4e4b\u5203","text":"\u7cbe\u81f4\u4e4b\u5203"}]},{"id":"monsters","label":"\u6574\u7406\u7684\u602a\u7269","entries":[{"type":"\u707e\u53d8\u4e2d\u67a2","text":"\u707e\u53d8\u4e2d\u67a2"},{"type":"\u707e\u53d8\u89c6\u754c","text":"\u707e\u53d8\u89c6\u754c"},{"type":"\u707e\u53d8\u6838\u5fc3","text":"\u707e\u53d8\u6838\u5fc3"},{"type":"\u707e\u53d8\u8f6c\u5316","text":"\u707e\u53d8\u8f6c\u5316"},{"type":"\u707e\u53d8\u547c\u5438","text":"\u707e\u53d8\u547c\u5438"},{"type":"The Great White Beast","text":"\u767d\u8272\u5de8\u517d"},{"type":"The Great White Bones","text":"\u767d\u8272\u5de8\u517d\u7684\u9ab8\u9aa8"},{"type":"Cave Beast","text":"\u6d1e\u7a74\u517d"},{"type":"Shaggy Monstrosity","text":"\u6bd2\u606f\u5de8\u517d"},{"type":"Bone Cruncher","text":"\u788e\u9aa8\u517d"},{"type":"Hairy Bonecruncher","text":"\u957f\u6bdb\u788e\u9aa8\u517d"},{"type":"Thicket Hulk","text":"\u4e1b\u6797\u5de8\u517d"},{"type":"Enraptured Beast","text":"\u72c2\u91ce\u5de8\u517d"},{"type":"Skeletal Beast","text":"\u67af\u9aa8\u91ce\u517d"},{"type":"Corrupted Beast","text":"\u8150\u5316\u517d"},{"type":"Tyrannursus Maximus","text":"\u5de8\u517d\u9738\u4e3b"},{"type":"Forest Beast","text":"\u68ee\u6797\u91ce\u517d"},{"type":"Primal Beast","text":"\u8fdc\u53e4\u91ce\u517d"},{"type":"Armour Cruncher","text":"\u6bc1\u7532\u5de8\u517d"},{"type":"Infected Beast","text":"\u53d7\u611f\u67d3\u7684\u91ce\u517d"},{"type":"Risen Infested Beast","text":"\u590d\u82cf\u7684\u53d7\u611f\u67d3\u91ce\u517d"},{"type":"Junglemare","text":"\u4e1b\u6797\u68a6\u9b47"},{"type":"Mutated Chieftain","text":"\u7a81\u53d8\u7684\u914b\u957f"},{"type":"Crazed Chieftain","text":"\u75af\u72c2\u7684\u914b\u957f"},{"type":"Blood Chieftain","text":"\u8840\u9762\u914b\u957f"},{"type":"Carnage Chieftain","text":"\u51b7\u8840\u914b\u957f"},{"type":"Stygian Silverback","text":"\u51a5\u754c\u94f6\u80cc\u517d"},{"type":"Aboriginal Chieftain","text":"\u5143\u7075\u914b\u957f"},{"type":"Host Chieftain","text":"\u5bbf\u4e3b\u914b\u957f"},{"type":"Hollowskull, the Willing Host","text":"\u81ea\u613f\u5bbf\u4e3b\u7a7a\u9885"},{"type":"Simi, the Nature Touched","text":"\u81ea\u7136\u4e4b\u58f0\u5e0c\u5bc6"},{"type":"Sulphurspawn","text":"\u738b\u536b\u7cbe\u82f1"},{"type":"Fighting Bull","text":"\u6218\u6597\u516c\u725b"},{"type":"Boulderback","text":"\u5de8\u77f3\u725b\u9b54\u50cf"},{"type":"Avalanche Rider","text":"\u96ea\u5d29\u9a91\u58eb"},{"type":"Grazing Taurus","text":"\u77f3\u808c\u516c\u725b"},{"type":"Rooster Fiend","text":"\u516c\u9e21\u5c0f\u6076\u9b54"},{"type":"Rooster Demon","text":"\u516c\u9e21\u6076\u9b54"},{"type":"Eyepecker","text":"\u624e\u773c\u8005"},{"type":"Talon Archer","text":"\u5229\u722a\u5c04\u624b"},{"type":"Feral Fowl","text":"\u6218\u6597\u516c\u9e21"},{"type":"Bleached Crawler","text":"\u767d\u5316\u5de8\u87f9"},{"type":"Savage Crab","text":"\u91ce\u86ee\u5de8\u87f9"},{"type":"Enraptured Crab","text":"\u72c2\u66b4\u5de8\u87f9"},{"type":"Infested Crab","text":"\u53d7\u611f\u67d3\u7684\u87f9"},{"type":"Infested Crawler","text":"\u611f\u67d3\u98df\u8150\u866b"},{"type":"Infected Ambusher","text":"\u53d7\u611f\u67d3\u7684\u4f0f\u51fb\u8005"},{"type":"Mutated Ursa","text":"\u5815\u843d\u5e7c\u722a"},{"type":"Plummeting Ursa","text":"\u5815\u843d\u4e4b\u722a"},{"type":"Tunnelfiend","text":"\u5730\u4e0b\u90aa\u517d"},{"type":"Infested Tunnelfiend","text":"\u53d7\u75ab\u5730\u4e0b\u90aa\u517d"},{"type":"Woods Ursa","text":"\u4e1b\u6797\u4e4b\u722a"},{"type":"Infested Ursa","text":"\u53d7\u75ab\u4e4b\u722a"},{"type":"Q\'uru","text":"\u5e93\u9c81"},{"type":"Rabid Maw","text":"\u75af\u72c2\u7684\u88c2\u9f7f\u517d"},{"type":"Mutated Maw","text":"\u7a81\u53d8\u7684\u88c2\u9f7f\u517d"},{"type":"Fetid Maw","text":"\u6076\u81ed\u88c2\u9f7f\u517d"},{"type":"Filth Maw","text":"\u51c0\u6c34\u63a0\u98df\u8005"},{"type":"Spinesnap","text":"\u730e\u810a\u8005"},{"type":"Infested Maw","text":"\u53d7\u75ab\u88c2\u9f7f\u517d"},{"type":"Bestial Maw","text":"\u72c2\u91ce\u88c2\u9f7f\u517d"},{"type":"Mutated Croaker","text":"\u7a81\u53d8\u7684\u5b9d\u77f3\u86d9"},{"type":"Putrid Chimeral","text":"\u8150\u70c2\u7684\u9f99\u8725"},{"type":"Twisted Chimeral","text":"\u626d\u66f2\u7684\u9f99\u8725"},{"type":"Chimeric Croaker","text":"\u5984\u60f3\u5b9d\u77f3\u86d9"},{"type":"Vaulting Croaker","text":"\u8dc3\u5f71\u5b9d\u77f3\u86d9"},{"type":"Genesis Paradisae","text":"\u521b\u4e16\u5723\u7075"},{"type":"Chrome-infused Croaker","text":"\u878d\u94ec\u5b9d\u77f3\u86d9"},{"type":"Chrome-touched Croaker","text":"\u89e6\u94ec\u5b9d\u77f3\u86d9"},{"type":"Plumed Chimeral","text":"\u5f69\u7fbd\u9f99\u8725"},{"type":"Feral Chimeral","text":"\u51f6\u731b\u9f99\u8725"},{"type":"Paradisae Venenum","text":"\u4e50\u56ed\u73cd\u8725"},{"type":"Alpha Paradisae","text":"\u5723\u57df\u5143\u7075"},{"type":"The Basilisk","text":"\u86c7\u602a"},{"type":"Chrome-infused Chimeral","text":"\u878d\u94ec\u9f99\u8725"},{"type":"Chrome-touched Chimeral","text":"\u89e6\u94ec\u9f99\u8725"},{"type":"Wild Chimeral","text":"\u91ce\u751f\u9f99\u8725"},{"type":"Konu, Maker of Wind","text":"\u52b2\u98ce\u4e4b\u795e\u5bc7\u52aa"},{"type":"Goatman","text":"\u7f8a\u4eba"},{"type":"Goatman Stomper","text":"\u7f8a\u4eba\u8df5\u8e0f\u8005"},{"type":"The Faun","text":"\u519c\u7267\u4e4b\u795e"},{"type":"Elder-Blessed Goatman","text":"\u88c2\u754c\u4e4b\u4ec6 \u7f8a\u4eba"},{"type":"Bearded Devil","text":"\u957f\u987b\u7f8a\u4eba"},{"type":"Guardian of the Mound","text":"\u5723\u4e18\u4e4b\u7075"},{"type":"Ungulath","text":"\u7f8a\u4eba\u738b\u6069\u683c\u62c9\u65af"},{"type":"Sheaq, Maker of Floods","text":"\u5de8\u6f6e\u4e4b\u795e\u8c22\u514b"},{"type":"Goatman Shaman","text":"\u7f8a\u4eba\u672f\u5e08"},{"type":"Goatman Fire-raiser","text":"\u7f8a\u4eba\u708e\u5492\u5e08"},{"type":"Bearded Shaman","text":"\u957f\u987b\u672f\u5e08"},{"type":"Bearded Skycaller","text":"\u7f8a\u4eba\u5524\u7a7a\u8005"},{"type":"Colossus Crusher","text":"\u5de8\u5927\u7f8a\u9b54"},{"type":"Alpine Devil","text":"\u5c16\u89d2\u7f8a\u4eba"},{"type":"Hill Devil","text":"\u5c71\u5cad\u6076\u9b54"},{"type":"Alpine Shaman","text":"\u7f8a\u4eba\u8428\u6ee1"},{"type":"Flame Hellion","text":"\u70c8\u708e\u5730\u72f1\u72ac"},{"type":"Ruins Hellion","text":"\u5e9f\u589f\u5730\u72f1\u72ac"},{"type":"The Burning Menace","text":"\u66b4\u708e\u517d"},{"type":"Shackled Hellion","text":"\u53d7\u5236\u5730\u72f1\u72ac"},{"type":"Mountain Hellion","text":"\u5c71\u738b\u5730\u72f1\u72ac"},{"type":"Mountain Hellion Alpha","text":"\u5c71\u738b\u5730\u72f1\u72ac\u9886\u8896 \u963f\u5c14\u6cd5"},{"type":"Enslaved Hellion","text":"\u88ab\u5974\u5f79\u7684\u5730\u72f1\u72ac"},{"type":"Dune Hellion","text":"\u6c99\u4e18\u5730\u72f1\u72ac"},{"type":"Elder-Blessed Hellion","text":"\u88c2\u754c\u4e4b\u4ec6 \u5730\u72f1\u72ac"},{"type":"Bladetooth","text":"\u5203\u7259"},{"type":"Fury Hound","text":"\u7194\u5ca9\u730e\u72ac"},{"type":"War Hound","text":"\u6218\u4e89\u730e\u72ac"},{"type":"Raihara, Tukohama\'s Loyal","text":"\u56fe\u514b\u54c8\u739b\u7684\u9e70\u72ac\u83b1\u54c8\u62c9"},{"type":"Carrion Swarmer","text":"\u98df\u8150\u866b"},{"type":"Carrion Burrower","text":"\u5927\u98df\u8150\u866b"},{"type":"Scum Crawler","text":"\u6c61\u6ce5\u98df\u8150\u866b"},{"type":"Nightmarish Crawler","text":"\u68a6\u9b47\u98df\u8150\u866b"},{"type":"Mother of the Swarm","text":"\u8150\u8d25\u4e4b\u6e90"},{"type":"The Sunburst Queen","text":"\u65e5\u708e\u866b\u540e"},{"type":"Rabid Broodqueen","text":"\u75af\u72c2\u7684\u80b2\u96cf\u5973\u738b"},{"type":"Mutated Broodqueen","text":"\u7a81\u53d8\u7684\u80b2\u96cf\u5973\u738b"},{"type":"Carrion Queen","text":"\u98df\u8150\u866b\u540e"},{"type":"Nightmarish Carrion","text":"\u68a6\u9b47\u8150\u98df\u8005"},{"type":"Avian Retch","text":"\u4e1b\u6797\u53cd\u520d\u9e1f"},{"type":"Inti of the Blood Moon","text":"\u8840\u6708\u4e4b\u7075\u5370\u63d0"},{"type":"Gluttonous Gull","text":"\u72c2\u98df\u53cd\u520d\u9e1f"},{"type":"Elder-Blessed Retch","text":"\u88c2\u754c\u4e4b\u4ec6 \u53cd\u520d\u9e1f"},{"type":"Saqawine Rhex","text":"\u82cd\u7a7a\u51f6\u9e1f"},{"type":"Farric Gargantuan","text":"\u5927\u5730\u91ce\u517d"},{"type":"Farric Taurus","text":"\u5927\u5730\u77f3\u808c\u725b"},{"type":"Farric Chieftain","text":"\u5927\u5730\u914b\u957f"},{"type":"Farric Goliath","text":"\u5927\u5730\u9488\u80cc\u517d"},{"type":"Fenumal Scorpion","text":"\u6697\u591c\u6bd2\u874e"},{"type":"Craicic Savage Crab","text":"\u6df1\u6d77\u91ce\u86ee\u5de8\u87f9"},{"type":"Craicic Spider Crab","text":"\u6df1\u6d77\u8718\u86db\u87f9"},{"type":"Farric Ursa","text":"\u5927\u5730\u5de8\u718a"},{"type":"Craicic Maw","text":"\u6df1\u6d77\u88c2\u9f7f\u517d"},{"type":"Craicic Chimeral","text":"\u6df1\u6d77\u5947\u7f8e\u62c9"},{"type":"Farric Goatman","text":"\u5927\u5730\u7f8a\u4eba"},{"type":"Farric Flame Hellion Alpha","text":"\u5927\u5730\u70c8\u708e\u5730\u72f1\u5de8\u72ac"},{"type":"Farric Frost Hellion Alpha","text":"\u5927\u5730\u51b0\u971c\u5730\u72f1\u5de8\u72ac"},{"type":"Farric Magma Hound","text":"\u5927\u5730\u7194\u5ca9\u730e\u72ac"},{"type":"Saqawine Chimeral","text":"\u82cd\u7a7a\u5947\u7f8e\u62c9"},{"type":"Fenumal Queen","text":"\u6697\u591c\u5973\u738b"},{"type":"Saqawine Retch","text":"\u82cd\u7a7a\u53cd\u520d\u9e1f"},{"type":"Farric Lynx Alpha","text":"\u5927\u5730\u5de8\u578b\u731e\u7301"},{"type":"Saqawal, First of the Sky","text":"\u82cd\u7a7a\u521d\u5b50 \u8428\u5947\u6c83"},{"type":"Farric Ape","text":"\u5927\u5730\u5de8\u733f"},{"type":"Craiceann, First of the Deep","text":"\u6df1\u6d77\u521d\u5b50 \u514b\u6797\u65af\u6602"},{"type":"Craicic Vassal","text":"\u6df1\u6d77\u5bc4\u751f\u8005"},{"type":"Farric Pit Hound","text":"\u5927\u5730\u6df1\u9083\u730e\u72ac"},{"type":"Saqawine Rhoa","text":"\u82cd\u7a7a\u6050\u5599\u9e1f"},{"type":"Fenumal Devourer","text":"\u6697\u591c\u541e\u566c\u8005"},{"type":"Fenumal Scrabbler","text":"\u6697\u591c\u6536\u5272\u8005"},{"type":"Craicic Sand Spitter","text":"\u6df1\u6d77\u55b7\u7802\u722a\u87f9"},{"type":"Craicic Squid","text":"\u6df1\u6d77\u58a8\u9c7c"},{"type":"Craicic Shield Crab","text":"\u6df1\u6d77\u9644\u58f3\u5de8\u87f9"},{"type":"Saqawine Cobra","text":"\u82cd\u7a7a\u773c\u955c\u86c7"},{"type":"Saqawine Blood Viper","text":"\u82cd\u7a7a\u6bd2\u8840\u86c7"},{"type":"Fenumal Widow","text":"\u6697\u591c\u9ed1\u5be1\u5987"},{"type":"Fenumal Plagued Arachnid","text":"\u6697\u591c\u5f02\u86db"},{"type":"Fenumal Hybrid Arachnid","text":"\u6697\u591c\u6df7\u6bd2\u9b54\u86db"},{"type":"Fenumus, First of the Night","text":"\u6697\u591c\u521d\u5b50 \u8d39\u52aa\u59c6\u65af"},{"type":"Craicic Watcher","text":"\u6df1\u6d77\u5b88\u671b\u8005"},{"type":"Farric Tiger Alpha","text":"\u5927\u5730\u5de8\u864e"},{"type":"Farrul, First of the Plains","text":"\u5927\u5730\u521d\u5b50 \u6cd5\u745e\u5c14"},{"type":"Saqawine Vulture","text":"\u82cd\u7a7a\u79c3\u9e70"},{"type":"Farric Wolf Alpha","text":"\u5927\u5730\u5de8\u72fc"},{"type":"Primal Cystcaller","text":"\u539f\u59cb\u56ca\u884c"},{"type":"Primal Crushclaw","text":"\u539f\u59cb\u5229\u722a"},{"type":"Primal Rhex Matriarch","text":"\u539f\u59cb\u9e1f\u6bcd"},{"type":"Vivid Abberarach","text":"\u6d3b\u6027\u7eba\u7eb1"},{"type":"Vivid Watcher","text":"\u6d3b\u6027\u54e8\u5175"},{"type":"Vivid Vulture","text":"\u6d3b\u6027\u533f\u8005"},{"type":"Wild Bristle Matron","text":"\u8352\u91ce\u6bcd\u517d"},{"type":"Wild Brambleback","text":"\u8352\u91ce\u8346\u80cc"},{"type":"Wild Hellion Alpha","text":"\u8352\u91ce\u5934\u72fc"},{"type":"Mutated Flamebeast","text":"\u7a81\u53d8\u7684\u708e\u517d"},{"type":"Crazed Flamebeast","text":"\u75af\u72c2\u7684\u708e\u517d"},{"type":"Arctic Wolf","text":"\u51b0\u971c\u5de8\u72fc"},{"type":"Snow Wolf","text":"\u98ce\u96ea\u5de8\u72fc"},{"type":"Freezing Wolf","text":"\u51b0\u96ea\u5de8\u72fc"},{"type":"Mountain Lynx","text":"\u6797\u5c3c\u514b\u65af"},{"type":"Escaped Rhex","text":"\u82df\u6d3b\u51f6\u9e1f"},{"type":"Wild Rhex","text":"\u91ce\u6027\u51f6\u9e1f"},{"type":"Adolescent Rhex","text":"\u9752\u6625\u51f6\u9e1f"},{"type":"Maternal Rhex","text":"\u96cc\u6027\u51f6\u9e1f"},{"type":"Spirit of Nadia","text":"\u5a1c\u8fea\u96c5\u4e4b\u7075"},{"type":"Blood Ape","text":"\u8840\u9762\u72c2\u733f"},{"type":"Dread Primate","text":"\u6050\u60e7\u72c2\u733f"},{"type":"Infested Ape","text":"\u611f\u67d3\u72c2\u733f"},{"type":"Stygian Ape","text":"\u51a5\u6e21\u72c2\u733f"},{"type":"Nadia the Soothing","text":"\u5bc2\u9759\u4e4b\u68a6\u5a1c\u8fea\u96c5"},{"type":"Carnage Ape","text":"\u51b7\u8840\u72c2\u733f"},{"type":"Barrow Ape","text":"\u9057\u51a2\u72c2\u733f"},{"type":"Brinecrack","text":"\u6d77\u738b\u4f8d\u4ece\u5947\u6c40\u514b\u62c9\u514b"},{"type":"Waste Lurcher","text":"\u5e9f\u6c34\u6df7\u79cd"},{"type":"Parasite","text":"\u5bc4\u751f\u866b"},{"type":"Ravenous Parasite","text":"\u9965\u997f\u5bc4\u751f\u866b"},{"type":"Plated Parasite","text":"\u9540\u91d1\u5bc4\u751f\u866b"},{"type":"Spitting Parasite","text":"\u5206\u88c2\u5bc4\u751f\u866b"},{"type":"Vicious Parasite","text":"\u9ecf\u6ede\u5bc4\u751f\u866b"},{"type":"Poisonous Parasite","text":"\u5e7d\u6bd2\u5bc4\u751f\u866b"},{"type":"Brine Vassal","text":"\u7ae0\u9c7c\u54e5"},{"type":"Swarthy Mollusc","text":"\u9ed1\u6e9c\u6e9c\u7684\u7ae0\u9c7c\u54e5"},{"type":"Pitbull Demon","text":"\u6597\u725b\u72ac\u9b54"},{"type":"Vicious Hound","text":"\u72e0\u6bd2\u730e\u72ac"},{"type":"Steelchaw","text":"\u94a2\u56bc"},{"type":"Purge Hound","text":"\u6076\u989c\u5de8\u72ac"},{"type":"Mutated Rhoa","text":"\u7a81\u53d8\u7684\u6050\u5599\u9e1f"},{"type":"Rhoa Mare","text":"\u6050\u5599\u9e1f\u6bcd"},{"type":"Tercel Rhoa","text":"\u96c4\u5065\u6050\u5599"},{"type":"Murk Runner","text":"\u9634\u6697\u6050\u5599\u9e1f"},{"type":"Oozeback Bloom","text":"\u8150\u751f\u6050\u5599\u9e1f"},{"type":"Infested Rhoa","text":"\u88ab\u611f\u67d3\u7684\u6050\u5599\u9e1f"},{"type":"Bone Rhoa","text":"\u67af\u9aa8\u6050\u5599\u9e1f"},{"type":"Corrupted Rhoa","text":"\u8150\u5316\u7684\u6050\u5599\u9e1f"},{"type":"Elder-Blessed Rhoa","text":"\u88c2\u754c\u4e4b\u4ec6 \u6050\u5599\u9e1f"},{"type":"Zombie Rhoa","text":"\u8150\u8d25\u6050\u5599"},{"type":"Mystic Devourer","text":"\u79d8\u672f\u541e\u566c\u8005"},{"type":"Devourer","text":"\u541e\u566c\u8005"},{"type":"Tunnelworm","text":"\u94a9\u866b"},{"type":"Kamaq, Soilmaker","text":"\u5927\u5730\u4e4b\u795e\u5361\u9a6c\u514b"},{"type":"The Conqueror Wurm","text":"\u70c8\u6218\u4e4b\u7075"},{"type":"Ancient Devourer","text":"\u8fdc\u53e4\u541e\u566c\u8005"},{"type":"Echo of the Verdant","text":"\u81ea\u7136\u4e4b\u56de\u97f3"},{"type":"Dust Scrabbler","text":"\u62e8\u5c18\u8005"},{"type":"Dirt Scrabbler","text":"\u5c18\u57a2\u8005"},{"type":"Infested Skitterer","text":"\u611f\u67d3\u63a0\u86db"},{"type":"Sand Skitterer","text":"\u6c99\u5730\u6c99\u86db"},{"type":"Sand Leaper","text":"\u6c99\u5730\u8df3\u866b"},{"type":"Quetzerxi","text":"\u594e\u7279\u897f"},{"type":"Mother of the Hive","text":"\u87f9\u5de2\u4e4b\u6bcd"},{"type":"Gravel Eater","text":"\u98df\u783e\u722a\u87f9"},{"type":"Scrabbling Spitter","text":"\u75be\u884c\u5410\u6c99\u87f9"},{"type":"Rock Spitter","text":"\u5ca9\u77f3\u6c99\u87f9"},{"type":"Crustacean Sniper","text":"\u72d9\u5f71\u6c99\u87f9"},{"type":"Crustacean Pelter","text":"\u72d9\u5f71\u63b7\u87f9"},{"type":"The Dweller of the Deep","text":"\u6df1\u6e0a\u5de8\u87f9"},{"type":"Granite Eater","text":"\u98df\u5ca9\u722a\u87f9"},{"type":"Obsidian Eater","text":"\u9ed1\u66dc\u6c99\u87f9"},{"type":"Infested Sniper","text":"\u53d7\u75ab\u8718\u86db"},{"type":"Toxic Crawler","text":"\u5267\u6bd2\u98df\u8150\u866b"},{"type":"Sewage Crawler","text":"\u6c61\u79fd\u98df\u8150\u866b"},{"type":"Fossil Eater","text":"\u98df\u9ab8\u87f9"},{"type":"Black Scorpion","text":"\u9ed1\u874e"},{"type":"Predatory Scorpion","text":"\u63a0\u98df\u5929\u874e"},{"type":"Tamipin","text":"\u6c99\u5361\u4e3d\u4e4b\u722a"},{"type":"Sulphuric Scorpion","text":"\u786b\u78fa\u874e"},{"type":"Sand Scorpion","text":"\u6c99\u874e"},{"type":"Tamulus","text":"\u6c99\u5361\u4e3d\u4e4b\u5c3e"},{"type":"Fated Siren","text":"\u5bbf\u547d\u6d77\u5996"},{"type":"Merveil\'s Favoured","text":"\u83ab\u8587\u513f\u7684\u5e7c\u5973"},{"type":"Ambrosia, Daughter of Merveil","text":"\u83ab\u8587\u513f\u4e4b\u5973\u827e\u5e03\u841d\u897f\u96c5"},{"type":"The Duchess","text":"\u6d77\u6f6e\u4e4b\u97f3"},{"type":"Rima, Deep Temptress","text":"\u6df1\u6e0a\u9b45\u5f71\u8389\u739b"},{"type":"Amarissa, Daughter of Merveil","text":"\u83ab\u8587\u513f\u4e4b\u5973\u57c3\u739b\u8389\u838e"},{"type":"Brood Princess","text":"\u6d77\u866b\u4e4b\u6bcd"},{"type":"Merveil\'s Blessed","text":"\u83ab\u8587\u513f\u7684\u5ba0\u513f"},{"type":"Singing Siren","text":"\u51a5\u66f2\u6d77\u5996"},{"type":"Merveil\'s Daughter","text":"\u6d77\u5996\u4e4b\u5973"},{"type":"Merveil\'s Attendant","text":"\u83ab\u8587\u513f\u7684\u4f8d\u5973"},{"type":"Merveil\'s Chosen","text":"\u6d77\u5996\u7231\u5973"},{"type":"Merveil\'s Retainer","text":"\u6d77\u5996\u5bb6\u81e3"},{"type":"Fused Crawler","text":"\u878d\u5408\u98df\u8150\u866b"},{"type":"Mutated Winterclaw","text":"\u7a81\u53d8\u7684\u971c\u722a"},{"type":"Scrabbling Menace","text":"\u5229\u722a\u6c99\u87f9"},{"type":"Cave Crustacean","text":"\u6d1e\u7a74\u7532\u87f9"},{"type":"Invading Crustacean","text":"\u5165\u4fb5\u7532\u87f9"},{"type":"Shield Crab","text":"\u9644\u58f3\u5de8\u87f9"},{"type":"Shivershell","text":"\u98a4\u58f3\u517d"},{"type":"Deep Crustacean","text":"\u6c34\u6e0a\u7532\u87f9"},{"type":"Infested Crustacean","text":"\u53d7\u75ab\u7532\u87f9"},{"type":"Mutated Adder","text":"\u7a81\u53d8\u7684\u6bd2\u86c7"},{"type":"Infected Adder","text":"\u53d7\u611f\u67d3\u7684\u6bd2\u86c7"},{"type":"Acid Slitherer","text":"\u55dc\u8840\u6ed1\u884c\u8005"},{"type":"Night Adder","text":"\u591c\u8272\u6bd2\u86c7"},{"type":"Host Adder","text":"\u5bbf\u4e3b\u8f90\u5c04"},{"type":"Bramble Cobra","text":"\u4e1b\u6797\u773c\u955c\u86c7"},{"type":"Host Cobra","text":"\u5bbf\u4e3b\u773c\u955c\u86c7"},{"type":"Elder-Blessed Cobra","text":"\u88c2\u754c\u4e4b\u4ec6 \u773c\u955c\u86c7"},{"type":"Spine Serpent","text":"\u810a\u523a\u5de8\u86c7"},{"type":"Infested Serpent","text":"\u53d7\u75ab\u5de8\u86c7"},{"type":"Thornrunner","text":"\u9488\u9cde"},{"type":"Maze Slitherer","text":"\u8ff7\u5bab\u6ed1\u884c\u8005"},{"type":"Barb Serpent","text":"\u68d8\u523a\u5de8\u86c7"},{"type":"Sand Serpent","text":"\u6c99\u87d2"},{"type":"Glade Mamba","text":"\u539f\u91ce\u6bd2\u543b"},{"type":"Foreseen Spawn","text":"\u5148\u77e5\u866b\u5375"},{"type":"Cursed Spawn","text":"\u8bc5\u5492\u6d77\u866b"},{"type":"Siren\'s Spawn","text":"\u6d77\u5996\u5e7c\u4f53"},{"type":"Slimy Bloodsucker","text":"\u6d1e\u7a9f\u5438\u8840\u602a"},{"type":"Slimy Nemesis","text":"\u6d1e\u7a9f\u6d77\u866b"},{"type":"Venomous Spawn","text":"\u5267\u6bd2\u6d77\u866b"},{"type":"Plagued Arachnid","text":"\u761f\u75ab\u5f02\u86db"},{"type":"Diseased Arachnid","text":"\u67d3\u75c5\u5de8\u86db"},{"type":"Hybrid Arachnid","text":"\u6df7\u8840\u5f02\u86db"},{"type":"Scalding Arachnid","text":"\u707c\u70ed\u706b\u86db"},{"type":"Mutated Arachnid","text":"\u7a81\u53d8\u7684\u5f02\u86db"},{"type":"Sickly Spinner","text":"\u75ab\u75c5\u8150\u86db"},{"type":"Pewterfang","text":"\u8ff7\u96fe\u5203\u7259"},{"type":"Cintiq, the Inescapable","text":"\u7d22\u547d\u8005\u8f9b\u63d0\u5e93"},{"type":"Black Death","text":"\u707e\u75ab\u4e4b\u5146"},{"type":"The Weaver","text":"\u5de8\u86db\u4e4b\u6bcd"},{"type":"Balah, Duke","text":"\u516c\u7235\u5df4\u62c9\u54c8"},{"type":"Lurking Venom","text":"\u4f0f\u51fb\u6bd2\u86db"},{"type":"Brooding Tarantula","text":"\u6bdb\u86db\u4e4b\u6bcd"},{"type":"Buried Tarantula","text":"\u846c\u9b42\u4e4b\u6bcd"},{"type":"Enraptured Arachnid","text":"\u6fc0\u8fdb\u5de8\u86db"},{"type":"Virulent Spider","text":"\u81f4\u547d\u5de8\u86db"},{"type":"Ink Spinner","text":"\u55b7\u58a8\u5de8\u86db"},{"type":"Maze Webspinner","text":"\u8ff7\u5bab\u7ec7\u7f51\u8005"},{"type":"Maze Hatchling","text":"\u8ff7\u5bab\u5b75\u5375\u8005"},{"type":"Corrupted Spitter","text":"\u8150\u5316\u9b54\u86db"},{"type":"Corrupted Arach","text":"\u5815\u9b42\u5de8\u86db"},{"type":"Crypt Weaver","text":"\u6df1\u7a74\u5de8\u86db"},{"type":"Mutant Arach","text":"\u5f02\u53d8\u9b54\u86db"},{"type":"Crypt Ambusher","text":"\u6c34\u6676\u5de8\u86db"},{"type":"Cave Skitterer","text":"\u6d1e\u7a74\u6c99\u86db"},{"type":"Spindle Spider","text":"\u957f\u8db3\u5de8\u86db"},{"type":"Hatchling","text":"\u5e7c\u86db"},{"type":"Vaal Recluse","text":"\u74e6\u5c14\u9057\u7075"},{"type":"Arakaali\'s Daughter","text":"\u963f\u62c9\u5361\u529b\u7684\u5973\u513f"},{"type":"Leaping Spider","text":"\u8dc3\u5f71\u5de8\u86db"},{"type":"Noxious Tarantula","text":"\u5267\u6bd2\u6bdb\u86db"},{"type":"Deadly Tarantula","text":"\u81f4\u547d\u6bdb\u86db"},{"type":"Webbed Spider","text":"\u7ec7\u7f51\u5de8\u86db"},{"type":"Infected Spiker","text":"\u53d7\u611f\u67d3\u523a\u9488\u517d"},{"type":"Porcupine Goliath","text":"\u9488\u80cc\u5de8\u517d"},{"type":"Thistlesage","text":"\u84ba\u85dc\u517d"},{"type":"Chrome-infused Goliath","text":"\u89e6\u94ec\u5de8\u4eba"},{"type":"Chrome-touched Goliath","text":"\u89e6\u94ec\u5de8\u4eba"},{"type":"Maze Needleback","text":"\u8ff7\u5bab\u523a\u732c"},{"type":"Bladeback Guardian","text":"\u950b\u80cc"},{"type":"Infected Watcher","text":"\u67d3\u75ab\u4e4b\u773c"},{"type":"Mutated Watcher","text":"\u7a81\u53d8\u7684\u51dd\u89c6\u8005"},{"type":"Soulless Watcher","text":"\u65e0\u7075\u4e4b\u773c"},{"type":"Cavern Drifter","text":"\u6d1e\u7a74\u4e4b\u6d41"},{"type":"Sewer Drifter","text":"\u4e0b\u6c34\u9053\u6f02\u6d41\u8005"},{"type":"Strangledrift","text":"\u627c\u7075\u4e4b\u773c"},{"type":"The All-seeing Eye","text":"\u5168\u77e5\u4e4b\u773c"},{"type":"Mindless Scavenger","text":"\u5080\u5121\u9aa8\u5599"},{"type":"Scavenging Vulture","text":"\u51c0\u98df\u79c3\u9e70"},{"type":"Rotting Vulture","text":"\u8150\u673d\u79c3\u9e70"},{"type":"Infested Vulture","text":"\u88ab\u8150\u5316\u7684\u79c3\u9e70"},{"type":"The Hundred Foot Shadow","text":"\u5f71\u767e\u8db3"}]},{"id":"heistequipment","label":"\u593a\u5b9d\u5947\u5175\u88c5\u5907","entries":[{"type":"\u9cd7\u76ae\u978b\u5e95","text":"\u9cd7\u76ae\u978b\u5e95"},{"type":"\u72d0\u76ae\u978b\u5e95","text":"\u72d0\u76ae\u978b\u5e95"},{"type":"\u7fbd\u7ffc\u978b\u5e95","text":"\u7fbd\u7ffc\u978b\u5e95"},{"type":"\u4e1d\u7f51\u978b\u5e95","text":"\u4e1d\u7f51\u978b\u5e95"},{"type":"\u94f6\u8272\u80f8\u9488","text":"\u94f6\u8272\u80f8\u9488"},{"type":"\u91d1\u8272\u80f8\u9488","text":"\u91d1\u8272\u80f8\u9488"},{"type":"\u73d0\u7405\u80f8\u9488","text":"\u73d0\u7405\u80f8\u9488"},{"type":"\u53f6\u9970\u80f8\u9488","text":"\u53f6\u9970\u80f8\u9488"},{"type":"\u76ae\u9769\u62a4\u8155","text":"\u76ae\u9769\u62a4\u8155"},{"type":"\u9576\u9489\u62a4\u8155","text":"\u9576\u9489\u62a4\u8155"},{"type":"\u7b26\u6587\u62a4\u8155","text":"\u7b26\u6587\u62a4\u8155"},{"type":"\u94a2\u5236\u62a4\u8155","text":"\u94a2\u5236\u62a4\u8155"},{"type":"\u5375\u77f3","text":"\u5375\u77f3"},{"type":"\u5bfc\u7ebf","text":"\u5bfc\u7ebf"},{"type":"\u805a\u5408\u9b54\u7b26","text":"\u805a\u5408\u9b54\u7b26"},{"type":"\u7206\u7834\u5e26","text":"\u7206\u7834\u5e26"},{"type":"\u7834\u65e7\u62ab\u98ce","text":"\u7834\u65e7\u62ab\u98ce"},{"type":"\u7834\u70c2\u62ab\u98ce","text":"\u7834\u70c2\u62ab\u98ce"},{"type":"\u8fde\u5e3d\u62ab\u98ce","text":"\u8fde\u5e3d\u62ab\u98ce"},{"type":"\u9690\u533f\u62ab\u98ce","text":"\u9690\u533f\u62ab\u98ce"},{"type":"\u7c97\u5236\u7ed3\u754c","text":"\u7c97\u5236\u7ed3\u754c"},{"type":"\u5149\u8f89\u7ed3\u754c","text":"\u5149\u8f89\u7ed3\u754c"},{"type":"\u95ea\u8000\u7ed3\u754c","text":"\u95ea\u8000\u7ed3\u754c"},{"type":"\u5947\u672f\u7ed3\u754c","text":"\u5947\u672f\u7ed3\u754c"},{"type":"\u57fa\u7840\u6613\u5bb9\u5de5\u5177","text":"\u57fa\u7840\u6613\u5bb9\u5de5\u5177"},{"type":"\u5267\u9662\u6613\u5bb9\u5de5\u5177","text":"\u5267\u9662\u6613\u5bb9\u5de5\u5177"},{"type":"\u95f4\u8c0d\u6613\u5bb9\u5de5\u5177","text":"\u95f4\u8c0d\u6613\u5bb9\u5de5\u5177"},{"type":"\u5f11\u541b\u6613\u5bb9\u5de5\u5177","text":"\u5f11\u541b\u6613\u5bb9\u5de5\u5177"},{"type":"\u9b54\u66b4\u95ea\u5149\u7c89","text":"\u9b54\u66b4\u95ea\u5149\u7c89"},{"type":"\u7279\u62c9\u73ca\u95ea\u5149\u7c89","text":"\u7279\u62c9\u73ca\u95ea\u5149\u7c89"},{"type":"\u84dd\u6676\u95ea\u5149\u7c89","text":"\u84dd\u6676\u95ea\u5149\u7c89"},{"type":"\u6258\u9ea6\u8fea\u514b\u95ea\u5149\u7c89","text":"\u6258\u9ea6\u8fea\u514b\u95ea\u5149\u7c89"},{"type":"\u94a2\u94bb\u5934","text":"\u94a2\u94bb\u5934"},{"type":"\u6cd5\u5170\u94bb\u5934","text":"\u6cd5\u5170\u94bb\u5934"},{"type":"\u786b\u78fa\u55b7\u706f","text":"\u786b\u78fa\u55b7\u706f"},{"type":"\u5947\u672f\u55b7\u706f","text":"\u5947\u672f\u55b7\u706f"},{"type":"\u6734\u7d20\u80f8\u9488","text":"\u6734\u7d20\u80f8\u9488"},{"type":"\u6807\u51c6\u89e3\u5bc6\u5de5\u5177","text":"\u6807\u51c6\u89e3\u5bc6\u5de5\u5177"},{"type":"\u826f\u597d\u89e3\u5bc6\u5de5\u5177","text":"\u826f\u597d\u89e3\u5bc6\u5de5\u5177"},{"type":"\u5353\u8d8a\u89e3\u5bc6\u5de5\u5177","text":"\u5353\u8d8a\u89e3\u5bc6\u5de5\u5177"},{"type":"\u7c97\u7cd9\u78e8\u5200\u77f3","text":"\u7c97\u7cd9\u78e8\u5200\u77f3"},{"type":"\u6807\u51c6\u78e8\u5200\u77f3","text":"\u6807\u51c6\u78e8\u5200\u77f3"},{"type":"\u826f\u597d\u78e8\u5200\u77f3","text":"\u826f\u597d\u78e8\u5200\u77f3"},{"type":"\u9ed1\u66dc\u78e8\u5200\u77f3","text":"\u9ed1\u66dc\u78e8\u5200\u77f3"},{"type":"\u7c97\u5236\u611f\u77e5\u9b54\u7b26","text":"\u7c97\u5236\u611f\u77e5\u9b54\u7b26"},{"type":"\u826f\u597d\u611f\u77e5\u9b54\u7b26","text":"\u826f\u597d\u611f\u77e5\u9b54\u7b26"},{"type":"\u629b\u5149\u611f\u77e5\u9b54\u7b26","text":"\u629b\u5149\u611f\u77e5\u9b54\u7b26"},{"type":"\u5947\u672f\u611f\u77e5\u9b54\u7b26","text":"\u5947\u672f\u611f\u77e5\u9b54\u7b26"},{"type":"\u6cd5\u5170\u7bad\u5934","text":"\u6cd5\u5170\u7bad\u5934"},{"type":"\u88c2\u7247\u7bad\u5934","text":"\u88c2\u7247\u7bad\u5934"},{"type":"\u4e2d\u7a7a\u7bad\u5934","text":"\u4e2d\u7a7a\u7bad\u5934"},{"type":"\u7cbe\u51c6\u7bad\u5934","text":"\u7cbe\u51c6\u7bad\u5934"},{"type":"\u666e\u901a\u94a5\u5319\u73af","text":"\u666e\u901a\u94a5\u5319\u73af"},{"type":"\u591a\u7528\u94a5\u5319\u73af","text":"\u591a\u7528\u94a5\u5319\u73af"},{"type":"\u4e07\u80fd\u94a5\u5319\u73af","text":"\u4e07\u80fd\u94a5\u5319\u73af"},{"type":"\u5dc5\u5cf0\u94a5\u5319\u73af","text":"\u5dc5\u5cf0\u94a5\u5319\u73af"}]},{"id":"heistmission","label":"\u593a\u5b9d\u5947\u5175\u4efb\u52a1","entries":[{"name":"\u5951\u7ea6\uff1a\u7262\u4e0d\u53ef\u7834","type":"\u9884\u9632\u5951\u7ea6","text":"\u5951\u7ea6\uff1a\u7262\u4e0d\u53ef\u7834 \u9884\u9632\u5951\u7ea6","flags":{"unique":true}},{"name":"\u5951\u7ea6\uff1a\u8fbe\u8bfa\u7684\u8986\u706d","type":"\u6d77\u519b\u5951\u7ea6","text":"\u5951\u7ea6\uff1a\u8fbe\u8bfa\u7684\u8986\u706d \u6d77\u519b\u5951\u7ea6","flags":{"unique":true}},{"name":"\u5951\u7ea6\uff1a\u8363\u8a89\u4e4b\u5fc3","type":"\u5bb6\u65cf\u5951\u7ea6","text":"\u5951\u7ea6\uff1a\u8363\u8a89\u4e4b\u5fc3 \u5bb6\u65cf\u5951\u7ea6","flags":{"unique":true}},{"name":"\u5951\u7ea6\uff1a\u8d29\u5974\u4e4b\u738b","type":"\u4e49\u8b66\u5951\u7ea6","text":"\u5951\u7ea6\uff1a\u8d29\u5974\u4e4b\u738b \u4e49\u8b66\u5951\u7ea6","flags":{"unique":true}},{"name":"\u5951\u7ea6\uff1a\u7f6a\u6076\u53cc\u751f","type":"\u590d\u4ec7\u5951\u7ea6","text":"\u5951\u7ea6\uff1a\u7f6a\u6076\u53cc\u751f \u590d\u4ec7\u5951\u7ea6","flags":{"unique":true}},{"type":"\u84dd\u56fe\uff1a\u5821\u5792","text":"\u84dd\u56fe\uff1a\u5821\u5792"},{"type":"\u84dd\u56fe\uff1a\u6863\u6848\u5904","text":"\u84dd\u56fe\uff1a\u6863\u6848\u5904"},{"type":"\u84dd\u56fe\uff1a\u5b9e\u9a8c\u5ba4","text":"\u84dd\u56fe\uff1a\u5b9e\u9a8c\u5ba4"},{"type":"\u84dd\u56fe\uff1a\u7981\u65ad\u4e66\u5e93","text":"\u84dd\u56fe\uff1a\u7981\u65ad\u4e66\u5e93"},{"type":"\u84dd\u56fe\uff1a\u8c6a\u5b85","text":"\u84dd\u56fe\uff1a\u8c6a\u5b85"},{"type":"\u84dd\u56fe\uff1a\u73cd\u5b9d\u4e4b\u5730","text":"\u84dd\u56fe\uff1a\u73cd\u5b9d\u4e4b\u5730"},{"type":"\u84dd\u56fe\uff1a\u50a8\u85cf\u5e93","text":"\u84dd\u56fe\uff1a\u50a8\u85cf\u5e93"},{"type":"\u84dd\u56fe\uff1a\u96a7\u9053","text":"\u84dd\u56fe\uff1a\u96a7\u9053"},{"type":"\u84dd\u56fe\uff1a\u8584\u5f31\u4e4b\u5730","text":"\u84dd\u56fe\uff1a\u8584\u5f31\u4e4b\u5730"},{"type":"\u5951\u7ea6\uff1a\u5821\u5792","text":"\u5951\u7ea6\uff1a\u5821\u5792"},{"type":"\u5951\u7ea6\uff1a\u6863\u6848\u5904","text":"\u5951\u7ea6\uff1a\u6863\u6848\u5904"},{"type":"\u5951\u7ea6\uff1a\u5b9e\u9a8c\u5ba4","text":"\u5951\u7ea6\uff1a\u5b9e\u9a8c\u5ba4"},{"type":"\u5951\u7ea6\uff1a\u7981\u65ad\u4e66\u5e93","text":"\u5951\u7ea6\uff1a\u7981\u65ad\u4e66\u5e93"},{"type":"\u5951\u7ea6\uff1a\u8c6a\u5b85","text":"\u5951\u7ea6\uff1a\u8c6a\u5b85"},{"type":"\u5951\u7ea6\uff1a\u73cd\u5b9d\u4e4b\u5730","text":"\u5951\u7ea6\uff1a\u73cd\u5b9d\u4e4b\u5730"},{"type":"\u5951\u7ea6\uff1a\u50a8\u85cf\u5e93","text":"\u5951\u7ea6\uff1a\u50a8\u85cf\u5e93"},{"type":"\u5951\u7ea6\uff1a\u96a7\u9053","text":"\u5951\u7ea6\uff1a\u96a7\u9053"},{"type":"\u5951\u7ea6\uff1a\u8584\u5f31\u4e4b\u5730","text":"\u5951\u7ea6\uff1a\u8584\u5f31\u4e4b\u5730"},{"type":"\u5bb6\u65cf\u5951\u7ea6","text":"\u5bb6\u65cf\u5951\u7ea6"},{"type":"\u6d77\u519b\u5951\u7ea6","text":"\u6d77\u519b\u5951\u7ea6"},{"type":"\u9884\u9632\u5951\u7ea6","text":"\u9884\u9632\u5951\u7ea6"},{"type":"\u590d\u4ec7\u5951\u7ea6","text":"\u590d\u4ec7\u5951\u7ea6"},{"type":"\u4e49\u8b66\u5951\u7ea6","text":"\u4e49\u8b66\u5951\u7ea6"}]},{"id":"logbook","label":"\u5148\u7956\u5bc6\u85cf\u65e5\u5fd7","entries":[{"type":"\u5148\u7956\u79d8\u85cf\u65e5\u5fd7","text":"\u5148\u7956\u79d8\u85cf\u65e5\u5fd7"}]},{"id":"sanctum","label":"\u6c38\u751f\u7981\u57df\u7814\u7a76","entries":[{"name":"\u7eaf\u51c0\u4e4b\u8840","type":"\u9999\u7089\u9057\u7269","text":"\u7eaf\u51c0\u4e4b\u8840 \u9999\u7089\u9057\u7269","flags":{"unique":true}},{"name":"\u6b8b\u7834\u9999\u7089","type":"\u5178\u7c4d\u9057\u7269","text":"\u6b8b\u7834\u9999\u7089 \u5178\u7c4d\u9057\u7269","flags":{"unique":true}},{"name":"\u82e6\u5211\u4e4b\u94fe","type":"\u5723\u6b4c\u9057\u7269","text":"\u82e6\u5211\u4e4b\u94fe \u5723\u6b4c\u9057\u7269","flags":{"unique":true}},{"name":"\u521d\u59cb\u8363\u51a0","type":"\u5323\u67dc\u9057\u7269","text":"\u521d\u59cb\u8363\u51a0 \u5323\u67dc\u9057\u7269","flags":{"unique":true}},{"name":"\u9540\u91d1\u5723\u676f","type":"\u5723\u6b4c\u9057\u7269","text":"\u9540\u91d1\u5723\u676f \u5723\u6b4c\u9057\u7269","flags":{"unique":true}},{"name":"\u795e\u5723\u4e4b\u523b","type":"\u9999\u7089\u9057\u7269","text":"\u795e\u5723\u4e4b\u523b \u9999\u7089\u9057\u7269","flags":{"unique":true}},{"name":"\u9ed1\u591c\u660e\u706f","type":"\u58f6\u74ee\u9057\u7269","text":"\u9ed1\u591c\u660e\u706f \u58f6\u74ee\u9057\u7269","flags":{"unique":true}},{"name":"\u539f\u521d\u7ecf\u4e66","type":"\u7eb8\u8349\u9057\u7269","text":"\u539f\u521d\u7ecf\u4e66 \u7eb8\u8349\u9057\u7269","flags":{"unique":true}},{"name":"\u529b\u91cf\u4e0e\u8a93\u8a00","type":"\u5178\u7c4d\u9057\u7269","text":"\u529b\u91cf\u4e0e\u8a93\u8a00 \u5178\u7c4d\u9057\u7269","flags":{"unique":true}},{"name":"\u7b2c\u4e8c\u5723\u8a93","type":"\u70db\u53f0\u9057\u7269","text":"\u7b2c\u4e8c\u5723\u8a93 \u70db\u53f0\u9057\u7269","flags":{"unique":true}},{"type":"\u9999\u7089\u9057\u7269","text":"\u9999\u7089\u9057\u7269"},{"type":"\u5723\u6b4c\u9057\u7269","text":"\u5723\u6b4c\u9057\u7269"},{"type":"\u70db\u53f0\u9057\u7269","text":"\u70db\u53f0\u9057\u7269"},{"type":"\u58f6\u74ee\u9057\u7269","text":"\u58f6\u74ee\u9057\u7269"},{"type":"\u5323\u67dc\u9057\u7269","text":"\u5323\u67dc\u9057\u7269"},{"type":"\u5178\u7c4d\u9057\u7269","text":"\u5178\u7c4d\u9057\u7269"},{"type":"\u7eb8\u8349\u9057\u7269","text":"\u7eb8\u8349\u9057\u7269"},{"type":"\u7981\u57df\u5b9d\u5e93\u7814\u7a76","text":"\u7981\u57df\u5b9d\u5e93\u7814\u7a76"},{"type":"\u7981\u57df\u6559\u5802\u7814\u7a76","text":"\u7981\u57df\u6559\u5802\u7814\u7a76"},{"type":"\u7981\u57df\u5893\u573a\u7814\u7a76","text":"\u7981\u57df\u5893\u573a\u7814\u7a76"},{"type":"\u7981\u57df\u5178\u7c4d","text":"\u7981\u57df\u5178\u7c4d"}]},{"id":"sentinel","label":"\u7075\u80fd\u62a4\u536b","entries":[{"name":"\u5347\u7ea7","type":"\u786b\u77f3\u8ffd\u730e\u62a4\u536b","text":"\u5347\u7ea7 \u786b\u77f3\u8ffd\u730e\u62a4\u536b","flags":{"unique":true}},{"name":"\u4e0d\u7720","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u4e0d\u7720 \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u8fdc\u53e4\u9493\u8005","type":"\u4f59\u70ec\u5dc5\u5cf0\u62a4\u536b","text":"\u8fdc\u53e4\u9493\u8005 \u4f59\u70ec\u5dc5\u5cf0\u62a4\u536b","flags":{"unique":true}},{"name":"\u590d\u4ec7\u5929\u4f7f","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u590d\u4ec7\u5929\u4f7f \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u4ef2\u88c1\u8005","type":"\u786b\u77f3\u9b54\u57df\u62a4\u536b","text":"\u4ef2\u88c1\u8005 \u786b\u77f3\u9b54\u57df\u62a4\u536b","flags":{"unique":true}},{"name":"\u86c7\u602a","type":"\u4f59\u70ec\u9b54\u57df\u62a4\u536b","text":"\u86c7\u602a \u4f59\u70ec\u9b54\u57df\u62a4\u536b","flags":{"unique":true}},{"name":"\u6350\u52a9\u8005","type":"\u94b4\u84dd\u8ffd\u730e\u62a4\u536b","text":"\u6350\u52a9\u8005 \u94b4\u84dd\u8ffd\u730e\u62a4\u536b","flags":{"unique":true}},{"name":"\u5815\u843d","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u5815\u843d \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u542f\u8499","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u542f\u8499 \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u7a7a\u773c\u4e4b\u9885","type":"\u4f59\u70ec\u8ffd\u730e\u62a4\u536b","text":"\u7a7a\u773c\u4e4b\u9885 \u4f59\u70ec\u8ffd\u730e\u62a4\u536b","flags":{"unique":true}},{"name":"\u67d3\u75ab\u8005","type":"\u9ed1\u66dc\u8ffd\u730e\u62a4\u536b","text":"\u67d3\u75ab\u8005 \u9ed1\u66dc\u8ffd\u730e\u62a4\u536b","flags":{"unique":true}},{"name":"\u5984\u60f3\u75c7","type":"\u9752\u94dc\u8ffd\u730e\u62a4\u536b","text":"\u5984\u60f3\u75c7 \u9752\u94dc\u8ffd\u730e\u62a4\u536b","flags":{"unique":true}},{"name":"\u81ea\u604b","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u81ea\u604b \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u5929\u706b","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u5929\u706b \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u5211\u7f5a\u8005","type":"\u9ed1\u66dc\u9b54\u57df\u62a4\u536b","text":"\u5211\u7f5a\u8005 \u9ed1\u66dc\u9b54\u57df\u62a4\u536b","flags":{"unique":true}},{"name":"\u626d\u66f2\u4e09\u4f4d\u4e00\u4f53","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u626d\u66f2\u4e09\u4f4d\u4e00\u4f53 \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"name":"\u8086\u8650\u66b4\u98ce","type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u8086\u8650\u66b4\u98ce \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","flags":{"unique":true}},{"type":"\u9508\u8ff9\u8ffd\u730e\u62a4\u536b","text":"\u9508\u8ff9\u8ffd\u730e\u62a4\u536b"},{"type":"\u9752\u94dc\u8ffd\u730e\u62a4\u536b","text":"\u9752\u94dc\u8ffd\u730e\u62a4\u536b"},{"type":"\u94b4\u84dd\u8ffd\u730e\u62a4\u536b","text":"\u94b4\u84dd\u8ffd\u730e\u62a4\u536b"},{"type":"\u786b\u77f3\u8ffd\u730e\u62a4\u536b","text":"\u786b\u77f3\u8ffd\u730e\u62a4\u536b"},{"type":"\u4f59\u70ec\u8ffd\u730e\u62a4\u536b","text":"\u4f59\u70ec\u8ffd\u730e\u62a4\u536b"},{"type":"\u9ed1\u66dc\u8ffd\u730e\u62a4\u536b","text":"\u9ed1\u66dc\u8ffd\u730e\u62a4\u536b"},{"type":"\u9752\u94dc\u9b54\u57df\u62a4\u536b","text":"\u9752\u94dc\u9b54\u57df\u62a4\u536b"},{"type":"\u94b4\u84dd\u9b54\u57df\u62a4\u536b","text":"\u94b4\u84dd\u9b54\u57df\u62a4\u536b"},{"type":"\u786b\u77f3\u9b54\u57df\u62a4\u536b","text":"\u786b\u77f3\u9b54\u57df\u62a4\u536b"},{"type":"\u4f59\u70ec\u9b54\u57df\u62a4\u536b","text":"\u4f59\u70ec\u9b54\u57df\u62a4\u536b"},{"type":"\u9ed1\u66dc\u9b54\u57df\u62a4\u536b","text":"\u9ed1\u66dc\u9b54\u57df\u62a4\u536b"},{"type":"\u9752\u94dc\u5dc5\u5cf0\u62a4\u536b","text":"\u9752\u94dc\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u94b4\u84dd\u5dc5\u5cf0\u62a4\u536b","text":"\u94b4\u84dd\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u786b\u77f3\u5dc5\u5cf0\u62a4\u536b","text":"\u786b\u77f3\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u4f59\u70ec\u5dc5\u5cf0\u62a4\u536b","text":"\u4f59\u70ec\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u9ed1\u66dc\u5dc5\u5cf0\u62a4\u536b","text":"\u9ed1\u66dc\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u795e\u79d8\u8ffd\u730e\u62a4\u536b","text":"\u795e\u79d8\u8ffd\u730e\u62a4\u536b"},{"type":"\u539f\u59cb\u8ffd\u730e\u62a4\u536b","text":"\u539f\u59cb\u8ffd\u730e\u62a4\u536b"},{"type":"\u8fdc\u53e4\u8ffd\u730e\u62a4\u536b","text":"\u8fdc\u53e4\u8ffd\u730e\u62a4\u536b"},{"type":"\u795e\u79d8\u9b54\u57df\u62a4\u536b","text":"\u795e\u79d8\u9b54\u57df\u62a4\u536b"},{"type":"\u539f\u59cb\u9b54\u57df\u62a4\u536b","text":"\u539f\u59cb\u9b54\u57df\u62a4\u536b"},{"type":"\u8fdc\u53e4\u9b54\u57df\u62a4\u536b","text":"\u8fdc\u53e4\u9b54\u57df\u62a4\u536b"},{"type":"\u795e\u79d8\u5dc5\u5cf0\u62a4\u536b","text":"\u795e\u79d8\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u539f\u59cb\u5dc5\u5cf0\u62a4\u536b","text":"\u539f\u59cb\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u8fdc\u53e4\u5dc5\u5cf0\u62a4\u536b","text":"\u8fdc\u53e4\u5dc5\u5cf0\u62a4\u536b"},{"type":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","text":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b"}]},{"id":"memoryline","label":"\u5f02\u754c\u56de\u5fc6","entries":[{"type":"\u963f\u5c14\u74e6\u7684\u56de\u5fc6","text":"\u963f\u5c14\u74e6\u7684\u56de\u5fc6"},{"type":"\u4f0a\u6069\u54c8\u5c14\u7684\u56de\u5fc6","text":"\u4f0a\u6069\u54c8\u5c14\u7684\u56de\u5fc6"},{"type":"\u5947\u62c9\u514b\u7684\u56de\u5fc6","text":"\u5947\u62c9\u514b\u7684\u56de\u5fc6"},{"type":"\u5c3c\u514b\u7684\u56de\u5fc6","text":"\u5c3c\u514b\u7684\u56de\u5fc6"}]},{"id":"azmeri","label":"\u963f\u5179\u83ab\u91cc","entries":[{"type":"\u5e7d\u72fc\u5492\u7b26","text":"\u5e7d\u72fc\u5492\u7b26"},{"type":"\u6697\u9e26\u5492\u7b26","text":"\u6697\u9e26\u5492\u7b26"},{"type":"\u86ee\u718a\u5492\u7b26","text":"\u86ee\u718a\u5492\u7b26"},{"type":"\u5b8c\u7f8e\u6d77\u519b\u519b\u5b98","text":"\u5b8c\u7f8e\u6d77\u519b\u519b\u5b98"},{"type":"\u6b8b\u6b21\u6d77\u519b\u519b\u5b98","text":"\u6b8b\u6b21\u6d77\u519b\u519b\u5b98"},{"type":"\u6d77\u519b\u519b\u5b98","text":"\u6d77\u519b\u519b\u5b98"},{"type":"\u5b8c\u7f8e\u821e\u52a8\u4e4b\u5251","text":"\u5b8c\u7f8e\u821e\u52a8\u4e4b\u5251"},{"type":"\u6b8b\u6b21\u821e\u52a8\u4e4b\u5251","text":"\u6b8b\u6b21\u821e\u52a8\u4e4b\u5251"},{"type":"\u821e\u52a8\u4e4b\u5251","text":"\u821e\u52a8\u4e4b\u5251"},{"type":"\u5b8c\u7f8e\u98de\u68d8\u9b54","text":"\u5b8c\u7f8e\u98de\u68d8\u9b54"},{"type":"\u6b8b\u6b21\u98de\u68d8\u9b54","text":"\u6b8b\u6b21\u98de\u68d8\u9b54"},{"type":"\u98de\u68d8\u9b54","text":"\u98de\u68d8\u9b54"},{"type":"\u5b8c\u7f8e\u8815\u86c7\u6218\u58eb","text":"\u5b8c\u7f8e\u8815\u86c7\u6218\u58eb"},{"type":"\u6b8b\u6b21\u8815\u86c7\u6218\u58eb","text":"\u6b8b\u6b21\u8815\u86c7\u6218\u58eb"},{"type":"\u8815\u86c7\u6218\u58eb","text":"\u8815\u86c7\u6218\u58eb"},{"type":"\u5b8c\u7f8e\u82e6\u75db\u5c0a\u5e08","text":"\u5b8c\u7f8e\u82e6\u75db\u5c0a\u5e08"},{"type":"\u6b8b\u6b21\u82e6\u75db\u5c0a\u5e08","text":"\u6b8b\u6b21\u82e6\u75db\u5c0a\u5e08"},{"type":"\u82e6\u75db\u5c0a\u5e08","text":"\u82e6\u75db\u5c0a\u5e08"},{"type":"\u5b8c\u7f8e\u952f\u5203\u9b54","text":"\u5b8c\u7f8e\u952f\u5203\u9b54"},{"type":"\u6b8b\u6b21\u952f\u5203\u9b54","text":"\u6b8b\u6b21\u952f\u5203\u9b54"},{"type":"\u952f\u5203\u9b54","text":"\u952f\u5203\u9b54"},{"type":"\u5b8c\u7f8e\u8840\u9b54","text":"\u5b8c\u7f8e\u8840\u9b54"},{"type":"\u6b8b\u6b21\u8840\u9b54","text":"\u6b8b\u6b21\u8840\u9b54"},{"type":"\u8840\u9b54","text":"\u8840\u9b54"},{"type":"\u5b8c\u7f8e\u4e71\u5203\u9b54","text":"\u5b8c\u7f8e\u4e71\u5203\u9b54"},{"type":"\u6b8b\u6b21\u4e71\u5203\u9b54","text":"\u6b8b\u6b21\u4e71\u5203\u9b54"},{"type":"\u4e71\u5203\u9b54","text":"\u4e71\u5203\u9b54"},{"type":"\u5b8c\u7f8e\u70bd\u7130\u98df\u4eba\u65cf","text":"\u5b8c\u7f8e\u70bd\u7130\u98df\u4eba\u65cf"},{"type":"\u6b8b\u6b21\u70bd\u7130\u98df\u4eba\u65cf","text":"\u6b8b\u6b21\u70bd\u7130\u98df\u4eba\u65cf"},{"type":"\u70bd\u7130\u98df\u4eba\u65cf","text":"\u70bd\u7130\u98df\u4eba\u65cf"},{"type":"\u5b8c\u7f8e\u5fb7\u9c81\u4f0a\u70bc\u91d1\u5e08","text":"\u5b8c\u7f8e\u5fb7\u9c81\u4f0a\u70bc\u91d1\u5e08"},{"type":"\u6b8b\u6b21\u5fb7\u9c81\u4f0a\u70bc\u91d1\u5e08","text":"\u6b8b\u6b21\u5fb7\u9c81\u4f0a\u70bc\u91d1\u5e08"},{"type":"\u5fb7\u9c81\u4f0a\u70bc\u91d1\u5e08","text":"\u5fb7\u9c81\u4f0a\u70bc\u91d1\u5e08"},{"type":"\u5b8c\u7f8e\u4eb5\u6e0e\u8005","text":"\u5b8c\u7f8e\u4eb5\u6e0e\u8005"},{"type":"\u6b8b\u6b21\u4eb5\u6e0e\u8005","text":"\u6b8b\u6b21\u4eb5\u6e0e\u8005"},{"type":"\u4eb5\u6e0e\u8005","text":"\u4eb5\u6e0e\u8005"},{"type":"\u5b8c\u7f8e\u5ba1\u5224\u4e4b\u9b42","text":"\u5b8c\u7f8e\u5ba1\u5224\u4e4b\u9b42"},{"type":"\u6b8b\u6b21\u5ba1\u5224\u4e4b\u9b42","text":"\u6b8b\u6b21\u5ba1\u5224\u4e4b\u9b42"},{"type":"\u5ba1\u5224\u4e4b\u9b42","text":"\u5ba1\u5224\u4e4b\u9b42"},{"type":"\u5b8c\u7f8e\u51b0\u5c01\u98df\u4eba\u65cf","text":"\u5b8c\u7f8e\u51b0\u5c01\u98df\u4eba\u65cf"},{"type":"\u6b8b\u6b21\u51b0\u5c01\u98df\u4eba\u65cf","text":"\u6b8b\u6b21\u51b0\u5c01\u98df\u4eba\u65cf"},{"type":"\u51b0\u5c01\u98df\u4eba\u65cf","text":"\u51b0\u5c01\u98df\u4eba\u65cf"},{"type":"\u5b8c\u7f8e\u539f\u59cb\u96f7\u9e1f","text":"\u5b8c\u7f8e\u539f\u59cb\u96f7\u9e1f"},{"type":"\u6b8b\u6b21\u539f\u59cb\u96f7\u9e1f","text":"\u6b8b\u6b21\u539f\u59cb\u96f7\u9e1f"},{"type":"\u539f\u59cb\u96f7\u9e1f","text":"\u539f\u59cb\u96f7\u9e1f"},{"type":"\u5b8c\u7f8e\u4e5d\u5934\u86c7","text":"\u5b8c\u7f8e\u4e5d\u5934\u86c7"},{"type":"\u6b8b\u6b21\u4e5d\u5934\u86c7","text":"\u6b8b\u6b21\u4e5d\u5934\u86c7"},{"type":"\u4e5d\u5934\u86c7","text":"\u4e5d\u5934\u86c7"},{"type":"\u5b8c\u7f8e\u8fd0\u52bf\u4e4b\u9b42","text":"\u5b8c\u7f8e\u8fd0\u52bf\u4e4b\u9b42"},{"type":"\u6b8b\u6b21\u8fd0\u52bf\u4e4b\u9b42","text":"\u6b8b\u6b21\u8fd0\u52bf\u4e4b\u9b42"},{"type":"\u8fd0\u52bf\u4e4b\u9b42","text":"\u8fd0\u52bf\u4e4b\u9b42"},{"type":"\u5b8c\u7f8e\u539f\u59cb\u5320\u795e","text":"\u5b8c\u7f8e\u539f\u59cb\u5320\u795e"},{"type":"\u6b8b\u6b21\u539f\u59cb\u5320\u795e","text":"\u6b8b\u6b21\u539f\u59cb\u5320\u795e"},{"type":"\u539f\u59cb\u5320\u795e","text":"\u539f\u59cb\u5320\u795e"},{"type":"\u5b8c\u7f8e\u9ed1\u6697\u6728\u5076","text":"\u5b8c\u7f8e\u9ed1\u6697\u6728\u5076"},{"type":"\u6b8b\u6b21\u9ed1\u6697\u6728\u5076","text":"\u6b8b\u6b21\u9ed1\u6697\u6728\u5076"},{"type":"\u9ed1\u6697\u6728\u5076","text":"\u9ed1\u6697\u6728\u5076"},{"type":"\u5b8c\u7f8e\u7b26\u6587\u9b54\u4f8d","text":"\u5b8c\u7f8e\u7b26\u6587\u9b54\u4f8d"},{"type":"\u6b8b\u6b21\u7b26\u6587\u9b54\u4f8d","text":"\u6b8b\u6b21\u7b26\u6587\u9b54\u4f8d"},{"type":"\u7b26\u6587\u9b54\u4f8d","text":"\u7b26\u6587\u9b54\u4f8d"},{"type":"\u5b8c\u7f8e\u7763\u519b","text":"\u5b8c\u7f8e\u7763\u519b"},{"type":"\u6b8b\u6b21\u7763\u519b","text":"\u6b8b\u6b21\u7763\u519b"},{"type":"\u7763\u519b","text":"\u7763\u519b"},{"type":"\u5b8c\u7f8e\u9ed1\u6697\u6b7b\u795e","text":"\u5b8c\u7f8e\u9ed1\u6697\u6b7b\u795e"},{"type":"\u6b8b\u6b21\u9ed1\u6697\u6b7b\u795e","text":"\u6b8b\u6b21\u9ed1\u6697\u6b7b\u795e"},{"type":"\u9ed1\u6697\u6b7b\u795e","text":"\u9ed1\u6697\u6b7b\u795e"},{"type":"\u5b8c\u7f8e\u7b28\u91cd\u7578\u602a","text":"\u5b8c\u7f8e\u7b28\u91cd\u7578\u602a"},{"type":"\u6b8b\u6b21\u7b28\u91cd\u7578\u602a","text":"\u6b8b\u6b21\u7b28\u91cd\u7578\u602a"},{"type":"\u7b28\u91cd\u7578\u602a","text":"\u7b28\u91cd\u7578\u602a"},{"type":"\u5b8c\u7f8e\u8840\u5492\u6076\u9b54","text":"\u5b8c\u7f8e\u8840\u5492\u6076\u9b54"},{"type":"\u6b8b\u6b21\u8840\u5492\u6076\u9b54","text":"\u6b8b\u6b21\u8840\u5492\u6076\u9b54"},{"type":"\u8840\u5492\u6076\u9b54","text":"\u8840\u5492\u6076\u9b54"},{"type":"\u5b8c\u7f8e\u86db\u5de2\u4e3b\u6bcd","text":"\u5b8c\u7f8e\u86db\u5de2\u4e3b\u6bcd"},{"type":"\u6b8b\u6b21\u86db\u5de2\u4e3b\u6bcd","text":"\u6b8b\u6b21\u86db\u5de2\u4e3b\u6bcd"},{"type":"\u86db\u5de2\u4e3b\u6bcd","text":"\u86db\u5de2\u4e3b\u6bcd"},{"type":"\u5b8c\u7f8e\u9057\u4e16\u5de8\u50cf","text":"\u5b8c\u7f8e\u9057\u4e16\u5de8\u50cf"},{"type":"\u6b8b\u6b21\u9057\u4e16\u5de8\u50cf","text":"\u6b8b\u6b21\u9057\u4e16\u5de8\u50cf"},{"type":"\u9057\u4e16\u5de8\u50cf","text":"\u9057\u4e16\u5de8\u50cf"},{"type":"\u5b8c\u7f8e\u8840\u8089\u76ae\u56ca","text":"\u5b8c\u7f8e\u8840\u8089\u76ae\u56ca"},{"type":"\u6b8b\u6b21\u8840\u8089\u76ae\u56ca","text":"\u6b8b\u6b21\u8840\u8089\u76ae\u56ca"},{"type":"\u8840\u8089\u76ae\u56ca","text":"\u8840\u8089\u76ae\u56ca"},{"type":"\u5b8c\u7f8e\u53e4\u7075\u4e4b\u76ee","text":"\u5b8c\u7f8e\u53e4\u7075\u4e4b\u76ee"},{"type":"\u6b8b\u6b21\u53e4\u7075\u4e4b\u76ee","text":"\u6b8b\u6b21\u53e4\u7075\u4e4b\u76ee"},{"type":"\u53e4\u7075\u4e4b\u76ee","text":"\u53e4\u7075\u4e4b\u76ee"},{"type":"\u5b8c\u7f8e\u68ee\u6797\u731b\u864e","text":"\u5b8c\u7f8e\u68ee\u6797\u731b\u864e"},{"type":"\u6b8b\u6b21\u68ee\u6797\u731b\u864e","text":"\u6b8b\u6b21\u68ee\u6797\u731b\u864e"},{"type":"\u68ee\u6797\u731b\u864e","text":"\u68ee\u6797\u731b\u864e"},{"type":"\u5b8c\u7f8e\u5b88\u536b\u5de8\u9f9f","text":"\u5b8c\u7f8e\u5b88\u536b\u5de8\u9f9f"},{"type":"\u6b8b\u6b21\u5b88\u536b\u5de8\u9f9f","text":"\u6b8b\u6b21\u5b88\u536b\u5de8\u9f9f"},{"type":"\u5b88\u536b\u5de8\u9f9f","text":"\u5b88\u536b\u5de8\u9f9f"},{"type":"\u5b8c\u7f8e\u6697\u5f71\u6784\u9020\u4f53","text":"\u5b8c\u7f8e\u6697\u5f71\u6784\u9020\u4f53"},{"type":"\u6b8b\u6b21\u6697\u5f71\u6784\u9020\u4f53","text":"\u6b8b\u6b21\u6697\u5f71\u6784\u9020\u4f53"},{"type":"\u6697\u5f71\u6784\u9020\u4f53","text":"\u6697\u5f71\u6784\u9020\u4f53"},{"type":"\u5b8c\u7f8e\u68ee\u6797\u6218\u58eb","text":"\u5b8c\u7f8e\u68ee\u6797\u6218\u58eb"},{"type":"\u6b8b\u6b21\u68ee\u6797\u6218\u58eb","text":"\u6b8b\u6b21\u68ee\u6797\u6218\u58eb"},{"type":"\u68ee\u6797\u6218\u58eb","text":"\u68ee\u6797\u6218\u58eb"},{"type":"\u8840\u8102\u914a\u5242","text":"\u8840\u8102\u914a\u5242"},{"type":"\u73ab\u68d8\u914a\u5242","text":"\u73ab\u68d8\u914a\u5242"},{"type":"\u6a61\u679d\u914a\u5242","text":"\u6a61\u679d\u914a\u5242"},{"type":"\u51bd\u6728\u914a\u5242","text":"\u51bd\u6728\u914a\u5242"},{"type":"\u70ec\u76ae\u914a\u5242","text":"\u70ec\u76ae\u914a\u5242"},{"type":"\u6bd2\u8393\u914a\u5242","text":"\u6bd2\u8393\u914a\u5242"},{"type":"\u96f7\u5ca9\u914a\u5242","text":"\u96f7\u5ca9\u914a\u5242"},{"type":"\u94c1\u6728\u914a\u5242","text":"\u94c1\u6728\u914a\u5242"}]},{"id":"watchstones","label":"","entries":[{"name":"\u5f02\u754c\u4e4b\u5dc5","type":"\u94c2\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u5f02\u754c\u4e4b\u5dc5 \u94c2\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5f02\u754c\u4e4b\u5dc5","type":"\u94c2\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","text":"\u5f02\u754c\u4e4b\u5dc5 \u94c2\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5174\u65fa\u53d1\u8fbe","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u5174\u65fa\u53d1\u8fbe \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u65e0\u6cd5\u6297\u62d2\u7684\u8bf1\u60d1","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u65e0\u6cd5\u6297\u62d2\u7684\u8bf1\u60d1 \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u8bef\u4f20","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u8bef\u4f20 \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u4e0d\u606f\u4e4b\u73af","type":"\u94c2\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","text":"\u4e0d\u606f\u4e4b\u73af \u94c2\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u575a\u5b9a\u7684\u9632\u5fa1\u8005","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u575a\u5b9a\u7684\u9632\u5fa1\u8005 \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u672a\u77e5\u9886\u5730","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u672a\u77e5\u9886\u5730 \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u6050\u60e7","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u6050\u60e7 \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5efa\u7acb\u8005","type":"\u94c2\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","text":"\u5efa\u7acb\u8005 \u94c2\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5ba3\u79f0","type":"\u94c2\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","text":"\u5ba3\u79f0 \u94c2\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5ba3\u79f0","type":"\u94c2\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3","text":"\u5ba3\u79f0 \u94c2\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u6700\u8fd1\u7684\u5c71\u5cf0","type":"\u94c2\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u6700\u8fd1\u7684\u5c71\u5cf0 \u94c2\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u6700\u8fd1\u7684\u5c71\u5cf0","type":"\u94c2\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","text":"\u6700\u8fd1\u7684\u5c71\u5cf0 \u94c2\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u865a\u5047\u7684\u5e0c\u671b","type":"\u94c2\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","text":"\u865a\u5047\u7684\u5e0c\u671b \u94c2\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5e7f\u88a4\u5730\u5e73\u7ebf","type":"\u94c2\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3","text":"\u5e7f\u88a4\u5730\u5e73\u7ebf \u94c2\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u5e7f\u88a4\u5730\u5e73\u7ebf","type":"\u94c2\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","text":"\u5e7f\u88a4\u5730\u5e73\u7ebf \u94c2\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u9ad8\u5899","type":"\u94c2\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","text":"\u9ad8\u5899 \u94c2\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","flags":{"unique":true}},{"name":"\u661f\u8fb0\u4e4b\u6218","type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u661f\u8fb0\u4e4b\u6218 \u7eaf\u767d\u5b88\u671b\u77f3","flags":{"unique":true}},{"type":"\u7eaf\u767d\u5b88\u671b\u77f3","text":"\u7eaf\u767d\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3"},{"type":"\u94ec\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","text":"\u94ec\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3"},{"type":"\u94c2\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","text":"\u94c2\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3","text":"\u949b\u91d1\u6d77\u6c83\u514b\u6751\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3","text":"\u949b\u91d1\u63d0\u6069\u6b62\u5883\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u949b\u91d1\u672a\u6765\u4e4b\u5f8b\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3","text":"\u949b\u91d1\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3","text":"\u949b\u91d1\u65b0\u74e6\u65af\u8482\u5c14\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3","text":"\u949b\u91d1\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3","text":"\u949b\u91d1\u74e6\u5c14\u591a\u4e4b\u606f\u5b88\u671b\u77f3"},{"type":"\u949b\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3","text":"\u949b\u91d1\u5229\u62c9\u4e9a\u68ee\u5b88\u671b\u77f3"}]},{"id":"prophecies","label":"","entries":[{"type":"\u9884\u8a00","text":"\u9884\u8a00"}]}]}'); }, function(module) { module.exports = JSON.parse('{"5":"6","Limbsplit Woodsplitter":"\u65ad\u7f6a \u67f4\u65a7","Litanius, the Black Prayer":"\u6f06\u9ed1\u7948\u8005\u4e3d\u5854\u7ebd\u65af","Brine Vassal":"\u7ae0\u9c7c\u54e5","Awakened Minion Damage Support":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Doomfletch\'s Prism Royal Bow":"\u706d\u4e16\u4e4b\u72f1 \u7687\u5bb6\u730e\u5f13","Woods Ursa":"\u4e1b\u6797\u4e4b\u722a","Grand Sun Artifact":"\u81f3\u9ad8\u70c8\u65e5\u795e\u5668","Precursor\'s Emblem Topaz Ring":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u7ea2\u7389\u6212\u6307","Feral Fowl":"\u6218\u6597\u516c\u9e21","Whisper-woven Cloak":"\u9690\u533f\u62ab\u98ce","Supreme Spiked Shield":"\u9738\u8005\u523a\u76fe","Glacier Map":"\u51b0\u5ddd","Cyclone":"\u65cb\u98ce\u65a9","Shaped Grotto Map (Atlas of Worlds)":"\u5e7d\u6697\u5730\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Atziri\'s Reign Crimson Jewel":"\u963f\u5179\u91cc\u4e4b\u6743 \u8d64\u7ea2\u73e0\u5b9d","Arn\'s Anguish Cloth Belt":"\u963f\u6069\u7684\u75db\u82e6 \u9970\u5e03\u8170\u5e26","Soul Ripper Quartz Flask":"\u88c2\u9b42\u8005 \u77f3\u82f1\u836f\u5242","Great Crown":"\u5f3a\u5316\u5de8\u76d4","Royal Staff":"\u7687\u5bb6\u957f\u6756","Brutality Support":"\u6b8b\u66b4","Maltreatment Axe":"\u51cc\u8650\u65a7","Vaal Temple Map (The Awakening)":"\u74e6\u5c14\u5bc6\u6bbf(\u89c9\u9192)","Iron Commander Death Bow":"\u94a2\u94c1\u6307\u6325 \u6b7b\u4ea1\u4e4b\u5f13","Bearded Devil":"\u957f\u987b\u7f8a\u4eba","City Square Map":"\u57ce\u4e2d\u5e7f\u573a","Electroshock Scroll":"\u7535\u51fb\u5377\u8f74","Stibnite Flask":"\u8ff7\u96fe\u836f\u5242","Divine Mana Flask":"\u4e0d\u673d\u9b54\u529b\u836f\u5242","Timeless Maraketh Splinter":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u88c2\u7247","Molten Strike":"\u7194\u5ca9\u4e4b\u51fb","Pallias":"\u5e15\u91cc\u4e9a\u65af","The Primordial":"\u8d77\u6e90","The Doctor":"\u75af\u533b","Dedication to the Goddess":"\u5973\u795e\u796d\u732e","Replica Cortex Synthesised Map":"\u8111\u5c42\u3010\u4eff\u54c1\u3011 \u5bfb\u68a6\u8ffd\u5fc6","Weeping Essence of Rage":"\u8086\u8650\u4e4b\u557c\u6ce3\u7cbe\u534e","Honourhome Soldier Helmet":"\u79c1\u6b32\u7684\u5149\u8f89 \u58eb\u5175\u4e4b\u76d4","Mokou\'s Embrace Ruby Ring":"\u83ab\u8003\u4e4b\u62e5 \u7ea2\u7389\u6212\u6307","Maligaro the Mutilator":"\u5207\u65ad\u8005\u9a6c\u96f7\u683c\u7f57","Saqawine Blood Viper":"\u82cd\u7a7a\u6bd2\u8840\u86c7","Emperor of Purity":"\u7eaf\u51c0\u5e1d\u738b","Infused Engineer\'s Orb":"\u704c\u6ce8\u7684\u5236\u7bb1\u5ca9","Overgrown Ruin Map":"\u957f\u8349\u9057\u8ff9","Xoph\'s Heart Amber Amulet":"\u7d22\u4f0f\u4e4b\u5fc3 \u7425\u73c0\u62a4\u8eab\u7b26","Cast when Stunned Support":"\u6655\u7729\u65f6\u65bd\u653e","Shaped Colonnade Map (Atlas of Worlds)":"\u6fc0\u6218\u67f1\u5eca(\u5851)(\u5f02\u754c\u56fe\u9274)","Increased Area of Effect Support":"\u589e\u5927\u8303\u56f4","Flamesight Solaris Circlet":"\u5353\u8bc6 \u65e5\u8000\u4e4b\u51a0","Bringer of Blood":"\u996e\u8840\u8005","Whakawairua Tuahu Strand Map (Atlas of Worlds)":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9(\u5f02\u754c\u56fe\u9274)","Ancient Spirit Shield":"\u8fdc\u53e4\u9b54\u76fe","General\'s Cry":"\u5c06\u519b\u4e4b\u543c","Etched Greatsword":"\u672f\u96d5\u5de8\u5251","Remnant of Corruption":"\u9057\u5fd8\u7684\u8150\u5316\u5668\u76bf","Sporeguard Saint\'s Hauberk":"\u5b62\u56ca\u5b88\u536b \u5723\u8005\u94fe\u7532","Eclipse Staff":"\u6708\u8680\u957f\u6756","Healthy Mind Cobalt Jewel":"\u7075\u4f53\u8f6c\u6362 \u94b4\u84dd\u73e0\u5b9d","Tarnished Spirit Shield":"\u73af\u5f62\u9b54\u76fe","Basilica Map":"\u795e\u5723\u5927\u6559\u5802","Urn of the Original Ashes":"\u521b\u4e16\u7070\u70ec\u4e4b\u74ee","Coward\'s Legacy Chain Belt":"\u61e6\u592b\u4e4b\u9057 \u6263\u94fe\u8170\u5e26","Daresso\'s Courage Baroque Round Shield":"\u5fb7\u745e\u7d22\u7684\u52c7\u8005\u4e4b\u76fe \u53e4\u4ee3\u5706\u76fe","Light of Lunaris Jingling Spirit Shield":"\u6708\u5f71\u4e4b\u8000 \u7075\u76f8\u9b54\u76fe","Overgrown Shrine Map (Legacy)":"\u5bc6\u8349\u795e\u6bbf(\u9057\u4ea7)","Chayula\'s Breachstone":"\u590f\u4e4c\u62c9\u88c2\u9699\u77f3","Kinetic Bolt":"\u5ff5\u52a8\u98de\u7bad","Trisula":"\u4e09\u53c9\u77ed\u5315","Replica Winterheart Gold Amulet":"\u51ac\u4e4b\u5fc3\u3010\u4eff\u54c1\u3011 \u5e1d\u91d1\u62a4\u8eab\u7b26","Pledge of Hands Judgement Staff":"\u8a93\u7ea6 \u5ba1\u5224\u957f\u6756","Nebulis Void Sceptre":"\u5185\u5e03\u5229\u65af \u865a\u5f71\u77ed\u6756","Soulrend":"\u88c2\u9b42\u672f","Corroded Fossil":"\u8150\u8680\u5316\u77f3","Channel Map":"\u79d8\u5bc6\u901a\u9053","Doryani\'s Fist Vaal Gauntlets":"\u591a\u91cc\u4e9a\u5c3c\u4e4b\u62f3 \u74e6\u5c14\u62a4\u624b","Demon Stitcher":"\u6076\u9b54\u7f1d\u8865\u8005","Pyroclast Mine":"\u706b\u5c51\u5730\u96f7","Shaped Tropical Island Map (Atlas of Worlds)":"\u6674\u7a7a\u5e7d\u5c9b(\u5851)(\u5f02\u754c\u56fe\u9274)","Bog Map (Legacy)":"\u7634\u6c14\u6ce5\u6cbc(\u9057\u4ea7)","Terrace Map (Atlas of Worlds)":"\u6d77\u6ee8\u53f0\u5730(\u5f02\u754c\u56fe\u9274)","Soldier\'s Brigandine":"\u6218\u58eb\u9501\u7532","Blessing of Xoph":"\u7d22\u4f0f\u7684\u795d\u798f","Warlord\'s Mark":"\u7763\u519b\u5370\u8bb0","Cursed Crypt Map (Atlas of Worlds)":"\u5492\u6028\u9675\u5893(\u5f02\u754c\u56fe\u9274)","The Surging Thoughts Legion Sword":"\u601d\u60f3\u5954\u6d41 \u519b\u56e2\u957f\u5251","Elixir of the Unbroken Circle Iron Flask":"\u4e0d\u574f\u5723\u73af\u7075\u836f \u575a\u94c1\u836f\u5242","Soul Tether Cloth Belt":"\u7075\u9b42\u7f81\u7eca \u9970\u5e03\u8170\u5e26","Vaal Detonate Dead":"\u74e6\u5c14\uff1a\u7206\u7075\u672f","Lucent Fossil":"\u900f\u5149\u5316\u77f3","Witchfire Brew Stibnite Flask":"\u5deb\u917f\u4e4b\u6c34 \u8ff7\u96fe\u836f\u5242","Fortress Covenant Cobalt Jewel":"\u8981\u585e\u8a93\u7ea6 \u94b4\u84dd\u73e0\u5b9d","Unbound Ailments Support":"\u5f02\u5e38\u7206\u53d1","Calamitous Visions Small Cluster Jewel":"\u707e\u7978\u5f02\u8c61 \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","Fenumus\' Toxins Necromancer Circlet":"\u6697\u591c\u6bd2\u7259 \u64cd\u7075\u8005\u4e4b\u51a0","Farric Frost Hellion Alpha":"\u5927\u5730\u51b0\u971c\u5730\u72f1\u5de8\u72ac","Ancient Sculptor":"\u53e4\u4ee3\u96d5\u5851\u5bb6","The Tower":"\u5854\u5cf0","Additional Accuracy Support":"\u989d\u5916\u547d\u4e2d","Muttering Essence of Contempt":"\u8f7b\u89c6\u4e4b\u5462\u5583\u7cbe\u534e","Awakened Swift Affliction Support":"\u6781\u901f\u8150\u5316\uff08\u5f3a\u8f85\uff09","Simple Steel Net":"\u666e\u901a\u7684\u70bc\u94a2\u730e\u9b54\u5939","Skinning Knife":"\u5265\u76ae\u5200","Gavel":"\u575a\u9524","Blood Sceptre":"\u8840\u8272\u77ed\u6756","Awakened Blasphemy Support":"\u6e0e\u795e\uff08\u5f3a\u8f85\uff09","Caer Blaidd, Wolfpack\'s Den Underground River Map (Atlas of Worlds)":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 \u5730\u5e95\u4e4b\u6cb3(\u5f02\u754c\u56fe\u9274)","Damage on Full Life Support":"\u6ee1\u8840\u4f24\u5bb3\uff08\u8f85\uff09","Quilted Jacket":"\u83f1\u7eb9\u5916\u8863","Xoph\'s Pure Breachstone":"\u7d22\u4f0f\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","Olmec\'s Sanctum Bone Crypt Map (The Awakening)":"\u8fdc\u53e4\u4e4b\u5370 \u53e4\u77f3\u9675\u5893(\u89c9\u9192)","Caer Blaidd, Wolfpack\'s Den Underground River Map (The Awakening)":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 \u5730\u5e95\u4e4b\u6cb3(\u89c9\u9192)","The Army of Blood":"\u9c9c\u8840\u5927\u519b","Cold River Map":"\u5bd2\u971c\u4e4b\u6cb3","Bloodthirst Support":"\u8840\u6c14\uff08\u8f85\uff09","Crackling Lance":"\u7535\u6b9b\u957f\u67aa","Spellslinger":"\u6cd5\u672f\u8282\u9b54","Fury Valve Turquoise Amulet":"\u6124\u6012\u4e4b\u9600 \u7fe0\u7389\u62a4\u8eab\u7b26","Akil\'s Prophecy":"\u963f\u51ef\u7684\u9884\u8a00","Ghastly Eye Jewel":"\u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d","Olmec\'s Sanctum Bone Crypt Map":"\u8fdc\u53e4\u4e4b\u5370 \u53e4\u77f3\u9675\u5893","Winged Bestiary Scarab":"\u6709\u7ffc\u7684\u730e\u9b54\u5723\u7532\u866b","Talisman of the Victor Jet Amulet":"\u80dc\u8005\u62a4\u7b26 \u6770\u7279\u62a4\u8eab\u7b26","Doryani\'s Machinarium Maze Map":"\u591a\u5229\u4e9a\u5c3c\u7684\u8ff7\u57ce \u51a5\u795e\u4e4b\u57df","Harbinger Map (Atlas of Worlds)":"\u5148\u9a71\u8005\u5730\u56fe(\u5f02\u754c\u56fe\u9274)","The Goddess of Water":"\u6c34\u4e4b\u5973\u795e","The Jester":"\u5c0f\u4e11","Plateau Map":"\u6d77\u98ce\u9ad8\u539f","Chainmail Tunic":"\u94fe\u7532\u5916\u8863","Spiked Bundle":"\u5c16\u6728\u523a\u76fe","Crested Golden Idol":"\u91d1\u8272\u6234\u51a0\u795e\u50cf","Polished Spiked Shield":"\u5149\u8f89\u523a\u76fe","Hatred":"\u618e\u6068","Sewage Crawler":"\u6c61\u79fd\u98df\u8150\u866b","Wailing Essence of Torment":"\u6298\u78e8\u4e4b\u54c0\u568e\u7cbe\u534e","The Wasp Nest Throat Stabber":"\u8702\u5de2\u6d8c\u52a8 \u523a\u5589\u5203","Asphyxia\'s Wrath Two-Point Arrow Quiver":"\u51b0\u7075\u4e4b\u543c \u53cc\u950b\u7bad\u888b","Imperial Delirium Orb":"\u5e1d\u56fd\u7684\u96fe\u9b47\u5b9d\u73e0","Eldritch Chaos Orb":"\u53e4\u7075\u6df7\u6c8c\u77f3","Otesha, the Giantslayer":"\u5de8\u4eba\u514b\u661f\u6b27\u63d0\u838e","Phantasmagoria Map":"\u9b54\u7075\u5e7b\u72f1","Society\'s Remorse":"\u793e\u56e2\u4e4b\u6094","Scorched Fossil":"\u70bd\u708e\u5316\u77f3","Demon Dagger":"\u9b54\u7075\u77ed\u5315","The Torrent\'s Reclamation Cloth Belt":"\u6ca7\u6d77\u6851\u7530 \u9970\u5e03\u8170\u5e26","Residence Map (Atlas of Worlds)":"\u795e\u4e3b\u5c45\u6240(\u5f02\u754c\u56fe\u9274)","Replica Harvest Jasper Chopper":"\u6536\u5272\u8005\u3010\u4eff\u54c1\u3011 \u7075\u7389\u5de8\u65a7","Fossilised Delirium Orb":"\u77f3\u5316\u7684\u96fe\u9b47\u5b9d\u73e0","Contract: Smuggler\'s Den":"\u5951\u7ea6\uff1a\u73cd\u5b9d\u4e4b\u5730","Wraith Sword":"\u51f6\u7075\u5de8\u5251","The Writhing Jar Hallowed Hybrid Flask":"\u626d\u66f2\u4e4b\u7f50 \u795d\u798f\u590d\u5408\u836f\u5242","Rusted Harbinger Scarab":"\u9508\u8680\u7684\u5148\u9a71\u5723\u7532\u866b","The Prince of Darkness":"\u9ed1\u6697\u541b\u738b","Intensify Support":"\u6cd5\u672f\u51dd\u805a\uff08\u8f85\uff09","Melding of the Flesh Cobalt Jewel":"\u8840\u8089\u878d\u5408 \u94b4\u84dd\u73e0\u5b9d","Fragment of Knowledge":"\u77e5\u8bc6\u788e\u7247","The Blacksmith":"\u6076\u7075\u94c1\u5320","Ewar\'s Mirage Antique Rapier":"\u4f0a\u6c83\u5e7b\u50cf \u53e4\u4ee3\u7ec6\u5251","Grazing Taurus":"\u77f3\u808c\u516c\u725b","Living Ice":"\u6d3b\u5316\u51b0","logbook":"\u65e5\u5fd7","Shockwave Totem":"\u9707\u6ce2\u56fe\u817e","The Goddess Unleashed Eternal Sword":"\u5973\u795e\u7684\u675f\u7f1a \u6c38\u6052\u4e4b\u5251","Plague Mask":"\u75ab\u707e\u4e4b\u9762","Potentiality Rod":"\u6f5c\u529b\u4e4b\u6756","The Academic":"\u5b66\u9662\u6d3e","Grand Order Artifact":"\u81f3\u9ad8\u6559\u56e2\u795e\u5668","Vault Map (Atlas of Worlds)":"\u673a\u5173\u5b9d\u5e93(\u5f02\u754c\u56fe\u9274)","Battery Staff":"\u84c4\u80fd\u957f\u6756","Blink Arrow":"\u95ea\u73b0\u5c04\u51fb","Muttering Essence of Greed":"\u8d2a\u5a6a\u4e4b\u5462\u5583\u7cbe\u534e","Enslaved Hellion":"\u88ab\u5974\u5f79\u7684\u5730\u72f1\u72ac","Gardens Map (Legacy)":"\u82b1\u56ed\u8ff7\u5bab(\u9057\u4ea7)","Incinerate":"\u70e7\u6bc1","Infernal Blow":"\u70bc\u72f1\u4e4b\u51fb","Royal Skean":"\u7687\u5bb6\u77ed\u5315","Timeless Vaal Emblem":"\u6c38\u6052\u74e6\u5c14\u5370\u8bb0","Lord of Steel Viridian Jewel":"\u94a2\u94c1\u4e4b\u4e3b \u7fe0\u7eff\u73e0\u5b9d","Tipua Kaikohuru Whalebone Rapier":"| \u9cb8\u9aa8\u7ec6\u5203","The Beachhead Harbinger Map":"\u964d\u4e34\u4e4b\u5730 \u5148\u9a71\u8005\u5730\u56fe","Pagan Wand":"\u5f02\u6559\u6cd5\u6756","Replica Bitterdream Shadow Sceptre":"\u82e6\u68a6\u3010\u4eff\u54c1\u3011 \u5f71\u8bed\u77ed\u6756","Soul\'s Wick Cobalt Jewel":"\u7075\u9b42\u4e4b\u82af \u94b4\u84dd\u73e0\u5b9d","Mahogany Tower Shield":"\u6843\u6728\u5854\u76fe","The Road to Power":"\u529b\u91cf\u4e4b\u9053","Mirror Shard":"\u5361\u5170\u5fb7\u7684\u9b54\u955c\u788e\u7247","Crest of Ezomyr":"\u827e\u5179\u9ea6\u4e4b\u51a0","Screaming Essence of Sorrow":"\u54c0\u60dc\u4e4b\u5486\u54ee\u7cbe\u534e","Hotheaded Viridian Jewel":"\u9c81\u83bd \u7fe0\u7eff\u73e0\u5b9d","Morning Star":"\u6668\u661f","The Fishmonger":"\u9c7c\u8d29","Shrieking Essence of Loathing":"\u538c\u6076\u4e4b\u5c16\u5578\u7cbe\u534e","Coral Amulet":"\u73ca\u745a\u62a4\u8eab\u7b26","Block Chance Reduction Support":"\u51cf\u5c11\u683c\u6321\u51e0\u7387","Granite Flask":"\u575a\u5ca9\u836f\u5242","Craicic Squid":"\u6df1\u6d77\u58a8\u9c7c","Inspired Learning Crimson Jewel":"\u6c42\u77e5\u7684\u70ed\u60c5 \u8d64\u7ea2\u73e0\u5b9d","Farrul, First of the Plains":"\u5927\u5730\u521d\u5b50 \u6cd5\u745e\u5c14","Medium Hybrid Flask":"\u4e2d\u578b\u590d\u5408\u836f\u5242","Imperial Staff":"\u5e1d\u56fd\u957f\u6756","Tamipin":"\u6c99\u5361\u4e3d\u4e4b\u722a","Shroud of the Lightless Carnal Armour":"\u6cef\u5149\u5bff\u8863 \u7981\u793c\u4e4b\u7532","Strangledrift":"\u627c\u7075\u4e4b\u773c","Avatar of the Huntress":"\u5973\u730e\u624b\u5316\u8eab","Gemstone Sword":"\u5b9d\u77f3\u4e4b\u5251","Second Wind Support":"\u52a9\u529b\u4e4b\u98ce\uff08\u8f85\uff09","Avalanche Rider":"\u96ea\u5d29\u9a91\u58eb","Accelerating Catalyst":"\u52a0\u901f\u50ac\u5316\u5242","Kalguuran Delirium Orb":"\u5361\u53e4\u5170\u96fe\u9b47\u5b9d\u73e0","Shrine Map (Legacy)":"\u5947\u672f\u79d8\u6bbf(\u9057\u4ea7)","Fateful Meeting":"\u547d\u4e2d\u6ce8\u5b9a","Orchard Map (The Awakening)":"\u5bc6\u6797\u679c\u56ed(\u89c9\u9192)","High-Impact Mine Support":"\u9ad8\u7206\u5730\u96f7\uff08\u8f85\uff09","Infernal Cry":"\u70bc\u72f1\u547c\u568e","Chrome-touched Goliath":"\u89e6\u94ec\u5de8\u4eba","Desert Map (Atlas of Worlds)":"\u8d2b\u7620\u4e4b\u5730(\u5f02\u754c\u56fe\u9274)","Timeless Eternal Emblem":"\u6c38\u6052\u5e1d\u56fd\u5370\u8bb0","Life Leech Support":"\u751f\u547d\u5077\u53d6","Vaal Spark":"\u74e6\u5c14\uff1a\u7535\u7403","Captured Soul of Puruna, the Challenger":"\u5df2\u6355\u83b7\u7684\u6311\u6218\u8005\u666e\u9c81\u7eb3 \u4e4b\u9b42","Sharkskin Tunic":"\u9ca8\u76ae\u4e4b\u8863","Arwyn, the Houndmaster":"\u517d\u730e\u5927\u5e08\u963f\u5c14\u6587","Hollow Fossil":"\u9542\u7a7a\u5316\u77f3","Carcass Jack Varnished Coat":"\u81f4\u547d\u4e4b\u4f53 \u6620\u5f69\u5916\u5957","Chiming Spirit Shield":"\u9b42\u76f8\u9b54\u76fe","Wharf Map":"\u6bd2\u7259\u6d77\u6e2f","Shrieking Essence of Anger":"\u6124\u6012\u4e4b\u5c16\u5578\u7cbe\u534e","Rusted Cartography Scarab":"\u9508\u8680\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","The Hermit":"\u9690\u58eb","Ritual Splinter":"\u9a71\u7075\u88c2\u7247","Reverberation Rod Spiraled Wand":"\u6df7\u54cd \u87ba\u7eb9\u6cd5\u6756","Dungeon Map (Atlas of Worlds)":"\u7981\u9b42\u708e\u72f1(\u5f02\u754c\u56fe\u9274)","Scholar\'s Robe":"\u5b66\u8005\u4e4b\u888d","Iron Greaves":"\u94c1\u953b\u80eb\u7532","Champion Kite Shield":"\u6597\u58eb\u9e22\u76fe","Fractal Thoughts Vaal Mask":"\u5206\u5f62\u601d\u7ef4 \u74e6\u5c14\u4e4b\u9762","Broken Promises":"\u7834\u706d\u4e4b\u8bfa","Mutant Arach":"\u5f02\u53d8\u9b54\u86db","Vaal Greatsword":"\u74e6\u5c14\u5de8\u5251","Diamond Ring":"\u5b9d\u94bb\u6212\u6307","Blighted Scouting Report":"\u83cc\u6f6e\u4fa6\u5bdf\u62a5\u544a","Weeping Essence of Wrath":"\u96f7\u9706\u4e4b\u557c\u6ce3\u7cbe\u534e","Shaped Factory Map (Atlas of Worlds)":"\u5de5\u5382\u9057\u8ff9(\u5851)(\u5f02\u754c\u56fe\u9274)","Iron Flask":"\u575a\u94c1\u836f\u5242","Ancient Shard":"\u8fdc\u53e4\u77f3\u788e\u7247","Leif, the Swift-Handed":"\u5feb\u624b\u5b97\u5e08\u529b\u5f17","Blessing of Uul-Netol":"\u4e4c\u5c14\u5c3c\u591a\u7684\u795d\u798f","Sword of the Inverse Relic":"\u9006\u4e16\u4e4b\u5251","Heavy Strike":"\u91cd\u51fb","Holy Chainmail":"\u5723\u8bed\u9501\u7532","Natural Affinity Small Cluster Jewel":"\u81ea\u7136\u4e4b\u559c \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","Runic Crest":"\u7b26\u6587\u4e4b\u51a0","Unrelenting Timeless Karui Emblem":"\u4e0d\u5c48\u5361\u9c81\u5370\u8bb0","Replica Dreamfeather Eternal Sword":"\u5e7b\u68a6\u98de\u7fbd\u3010\u4eff\u54c1\u3011 \u6c38\u6052\u4e4b\u5251","Tunneltrap":"\u70bd\u9b42","Great Old One\'s Tentacles Eelskin Gloves":"\u4f1f\u5927\u65e7\u795e\u4e4b\u89e6\u624b \u9cd7\u76ae\u624b\u5957","Grinning Fetish":"\u8fdc\u53e4\u4e4b\u796d","Estuary Map (Atlas of Worlds)":"\u8d64\u5bd2\u6cb3\u5cb8(\u5f02\u754c\u56fe\u9274)","Fused Crawler":"\u878d\u5408\u98df\u8150\u866b","The Explorer":"\u63a2\u9669\u5bb6","Maven\'s Invitation: The Twisted":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5b88\u536b","Medium Cluster Jewel":"\u4e2d\u578b\u661f\u56e2\u73e0\u5b9d","Fragment of Emptiness":"\u7a7a\u865a\u788e\u7247","Unyielding Flame Archon Kite Shield":"\u4e0d\u5c48\u70c8\u7130 \u5a01\u80fd\u9e22\u76fe","Runed Bracers":"\u7b26\u6587\u62a4\u8155","Replica Unstable Payload Cobalt Jewel":"\u4e0d\u7a33\u5b9a\u627f\u8f7d\u3010\u4eff\u54c1\u3011 \u94b4\u84dd\u73e0\u5b9d","Hallowed Mana Flask":"\u795d\u798f\u9b54\u529b\u836f\u5242","Frost Bomb":"\u5bd2\u971c\u7206","Shackles of the Wretched Chain Gloves":"\u60b2\u8fd0\u4e4b\u7f1a \u94fe\u7532\u624b\u5957","Bleached Crawler":"\u6c61\u6ce5\u98df\u8150\u866b","Darkray Vectors Dragonscale Boots":"\u6697\u96f7 \u9f99\u9cde\u957f\u9774","Impresence Onyx Amulet":"\u9690\u901d \u9ed1\u66dc\u62a4\u8eab\u7b26","Primordial Might Crimson Jewel":"\u8d77\u6e90\u529b\u91cf \u8d64\u7ea2\u73e0\u5b9d","The Doppelganger":"\u5080\u5121","Sinvicta\'s Mettle Ezomyte Axe":"\u52c7\u6c14\u4e4b\u9b44 \u827e\u5179\u9ea6\u5de8\u65a7","Ironwood Buckler":"\u94a2\u6728\u8f7b\u76fe","Close Combat Support":"\u8fd1\u6218\uff08\u8f85\uff09","Blind Venture":"\u76f2\u9014","Magistrate Crown":"\u884c\u653f\u8005\u6218\u51a0","Exceptional Order Artifact":"\u5353\u8d8a\u6559\u56e2\u795e\u5668","Dungeon Map (The Awakening)":"\u7981\u9b42\u708e\u72f1(\u89c9\u9192)","Cavern Drifter":"\u6d1e\u7a74\u4e4b\u6d41","Reef Map":"\u5371\u673a\u6d77\u7901","Lancing Steel":"\u65ad\u91d1\u4e4b\u5203","Deshret\'s Vise Steel Gauntlets":"\u8fea\u865a\u745e\u7279\u7684 \u51b7\u94a2\u62a4\u624b","Sambar Sceptre":"\u6076\u9b54\u77ed\u6756","Dragon Mace":"\u9f99\u4e4b\u9524","Shaped Ghetto Map (Atlas of Worlds)":"\u8d64\u8d2b\u5c45\u6240(\u5851)(\u5f02\u754c\u56fe\u9274)","The Vertex Vaal Mask":"\u8c1c\u5bb9 \u74e6\u5c14\u4e4b\u9762","Spike-Point Arrow Quiver":"\u523a\u950b\u7bad\u888b","Precise Arrowhead":"\u7cbe\u51c6\u7bad\u5934","Bone Rhoa":"\u67af\u9aa8\u6050\u5599\u9e1f","Hand of Wisdom and Action Imperial Claw":"\u667a\u884c\u4e4b\u624b \u5e1d\u56fd\u6218\u722a","The Battle Born":"\u6218\u706b\u953b\u9020","Vaal Arc":"\u74e6\u5c14\uff1a\u7535\u5f27","Whispering Delirium Orb":"\u4f4e\u8bed\u7684\u96fe\u9b47\u5b9d\u73e0","The Saviour Legion Sword":"\u6551\u4e16\u8005 \u519b\u56e2\u957f\u5251","Vis Mortis Necromancer Silks":"\u5140\u9e23 \u64cd\u7075\u8005\u80cc\u5fc3","Clear Oil":"\u6e05\u6f88\u5723\u6cb9","Monkey Paw Talisman":"\u7334\u638c\u9b54\u7b26","Timetwist Moonstone Ring":"\u65f6\u7a7a\u626d\u66f2 \u6708\u5149\u77f3\u6212\u6307","Spider Lair Map (Atlas of Worlds)":"\u5de8\u86db\u5de2\u7a74(\u5f02\u754c\u56fe\u9274)","The Metalsmith\'s Gift":"\u94c1\u5320\u7684\u8d60\u793c","Rusted Abyss Scarab":"\u9508\u8680\u7684\u6df1\u6e0a\u5723\u7532\u866b","Blood of Corruption Amber Amulet":"\u5815\u843d\u4e4b\u8840 \u7425\u73c0\u62a4\u8eab\u7b26","Penance Brand":"\u5fcf\u6094\u70d9\u5370","Winged Sulphite Scarab":"\u6709\u7ffc\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","Freezing Wolf":"\u51b0\u96ea\u5de8\u72fc","Stag Sceptre":"\u7075\u9e7f\u77ed\u6756","Elegant Sword":"\u8d35\u65cf\u4e4b\u5251","Storm Rain":"\u66b4\u96e8\u7bad","Magna Eclipsis Pinnacle Tower Shield":"\u575a\u6bc5\u4e4b\u98df \u575a\u6bc5\u5854\u76fe","Otherworldly Incubator":"\u5f02\u754c\u884c\u8005\u5b55\u80b2\u77f3","Abyssus Ezomyte Burgonet":"\u6df1\u6e0a\u4e4b\u5524 \u827e\u5179\u9ea6\u575a\u76d4","Taxing Gauntlets":"\u6c89\u91cd\u624b\u7532","Perfect Fossil":"\u5b8c\u7f8e\u5316\u77f3","Vaal Summon Skeletons":"\u74e6\u5c14\uff1a\u53ec\u5524\u9b54\u4f8d","Wolf Pelt":"\u72fc\u9996\u76ae\u76d4","Hrimnor\'s Hymn Sledgehammer":"\u96f7\u59c6\u8bfa\u7684\u593a\u547d\u51f6\u5668 \u51b7\u94c1\u91cd\u9524","Carnage Chieftain":"\u51b7\u8840\u914b\u957f","Courthouse Map":"\u5931\u5e8f\u6559\u9662","Detonate Mines":"\u5f15\u7206\u5730\u96f7","Titucius\' Span Reinforced Tower Shield":"\u63d0\u56fe\u5e93\u65af\u7684\u575a\u76fe \u5f3a\u5316\u5854\u76fe","Kalria, The Fallen":"\u5815\u843d\u8005\u5361\u5229\u4e9a","Skirmish Two-Point Arrow Quiver":"\u5c0f\u4f1a\u6218 \u53cc\u950b\u7bad\u888b","Xoph\'s Nurture Citadel Bow":"\u7d22\u4f0f\u7684\u7231\u629a \u57ce\u585e\u6218\u5f13","Wailing Essence of Zeal":"\u70ed\u60c5\u4e4b\u54c0\u568e\u7cbe\u534e","Shrine Map (Atlas of Worlds)":"\u5947\u672f\u79d8\u6bbf(\u5f02\u754c\u56fe\u9274)","Awakened Hextouch Support":"\u86ca\u5492\u3010\u5f3a\u8f85\u3011","Commander\'s Brigandine":"\u6307\u6325\u8005\u9501\u7532","Royal Axe":"\u7687\u5bb6\u4e4b\u65a7","Hyperboreus Leather Belt":"\u6781\u5317 \u76ae\u9769\u8170\u5e26","Oba\'s Cursed Trove Primordial Blocks Map (Legacy)":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a(\u9057\u4ea7)","Weeping Essence of Greed":"\u8d2a\u5a6a\u4e4b\u557c\u6ce3\u7cbe\u534e","The Wind":"\u98ce","Awakened Elemental Damage with Attacks Support":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Witch of the Cauldron":"\u51a5\u7f36\u4e4b\u5973","Infested Valley Map":"\u75ab\u6e90\u6797\u8c37","Prismweave Rustic Sash":"\u5e7b\u5f69\u83f1\u7ec7 \u7d20\u5e03\u8170\u5e26","Orchard Map":"\u5bc6\u6797\u679c\u56ed","Harbinger Bow":"\u5148\u9a71\u8005\u4e4b\u5f13","Bone Crypt Map (Atlas of Worlds)":"\u53e4\u77f3\u9675\u5893(\u5f02\u754c\u56fe\u9274)","Mask of the Tribunal Magistrate Crown":"\u88c1\u51b3\u9762\u7f69 \u884c\u653f\u8005\u6218\u51a0","Winged Blight Scarab":"\u6709\u7ffc\u7684\u83cc\u6f6e\u5723\u7532\u866b","Vaal Impurity of Lightning":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u96f7","Seal of Lunaris":"\u6708\u5f71\u4e4b\u5370","Wool Gloves":"\u7f8a\u6bdb\u624b\u5957","Bone Armour":"\u9aa8\u5236\u6218\u7532","Unearth":"\u4eb5\u6e0e\u4e4b\u77db","Vaal Pyramid Map":"\u74e6\u5c14\u91d1\u5b57\u5854","Replica Red Trail Titan Greaves":"\u8d64\u7ea2\u8e2a\u8ff9\u3010\u4eff\u54c1\u3011 \u5de8\u4eba\u80eb\u7532","Foxshade Wild Leather":"\u72d0\u6bdb\u94e0 \u72c2\u91ce\u90e8\u65cf\u76ae\u7532","The Rabbit\'s Foot":"\u5e78\u8fd0\u5154\u811a","The Fathomless Depths":"\u65e0\u5c3d\u6df1\u6e0a","Exceptional Sun Artifact":"\u5353\u8d8a\u70c8\u65e5\u795e\u5668","Reinforced Tower Shield":"\u5f3a\u5316\u5854\u76fe","Grip of the Council Arcanist Gloves":"\u8bae\u4f1a\u4e4b\u63e1 \u79d8\u672f\u624b\u5957","Fungal Hollow Map (Legacy)":"\u5b62\u5b50\u7a7a\u8c37(\u9057\u4ea7)","Vermillion Ring":"\u6731\u7802\u4e4b\u6212","Phase Run":"\u6697\u5f71\u8ff7\u8e2a","Deafening Essence of Doubt":"\u7591\u60d1\u4e4b\u7834\u7a7a\u7cbe\u534e","Succor of the Sinless":"\u65e0\u7f6a\u4e4b\u63f4","Rot Head Talisman":"\u8150\u9996\u9b54\u7b26","Noxious Tarantula":"\u5267\u6bd2\u6bdb\u86db","Sand Skitterer":"\u55b7\u7802\u86db","Weeping Essence of Anger":"\u6124\u6012\u4e4b\u557c\u6ce3\u7cbe\u534e","Common Frog":"\u4e00\u822c\u7684\u86d9","Infractem Decimation Bow":"\u7a7f\u4e91 \u730e\u9b42\u4e4b\u5f13","The Eldritch Decay":"\u88c2\u754c\u4e4b\u6b87","Ancient City Map (Atlas of Worlds)":"\u8fdc\u53e4\u4e4b\u57ce(\u5f02\u754c\u56fe\u9274)","Fluid Motion Viridian Jewel":"\u6d41\u7545\u884c\u52a8 \u7fe0\u7eff\u73e0\u5b9d","Acton\'s Nightmare Overgrown Shrine Map (Atlas of Worlds)":"\u8f6e\u56de\u7684\u68a6\u9b47 \u5bc6\u8349\u795e\u6bbf(\u5f02\u754c\u56fe\u9274)","Black Maw Talisman":"\u9ed1\u7259\u9b54\u7b26","Craicic Maw":"\u6df1\u6d77\u88c2\u9f7f\u517d","Iolite Ring":"\u9752\u77f3\u6212\u6307","Obsidian Eater":"\u9ed1\u66dc\u6c99\u87f9","Waterways Map (Atlas of Worlds)":"\u5371\u673a\u6c34\u9053(\u5f02\u754c\u56fe\u9274)","The Price of Prescience":"\u9884\u89c1\u7684\u4ee3\u4ef7","Orb of Storms":"\u98ce\u66b4\u6f29\u6da1","Petrified Blood":"\u8d64\u8840\u51dd\u7ed3","Gorgon\'s Gaze Regicide Mask":"\u845b\u5c14\u8d21\u7684\u51dd\u89c6 \u5f11\u541b\u4e4b\u9762","Replica Twyzel Sage Wand":"\u5ce1\u6e7e\u4e4b\u661f\u3010\u4eff\u54c1\u3011 \u8d24\u8005\u6cd5\u6756","Retaliation Charm Citrine Amulet":"\u590d\u4ec7\u7684\u9b45\u529b \u9ec4\u6676\u62a4\u8eab\u7b26","Focused Ballista Support":"\u5f29\u70ae\u96c6\u706b\uff08\u8f85\uff09","Doedre\'s Skin Widowsilk Robe":"\u5fb7\u745e\u4e4b\u80a4 \u6bd2\u86db\u4e1d\u4e4b\u888d","Binding Shard":"\u9ad8\u9636\u70b9\u91d1\u77f3\u788e\u7247","Frostbolt":"\u5bd2\u51b0\u5f39","Volley Support":"\u9f50\u5c04","Void Battery Prophecy Wand":"\u6f5c\u80fd\u9b54\u68d2 \u7bb4\u8a00\u6cd5\u6756","Advancing Fortress Gut Ripper":"\u8d85\u8d8a\u58c1\u5792 \u88c2\u810f\u94a9","Perfidy Glorious Plate":"\u80cc\u4fe1\u5f03\u4e49 \u8363\u8000\u6218\u94e0","Academy Map (Legacy)":"\u6076\u7075\u5b66\u9662(\u9057\u4ea7)","Polaric Devastation Opal Ring":"\u6bc1\u706d\u6fc0\u6ce2 \u86cb\u767d\u77f3\u6212\u6307","Ceremonial Mace":"\u796d\u793c\u4e4b\u9524","Meginord\'s Girdle Heavy Belt":"\u6885\u5409\u8bfa\u5fb7\u7684\u529b\u91cf\u6cc9\u6e90 \u91cd\u9769\u8170\u5e26","Cutlass":"\u519b\u7528\u957f\u5203","Screaming Essence of Fear":"\u6050\u60e7\u4e4b\u5486\u54ee\u7cbe\u534e","Omen Wand":"\u7075\u5146\u6cd5\u6756","Woodsplitter":"\u67f4\u65a7","Driftwood Maul":"\u673d\u6728\u5de8\u9524","Highborn Bow":"\u8d35\u65cf\u4e4b\u5f13","Agnerod West Imperial Staff":"\u897f\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","Vaal Pyramid Map (Legacy)":"\u74e6\u5c14\u91d1\u5b57\u5854(\u9057\u4ea7)","Verdant Oil":"\u7fe0\u7eff\u5723\u6cb9","Fragment of the Chimera":"\u8bb0\u5fc6\u788e\u7247","Zealotry":"\u594b\u9510\u5149\u73af","Wildslash Awl":"\u91ce\u6027\u72c2\u722a \u51ff\u9489","Whispering Incubator":"\u4f4e\u8bed\u7684\u5b55\u80b2\u77f3","Mawr Blaidd":"\u72fc\u4e4b\u4fe1\u7269","The Cataclysm":"\u5de8\u53d8","Steel Greaves":"\u51b7\u94a2\u80eb\u7532","Awakened Spell Cascade Support":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5\uff08\u5f3a\u8f85\uff09","Gilded Sallet":"\u91d1\u9762\u62a4\u76d4","Exalted Shard":"\u5d07\u9ad8\u77f3\u788e\u7247","Primordial Blocks Map (Legacy)":"\u8fdc\u53e4\u8857\u533a(\u9057\u4ea7)","Arrow Nova Support":"\u7bad\u4e4b\u65b0\u661f\uff08\u8f85\uff09","Giant Life Flask":"\u5de8\u578b\u751f\u547d\u836f\u5242","Aventail Helmet":"\u6218\u610f\u4e4b\u76d4","Reave":"\u51b2\u51fb\u6ce2","Gilded Breach Scarab":"\u9540\u91d1\u7684\u88c2\u9699\u5723\u7532\u866b","Pyroshock Clasp Leather Belt":"\u706b\u7206\u4e4b\u62e5 \u76ae\u9769\u8170\u5e26","Jewelled Foil":"\u5b9d\u9970\u7ec6\u5251","Tribal Club":"\u796d\u4eea\u4e4b\u6775","Silk Slippers":"\u4e1d\u7ef8\u4fbf\u978b","Bonespire Talisman":"\u810a\u9aa8\u9b54\u7b26","Impending Doom Support":"\u672b\u65e5\u5c06\u81f3\uff08\u8f85\uff09","Added Chaos Damage Support":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3","Chestplate":"\u80f8\u7532","Shrieking Essence of Zeal":"\u70ed\u60c5\u4e4b\u5c16\u5578\u7cbe\u534e","Obscured Incubator":"\u6726\u80e7\u5b55\u80b2\u77f3","Laboratory Map":"\u5b9e\u9a8c\u5bc6\u5ba4","Thaumaturgical Net":"\u5947\u672f\u730e\u9b54\u5939","The Basilisk":"\u86c7\u602a","The Lich":"\u5deb\u5996","Hiltless Reaver Sword":"\u65e0\u51fb \u6b8b\u66b4\u5de8\u5251","Scarlet Round Shield":"\u70bd\u7ea2\u5706\u76fe","Leather Belt":"\u76ae\u9769\u8170\u5e26","Rama, The Kinslayer":"\u706d\u4eb2\u8005\u62c9\u739b","Arena Map":"\u7ade\u6280\u573a","Axiom Perpetuum Bronze Sceptre":"\u5386\u53f2\u516c\u7406 \u94dc\u953b\u77ed\u6756","Twilight Blade":"\u66ae\u5149\u957f\u5251","To Dust Cobalt Jewel":"\u5c18\u57c3\u843d\u5b9a \u94b4\u84dd\u73e0\u5b9d","Smite":"\u60e9\u51fb","Tangled Fossil":"\u7ea0\u7f20\u5316\u77f3","Riveted Gloves":"\u4eea\u5f0f\u624b\u5957","Ahkeli\'s Meadow Ruby Ring":"\u963f\u514b\u83b1\u7684\u8349\u539f \u7ea2\u7389\u6212\u6307","Deafening Essence of Woe":"\u60b2\u75db\u4e4b\u7834\u7a7a\u7cbe\u534e","The Offspring":"\u82d7\u88d4","Putembo\'s Mountain Topaz Ring":"\u666e\u85e4\u535a\u7684\u9ad8\u5c71 \u9ec4\u7389\u6212\u6307","Sacred Life Flask":"\u5723\u8bed\u751f\u547d\u836f\u5242","Whispering Essence of Contempt":"\u8f7b\u89c6\u4e4b\u4f4e\u8bed\u7cbe\u534e","Gemcutter\'s Promise":"\u5b9d\u77f3\u5320\u7684\u5141\u8bfa","Ezomyte Blade":"\u827e\u5179\u9ea6\u5de8\u5251","Polished Torment Scarab":"\u95ea\u8000\u7684\u82e6\u75db\u5723\u7532\u866b","Jungle Valley Map (Legacy)":"\u5267\u6bd2\u6797\u8c37(\u9057\u4ea7)","Arachnid Tomb Map":"\u7075\u866b\u5893\u7a74","Maim Support":"\u762b\u75ea","Goatman Shaman":"\u7f8a\u4eba\u8428\u6ee1","Wailing Essence of Hatred":"\u618e\u6068\u4e4b\u54c0\u568e\u7cbe\u534e","The Throne":"\u738b\u5ea7","Maelstr\xf6m of Chaos Atoll Map (The Awakening)":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18(\u89c9\u9192)","Clear Mind Cobalt Jewel":"\u7406\u667a \u94b4\u84dd\u73e0\u5b9d","Death\'s Door Crusader Boots":"\u6b7b\u4ea1\u5927\u95e8 \u5723\u6218\u957f\u9774","Pacifism Viridian Jewel":"\u548c\u5e73\u4e3b\u4e49 \u7fe0\u7eff\u73e0\u5b9d","Sickly Spinner":"\u75ab\u75c5\u8150\u86db","Blinder":"\u88ad\u773c\u94a9","Saemus\' Gift Spike-Point Arrow Quiver":"\u52c7\u8005\u4e4b\u793c \u523a\u950b\u7bad\u888b","Purifying Flame":"\u51c0\u5316\u70c8\u7130","Lifetap Support":"\u8d64\u70bc\uff08\u8f85\uff09","Dark Forest Map (The Awakening)":"\u591c\u8bed\u5e7d\u6797(\u89c9\u9192)","The Stormcaller":"\u98ce\u66b4\u4f7f\u8005","Voideye Unset Ring":"\u865a\u7a7a\u6167\u773c \u6f5c\u80fd\u4e4b\u6212","Death and Taxes Necropolis Map (Legacy)":"\u4ea1\u8005\u4e4b\u8d22 \u9b54\u5f71\u5893\u573a(\u9057\u4ea7)","Voidfletcher Penetrating Arrow Quiver":"\u865a\u7a7a\u5236\u7bad\u8005 \u7a7f\u5c04\u7bad\u888b","Runic Hatchet":"\u5bc6\u6587\u4e4b\u65a7","Cane of Unravelling Ezomyte Staff":"\u9610\u91ca\u4e4b\u6756 \u827e\u5179\u9ea6\u957f\u6756","Rusted Metamorph Scarab":"\u9508\u8680\u7684\u707e\u53d8\u5723\u7532\u866b","Horned Talisman":"\u5c16\u89d2\u9b54\u7b26","Antique Rapier":"\u53e4\u4ee3\u7ec6\u5251","Pierce Support":"\u7a7f\u900f","Maze Map (The Awakening)":"\u51a5\u795e\u4e4b\u57df(\u89c9\u9192)","Mark of Submission Unset Ring":"\u5c48\u670d\u5370\u8bb0 \u6f5c\u80fd\u4e4b\u6212","Ylfeban\'s Trickery Hubris Circlet":"\u4f0a\u8299\u73ed\u7684\u8be1\u8ba1 \u7075\u4e3b\u4e4b\u73af","Abberathine Horns":"\u827e\u8d1d\u62c9\u65af\u4e4b\u89d2","Xoph\'s Enriched Breachstone":"\u7d22\u4f0f\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","Dawnbreaker Colossal Tower Shield":"\u7834\u6653\u8005 \u5de8\u578b\u5854\u76fe","Soulless Watcher":"\u65e0\u7075\u4e4b\u773c","Precinct Map":"\u82e6\u884c\u4e4b\u57df","Polished Breach Scarab":"\u95ea\u8000\u7684\u88c2\u9699\u5723\u7532\u866b","Divinarius Imperial Skean":"\u6212\u5f8b\u4e4b\u5f71 \u5e1d\u56fd\u77ed\u5315","Singular Scouting Report":"\u5355\u72ec\u4fa6\u5bdf\u62a5\u544a","Shaped Channel Map (Atlas of Worlds)":"\u79d8\u5bc6\u901a\u9053(\u5851)(\u5f02\u754c\u56fe\u9274)","Shavronne\'s Wrappings Occultist\'s Vestment":"\u859b\u6717\u7684\u62a4\u8eab\u957f\u888d \u79d8\u672f\u957f\u8863","Stacked Deck":"\u672a\u77e5\u7684\u547d\u8fd0\u5361","Blade Vortex":"\u98de\u5203\u98ce\u66b4","Pressurised Dagger":"\u51b2\u538b\u5315\u9996","Faithguard Runic Helm":"\u4fe1\u4ef0\u5b88\u536b \u7b26\u6587\u5934\u76d4","Wharf Map (Legacy)":"\u6bd2\u7259\u6d77\u6e2f(\u9057\u4ea7)","Unstable Larva":"\u90aa\u53e3\u4e4b\u708e","Holy Flame Totem":"\u5723\u7130\u56fe\u817e","Circle of Regret Topaz Ring":"\u6094\u6068\u4e4b\u73af \u9ec4\u7389\u6212\u6307","Cobalt Jewel":"\u94b4\u84dd\u73e0\u5b9d","Promenade Map (Legacy)":"\u6708\u8272\u56de\u5eca(\u9057\u4ea7)","Dread Banner":"\u6050\u6016\u4e4b\u65d7","Cluster Traps Support":"\u6563\u5f39\u9677\u9631","Gifts from Above Diamond Ring":"\u795e\u8d50 \u5b9d\u94bb\u6212\u6307","Splitnewt Talisman":"\u65ad\u8788\u9b54\u7b26","Exceptional Broken Circle Artifact":"\u5353\u8d8a\u88c2\u73af\u795e\u5668","Whakatutuki o Matua Tarnished Spirit Shield":"\u74e6\u5361\u56fe\u56fe\u91cc \u73af\u5f62\u9b54\u76fe","Auxium Chain Belt":"\u5965\u672f\u4e4b\u7b26 \u6263\u94fe\u8170\u5e26","Protective Link":"\u9632\u5fa1\u7f81\u7eca","Storm Burst":"\u88c2\u98ce\u96f7\u7403","Screaming Essence of Torment":"\u6298\u78e8\u4e4b\u5486\u54ee\u7cbe\u534e","Goatman Stomper":"\u7f8a\u4eba\u8df5\u8e0f\u8005","Onslaught Support":"\u731b\u653b","The Scavenger":"\u62fe\u8352\u8005","The Coming Storm":"\u98ce\u66b4\u6765\u88ad","Cured Quiver":"\u706b\u7130\u7bad\u888b","Hephaeus, The Hammer":"\u8d6b\u83f2\u65af\xb7\u5723\u9524","Glyphic Fossil":"\u96d5\u523b\u5316\u77f3","Indigo Oil":"\u975b\u9752\u5723\u6cb9","Buried Tarantula":"\u846c\u9b42\u4e4b\u6bcd","The Bringer of Rain Nightmare Bascinet":"\u796d\u793c\u4e4b\u96e8 \u68a6\u9b47\u6218\u76d4","Ashscale Talisman":"\u7070\u70ec\u9b54\u7b26","Unset Amulet":"\u6f5c\u80fd\u9879\u94fe","Split Arrow":"\u5206\u88c2\u7bad\u77e2","Turn the Other Cheek":"\u5fcd\u8fb1","Gold Ring":"\u91d1\u5149\u6212\u6307","Bloodstained Fossil":"\u6e85\u8840\u5316\u77f3","Copper Sword":"\u9752\u94dc\u77ed\u5251","Vaal Impurity of Ice":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u51b0","Waterways Map (The Awakening)":"\u5371\u673a\u6c34\u9053(\u89c9\u9192)","Embroidered Gloves":"\u523a\u7ee3\u624b\u5957","Invictus Solaris Archon Kite Shield":"\u8000\u65e5 \u5a01\u80fd\u9e22\u76fe","Warlord\'s Exalted Orb":"\u7763\u519b\u7684\u5d07\u9ad8\u77f3","The Sword King\'s Salute":"\u5251\u5723\u7684\u81f4\u656c","Chateau Map":"\u53e4\u5821","Zealot Gloves":"\u72c2\u70ed\u8005\u624b\u5957","Endless Misery Cobalt Jewel":"\u65e0\u5c3d\u4e4b\u82e6 \u94b4\u84dd\u73e0\u5b9d","The Anvil Amber Amulet":"\u4fe1\u5ff5\u4e4b\u7827 \u7425\u73c0\u62a4\u8eab\u7b26","Inspiration Support":"\u542f\u8fea\uff08\u8f85\uff09","Pride of the First Ones":"\u5148\u7956\u7684\u4ee3\u4ef7","Fragmented Delirium Orb":"\u7834\u788e\u7684\u96fe\u9b47\u5b9d\u73e0","Uul-Netol\'s Flawless Breachstone":"\u4e4c\u5c14\u5c3c\u591a\u7684\u65e0\u6687\u88c2\u9699\u77f3","Heterochromia":"\u9634\u9633\u773c","flasks":"\u836f\u5242","Host Chieftain":"\u5bbf\u4e3b\u914b\u957f","Full Plate":"\u8fde\u8eab\u94e0\u7532","Plagued Arachnid":"\u761f\u75ab\u5de8\u86db","Polished Blight Scarab":"\u95ea\u8000\u7684\u83cc\u6f6e\u5723\u7532\u866b","Quickening Covenant Viridian Jewel":"\u52a0\u901f\u8a93\u7ea6 \u7fe0\u7eff\u73e0\u5b9d","Summon Lightning Golem":"\u53ec\u5524\u95ea\u7535\u9b54\u50cf","Flaying Knife":"\u6b8b\u4f53\u5229\u5203","Taste of Hate Sapphire Flask":"\u6068\u610f \u84dd\u7389\u836f\u5242","Deafening Essence of Zeal":"\u70ed\u60c5\u4e4b\u7834\u7a7a\u7cbe\u534e","Capricious Spiritblade":"\u83ab\u6d4b\u9b42\u5203","Timeworn Reliquary Key":"\u5c18\u5c01\u5723\u7269\u5385\u94a5\u5319","Volkuur\'s Guidance Zealot Gloves":"\u798f\u5e93\u5c14\u7684\u624b \u72c2\u70ed\u8005\u624b\u5957","Atziri\'s Step Slink Boots":"\u963f\u5179\u91cc\u7684\u91d1\u5c65 \u8ff7\u8e2a\u77ed\u9774","Armageddon Brand":"\u672b\u65e5\u70d9\u5370","Elemental Weakness":"\u5143\u7d20\u8981\u5bb3","Viper Strike":"\u6bd2\u86c7\u6253\u51fb","Mother\'s Embrace Heavy Belt":"\u6bcd\u4eb2\u7684\u62e5\u62b1 \u91cd\u9769\u8170\u5e26","Blood of the Karui Sanctified Life Flask":"\u5361\u9c81\u4e4b\u8840 \u5723\u5316\u751f\u547d\u836f\u5242","Vaal Spirit Shield":"\u74e6\u5c14\u9b54\u76fe","Arena Plate":"\u6597\u8005\u4e4b\u94e0","Feeding Frenzy Support":"\u72c2\u566c\uff08\u8f85\uff09","The Drunken Aristocrat":"\u9152\u9189\u8d35\u65cf","Winged Abyss Scarab":"\u6709\u7ffc\u7684\u6df1\u6e0a\u5723\u7532\u866b","Zealot Boots":"\u72c2\u70ed\u8005\u957f\u9774","Multistrike Support":"\u591a\u91cd\u6253\u51fb","Contract: Heart of Glory Familial Contract":"\u5951\u7ea6\uff1a\u8363\u8a89\u4e4b\u5fc3 \u5bb6\u65cf\u5951\u7ea6","Fir Round Shield":"\u6749\u6728\u5706\u76fe","Replica Perfect Form Zodiac Leather":"\u5b8c\u7f8e\u59ff\u6001\u3010\u4eff\u54c1\u3011 \u661f\u8fb0\u76ae\u7532","Unrelenting Timeless Templar Emblem":"\u4e0d\u5c48\u5723\u5802\u5370\u8bb0","Herald of Purity":"\u7eaf\u51c0\u4e4b\u6377","The Oppressor Elegant Round Shield":"\u538b\u8feb\u8005 \u6743\u8d35\u5706\u76fe","Serpentscale Gauntlets":"\u86c7\u9cde\u624b\u5957","Conqueror\'s Potency Cobalt Jewel":"\u5f81\u670d\u8005\u7684\u529b\u91cf \u94b4\u84dd\u73e0\u5b9d","Conqueror\'s Efficiency Crimson Jewel":"\u5f81\u670d\u8005\u7684\u8fc5\u6377 \u8d64\u7ea2\u73e0\u5b9d","Sanguine Gambol Skinning Knife":"\u96c0\u8dc3 \u5265\u76ae\u5200","Sharkskin Gloves":"\u9ca8\u76ae\u624b\u5957","Incense of Keth":"\u514b\u65af\u718f\u9999","Polished Sensing Charm":"\u629b\u5149\u611f\u77e5\u9b54\u7b26","Eyepecker":"\u624e\u773c\u8005","Asphyxia\'s Wrath Feathered Arrow Quiver":"\u51b0\u7075\u4e4b\u543c \u98de\u7fbd\u7bad\u888b","Shaped Desert Spring Map (Atlas of Worlds)":"\u8352\u6f20\u7eff\u6d32(\u5851)(\u5f02\u754c\u56fe\u9274)","Diviner\'s Delirium Orb":"\u9884\u8a00\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","Cybil\'s Paw Thresher Claw":"\u5e0c\u6bd4\u5c14\u7684\u51b0\u722a \u6495\u88c2\u5c16\u722a","Volley Fire Viridian Jewel":"\u6012\u706b\u9f50\u53d1 \u7fe0\u7eff\u73e0\u5b9d","Goathide Buckler":"\u7f8a\u76ae\u8f7b\u76fe","Flesh-Eater Dream Mace":"\u8840\u8089\u4e4b\u55dc \u68a6\u5883\u4e4b\u9524","Crescent Splinter":"\u65b0\u6708\u88c2\u7247","Cursed Crypt Map (The Awakening)":"\u5492\u6028\u9675\u5893(\u89c9\u9192)","Summon Reaper":"\u53ec\u5524\u8ffd\u547d\u6b7b\u7075","Rallying Cry":"\u6fc0\u52b1\u6218\u543c","Wailing Essence of Contempt":"\u8f7b\u89c6\u4e4b\u54c0\u568e\u7cbe\u534e","Brother\'s Stash":"\u5144\u5f1f\u7684\u79d8\u85cf","Vaal Sceptre":"\u74e6\u5c14\u77ed\u6756","Replica Bloodplay Stiletto":"\u8840\u8c11\u3010\u4eff\u54c1\u3011 \u9510\u5229\u523a\u5315","Estuary Map":"\u8d64\u5bd2\u6cb3\u5cb8","Prejudice":"\u6210\u89c1","Drox\'s Crest":"\u72c4\u6d1b\u514b\u65af\u4e4b\u51a0","Wharf Map (Atlas of Worlds)":"\u6bd2\u7259\u6d77\u6e2f(\u5f02\u754c\u56fe\u9274)","Icefang Orbit Iron Ring":"\u51b0\u7259\u6307\u73af \u953b\u94c1\u6212\u6307","Vengeful Contract":"\u590d\u4ec7\u5951\u7ea6","Vinia\'s Token":"\u8587\u59ae\u96c5\u7684\u4fe1\u7269","Animate Guardian":"\u5e7b\u5316\u5b88\u536b","Colonnade Map":"\u6fc0\u6218\u67f1\u5eca","Alpine Shaman":"\u7f8a\u4eba\u8428\u6ee1","Glass Shank":"\u73bb\u7483\u5229\u7247","Hellion\'s Paw":"\u9b54\u722a\u5203","The Dreamland":"\u68a6\u5883","Mon\'tregul\'s Grasp Void Sceptre":"\u51cb\u7075\u9b54\u722a \u865a\u5f71\u77ed\u6756","Strand Map (Legacy)":"\u81f4\u547d\u5ca9\u6ee9(\u9057\u4ea7)","Eternal Orb":"\u6c38\u6052\u5b9d\u73e0","Reef Map (Atlas of Worlds)":"\u5371\u673a\u6d77\u7901(\u5f02\u754c\u56fe\u9274)","Shaped Pit Map (Atlas of Worlds)":"\u5de8\u5751(\u5851)(\u5f02\u754c\u56fe\u9274)","The Dragon":"\u5de8\u9f99","leaguestones":"\u8054\u76df\u77f3","Replica Blood Thorn Gnarled Branch":"\u8840\u68d8\u3010\u4eff\u54c1\u3011 \u673d\u6728\u4e4b\u5e72","Megalomaniac Medium Cluster Jewel":"\u5984\u60f3\u75c7 \u4e2d\u578b\u661f\u56e2\u73e0\u5b9d","Aurumvorax Basket Rapier":"\u7075\u62a4 \u7ec3\u6b66\u8005\u7ec6\u5251","Blood-filled Vessel":"\u6d78\u8840\u6cd5\u5668","Vicious Hound":"\u72e0\u6bd2\u730e\u72ac","Craicic Shield Crab":"\u6df1\u6d77\u9644\u58f3\u5de8\u87f9","Preethi, Eye-Pecker":"\u707c\u773c\u8005\u666e\u5229\u65af","Vaal Caress Bronzescale Gauntlets":"\u74e6\u5c14\u7684\u7075\u624b \u94dc\u5f71\u624b\u5957","Tukohama\'s Fortress Ebony Tower Shield":"\u56fe\u514b\u54c8\u739b\u5821\u5792 \u4e4c\u6728\u5854\u76fe","The Summoner":"\u53ec\u5524\u5e08","Praetor Crown":"\u9886\u4e3b\u6218\u51a0","Essence of Horror":"\u6781\u6050\u7cbe\u534e","Judging Voices":"\u5ba1\u5224\u4e4b\u97f3","Viper\'s Scales Full Scale Armour":"\u6bd2\u86c7\u4e4b\u5ea6 \u8fde\u8eab\u9cde\u7532","Celestial Blacksmith\'s Incubator":"\u4f17\u661f\u94c1\u5320\u7684\u5b55\u80b2\u77f3","Black Sun Crest Lacquered Helmet":"\u9ed1\u9633\u4e4b\u51a0 \u6f06\u5f69\u4e4b\u76d4","Replica Wings of Entropy Ezomyte Axe":"\u4e71\u4e16\u4e4b\u7ffc\u3010\u4eff\u54c1\u3011 \u827e\u5179\u9ea6\u5de8\u65a7","Sidhebreath Paua Amulet":"\u9b54\u7075\u4e4b\u7b26 \u6d77\u7075\u62a4\u8eab\u7b26","Tempering Catalyst":"\u56de\u706b\u50ac\u5316\u5242","The Faun":"\u519c\u7267\u4e4b\u795e","Stormbind":"\u7f1a\u96f7\u4e4b\u7eb9","Orb of Dominance":"\u7edf\u5fa1\u5b9d\u73e0","Fencer Helm":"\u51fb\u5251\u58eb\u4e4b\u76d4","Carnal Sceptre":"\u7981\u793c\u77ed\u6756","The Golden Rule Viridian Jewel":"\u9ec4\u91d1\u6cd5\u5219 \u7fe0\u7eff\u73e0\u5b9d","Puncture":"\u653e\u8840","Wraith Axe":"\u51f6\u7075\u4e4b\u65a7","Kaom\'s Way Coral Ring":"\u5188\u59c6\u4e4b\u8def \u73ca\u745a\u6212\u6307","Pugilist Viridian Jewel":"\u8fc5\u51fb\u8005 \u7fe0\u7eff\u73e0\u5b9d","Voidforge Infernal Sword":"\u88c2\u7a7a\u8005 \u72f1\u708e\u91cd\u5251","Doppelg\xe4nger Guise Sadist Garb":"\u53d8\u5f62\u8005\u5916\u8863 \u72c2\u8650\u8005\u675f\u8863","Fright Maul":"\u6050\u60e7\u91cd\u9524","Awakened Fork Support":"\u5206\u88c2\uff08\u5f3a\u8f85\uff09","Mind of the Council Harlequin Mask":"\u667a\u8005\u4e4b\u79d8 \u9e70\u5599\u4e4b\u9762","Demigod\'s Dominance Golden Mantle":"\u5347\u534e\u7edf\u5fa1 \u9ec4\u91d1\u6218\u7532","Decay Support":"\u8150\u8680","Battered Foil":"\u949d\u5203\u7ec6\u5251","Torchoak Step Antique Greaves":"\u706b\u67f3\u80eb\u7532 \u53e4\u94a2\u80eb\u7532","Assassin\'s Haste Cobalt Jewel":"\u6697\u5f71\u4e4b\u5f71 \u94b4\u84dd\u73e0\u5b9d","Rusted Bestiary Scarab":"\u9508\u8680\u7684\u730e\u9b54\u5723\u7532\u866b","Moon Temple Map":"\u6708\u5f71\u795e\u6bbf","The Hale Heart":"\u58ee\u5fc3\u4e0d\u5df2","Redeemer\'s Exalted Orb":"\u6551\u8d4e\u8005\u7684\u5d07\u9ad8\u77f3","Veritania\'s Crest":"\u7ef4\u5229\u5854\u59ae\u5a05\u4e4b\u51a0","Jeweller\'s Orb":"\u5de5\u5320\u77f3","Mistwall Lacquered Buckler":"\u8ff7\u96fe\u4e4b\u5899 \u6f06\u5f69\u8f7b\u76fe","Deerstalker Deerskin Boots":"\u730e\u8e2a \u9e7f\u76ae\u77ed\u9774","Demigod\'s Wager":"\u534a\u795e\u7684\u8d4c\u5c40","Shrieking Essence of Suffering":"\u82e6\u96be\u4e4b\u5c16\u5578\u7cbe\u534e","Crusher of Gladiators":"\u72c2\u6218\u8005","Eye of Chayula Onyx Amulet":"\u5bfb\u5b9d\u8005\u7684\u5fc3\u773c \u9ed1\u66dc\u62a4\u8eab\u7b26","Cold Penetration Support":"\u51b0\u971c\u7a7f\u900f","Blight":"\u67af\u840e","Awakened Unbound Ailments Support":"\u5f02\u5e38\u7206\u53d1\uff08\u5f3a\u8f85\uff09","Graven\'s Secret Cloth Belt":"\u845b\u62c9\u6587\u7684\u79d8\u5b9d \u9970\u5e03\u8170\u5e26","Valyrium Moonstone Ring":"\u5973\u6b66\u795e \u6708\u5149\u77f3\u6212\u6307","Mutated Chieftain":"\u7a81\u53d8\u7684\u914b\u957f","Necropolis Map":"\u9b54\u5f71\u5893\u573a","Titan Greaves":"\u5de8\u4eba\u80eb\u7532","Detonate Dead":"\u7206\u7075\u672f","Avatar of the Forge":"\u9020\u7269\u4e4b\u8c61","Metamorph Liver":"\u707e\u53d8\u8f6c\u5316","Arcade Map (Legacy)":"\u5d29\u574f\u957f\u5eca(\u9057\u4ea7)","Polished Reliquary Scarab":"\u95ea\u8000\u7684\u9057\u7269\u5385\u5723\u7532\u866b","Moonsorrow Imbued Wand":"\u6ce3\u6708 \u9b54\u6027\u6cd5\u6756","The Mountain":"\u5c71\u8109","Roth\'s Reach Recurve Bow":"\u841d\u4e1d\u4e4b\u89e6 \u53cd\u66f2\u5f13","Manabond":"\u7f1a\u9b54\u7535\u6b9b","Eyes of the Greatwolf Greatwolf Talisman":"\u5de8\u72fc\u4e4b\u773c \u72fc\u738b\u9b54\u7b26","Contract: Underbelly":"\u5951\u7ea6\uff1a\u8584\u5f31\u4e4b\u5730","Augmented Distant Memory Courthouse Map":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 \u5931\u5e8f\u6559\u9662","Conductive Quiver":"\u7535\u5149\u7bad\u888b","Wasteland Map (Atlas of Worlds)":"\u8352\u5730(\u5f02\u754c\u56fe\u9274)","Uul-Netol\'s Embrace Vaal Axe":"\u4e4c\u5c14\u5c3c\u591a\u7684\u62e5\u62b1 \u74e6\u5c14\u5de8\u65a7","Weeping Essence of Fear":"\u6050\u60e7\u4e4b\u557c\u6ce3\u7cbe\u534e","Violet Oil":"\u7d2b\u8272\u5723\u6cb9","Maligaro\'s Virtuosity Deerskin Gloves":"\u9a6c\u96f7\u683c\u7f57\u7684\u73ab\u7ea2\u624b\u5957 \u9e7f\u76ae\u624b\u5957","Leash of Oblation Leather Belt":"\u5723\u4f53\u4e4b\u7ef3 \u76ae\u9769\u8170\u5e26","Glacial Hammer":"\u51b0\u971c\u4e4b\u9524","Rooster Fiend":"\u516c\u9e21\u6076\u9b3c","Le Heup of All Iron Ring":"\u82f1\u7075\u5b9d\u73af \u953b\u94c1\u6212\u6307","Academy Map (The Awakening)":"\u6076\u7075\u5b66\u9662(\u89c9\u9192)","The Celestial Justicar":"\u5929\u5802\u6267\u6cd5\u5b98","Fishing Rod":"\u9c7c\u7aff","Terrace Map":"\u6d77\u6ee8\u53f0\u5730","Guardian of the Phoenix":"\u51e4\u51f0\u5b88\u536b","Amarissa, Daughter of Merveil":"\u83ab\u8587\u513f\u4e4b\u5973\u57c3\u739b\u8389\u838e","Rage Support":"\u6012\u706b\uff08\u8f85\uff09","The Demoness":"\u9b45\u9b54","Clayshaper Rock Breaker":"\u5851\u6ce5\u8005 \u7834\u5ca9\u9524","The Stampede Assassin\'s Boots":"\u6e83\u8d25 \u6697\u5f71\u4e4b\u9774","Antique Gauntlets":"\u53e4\u94a2\u62a4\u624b","Elemental Damage with Attacks Support":"\u6b66\u5668\u5143\u7d20\u4f24\u5bb3","Maraketh Bow":"\u9a6c\u62c9\u514b\u65af\u5f13","Vaults of Atziri Vaal Pyramid Map (Legacy)":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854(\u9057\u4ea7)","Shrieking Essence of Hatred":"\u618e\u6068\u4e4b\u5c16\u5578\u7cbe\u534e","Gift to the Goddess":"\u5973\u795e\u4e4b\u793c","Armourer\'s Scrap":"\u62a4\u7532\u7247","Maven\'s Invitation: The Formed":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5851\u754c\u5b88\u536b","Skittering Incubator":"\u8ff7\u8e2a\u5b55\u80b2\u77f3","Demigod\'s Presence Gold Amulet":"\u5347\u534e\u4e4b\u5370 \u5e1d\u91d1\u62a4\u8eab\u7b26","Chain Gloves":"\u94fe\u7532\u624b\u5957","Splinter of Esh":"\u88c2\u9699\u788e\u7247","March of the Legion Legion Boots":"\u519b\u56e2\u7684\u8fdb\u51fb \u519b\u56e2\u957f\u9774","Chaos Orb":"\u6df7\u6c8c\u77f3","Lacquered Helmet":"\u6f06\u5f69\u4e4b\u76d4","Drek, Apex Hunter":"\u6743\u5229\u730e\u4eba\u5fb7\u91cc\u514b","Small Life Flask":"\u5c0f\u578b\u751f\u547d\u836f\u5242","Malformation Map (Atlas of Worlds)":"\u7578\u5f62\u4ea1\u57df(\u5f02\u754c\u56fe\u9274)","Desperate Crusade":"\u7edd\u671b\u5723\u6218","Offering to the Goddess":"\u5973\u795e\u796d\u54c1","Basemetal Treads":"\u52a3\u91d1\u4e4b\u5c65","Hyrri\'s Bite Sharktooth Arrow Quiver":"\u897f\u91cc\u7684\u55dc\u8840\u4e4b\u77e2 \u9ca8\u9f7f\u7bad\u888b","Gold Amulet":"\u5e1d\u91d1\u62a4\u8eab\u7b26","Hubris Circlet":"\u7075\u4e3b\u4e4b\u73af","Lacquered Garb":"\u6f06\u5f69\u675f\u8863","Snow Wolf":"\u98ce\u96ea\u5de8\u72fc","Portal Scroll":"\u4f20\u9001\u5377\u8f74","Racecourse Map (Atlas of Worlds)":"\u5de8\u578b\u7ade\u6280\u573a(\u5f02\u754c\u56fe\u9274)","Frenzy":"\u72c2\u6012","Aggregator Charm":"\u805a\u5408\u9b54\u7b26","Power Charge On Critical Support":"\u66b4\u51fb\u83b7\u5f97\u66b4\u51fb\u7403","Haunted Mansion Map":"\u5e7d\u9b42\u5b85\u90b8","Blueprint: Records Office":"\u84dd\u56fe\uff1a\u6863\u6848\u5904","Vaal Lightning Warp":"\u74e6\u5c14\uff1a\u95ea\u7535\u4f20\u9001","Caustic Arrow":"\u8150\u8680\u7bad\u77e2","Titanium Spirit Shield":"\u5de8\u4eba\u9b54\u76fe","Gemcutter\'s Incubator":"\u5b9d\u77f3\u5320\u7684\u5b55\u80b2\u77f3","Baited Expectations":"\u524d\u7a0b\u7684\u8bf1\u60d1","Replica Fragile Bloom Crimson Jewel":"\u8106\u5f31\u7684\u7e41\u534e\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","Bismuth Flask":"\u7070\u5ca9\u836f\u5242","Flesh and Spirit Ironscale Gauntlets":"\u8089\u4f53\u4e0e\u9b42\u7075 \u94c1\u5f71\u624b\u5957","Vaal Reave":"\u74e6\u5c14\uff1a\u51b2\u51fb\u6ce2","Quecholli Jagged Maul":"\u91cd\u51fb\u4e4b\u9524 \u72fc\u7259\u91cd\u9524","Anarchy Leaguestone":"\u6df7\u4e71\u8d5b\u5b63\u77f3","Infected Adder":"\u53d7\u611f\u67d3\u7684\u6bd2\u86c7","The Damned":"\u5492\u8bc5\u4e4b\u7075","Maven\'s Invitation: New Vastir":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u65b0\u74e6\u65af\u8482\u5c14","Maven\'s Invitation: The Feared":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6050\u60e7","Purity of Elements":"\u5143\u7d20\u51c0\u5316","Inertia Crimson Jewel":"\u60ef\u6027 \u8d64\u7ea2\u73e0\u5b9d","Intuitive Leap Viridian Jewel":"\u76f4\u89c9\u4e4b\u8dc3 \u7fe0\u7eff\u73e0\u5b9d","Fire and Fury":"\u70bd\u6012\u4e4b\u7075","Strong Steel Net":"\u5f3a\u529b\u7684\u70bc\u94a2\u730e\u9b54\u5939","Swift Affliction Support":"\u6781\u901f\u8150\u5316","Muttering Essence of Hatred":"\u618e\u6068\u4e4b\u5462\u5583\u7cbe\u534e","Leli Goya, Daughter of Ash":"\u4f59\u70ec\u4e4b\u5973\u52d2\u4e3d\u8389\u679c\u96c5","Sallazzang":"\u9b54\u8725","Stormrider Boots":"\u5fa1\u98ce\u4e4b\u9774","Wild Strike":"\u91ce\u6027\u6253\u51fb","The Tempestuous Steel War Sword":"\u66b4\u98ce\u4e4b\u94a2 \u5f81\u6218\u4e4b\u5251","The Tempest Long Bow":"\u66b4\u98ce\u96e8 \u957f\u5f13","Enigmatic Assembly C5":"\u795e\u79d8\u7ec4\u88c5\u4f53 C5","Putrid Serpent":"\u8150\u70c2\u7684\u5de8\u86c7","Colosseum Plate":"\u51b3\u6597\u4e4b\u94e0","Weeping Essence of Sorrow":"\u54c0\u60dc\u4e4b\u557c\u6ce3\u7cbe\u534e","Rugged Quiver":"\u51b0\u6676\u7bad\u888b","Colonnade Map (The Awakening)":"\u6fc0\u6218\u67f1\u5eca(\u89c9\u9192)","Ancestral Warchief":"\u5148\u7956\u6218\u58eb\u957f","Plate Vest":"\u94c1\u5236\u80cc\u5fc3","Shaped Dunes Map (Atlas of Worlds)":"\u66ae\u8272\u6c99\u4e18(\u5851)(\u5f02\u754c\u56fe\u9274)","Metamorph Brain":"\u707e\u53d8\u4e2d\u67a2","Kurgal\'s Gaze Hypnotic Eye Jewel":"\u5e93\u52a0\u5c14\u7684\u51dd\u89c6 \u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d","Deafening Essence of Scorn":"\u50b2\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e","The Fiend":"\u52a3\u9b54","The Beast":"\u72c2\u517d","Militant Faith Timeless Jewel":"\u597d\u6218\u7684\u4fe1\u4ef0 \u6c38\u6052\u73e0\u5b9d","Jack, the Axe Vaal Hatchet":"\u523d\u5b50\u624b.\u6770\u514b \u74e6\u5c14\u6218\u65a7","Replica Shroud of the Lightless Carnal Armour":"\u6cef\u5149\u5bff\u8863\u3010\u4eff\u54c1\u3011 \u7981\u793c\u4e4b\u7532","Blueprint: Bunker":"\u84dd\u56fe\uff1a\u5821\u5792","The Tyrant":"\u66b4\u8650\u4e4b\u7075","The Tempest\'s Binding Callous Mask":"\u98ce\u66b4\u62d8\u675f \u65e0\u60c5\u4e4b\u9762","Spark":"\u7535\u7403","Mj\xf6lner Gavel":"\u6c89\u9ed8\u4e4b\u96f7 \u575a\u9524","Infested Maw":"\u611f\u67d3\u7684\u88c2\u9f7f\u517d","Infernal Axe":"\u72f1\u706b\u4e4b\u5203","Brutus\' Lead Sprinkler Ritual Sceptre":"\u5e03\u9c81\u7279\u65af\u7684\u5211\u5177 \u796d\u4eea\u77ed\u6756","Merveil\'s Daughter":"\u6d77\u5996\u4e4b\u5973","Blighted Incubator":"\u67af\u5316\u7684\u5b55\u80b2\u77f3","Lycosidae Rawhide Tower Shield":"\u72fc\u86db \u751f\u76ae\u5854\u76fe","Otherworldly Scouting Report":"\u5f02\u754c\u4fa6\u5bdf\u62a5\u544a","Tidebreaker Imperial Maul":"\u5c40\u52bf\u9006\u8f6c\u8005 \u5e1d\u56fd\u91cd\u9524","Faster Projectiles Support":"\u5feb\u901f\u6295\u5c04","Moonbender\'s Wing Tomahawk":"\u6708\u5c9a \u5f81\u6218\u4e4b\u65a7","The Pact":"\u534f\u7ea6","Awakened Increased Area of Effect Support":"\u589e\u5927\u8303\u56f4\uff08\u5f3a\u8f85\uff09","Vaults of Atziri Vaal Pyramid Map (The Awakening)":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854(\u89c9\u9192)","Shaped Spider Lair Map (Atlas of Worlds)":"\u5de8\u86db\u5de2\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Weeping Essence of Hatred":"\u618e\u6068\u4e4b\u557c\u6ce3\u7cbe\u534e","The Mercenary":"\u4f63\u5175","The Pandemonius Jade Amulet":"\u7fa4\u9b54\u6bbf \u7fe0\u7389\u62a4\u8eab\u7b26","Winter\'s Bounty Cobalt Jewel":"\u51ac\u5b63\u8d4f\u91d1 \u94b4\u84dd\u73e0\u5b9d","The Long Con":"\u957f\u7ebf\u9493\u9c7c","The Progeny of Lunaris":"\u6708\u5f71\u7684\u5b50\u55e3","Spirit Guards Viridian Jewel":"\u7cbe\u795e\u5b88\u62a4 \u7fe0\u7eff\u73e0\u5b9d","Jade Chopper":"\u788e\u7389\u5927\u65a7","Prismatic Fossil":"\u4e94\u5f69\u5316\u77f3","Sire of Shards Serpentine Staff":"\u7834\u788e\u4f20\u627f\u8005 \u86c7\u7eb9\u957f\u6756","Glade Mamba":"\u539f\u91ce\u6bd2\u543b","Tempest Leaguestone":"\u98ce\u66b4\u8d5b\u5b63\u77f3","Primal Arrow Quiver":"\u539f\u77e2\u7bad\u888b","Sentinel Jacket":"\u54e8\u5175\u4e4b\u8863","Timeclasp Moonstone Ring":"\u65f6\u5149\u4e4b\u63e1 \u6708\u5149\u77f3\u6212\u6307","Cast on Melee Kill Support":"\u8fd1\u6218\u51fb\u8d25\u65f6\u65bd\u653e","Unending Hunger Cobalt Jewel":"\u65e0\u5c3d\u6e34\u671b \u94b4\u84dd\u73e0\u5b9d","Dark Pact":"\u6697\u591c\u8840\u5951","Shaped Arachnid Tomb Map (Atlas of Worlds)":"\u7075\u866b\u5893\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Gift of the Gemling Queen":"\u5b9d\u77f3\u7687\u540e\u7684\u8d60\u793c","Ceremonial Axe":"\u8840\u4eea\u4e4b\u65a7","Plummeting Ursa":"\u5815\u843d\u4e4b\u722a","Sulphurspawn":"\u738b\u536b\u7cbe\u82f1","Chain Hauberk":"\u9501\u5b50\u957f\u7532","Bog Map (Atlas of Worlds)":"\u7634\u6c14\u6ce5\u6cbc(\u5f02\u754c\u56fe\u9274)","Divine Vessel":"\u7981\u7075\u4e4b\u74f6","Oil Extractor":"\u5723\u6cb9\u8403\u53d6\u5668","Vicious Parasite":"\u6076\u6bd2\u5bc4\u751f\u866b","Energy From Within Cobalt Jewel":"\u6f5c\u80fd\u9632\u62a4 \u94b4\u84dd\u73e0\u5b9d","The Vigil Crimson Jewel":"\u76d1\u89c6\u5b88\u591c \u8d64\u7ea2\u73e0\u5b9d","Andvarius Gold Ring":"\u8d2a\u6b32\u4e4b\u8bb0 \u91d1\u5149\u6212\u6307","Thorium Spirit Shield":"\u6697\u91d1\u9b54\u76fe","Spirit of Nadia":"\u5a1c\u8fea\u96c5\u4e4b\u7075","Crest of Perandus Pine Buckler":"\u666e\u5170\u5fb7\u65af\u4e4b\u5fbd \u677e\u6728\u8f7b\u76fe","Gemini Claw":"\u53cc\u5b50\u6218\u722a","Arsenal Map (The Awakening)":"\u53e4\u5175\u5de5\u5382(\u89c9\u9192)","The Forgotten Treasure":"\u88ab\u9057\u5fd8\u7684\u5b9d\u85cf","Deafening Essence of Anguish":"\u714e\u71ac\u4e4b\u7834\u7a7a\u7cbe\u534e","Anarchy\'s Price":"\u6df7\u4e71\u4ee3\u4ef7","Caldera Map":"\u5bc2\u7075\u4e4b\u6e0a","Replica Innsbury Edge Elder Sword":"\u82f1\u65af\u8d1d\u7406\u4e4b\u6781\u3010\u4eff\u54c1\u3011 \u667a\u8005\u957f\u5251","Orb of Horizons":"\u5e73\u884c\u77f3","Blind Support":"\u81f4\u76f2","Museum Map (Atlas of Worlds)":"\u53e4\u535a\u7269\u9986(\u5f02\u754c\u56fe\u9274)","Hook Sword":"\u94a9\u722a\u5251","Second Piece of Brutality Imperial Staff Piece":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247II \u5e1d\u56fd\u957f\u6756","Eber\'s Key":"\u4f9d\u6ce2\u4e4b\u94a5[\u53f3\u4e0a]","The Catalyst":"\u707e\u53d8","Slink Gloves":"\u8ff7\u8e2a\u624b\u5957","Gruthkul\'s Pelt Wyrmscale Doublet":"\u6b3a\u8bc8\u7360\u7259 \u9f99\u9cde\u6218\u7532","Mageblood Heavy Belt":"\u6cd5\u5e08\u4e4b\u8840 \u91cd\u9769\u8170\u5e26","Council of Cats":"\u732b\u54aa\u8bae\u4f1a","Endurance Charge on Melee Stun Support":"\u8fd1\u6218\u51fb\u6655\u83b7\u5f97\u8010\u529b\u7403","Replica Alberon\'s Warpath Soldier Boots":"\u963f\u5c14\u8d1d\u9686\u7684\u5f81\u9014\u3010\u4eff\u54c1\u3011 \u6218\u58eb\u4e4b\u9774","Cardinal Round Shield":"\u796d\u8005\u5706\u76fe","Bearded Shaman":"\u957f\u987b\u672f\u5e08","Shivershell":"\u98a4\u58f3\u517d","Farric Ursa":"\u5927\u5730\u5de8\u718a","Silver Coin":"\u94f6\u5e01","Martyr of Innocence Highborn Staff":"\u7eaf\u51c0\u4e4b\u795e\u7684\u796d\u54c1 \u8d35\u65cf\u957f\u6756","Flooded Mine Map (The Awakening)":"\u79ef\u6c34\u77ff\u5751(\u89c9\u9192)","Shrieking Essence of Envy":"\u5fcc\u5992\u4e4b\u5c16\u5578\u7cbe\u534e","Hrimsorrow Goathide Gloves":"\u51b0\u51b7\u4e4b\u773c \u7f8a\u76ae\u624b\u5957","Cells Map (Legacy)":"\u5e7d\u9b42\u76d1\u7262(\u9057\u4ea7)","Linden Kite Shield":"\u6934\u6728\u9e22\u76fe","Onyx Amulet":"\u9ed1\u66dc\u62a4\u8eab\u7b26","Shackled Boots":"\u7f1a\u8db3\u957f\u9774","Lordly Plate":"\u9886\u4e3b\u62a4\u94e0","The Flow Untethered Cloth Belt":"\u6d41\u901d\u4e4b\u65f6 \u9970\u5e03\u8170\u5e26","Spider Lair Map":"\u5de8\u86db\u5de2\u7a74","Shaped Graveyard Map (Atlas of Worlds)":"\u5815\u5f71\u5893\u573a(\u5851)(\u5f02\u754c\u56fe\u9274)","Breakrib Talisman":"\u788e\u9aa8\u9b54\u7b26","Spectral Shield Throw":"\u7075\u76fe\u6295\u63b7","Awakened Ancestral Call Support":"\u5148\u7956\u53ec\u5524\uff08\u5f3a\u8f85\uff09","Vigilant Strike":"\u6212\u5907\u6253\u51fb","Orb of Fusing":"\u94fe\u7ed3\u77f3","Arborix Assassin Bow":"\u963f\u4f2f\u745e\u65af \u6697\u5f71\u5f13","Gilded Buckler":"\u91d1\u9762\u8f7b\u76fe","Inya\'s Key":"\u5c39\u4e9a\u4e4b\u94a5[\u5de6\u4e0b]","Shrieking Essence of Dread":"\u5fcc\u60ee\u4e4b\u5c16\u5578\u7cbe\u534e","Steel Gauntlets":"\u51b7\u94a2\u62a4\u624b","Crustacean Sniper":"\u72d9\u5f71\u6c99\u87f9","Eater of Souls":"\u98df\u9b42\u8005","Legius Garhall":"\u96f7\u5409\u52a0\u5019","Orb of Transmutation":"\u8715\u53d8\u77f3","Innsbury Edge Elder Sword":"\u82f1\u65af\u8d1d\u7406\u4e4b\u6781 \u667a\u8005\u957f\u5251","Weeping Essence of Torment":"\u6298\u78e8\u4e4b\u557c\u6ce3\u7cbe\u534e","Granite Eater":"\u98df\u5ca9\u722a\u87f9","Archon Kite Shield":"\u5a01\u80fd\u9e22\u76fe","Maligaro\'s Inspiration":"\u9a6c\u96f7\u683c\u7f57\u7684\u7075\u611f","Mutated Rhoa":"\u7a81\u53d8\u7684\u6050\u5599\u9e1f","Wrapped Mitts":"\u88f9\u8dbe\u62a4\u624b","Replica Karui Ward Jade Amulet":"\u5361\u9c81\u7684\u6218\u5fbd\u3010\u4eff\u54c1\u3011 \u7fe0\u7389\u62a4\u8eab\u7b26","The Perfect Form Zodiac Leather":"\u5b8c\u7f8e\u59ff\u6001 \u661f\u8fb0\u76ae\u7532","Port Map":"\u4e2d\u8f6c\u7801\u5934","Orb of Alteration":"\u6539\u9020\u77f3","Dark Forest Map (Legacy)":"\u591c\u8bed\u5e7d\u6797(\u9057\u4ea7)","The Steel Soul":"\u94a2\u94c1\u4e4b\u9b42","Carved Wand":"\u7c97\u7eb9\u6cd5\u6756","Efficient Training Crimson Jewel":"\u5145\u5206\u8bad\u7ec3 \u8d64\u7ea2\u73e0\u5b9d","Rhoa Mare":"\u6050\u5599\u9e1f\u6bcd","Crusader Plate":"\u5f81\u6218\u91cd\u94e0","Sacrificial Harvest Viridian Jewel":"\u539f\u751f\u796d\u4eea \u7fe0\u7eff\u73e0\u5b9d","Demigod\'s Eye Golden Hoop":"\u5347\u534e\u4e4b\u773c \u91d1\u73af","Night\'s Hold Black Maw Talisman":"\u591c\u5b88 \u9ed1\u7259\u9b54\u7b26","Fiend Dagger":"\u517d\u8840\u77ed\u5315","Desert Spring Map (Atlas of Worlds)":"\u8352\u6f20\u7eff\u6d32(\u5f02\u754c\u56fe\u9274)","Paua Ring":"\u6d77\u7075\u6212\u6307","Overgrown Shrine Map":"\u5bc6\u8349\u795e\u6bbf","Replica Tulfall Tornado Wand":"\u6258\u6c83\u5367\u3010\u4eff\u54c1\u3011 \u72c2\u98ce\u6cd5\u6756","Demigod\'s Triumph Golden Wreath":"\u5347\u534e\u4e4b\u51a0 \u91d1\u9ec4\u82b1\u73af","Rusted Torment Scarab":"\u9508\u8680\u7684\u82e6\u75db\u5723\u7532\u866b","Shaped Strand Map (Atlas of Worlds)":"\u81f4\u547d\u5ca9\u6ee9(\u5851)(\u5f02\u754c\u56fe\u9274)","The Craving":"\u6e34\u6c42","Tempest Shield":"\u66b4\u98ce\u4e4b\u76fe","Vaal Haste":"\u74e6\u5c14\uff1a\u8fc5\u6377","Fragment of Shape":"\u5851\u5f62\u788e\u7247","Shrine Map (The Awakening)":"\u5947\u672f\u79d8\u6bbf(\u89c9\u9192)","The Opulent":"\u51c0\u767d","The Brine Crown Prophet Crown":"\u6d77\u738b\u51a0\u5195 \u7bb4\u8a00\u6218\u51a0","Galesight Solaris Circlet":"\u7070\u773c \u65e5\u8000\u4e4b\u51a0","Replica Lioneye\'s Paws Bronzescale Boots":"\u72ee\u773c\u7684\u6597\u5fd7\u3010\u4eff\u54c1\u3011 \u94dc\u5f71\u957f\u9774","Replica Hotheaded Viridian Jewel":"\u9c81\u83bd\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","Trap Support":"\u9677\u9631","Hallowed Ground Cemetery Map":"\u9b54\u8bc5\u4e4b\u57df \u6668\u66e6\u5893\u5730","Gutting Knife":"\u91cd\u4f24\u77ed\u5200","Fireball":"\u706b\u7403","Vaal Cold Snap":"\u74e6\u5c14\uff1a\u971c\u66b4","Enigmatic Assembly D1":"\u795e\u79d8\u7ec4\u88c5\u4f53 D1","Lesser Order Artifact":"\u6b21\u7ea7\u6559\u56e2\u795e\u5668","Hyrri\'s Ire Zodiac Leather":"\u897f\u91cc\u7684\u6218\u8863 \u661f\u8fb0\u76ae\u7532","Voltaxic Flashpowder":"\u9b54\u66b4\u95ea\u5149\u7c89","Shaped Beach Map (Atlas of Worlds)":"\u5371\u5ca9\u6d77\u6ee9(\u5851)(\u5f02\u754c\u56fe\u9274)","Vial of Consequence":"\u7ed3\u8bba\u9b54\u74f6","Dekhara\'s Resolve":"\u5fb7\u5361\u62c9\u7684\u51b3\u5fc3","Memory Vault Praetor Crown":"\u8bb0\u5fc6\u56da\u7b3c \u9886\u4e3b\u6218\u51a0","Awakened Added Fire Damage Support":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","The World Eater":"\u566c\u754c\u8005","Two-Toned Boots":"\u5f02\u8272\u978b","Scroll of Wisdom":"\u77e5\u8bc6\u5377\u8f74","Colossal Life Flask":"\u9ad8\u9636\u751f\u547d\u836f\u5242","Infested Ape":"\u611f\u67d3\u72c2\u733f","Acclimatisation":"\u6c14\u5019\u9002\u5e94","Whirling Blades":"\u56de\u65cb\u4e4b\u5203","Doryani\'s Invitation Heavy Belt":"\u591a\u91cc\u4e9a\u5c3c\u4e4b\u7ea6 \u91cd\u9769\u8170\u5e26","Soldier Helmet":"\u58eb\u5175\u4e4b\u76d4","Rain Tempter":"\u8bf1\u60d1\u4e4b\u96e8","Mausoleum Map":"\u738b\u9675","Shuddering Fossil":"\u9707\u98a4\u5316\u77f3","Tainted Blessing":"\u6c61\u79fd\u795d\u798f","Winged Shaper Scarab":"\u6709\u7ffc\u7684\u5851\u754c\u8005\u5723\u7532\u866b","Shore Map (The Awakening)":"\u66ae\u5149\u6d77\u6ee9(\u89c9\u9192)","Military Staff":"\u519b\u7528\u957f\u6756","Lacerate":"\u7834\u7a7a\u65a9","Runic Gloves":"\u7b26\u6587\u624b\u5957","Karui Ward Jade Amulet":"\u5361\u9c81\u7684\u6218\u5fbd \u7fe0\u7389\u62a4\u8eab\u7b26","Boulderback":"\u5de8\u77f3\u725b\u9b54\u50cf","Lair Map":"\u5de2\u7a74","The Warlord":"\u5927\u519b\u9600","Tyrannursus Maximus":"\u5de8\u517d\u9738\u4e3b","Bearded Skycaller":"\u7f8a\u4eba\u5524\u7a7a\u8005","Screaming Essence of Anguish":"\u714e\u71ac\u4e4b\u5486\u54ee\u7cbe\u534e","Xixic, High Necromancer":"\u9996\u5e2d\u64cd\u7075\u8005\u5e0c\u897f\u514b","Magnum Opus":"\u4ee3\u8868\u4f5c","Death and Taxes Necropolis Map (Atlas of Worlds)":"\u4ea1\u8005\u4e4b\u8d22 \u9b54\u5f71\u5893\u573a(\u5f02\u754c\u56fe\u9274)","Runic Greaves":"\u7b26\u6587\u80eb\u7532","Repentance Crusader Gloves":"\u6094\u609f\u4e4b\u638c \u5723\u6218\u624b\u5957","Tombfist Steelscale Gauntlets":"\u9675\u62f3 \u94a2\u5f71\u62a4\u624b","Vision of Justice":"\u6b63\u4e49\u4e4b\u89c6","Replica Primordial Might Crimson Jewel":"\u8d77\u6e90\u529b\u91cf\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","Enraptured Arachnid":"\u6fc0\u8fdb\u5de8\u86db","Crimson Jewel":"\u8d64\u7ea2\u73e0\u5b9d","Pristine Fossil":"\u539f\u59cb\u5316\u77f3","Gilded Blight Scarab":"\u9540\u91d1\u7684\u83cc\u6f6e\u5723\u7532\u866b","Carnage Heart Onyx Amulet":"\u5c60\u622e\u4e4b\u5fc3 \u9ed1\u66dc\u62a4\u8eab\u7b26","Void Axe":"\u865a\u5f71\u5de8\u65a7","Tribute to the Goddess":"\u5973\u795e\u8d21\u54c1","Shaped Dungeon Map (Atlas of Worlds)":"\u7981\u9b42\u708e\u72f1(\u5851)(\u5f02\u754c\u56fe\u9274)","Awakened Burning Damage Support":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Gluttony Leather Belt":"\u66b4\u98df \u76ae\u9769\u8170\u5e26","Dread Primate":"\u6050\u60e7\u72c2\u733f","Destined to Crumble":"\u6b92\u843d\u7684\u547d\u8fd0","Replica Restless Ward Carnal Armour":"\u65e0\u5c3d\u4e4b\u536b\u3010\u4eff\u54c1\u3011 \u7981\u793c\u4e4b\u7532","Skittering Delirium Orb":"\u8ff7\u8e2a\u7684\u96fe\u9b47\u5b9d\u73e0","The Red Nightmare Crimson Jewel":"\u8d64\u5f71\u68a6\u9b47 \u8d64\u7ea2\u73e0\u5b9d","Marshes Map":"\u7edd\u671b\u6cbc\u6cfd","Imbued Catalyst":"\u704c\u6ce8\u50ac\u5316\u5242","Starforge Infernal Sword":"\u5851\u661f\u8005 \u72f1\u708e\u91cd\u5251","Vile Staff":"\u6bd2\u7259\u957f\u6756","Redblade Tramplers Ancient Greaves":"\u7ea2\u5203\u8e42\u8e8f\u9774 \u8fdc\u53e4\u80eb\u7532","The Unshattered Will Archon Kite Shield":"\u4e0d\u5c48\u4e4b\u5fd7 \u5a01\u80fd\u9e22\u76fe","Slavedriver\'s Hand Ambush Mitts":"\u5974\u96b6\u8d29\u5b50\u4e4b\u624b \u4f0f\u51fb\u62a4\u624b","Scrabbling Menace":"\u5229\u722a\u6c99\u87f9","Crown of the Inward Eye Prophet Crown":"\u5185\u7701\u4e4b\u51a0 \u7bb4\u8a00\u6218\u51a0","Pier Map (The Awakening)":"\u6012\u6d6a\u4e4b\u6e2f(\u89c9\u9192)","Lava Chamber Map (The Awakening)":"\u7194\u5ca9\u4e4b\u6bbf(\u89c9\u9192)","Alchemical Chalice":"\u70bc\u91d1\u676f","Shrieking Essence of Contempt":"\u8f7b\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e","Summon Flame Golem":"\u53ec\u5524\u70c8\u7130\u9b54\u50cf","Essence Drain":"\u7075\u9b42\u5438\u53d6","Reefbane Fishing Rod":"\u707e\u7978\u4e4b\u7901 \u9c7c\u7aff","Minefield Support":"\u5730\u96f7\u7f51","Uzaza\'s Meadow Sapphire Ring":"\u4e4c\u624e\u8428\u7684\u8349\u539f \u84dd\u7389\u6212\u6307","Savant\'s Robe":"\u667a\u8005\u4e4b\u888d","Stone of the Currents":"\u6ce5\u77f3\u6d41","Blighted Delirium Orb":"\u67af\u840e\u7684\u96fe\u9b47\u5b9d\u73e0","Blood of Innocence":"\u7eaf\u51c0\u4e4b\u8840","Alteration Shard":"\u6539\u9020\u77f3\u788e\u7247","Astral Projector Topaz Ring":"\u661f\u754c\u6295\u5f71 \u9ec4\u7389\u6212\u6307","Saqawal\'s Flock Silken Hood":"\u82cd\u7a7a\u4e4b\u7fce \u7ef8\u7f0e\u4e4b\u515c","Chrome-infused Chimeral":"\u878d\u94ec\u9f99\u8725","Imperial Skean":"\u5e1d\u56fd\u77ed\u5315","armour":"\u62a4\u7532","Tasalio\'s Sign Sapphire Ring":"\u5854\u8428\u91cc\u5965\u4e4b\u5370 \u84dd\u7389\u6212\u6307","Gladiator Plate":"\u89d2\u6597\u91cd\u94e0","Winged Divination Scarab":"\u6709\u7ffc\u7684\u795e\u6069\u5723\u7532\u866b","Dash":"\u51b2\u523a","Pagan Bishop of Agony":"\u82e6\u75db\u4e3b\u6559","Anatomical Knowledge Cobalt Jewel":"\u771f\u77e5\u707c\u89c1 \u94b4\u84dd\u73e0\u5b9d","The King\'s Heart":"\u738b\u8005\u4e4b\u5fc3","Voices Large Cluster Jewel":"\u5929\u795e\u4e4b\u97f3 \u5927\u578b\u661f\u56e2\u73e0\u5b9d","Geofri\'s Sanctuary Elegant Ringmail":"\u5409\u5c14\u83f2\u7684\u5723\u6bbf \u6743\u8d35\u73af\u7532","Cold Iron Point Ezomyte Dagger":"\u5bd2\u94c1\u5203 \u827e\u5179\u9ea6\u4e4b\u5315","Ensnaring Arrow":"\u8bf1\u6355\u4e4b\u7bad","Replica Kalisa\'s Grace Samite Gloves":"\u5361\u8389\u838e\u7684\u4f18\u96c5\u4e4b\u5f71\u3010\u4eff\u54c1\u3011 \u7ee3\u5e03\u624b\u5957","Parasitic Passengers":"\u5bc4\u751f\u5ba2","Coves Map (Legacy)":"\u75be\u98ce\u5ce1\u6e7e(\u9057\u4ea7)","Albino Rhoa":"\u767d\u6bdb\u6050\u5599\u9e1f","Maze Hatchling":"\u8ff7\u5bab\u5b75\u5375\u8005","The Consuming Dark Fiend Dagger":"\u8695\u98df\u4e4b\u6697 \u517d\u8840\u77ed\u5315","Courtyard Map (The Awakening)":"\u5947\u672f\u4e4b\u5ead(\u89c9\u9192)","Reap":"\u7edd\u547d\u4e4b\u9570","Cast when Damage Taken Support":"\u53d7\u4f24\u65f6\u65bd\u653e","Infested Crustacean":"\u53d7\u75ab\u7532\u87f9","Doedre\'s Scorn Lunaris Circlet":"\u5fb7\u745e\u7684\u8511\u89c6 \u6708\u5f71\u4e4b\u51a0","Skin of the Lords Simple Robe":"\u541b\u4e3b\u4e4b\u80a4 \u7b80\u6613\u4e4b\u888d","Noxious Catalyst":"\u6709\u5bb3\u50ac\u5316\u5242","Carrion Minion":"\u98df\u8150\u4ed4\u866b","Lola, the Fierce":"\u66b4\u5f92\u7f57\u62c9","Deadly Ailments Support":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001","Sudden Dawn Steel Circlet":"\u66d9\u5149\u9aa4\u73b0 \u51b7\u94a2\u4e4b\u51a0","Prehistoric Claw":"\u53f2\u524d\u6218\u722a","Splitting Steel":"\u5206\u88c2\u94a2\u5203","Oba\'s Cursed Trove Primordial Blocks Map":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a","Carius, the Unnatural":"\u8d85\u7fa4\u7684\u5361\u745e\u65af","Simplex Amulet":"\u6734\u5b9e\u9879\u94fe","Avatar of the Skies":"\u5929\u7a7a\u4e4b\u8c61","Awakened Fire Penetration Support":"\u706b\u7130\u7a7f\u900f\uff08\u5f3a\u8f85\uff09","Maloney\'s Nightfall Vile Arrow Quiver":"\u9a6c\u6d1b\u5c3c\u7684\u66ae\u5149 \u90aa\u6076\u7bad\u888b","Bronze Plate":"\u9752\u94dc\u94e0\u7532","Chrome-touched Chimeral":"\u89e6\u94ec\u9f99\u8725","Karui Chopper":"\u5361\u9c81\u5de8\u65a7","Lesser Eldritch Ichor":"\u6b21\u7ea7\u53e4\u7075\u6eb6\u6db2","Farric Wolf Alpha":"\u5927\u5730\u5de8\u72fc","Field Lamellar":"\u91ce\u6218\u8584\u7532","Faster Casting Support":"\u5feb\u901f\u65bd\u6cd5","Crustacean Pelter":"\u72d9\u5f71\u63b7\u87f9","Warrior\'s Legacy Ruby Ring":"\u6218\u58eb\u7684\u9057\u4ea7 \u7ea2\u7389\u6212\u6307","More is Never Enough":"\u6c38\u4e0d\u77e5\u8db3","Armour Cruncher":"\u6bc1\u7532\u5de8\u517d","Rat\'s Nest Ursine Pelt":"\u9f20\u5de2 \u718a\u9996\u76ae\u76d4","Lingering Remnants":"\u7a0d\u7eb5\u5373\u901d","Greater Order Artifact":"\u9ad8\u7ea7\u6559\u56e2\u795e\u5668","Weeping Essence of Suffering":"\u82e6\u96be\u4e4b\u557c\u6ce3\u7cbe\u534e","Tul\'s Enriched Breachstone":"\u6258\u6c83\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","Ornate Incubator":"\u8c6a\u534e\u5b55\u80b2\u77f3","Unrelenting Timeless Maraketh Emblem":"\u4e0d\u5c48\u9a6c\u62c9\u514b\u65af\u5370\u8bb0","Tahsin, Warmaker":"\u8d77\u4e71\u8005\u5854\u8f9b","Rust of Winter Rusted Hatchet":"\u971c\u5203 \u9508\u65a7","Soldier Boots":"\u6218\u58eb\u4e4b\u9774","Maven\'s Invitation: Lex Proxima":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u672a\u6765\u4e4b\u5f8b","Grand Spectrum Cobalt Jewel":"\u805a\u5149\u4e4b\u77f3 \u94b4\u84dd\u73e0\u5b9d","Gemcutter\'s Prism":"\u5b9d\u77f3\u5320\u7684\u68f1\u955c","Maven\'s Invitation: The Hidden":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u9699\u9886\u4e3b","Geofri\'s Legacy Great Crown":"\u5409\u5c14\u83f2\u7684\u9057\u4ea7 \u5f3a\u5316\u5de8\u76d4","Orb of Regret":"\u540e\u6094\u77f3","Golden Mantle":"\u9ec4\u91d1\u6218\u7532","Elegant Hubris Timeless Jewel":"\u4f18\u96c5\u7684\u72c2\u5984 \u6c38\u6052\u73e0\u5b9d","Shaped Mesa Map (Atlas of Worlds)":"\u8d64\u7ea2\u5c71\u5730(\u5851)(\u5f02\u754c\u56fe\u9274)","Plateau Map (Legacy)":"\u6d77\u98ce\u9ad8\u539f(\u9057\u4ea7)","Transfer-attuned Spirit Shield":"\u9002\u5e94\u578b\u9b54\u76fe","Timeless Karui Splinter":"\u6c38\u6052\u5361\u9c81\u88c2\u7247","Chasing Risk":"\u98ce\u9669\u8ffd\u9010","Ritual Sceptre":"\u796d\u4eea\u77ed\u6756","Vaal Immortal Call":"\u74e6\u5c14\uff1a\u4e0d\u673d\u6012\u568e","The Enthusiasts":"\u53e4\u9053\u70ed\u80a0","Oscillating Sceptre":"\u6447\u6446\u77ed\u6756","The Front Line Small Cluster Jewel":"\u524d\u7ebf \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","The Encephelophage":"\u72e0\u6bd2\u5bc4\u751f\u866b","Alder Spiked Shield":"\u6864\u6728\u523a\u76fe","Judgement Staff":"\u5ba1\u5224\u957f\u6756","Nightmarish Crawler":"\u68a6\u9b47\u98df\u8150\u866b","Perepiteia Ezomyte Spiked Shield":"\u5cf0\u56de\u8def\u8f6c \u827e\u5179\u9ea6\u523a\u76fe","Stormfire Opal Ring":"\u98ce\u66b4\u4e4b\u708e \u86cb\u767d\u77f3\u6212\u6307","Fathom Screamer":"\u7edd\u57df\u5c16\u5578\u8005","Tul\'s Breachstone":"\u6258\u6c83\u88c2\u9699\u77f3","Shaped Burial Chambers Map (Atlas of Worlds)":"\u5e7d\u95ed\u5893\u9886(\u5851)(\u5f02\u754c\u56fe\u9274)","Padded Jacket":"\u957f\u8896\u68c9\u8884","Fire Trap":"\u706b\u7130\u9677\u9631","Sulphur Blowtorch":"\u786b\u78fa\u55b7\u706f","Pillar of the Caged God Long Staff":"\u56da\u795e\u6775 \u957f\u6756","Crusader Chainmail":"\u5723\u6218\u9501\u7532","Vaal Flameblast":"\u74e6\u5c14\uff1a\u70c8\u7130\u7206\u7834","Replica Conqueror\'s Efficiency Crimson Jewel":"\u5f81\u670d\u8005\u7684\u8fc5\u6377\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","Starkonja\'s Head Silken Hood":"\u65af\u5854\u7a7a\u52a0\u4e4b\u9996 \u7ef8\u7f0e\u4e4b\u515c","Blackgleam Fire Arrow Quiver":"\u9ed1\u708e\u4e4b\u8292 \u706b\u7075\u7bad\u888b","The Perandus Manor Chateau Map (The Awakening)":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed \u53e4\u5821(\u89c9\u9192)","Arcade Map (Atlas of Worlds)":"\u5d29\u574f\u957f\u5eca(\u5f02\u754c\u56fe\u9274)","Colosseum Map (Atlas of Worlds)":"\u5927\u51b3\u6597\u573a(\u5f02\u754c\u56fe\u9274)","Lightning Arrow":"\u95ea\u7535\u7bad\u77e2","Shipyard Map (Legacy)":"\u70bd\u708e\u8239\u575e(\u9057\u4ea7)","Nightmarish Carrion":"\u68a6\u9b47\u8150\u98df\u8005","Fourth Piece of Focus Archon Kite Shield Piece":"\u4e0d\u5c48\u5148\u9a71\u8005IV \u5a01\u80fd\u9e22\u76fe","Pernach":"\u950b\u5203\u91cd\u9524","Assassin\'s Favour":"\u6697\u5f71\u6069\u60e0","Naval Contract":"\u6d77\u519b\u5951\u7ea6","Scholar of the Seas":"\u6d77\u6d0b\u5b66\u8005","Ruins Hellion":"\u5e9f\u589f\u5730\u72f1\u72ac","Ice Spear":"\u51b0\u77db","Romira\'s Banquet Diamond Ring":"\u7f57\u7c73\u62c9\u7684\u6f5c\u529b\u4e4b\u73af \u5b9d\u94bb\u6212\u6307","Timber Axe":"\u88c2\u6728\u5de8\u65a7","Geode Map (Atlas of Worlds)":"\u6c34\u6676\u6d1e\u7a74(\u5f02\u754c\u56fe\u9274)","Berrots, The Breaker":"\u7834\u574f\u8005\u8d1d\u7f57\u7279\u65af","Crusader Boots":"\u5723\u6218\u957f\u9774","Lightning Penetration Support":"\u95ea\u7535\u7a7f\u900f","Bowyer\'s Dream":"\u5f13\u5320\u7684\u68a6\u60f3","Basalt Flask":"\u77f3\u5316\u836f\u5242","The Retch Rustic Sash":"\u5455\u5410 \u7d20\u5e03\u8170\u5e26","Shaped Ramparts Map (Atlas of Worlds)":"\u5947\u8ff9\u4e4b\u5899(\u5851)(\u5f02\u754c\u56fe\u9274)","Rawhide Gloves":"\u751f\u76ae\u624b\u5957","Spider Forest Map (Atlas of Worlds)":"\u5de8\u86db\u4e4b\u6797(\u5f02\u754c\u56fe\u9274)","Fenumus\' Shroud Widowsilk Robe":"\u6697\u591c\u5f11\u8863 \u6bd2\u86db\u4e1d\u4e4b\u888d","Bone Offering":"\u9ab8\u9aa8\u5949\u732e","Jungle Valley Map":"\u5267\u6bd2\u6797\u8c37","Spiked Gloves":"\u6263\u9489\u624b\u5957","Baroque Round Shield":"\u53e4\u4ee3\u5706\u76fe","Scorpion\'s Call Broadhead Arrow Quiver":"\u9b54\u874e\u7684\u547c\u5524 \u5bbd\u77e2\u7bad\u888b","Brawn Crimson Jewel":"\u7b4b\u9aa8\u5f3a\u5316 \u8d64\u7ea2\u73e0\u5b9d","Sanctified Life Flask":"\u5723\u5316\u751f\u547d\u836f\u5242","Lethal Pride Timeless Jewel":"\u81f4\u547d\u7684\u9a84\u50b2 \u6c38\u6052\u73e0\u5b9d","Brush, Paint and Palette":"\u7b14\u58a8\u6a2a\u59ff","Shaped Atoll Map (Atlas of Worlds)":"\u6ee8\u6d77\u5c71\u4e18(\u5851)(\u5f02\u754c\u56fe\u9274)","Arrogance of the Vaal":"\u74e6\u5c14\u7684\u50b2\u6162","Specularity Scroll":"\u5149\u68f1\u5377\u8f74","Desert Map":"\u8d2b\u7620\u4e4b\u5730","Hooded Cloak":"\u8fde\u5e3d\u62ab\u98ce","It That Fell":"\u5815\u6c89\u5de8\u722a","The Eye of Terror":"\u6050\u6016\u4e4b\u773c","Fundamental Fossil":"\u6839\u57fa\u5316\u77f3","Mage\'s Vestment":"\u535a\u5b66\u957f\u8863","Farrul\'s Fur Triumphant Lamellar":"\u5927\u5730\u4e4b\u62a4 \u80dc\u5229\u76d4\u7532","Muttering Essence of Anger":"\u6124\u6012\u4e4b\u5462\u5583\u7cbe\u534e","The Deep Ones":"\u6df1\u6e0a\u4e4b\u5b50","Flame Dash":"\u70c8\u7130\u51b2\u523a","Replica Kaom\'s Heart Glorious Plate":"\u5188\u59c6\u7684\u58ee\u5fd7\u3010\u4eff\u54c1\u3011 \u8363\u8000\u6218\u94e0","Jade Flask":"\u7fe0\u7389\u836f\u5242","Goliath Greaves":"\u5de8\u7075\u80eb\u7532","Eternal Mana Flask":"\u6c38\u6052\u9b54\u529b\u836f\u5242","Trapper Boots":"\u730e\u4eba\u4e4b\u9774","Inya\'s Epiphany Arcanist Slippers":"\u8335\u96c5\u7684\u542f\u8499 \u79d8\u672f\u4fbf\u978b","Soul Taker Siege Axe":"\u5f00\u819b\u65a7 \u7834\u57ce\u65a7","Lion Pelt":"\u72ee\u9996\u76ae\u76d4","Replica Kongor\'s Undying Rage Terror Maul":"\u5eb7\u6208\u7684\u6218\u708e\u3010\u4eff\u54c1\u3011 \u60e7\u7075\u91cd\u9524","Dark Forest Map":"\u591c\u8bed\u5e7d\u6797","Jorus, Sky\'s Edge":"\u7a7a\u4e4b\u8fb9\u9645\u4e54\u745e\u65af","Deafening Essence of Anger":"\u6124\u6012\u4e4b\u7834\u7a7a\u7cbe\u534e","The Dark Mage":"\u9ed1\u6697\u672f\u8005","The Wolf":"\u7fa4\u72fc\u4e4b\u738b","Death\'s Hand Karui Sceptre":"\u6b7b\u795e\u4e4b\u624b \u5361\u9c81\u77ed\u6756","Barthol, the Corruptor":"\u5df4\u7d22\u5c14\uff0c\u8150\u5316\u4e4b\u5149","Third Piece of Directions Blunt Arrow Quiver Piece":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247III \u949d\u77e2\u7bad\u888b","Replica Abyssus Ezomyte Burgonet":"\u6df1\u6e0a\u4e4b\u5524\u3010\u4eff\u54c1\u3011 \u827e\u5179\u9ea6\u575a\u76d4","Golden Hetzapal Idol":"\u91d1\u8272\u8d6b\u624e\u5e15\u795e\u50cf","Gauche Gloves":"\u7b28\u91cd\u624b\u5957","Versatile Keyring":"\u591a\u7528\u94a5\u5319\u73af","Primitive Ape":"\u7075\u733f\u4e4b\u9996","K\'aj A\'alai":"\u504f\u89c1\u4e4b\u5fc3","The Deep One\'s Hide Studded Round Shield":"\u6df1\u6e0a\u7edd\u58c1 \u94c6\u9489\u5706\u76fe","The Gluttonous Tide Citadel Bow":"\u8d2a\u5a6a\u4e4b\u6f6e \u57ce\u585e\u6218\u5f13","Golden Xoplotli Idol":"\u91d1\u8272\u590f\u535c\u62c9\u5229\u795e\u50cf","Machina Mitts Murder Mitts":"\u9a6c\u5947\u7eb3\u62a4\u624b \u6697\u5f71\u8005\u62a4\u624b","Guardian of the Minotaur":"\u725b\u5934\u4eba\u5b88\u536b","Storm Brand":"\u98ce\u66b4\u70d9\u5370","The Unexpected Prize":"\u610f\u5916\u6536\u83b7","Precursor\'s Emblem Two-Stone Ring":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u53cc\u7389\u6212\u6307","Frostblink":"\u51b0\u971c\u95ea\u73b0","Monkey Twins Talisman":"\u53cc\u7334\u9b54\u7b26","Deafening Essence of Loathing":"\u538c\u6076\u4e4b\u7834\u7a7a\u7cbe\u534e","Runic Helm":"\u7b26\u6587\u5934\u76d4","Omen on the Winds Viridian Jewel":"\u98ce\u4e4b\u542f\u793a \u7fe0\u7eff\u73e0\u5b9d","Vaal Hatchet":"\u74e6\u5c14\u6218\u65a7","Martyr\'s Crown Vine Circlet":"\u70c8\u58eb\u4e4b\u51a0 \u85e4\u8513\u4e4b\u51a0","Hallowed Hybrid Flask":"\u795d\u798f\u590d\u5408\u836f\u5242","The Whispering Ice Vile Staff":"\u51b0\u70b9\u4f4e\u8bed \u6bd2\u7259\u957f\u6756","The Admirer":"\u4ef0\u6155\u8005","Guardian of the Vault":"\u5b9d\u85cf\u5b88\u62a4\u8005","Blood Chieftain":"\u8840\u9762\u914b\u957f","Hall of Grandmasters Promenade Map (Atlas of Worlds)":"\u5143\u5e05\u6bbf\u5802 \u6708\u8272\u56de\u5eca(\u5f02\u754c\u56fe\u9274)","Primal Skull Talisman":"\u7687\u9aa8\u9b54\u7b26","Augmented Distant Memory Haunted Mansion Map":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 \u5e7d\u9b42\u5b85\u90b8","The Gentleman":"\u7ec5\u58eb\u4e4b\u98ce","Ancient Orb":"\u8fdc\u53e4\u77f3","The Sea Pearl Heirloom":"\u6d77\u73cd\u73e0\u7684\u9057\u4ea7","Stagnation Map":"\u505c\u6ede\u533a","Captured Soul of Herald of Thunder":"\u5df2\u6355\u83b7\u7684\u5929\u96f7\u4e4b\u5146\u4e4b\u9b42","Maelstr\xf6m of Chaos Atoll Map (Atlas of Worlds)":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18(\u5f02\u754c\u56fe\u9274)","Maven\'s Invitation: Haewark Hamlet":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6d77\u6c83\u514b\u6751","Garb of the Ephemeral Savant\'s Robe":"\u65e0\u5e38\u6cd5\u888d \u667a\u8005\u4e4b\u888d","Bottled Faith Sulphur Flask":"\u74f6\u4e2d\u4fe1\u4ef0 \u786b\u78fa\u836f\u5242","Chrome-infused Croaker":"\u878d\u94ec\u5b9d\u77f3\u86d9","Bladeback Guardian":"\u950b\u80cc","The Old Man":"\u8001\u4eba","The Dreamer":"\u8ffd\u68a6\u8005","Cowl of the Cryophile Silken Hood":"\u55dc\u5bd2\u4e4b\u51a0 \u7ef8\u7f0e\u4e4b\u515c","The King\'s Blade":"\u738b\u8005\u4e4b\u5203","Emperor\'s Vigilance Steel Kite Shield":"\u7687\u5e1d\u7684\u8b66\u6212 \u51b7\u94a2\u9e22\u76fe","Platinum Sceptre":"\u767d\u91d1\u77ed\u6756","Spine Serpent":"\u810a\u523a\u5de8\u86c7","Dead Reckoning Cobalt Jewel":"\u6b7b\u4ea1\u6e05\u7b97 \u94b4\u84dd\u73e0\u5b9d","The Ascetic Gold Amulet":"\u82e6\u884c \u5e1d\u91d1\u62a4\u8eab\u7b26","Crater Map":"\u9668\u5751","Vicious Projectiles Support":"\u90aa\u6076\u6295\u63b7","Lunaris Circlet":"\u6708\u5f71\u4e4b\u51a0","Wintertide Brand":"\u51ac\u6f6e\u70d9\u5370","Gardens Map (The Awakening)":"\u82b1\u56ed\u8ff7\u5bab(\u89c9\u9192)","Abandoned Wealth":"\u5f03\u8d22\u6c42\u751f","The Spark and the Flame":"\u95ea\u5149\u4e0e\u706b\u7130","Coronal Maul":"\u82b1\u51a0\u91cd\u9524","Channel Map (Atlas of Worlds)":"\u79d8\u5bc6\u901a\u9053(\u5f02\u754c\u56fe\u9274)","The Princess Sabre":"\u5973\u7235 \u65e7\u519b\u5200","Apep\'s Supremacy Vaal Spirit Shield":"\u827e\u666e\u7684\u9738\u6743 \u74e6\u5c14\u9b54\u76fe","Lioneye\'s Remorse Pinnacle Tower Shield":"\u72ee\u773c\u7684\u8363\u8000\u4e4b\u76fe \u575a\u6bc5\u5854\u76fe","Orb of Unmaking":"\u7c89\u788e\u77f3","Twyzel Sage Wand":"\u5ce1\u6e7e\u4e4b\u661f \u8d24\u8005\u6cd5\u6756","Ryslatha\'s Coil Studded Belt":"\u745e\u65af\u62c9\u8428\u7684\u7ebf\u5708 \u6263\u9489\u8170\u5e26","Infected Rhoa":"\u53d7\u611f\u67d3\u7684\u6050\u5599\u9e1f","Shrieking Essence of Wrath":"\u96f7\u9706\u4e4b\u5c16\u5578\u7cbe\u534e","Deafening Essence of Dread":"\u5fcc\u60ee\u4e4b\u7834\u7a7a\u7cbe\u534e","Primordial Blocks Map (Atlas of Worlds)":"\u8fdc\u53e4\u8857\u533a(\u5f02\u754c\u56fe\u9274)","Voidwalker Murder Boots":"\u865a\u7a7a\u884c\u8005 \u6697\u5f71\u8005\u957f\u9774","Story of the Vaal Gemstone Sword":"\u74e6\u5c14\u4f20\u8bf4 \u5b9d\u77f3\u4e4b\u5251","Acid Caverns Map (Atlas of Worlds)":"\u5f3a\u9178\u6d1e\u7a74(\u5f02\u754c\u56fe\u9274)","Saint\'s Hauberk":"\u5723\u8005\u94fe\u7532","Ironscale Gauntlets":"\u94c1\u5f71\u624b\u5957","Loreweave Elegant Ringmail":"\u6ee1\u6ea2\u4e4b\u7532 \u6743\u8d35\u73af\u7532","Arc":"\u7535\u5f27","Ancestral Protector":"\u5148\u7956\u536b\u58eb","Replica Cheap Construction Viridian Jewel":"\u5ec9\u4ef7\u5efa\u8bbe\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","Primal Incubator":"\u539f\u59cb\u5b55\u80b2\u77f3","Chrome-touched Croaker":"\u94ec\u89e6\u9e23\u86d9","Replica Atziri\'s Foible Paua Amulet":"\u963f\u5179\u91cc\u5723\u5fbd\u3010\u4eff\u54c1\u3011 \u6d77\u7075\u62a4\u8eab\u7b26","Essence Leaguestone":"\u7cbe\u534e\u8d5b\u5b63\u77f3","Emperor\'s Mastery Prismatic Jewel":"\u5e1d\u738b\u7684\u7eaf\u719f \u4e09\u76f8\u73e0\u5b9d","The Sorrow of the Divine Sulphur Flask":"\u795e\u5723\u54c0\u60bc \u786b\u78fa\u836f\u5242","Ceremonial Goblet":"\u5e86\u5178\u9152\u676f","Leather Cap":"\u76ae\u5e3d","Gilded Elder Scarab":"\u9540\u91d1\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","Windbreak Boots":"\u7834\u98ce\u4e4b\u9774","Third Piece of Brutality Imperial Staff Piece":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247III \u5e1d\u56fd\u957f\u6756","Deafening Essence of Suffering":"\u82e6\u96be\u4e4b\u7834\u7a7a\u7cbe\u534e","Zerphi\'s Last Breath Grand Mana Flask":"\u6cfd\u4f5b\u4f0a\u7684\u7ec8\u606f \u4f18\u8d28\u9b54\u529b\u836f\u5242","Shaped Acid Caverns Map (Atlas of Worlds)":"\u5f3a\u9178\u6d1e\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Thaumaturge\'s Delirium Orb":"\u5947\u672f\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","Leather Bracers":"\u76ae\u9769\u62a4\u8155","Forbidden Taste Quartz Flask":"\u7981\u679c \u77f3\u82f1\u836f\u5242","Cast On Critical Strike Support":"\u66b4\u51fb\u65f6\u65bd\u653e","Wall of Brambles Plate Vest":"\u8346\u68d8\u4e4b\u5899 \u94c1\u5236\u80cc\u5fc3","Apex Mode Cobalt Jewel":"\u5dc5\u5cf0\u72b6\u6001 \u94b4\u84dd\u73e0\u5b9d","Capacity Rod":"\u8f7d\u8377\u4e4b\u6756","Strand Map (The Awakening)":"\u81f4\u547d\u5ca9\u6ee9(\u89c9\u9192)","The Green Dream Viridian Jewel":"\u9752\u5f71\u68a6\u5883 \u7fe0\u7eff\u73e0\u5b9d","Steel Circlet":"\u51b7\u94a2\u4e4b\u51a0","The Surgeon":"\u5916\u79d1\u533b\u5e08","Nuro\'s Harp Harbinger Bow":"\u52aa\u7f57\u7684\u7ad6\u7434 \u5148\u9a71\u8005\u4e4b\u5f13","Ice Nova":"\u51b0\u971c\u65b0\u661f","Firestorm":"\u70c8\u708e\u98ce\u66b4","The Snowblind Grace Coronal Leather":"\u96ea\u76f2\u6069\u60e0 \u5149\u8000\u76ae\u7532","Temporal Chains":"\u65f6\u7a7a\u9501\u94fe","Engraved Wand":"\u7b26\u6587\u6cd5\u6756","Gilded Expedition Scarab":"\u9540\u91d1\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","Esh\'s Charged Breachstone":"\u827e\u8bb8\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","Splintered Tower Shield":"\u673d\u6728\u5854\u76fe","Corrugated Buckler":"\u6ce2\u7eb9\u8f7b\u76fe","Faceted Fossil":"\u68f1\u9762\u5316\u77f3","Mephod, the Earth Scorcher":"\u64bc\u5730\u8005\u7c73\u798f\u5fb7","Steelwood Bow":"\u94a2\u6728\u4e4b\u5f13","Disintegrator Maelstr\xf6m Staff":"\u88c2\u4e16\u8f6e\u56de \u98ce\u66b4\u957f\u6756","Fist of War Support":"\u6218\u4e89\u94c1\u62f3\uff08\u8f85\uff09","The Taming Prismatic Ring":"\u5143\u7d20\u4e4b\u7ae0 \u4e09\u76f8\u6212\u6307","Replica Poorjoy\'s Asylum Temple Map":"\u6c89\u6ca6\u4e4b\u95f4\u3010\u4eff\u54c1\u3011 \u593a\u9b42\u4e4b\u6bbf","Kalguuran Incubator":"\u5361\u53e4\u5170\u5b55\u80b2\u77f3","Samnite Helmet":"\u8428\u59c6\u5c3c\u76d4","Darkscorn Assassin Bow":"\u591c\u541f \u6697\u5f71\u5f13","Ashes of the Stars Onyx Amulet":"\u7fa4\u661f\u4e4b\u7070 \u9ed1\u66dc\u62a4\u8eab\u7b26","Victario\'s Influence Lacquered Garb":"\u7ef4\u591a\u91cc\u5965\u4e4b\u7edd\u54cd \u6f06\u5f69\u675f\u8863","Deafening Essence of Misery":"\u51c4\u60e8\u4e4b\u7834\u7a7a\u7cbe\u534e","Fractured Fossil":"\u5206\u88c2\u5316\u77f3","jewels":"\u73e0\u5b9d","Wraithlord Bone Circlet":"\u5e7d\u51a5\u7075\u738b \u7075\u9aa8\u4e4b\u51a0","Dunes Map (The Awakening)":"\u66ae\u8272\u6c99\u4e18(\u89c9\u9192)","Arcade Map (The Awakening)":"\u5d29\u574f\u957f\u5eca(\u89c9\u9192)","Copper Kris":"\u94dc\u953b\u6ce2\u5203","Awakened Melee Splash Support":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563\uff08\u5f3a\u8f85\uff09","Diamond Flask":"\u5b9d\u94bb\u836f\u5242","Second Piece of Time Cloth Belt Piece":"\u65f6\u7a7a\u5148\u9a71\u8005\u788e\u7247II \u9970\u5e03\u8170\u5e26","Necropolis Map (Atlas of Worlds)":"\u9b54\u5f71\u5893\u573a(\u5f02\u754c\u56fe\u9274)","The Ghastly Theatre Teak Round Shield":"\u60ca\u60b8\u5267\u9662 \u67da\u6728\u5706\u76fe","Cursed Words":"\u6076\u8a00\u8bc5\u5492","Rusted Coif":"\u9508\u94c1\u94fe\u76d4","Golden Plate":"\u91d1\u8000\u4e4b\u94e0","Sorcerer Boots":"\u672f\u58eb\u957f\u9774","Mutated Croaker":"\u7a81\u53d8\u7684\u5b9d\u77f3\u86d9","Brooding Tarantula":"\u5b75\u5375\u7684\u6bdb\u86db","Rusted Spike":"\u9508\u523a\u5251","Gnarled Branch":"\u673d\u6728\u4e4b\u5e72","Layered Kite Shield":"\u5c42\u677f\u9e22\u76fe","Bone Crypt Map (The Awakening)":"\u53e4\u77f3\u9675\u5893(\u89c9\u9192)","Eye of Winter":"\u51db\u51ac\u4e4b\u773c","Mirror of Teklatipitzi":"\u7279\u5361\u62c9\u72c4\u535c\u8328\u4e4b\u955c","Tricorne":"\u4e09\u89d2\u5e3d","Vixen\'s Entrapment Embroidered Gloves":"\u5201\u5987\u7684\u5708\u5957 \u523a\u7ee3\u624b\u5957","The Conqueror Wurm":"\u70c8\u6218\u4e4b\u7075","Ez Myrae Tome":"\u827e\u5179\u9ea6\u5c14\u5377\u518c","Fragmentation Scroll":"\u7834\u788e\u5377\u8f74","Splinter of Tul":"\u88c2\u9699\u788e\u7247","Greater Multiple Projectiles Support":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04","Atziri\'s Acuity Vaal Gauntlets":"\u963f\u5179\u91cc\u7684\u6377\u601d \u74e6\u5c14\u62a4\u624b","Worldcarver Dragonscale Gauntlets":"\u4e16\u754c\u96d5\u523b\u8005 \u9f99\u9cde\u624b\u5957","Rawhide Boots":"\u751f\u76ae\u77ed\u9774","Exalted Orb":"\u5d07\u9ad8\u77f3","Boon of the First Ones":"\u5148\u7956\u8d50\u798f","Vix Lunaris Cardinal Round Shield":"\u5f71\u6708 \u796d\u8005\u5706\u76fe","Lacewood Spirit Shield":"\u8f6f\u6a61\u9b54\u76fe","Awakener\'s Orb":"\u89c9\u9192\u8005\u4e4b\u77f3","Lioneye\'s Paws Leatherscale Boots":"\u72ee\u773c\u7684\u6597\u5fd7 \u7c97\u9cde\u76ae\u9774","Long Bow":"\u957f\u5f13","Eldritch Orb of Annulment":"\u53e4\u7075\u5265\u79bb\u77f3","Micro-Distillery Belt":"\u4f4e\u917f\u8170\u5e26","Antique Greaves":"\u53e4\u94a2\u80eb\u7532","Grove Bow":"\u4e1b\u6797\u730e\u5f13","Breach Ring":"\u88c2\u9699\u6212\u6307","Circle of Fear Sapphire Ring":"\u6050\u60e7\u4e4b\u73af \u84dd\u7389\u6212\u6307","Malachai\'s Loop Harmonic Spirit Shield":"\u8f6e\u56de \u548c\u8c10\u9b54\u76fe","Iron Mask":"\u94c1\u953b\u4e4b\u9762","Orb of Binding":"\u9ad8\u9636\u70b9\u91d1\u77f3","Minion Speed Support":"\u53ec\u5524\u751f\u7269\u901f\u5ea6","Rearguard Blunt Arrow Quiver":"\u5bd2\u950b\u4e4b\u536b \u949d\u77e2\u7bad\u888b","Soulthirst Cloth Belt":"\u55dc\u9b42 \u9970\u5e03\u8170\u5e26","The Baron Close Helmet":"\u7537\u7235 \u62a4\u9762\u76d4","Poorjoy\'s Asylum Temple Map":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf","Scroll Fragment":"\u5377\u8f74\u788e\u7247","Full Leather":"\u8fde\u8eab\u76ae\u7532","First Piece of Directions Blunt Arrow Quiver Piece":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247I \u949d\u77e2\u7bad\u888b","Despair":"\u7edd\u671b","Goldwyrm Nubuck Boots":"\u9f99\u708e\u8db3\u8ff9 \u7802\u5f71\u77ed\u9774","Bramblejack Plate Vest":"\u523a\u68d8\u5b9d\u7532 \u94c1\u5236\u80cc\u5fc3","Blood of Summer Rusted Sword":"\u708e\u590f\u4e4b\u8840 \u9508\u5251","Murk Runner":"\u9634\u6697\u6050\u5599\u9e1f","Unrelenting Timeless Eternal Emblem":"\u4e0d\u5c48\u5e1d\u56fd\u5370\u8bb0","The Traitor":"\u80cc\u53db\u8005","Blunt Arrow Quiver":"\u949d\u77e2\u7bad\u888b","Shining Ward":"\u95ea\u8000\u7ed3\u754c","Glorious Leather":"\u8363\u8000\u76ae\u7532","Replica Maloney\'s Mechanism Ornate Quiver":"\u9a6c\u6d1b\u5c3c\u7684\u6280\u5de7\u3010\u4eff\u54c1\u3011 \u534e\u7f8e\u7bad\u888b","Dyadus Infernal Axe":"\u9f99\u51e4\u541f \u72f1\u706b\u4e4b\u5203","Atziri\'s Splendour Sacrificial Garb":"\u963f\u5179\u91cc\u7684\u5a01\u6743 \u796d\u793c\u675f\u8863","The Goddess Bound Whalebone Rapier":"\u5973\u795e\u7684\u7075\u7f1a \u9cb8\u9aa8\u7ec6\u5203","Geofri\'s Baptism Brass Maul":"\u5409\u5c14\u83f2\u7684\u51c0\u7f6a\u4e4b\u9524 \u94dc\u5f71\u5de8\u9524","Saqawal\'s Nest Blood Raiment":"\u82cd\u7a7a\u4e4b\u5de2 \u8840\u8272\u4e4b\u8863","The Enlightened":"\u667a\u6167\u542f\u8499","Screaming Essence of Spite":"\u523b\u6bd2\u4e4b\u5de8\u543c\u7cbe\u534e","Iron Heart Crusader Plate":"\u94a2\u94c1\u4e4b\u5fc3 \u5f81\u6218\u91cd\u94e0","Factory Map":"\u5de5\u5382\u9057\u8ff9","Tainted Divine Teardrop":"\u6c61\u67d3\u795e\u6cea","Satin Gloves":"\u7f0e\u5e03\u624b\u5957","Precision":"\u7cbe\u51c6","The Gorgon":"\u845b\u5c14\u8d21","Waste Pool Map (Atlas of Worlds)":"\u6b7b\u5bc2\u6ce5\u6c9f(\u5f02\u754c\u56fe\u9274)","Abrasive Catalyst":"\u7814\u78e8\u50ac\u5316\u5242","Villa Map (Atlas of Worlds)":"\u9b45\u5f71\u522b\u5885(\u5f02\u754c\u56fe\u9274)","Ancient Waystones Crimson Jewel":"\u8fdc\u53e4\u57fa\u77f3 \u8d64\u7ea2\u73e0\u5b9d","Vortex":"\u6f29\u6da1","Cells Map (The Awakening)":"\u5e7d\u9b42\u76d1\u7262(\u89c9\u9192)","Ascent From Flesh Chain Belt":"\u53d8\u8282\u8005 \u6263\u94fe\u8170\u5e26","Shaped Cemetery Map (Atlas of Worlds)":"\u6668\u66e6\u5893\u5730(\u5851)(\u5f02\u754c\u56fe\u9274)","Thorn Rapier":"\u68d8\u523a\u7ec6\u5251","Storm Secret Topaz Ring":"\u98ce\u66b4\u4e4b\u79d8 \u9ec4\u7389\u6212\u6307","The Conduit":"\u96f7\u9488","Chance to Bleed Support":"\u51e0\u7387\u6d41\u8840","Replica Ambu\'s Charge Crusader Chainmail":"\u5b89\u59c6\u5e03\u7684\u6218\u7532\u3010\u4eff\u54c1\u3011 \u5723\u6218\u9501\u7532","Jingling Spirit Shield":"\u7075\u76f8\u9b54\u76fe","Might is Right":"\u6b63\u6c14","Enraptured Crab":"\u72c2\u66b4\u5de8\u87f9","Laminated Kite Shield":"\u5408\u677f\u9e22\u76fe","The Sephirot":"\u751f\u547d\u4e4b\u6811","Arachnid Nest Map":"\u5f02\u86db\u5de2\u7a74","Medium Mana Flask":"\u4e2d\u578b\u9b54\u529b\u836f\u5242","Fishscale Gauntlets":"\u9c7c\u9cde\u624b\u5957","Maven\'s Invitation: Tirn\'s End":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u63d0\u6069\u6b62\u5883","High Lithomancer":"\u9ad8\u9636\u77f3\u535c\u5e08","Maven\'s Invitation: The Elderslayers":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u88c2\u754c\u5c60\u6740\u8005","Vaal Sentencing Cobalt Jewel":"\u74e6\u5c14\u4e4b\u8bc9 \u94b4\u84dd\u73e0\u5b9d","Dungeon Map":"\u7981\u9b42\u708e\u72f1","A Stone Perfected":"\u5b8c\u7f8e\u4e4b\u77f3","Coral Ring":"\u73ca\u745a\u6212\u6307","The Embalmer Carnal Mitts":"\u5165\u6b93\u5e08 \u7981\u793c\u62a4\u624b","The Twilight Temple Moon Temple Map":"\u66ae\u5149\u53e4\u5e99 \u6708\u5f71\u795e\u6bbf","Three Hands Talisman":"\u4e09\u624b\u9b54\u7b26","Beach Map":"\u5371\u5ca9\u6d77\u6ee9","Summon Carrion Golem":"\u53ec\u5524\u8150\u5316\u9b54\u50cf","Blade Blast":"\u4e71\u5251\u7a7f\u5fc3","Lesser Broken Circle Artifact":"\u6b21\u7ea7\u88c2\u73af\u795e\u5668","Molten Shell":"\u7194\u5ca9\u62a4\u76fe","Sinistral Gloves":"\u5de6\u65cb\u624b\u5957","Collateral Damage Viridian Jewel":"\u9644\u5e26\u4f24\u5bb3 \u7fe0\u7eff\u73e0\u5b9d","Conversion Trap":"\u8ff7\u9b45\u9677\u9631","Conjurer Boots":"\u5492\u8005\u957f\u9774","Gladius":"\u6597\u58eb\u957f\u5251","The Price of Loyalty":"\u5fe0\u8bda\u7684\u4ee3\u4ef7","Craicic Spider Crab":"\u6df1\u6d77\u8718\u86db\u87f9","The Gladiator":"\u6597\u58eb","The Price of Protection":"\u4fdd\u62a4\u7684\u4ee3\u4ef7","Cortex Synthesised Map":"\u8111\u5c42 \u5bfb\u68a6\u8ffd\u5fc6","Courtyard Map (Atlas of Worlds)":"\u5947\u672f\u4e4b\u5ead(\u5f02\u754c\u56fe\u9274)","Hopeshredder Ranger Bow":"\u7834\u706d\u4e4b\u5e0c \u6e38\u4fa0\u5f13","Argient":"\u4e9a\u5409\u6069\u7279","Deafening Essence of Spite":"\u523b\u6bd2\u4e4b\u7834\u7a7a\u7cbe\u534e","Esh\'s Flawless Breachstone":"\u827e\u8bb8\u7684\u65e0\u6687\u88c2\u9699\u77f3","Vaal Blight":"\u74e6\u5c14\uff1a\u67af\u840e","Gale Crown":"\u98d3\u98ce\u4e4b\u51a0","Sharkskin Boots":"\u9ca8\u76ae\u77ed\u9774","Ondar\'s Clasp Wrapped Mitts":"\u6069\u5fb7\u7684\u8fc5\u5f71 \u88f9\u8dbe\u62a4\u624b","Lioneye\'s Paws Bronzescale Boots":"\u72ee\u773c\u7684\u6597\u5fd7 \u94dc\u5f71\u957f\u9774","Bronzescale Gauntlets":"\u94dc\u5f71\u624b\u5957","Transformer Staff":"\u53d8\u5f62\u957f\u6756","Replica Emberwake Ruby Ring":"\u4f59\u70ec\u4e4b\u75d5\u3010\u4eff\u54c1\u3011 \u7ea2\u7389\u6212\u6307","Vaal Gauntlets":"\u74e6\u5c14\u62a4\u624b","Wrist Chopper":"\u65ad\u8155\u4e4b\u5203","Peaceful Moments":"\u5b89\u5b81\u4e4b\u65f6","Uul-Netol\'s Pure Breachstone":"\u4e4c\u5c14\u5c3c\u591a\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","Perforate":"\u51ff\u51fb","Silken Vest":"\u7ef8\u7f0e\u80cc\u5fc3","Critical Strike Affliction Support":"\u6bd2\u5316","Three Rat Talisman":"\u4e09\u9f20\u9b54\u7b26","Reinforced Kite Shield":"\u5f3a\u5316\u9e22\u76fe","Reef Map (The Awakening)":"\u5371\u673a\u6d77\u7901(\u89c9\u9192)","Solstice Vigil Onyx Amulet":"\u81f3\u65e5\u4e0d\u7720 \u9ed1\u66dc\u62a4\u8eab\u7b26","Maze Slitherer":"\u8ff7\u5bab\u6ed1\u884c\u8005","Intuitive Link":"\u76f4\u89c9\u7f81\u7eca","Blueprint: Smuggler\'s Den":"\u84dd\u56fe\uff1a\u73cd\u5b9d\u4e4b\u5730","Sunspite Clasped Boots":"\u65e5\u6028 \u73af\u5e26\u957f\u9774","Strapped Mitts":"\u6263\u73af\u62a4\u624b","Hextouch Support":"\u86ca\u5492\uff08\u8f85\uff09","Ethereal Knives":"\u865a\u7a7a\u5315\u9996","Daresso\'s Passion Estoc":"\u5fb7\u745e\u7d22\u7684\u70ed\u60c5 \u7a7f\u7532\u523a\u5251","Celestial Stone":"\u5929\u5802\u4e4b\u77f3","Blackheart Iron Ring":"\u5e7d\u6697\u4e4b\u8bed \u953b\u94c1\u6212\u6307","Blood Ape":"\u8840\u9762\u72c2\u733f","A Mother\'s Parting Gift":"\u6bcd\u4eb2\u7684\u793c\u7269","Doryani\'s Delusion Titan Greaves":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3 \u5de8\u4eba\u80eb\u7532","Rotted Round Shield":"\u673d\u6728\u5706\u76fe","Ezomyte Peak Iron Hat":"\u827e\u5179\u9ea6\u7684\u8363\u5149 \u7c97\u94c1\u76d4","Gorebreaker Spiked Club":"\u8840\u88c2 \u949d\u9489\u6728\u68d2","Frozen Trail Cobalt Jewel":"\u51b0\u51bb\u75d5\u8ff9 \u94b4\u84dd\u73e0\u5b9d","Explosive Arrow":"\u7206\u70b8\u7bad\u77e2","Riveted Boots":"\u4eea\u5f0f\u77ed\u9774","Rashkaldor\'s Patience Jade Amulet":"\u62c9\u4ec0\u5361\u5fb7\u7684\u8010\u5fc3 \u7fe0\u7389\u62a4\u8eab\u7b26","Thaumaturgical Ward":"\u5947\u672f\u7ed3\u754c","Hexclaw Talisman":"\u5e7b\u722a\u9b54\u7b26","Stalker of the Endless Dunes":"\u65e0\u8fb9\u6c99\u4e18\u6f5c\u884c\u8005","Domination Leaguestone":"\u652f\u914d\u8d5b\u5b63\u77f3","The Signal Fire Cured Quiver":"\u72fc\u70df \u706b\u7130\u7bad\u888b","Winter Burial Crimson Jewel":"\u51ac\u846c \u8d64\u7ea2\u73e0\u5b9d","Tiger Hook":"\u864e\u94a9","Ceaseless Feast Spiked Gloves":"\u65e0\u5c3d\u76db\u5bb4 \u6263\u9489\u624b\u5957","The Wolf\'s Shadow":"\u72fc\u7684\u5f71\u5b50","Brotherhood in Exile":"\u6d41\u653e\u5144\u5f1f\u4f1a","The Devouring Diadem Necromancer Circlet":"\u541e\u566c\u8005\u738b\u51a0 \u64cd\u7075\u8005\u4e4b\u51a0","Beyond Leaguestone":"\u8d85\u8d8a\u8d5b\u5b63\u77f3","The Mad King":"\u72c2\u738b","Noble Tricorne":"\u8d35\u65cf\u4e09\u89d2\u5e3d","Replica Oro\'s Sacrifice Infernal Sword":"\u6b27\u7f57\u7684\u8d21\u54c1\u3010\u4eff\u54c1\u3011 \u72f1\u708e\u91cd\u5251","Multiple Totems Support":"\u591a\u91cd\u56fe\u817e\uff08\u8f85\uff09","Yoke of Suffering Onyx Amulet":"\u82e6\u96be\u7f81\u7eca \u9ed1\u66dc\u62a4\u8eab\u7b26","Atziri\'s Rule Judgement Staff":"\u963f\u5179\u91cc\u7684\u7edf\u6cbb \u5ba1\u5224\u957f\u6756","Wyrmscale Doublet":"\u9f99\u9cde\u6218\u7532","One With Nothing Small Cluster Jewel":"\u5f92\u624b\u7a7a\u62f3 \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","Conduit Line":"\u5bfc\u7ebf","Spell Cascade Support":"\u591a\u91cd\u8303\u56f4\u65bd\u6cd5","Crown of the Tyrant Magistrate Crown":"\u66b4\u541b\u738b\u51a0 \u884c\u653f\u8005\u6218\u51a0","Discharge":"\u89e3\u653e","The Cursed King":"\u8bc5\u5492\u4e4b\u738b","Awakened Added Chaos Damage Support":"\u9644\u52a0\u6df7\u6c8c\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Ornament of the East Gut Ripper":"\u4e1c\u4e4b\u9970 \u88c2\u810f\u94a9","The Twilight Moon":"\u66ae\u5149\u4e4b\u6708","Teal Oil":"\u6c34\u84dd\u5723\u6cb9","Daresso\'s Salute Citrine Amulet":"\u5fb7\u745e\u7d22\u7684\u6218\u793c \u9ec4\u6676\u62a4\u8eab\u7b26","Screaming Essence of Woe":"\u60b2\u75db\u4e4b\u5486\u54ee\u7cbe\u534e","Void Anomaly":"\u865a\u7a7a\u4e4b\u5f02","Chaos Shard":"\u6df7\u6c8c\u77f3\u788e\u7247","Nook\'s Crown":"\u8bfa\u514b\u4e4b\u51a0","Craicic Vassal":"\u6df1\u6d77\u5bc4\u751f\u8005","Stygian Ape":"\u51a5\u6e21\u72c2\u733f","Time-Lost Relic":"\u5931\u843d\u9057\u9aa8","Essence of Insanity":"\u9519\u4e71\u7cbe\u534e","Vaal Burning Arrow":"\u74e6\u5c14\uff1a\u71c3\u70e7\u7bad\u77e2","Forbidden Woods Map":"\u7981\u65ad\u4e4b\u6797","Shrieking Essence of Greed":"\u8d2a\u5a6a\u4e4b\u5c16\u5578\u7cbe\u534e","Prophet Crown":"\u7bb4\u8a00\u6218\u51a0","Primordial Pool Map (Atlas of Worlds)":"\u8d77\u6e90\u4e4b\u6c60(\u5f02\u754c\u56fe\u9274)","Screaming Essence of Scorn":"\u50b2\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e","Scrap Metal":"\u5e9f\u91d1\u5c5e","Putembo\'s Meadow Topaz Ring":"\u666e\u85e4\u535a\u7684\u8349\u539f \u9ec4\u7389\u6212\u6307","Rigwald\'s Quills Two-Point Arrow Quiver":"\u745e\u4f5b\u4e4b\u7fbd \u53cc\u950b\u7bad\u888b","Marylene\'s Fallacy Lapis Amulet":"\u739b\u8389\u7433\u7684\u62a4\u4f53\u4e4b\u7b26 \u6d77\u7389\u62a4\u8eab\u7b26","Awakened Generosity Support":"\u548c\u5584\uff08\u5f3a\u8f85\uff09","Plume of Pursuit Bone Circlet":"\u8ffd\u9010\u4e4b\u7fbd \u7075\u9aa8\u4e4b\u51a0","Arakaali\'s Fang Fiend Dagger":"\u963f\u62c9\u5361\u529b\u4e4b\u7259 \u517d\u8840\u77ed\u5315","Fencoil Gnarled Branch":"\u7eff\u85e4 \u673d\u6728\u4e4b\u5e72","Eternal Bonds":"\u6c38\u6052\u7f81\u7eca","Headhunter Leather Belt":"\u730e\u9996 \u76ae\u9769\u8170\u5e26","Dance of the Offered Carnal Boots":"\u732e\u796d\u821e\u978b \u7981\u793c\u4e4b\u9774","Tiger\'s Paw":"\u864e\u722a\u5203","Generosity Support":"\u548c\u5584","The Squire Elegant Round Shield":"\u4f8d\u4ece \u6743\u8d35\u5706\u76fe","Exhausting Spirit Shield":"\u529b\u7aed\u9b54\u76fe","Malachai\'s Awakening Iron Mask":"\u739b\u62c9\u51ef\u4e4b\u89c9\u9192 \u94c1\u953b\u4e4b\u9762","Deafening Essence of Greed":"\u8d2a\u5a6a\u4e4b\u7834\u7a7a\u7cbe\u534e","Studded Round Shield":"\u94c6\u9489\u5706\u76fe","Decorative Axe":"\u5bcc\u8d35\u4e4b\u65a7","Farrul\'s Chase Slink Boots":"\u5927\u5730\u4e4b\u75d5 \u8ff7\u8e2a\u77ed\u9774","Thief\'s Torment Prismatic Ring":"\u7a83\u7f6a \u4e09\u76f8\u6212\u6307","The Strategist":"\u5175\u6cd5\u5bb6","Ancient Architect":"\u53e4\u4ee3\u5efa\u7b51\u5e08","Screaming Invitation":"\u5486\u54ee\u7684\u9080\u8bf7","Volkuur\'s Key":"\u798f\u5e93\u5c14\u4e4b\u94a5[\u5de6\u4e0a]","A Dab of Ink":"\u58a8\u6c34\u70b9\u6ef4","The Union":"\u8054\u59fb","Metamorph Heart":"\u707e\u53d8\u6838\u5fc3","weapons":"\u6b66\u5668","Penetrating Arrow Quiver":"\u7a7f\u5c04\u7bad\u888b","War Plate":"\u6218\u4e89\u4e4b\u94e0","Inextricable Fate Fugitive Boots":"\u5bbf\u547d \u9003\u4ea1\u4e4b\u9774","Hand of Arimor":"\u963f\u5229\u6469\u4e4b\u624b","Realmshaper Iron Staff":"\u521b\u57df \u94c1\u953b\u957f\u6756","Powerful Chaotic Resonator":"\u5de8\u80fd\u6df7\u4e71\u5171\u632f\u5668","Amethyst Ring":"\u7d2b\u6676\u6212\u6307","The Felbog Fang Citrine Amulet":"\u8d39\u4f2f\u4e4b\u7259 \u9ec4\u6676\u62a4\u8eab\u7b26","Peninsula Map (The Awakening)":"\u5e72\u6f6e\u6797\u5730(\u89c9\u9192)","Girded Tower Shield":"\u5f81\u6218\u5854\u76fe","Residence Map (Legacy)":"\u795e\u4e3b\u5c45\u6240(\u9057\u4ea7)","The Risk":"\u5371\u673a","The Patient":"\u75c5\u60a3","Replica Voideye Unset Ring":"\u865a\u7a7a\u6167\u773c\u3010\u4eff\u54c1\u3011 \u6f5c\u80fd\u4e4b\u6212","The Witch":"\u5deb\u5a46","Blasphemy Support":"\u8bc5\u5492\u5149\u73af","Penitent Mask":"\u5fcf\u6094\u9762\u5177","Fleshripper":"\u88c2\u8089\u8005","Redblade Banner Painted Tower Shield":"\u7ea2\u5203\u65d7\u5e1c \u5f69\u7ed8\u5854\u76fe","Void Sceptre":"\u865a\u5f71\u77ed\u6756","Rabid Minion":"\u75af\u72c2\u7684\u4ec6\u4ece","Less Duration Support":"\u6301\u7eed\u65f6\u95f4\u7f29\u77ed","Dementophobia":"\u6050\u9b54\u75c7","Exothermic Tower Shield":"\u6392\u70ed\u578b\u5854\u76fe","The Wise Oak Bismuth Flask":"\u806a\u660e\u7684\u6b27\u514b \u7070\u5ca9\u836f\u5242","Marshes Map (Atlas of Worlds)":"\u7edd\u671b\u6cbc\u6cfd(\u5f02\u754c\u56fe\u9274)","Shaped Orchard Map (Atlas of Worlds)":"\u5bc6\u6797\u679c\u56ed(\u5851)(\u5f02\u754c\u56fe\u9274)","Steelworm Broadhead Arrow Quiver":"\u94a2\u94c1\u8815\u866b \u5bbd\u77e2\u7bad\u888b","Archmage Support":"\u5927\u6cd5\u5e08\uff08\u8f85\uff09","Bronze Tower Shield":"\u9752\u94dc\u5854\u76fe","Heartbound Loop Moonstone Ring":"\u7ed3\u9b42\u4e4b\u73af \u6708\u5149\u77f3\u6212\u6307","Awakened Vicious Projectiles Support":"\u90aa\u6076\u6295\u63b7\uff08\u5f3a\u8f85\uff09","Ashen Wood Map (Legacy)":"\u65f1\u6728\u6797\u5730(\u9057\u4ea7)","Snakepit Sapphire Ring":"\u86c7\u7a74 \u84dd\u7389\u6212\u6307","Spiny Round Shield":"\u68d8\u523a\u5706\u76fe","Mineral Pools Map":"\u5e9f\u5f03\u77ff\u5c71","Awakened Greater Multiple Projectiles Support":"\u9ad8\u9636\u591a\u91cd\u6295\u5c04\uff08\u5f3a\u8f85\uff09","Boneshatter":"\u4e03\u4f24\u7834","Basket Rapier":"\u7ec3\u6b66\u8005\u7ec6\u5251","Craiceann\'s Tracks Goliath Greaves":"\u6df1\u6d77\u9b54\u8db3 \u5de8\u7075\u80eb\u7532","Mirebough Gnarled Branch":"\u9b54\u85e4 \u673d\u6728\u4e4b\u5e72","Bazaar Map (Legacy)":"\u8fdc\u53e4\u5e02\u96c6(\u9057\u4ea7)","Clasped Mitts":"\u73af\u5e26\u62a4\u624b","Shrieking Essence of Sorrow":"\u54c0\u60dc\u4e4b\u5c16\u5578\u7cbe\u534e","Squandered Prosperity":"\u6325\u970d\u65e0\u5ea6","Xoph\'s Breachstone":"\u7d22\u4f0f\u88c2\u9699\u77f3","Necromancy Net":"\u53ec\u5524\u5e08\u730e\u9b54\u5939","Garukhan\'s Flight Stealth Boots":"\u76d6\u5362\u574e\u7684\u98de\u5347 \u533f\u8e2a\u77ed\u9774","Spell Echo Support":"\u65bd\u6cd5\u56de\u54cd","Rage Vortex":"\u6012\u706b\u6f29\u6da1","Fireborn Crimson Jewel":"\u708e\u57df \u8d64\u7ea2\u73e0\u5b9d","monsters":"\u6574\u7406\u7684\u602a\u7269","Absolution":"\u8d66\u7f6a","Berek\'s Grip Two-Stone Ring":"\u8d1d\u96f7\u514b\u7684\u51b0\u4e0e\u96f7\u4e4b\u66f2 \u53cc\u7389\u6212\u6307","Voll\'s Protector Holy Chainmail":"\u798f\u5c14\u7684\u6218\u94e0 \u5723\u8bed\u9501\u7532","Blue Frog":"\u84dd\u86d9","Pit Map (Atlas of Worlds)":"\u5de8\u5751(\u5f02\u754c\u56fe\u9274)","Shrieking Essence of Doubt":"\u7591\u60d1\u4e4b\u5c16\u5578\u7cbe\u534e","Maven\'s Invitation: The Forgotten":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u865a\u7a7a\u5fc6\u5883","Hyaon\'s Fury Legion Sword":"\u6d77\u6602\u7684\u72c2\u6012 \u519b\u56e2\u957f\u5251","Gang\'s Momentum Legion Boots":"\u521a\u52c7 \u519b\u56e2\u957f\u9774","Putrid Chimeral":"\u8150\u70c2\u7684\u9f99\u8725","Shabby Jerkin":"\u7834\u65e7\u5916\u5957","Precinct Map (Atlas of Worlds)":"\u82e6\u884c\u4e4b\u57df(\u5f02\u754c\u56fe\u9274)","Acton\'s Nightmare Overgrown Shrine Map (The Awakening)":"\u8f6e\u56de\u7684\u68a6\u9b47 \u5bc6\u8349\u795e\u6bbf(\u89c9\u9192)","Deafening Essence of Envy":"\u5fcc\u5992\u4e4b\u7834\u7a7a\u7cbe\u534e","Shaped Castle Ruins Map (Atlas of Worlds)":"\u5e7d\u5f71\u9057\u5740(\u5851)(\u5f02\u754c\u56fe\u9274)","Stasis Prison Carnal Armour":"\u7981\u9522\u76d1\u72f1 \u7981\u793c\u4e4b\u7532","Polished Sulphite Scarab":"\u95ea\u8000\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","Sage\'s Robe":"\u8d24\u8005\u4e4b\u888d","Champion of Frost":"\u51b0\u971c\u9738\u4e3b","Atziri\'s Foible Paua Amulet":"\u963f\u5179\u91cc\u5723\u5fbd \u6d77\u7075\u62a4\u8eab\u7b26","Shadow Sceptre":"\u5f71\u8bed\u77ed\u6756","Bitterdream Shadow Sceptre":"\u82e6\u68a6 \u5f71\u8bed\u77ed\u6756","Olroth\'s Resolve Iron Flask":"\u6b27\u7f57\u4ec0\u7684\u51b3\u5fc3 \u575a\u94c1\u836f\u5242","Arcanist Brand":"\u5965\u6cd5\u70d9\u5370","Rusted Reliquary Scarab":"\u9508\u8680\u7684\u9057\u7269\u5385\u5723\u7532\u866b","Sanctified Fossil":"\u5723\u6d01\u5316\u77f3","Simulacrum":"\u68a6\u9b47\u62df\u50cf","Azure Oil":"\u5929\u84dd\u5723\u6cb9","The Putrid Cloister Museum Map":"\u5e7d\u79d8\u535a\u7269\u9986 \u53e4\u535a\u7269\u9986","Villa Map":"\u9b45\u5f71\u522b\u5885","Ancient Gauntlets":"\u8fdc\u53e4\u62a4\u624b","The Vast":"\u5e73\u58e4","Zahndethus\' Cassock Sage\'s Robe":"\u672d\u5fb7\u56fe\u65af\u7684\u5723\u8863 \u8d24\u8005\u4e4b\u888d","Replica Three-step Assault Shagreen Boots":"\u5f3a\u88ad\u8005\u3010\u4eff\u54c1\u3011 \u7c97\u9769\u77ed\u9774","Queen of the Great Tangle":"\u4e1b\u6797\u7687\u86db","Ruby Flask":"\u7ea2\u7389\u836f\u5242","Headman\'s Sword":"\u884c\u5211\u5de8\u5251","Reinforced Greaves":"\u5f3a\u5316\u80eb\u7532","Earendel\'s Embrace Grinning Fetish":"\u53f6\u5170\u5fb7\u5c14\u7684\u62e5\u62b1 \u8fdc\u53e4\u4e4b\u796d","Reflex Bow":"\u53cd\u5c04\u5f13","Weeping Essence of Contempt":"\u8f7b\u89c6\u4e4b\u557c\u6ce3\u7cbe\u534e","Volcano Map (Atlas of Worlds)":"\u706b\u5c71\u708e\u57df(\u5f02\u754c\u56fe\u9274)","Malicious Intent Cobalt Jewel":"\u4e0d\u5584\u610f\u56fe \u94b4\u84dd\u73e0\u5b9d","Thicket Hulk":"\u4e1b\u6797\u5de8\u517d","Rathpith Globe Titanium Spirit Shield":"\u732e\u796d\u4e4b\u5fc3 \u5de8\u4eba\u9b54\u76fe","Maven\'s Invitation: Lex Ejoris":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u6069\u7ea6\u5229\u65af\u4e4b\u5f8b","Lost Worlds":"\u5931\u843d\u5e1d\u56fd","Poorjoy\'s Asylum Temple Map (Atlas of Worlds)":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf(\u5f02\u754c\u56fe\u9274)","Purity of Ice":"\u51b0\u971c\u51c0\u5316","The Aspirant":"\u96c4\u5fc3","Carving Knife":"\u523b\u9aa8\u5200","Fine Delirium Orb":"\u826f\u597d\u7684\u96fe\u9b47\u5b9d\u73e0","Gripped Gloves":"\u64d2\u62ff\u624b\u5957","Nemesis Leaguestone":"\u590d\u4ec7\u8d5b\u5b63\u77f3","The Bitter Blossom":"\u731b\u70c8\u7efd\u653e","Deep One Talisman":"\u6df1\u6e0a\u9b54\u7b26","Awakened Brutality Support":"\u6b8b\u66b4\uff08\u5f3a\u8f85\uff09","Fangjaw Talisman":"\u9f7f\u9ca8\u9b54\u7b26","Atoll Map":"\u6ee8\u6d77\u5c71\u4e18","Predatory Scorpion":"\u63a0\u98df\u5929\u874e","Imbued Wand":"\u9b54\u6027\u6cd5\u6756","Tyrant\'s Sekhem":"\u66b4\u541b\u4e4b\u7edf","Conductivity":"\u5bfc\u7535","Atziri\'s Promise Amethyst Flask":"\u963f\u5179\u91cc\u7684\u8bfa\u8a00 \u7d2b\u6676\u836f\u5242","Sniper Bow":"\u72d9\u51fb\u5f13","Summon Raging Spirit":"\u53ec\u5524\u6124\u6012\u72c2\u7075","Skullbeak":"\u51a5\u5599","Kitava\'s Teachings Small Cluster Jewel":"\u5947\u5854\u5f17\u7684\u6307\u6559 \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","Wereclaw Talisman":"\u4ea1\u722a\u9b54\u7b26","Chayula\'s Charged Breachstone":"\u590f\u4e4c\u62c9\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","Sheaq, Maker of Floods":"\u5de8\u6f6e\u4e4b\u795e\u8c22\u514b","Crown of Thorns Vine Circlet":"\u523a\u68d8\u4e4b\u51a0 \u85e4\u8513\u4e4b\u51a0","Strand Map":"\u81f4\u547d\u5ca9\u6ee9","Iron Grip Support":"\u94a2\u94c1\u4e4b\u63e1","Arcane Surge Support":"\u79d8\u672f\u589e\u5f3a","Avian Twins Talisman":"\u53cc\u5b50\u9b54\u7b26","Suncaller Asha":"\u5524\u9633\u8005\u963f\u838e","Callous Mask":"\u65e0\u60c5\u4e4b\u9762","Beauty Through Death":"\u6765\u751f\u4e4b\u7f8e","Toxic Sewer Map (Legacy)":"\u5267\u6bd2\u6c34\u9053(\u9057\u4ea7)","Blueprint: Laboratory":"\u84dd\u56fe\uff1a\u5b9e\u9a8c\u5ba4","Trypanon Great Mallet":"\u88c2\u9885 \u521a\u731b\u5de8\u9524","Melee Splash Support":"\u8fd1\u6218\u4f24\u5bb3\u6269\u6563","Comprehensive Scouting Report":"\u7efc\u5408\u4fa6\u5bdf\u62a5\u544a","Nexus Gloves":"\u67a2\u7ebd\u624b\u5957","Putrid Weaver":"\u8150\u70c2\u7684\u5de8\u86db","Timeless Jewel":"\u6c38\u6052\u73e0\u5b9d","Large Mana Flask":"\u5927\u578b\u9b54\u529b\u836f\u5242","Kitava, The Destroyer":"\u6bc1\u706d\u8005\u5947\u5854\u5f17","Steelchaw":"\u94a2\u56bc","Scriptorium Map":"\u7834\u65e7\u4e66\u5e93","Polished Abyss Scarab":"\u95ea\u8000\u7684\u6df1\u6e0a\u5723\u7532\u866b","Farrul\'s Pounce Hydrascale Gauntlets":"\u5927\u5730\u4e4b\u63e1 \u706b\u876e\u9cde\u624b\u5957","Jade Hatchet":"\u788e\u7389\u65a7","The Brass Dome Gladiator Plate":"\u5de8\u94dc\u4e4b\u9876 \u89d2\u6597\u91cd\u94e0","Ornate Spiked Shield":"\u534e\u4e3d\u523a\u76fe","Thief\'s Trinket":"\u8d4f\u91d1\u730e\u4eba\u9970\u54c1","Acid Slitherer":"\u55dc\u8840\u6ed1\u884c\u8005","The Hungry Loop Unset Ring":"\u9965\u997f\u4e4b\u73af \u6f5c\u80fd\u4e4b\u6212","Rotfeather Talisman":"\u6b7b\u7fbd\u9b54\u7b26","Bisco\'s Leash Heavy Belt":"\u6bd4\u65af\u514b\u7684\u7f30\u7ef3 \u91cd\u9769\u8170\u5e26","Spirited Response Cobalt Jewel":"\u5148\u7956\u56de\u97f3 \u94b4\u84dd\u73e0\u5b9d","Infused Beachhead Harbinger Map":"\u704c\u6ce8\u7684\u964d\u4e34\u4e4b\u5730 \u5148\u9a71\u8005\u5730\u56fe","Apex Rapier":"\u9510\u950b\u7ec6\u5251","Saqawine Cobra":"\u82cd\u7a7a\u773c\u955c\u86c7","Blasphemer\'s Grasp Assassin\'s Mitts":"\u4eb5\u6e0e\u8005\u4e4b\u63e1 \u6697\u5f71\u62a4\u624b","Malachai\'s Artifice Unset Ring":"\u739b\u62c9\u51ef\u7684\u5de7\u6280 \u6f5c\u80fd\u4e4b\u6212","Cloak of Defiance Lacquered Garb":"\u536b\u9053\u4e4b\u888d \u6f06\u5f69\u675f\u8863","Broadhead Arrow Quiver":"\u5bbd\u77e2\u7bad\u888b","Increased Critical Strikes Support":"\u63d0\u9ad8\u66b4\u51fb\u51e0\u7387","Vivinsect Unset Ring":"\u6d3b\u89e3 \u6f5c\u80fd\u4e4b\u6212","Vaal Earthquake":"\u74e6\u5c14\uff1a\u9707\u5730","Corroded Tower Shield":"\u6591\u9a73\u5854\u76fe","Pestilent Strike":"\u81f4\u75ab\u6253\u51fb","Ashen Wood Map (Atlas of Worlds)":"\u65f1\u6728\u6797\u5730(\u5f02\u754c\u56fe\u9274)","Armoury Map":"\u88c5\u5907\u5e93","Maze Webspinner":"\u8ff7\u5bab\u7ec7\u7f51\u8005","Dusktoe Ironscale Boots":"\u8fce\u66ae \u94c1\u5f71\u957f\u9774","Infernal Blade":"\u70bc\u72f1\u5200","Awakened Cold Penetration Support":"\u51b0\u971c\u7a7f\u900f\uff08\u5f3a\u8f85\uff09","Blast Rain":"\u7206\u88c2\u7bad\u96e8","Culling Strike Support":"\u7ec8\u7ed3","Vaal Clarity":"\u74e6\u5c14\uff1a\u6e05\u6670","Ashen Wood Map (The Awakening)":"\u65f1\u6728\u6797\u5730(\u89c9\u9192)","Remembrance":"\u94ed\u8bb0","Stormcharger Plated Greaves":"\u98ce\u66b4\u9a91\u58eb \u575a\u94c1\u80eb\u7532","Divine Orb":"\u795e\u5723\u77f3","Replica Prismweave Rustic Sash":"\u5e7b\u5f69\u83f1\u7ec7\u3010\u4eff\u54c1\u3011 \u7d20\u5e03\u8170\u5e26","Jaws of Agony Supreme Spiked Shield":"\u82e6\u75db\u72c2\u9ca8 \u9738\u8005\u523a\u76fe","Last Hope":"\u6700\u540e\u5e0c\u671b","Great White Claw":"\u767d\u7075\u4e4b\u722a","The Oath":"\u529b\u4e4b\u8a93\u8a00","Highborn Staff":"\u8d35\u65cf\u957f\u6756","Shore Map":"\u66ae\u5149\u6d77\u6ee9","Gruelling Gauntlets":"\u78e8\u4eba\u624b\u7532","The Fool":"\u611a\u4eba","Longtooth Talisman":"\u957f\u7259\u9b54\u7b26","Mana Leech Support":"\u9b54\u529b\u5077\u53d6","Waste Pool Map (The Awakening)":"\u6b7b\u5bc2\u6ce5\u6c9f(\u89c9\u9192)","The Celestial Stone":"\u5929\u5802\u4e4b\u77f3","Queen\'s Escape Ornate Sword":"\u9003\u4ea1\u5973\u738b \u540d\u8d35\u5de8\u5251","The Transformation":"\u53d8\u8eab","Replica Tasalio\'s Sign Sapphire Ring":"\u5854\u8428\u91cc\u5965\u4e4b\u5370\u3010\u4eff\u54c1\u3011 \u84dd\u7389\u6212\u6307","The Eroding One":"\u8150\u5316\u4e4b\u4f53","Asenath\'s Gentle Touch Silk Gloves":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u5b89\u629a\u4e4b\u8bed \u4e1d\u7ef8\u624b\u5957","Feastbind Rustic Sash":"\u76db\u5bb4\u4e4b\u7ed3 \u7d20\u5e03\u8170\u5e26","Graveyard Map":"\u5815\u5f71\u5893\u573a","Elder-Blessed Rhoa":"\u88c2\u754c\u4e4b\u4ec6 \u6050\u5599\u9e1f","Gilded Axe":"\u91d1\u67c4\u4e4b\u65a7","Volcano Map (The Awakening)":"\u706b\u5c71\u708e\u57df(\u89c9\u9192)","Cold to Fire Support":"\u5bd2\u51b0\u8f6c\u70c8\u7130","Herald of Thunder":"\u95ea\u7535\u4e4b\u6377","Velvet Slippers":"\u4e1d\u7ed2\u4fbf\u978b","Vaal Greaves":"\u74e6\u5c14\u80eb\u7532","Wasteland Map":"\u8352\u5730","Soul Link":"\u7075\u9b42\u7f81\u7eca","Prophecy Leaguestone":"\u9884\u8a00\u8d5b\u5b63\u77f3","Kaltensoul Painted Buckler":"\u51b0\u971c\u4e4b\u9b42 \u5f69\u7ed8\u8f7b\u76fe","Elemental Hit":"\u5143\u7d20\u6253\u51fb","Vial of Awakening":"\u89c9\u9192\u9b54\u74f6","Scarlet Raiment":"\u70bd\u7ea2\u4e4b\u8863","Breaker Toruul":"\u7834\u88c2\u8005\u6258\u96f7\u5c14","Pit Map":"\u5de8\u5751","currency":"\u901a\u8d27","Vial of Summoning":"\u53ec\u5524\u9b54\u74f6","Alternating Sceptre":"\u53d8\u5316\u77ed\u6756","Demigod\'s Immortality Golden Visage":"\u534a\u795e\u7684\u4e0d\u673d \u91d1\u8272\u9762\u5177","Shipyard Map":"\u70bd\u708e\u8239\u575e","Malign Fangs":"\u6076\u6bd2\u4e4b\u7259","Debeon\'s Dirge Despot Axe":"\u6218\u6b4c \u9738\u4e3b\u5de8\u65a7","The Warden":"\u5178\u72f1\u957f","Mutated Adder":"\u7a81\u53d8\u7684\u6bd2\u86c7","Elder-Blessed Retch":"\u88c2\u754c\u4e4b\u4ec6 \u53cd\u520d\u9e1f","Acton\'s Nightmare Overgrown Shrine Map (Legacy)":"\u8f6e\u56de\u7684\u68a6\u9b47 \u5bc6\u8349\u795e\u6bbf(\u9057\u4ea7)","Call of the Brotherhood Two-Stone Ring":"\u610f\u5fd7\u547c\u5524 \u53cc\u7389\u6212\u6307","Blunderbore Astral Plate":"\u8e52\u8dda\u5de8\u517d \u661f\u8292\u6218\u94e0","Maloney\'s Nightfall Blunt Arrow Quiver":"\u9a6c\u6d1b\u5c3c\u7684\u66ae\u5149 \u949d\u77e2\u7bad\u888b","Sulphur Flask":"\u786b\u78fa\u836f\u5242","Apothecary\'s Gloves":"\u836f\u5242\u5e08\u624b\u5957","Blessing of Chayula":"\u590f\u4e4c\u62c9\u7684\u795d\u798f","Doon Cuebiyari Vaal Sceptre":"\u9ed1\u94a2 \u74e6\u5c14\u77ed\u6756","Olmec\'s Sanctum Maze Map (Legacy)":"\u8fdc\u53e4\u4e4b\u5370 \u51a5\u795e\u4e4b\u57df","Sentari\'s Answer Brass Spirit Shield":"\u5c71\u7279\u7acb\u7684\u56de\u5e94 \u94dc\u953b\u9b54\u76fe","Singing Siren":"\u51a5\u66f2\u6d77\u5996","Saqawine Rhex":"\u82cd\u7a7a\u51f6\u9e1f","Fire Penetration Support":"\u706b\u7130\u7a7f\u900f","Dune Hellion":"\u6c99\u4e18\u5730\u72f1\u72ac","Fire Arrow Quiver":"\u706b\u7075\u7bad\u888b","Clarity":"\u6e05\u6670","Mindless Scavenger":"\u5080\u5121\u9aa8\u5599","Glorious Plate":"\u8363\u8000\u6218\u94e0","The Porcupine":"\u5c04\u6210\u7b5b\u5b50","Thread of Hope Crimson Jewel":"\u5e0c\u671b\u4e4b\u7ebf \u8d64\u7ea2\u73e0\u5b9d","K\'aj Q\'ura":"\u50b2\u6162\u4e4b\u5fc3","Siren\'s Spawn":"\u6d77\u5996\u5e7c\u4f53","Doedre\'s Madness":"\u5fb7\u745e\u7ade\u4e4b\u72c2","Empire\'s Grasp Goliath Gauntlets":"\u5e1d\u56fd\u4e4b\u638c \u5de8\u7075\u62a4\u624b","Crimson Round Shield":"\u7eef\u7ea2\u5706\u76fe","Marrowcrush":"\u566c\u9ad3\u5de8\u517d","Replica Tukohama\'s Fortress Ebony Tower Shield":"\u56fe\u514b\u54c8\u739b\u5821\u5792\u3010\u4eff\u54c1\u3011 \u4e4c\u6728\u5854\u76fe","Goathide Boots":"\u7f8a\u76ae\u77ed\u9774","Frontier Leather":"\u8fb9\u620d\u76ae\u7532","Cemetery Map (Legacy)":"\u6668\u66e6\u5893\u5730(\u9057\u4ea7)","Imperial Legacy":"\u5e1d\u56fd\u7684\u9057\u4ea7","Nightmare Mace":"\u68a6\u9b47\u4e4b\u9524","The Infernal King":"\u72f1\u708e\u4e4b\u738b","Tornado":"\u9f99\u5377\u65cb\u98ce","Screaming Essence of Suffering":"\u82e6\u96be\u4e4b\u5486\u54ee\u7cbe\u534e","Corsair Sword":"\u6d77\u8d3c\u957f\u5200","The Formless Inferno Royal Burgonet":"\u65e0\u5f62\u70bc\u72f1 \u7687\u5ba4\u575a\u76d4","A Sea of Blue":"\u851a\u84dd\u4e4b\u6d77","Ivory Spirit Shield":"\u8c61\u7259\u9b54\u76fe","Contagion":"\u761f\u75ab","Scold\'s Bridle Mind Cage":"\u7981\u8bed \u7075\u80fd\u4e4b\u7b3c","Energy Blade":"\u80fd\u91cf\u4e4b\u5203","Vial of Transcendence":"\u8d85\u8d8a\u9b54\u74f6","Arcade Map":"\u5d29\u574f\u957f\u5eca","Heathen Wand":"\u5f02\u5f92\u6cd5\u6756","Perfection":"\u81f3\u81fb\u5b8c\u7f8e","Chin Sol Assassin Bow":"\u4e71\u77e2\u4e4b\u5f26 \u6697\u5f71\u5f13","Rime Gaze Mind Cage":"\u9177\u5bd2\u7684\u51dd\u89c6 \u7075\u80fd\u4e4b\u7b3c","The Dancing Duo Reaver Sword":"\u6740\u5b7d\u6212\u5200 \u6b8b\u66b4\u5de8\u5251","Fighting Bull":"\u6218\u6597\u516c\u725b","Extractor Mentis Agate Amulet":"\u5fc3\u7075\u62bd\u53d6 \u739b\u7459\u62a4\u8eab\u7b26","Diviner\'s Incubator":"\u9884\u8a00\u8005\u5b55\u80b2\u77f3","Tainted Chaos Orb":"\u6c61\u79fd\u6df7\u6c8c\u77f3","Atziri\'s Reflection Golden Buckler":"\u963f\u5179\u91cc\u7684\u53cd\u51fb \u91d1\u9633\u8f7b\u76fe","Demon Crown":"\u6076\u9b54\u4e4b\u51a0","Latticed Ringmail":"\u7cbe\u5236\u73af\u7532","Rusted Ambush Scarab":"\u9508\u8680\u7684\u5f3a\u88ad\u5723\u7532\u866b","Flicker Strike":"\u95ea\u73b0\u6253\u51fb","Dual Strike":"\u53cc\u6301\u6253\u51fb","Painseeker Shagreen Gloves":"\u82e6\u96be\u63a2\u5bfb\u8005 \u7c97\u9769\u624b\u5957","Ivory Temple Map (Atlas of Worlds)":"\u767d\u7389\u795e\u5e99(\u5f02\u754c\u56fe\u9274)","Voidheart Iron Ring":"\u865a\u7a7a\u5fc3\u7075 \u953b\u94c1\u6212\u6307","Desert Brigandine":"\u8352\u91ce\u9501\u94e0","Sepulchre Map":"\u9634\u6697\u5893\u51a2","Reinforced Steel Net":"\u7cbe\u70bc\u7684\u70bc\u94a2\u730e\u9b54\u5939","Haemophilia Serpentscale Gauntlets":"\u8840\u53cb\u75c5 \u86c7\u9cde\u624b\u5957","Icetomb Latticed Ringmail":"\u51b0\u606f \u7cbe\u5236\u73af\u7532","Izaro\'s Dilemma Imperial Claw":"\u4f0a\u6cfd\u6d1b\u4e4b\u8c1c \u5e1d\u56fd\u6218\u722a","Strapped Boots":"\u6263\u73af\u77ed\u9774","Mutated Watcher":"\u7a81\u53d8\u7684\u51dd\u89c6\u8005","Hegemony\'s Era Judgement Staff":"\u9738\u6743\u65f6\u4ee3 \u5ba1\u5224\u957f\u6756","The Landing":"\u964d\u4e34","Actum Butcher Axe":"\u963f\u514b\u987f \u5c60\u622e\u4e4b\u65a7","Golden Sacrificial Glyph":"\u91d1\u8272\u796d\u7b26","Shaped Reef Map (Atlas of Worlds)":"\u5371\u673a\u6d77\u7901(\u5851)(\u5f02\u754c\u56fe\u9274)","Fright Claw":"\u6050\u60e7\u4e4b\u722a","Replica Soul Strike Spike-Point Arrow Quiver":"\u7075\u9b42\u6253\u51fb\u3010\u4eff\u54c1\u3011 \u523a\u950b\u7bad\u888b","Vaal Axe":"\u74e6\u5c14\u5de8\u65a7","The Annihilating Light Quarterstaff":"\u6467\u6b8b\u4e4b\u5149 \u7ec6\u67c4\u957f\u6756","The Halcyon Jade Amulet":"\u592a\u5e73 \u7fe0\u7389\u62a4\u8eab\u7b26","Vorana\'s Preparation Iron Flask":"\u6c83\u62c9\u5a1c\u7684\u51c6\u5907 \u575a\u94c1\u836f\u5242","Fury Hound":"\u7194\u5ca9\u730e\u72ac","Eternal Blessing Support":"\u5723\u795d\uff08\u8f85\uff09","Villa Map (The Awakening)":"\u9b45\u5f71\u522b\u5885(\u89c9\u9192)","Oba\'s Cursed Trove Primordial Blocks Map (The Awakening)":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a(\u89c9\u9192)","Quicksilver Flask":"\u6c34\u94f6\u836f\u5242","Arena Map (The Awakening)":"\u7ade\u6280\u573a(\u89c9\u9192)","Hungry Abyss Viridian Jewel":"\u9965\u9991\u6df1\u6e0a \u7fe0\u7eff\u73e0\u5b9d","Maze Map (Atlas of Worlds)":"\u51a5\u795e\u4e4b\u57df(\u5f02\u754c\u56fe\u9274)","Runic Gauntlets":"\u7b26\u6587\u624b\u7532","Crack Mace":"\u5f00\u88c2\u9524","Ruby Amulet":"\u8840\u8272\u62a4\u8eab\u7b26","Greater Sun Artifact":"\u9ad8\u7ea7\u70c8\u65e5\u795e\u5668","Combat Focus Viridian Jewel":"\u6218\u6597\u4e13\u6ce8 \u7fe0\u7eff\u73e0\u5b9d","Bloodseeker Sharktooth Claw":"\u55dc\u8840\u4e4b\u722a \u9ca8\u989a\u722a","Ground Slam":"\u88c2\u5730\u4e4b\u51fb","Skullhead Secutor Helm":"\u5149\u8f89\u4e4b\u9885 \u7cbe\u5175\u4e4b\u76d4","Divination Distillate Large Hybrid Flask":"\u5b9d\u89c6\u7cbe\u534e \u5927\u578b\u590d\u5408\u836f\u5242","Sacred Orb":"\u5d07\u795e\u77f3","Thaumaturge\'s Incubator":"\u5947\u672f\u5e08\u7684\u5b55\u80b2\u77f3","Screaming Essence of Rage":"\u8086\u8650\u4e4b\u5486\u54ee\u7cbe\u534e","Instilling Orb":"\u704c\u9876\u77f3","Chitus\' Needle Elegant Foil":"\u5207\u7279\u65af\u4e4b\u9488 \u8d35\u65cf\u7ec6\u5251","Maven\'s Invitation: Valdo\'s Rest":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u74e6\u5c14\u591a\u4e4b\u606f","The Siege Small Cluster Jewel":"\u56f4\u653b \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","The Iron Fortress Crusader Plate":"\u94a2\u94c1\u8981\u585e \u5f81\u6218\u91cd\u94e0","Polished Elder Scarab":"\u95ea\u8000\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","Meginord\'s Vise Steel Gauntlets":"\u6885\u5409\u8bfa\u5fb7\u7684\u5de8\u529b\u8155\u7532 \u51b7\u94a2\u62a4\u624b","Dreadsurge Cleaver":"\u6050\u6016\u5de8\u9570 \u5207\u5272\u8005","Paua Amulet":"\u6d77\u7075\u62a4\u8eab\u7b26","Lava Lake Map":"\u7194\u5ca9\u4e4b\u6e56","Jungle Valley Map (The Awakening)":"\u5267\u6bd2\u6797\u8c37(\u89c9\u9192)","The Saint\'s Treasure":"\u5723\u4eba\u4e4b\u793c","Golden Napuatzi Idol":"\u91d1\u8272\u5a1c\u5e15\u9f50\u795e\u50cf","Plank Kite Shield":"\u673d\u6728\u9e22\u76fe","Siphoning Trap":"\u8679\u5438\u9677\u9631","Agnerod Imperial Staff":"\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","Duskblight Ironscale Boots":"\u5e7d\u6697\u51cb\u96f6 \u94c1\u5f71\u957f\u9774","Predator Support":"\u63a0\u98df\uff08\u8f85\uff09","Captured Soul of Shock and Horror":"\u5df2\u6355\u83b7\u7684\u6050\u60e7\u4e4b\u96f7\u4e4b\u9b42","Eldritch Knowledge Cobalt Jewel":"\u5f02\u80fd\u77e5\u8bc6 \u94b4\u84dd\u73e0\u5b9d","Void of the Elements":"\u5143\u7d20\u865a\u7a7a","Screaming Essence of Zeal":"\u70ed\u60c5\u4e4b\u5de8\u543c\u7cbe\u534e","Titan of the Grove":"\u4e1b\u6797\u5de8\u77f3","Dream Mace":"\u68a6\u5883\u4e4b\u9524","Chrysalis Talisman":"\u866b\u86f9\u9b54\u7b26","Ornate Ringmail":"\u534e\u4e3d\u73af\u7532","Ezomyte Hold Iron Hat":"\u827e\u5179\u9ea6\u4e4b\u63e1 \u7c97\u94c1\u76d4","Trapper Mitts":"\u730e\u4eba\u62a4\u624b","Animate Weapon":"\u5e7b\u5316\u6b66\u5668","The Hook":"\u94a9\u5b50","Crystallised Omniscience Onyx Amulet":"\u7ed3\u6676\u5168\u77e5 \u9ed1\u66dc\u62a4\u8eab\u7b26","Sun Leather":"\u6263\u73af\u76ae\u7532","Subsuming Spirit Shield":"\u5f52\u7eb3\u9b54\u76fe","Carnage Ape":"\u51b7\u8840\u72c2\u733f","Hazardous Research Cobalt Jewel":"\u5371\u9669\u7814\u7a76 \u94b4\u84dd\u73e0\u5b9d","The Side Quest":"\u652f\u7ebf\u4efb\u52a1","Timeless Delirium Orb":"\u6c38\u6052\u7684\u96fe\u9b47\u5b9d\u73e0","Dreamquest Slippers":"\u63a2\u68a6\u4e4b\u978b","Lightning Coil Desert Brigandine":"\u96f7\u8bed \u8352\u91ce\u9501\u94e0","Darkness Enthroned Stygian Vise":"\u591c\u4e34 \u6df1\u6e0a\u8170\u5e26","Awakened Added Cold Damage Support":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Sai":"\u6218\u53c9","Lavianga\'s Wisdom War Hammer":"\u62c9\u7ef4\u5b89\u52a0\u7684\u667a\u6167 \u6218\u9524","Carnal Armour":"\u7981\u793c\u4e4b\u7532","Sin\'s Rebirth Stibnite Flask":"\u518d\u751f\u7684\u7f6a\u6076 \u8ff7\u96fe\u836f\u5242","Mud Geyser Map (Legacy)":"\u9634\u6666\u6ce5\u6ee9(\u9057\u4ea7)","Mirror Arrow":"\u9b45\u5f71\u5c04\u51fb","Eye of Innocence Citrine Amulet":"\u65e0\u7f6a\u4e4b\u773c \u9ec4\u6676\u62a4\u8eab\u7b26","Replica Leer Cast Festival Mask":"\u5171\u9e23\u4e4b\u9762\u3010\u4eff\u54c1\u3011 \u8282\u5e86\u4e4b\u9762","Advanced Traps Support":"\u9677\u9631\u51b7\u5374","Elder-Blessed Cobra":"\u88c2\u754c\u4e4b\u4ec6 \u773c\u955c\u86c7","Anger":"\u6124\u6012","Doryani\'s Delusion Sorcerer Boots":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3 \u672f\u58eb\u957f\u9774","Quartz Sceptre":"\u77f3\u82f1\u77ed\u6756","Piscator\'s Vigil Tornado Wand":"\u76ae\u65af\u5361\u6258\u7684\u6167\u773c \u72c2\u98ce\u6cd5\u6756","Replica Bones of Ullr Silk Slippers":"\u7075\u9ab8\u4e4b\u5c65\u3010\u4eff\u54c1\u3011 \u4e1d\u7ef8\u4fbf\u978b","Blastchain Mine Support":"\u94fe\u7206\u5730\u96f7\uff08\u8f85\uff09","Muttering Essence of Sorrow":"\u54c0\u60dc\u4e4b\u5462\u5583\u7cbe\u534e","Rock Spitter":"\u5ca9\u77f3\u6c99\u87f9","Lapis Amulet":"\u6d77\u7389\u62a4\u8eab\u7b26","Unnatural Instinct Viridian Jewel":"\u8d85\u81ea\u7136\u672c\u80fd \u7fe0\u7eff\u73e0\u5b9d","Tranquillity":"\u5b81\u9759","Enkindling Orb":"\u542f\u660e\u77f3","Item Quantity Support":"\u7269\u54c1\u6570\u91cf\u589e\u5e45","Rigwald\'s Command Midnight Blade":"\u745e\u4f5b\u7edf\u5e05 \u591c\u8bed\u957f\u5251","Primordial Staff":"\u53f2\u5178\u957f\u6756","Brinerot Mark Unset Ring":"\u5e03\u7433\u6d1b\u7279\u5370\u8bb0 \u6f5c\u80fd\u4e4b\u6212","Energised Armour Crimson Jewel":"\u80fd\u91cf\u575a\u7532 \u8d64\u7ea2\u73e0\u5b9d","Scrabbling Spitter":"\u75be\u884c\u5410\u6c99\u87f9","The Penitent":"\u5fcf\u6094\u8005","Amplification Rod Spiraled Wand":"\u589e\u5e45\u6756 \u87ba\u7eb9\u6cd5\u6756","Vengeance":"\u590d\u4ec7","Replica Paradoxica Vaal Rapier":"\u6096\u8bba\u3010\u4eff\u54c1\u3011 \u74e6\u5c14\u7ec6\u5251","Secondary Regrading Lens":"\u6b21\u8981\u77eb\u6b63\u900f\u955c","Palace Map (The Awakening)":"\u795e\u57df\u4e4b\u6bbf(\u89c9\u9192)","Polaric Invitation":"\u6781\u661f\u7684\u9080\u8bf7","Acton\'s Nightmare Overgrown Shrine Map":"\u8f6e\u56de\u7684\u68a6\u9b47 \u5bc6\u8349\u795e\u6bbf","Summon Phantasm Support":"\u53ec\u5524\u5e7b\u5f71\uff08\u8f85\uff09","Cragfall Serrated Arrow Quiver":"\u843d\u77f3 \u952f\u9f7f\u7bad\u888b","Deadly Tarantula":"\u81f4\u547d\u6bdb\u86db","Springleaf Plank Kite Shield":"\u65b0\u751f\u4e4b\u5fbd \u673d\u6728\u9e22\u76fe","The Calling":"\u8d8a\u754c\u7684\u547c\u5524","Deerskin Gloves":"\u9e7f\u76ae\u624b\u5957","Fragment of Winter":"\u51ac\u4e4b\u788e\u7247","Stabilising Sceptre":"\u5e73\u7a33\u77ed\u6756","Agnerod East Imperial Staff":"\u4e1c\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","Vial of the Ghost":"\u9b3c\u9b42\u9b54\u74f6","Spire of Stone Crimson Jewel":"\u77f3\u5854 \u8d64\u7ea2\u73e0\u5b9d","Slitherpinch Bronzescale Gauntlets":"\u82cd\u87d2\u4e4b\u9cde \u94dc\u5f71\u624b\u5957","Mud Geyser Map (The Awakening)":"\u9634\u6666\u6ce5\u6ee9(\u89c9\u9192)","Punishment":"\u60e9\u6212","Conquest Chainmail":"\u5f81\u6218\u9501\u7532","Temporal Rift":"\u65f6\u7a7a\u88c2\u9699","Replica Siegebreaker Heavy Belt":"\u7a81\u56f4\u8005\u3010\u4eff\u54c1\u3011 \u91cd\u9769\u8170\u5e26","The Duchess":"\u6d77\u6f6e\u4e4b\u97f3","Wings of Entropy Ezomyte Axe":"\u4e71\u4e16\u4e4b\u7ffc \u827e\u5179\u9ea6\u5de8\u65a7","Grandmaster Keyring":"\u5dc5\u5cf0\u94a5\u5319\u73af","Veruso\'s Battering Rams Titan Gauntlets":"\u9668\u843d\u4e4b\u73af \u5de8\u4eba\u62a4\u624b","Infested Ursa":"\u53d7\u75ab\u4e4b\u722a","Tabula Rasa Simple Robe":"\u65e0\u5c3d\u4e4b\u8863 \u7b80\u6613\u4e4b\u888d","Platinum Kris":"\u767d\u91d1\u6ce2\u5203","Greater Eldritch Ember":"\u9ad8\u7ea7\u53e4\u7075\u4f59\u70ec","Eelskin Gloves":"\u9cd7\u76ae\u624b\u5957","Cadigan\'s Crown Runic Crown":"\u5361\u8fea\u7518\u738b\u51a0 \u7b26\u6587\u738b\u51a0","Mutewind Seal Unset Ring":"\u54d1\u98ce\u5c01\u5370 \u6f5c\u80fd\u4e4b\u6212","The All-seeing Eye":"\u5168\u77e5\u4e4b\u773c","Giantsbane Bronze Gauntlets":"\u5de8\u7075\u707e\u661f \u9752\u94dc\u62a4\u624b","Flooded Mine Map":"\u79ef\u6c34\u77ff\u5751","Tore, Towering Ancient":"\u5de8\u53e4\u6258\u5c14","Flammability":"\u6613\u71c3","Flame Hellion":"\u70c8\u708e\u5730\u72f1\u72ac","Fine Incubator":"\u4e0a\u7b49\u5b55\u80b2\u77f3","Windshriek Reinforced Greaves":"\u98ce\u54ee \u5f3a\u5316\u80eb\u7532","Sibyl\'s Lament Coral Ring":"\u5e0c\u6bd4\u5c14\u4e4b\u53f9 \u73ca\u745a\u6212\u6307","String of Servitude Heavy Belt":"\u5974\u5f79\u4e4b\u7d22 \u91cd\u9769\u8170\u5e26","Skin of the Loyal Simple Robe":"\u5fe0\u8bda\u4e4b\u80a4 \u7b80\u6613\u4e4b\u888d","Badge of the Brotherhood Turquoise Amulet":"\u5144\u5f1f\u4f1a\u5fbd\u7ae0 \u9752\u7389\u62a4\u8eab\u7b26","Shaped Shore Map (Atlas of Worlds)":"\u66ae\u5149\u6d77\u6ee9(\u5851)(\u5f02\u754c\u56fe\u9274)","Farric Chieftain":"\u5927\u5730\u914b\u957f","Auric Mace":"\u5723\u7ea6\u4e4b\u9524","Poacher\'s Mark":"\u76d7\u730e\u8005\u5370\u8bb0","Maw of Mischief Bone Helmet":"\u5bb3\u4eba\u4e4b\u53e3 \u5524\u9aa8\u5934\u76d4","Spell Totem Support":"\u6cd5\u672f\u56fe\u817e","Circle of Anguish Ruby Ring":"\u82e6\u75db\u4e4b\u73af \u7ea2\u7389\u6212\u6307","Lightning Spire Trap":"\u7535\u5854\u9677\u9631","Vanguard Belt":"\u5148\u950b\u8170\u5e26","Belly of the Beast Full Wyrmscale":"\u517d\u8179 \u8fde\u8eab\u9f99\u9cde\u6218\u7532","Reciprocation Staff":"\u4ea4\u6362\u957f\u6756","Contract: Records Office":"\u5951\u7ea6\uff1a\u6863\u6848\u5904","Scriptorium Map (Atlas of Worlds)":"\u7834\u65e7\u4e66\u5e93(\u5f02\u754c\u56fe\u9274)","A Modest Request":"\u5fae\u672b\u7684\u8bf7\u6c42","Inevitability Cobalt Jewel":"\u4e0d\u53ef\u907f\u514d \u94b4\u84dd\u73e0\u5b9d","Jet Amulet":"\u6770\u7279\u62a4\u8eab\u7b26","The Standoff":"\u51b7\u6de1","Reckoning":"\u6e05\u7b97","Lesser Eldritch Ember":"\u6b21\u7ea7\u53e4\u7075\u4f59\u70ec","Fine Sensing Charm":"\u826f\u597d\u611f\u77e5\u9b54\u7b26","Golden Kris":"\u91d1\u5149\u6ce2\u5203","Fine Sharpening Stone":"\u826f\u597d\u78e8\u5200\u77f3","Breathstealer Hydrascale Gauntlets":"\u627c\u606f\u8005 \u706b\u876e\u9cde\u624b\u5957","Dig Map":"\u6398\u5730\u4e4b\u7262","Screaming Essence of Misery":"\u51c4\u60e8\u4e4b\u5486\u54ee\u7cbe\u534e","War Sword":"\u5f81\u6218\u4e4b\u5251","Large Life Flask":"\u5927\u578b\u751f\u547d\u836f\u5242","Jade Amulet":"\u7fe0\u7389\u62a4\u8eab\u7b26","Elevated Sextant":"\u5c0a\u5d07\u516d\u5206\u4eea","Poleaxe":"\u5de8\u6218\u65a7","Metamorph Lung":"\u707e\u53d8\u547c\u5438","Maddening Incubator":"\u72c2\u8e81\u7684\u5b55\u80b2\u77f3","Shaped Marshes Map (Atlas of Worlds)":"\u7edd\u671b\u6cbc\u6cfd(\u5851)(\u5f02\u754c\u56fe\u9274)","Poacher\'s Aim Viridian Jewel":"\u76d7\u730e\u8005\u7684\u51c6\u5fc3 \u7fe0\u7eff\u73e0\u5b9d","Choir of the Storm Lapis Amulet":"\u66b4\u98ce\u4e4b\u8bed \u6d77\u7389\u62a4\u8eab\u7b26","Fairgraves\' Tricorne Tricorne":"\u8d39\u5c14\u4e4b\u5e3d \u4e09\u89d2\u5e3d","Ancient Reliquary Key":"\u53e4\u85cf\u79d8\u94a5","Shadow Axe":"\u5e7d\u5f71\u5de8\u65a7","Savage Crab":"\u91ce\u86ee\u5de8\u87f9","Crimson Raiment":"\u7eef\u7ea2\u4e4b\u8863","Powerful Alchemical Resonator":"\u5de8\u80fd\u70bc\u91d1\u5171\u632f\u5668","Small Cluster Jewel":"\u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","Audacity":"\u80c6\u8bc6","Vaal Lightning Strike":"\u74e6\u5c14\uff1a\u95ea\u7535\u6253\u51fb","Shaped Desert Map (Atlas of Worlds)":"\u8d2b\u7620\u4e4b\u5730(\u5851)(\u5f02\u754c\u56fe\u9274)","Simple Robe":"\u7b80\u6613\u4e4b\u888d","Guardian of the Chimera":"\u5947\u7f8e\u62c9\u5b88\u536b","Lioneye\'s Vision Crusader Plate":"\u72ee\u773c\u7684\u89c6\u7ebf \u5f81\u6218\u91cd\u94e0","Perandus Blazon Cloth Belt":"\u666e\u5170\u5fb7\u65af\u4e4b\u5370 \u9970\u5e03\u8170\u5e26","Serrated Foil":"\u952f\u9f7f\u7ec6\u5251","Rotting Legion Loricated Ringmail":"\u8150\u673d\u519b\u56e2 \u8986\u4f53\u73af\u7532","Burst Band":"\u7206\u7834\u5e26","Copper Tower Shield":"\u94dc\u953b\u5854\u76fe","Fine Lockpick":"\u826f\u597d\u89e3\u5bc6\u5de5\u5177","Cage Map":"\u6076\u5ff5\u7262\u7b3c","Pride":"\u5c0a\u4e25","Enlighten Support":"\u542f\u8499","Elemental Penetration Support":"\u5143\u7d20\u7a7f\u900f\uff08\u8f85\uff09","Screaming Essence of Envy":"\u5fcc\u5992\u4e4b\u5486\u54ee\u7cbe\u534e","Eelskin Tunic":"\u9cd7\u76ae\u4e4b\u8863","Shaped Promenade Map (Atlas of Worlds)":"\u6708\u8272\u56de\u5eca(\u5851)(\u5f02\u754c\u56fe\u9274)","Seismic Cry":"\u9707\u5730\u6218\u543c","Bone Scavenger":"\u98df\u8150\u9aa8\u5599","Ezomyte Tower Shield":"\u827e\u5179\u9ea6\u5854\u76fe","Overgrown Shrine Map (The Awakening)":"\u5bc6\u8349\u795e\u6bbf(\u89c9\u9192)","Trap and Mine Damage Support":"\u9677\u9631\u53ca\u5730\u96f7\u4f24\u5bb3","Solar Maul":"\u65e5\u5149\u9524","Infested Vulture":"\u88ab\u8150\u5316\u7684\u79c3\u9e70","Spider Forest Map":"\u5de8\u86db\u4e4b\u6797","Uul-Netol\'s Breachstone":"\u4e4c\u5c14\u5c3c\u591a\u88c2\u9699\u77f3","The Card Sharp":"\u795e\u6069\u4e4b\u8d50","Tomahawk":"\u5f81\u6218\u4e4b\u65a7","Vial of Dominance":"\u7edf\u5fa1\u9b54\u74f6","Singular Incubator":"\u5355\u4e00\u7684\u7684\u5b55\u80b2\u77f3","Agate Amulet":"\u739b\u7459\u62a4\u8eab\u7b26","The Scholar":"\u5b66\u8005","Skyforth Sorcerer Boots":"\u7a7a\u5411 \u672f\u58eb\u957f\u9774","Aul\'s Uprising Onyx Amulet":"\u5965\u5c14\u4e4b\u5174 \u9ed1\u66dc\u62a4\u8eab\u7b26","Eldritch Incubator":"\u53ef\u6015\u7684\u5b55\u80b2\u77f3","Castle Ruins Map (Atlas of Worlds)":"\u5e7d\u5f71\u9057\u5740(\u5f02\u754c\u56fe\u9274)","Museum Map (The Awakening)":"\u53e4\u535a\u7269\u9986(\u89c9\u9192)","Vaal Power Siphon":"\u74e6\u5c14\uff1a\u529b\u91cf\u62bd\u53d6","Greater Mana Flask":"\u826f\u8d28\u9b54\u529b\u836f\u5242","Totemic Maul":"\u56fe\u817e\u5de8\u9524","Foreboding Delirium Orb":"\u4e0d\u8be6\u7684\u96fe\u9b47\u5b9d\u73e0","The Incantation":"\u5492\u8bed","Poorjoy\'s Asylum Temple Map (The Awakening)":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf(\u89c9\u9192)","Vaal Grace":"\u74e6\u5c14\uff1a\u4f18\u96c5","Beast of the Pits":"\u5730\u5e95\u5de8\u517d","Friendship":"\u53cb\u8c0a","Operative\'s Scouting Report":"\u4fa6\u63a2\u4fa6\u5bdf\u62a5\u544a","Academy Map":"\u6076\u7075\u5b66\u9662","Lightpoacher Great Crown":"\u5149\u660e\u5077\u730e\u8005 \u5f3a\u5316\u5de8\u76d4","Tear of Purity Lapis Amulet":"\u7eaf\u51c0\u4e4b\u6cea \u6d77\u7389\u62a4\u8eab\u7b26","Pit of the Chimera Map (Atlas of Worlds)":"\u5947\u7f8e\u62c9\u9886\u57df(\u5f02\u754c\u56fe\u9274)","Topaz Flask":"\u9ec4\u7389\u836f\u5242","Terrible Secret of Space":"\u6d2a\u8352\u79d8\u8f9b","Ancestral Call Support":"\u5148\u7956\u53ec\u5524","Prime Alchemical Resonator":"\u5a01\u80fd\u70bc\u91d1\u5171\u632f\u5668","Doedre\'s Damning Paua Ring":"\u5fb7\u745e\u7684\u9b54\u5177 \u6d77\u7075\u6212\u6307","Replica Nebulis Void Sceptre":"\u5185\u5e03\u5229\u65af\u3010\u4eff\u54c1\u3011 \u865a\u5f71\u77ed\u6756","The Skeleton":"\u9b54\u4f8d","Divine Inferno Crimson Jewel":"\u795e\u5723\u70bc\u72f1 \u8d64\u7ea2\u73e0\u5b9d","Leap Slam":"\u8dc3\u51fb","Concentrated Effect Support":"\u96c6\u4e2d\u6548\u5e94","Shaped Spider Forest Map (Atlas of Worlds)":"\u5de8\u86db\u4e4b\u6797(\u5851)(\u5f02\u754c\u56fe\u9274)","Vine Circlet":"\u85e4\u8513\u4e4b\u51a0","Shipyard Map (Atlas of Worlds)":"\u70bd\u708e\u8239\u575e(\u5f02\u754c\u56fe\u9274)","Infested Crab":"\u53d7\u611f\u67d3\u7684\u87f9","Oni-Goroshi Charan\'s Sword":"\u9b3c\u5f11 \u67e5\u5170\u4e4b\u5251","Precursor\'s Emblem Ruby Ring":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u7ea2\u7389\u6212\u6307","The Eternal Apple Chiming Spirit Shield":"\u6c38\u6052\u82f9\u679c \u9b42\u76f8\u9b54\u76fe","Farric Magma Hound":"\u5927\u5730\u7194\u5ca9\u730e\u72ac","Bestial Maw":"\u72c2\u91ce\u88c2\u9f7f\u517d","Poisonous Concoction":"\u6bd2\u7206\u7075\u836f","Fertile Catalyst":"\u4e30\u6c83\u50ac\u5316\u5242","Uzaza\'s Valley Sapphire Ring":"\u4e4c\u624e\u8428\u7684\u5c71\u8c37 \u84dd\u7389\u6212\u6307","The Bear Woman":"\u718a\u5973","Promenade Map (Atlas of Worlds)":"\u6708\u8272\u56de\u5eca(\u5f02\u754c\u56fe\u9274)","Maven\'s Invitation: Glennach Cairns":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2","Petrified Club":"\u575a\u77f3\u6728\u68d2","Timeless Karui Emblem":"\u6c38\u6052\u5361\u9c81\u5370\u8bb0","Standard Lockpick":"\u6807\u51c6\u89e3\u5bc6\u5de5\u5177","Winter Orb":"\u5bd2\u51ac\u5b9d\u73e0","Painted Tower Shield":"\u5f69\u7ed8\u5854\u76fe","Aulen Greychain":"\u5de8\u529b\u5965\u4f26","Maze Needleback":"\u8ff7\u5bab\u523a\u732c","Arrogance Support":"\u8d64\u56a3\uff08\u8f85\uff09","Steelscale Gauntlets":"\u94a2\u5f71\u62a4\u624b","Amorphous Delirium Orb":"\u65e0\u5f62\u7684\u96fe\u9b47\u5b9d\u73e0","Craiceann, First of the Deep":"\u6df1\u6d77\u521d\u5b50 \u514b\u6797\u65af\u6602","Demigod\'s Beacon Golden Flame":"\u5347\u534e\u4e4b\u706f \u9ec4\u91d1\u5723\u708e","The Ignomon Gold Amulet":"\u70c8\u9633\u5fbd\u8bb0 \u5e1d\u91d1\u62a4\u8eab\u7b26","War Buckler":"\u6218\u4e89\u8f7b\u76fe","Primal Delirium Orb":"\u539f\u59cb\u7684\u96fe\u9b47\u5b9d\u73e0","Hypothermia Support":"\u6025\u51bb","Destructive Link":"\u6bc1\u706d\u7f81\u7eca","Alloyed Spiked Shield":"\u5408\u91d1\u523a\u76fe","Hallowed Life Flask":"\u795d\u798f\u751f\u547d\u836f\u5242","Warmonger":"\u597d\u6218\u4e4b\u7075","Unset Ring":"\u6f5c\u80fd\u4e4b\u6212","Replica Alpha\'s Howl Sinner Tricorne":"\u6781\u5730\u4e4b\u773c\u3010\u4eff\u54c1\u3011 \u7f6a\u8005\u4e4b\u5e3d","Shield Crush":"\u76fe\u724c\u78be\u538b","The Escape":"\u9003\u4ea1","Cursed Spawn":"\u8bc5\u5492\u6d77\u866b","Bone Crypt Map (Legacy)":"\u53e4\u77f3\u9675\u5893(\u9057\u4ea7)","Residence Map (The Awakening)":"\u795e\u4e3b\u5c45\u6240(\u89c9\u9192)","Replica Windripper Imperial Bow":"\u88c2\u98ce\u3010\u4eff\u54c1\u3011 \u5e1d\u56fd\u4e4b\u5f13","Harbinger\'s Shard":"\u5148\u9a71\u77f3\u788e\u7247","Torr Olgosso":"\u6258\u5c14","Vaal Rapier":"\u74e6\u5c14\u7ec6\u5251","Mutewind Pennant Enameled Buckler":"\u54d1\u98ce\u5c16\u65d7 \u91c9\u5f69\u8f7b\u76fe","The Rat Cage Sharkskin Tunic":"\u75ab\u9f20\u56da\u7b3c \u9ca8\u76ae\u4e4b\u8863","Hybrid Widow":"\u9ed1\u5be1\u5987","Pine Buckler":"\u677e\u6728\u8f7b\u76fe","Bronze Gauntlets":"\u9752\u94dc\u62a4\u624b","Tailoring Orb":"\u88c1\u526a\u77f3","Urgent Orders Support":"\u7d27\u6025\u53f7\u4ee4\uff08\u8f85\uff09","Kinetic Blast":"\u529b\u91cf\u7206\u7834","Cloudwhisper Boots":"\u5524\u4e91\u4e4b\u9774","Rewritten Distant Memory Basilica Map":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6 \u795e\u5723\u5927\u6559\u5802","Vaal Recluse":"\u74e6\u5c14\u9057\u7075","Dusktoe Leatherscale Boots":"\u8fce\u66ae \u7c97\u9cde\u76ae\u9774","Caer Blaidd, Wolfpack\'s Den Underground River Map":"\u585e\u5c14.\u5e03\u96f7\u5fb7\u72fc\u7a74 \u5730\u5e95\u4e4b\u6cb3","Winter\'s Embrace":"\u51db\u51ac\u4e4b\u62e5","Chayula\'s Pure Breachstone":"\u590f\u4e4c\u62c9\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","Cone Helmet":"\u9525\u9876\u76d4","Bone Helmet":"\u5524\u9aa8\u5934\u76d4","Arachnid Nest Map (Legacy)":"\u5f02\u86db\u5de2\u7a74(\u9057\u4ea7)","Underground River Map (Atlas of Worlds)":"\u5730\u5e95\u4e4b\u6cb3(\u5f02\u754c\u56fe\u9274)","Contract: Laboratory":"\u5951\u7ea6\uff1a\u5b9e\u9a8c\u5ba4","Bone Crypt Map":"\u53e4\u77f3\u9675\u5893","Thicket Bow":"\u6797\u91ce\u730e\u5f13","Fox\'s Fortune Wild Leather":"\u72d0\u8fd0\u5f3a\u94e0 \u72c2\u91ce\u90e8\u65cf\u76ae\u7532","Awakened Cast On Critical Strike Support":"\u66b4\u51fb\u65f6\u65bd\u653e\uff08\u5f3a\u8f85\uff09","The Searing Touch Long Staff":"\u70bd\u708e\u4e4b\u4f7f \u957f\u6756","Heat-attuned Tower Shield":"\u9002\u70ed\u578b\u5854\u76fe","Shaped Toxic Sewer Map (Atlas of Worlds)":"\u5267\u6bd2\u6c34\u9053(\u5851)(\u5f02\u754c\u56fe\u9274)","Summon Ice Golem":"\u53ec\u5524\u5bd2\u51b0\u9b54\u50cf","Amber Oil":"\u7425\u73c0\u5723\u6cb9","Paradoxica Vaal Rapier":"\u6096\u8bba \u74e6\u5c14\u7ec6\u5251","Plaza Map":"\u5e7f\u573a","Replica Hyrri\'s Truth Jade Amulet":"\u897f\u91cc\u7684\u771f\u76f8\u3010\u4eff\u54c1\u3011 \u7fe0\u7389\u62a4\u8eab\u7b26","Golden Ceremonial Mask":"\u91d1\u8272\u5e86\u5178\u9762\u5177","Eye of Malice Callous Mask":"\u6028\u6068\u4e4b\u773c \u65e0\u60c5\u4e4b\u9762","Junglemare":"\u4e1b\u6797\u68a6\u9b47","Brass Maul":"\u94dc\u5f71\u5de8\u9524","Unravelling Horror":"\u5d29\u9aa8","Full Chainmail":"\u8fde\u8eab\u9501\u7532","Apprentice Cartographer\'s Seal":"\u521d\u7ea7\u5c01\u754c\u5370","Silverbough Crude Bow":"\u94f6\u679d \u7c97\u5236\u5f13","Winged Breach Scarab":"\u6709\u7ffc\u7684\u88c2\u9699\u5723\u7532\u866b","Mystic Devourer":"\u79d8\u672f\u541e\u566c\u8005","Olesya\'s Delight Cloth Belt":"\u5965\u83b1\u897f\u4e9a\u7684\u559c\u60a6 \u9970\u5e03\u8170\u5e26","Strong Rope Net":"\u5f3a\u529b\u7684\u7c97\u7ef3\u730e\u9b54\u5939","Chance to Poison Support":"\u4f4e\u9636\u6bd2\u5316","Captured Soul of Murgeth Bogsong":"\u5df2\u6355\u83b7\u7684\u6cfd\u6b4c\u8499\u6208\u65af\u4e4b\u9b42","Grand Black Scythe Artifact":"\u81f3\u9ad8\u9ed1\u9570\u795e\u5668","Ceremonial Kite Shield":"\u796d\u4eea\u9e22\u76fe","Mortal Ignorance":"\u51e1\u4eba\u7684\u65e0\u77e5[\u5de6\u4e0b]","Three Faces in the Dark":"\u9ed1\u6697\u4e09\u9762","Primordial Pool Map":"\u8d77\u6e90\u4e4b\u6c60","Seismic Trap":"\u9707\u6ce2\u9677\u9631","Three-step Assault Shagreen Boots":"\u5f3a\u88ad\u8005 \u7c97\u9769\u77ed\u9774","Pinnacle Tower Shield":"\u575a\u6bc5\u5854\u76fe","Vaal Storm Call":"\u74e6\u5c14\uff1a\u98ce\u66b4\u547c\u5524","Enameled Buckler":"\u91c9\u5f69\u8f7b\u76fe","Surveyor\'s Compass":"\u6d4b\u7ed8\u7f57\u76d8","Mud Geyser Map (Atlas of Worlds)":"\u9634\u6666\u6ce5\u6ee9(\u5f02\u754c\u56fe\u9274)","Replica Doedre\'s Damning Paua Ring":"\u5fb7\u745e\u7684\u9b54\u5177\u3010\u4eff\u54c1\u3011 \u6d77\u7075\u6212\u6307","Horizon Shard":"\u5e73\u884c\u77f3\u788e\u7247","Golden Prayer Idol":"\u91d1\u8272\u7948\u7977\u8005\u5851\u50cf","Filth Maw":"\u51c0\u6c34\u63a0\u98df\u8005","Corona Solaris Crystal Wand":"\u65e5\u8000\u4e4b\u51a0 \u6c34\u6676\u6cd5\u6756","Vaal Spectral Throw":"\u74e6\u5c14\uff1a\u7075\u4f53\u6295\u63b7","Bloodboil Coral Ring":"\u6cb8\u8840 \u73ca\u745a\u6212\u6307","Kondo\'s Pride Ezomyte Blade":"\u521a\u591a\u7684\u865a\u8363 \u827e\u5179\u9ea6\u5de8\u5251","Glimpse of Chaos Vaal Mask":"\u6df7\u6c8c\u4e00\u77a5 \u74e6\u5c14\u4e4b\u9762","Aquamarine Flask":"\u6d77\u84dd\u836f\u5242","Cemetery Map (The Awakening)":"\u6668\u66e6\u5893\u5730(\u89c9\u9192)","Cold Steel Viridian Jewel":"\u51b7\u94a2 \u7fe0\u7eff\u73e0\u5b9d","Maligaro\'s Cruelty Turquoise Amulet":"\u9a6c\u96f7\u683c\u7f57\u7684\u6b8b\u9177 \u9752\u7389\u62a4\u8eab\u7b26","Stone of Lazhwar Lapis Amulet":"\u62c9\u5179\u74e6\u7684\u7075\u77f3 \u6d77\u7389\u62a4\u8eab\u7b26","Battle Lamellar":"\u4e89\u6218\u9cde\u7532","Fleshcrafter Necromancer Silks":"\u5851\u8840\u5de8\u5320 \u64cd\u7075\u8005\u80cc\u5fc3","Deadly Joy":"\u81f4\u547d\u4e4b\u6109","Dissolution of the Flesh Crimson Jewel":"\u8840\u8089\u5206\u5d29 \u8d64\u7ea2\u73e0\u5b9d","Deregulation Scroll":"\u89e3\u9664\u5377\u8f74","Gilded Fossil":"\u9576\u91d1\u5316\u77f3","Screaming Essence of Anger":"\u6124\u6012\u4e4b\u5486\u54ee\u7cbe\u534e","Hair Trigger Viridian Jewel":"\u53d1\u95f8\u673a\u5173 \u7fe0\u7eff\u73e0\u5b9d","Sadima\'s Touch Wool Gloves":"\u730e\u5b9d\u8005\u7684\u62a4\u624b \u7f8a\u6bdb\u624b\u5957","Greater Volley Support":"\u9ad8\u9636\u9f50\u5c04\uff08\u8f85\uff09","Gilded Cartography Scarab":"\u9540\u91d1\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","Golden Oil":"\u91d1\u8272\u5723\u6cb9","Doedre\'s Malevolence Velvet Gloves":"\u5fb7\u745e\u7684\u6076\u5ff5 \u4e1d\u7ed2\u624b\u5957","Arcane Cloak":"\u5965\u672f\u6597\u7bf7","Tavukai Coral Amulet":"\u5723\u4ee4 \u73ca\u745a\u62a4\u8eab\u7b26","Teak Round Shield":"\u67da\u6728\u5706\u76fe","Hedron Bow":"\u591a\u9762\u5f13","Frozen Cabins Map":"\u51bb\u7ed3\u4e4b\u8231","Pileah, Burning Corpse":"\u711a\u7075\u8005\u76ae\u91cc\u4e9a","The Master Artisan":"\u5de5\u5320\u5927\u5e08","The Watcher":"\u51dd\u89c6\u8005","Farric Taurus":"\u5927\u5730\u77f3\u808c\u725b","Battlemage\'s Cry":"\u9b54\u6b66\u6218\u53f7","Serrated Fossil":"\u72fc\u7259\u5316\u77f3","Scourge Arrow":"\u5929\u707e\u4e4b\u7bad","Royal Sceptre":"\u7687\u5bb6\u77ed\u6756","Steelskin":"\u94a2\u94c1\u4e4b\u80a4","Glacier Map (The Awakening)":"\u51b0\u5ddd(\u89c9\u9192)","The Sunburst Queen":"\u65e5\u708e\u866b\u540e","Leper\'s Alms Mirrored Spiked Shield":"\u4e34\u6b7b\u7684\u65bd\u820d \u94a2\u955c\u523a\u76fe","Thunderfist Murder Mitts":"\u8f70\u5929\u96f7 \u6697\u5f71\u8005\u62a4\u624b","Bladestorm":"\u5251\u5203\u98ce\u66b4","Footman Sword":"\u58eb\u5175\u5de8\u5251","Assassin\'s Boots":"\u6697\u5f71\u4e4b\u9774","Eventuality Rod":"\u6f5c\u80fd\u4e4b\u6756","Jungle Valley Map (Atlas of Worlds)":"\u5267\u6bd2\u6797\u8c37(\u5f02\u754c\u56fe\u9274)","Corrupted Energy Cobalt Jewel":"\u8150\u5316\u80fd\u91cf \u94b4\u84dd\u73e0\u5b9d","Two-Handed Sword":"\u53cc\u624b\u5251","Conqueror\'s Longevity Viridian Jewel":"\u5f81\u670d\u8005\u7684\u957f\u751f \u7fe0\u7eff\u73e0\u5b9d","Regicide Disguise Kit":"\u5f11\u541b\u6613\u5bb9\u5de5\u5177","Bazaar Map":"\u8fdc\u53e4\u5e02\u96c6","The Hunger":"\u9965\u997f","Feral Incubator":"\u91ce\u6027\u7684\u5b55\u80b2\u77f3","Wheel of the Stormsail Rotted Round Shield":"\u66b4\u96e8\u4e4b\u8235 \u673d\u6728\u5706\u76fe","The Betrayal":"\u80cc\u53db","Satin Slippers":"\u7f0e\u5e03\u4fbf\u978b","Burial Chambers Map":"\u5e7d\u95ed\u5893\u9886","Winged Ambush Scarab":"\u6709\u7ffc\u7684\u5f3a\u88ad\u5723\u7532\u866b","Blackgleam Blazing Arrow Quiver":"\u9ed1\u708e\u4e4b\u8292 \u71c3\u77e2\u7bad\u888b","Beacon of Madness Two-Toned Boots":"\u75af\u72c2\u7684\u8c61\u5f81 \u5f02\u8272\u978b","Archdemon Crown":"\u5927\u6076\u9b54\u4e4b\u51a0","Frigid Fossil":"\u51b0\u51bd\u5316\u77f3","Destroyer Regalia":"\u706d\u4e16\u6cd5\u8863","Cursed Crypt Map":"\u5492\u6028\u9675\u5893","Malachai\'s Simula Iron Mask":"\u739b\u62c9\u51ef\u7684\u796d\u5177 \u94c1\u953b\u4e4b\u9762","Orb of Annulment":"\u5265\u79bb\u77f3","Quill Rain Short Bow":"\u9aa4\u96e8\u4e4b\u5f26 \u77ed\u5f13","Thirst for Horrors War Buckler":"\u98a4\u6817\u4e4b\u9965 \u6218\u4e89\u8f7b\u76fe","Awakened Added Lightning Damage Support":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Barrows Map (Atlas of Worlds)":"\u5c71\u6797\u79d8\u7a74(\u5f02\u754c\u56fe\u9274)","Kaom\'s Primacy Karui Chopper":"\u5188\u59c6\u7684\u9738\u4e1a \u5361\u9c81\u5de8\u65a7","Kikazaru Topaz Ring":"\u57fa\u52a0\u8428\u9c81 \u9ec4\u7389\u6212\u6307","Galvanic Arrow":"\u7535\u5149\u7bad","Curtain Call Plague Mask":"\u591c\u5e55\u53ec\u5524 \u75ab\u707e\u4e4b\u9762","Silverbranch Crude Bow":"\u5e7b\u94f6\u4e4b\u5f26 \u7c97\u5236\u5f13","Infected Spiker":"\u53d7\u611f\u67d3\u523a\u9488\u517d","Reef Map (Legacy)":"\u5371\u673a\u6d77\u7901(\u9057\u4ea7)","Assassin\'s Garb":"\u6697\u5f71\u4e4b\u88c5","Solaris Circlet":"\u65e5\u8000\u4e4b\u51a0","Death\'s Harp Death Bow":"\u51a5\u4f7f\u4e4b\u7434 \u6b7b\u4ea1\u4e4b\u5f13","Bodyswap":"\u7075\u4f53\u8f6c\u6362","Monochrome":"\u9ed1\u767d\u4e16\u754c","Ball Lightning":"\u5929\u96f7\u4e4b\u73e0","Haemocombustion Scroll":"\u711a\u8840\u5377\u8f74","Azyran\'s Reward":"\u963f\u7956\u5170\u7684\u5956\u8d4f","Seething Fury Viridian Jewel":"\u6012\u706b\u4e2d\u70e7 \u7fe0\u7eff\u73e0\u5b9d","Delirious Scouting Report":"\u4ea2\u594b\u4fa6\u5bdf\u62a5\u544a","Thicket Map (Legacy)":"\u60ca\u60e7\u6811\u4e1b(\u9057\u4ea7)","Soul Mantle Spidersilk Robe":"\u7956\u7075\u4e4b\u7ea6 \u86db\u4e1d\u4e4b\u888d","Tower Map (Atlas of Worlds)":"\u9ad8\u5854(\u5f02\u754c\u56fe\u9274)","Tropical Island Map (Atlas of Worlds)":"\u6674\u7a7a\u5e7d\u5c9b(\u5f02\u754c\u56fe\u9274)","Dense Fossil":"\u81f4\u5bc6\u5316\u77f3","Lesser Black Scythe Artifact":"\u6b21\u7ea7\u9ed1\u9570\u795e\u5668","Deafening Essence of Hatred":"\u618e\u6068\u4e4b\u7834\u7a7a\u7cbe\u534e","Replica Ungil\'s Gauche Boot Knife":"\u6069\u5409\u5c14\u7684\u53c9\u5203\u3010\u4eff\u54c1\u3011 \u7a83\u8005\u77ed\u5203","Fated Siren":"\u5bbf\u547d\u6d77\u5996","Ambush":"\u4f0f\u51fb","Desert Map (The Awakening)":"\u8d2b\u7620\u4e4b\u5730(\u89c9\u9192)","Exquisite Leather":"\u7cbe\u5236\u76ae\u7532","Divine Ire":"\u5723\u6028","Emperor\'s Wit Cobalt Jewel":"\u5e1d\u738b\u7684\u667a\u6167 \u94b4\u84dd\u73e0\u5b9d","Voice of the Storm Lapis Amulet":"\u66b4\u98ce\u4e4b\u8a00 \u6d77\u7389\u62a4\u8eab\u7b26","The Shattered Divinity Blunt Arrow Quiver":"\u795e\u6027\u7834\u788e \u949d\u77e2\u7bad\u888b","Gardens Map":"\u82b1\u56ed\u8ff7\u5bab","Cloak of Flame Scholar\'s Robe":"\u70c8\u708e\u4e4b\u888d \u5b66\u8005\u4e4b\u888d","Iceberg Map":"\u6781\u5bd2\u51b0\u539f","The Aylardex Agate Amulet":"\u57c3\u62c9\u9edb\u4e1d \u739b\u7459\u62a4\u8eab\u7b26","Cleaver":"\u5207\u5272\u8005","The Goddess Scorned Elegant Sword":"\u5973\u795e\u7684\u6012\u708e \u8d35\u65cf\u4e4b\u5251","Muttering Essence of Fear":"\u6050\u60e7\u4e4b\u5462\u5583\u7cbe\u534e","Mirage Archer Support":"\u5e7b\u5f71\u5c04\u624b","Rewritten Distant Memory Synthesised Map":"\u91cd\u8457\u7684\u9065\u8fdc\u56de\u5fc6 \u5bfb\u68a6\u8ffd\u5fc6","Necropolis Map (The Awakening)":"\u9b54\u5f71\u5893\u573a(\u89c9\u9192)","Underground Sea Map (Legacy)":"\u6ee8\u6d77\u5e7d\u7a74(\u9057\u4ea7)","Meat Shield Support":"\u8089\u76fe\uff08\u8f85\uff09","Wither":"\u6b7b\u4ea1\u51cb\u96f6","Scorpion\'s Call Heavy Arrow Quiver":"\u9b54\u874e\u7684\u547c\u5524 \u91cd\u77e2\u7bad\u888b","Padded Vest":"\u8584\u886c\u8863","Vampiric Link":"\u8840\u7075\u7f81\u7eca","Silk Robe":"\u4e1d\u8d28\u4e4b\u888d","Cameria\'s Avarice Gavel":"\u5361\u7f8e\u5229\u4e9a\u4e4b\u8d2a\u5a6a \u575a\u9524","Bear Trap":"\u6355\u718a\u9677\u9631","Witchhunter\'s Judgment Highborn Staff":"\u730e\u5deb\u4eba\u7684\u5ba1\u5224 \u8d35\u65cf\u957f\u6756","The High Templar":"\u795e\u4e3b\u4e4b\u7075","Arsenal Map (Legacy)":"\u53e4\u5175\u5de5\u5382(\u9057\u4ea7)","Divine Life Flask":"\u4e0d\u673d\u751f\u547d\u836f\u5242","Herald of Ashes":"\u5730\u708e\u4e4b\u5146","Armoury Map (Atlas of Worlds)":"\u88c5\u5907\u5e93(\u5f02\u754c\u56fe\u9274)","Bloodgrip Marble Amulet":"\u9c9c\u8840\u652f\u914d \u5927\u7406\u77f3\u62a4\u8eab\u7b26","Giant Mana Flask":"\u5de8\u578b\u9b54\u529b\u836f\u5242","Enigmatic Assembly A4":"\u795e\u79d8\u7ec4\u88c5\u4f53 A4","Piledriver":"\u626b\u8361\u8005","Courtyard Map (Legacy)":"\u5947\u672f\u4e4b\u5ead(\u9057\u4ea7)","Winged Torment Scarab":"\u6709\u7ffc\u7684\u82e6\u75db\u5723\u7532\u866b","Sulphur Vents Map":"\u786b\u78fa\u8680\u5cb8","Burial Medallion":"\u846c\u793c\u5fbd\u7ae0","Wildfire Crimson Jewel":"\u91ce\u706b \u8d64\u7ea2\u73e0\u5b9d","Purity of Fire":"\u706b\u7130\u51c0\u5316","Tunnelfiend":"\u5730\u4e0b\u90aa\u517d","Stone Hammer":"\u77f3\u9524","Minion Life Support":"\u53ec\u5524\u751f\u7269\u751f\u547d","Secutor Helm":"\u7cbe\u5175\u4e4b\u76d4","Gilded Torment Scarab":"\u9540\u91d1\u7684\u82e6\u75db\u5723\u7532\u866b","Screaming Essence of Hatred":"\u618e\u6068\u4e4b\u5486\u54ee\u7cbe\u534e","The Coward\'s Trial Cursed Crypt Map (Atlas of Worlds)":"\u61e6\u8005\u7684\u8bd5\u9a8c \u5492\u6028\u9675\u5893(\u5f02\u754c\u56fe\u9274)","Precursor\'s Emblem Prismatic Ring":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u4e09\u76f8\u6212\u6307","Chance to Flee Support":"\u51e0\u7387\u9003\u8dd1","Konu, Maker of Wind":"\u52b2\u98ce\u4e4b\u795e\u5bc7\u52aa","Arid Lake Map (Legacy)":"\u8352\u829c\u6e56\u57df(\u9057\u4ea7)","Farric Lynx Alpha":"\u5927\u5730\u5de8\u578b\u731e\u7301","Behemoth Mace":"\u5df4\u54c8\u59c6\u7279","Minion Damage Support":"\u53ec\u5524\u751f\u7269\u4f24\u5bb3","Combat Focus Crimson Jewel":"\u6218\u6597\u4e13\u6ce8 \u8d64\u7ea2\u73e0\u5b9d","Agnerod North Imperial Staff":"\u5317\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","Null and Void Legion Gloves":"\u865a\u7a7a \u519b\u56e2\u624b\u5957","The Tireless Extractor":"\u6052\u4e45\u69a8\u53d6","Hollowskull, the Willing Host":"\u81ea\u613f\u5bbf\u4e3b\u7a7a\u9885","Star of Wraeclast Ruby Amulet":"\u74e6\u5c14\u514b\u62c9\u65af\u4e4b\u661f \u8840\u8272\u62a4\u8eab\u7b26","Elegant Foil":"\u8d35\u65cf\u7ec6\u5251","Font of Thunder Mirrored Spiked Shield":"\u96f7\u9e23\u6d17\u793c \u94a2\u955c\u523a\u76fe","The Scourge Terror Claw":"\u707e\u5bb3 \u6050\u60e7\u4e4b\u7259","Shore Map (Legacy)":"\u66ae\u5149\u6d77\u6ee9(\u9057\u4ea7)","Indigon Hubris Circlet":"\u975b\u84dd\u4e4b\u51a0 \u7075\u4e3b\u4e4b\u73af","Host Adder":"\u5bbf\u4e3b\u8f90\u5c04","Prime Sextant":"\u539f\u59cb\u516d\u5206\u4eea","Mirror of Kalandra":"\u5361\u5170\u5fb7\u7684\u9b54\u955c","Crown of the Pale King Regicide Mask":"\u6b92\u7687\u4e4b\u51a0 \u5f11\u541b\u4e4b\u9762","The Long Winter Cobalt Jewel":"\u51db\u51bd\u5bd2\u51ac \u94b4\u84dd\u73e0\u5b9d","Dread Maul":"\u5a01\u6743\u5de8\u9524","Burial Chambers Map (Atlas of Worlds)":"\u5e7d\u95ed\u5893\u9886(\u5f02\u754c\u56fe\u9274)","Tempered Flesh Crimson Jewel":"\u6dec\u706b\u4e4b\u8eaf \u8d64\u7ea2\u73e0\u5b9d","Awakened Sextant":"\u89c9\u9192\u516d\u5206\u4eea","Dark Temptation":"\u9ed1\u6697\u7684\u5f15\u8bf1","Shadowstitch Sacrificial Garb":"\u6697\u5f71\u7f1d\u5408 \u796d\u793c\u675f\u8863","Core Map (Atlas of Worlds)":"\u6838\u5fc3(\u5f02\u754c\u56fe\u9274)","Foundry Map":"\u953b\u6676\u8f66\u95f4","Ice Crash":"\u5bd2\u51b0\u51b2\u51fb","Unstable Payload Cobalt Jewel":"\u4e0d\u7a33\u5b9a\u627f\u8f7d \u94b4\u84dd\u73e0\u5b9d","Relic of the Pact Spiraled Wand":"\u534f\u7ea6\u7684\u9057\u7269 \u87ba\u7eb9\u6cd5\u6756","Caldera Map (Atlas of Worlds)":"\u5bc2\u7075\u4e4b\u6e0a(\u5f02\u754c\u56fe\u9274)","Deafening Essence of Torment":"\u6298\u78e8\u4e4b\u7834\u7a7a\u7cbe\u534e","Alberon\'s Warpath Soldier Boots":"\u963f\u5c14\u8d1d\u9686\u7684\u5f81\u9014 \u6218\u58eb\u4e4b\u9774","The Catch":"\u9690\u60c5","Spectral Helix":"\u7075\u5e7b\u65cb\u65a9","Ancient City Map":"\u8fdc\u53e4\u4e4b\u57ce","Reinforced Rope Net":"\u7cbe\u70bc\u7684\u7c97\u7ef3\u730e\u9b54\u5939","Thousand Teeth Temu Vaal Buckler":"\u5343\u9f7f \u74e6\u5c14\u8f7b\u76fe","Wailing Essence of Fear":"\u6050\u60e7\u4e4b\u54c0\u568e\u7cbe\u534e","Added Fire Damage Support":"\u9644\u52a0\u706b\u7130\u4f24\u5bb3","Vestige of Divinity Gnarled Branch":"\u5e84\u91cd\u4e4b\u6756 \u673d\u6728\u4e4b\u5e72","Omeyocan Carnal Boots":"\u81f3\u9ad8\u5929\u5802 \u7981\u793c\u4e4b\u9774","Executioner Bloodwing":"\u8840\u7ffc\u5904\u5211\u8005","Hydrascale Gauntlets":"\u706b\u876e\u9cde\u624b\u5957","Vaal Righteous Fire":"\u74e6\u5c14\uff1a\u6b63\u4e49\u4e4b\u706b","Strong Iron Net":"\u5f3a\u529b\u7684\u953b\u94c1\u730e\u9b54\u5939","Expedition\'s End Sentinel Jacket":"\u8fdc\u5f81\u5c3d\u5934 \u54e8\u5175\u4e4b\u8863","Scar of Fate Nailed Fist":"\u547d\u8fd0\u4f24\u75d5 \u62f3\u9489","Shaped Tower Map (Atlas of Worlds)":"\u9ad8\u5854(\u5851)(\u5f02\u754c\u56fe\u9274)","Shaped Ancient City Map (Atlas of Worlds)":"\u8fdc\u53e4\u4e4b\u57ce(\u5851)(\u5f02\u754c\u56fe\u9274)","Serpentine Staff":"\u86c7\u7eb9\u957f\u6756","Spiny Maul":"\u51f6\u523a\u5de8\u9524","Chateau Map (Atlas of Worlds)":"\u53e4\u5821(\u5f02\u754c\u56fe\u9274)","Fragmented Incubator":"\u7834\u788e\u7684\u5b55\u80b2\u77f3","Racecourse Map":"\u5de8\u578b\u7ade\u6280\u573a","Shaped Pier Map (Atlas of Worlds)":"\u6012\u6d6a\u4e4b\u6e2f(\u5851)(\u5f02\u754c\u56fe\u9274)","Chains of Emancipation Chain Belt":"\u8131\u7f1a\u4e4b\u9501 \u6263\u94fe\u8170\u5e26","Loricated Ringmail":"\u8986\u4f53\u73af\u7532","Second Piece of Directions Blunt Arrow Quiver Piece":"\u5c04\u672f\u5148\u9a71\u8005\u788e\u7247II \u949d\u77e2\u7bad\u888b","Dunes Map":"\u66ae\u8272\u6c99\u4e18","Brass Spirit Shield":"\u94dc\u953b\u9b54\u76fe","Explosive Trap":"\u7206\u70b8\u9677\u9631","Shaped Cells Map (Atlas of Worlds)":"\u5e7d\u9b42\u76d1\u7262(\u5851)(\u5f02\u754c\u56fe\u9274)","Replica Advancing Fortress Gut Ripper":"\u8d85\u8d8a\u58c1\u5792\u3010\u4eff\u54c1\u3011 \u88c2\u810f\u94a9","Mahuxotl\'s Machination Steel Kite Shield":"\u9a6c\u8d6b\u7d22\u6258\u4e4b\u8bc8 \u51b7\u94a2\u9e22\u76fe","Thraxia":"\u745f\u62c9\u897f\u4e9a","Rat\'s Nest Leather Cap":"\u9f20\u5de2 \u76ae\u5e3d","Prismatic Ring":"\u4e09\u76f8\u6212\u6307","Scale Vest":"\u7ec6\u9cde\u80cc\u5fc3","Crystal Vault Latticed Ringmail":"\u6c34\u6676\u5893\u7a74 \u7cbe\u5236\u73af\u7532","Exceptional Eldritch Ember":"\u5353\u8d8a\u53e4\u7075\u4f59\u70ec","Redblade Band Unset Ring":"\u7ea2\u5203\u4e4b\u73af \u6f5c\u80fd\u4e4b\u6212","Geode Map":"\u6c34\u6676\u6d1e\u7a74","Wailing Essence of Suffering":"\u82e6\u96be\u4e4b\u54c0\u568e\u7cbe\u534e","Lighthouse Map":"\u5b64\u5c9b\u706f\u5854","The Visionary":"\u68a6\u60f3\u5bb6","Umbilicus Immortalis Leather Belt":"\u4e0d\u673d\u7cfb\u547d \u76ae\u9769\u8170\u5e26","Standard Sharpening Stone":"\u6807\u51c6\u78e8\u5200\u77f3","Bijoux":"\u5730\u644a\u8d27","Runic Sollerets":"\u7b26\u6587\u62a4\u817f","Platinia":"\u666e\u62c9\u63d0\u5c3c\u4e9a","First Piece of Brutality Imperial Staff Piece":"\u6b8b\u66b4\u5148\u9a71\u8005\u788e\u7247I \u5e1d\u56fd\u957f\u6756","Ranger Bow":"\u6e38\u4fa0\u5f13","maps":"\u5730\u56fe","Lightning Strike":"\u95ea\u7535\u6253\u51fb","Vigilante Contract":"\u4e49\u8b66\u5951\u7ea6","Infantry Brigandine":"\u6b65\u5175\u9501\u7532","Goliath Gauntlets":"\u5de8\u7075\u62a4\u624b","The Demon":"\u6076\u9b54","Death and Taxes Necropolis Map":"\u4ea1\u8005\u4e4b\u8d22 \u9b54\u5f71\u5893\u573a","The Emptiness":"\u4e07\u4e8b\u7686\u7a7a","Harmonic Spirit Shield":"\u548c\u8c10\u9b54\u76fe","Grand Broken Circle Artifact":"\u81f3\u9ad8\u88c2\u73af\u795e\u5668","Ambush Boots":"\u4f0f\u51fb\u4e4b\u9774","The Journey":"\u65c5\u7a0b","Park Map":"\u5bc2\u591c\u6797\u82d1","Oiled Coat":"\u9632\u6c34\u5916\u8863","Foreseen Spawn":"\u5148\u77e5\u866b\u5375","Replica Trypanon Great Mallet":"\u88c2\u9885\u3010\u4eff\u54c1\u3011 \u521a\u731b\u5de8\u9524","Awl":"\u51ff\u9489","Karui Axe":"\u5361\u9c81\u53e4\u65a7","Shaped Port Map (Atlas of Worlds)":"\u4e2d\u8f6c\u7801\u5934(\u5851)(\u5f02\u754c\u56fe\u9274)","Mask of the Stitched Demon Magistrate Crown":"\u7f1d\u5408\u6076\u9b54\u9762\u7f69 \u884c\u653f\u8005\u6218\u51a0","The Journalist":"\u72d7\u4ed4\u961f","The Deceiver":"\u72e1\u5f92","Lokan, The Deceiver":"\u72e1\u5f92\u6d1b\u80af","Rusted Breach Scarab":"\u9508\u8680\u7684\u88c2\u9699\u5723\u7532\u866b","Elegant Ringmail":"\u6743\u8d35\u73af\u7532","Conjurer\'s Vestment":"\u5492\u8005\u957f\u8863","The Formless Flame Siege Helmet":"\u65e0\u5f62\u706b\u70ac \u7834\u57ce\u4e4b\u76d4","The Polymath":"\u535a\u5b66\u8005","Feathered Arrow Quiver":"\u98de\u7fbd\u7bad\u888b","Vaal Breach":"\u74e6\u5c14\uff1a\u88c2\u9699","Eternal Life Flask":"\u6c38\u6052\u751f\u547d\u836f\u5242","Full Wyrmscale":"\u8fde\u8eab\u9f99\u9cde\u6218\u7532","Triskaidekaphobia":"\u5341\u4e09\u5927\u5fcc","Twisted Distant Memory Synthesised Map":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6 \u5bfb\u68a6\u8ffd\u5fc6","Valako\'s Sign Topaz Ring":"\u74e6\u62c9\u5e93\u4e4b\u5370 \u9ec4\u7389\u6212\u6307","Shaped Bog Map (Atlas of Worlds)":"\u7634\u6c14\u6ce5\u6cbc(\u5851)(\u5f02\u754c\u56fe\u9274)","Weeping Essence of Doubt":"\u7591\u60d1\u4e4b\u557c\u6ce3\u7cbe\u534e","The Perandus Manor Chateau Map (Atlas of Worlds)":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed \u53e4\u5821(\u5f02\u754c\u56fe\u9274)","The Vinktar Square Courtyard Map (The Awakening)":"\u7ef4\u514b\u5854\u5e7f\u573a \u5947\u672f\u4e4b\u5ead(\u89c9\u9192)","The Scarred Meadow":"\u521b\u75d5\u4e4b\u539f","Golden Visage":"\u91d1\u8272\u9762\u5177","Winter Crown":"\u5bd2\u51ac\u4e4b\u51a0","Solarine Bow":"\u65e5\u88d4\u5f13","Scorching Ray":"\u707c\u70ed\u5149\u7ebf","Light Quiver":"\u8f7b\u5de7\u7bad\u888b","Flooded Mine Map (Atlas of Worlds)":"\u79ef\u6c34\u77ff\u5751(\u5f02\u754c\u56fe\u9274)","The Blood Thorn Gnarled Branch":"\u8840\u68d8 \u673d\u6728\u4e4b\u5e72","Emperor\'s Might Crimson Jewel":"\u5e1d\u738b\u7684\u9738\u6743 \u8d64\u7ea2\u73e0\u5b9d","Auxium Crystal Belt":"\u5965\u672f\u4e4b\u7b26 \u6c34\u6676\u8170\u5e26","Prime Regrading Lens":"\u4e3b\u8981\u77eb\u6b63\u900f\u955c","Temple Map":"\u593a\u9b42\u4e4b\u6bbf","Toxic Sewer Map (The Awakening)":"\u5267\u6bd2\u6c34\u9053(\u89c9\u9192)","Sanctified Mana Flask":"\u5723\u5316\u9b54\u529b\u836f\u5242","Shrapnel Ballista":"\u6563\u5c04\u5f29\u70ae","Spindle Spider":"\u957f\u8db3\u5de8\u86db","Winged Cartography Scarab":"\u6709\u7ffc\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","Corundum Flask":"\u521a\u7389\u836f\u5242","Ralakesh\'s Impatience Riveted Boots":"\u62c9\u514b\u65af\u7684\u6e34\u671b \u4eea\u5f0f\u77ed\u9774","Chitus\' Apex Necromancer Circlet":"\u5207\u7279\u65af\u7684\u5a01\u6743 \u64cd\u7075\u8005\u4e4b\u51a0","The Formless Sea":"\u65e0\u8ff9\u4e4b\u6d77","Shrieking Essence of Scorn":"\u50b2\u89c6\u4e4b\u5c16\u5578\u7cbe\u534e","Fenumal Hybrid Arachnid":"\u6697\u591c\u6df7\u6bd2\u9b54\u86db","The Darkest Dream":"\u6df1\u6df1\u9ed1\u68a6","Shattered Chains Crimson Jewel":"\u7834\u788e\u4e4b\u70bc \u8d64\u7ea2\u73e0\u5b9d","Elder-Blessed Goatman":"\u88c2\u754c\u4e4b\u4ec6 \u7f8a\u4eba","Ghetto Map":"\u8d64\u8d2b\u5c45\u6240","Rotgut Quicksilver Flask":"\u4f24\u80c3\u9152 \u6c34\u94f6\u836f\u5242","Reckless Ambition":"\u83bd\u649e\u7684\u91ce\u5fc3","Ulaman\'s Gaze Searching Eye Jewel":"\u4e4c\u52d2\u66fc\u7684\u51dd\u89c6 \u9510\u5229\u4e4b\u51dd\u73e0\u5b9d","Emperor\'s Cunning Viridian Jewel":"\u5e1d\u738b\u7684\u8be1\u8ba1 \u7fe0\u7eff\u73e0\u5b9d","Guardian of the Mound":"\u5723\u4e18\u4e4b\u7075","Obscurantis Lion Pelt":"\u538c\u98df\u8005 \u72ee\u9996\u76ae\u76d4","Torment Leaguestone":"\u82e6\u75db\u8d5b\u5b63\u77f3","Veil of the Night Great Helmet":"\u591c\u5e55 \u5de8\u76d4","Basic Disguise Kit":"\u57fa\u7840\u6613\u5bb9\u5de5\u5177","Reaper\'s Pursuit Shadow Axe":"\u6b7b\u795e\u7684\u53d6\u9b42\u5668 \u5e7d\u5f71\u5de8\u65a7","Grave Trough Map":"\u8352\u575f\u51f9\u5730","Crimson Temple Map":"\u73ab\u7ea2\u795e\u6bbf","Mutated Growth Cobalt Jewel":"\u5815\u843d\u5f02\u4f53 \u94b4\u84dd\u73e0\u5b9d","Replica Voidwalker Murder Boots":"\u865a\u7a7a\u884c\u8005\u3010\u4eff\u54c1\u3011 \u6697\u5f71\u8005\u957f\u9774","Alluring Bounty":"\u8bf1\u4eba\u7684\u5956\u8d4f","Spectral Throw":"\u7075\u4f53\u6295\u63b7","Mark of the Red Covenant Tribal Circlet":"\u7ea2\u5951\u7b26\u5370 \u796d\u4eea\u4e4b\u51a0","Noble Claw":"\u8d35\u65cf\u6218\u722a","Fickle Spiritblade":"\u65e0\u5e38\u9b42\u5203","Close Helmet":"\u62a4\u9762\u76d4","Occultist\'s Vestment":"\u79d8\u672f\u957f\u8863","Oskarm Nubuck Gloves":"\u6b27\u65af\u5361\u59c6 \u7802\u5f71\u624b\u5957","Incandescent Heart Saintly Chainmail":"\u70c8\u708e\u4e4b\u5fc3 \u5723\u6d01\u9501\u7532","Tusked Hominid Skull":"\u957f\u7259\u4eba\u9aa8","Malformation Map (The Awakening)":"\u7578\u5f62\u4ea1\u57df(\u89c9\u9192)","Thistlesage":"\u84ba\u85dc\u517d","The Fox":"\u72e1\u72d0","Lookout Map":"\u5371\u5899\u4e4b\u5730","Vorana\'s March Runic Sabatons":"\u6c83\u62c9\u5a1c\u7684\u5f81\u9014 \u7b26\u6587\u6218\u9774","The Life Thief":"\u751f\u547d\u7a83\u8d3c","The Rabid Rhoa":"\u75af\u72c2\u6050\u5599\u9e1f","Awakened Spell Echo Support":"\u65bd\u6cd5\u56de\u54cd\uff08\u5f3a\u8f85\uff09","Usurper\'s Penance Eternal Burgonet":"\u7be1\u593a\u8005\u7684\u6551\u8d4e \u6c38\u6052\u575a\u76d4","Wailing Essence of Sorrow":"\u54c0\u60dc\u4e4b\u54c0\u568e\u7cbe\u534e","The Samurai\'s Eye":"\u6b66\u58eb\u4e4b\u773c","Banishing Blade":"\u653e\u9010\u5200","Vaal Claw":"\u74e6\u5c14\u6218\u722a","Xoph\'s Flawless Breachstone":"\u7d22\u4f0f\u7684\u65e0\u6687\u88c2\u9699\u77f3","Crazed Flamebeast":"\u75af\u72c2\u7684\u708e\u517d","Polished Shaper Scarab":"\u95ea\u8000\u7684\u5851\u754c\u8005\u5723\u7532\u866b","Overgrown Ruin Map (Legacy)":"\u957f\u8349\u9057\u8ff9(\u9057\u4ea7)","Emperor\'s Luck":"\u5e1d\u8fd0","The Infinite Pursuit Goliath Greaves":"\u65e0\u5c3d\u4e4b\u8ddd \u5de8\u7075\u80eb\u7532","Decoy Totem":"\u8bf1\u9975\u56fe\u817e","Perandus Coin":"\u666e\u5170\u5fb7\u65af\u91d1\u5e01","Sudden Ignition Viridian Jewel":"\u7a81\u7136\u70b9\u706b \u7fe0\u7eff\u73e0\u5b9d","Pyre Sapphire Ring":"\u71c3\u7130 \u84dd\u7389\u6212\u6307","Small Mana Flask":"\u5c0f\u578b\u9b54\u529b\u836f\u5242","Flanged Mace":"\u62a4\u4f53\u4e4b\u9524","Screaming Essence of Loathing":"\u538c\u6076\u4e4b\u5486\u54ee\u7cbe\u534e","Prismatic Jewel":"\u4e09\u76f8\u73e0\u5b9d","Haunting Shadows":"\u5e7d\u5f71\u7ea0\u7f20","Bound Fossil":"\u7ed1\u7f1a\u5316\u77f3","Steel Bracers":"\u94a2\u5236\u62a4\u8155","Raven Mask":"\u7978\u9e26\u4e4b\u9762","Lori\'s Lantern Prismatic Ring":"\u7f57\u91cc\u7684\u5e78\u8fd0\u4e4b\u706f \u4e09\u76f8\u6212\u6307","Academy Map (Atlas of Worlds)":"\u6076\u7075\u5b66\u9662(\u5f02\u754c\u56fe\u9274)","Metallic Fossil":"\u91d1\u5c5e\u5316\u77f3","Mutewind Whispersteps Serpentscale Boots":"\u54d1\u98ce\u8f7b\u6b65 \u86c7\u9cde\u957f\u9774","Wyrmsign Wyrmscale Gauntlets":"\u9f99\u65cf\u5370\u8bb0 \u876e\u9cde\u624b\u5957","Vaal Orb":"\u74e6\u5c14\u5b9d\u73e0","Barrage":"\u5f39\u5e55","Eldritch Exalted Orb":"\u53e4\u7075\u5d07\u9ad8\u77f3","From Dust Cobalt Jewel":"\u5c18\u571f\u5f52\u6765 \u94b4\u84dd\u73e0\u5b9d","Cruelty Support":"\u51cc\u5389\uff08\u8f85\uff09","Relic of the Cycle Crude Bow":"\u8f6e\u56de\u4e4b\u8bb0 \u7c97\u5236\u5f13","Deathly Designs":"\u81f4\u547d\u8c0b\u5212","The Hundred Foot Shadow":"\u5f71\u767e\u8db3","Shaped Villa Map (Atlas of Worlds)":"\u9b45\u5f71\u522b\u5885(\u5851)(\u5f02\u754c\u56fe\u9274)","Esh\'s Enriched Breachstone":"\u827e\u8bb8\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","Black Oil":"\u6f06\u9ed1\u5723\u6cb9","Contract: Bunker":"\u5951\u7ea6\uff1a\u5821\u5792","Apep\'s Slumber Ancient Spirit Shield":"\u827e\u666e\u4e4b\u68a6 \u8fdc\u53e4\u9b54\u76fe","Wings of Entropy Sundering Axe":"\u4e71\u4e16\u4e4b\u7ffc \u88c2\u7532\u5de8\u65a7","Glassblower\'s Bauble":"\u73bb\u7483\u5f39\u73e0","Algor Mortis Carnal Mitts":"\u5c38\u50f5 \u7981\u793c\u62a4\u624b","Reckless Defence Cobalt Jewel":"\u9c81\u83bd\u9632\u5fa1 \u94b4\u84dd\u73e0\u5b9d","Alone in the Darkness":"\u9ed1\u6697\u4e2d\u72ec\u884c","Viridian Jewel":"\u7fe0\u7eff\u73e0\u5b9d","Brood Princess":"\u6d77\u866b\u4e4b\u6bcd","Hands of the High Templar Crusader Gloves":"\u795e\u4e3b\u4e4b\u624b \u5723\u6218\u624b\u5957","Winterweave Coral Ring":"\u51ac\u65e5\u4e4b\u7ec7 \u73ca\u745a\u6212\u6307","Infernal Sword":"\u72f1\u708e\u91cd\u5251","Heretic\'s Veil Deicide Mask":"\u5f02\u6559\u9762\u7eb1 \u5f11\u795e\u4e4b\u9762","The Wolverine":"\u91d1\u521a\u72fc","Phantasmagoria Map (The Awakening)":"\u9b54\u7075\u5e7b\u72f1(\u89c9\u9192)","Amber Amulet":"\u7425\u73c0\u62a4\u8eab\u7b26","Ungil\'s Gauche Boot Knife":"\u6069\u5409\u5c14\u7684\u53c9\u5203 \u7a83\u8005\u77ed\u5203","Enigmatic Assembly B2":"\u795e\u79d8\u7ec4\u88c5\u4f53 B2","Lesser Sun Artifact":"\u6b21\u7ea7\u70c8\u65e5\u795e\u5668","Ghetto Map (The Awakening)":"\u8d64\u8d2b\u5c45\u6240(\u89c9\u9192)","Riftwalker":"\u88c2\u9699\u884c\u8005","Infested Skitterer":"\u611f\u67d3\u63a0\u86db","The Magma Crab":"\u7194\u5ca9\u87f9","Karui Sceptre":"\u5361\u9c81\u77ed\u6756","Shaped Waste Pool Map (Atlas of Worlds)":"\u6b7b\u5bc2\u6ce5\u6c9f(\u5851)(\u5f02\u754c\u56fe\u9274)","Arctic Armour":"\u6781\u5730\u88c5\u7532","Sallet":"\u8f7b\u94c1\u62a4\u76d4","Oak Buckler":"\u6a61\u6728\u8f7b\u76fe","Mallet":"\u5343\u65a4\u9524","Ancient Sword":"\u8fdc\u53e4\u4e4b\u5251","Allure Vaal Claw":"\u9b45\u60d1 \u74e6\u5c14\u6218\u722a","Silver Flask":"\u771f\u94f6\u836f\u5242","The Mind\'s Eyes":"\u5fc3\u7075\u4e4b\u773c","Shrine Map":"\u5947\u672f\u79d8\u6bbf","Tropical Island Map (The Awakening)":"\u6674\u7a7a\u5e7d\u5c9b(\u89c9\u9192)","Justified Ambition":"\u5fd7\u5411\u9ad8\u8fdc","Golden Wreath":"\u91d1\u9ec4\u82b1\u73af","The Oak Plank Kite Shield":"\u6a61\u6811 \u673d\u6728\u9e22\u76fe","Opalescent Oil":"\u4e73\u767d\u5723\u6cb9","Viridi\'s Veil Praetor Crown":"\u7ef4\u91cc\u8fea\u7684\u9762\u7eb1 \u9886\u4e3b\u6218\u51a0","Thundersight Solaris Circlet":"\u96f7\u76ee \u65e5\u8000\u4e4b\u51a0","Oriath\'s Virtue":"\u5965\u745e\u4e9a\u7684\u7f8e\u5fb7","Crested Tower Shield":"\u8363\u51a0\u5854\u76fe","Ahkeli\'s Valley Ruby Ring":"\u963f\u514b\u83b1\u7684\u5c71\u8c37 \u7ea2\u7389\u6212\u6307","The Ethereal":"\u7a7a\u7075","Stun Support":"\u51fb\u6655","Harbinger Map":"\u5148\u9a71\u8005\u5730\u56fe","Ambu\'s Charge Crusader Chainmail":"\u5b89\u59c6\u5e03\u7684\u6218\u7532 \u5723\u6218\u9501\u7532","Imperial Bow":"\u5e1d\u56fd\u4e4b\u5f13","Sacrifice at Dawn":"\u9ece\u660e\u7684\u5949\u732e[\u53f3\u4e0b]","Skeletal Beast":"\u67af\u9aa8\u91ce\u517d","Tropical Island Map (Legacy)":"\u6674\u7a7a\u5e7d\u5c9b(\u9057\u4ea7)","Mindspiral Aventail Helmet":"\u7075\u6f29 \u6218\u610f\u4e4b\u76d4","The Wolf\'s Legacy":"\u72fc\u738b\u7684\u9057\u4ea7","Wake of Destruction Mesh Boots":"\u8986\u706d\u4e4b\u5146 \u7f51\u773c\u957f\u9774","gems":"\u6280\u80fd\u5b9d\u77f3","Weight of the Empire Crimson Jewel":"\u5e1d\u56fd\u91cd\u91cf \u8d64\u7ea2\u73e0\u5b9d","Crystal Ore Map (The Awakening)":"\u51b0\u51b7\u901a\u9053(\u89c9\u9192)","Spidersilk Robe":"\u86db\u4e1d\u4e4b\u888d","Prism Guardian Archon Kite Shield":"\u5143\u7d20\u7684\u5e87\u62a4 \u5a01\u80fd\u9e22\u76fe","Eternal Burgonet":"\u6c38\u6052\u575a\u76d4","The Whiteout":"\u96ea\u76f2","The Heroic Shot":"\u82f1\u52c7\u6253\u51fb","Vaults of Atziri Vaal Pyramid Map (Atlas of Worlds)":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854(\u5f02\u754c\u56fe\u9274)","Awakened Void Manipulation Support":"\u865a\u7a7a\u64cd\u7eb5\uff08\u5f3a\u8f85\uff09","The Valkyrie":"\u5973\u4e4b\u6b66\u795e","Stonebeak, Battle Fowl":"\u77f3\u5599\u6218\u79bd","Sacrificial Garb":"\u796d\u793c\u675f\u8863","Stygian Silverback":"\u51a5\u754c\u94f6\u80cc\u517d","The Interrogation Small Cluster Jewel":"\u5ba1\u8baf \u5c0f\u578b\u661f\u56e2\u73e0\u5b9d","Innervate Support":"\u95ea\u7535\u652f\u914d","Shard of Fate":"\u547d\u8fd0\u4e4b\u6676","Void Sphere":"\u865a\u7a7a\u6cd5\u7403","Herald of Agony":"\u82e6\u75db\u4e4b\u6377","Vulnerability":"\u8106\u5f31","Replica Reckless Defence Cobalt Jewel":"\u9c81\u83bd\u9632\u5fa1\u3010\u4eff\u54c1\u3011 \u94b4\u84dd\u73e0\u5b9d","Splinter of the Moon Driftwood Wand":"\u788e\u6708 \u673d\u6728\u6cd5\u6756","Sunblast Cloth Belt":"\u65e5\u708e \u9970\u5e03\u8170\u5e26","Rise of the Phoenix Mosaic Kite Shield":"\u70c8\u708e\u4e4b\u7ffc \u539a\u88c5\u9e22\u76fe","Siege Helmet":"\u7834\u57ce\u4e4b\u76d4","Splinter of Uul-Netol":"\u88c2\u9699\u788e\u7247","Maven\'s Invitation: Lira Arthain":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5229\u62c9\u4e9a\u68ee","Wailing Essence of Anguish":"\u714e\u71ac\u4e4b\u54c0\u568e\u7cbe\u534e","Altered Distant Memory Synthesised Map":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6 \u5bfb\u68a6\u8ffd\u5fc6","Fight for Survival Viridian Jewel":"\u4e3a\u751f\u5b58\u800c\u6218 \u7fe0\u7eff\u73e0\u5b9d","Blizzard Crown":"\u66b4\u96ea\u4e4b\u51a0","Rive Terror Claw":"\u88c2\u9699 \u6050\u60e7\u4e4b\u7259","Terror Maul":"\u60e7\u7075\u91cd\u9524","Conservatory Map":"\u53e4\u5854\u5185\u5802","Replica Soul Tether Cloth Belt":"\u7075\u9b42\u7f81\u7eca\u3010\u4eff\u54c1\u3011 \u9970\u5e03\u8170\u5e26","Horned Sceptre":"\u7284\u89d2\u77ed\u6756","Burtok, Conjurer of Bones":"\u9aa8\u6cd5\u5e08\u4f2f\u6258\u514b","Enhance Support":"\u589e\u5e45","Soul Strike Spike-Point Arrow Quiver":"\u7075\u9b42\u6253\u51fb \u523a\u950b\u7bad\u888b","Replica Mistwall Lacquered Buckler":"\u8ff7\u96fe\u4e4b\u5899\u3010\u4eff\u54c1\u3011 \u6f06\u5f69\u8f7b\u76fe","The Pariah Unset Ring":"\u8349\u6c11 \u6f5c\u80fd\u4e4b\u6212","Flameblast":"\u70c8\u7130\u7206\u7834","Vile Arrow Quiver":"\u6076\u77e2\u7bad\u888b","Mind Cage":"\u7075\u80fd\u4e4b\u7b3c","Hallowed Ground Graveyard Map (Atlas of Worlds)":"\u9b54\u8bc5\u4e4b\u57df \u5815\u5f71\u5893\u573a(\u5f02\u754c\u56fe\u9274)","Lair Map (Atlas of Worlds)":"\u5de2\u7a74(\u5f02\u754c\u56fe\u9274)","The Lover":"\u60c5\u4eba","The White Knight":"\u767d\u8863\u9a91\u58eb","Crystal Ore Map":"\u51b0\u51b7\u901a\u9053","Mao Kun Reef Map (Legacy)":"\u8d3c\u7a9d \u5371\u673a\u6d77\u7901(\u9057\u4ea7)","Jagged Foil":"\u952f\u72b6\u8584\u5203","Battle Sword":"\u58eb\u5175\u957f\u5251","Nightmare Manifest":"\u618e\u6068\u68a6\u9b47","Driftwood Club":"\u673d\u6728\u4e4b\u68d2","Blade Trap":"\u5251\u5203\u9677\u9631","Strapped Leather":"\u6263\u73af\u76ae\u7532","Hall of Grandmasters Promenade Map (Legacy)":"\u5143\u5e05\u6bbf\u5802 \u6708\u8272\u56de\u5eca(\u9057\u4ea7)","Grotto Map (Atlas of Worlds)":"\u5e7d\u6697\u5730\u7a74(\u5f02\u754c\u56fe\u9274)","Love Through Ice":"\u8de8\u51b0\u4e4b\u604b","Gilded Metamorph Scarab":"\u9540\u91d1\u7684\u707e\u53d8\u5723\u7532\u866b","The Poet\'s Pen Carved Wand":"\u8bd7\u4eba\u4e4b\u7b14 \u7c97\u7eb9\u6cd5\u6756","Static Strike":"\u5145\u80fd\u6253\u51fb","Nightmare Bascinet":"\u68a6\u9b47\u6218\u76d4","Flashfire Blade":"\u95ea\u706b\u5200","Waste Lurcher":"\u5e9f\u6c34\u6df7\u79cd","Heavy Arrow Quiver":"\u91cd\u77e2\u7bad\u888b","Underground River Map (Legacy)":"\u5730\u5e95\u4e4b\u6cb3(\u9057\u4ea7)","Cowl of the Thermophile Ezomyte Burgonet":"\u55dc\u706b\u4e4b\u51a0 \u827e\u5179\u9ea6\u575a\u76d4","Widowmaker Boot Blade":"\u5be1\u5987 \u7a83\u8005\u77ed\u5315","Wool Shoes":"\u7f8a\u6bdb\u4e4b\u978b","Slimy Nemesis":"\u6d1e\u7a9f\u6d77\u866b","Royal Bow":"\u7687\u5bb6\u730e\u5f13","Coronal Leather":"\u5149\u8000\u76ae\u7532","Saffell\'s Frame Branded Kite Shield":"\u8428\u8d39\u5c14\u7684\u667a\u6167 \u5723\u8bb0\u9e22\u76fe","Maze Map (Legacy)":"\u51a5\u795e\u4e4b\u57df(\u9057\u4ea7)","Dusk Blade":"\u66ae\u8272\u4e4b\u5203","Golden Blade":"\u91d1\u8272\u4e4b\u5203","Awakened Lightning Penetration Support":"\u95ea\u7535\u7a7f\u900f\uff08\u5f3a\u8f85\uff09","Summon Skeletons":"\u53ec\u5524\u9b54\u4f8d","Eclipse Solaris Crystal Wand":"\u5b87\u8680 \u6c34\u6676\u6cd5\u6756","Gouger":"\u7a7f\u4f53\u51ff","Perseverance Vanguard Belt":"\u6052\u6bc5\u610f\u5fd7 \u5148\u950b\u8170\u5e26","Combustibles Crimson Jewel":"\u71c3\u5c3d \u8d64\u7ea2\u73e0\u5b9d","Blazing Salvo":"\u6012\u708e\u7a7f\u5fc3","Riposte":"\u51fb\u5203","Chrome-infused Goliath":"\u94ec\u6ce8\u5de8\u4eba","Thousand Ribbons Simple Robe":"\u5343\u7f0e \u7b80\u6613\u4e4b\u888d","Ancestral Cry":"\u5148\u7956\u6218\u543c","Stealth Boots":"\u533f\u8e2a\u77ed\u9774","Discipline":"\u7eaa\u5f8b","Grace":"\u4f18\u96c5","Butcher Axe":"\u5c60\u622e\u4e4b\u65a7","The Easy Stroll":"\u8f7b\u677e\u6f2b\u6b65","The Undaunted":"\u65e0\u754f\u8005","Vaal Ancestral Warchief":"\u74e6\u5c14\uff1a\u5148\u7956\u6218\u58eb\u957f","Nadia the Soothing":"\u5bc2\u9759\u4e4b\u68a6\u5a1c\u8fea\u96c5","Replica Forbidden Shako Great Crown":"\u7981\u65ad\u7684\u519b\u5e3d\u3010\u4eff\u54c1\u3011 \u5f3a\u5316\u5de8\u76d4","Smallsword":"\u5c0f\u5251","Vitality":"\u6d3b\u529b","The Maven\'s Writ":"\u8d24\u4e3b\u6555\u4ee4","Replica Earendel\'s Embrace Grinning Fetish":"\u53f6\u5170\u5fb7\u5c14\u7684\u62e5\u62b1\u3010\u4eff\u54c1\u3011 \u8fdc\u53e4\u4e4b\u796d","Apep\'s Slumber Vaal Spirit Shield":"\u827e\u666e\u4e4b\u68a6 \u74e6\u5c14\u9b54\u76fe","Saqawine Lure":"\u82cd\u7a7a\u4e4b\u8bf1","Cremation":"\u706b\u846c","Withering Touch Support":"\u51cb\u96f6\u4e4b\u89e6\uff08\u8f85\uff09","Screaming Essence of Contempt":"\u8f7b\u89c6\u4e4b\u5486\u54ee\u7cbe\u534e","Tempered Spirit Viridian Jewel":"\u6dec\u706b\u4e4b\u9b42 \u7fe0\u7eff\u73e0\u5b9d","Merveil\'s Favoured":"\u83ab\u8587\u513f\u7684\u5e7c\u5973","Temple Map (Atlas of Worlds)":"\u593a\u9b42\u4e4b\u6bbf(\u5f02\u754c\u56fe\u9274)","Expedition Logbook":"\u5148\u7956\u79d8\u85cf\u65e5\u5fd7","Preventative Contract":"\u9884\u9632\u5951\u7ea6","Familial Contract":"\u5bb6\u65cf\u5951\u7ea6","Contract: Tunnels":"\u5951\u7ea6\uff1a\u96a7\u9053","Underground River Map":"\u5730\u5e95\u4e4b\u6cb3","The Vinktar Square Courtyard Map":"\u7ef4\u514b\u5854\u5e7f\u573a \u5947\u672f\u4e4b\u5ead","Contract: Repository":"\u5951\u7ea6\uff1a\u50a8\u85cf\u5e93","Voidfletcher Primal Arrow Quiver":"\u865a\u7a7a\u5236\u7bad\u8005 \u539f\u77e2\u7bad\u888b","Contract: Mansion":"\u5951\u7ea6\uff1a\u8c6a\u5b85","Contract: Prohibited Library":"\u5951\u7ea6\uff1a\u7981\u65ad\u4e66\u5e93","Blueprint: Underbelly":"\u84dd\u56fe\uff1a\u8584\u5f31\u4e4b\u5730","Blueprint: Tunnels":"\u84dd\u56fe\uff1a\u96a7\u9053","Serrated Arrow Quiver":"\u952f\u9f7f\u7bad\u888b","Blueprint: Mansion":"\u84dd\u56fe\uff1a\u8c6a\u5b85","Hrimnor\'s Dirge Sledgehammer":"\u96f7\u59c6\u8bfa\u7684\u633d\u6b4c \u51b7\u94c1\u91cd\u9524","The Vinktar Square Courtyard Map (Atlas of Worlds)":"\u7ef4\u514b\u5854\u5e7f\u573a \u5947\u672f\u4e4b\u5ead(\u5f02\u754c\u56fe\u9274)","Blueprint: Prohibited Library":"\u84dd\u56fe\uff1a\u7981\u65ad\u4e66\u5e93","Warlord\'s Reach Crimson Jewel":"\u7763\u519b\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","Contract: The Twins Vengeful Contract":"\u5951\u7ea6\uff1a\u7f6a\u6076\u53cc\u751f \u590d\u4ec7\u5951\u7ea6","Contract: The Slaver King Vigilante Contract":"\u5951\u7ea6\uff1a\u8d29\u5974\u4e4b\u738b \u4e49\u8b66\u5951\u7ea6","Blood Morpher":"\u5316\u8840\u4e4b\u7075","Corpsewalker Carnal Boots":"\u7075\u67a2\u884c\u8005 \u7981\u793c\u4e4b\u9774","Dirt Scrabbler":"\u5c18\u57a2\u8005","Box of Tripyxis":"\u7279\u91cc\u5e87\u5e0c\u65af\u4e4b\u7bb1","Infested Serpent":"\u53d7\u75ab\u5de8\u86c7","heistmission":"\u8d4f\u91d1\u5951\u7ea6\u84dd\u56fe","Skeleton Keyring":"\u4e07\u80fd\u94a5\u5319\u73af","Essential Keyring":"\u666e\u901a\u94a5\u5319\u73af","Primeval Rapier":"\u53e4\u5178\u523a\u5251","Hollowpoint Arrowhead":"\u4e2d\u7a7a\u7bad\u5934","Fragmenting Arrowhead":"\u88c2\u7247\u7bad\u5934","Flanged Arrowhead":"\u6cd5\u5170\u7bad\u5934","Thaumaturgical Sensing Charm":"\u5947\u672f\u611f\u77e5\u9b54\u7b26","Coruscating Elixir Ruby Flask":"\u95ea\u8000\u7cbe\u534e \u7ea2\u7389\u836f\u5242","Phantasmagoria Map (Atlas of Worlds)":"\u9b54\u7075\u5e7b\u72f1(\u5f02\u754c\u56fe\u9274)","Orbala\'s Fifth Adventure":"\u6b27\u5df4\u62c9\u7684\u7b2c\u4e94\u6b21\u5192\u9669","Whispering Essence of Hatred":"\u618e\u6068\u4e4b\u4f4e\u8bed\u7cbe\u534e","Dialla\'s Malefaction Sage\'s Robe":"\u65e0\u6094\u4e4b\u7231 \u8d24\u8005\u4e4b\u888d","Crude Sensing Charm":"\u7c97\u5236\u611f\u77e5\u9b54\u7b26","Mark of the Elder Steel Ring":"\u88c2\u754c\u4e4b\u5370 \u5408\u91d1\u6212\u6307","Elemental Army Support":"\u5143\u7d20\u5927\u519b\uff08\u8f85\uff09","Nebuloch Nightmare Mace":"\u5c3c\u5e03\u6d1b\u514b \u68a6\u9b47\u4e4b\u9524","Master Lockpick":"\u5353\u8d8a\u89e3\u5bc6\u5de5\u5177","The Fracturing Spinner Blunt Arrow Quiver":"\u7206\u88c2\u4e4b\u5c04 \u949d\u77e2\u7bad\u888b","Replica Rumi\'s Concoction Granite Flask":"\u9c81\u7c73\u7684\u7075\u836f\u3010\u4eff\u54c1\u3011 \u575a\u5ca9\u836f\u5242","Immortal Flesh Leather Belt":"\u6c38\u751f \u76ae\u9769\u8170\u5e26","Talisman Leaguestone":"\u9b54\u7b26\u8d5b\u5b63\u77f3","Speaker\'s Wreath Prophet Crown":"\u4f17\u751f\u6307\u5f15 \u7bb4\u8a00\u6218\u51a0","Thaumetic Blowtorch":"\u5947\u672f\u55b7\u706f","Flanged Drill":"\u6cd5\u5170\u94bb\u5934","Sacrifice at Noon":"\u6b63\u5348\u7684\u5949\u732e[\u5de6\u4e0b]","Disapprobation Axe":"\u5426\u8ba4\u65a7","Dragonscale Doublet":"\u9f99\u9cde\u62a4\u7532","The Cacophony":"\u4e0d\u534f\u4e4b\u97f3","Archon Kite Shield Piece":"\u5a01\u80fd\u9e22\u76fe","Steel Drill":"\u94a2\u94bb\u5934","Thaumetic Flashpowder":"\u6258\u9ea6\u8fea\u514b\u95ea\u5149\u7c89","Queen of the Forest Destiny Leather":"\u68ee\u6797\u4e4b\u540e \u547d\u8fd0\u76ae\u7532","Large Cluster Jewel":"\u5927\u578b\u661f\u56e2\u73e0\u5b9d","Moonstone Ring":"\u6708\u5149\u77f3\u6212\u6307","The Aesthete":"\u5927\u827a\u672f\u5bb6","Vaal Lightning Trap":"\u74e6\u5c14\uff1a\u95ea\u7535\u9677\u9631","Trarthan Flashpowder":"\u7279\u62c9\u73ca\u95ea\u5149\u7c89","Leyline Map":"\u8352\u51c9\u539f\u91ce","Espionage Disguise Kit":"\u95f4\u8c0d\u6613\u5bb9\u5de5\u5177","Colosseum Map":"\u5927\u51b3\u6597\u573a","Theatre Disguise Kit":"\u5267\u9662\u6613\u5bb9\u5de5\u5177","Lustrous Ward":"\u5149\u8f89\u7ed3\u754c","Crude Ward":"\u7c97\u5236\u7ed3\u754c","Tattered Cloak":"\u7834\u70c2\u62ab\u98ce","Torn Cloak":"\u7834\u65e7\u62ab\u98ce","Focal Stone":"\u5375\u77f3","Merciless Armament":"\u65e0\u60c5\u519b\u68b0","Polished Legion Scarab":"\u95ea\u8000\u7684\u519b\u56e2\u5723\u7532\u866b","Studded Bracers":"\u9576\u9489\u62a4\u8155","Glacier Map (Atlas of Worlds)":"\u51b0\u5ddd(\u5f02\u754c\u56fe\u9274)","Xoph\'s Blood Amber Amulet":"\u7d22\u4f0f\u4e4b\u8840 \u7425\u73c0\u62a4\u8eab\u7b26","Rebuking Blade":"\u8d23\u96be\u5200","Enduring Cry":"\u575a\u51b3\u6218\u543c","Exsanguinate":"\u8d64\u70bc\u9b54\u5149","Enamel Brooch":"\u73d0\u7405\u80f8\u9488","Golden Brooch":"\u91d1\u8272\u80f8\u9488","Silver Brooch":"\u94f6\u8272\u80f8\u9488","Silkweave Sole":"\u4e1d\u7f51\u978b\u5e95","Winged Sole":"\u7fbd\u7ffc\u978b\u5e95","Hussar Brigandine":"\u8f7b\u9a91\u9501\u7532","Ring of Blades Viridian Jewel":"\u5229\u5203\u6212\u6307 \u7fe0\u7eff\u73e0\u5b9d","Foxhide Sole":"\u72d0\u76ae\u978b\u5e95","Oriath\'s Vengeance":"\u5965\u745e\u4e9a\u7684\u590d\u4ec7","Lighthouse Map (Atlas of Worlds)":"\u5b64\u5c9b\u706f\u5854(\u5f02\u754c\u56fe\u9274)","Eelskin Sole":"\u9cd7\u76ae\u978b\u5e95","Rain of Chaos":"\u6df7\u6c8c\u4e4b\u96e8","heistequipment":"\u8d4f\u91d1\u730e\u4eba\u88c5\u5907","Tolman, the Exhumer":"\u89c9\u9192\u8005\u6258\u5c14\u66fc","Bane":"\u6df7\u6c8c\u4e4b\u6bd2","Lussi \\"Rotmother\\" Roth":"\u3010\u8150\u6bcd\u3011\u9732\u897f\u841d\u4e1d","Susara, Siren of Pondium":"\u6d77\u5996\u58a9\u5ea7\u82cf\u8428\u62c9","Scum Crawler":"\u6c61\u6ce5\u98df\u8150\u866b","Cat\'s Paw":"\u732b\u722a\u5203","Ngamahu Tiki Coral Amulet":"\u52aa\u845b\u739b\u547c\u4e4b\u50cf \u73ca\u745a\u62a4\u8eab\u7b26","Zerphi\'s Heart Paua Amulet":"\u6cfd\u4f5b\u4f0a\u4e4b\u5fc3 \u6d77\u7075\u62a4\u8eab\u7b26","Dance of the Offered Shackled Boots":"\u732e\u796d\u821e\u978b \u7f1a\u8db3\u957f\u9774","Bin\'aia, Crimson Rain":"\u7eef\u7ea2\u4e4b\u96e8\u5bbe\u59ae\u96c5","El\'Abin, Bloodeater":"\u55dc\u8840\u8005\u4f0a\u5170\u96c5\u672c","Uruk Baleh":"\u5384\u7f57\u514b\u5df4\u62c9","The Spoiled Prince":"\u9a84\u7eb5\u7687\u5b50","Simple Rope Net":"\u666e\u901a\u7684\u7c97\u7ef3\u730e\u9b54\u5939","Jeinei Yuushu":"\u73cd\u6d85\u4f18\u82cf","Drought-Maddened Rhoa":"\u65f1\u5730\u6050\u5599\u9e1f","Demon\'s Horn":"\u9b54\u89d2\u6cd5\u6756","Bear\'s Girdle Leather Belt":"\u718a\u4e4b\u675f\u8170 \u76ae\u9769\u8170\u5e26","Morgrants, The Deafening":"\u72ee\u543c\u6469\u5c14\u845b\u5170\u7279\u65af","Shaped Ashen Wood Map (Atlas of Worlds)":"\u65f1\u6728\u6797\u5730(\u5851)(\u5f02\u754c\u56fe\u9274)","Replica Pure Talent Viridian Jewel":"\u7eaf\u624d\u3010\u4eff\u54c1\u3011 \u7fe0\u7eff\u73e0\u5b9d","Brittle Barrier Cobalt Jewel":"\u6613\u788e\u5c4f\u969c \u94b4\u84dd\u73e0\u5b9d","Uul-Netol\'s Kiss Labrys":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u543b \u53cc\u5f71\u5de8\u65a7","Marchak, The Betrayer":"\u53db\u5f92\u9a6c\u5c14\u672d\u514b","Invari, The Bloodshaper":"\u6714\u8840\u8005\u4f0a\u4f10\u5229","Tower Map":"\u9ad8\u5854","The Beast Fur Shawl Vaal Regalia":"\u517d\u6bdb\u62ab\u80a9 \u74e6\u5c14\u6cd5\u8863","The Winged Death":"\u5e26\u7ffc\u6b7b\u795e","Rotting Vulture":"\u8150\u673d\u79c3\u9e70","Scavenging Vulture":"\u51c0\u98df\u79c3\u9e70","Blazing Arrow Quiver":"\u71c3\u77e2\u7bad\u888b","Armala, the Widow":"\u5be1\u5987\u5236\u9020\u8005\u963f\u739b\u62c9","Amalgam of Nightmares":"\u5669\u68a6\u6c34\u94f6","The Reaver":"\u622e\u7075","The Arbiter of Knowledge":"\u77e5\u8bc6\u4e4b\u529b","Serpentscale Boots":"\u86c7\u9cde\u957f\u9774","Offering to the Serpent Legion Gloves":"\u66b4\u541b\u4e4b\u63e1 \u519b\u56e2\u624b\u5957","Excellis Aurafix":"\u96f7\u9706\u4e4b\u4f7f","Poporo, the Highest Spire":"\u9ad8\u5854\u6ce2\u6ce2\u5f31","Puruna, the Challenger":"\u6311\u6218\u8005\u666e\u9c81\u7eb3","Forest of Flames":"\u70c8\u7130\u4e4b\u68ee","Faster Attacks Support":"\u5feb\u901f\u653b\u51fb","Titan Gauntlets":"\u5de8\u4eba\u62a4\u624b","Storm Call":"\u98ce\u66b4\u547c\u5524","Gravebind Hydrascale Gauntlets":"\u575f\u573a\u4e4b\u94fe \u706b\u876e\u9cde\u624b\u5957","The Primordial Chain Coral Amulet":"\u539f\u59cb\u9501\u94fe \u73ca\u745a\u62a4\u8eab\u7b26","Maple Round Shield":"\u67ab\u6728\u5706\u76fe","The Coward\'s Trial Cursed Crypt Map (Legacy)":"\u61e6\u8005\u7684\u8bd5\u9a8c \u5492\u6028\u9675\u5893(\u9057\u4ea7)","Xoph\'s Inception Bone Bow":"\u7d22\u4f0f\u7684\u59cb\u6e90 \u9aa8\u5236\u5f13","Snakebite Assassin\'s Mitts":"\u876e\u543b \u6697\u5f71\u62a4\u624b","Sewer Drifter":"\u4e0b\u6c34\u9053\u6f02\u6d41\u8005","Drifting Eye":"\u4e0d\u7965\u4e4b\u773c","Story of the Vaal Variscite Blade":"\u74e6\u5c14\u4f20\u8bf4 \u78a7\u94dc\u77ed\u5251","Ornate Mace":"\u534e\u4e3d\u4e4b\u9524","Infected Beast":"\u53d7\u611f\u67d3\u7684\u91ce\u517d","Second Piece of Storms Callous Mask Piece":"\u51b0\u96f7\u5148\u9a71\u8005II \u65e0\u60c5\u4e4b\u9762","Webbed Spider":"\u7ec7\u7f51\u5de8\u86db","The Gulf":"\u5929\u4eba\u6c38\u9694","Searching Eye Jewel":"\u9510\u5229\u4e4b\u51dd\u73e0\u5b9d","Asenath\'s Mark Iron Circlet":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u8fc5\u654f\u4e4b\u51a0 \u94c1\u953b\u4e4b\u51a0","Kaom\'s Roots Titan Greaves":"\u5188\u59c6\u7684\u7a33\u91cd\u4e4b\u9774 \u5de8\u4eba\u80eb\u7532","Hatchling":"\u5e7c\u86db","Cave Skitterer":"\u6d1e\u7a74\u6c99\u86db","Slink Boots":"\u8ff7\u8e2a\u77ed\u9774","Vaults of Atziri Vaal Pyramid Map":"\u963f\u5179\u91cc\u7684\u79d8\u5b9d\u5e93 \u74e6\u5c14\u91d1\u5b57\u5854","Crypt Ambusher":"\u6c34\u6676\u5de8\u86db","Crypt Weaver":"\u6df1\u7a74\u5de8\u86db","Corrupted Arach":"\u5815\u9b42\u5de8\u86db","Sundance Clasped Boots":"\u65e5\u8000 \u73af\u5e26\u957f\u9774","Corrupted Spitter":"\u8150\u5316\u9b54\u86db","Transcendent Flesh Crimson Jewel":"\u5347\u534e\u4e4b\u8eaf \u8d64\u7ea2\u73e0\u5b9d","Metamorph Eye":"\u707e\u53d8\u89c6\u754c","Plated Greaves":"\u575a\u94c1\u80eb\u7532","Incandescent Invitation":"\u70bd\u7130\u7684\u9080\u8bf7","Grelwood Shank Eternal Sword":"\u97e7\u6728\u66f2\u5203 \u6c38\u6052\u4e4b\u5251","Lurking Venom":"\u4f0f\u51fb\u6bd2\u86db","Balah, Duke":"\u516c\u7235\u5df4\u62c9\u54c8","The Weaver":"\u7f16\u7ec7\u8005","Shadow Fangs":"\u6697\u5f71\u4e4b\u7259","Black Death":"\u707e\u75ab\u4e4b\u5146","Shock Nova":"\u95ea\u7535\u65b0\u661f","Massier":"\u9ea6\u897f\u5c14","Grotto Map (The Awakening)":"\u5e7d\u6697\u5730\u7a74(\u89c9\u9192)","Spinner of False Hope":"\u5e7b\u8c61\u6050\u86db","Singularity Platinum Sceptre":"\u5947\u5f02 \u767d\u91d1\u77ed\u6756","Cobra Lash":"\u6bd2\u86c7\u97ad\u51fb","Arachnoxia":"\u9ed1\u5be1\u5987","Host Cobra":"\u5bbf\u4e3b\u773c\u955c\u86c7","Scalding Arachnid":"\u707c\u70ed\u706b\u86db","Nightwind Slippers":"\u591c\u98ce\u4e4b\u978b","Hybrid Arachnid":"\u6df7\u8840\u5f02\u86db","Maligaro\'s Muse":"\u9a6c\u96f7\u683c\u7f57\u7684\u6c89\u601d","Diseased Arachnid":"\u67d3\u75c5\u5de8\u86db","Balefire Opal Sceptre":"\u82cd\u767d\u70c8\u706b \u7075\u77f3\u77ed\u6756","Legion Sword":"\u519b\u56e2\u957f\u5251","Slimy Bloodsucker":"\u6d1e\u7a9f\u5438\u8840\u602a","Sand Serpent":"\u6c99\u87d2","Barb Serpent":"\u68d8\u523a\u5de8\u86c7","Thornrunner":"\u9488\u9cde","Mutated Arachnid":"\u7a81\u53d8\u7684\u5f02\u86db","Bramble Cobra":"\u4e1b\u6797\u773c\u955c\u86c7","Night Adder":"\u591c\u8272\u6bd2\u86c7","Primitive Alchemical Resonator":"\u539f\u59cb\u70bc\u91d1\u5171\u632f\u5668","Mirage of Bones":"\u67af\u9aa8\u547c\u5524\u8005","Cloth Belt":"\u9970\u5e03\u8170\u5e26","Astragali":"\u9ec4\u82aa","Belcer, the Pirate Lord":"\u6d77\u76d7\u4e4b\u4e3b\u8d1d\u5c14\u745f","Thunderskull":"\u96f7\u9e23\u4e4b\u9ab8","Deep Crustacean":"\u6c34\u6e0a\u7532\u87f9","Bleached Crustacean":"\u82cd\u767d\u5de8\u87f9","Shield Crab":"\u9644\u58f3\u5de8\u87f9","Immortal Resolve":"\u4e0d\u673d\u51b3\u5fc3","Vaal Temple Map (Legacy)":"\u74e6\u5c14\u5bc6\u6bbf(\u9057\u4ea7)","Ornate Quiver":"\u534e\u7f8e\u7bad\u888b","Invading Crustacean":"\u5165\u4fb5\u7532\u87f9","Cave Crustacean":"\u6d1e\u7a74\u7532\u87f9","Mutated Winterclaw":"\u7a81\u53d8\u7684\u971c\u722a","Shavronne the Sickening":"\u6c89\u91cd\u8005\u859b\u6717","Polished Metamorph Scarab":"\u629b\u5149\u7684\u707e\u53d8\u5723\u5723\u7532\u866b","Battle Buckler":"\u6597\u8005\u8f7b\u76fe","The Supreme Truth Crystal Sceptre":"\u65e0\u4e0a\u7bb4\u8a00 \u6c34\u6676\u77ed\u6756","Merveil\'s Retainer":"\u6d77\u5996\u5bb6\u81e3","Merveil\'s Chosen":"\u6d77\u5996\u7231\u5973","Coward\'s Chains Chain Belt":"\u61e6\u592b\u4e4b\u94fe \u6263\u94fe\u8170\u5e26","Merveil\'s Attendant":"\u83ab\u8587\u513f\u7684\u4f8d\u5973","Merveil\'s Blessed":"\u83ab\u8587\u513f\u7684\u5ba0\u513f","Last Resort Nailed Fist":"\u7ec8\u606f \u62f3\u9489","Erythrophagia":"\u55dc\u8840\u7329\u7ea2","Elegant Round Shield":"\u6743\u8d35\u5706\u76fe","Shock and Horror":"\u6050\u60e7\u4e4b\u96f7","Charan\'s Sword":"\u67e5\u5170\u4e4b\u5251","Merveil, the Returned":"\u590d\u751f\u8005\u83ab\u8587\u513f","Eoin Greyfur":"\u7070\u53d1\u827e\u6b27\u6069","Emberwake Ruby Ring":"\u4f59\u70ec\u4e4b\u75d5 \u7ea2\u7389\u6212\u6307","Tamulus":"\u6c99\u5361\u4e3d\u4e4b\u5c3e","Willclash Golden Mask":"\u610f\u5fd7\u4ea4\u950b \u9ec4\u91d1\u4e4b\u9762","The Queen":"\u5973\u738b","Spine Bow":"\u810a\u5f13","Boot Knife":"\u7a83\u8005\u77ed\u5203","Sulphuric Scorpion":"\u786b\u78fa\u874e","The Deal":"\u4e70\u5356","Black Scorpion":"\u9ed1\u874e","Orchard Map (Legacy)":"\u5bc6\u6797\u679c\u56ed(\u9057\u4ea7)","Megaera":"\u708e\u7075\u5bc6\u5361\u62c9","The Chosen":"\u5929\u9009","Devouring Totem":"\u541e\u566c\u56fe\u817e","Replica Atziri\'s Acuity Vaal Gauntlets":"\u963f\u5179\u91cc\u7684\u6377\u601d\u3010\u4eff\u54c1\u3011 \u74e6\u5c14\u62a4\u624b","Lesser Multiple Projectiles Support":"\u4f4e\u9636\u591a\u91cd\u6295\u5c04","Maze Map":"\u51a5\u795e\u4e4b\u57df","Glace":"\u51bb\u7075","Fossil Eater":"\u98df\u9ab8\u87f9","Toxic Crawler":"\u5267\u6bd2\u98df\u8150\u866b","The Coward\'s Trial Cursed Crypt Map":"\u61e6\u8005\u7684\u8bd5\u9a8c \u5492\u6028\u9675\u5893","Pier Map":"\u6012\u6d6a\u4e4b\u6e2f","Mortal Rage":"\u51e1\u4eba\u7684\u6124\u6012[\u53f3\u4e0a]","The Dweller of the Deep":"\u6df1\u6e0a\u5de8\u87f9","Gravel Eater":"\u98df\u783e\u722a\u87f9","Terminus Est Tiger Sword":"\u884c\u5211\u4e4b\u5203 \u864e\u7259\u5de8\u5251","Mother of the Hive":"\u87f9\u5de2\u4e4b\u6bcd","Ghostram":"\u51a5\u5e9c\u96f7\u9706","The Gambler":"\u8d4c\u5f92","Sand Leaper":"\u6c99\u5730\u8df3\u866b","Shrieking Essence of Torment":"\u6298\u78e8\u4e4b\u5c16\u5578\u7cbe\u534e","Tribal Maul":"\u796d\u4eea\u5de8\u9524","Contract: Breaking the Unbreakable Preventative Contract":"\u5951\u7ea6\uff1a\u7262\u4e0d\u53ef\u7834 \u9884\u9632\u5951\u7ea6","Dust Scrabbler":"\u62e8\u5c18\u8005","Leyline Gloves":"\u96f7\u7ebf\u624b\u5957","Shaped Overgrown Shrine Map (Atlas of Worlds)":"\u5bc6\u8349\u795e\u6bbf(\u5851)(\u5f02\u754c\u56fe\u9274)","Ancient Devourer":"\u8fdc\u53e4\u541e\u566c\u8005","Kamaq, Soilmaker":"\u5927\u5730\u4e4b\u795e\u5361\u9a6c\u514b","Tiger Sword":"\u864e\u7259\u5de8\u5251","Deafening Essence of Contempt":"\u8f7b\u89c6\u4e4b\u7834\u7a7a\u7cbe\u534e","Tunnelworm":"\u94a9\u866b","Devourer":"\u541e\u566c\u8005","Golden Flame":"\u9ec4\u91d1\u5723\u708e","Pirate Treasure":"\u6d77\u76d7\u5b9d\u85cf\u5b88\u62a4\u8005","Defiled Cathedral Map":"\u4e0d\u6d01\u6559\u5802","Primordial Rhoa":"\u59cb\u7956\u6050\u5599\u9e1f","Quetzerxi":"\u594e\u7279\u897f","Zombie Rhoa":"\u8150\u8d25\u6050\u5599","Ambush Mitts":"\u4f0f\u51fb\u62a4\u624b","Corrupted Rhoa":"\u8150\u5316\u7684\u6050\u5599\u9e1f","Infested Rhoa":"\u88ab\u611f\u67d3\u7684\u6050\u5599\u9e1f","Shaper\'s Touch Crusader Gloves":"\u5851\u754c\u4e4b\u89e6 \u5723\u6218\u624b\u5957","Burning Damage Support":"\u589e\u52a0\u71c3\u70e7\u4f24\u5bb3","Lion Sword":"\u72ee\u722a\u5de8\u5251","The Searing Touch Lathi":"\u70bd\u708e\u4e4b\u4f7f \u6b66\u672f\u957f\u6756","Crest of Desire Fluted Bascinet":"\u6e34\u671b\u4e4b\u51a0 \u5168\u7f69\u6218\u76d4","Grasping Mail":"\u627c\u6740\u94fe\u7532","Perandus Signet Paua Ring":"\u666e\u5170\u5fb7\u65af\u4e4b\u8bb0 \u6d77\u7075\u6212\u6307","Battle Plate":"\u6218\u94e0","Infected Ambusher":"\u53d7\u611f\u67d3\u7684\u4f0f\u51fb\u8005","Ventarus":"\u6cdb\u5854\u9c81\u65af","Rabid Rhoa":"\u75af\u72c2\u7684\u6050\u5599\u9e1f","Fenumal Plagued Arachnid":"\u6697\u591c\u5f02\u86db","Cabalist Regalia":"\u79d8\u672f\u6cd5\u8863","Purge Hound":"\u6076\u989c\u5de8\u72ac","Mountain Hellion":"\u5c71\u738b\u5730\u72f1\u72ac","Gnar, Eater of Carrion":"\u98df\u8150\u8005\u845b\u7eb3","Shore Map (Atlas of Worlds)":"\u66ae\u5149\u6d77\u6ee9(\u5f02\u754c\u56fe\u9274)","Pitbull Demon":"\u6597\u725b\u72ac\u9b54","Rheniot":"\u745e\u5c3c\u6b27\u7279","Hammered Buckler":"\u94c6\u9489\u8f7b\u76fe","Rhodion":"\u7f57\u8fea\u6b27\u6069","Auriot":"\u5965\u5229\u6b27\u7279","Chain Support":"\u8fde\u9501","Swarthy Mollusc":"\u9ed1\u6e9c\u6e9c\u7684\u7ae0\u9c7c\u54e5","Poisonous Parasite":"\u5e7d\u6bd2\u5bc4\u751f\u866b","Chest Splitter":"\u5f00\u819b\u5229\u5203","Deft Fossil":"\u673a\u5de7\u5316\u77f3","Infected Watcher":"\u67d3\u75ab\u4e4b\u773c","Potent Alchemical Resonator":"\u5f3a\u80fd\u70bc\u91d1\u5171\u632f\u5668","Jagged Fossil":"\u952f\u9f7f\u5316\u77f3","Goatman Fire-raiser":"\u7f8a\u4eba\u708e\u5492\u5e08","Her Mask":"\u5979\u7684\u9762\u5177","Malachai\'s Mark Murder Mitts":"\u9a6c\u62c9\u51ef\u4e4b\u8bb0 \u6697\u5f71\u8005\u62a4\u624b","Plated Parasite":"\u88c5\u7532\u5bc4\u751f\u866b","Ravenous Parasite":"\u9965\u997f\u5bc4\u751f\u866b","Parasite":"\u5bc4\u751f\u866b","Ion Darkshroud, the Hungering Blade":"\u6e38\u5f0b\u4e4b\u5203\u827e\u6602","Long Staff":"\u957f\u6756","Echo of the Verdant":"\u81ea\u7136\u4e4b\u56de\u97f3","Barrow Ape":"\u9057\u51a2\u72c2\u733f","Contract: Death to Darnaw Naval Contract":"\u5951\u7ea6\uff1a\u8fbe\u8bfa\u7684\u8986\u706d \u6d77\u519b\u5951\u7ea6","Replica Sorrow of the Divine Sulphur Flask":"\u795e\u5723\u54c0\u60bc\u3010\u4eff\u54c1\u3011 \u786b\u78fa\u836f\u5242","Blood Stasis ":"\u51b7\u8840\u4e4b\u7075","Aidan the Frenzied":"\u8fc5\u6377\u4e4b\u5f71\u827e\u4e39","Spirit of Aidan":"\u827e\u4e39\u4e4b\u7075","Wailing Essence of Wrath":"\u96f7\u9706\u4e4b\u54c0\u568e\u7cbe\u534e","Messenger of the Hollows":"\u7a7a\u6d1e\u4f7f\u8005","Lord of the Hollows":"\u7a7a\u6d1e\u4e4b\u4e3b","Darksteel Treads":"\u4e4c\u94a2\u4e4b\u5c65","Champion of the Hollows":"\u7a7a\u6d1e\u52c7\u58eb","Shrieker Eihal":"\u865a\u7a7a\u4e4b\u543c","Maternal Rhex":"\u96cc\u6027\u51f6\u9e1f","Arachnid Tomb Map (Atlas of Worlds)":"\u7075\u866b\u5893\u7a74(\u5f02\u754c\u56fe\u9274)","Mercenary\'s Lot Slink Gloves":"\u4f63\u5175\u9886\u5730 \u8ff7\u8e2a\u624b\u5957","Wild Rhex":"\u91ce\u6027\u51f6\u9e1f","Escaped Rhex":"\u82df\u6d3b\u51f6\u9e1f","He of Many Pieces":"\u788e\u7247\u541b\u4e3b","Visceris":"\u74e6\u745f\u745e\u65af","Nightmare\'s Omen":"\u68a6\u9b47\u4e4b\u5146","Mountain Lynx":"\u6797\u5c3c\u514b\u65af","Trinity Support":"\u4e09\u4f4d\u4e00\u4f53\uff08\u8f85\uff09","Sun Plate":"\u65e5\u5149\u4e4b\u94e0","The Grey Spire Judgement Staff":"\u7070\u8272\u5c16\u690e \u5ba1\u5224\u957f\u6756","Arctic Wolf":"\u51b0\u971c\u5de8\u72fc","Dire Wolf":"\u6050\u60e7\u4e4b\u72fc","Shredder of Gladiators":"\u9b44\u7f57\u6597\u5251\u58eb","Death Rush Amethyst Ring":"\u4ea1\u8005\u547c\u5524 \u7d2b\u6676\u6212\u6307","Graveyard Map (Legacy)":"\u5815\u5f71\u5893\u573a(\u9057\u4ea7)","Mutated Flamebeast":"\u7a81\u53d8\u7684\u708e\u517d","The Putrid Cloister Museum Map (Atlas of Worlds)":"\u5e7d\u79d8\u535a\u7269\u9986 \u53e4\u535a\u7269\u9986(\u5f02\u754c\u56fe\u9274)","Farric Tiger Alpha":"\u5927\u5730\u5de8\u864e","Craicic Watcher":"\u6df1\u6d77\u5b88\u671b\u8005","Tremor Rod Military Staff":"\u98a4\u6296\u4e4b\u6756 \u519b\u7528\u957f\u6756","Rusted Shaper Scarab":"\u9508\u8680\u7684\u5851\u754c\u8005\u5723\u7532\u866b","The Jeweller\'s Boon":"\u73e0\u5b9d\u5320\u7684\u798f\u7949","Double Claw":"\u53cc\u5203\u722a","Manastorm Fossilised Spirit Shield":"\u65e7\u6570\u636e","Kongming\'s Stratagem Ivory Spirit Shield":"\u65e7\u6570\u636e","Allelopathy Sorcerer Gloves":"\u65e7\u6570\u636e","Briskwrap Strapped Leather":"\u65e7\u6570\u636e","Rocco, the Bloodthirsty":"\u55dc\u6597\u8005\u745e\u514b","Fenumal Widow":"\u6697\u591c\u9ed1\u5be1\u5987","Craicic Sand Spitter":"\u6df1\u6d77\u55b7\u7802\u722a\u87f9","Fenumal Scrabbler":"\u6697\u591c\u6536\u5272\u8005","Imp Crown":"\u5c0f\u9b3c\u4e4b\u51a0","Fenumal Devourer":"\u6697\u591c\u541e\u566c\u8005","Saqawine Rhoa":"\u82cd\u7a7a\u6050\u5599\u9e1f","Farric Pit Hound":"\u5927\u5730\u6df1\u9083\u730e\u72ac","Carrion Swarmer":"\u98df\u8150\u866b","Bronzescale Boots":"\u94dc\u5f71\u957f\u9774","Unstable Catalyst":"\u4e0d\u7a33\u5b9a\u7684\u50ac\u5316\u5242","Great Helmet":"\u5de8\u76d4","Farric Ape":"\u5927\u5730\u5de8\u733f","The Rite of Elements":"\u5143\u7d20\u796d\u7940","Golden Mask":"\u9ec4\u91d1\u4e4b\u9762","Bloodgrip Coral Amulet":"\u9c9c\u8840\u652f\u914d \u73ca\u745a\u62a4\u8eab\u7b26","Saqawine Retch":"\u82cd\u7a7a\u53cd\u520d\u9e1f","Convocation":"\u53f7\u53ec","Echoes of Love":"\u7231\u7684\u56de\u97f3","Steel Spirit Viridian Jewel":"\u575a\u6bc5\u5fc3\u7075 \u7fe0\u7eff\u73e0\u5b9d","Baran\'s Crest":"\u5df4\u5170\u4e4b\u51a0","Fenumal Queen":"\u6697\u591c\u5973\u738b","Farrul\'s Bite Harlequin Mask":"\u5927\u5730\u4e4b\u7259 \u9e70\u5599\u4e4b\u9762","Maligaro\'s Lens Compound Spiked Shield":"\u9a6c\u96f7\u683c\u7f57\u7684\u67d3\u8840\u900f\u955c \u590d\u5408\u523a\u76fe","Saqawine Chimeral":"\u82cd\u7a7a\u5947\u7f8e\u62c9","Farric Flame Hellion Alpha":"\u5927\u5730\u70c8\u708e\u5730\u72f1\u5de8\u72ac","Farric Goatman":"\u5927\u5730\u7f8a\u4eba","Panquetzaliztli Jagged Maul":"\u5de8\u51fb\u4e4b\u9524 \u72fc\u7259\u91cd\u9524","Craicic Savage Crab":"\u6df1\u6d77\u91ce\u86ee\u5de8\u87f9","Sorrow Mask":"\u60b2\u4f24\u9762\u5177","Overgrown Ruin Map (The Awakening)":"\u957f\u8349\u9057\u8ff9(\u89c9\u9192)","Deidbellow Gilded Sallet":"\u4e27\u543c \u91d1\u9762\u62a4\u76d4","Farric Goliath":"\u5927\u5730\u9488\u80cc\u517d","Farric Gargantuan":"\u5927\u5730\u91ce\u517d","The Goddess":"\u5973\u795e","Bolt Brownfur, Earth Churner":"\u5927\u5730\u6d41\u4ea1\u8005\u68d5\u80e1\u5b50","Gluttonous Gull":"\u72c2\u98df\u53cd\u520d\u9e1f","Fungal Hollow Map (Atlas of Worlds)":"\u5b62\u5b50\u7a7a\u8c37(\u5f02\u754c\u56fe\u9274)","Explorer\'s Scouting Report":"\u63a2\u7d22\u4fa6\u5bdf\u62a5\u544a","Energy Leech Support":"\u80fd\u91cf\u5077\u53d6\uff08\u8f85\uff09","Shavronne\'s Gambit Scholar Boots":"\u859b\u6717\u7684\u8be1\u8ba1 \u5b66\u8005\u957f\u9774","Excavation Map":"\u6316\u6398\u573a","Avian Retch":"\u4e1b\u6797\u53cd\u520d\u9e1f","Cemetery Map":"\u6668\u66e6\u5893\u5730","Essence of Hysteria":"\u6d6e\u5938\u7cbe\u534e","Gorulis, Will-Thief":"\u4f20\u5947\u795e\u76d7\u7f57\u683c\u65af","Carrion Queen":"\u98df\u8150\u866b\u540e","Undying Flesh Talisman":"\u4e0d\u673d\u9b54\u7b26","The Surrender Ezomyte Tower Shield":"\u964d\u4f0f \u827e\u5179\u9ea6\u5854\u76fe","Corroded Blade":"\u9508\u6591\u5de8\u5251","Rabid Broodqueen":"\u75af\u72c2\u7684\u80b2\u96cf\u5973\u738b","Mother of the Swarm":"\u8150\u8d25\u4e4b\u6e90","Maelstr\xf6m of Chaos Atoll Map":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18","Musky \\"Two-Eyes\\" Grenn":"\u3010\u53cc\u773c\u3011\u5f02\u5473\u683c\u6797","Carrion Burrower":"\u5927\u98df\u8150\u866b","Replica Heartbreaker Royal Skean":"\u88c2\u5fc3\u5203\u3010\u4eff\u54c1\u3011 \u7687\u5bb6\u77ed\u5315","Ringmail Gloves":"\u73af\u7532\u624b\u5957","Item Rarity Support":"\u7269\u54c1\u7a00\u6709\u5ea6\u589e\u5e45","Dying Sun Ruby Flask":"\u901d\u65e5 \u7ea2\u7389\u836f\u5242","Wideswing Poleaxe":"\u9614\u65a9 \u5de8\u6218\u65a7","Hyrri\'s Demise Sharktooth Arrow Quiver":"\u897f\u91cc\u4e4b\u901d \u9ca8\u9f7f\u7bad\u888b","War Hound":"\u6218\u4e89\u730e\u72ac","Bladetooth":"\u5203\u7259","Elder-Blessed Hellion":"\u88c2\u754c\u4e4b\u4ec6 \u5730\u72f1\u72ac","Underground River Map (The Awakening)":"\u5730\u5e95\u4e4b\u6cb3(\u89c9\u9192)","Mountain Hellion Alpha":"\u5c71\u738b\u5730\u72f1\u72ac\u9886\u8896 \u963f\u5c14\u6cd5","Shackled Hellion":"\u53d7\u5236\u5730\u72f1\u72ac","The Burning Menace":"\u66b4\u708e\u517d","Sebbert, Crescent\'s Point":"\u65b0\u6708\u4e4b\u7eaa\u745f\u4f2f\u7279","The Stormheart Royal Staff":"\u98ce\u66b4\u4e4b\u773c \u7687\u5bb6\u957f\u6756","Replica Infractem Decimation Bow":"\u7a7f\u4e91\u3010\u4eff\u54c1\u3011 \u730e\u9b42\u4e4b\u5f13","The Brittle Emperor":"\u67af\u9aa8\u7687\u5e1d","Lochtonial Caress Iron Gauntlets":"\u610f\u8bc6\u4e4b\u7f18 \u94c1\u953b\u62a4\u624b","Leer Cast Festival Mask":"\u5171\u9e23\u4e4b\u9762 \u8282\u5e86\u4e4b\u9762","Life Gain on Hit Support":"\u51fb\u4e2d\u751f\u547d\u56de\u590d","Sharktooth Arrow Quiver":"\u9ca8\u9f7f\u7bad\u888b","Doryani\'s Delusion Slink Boots":"\u591a\u5229\u4e9a\u5c3c\u7684\u5e7b\u60f3 \u8ff7\u8e2a\u77ed\u9774","Ungulath":"\u7f8a\u4eba\u738b\u6069\u683c\u62c9\u65af","Rek\'tar, the Breaker":"\u7834\u58c1\u8005\u96f7\u514b\u5854","Goatman":"\u7f8a\u4eba","Telvar, the Inebriated":"\u9152\u9189\u8005\u7279\u5c14\u74e6","Pesquin, the Mad Baron":"\u75af\u72c2\u7537\u7235\u5e15\u65af\u79d1","Wild Chimeral":"\u91ce\u751f\u9f99\u8725","The Trial":"\u8fdc\u5f81","Atoll Map (The Awakening)":"\u6ee8\u6d77\u5c71\u4e18(\u89c9\u9192)","Alpha Paradisae":"\u5723\u57df\u5143\u7075","Ambitious Obsession":"\u6267\u7740\u7684\u91ce\u5fc3","Paradisae Venenum":"\u4e50\u56ed\u73cd\u8725","Wailing Essence of Anger":"\u6124\u6012\u4e4b\u54c0\u568e\u7cbe\u534e","Feral Chimeral":"\u51f6\u731b\u9f99\u8725","Victario\'s Flight Goathide Boots":"\u7ef4\u591a\u91cc\u5965\u7684\u98de\u5347 \u7f8a\u76ae\u77ed\u9774","Plumed Chimeral":"\u5f69\u7fbd\u9f99\u8725","Genesis Paradisae":"\u521b\u4e16\u5723\u7075","Putembo\'s Valley Topaz Ring":"\u666e\u85e4\u535a\u7684\u5c71\u8c37 \u9ec4\u7389\u6212\u6307","Dialla\'s Subjugation":"\u8fbe\u62c9\u592b\u4eba\u7684\u5b9d\u77f3","Vaulting Croaker":"\u8dc3\u5f71\u5b9d\u77f3\u86d9","Chimeric Croaker":"\u5b9d\u77f3\u9e23\u86d9","Twisted Chimeral":"\u626d\u66f2\u7684\u9f99\u8725","Captain Tanner Lightfoot":"\u5e7d\u8db3\u5766\u7eb3\u5c14\u961f\u957f","Strange Frog":"\u7578\u5f02\u4e4b\u86d9","Varhesh, Shimmering Aberration":"\u5fae\u5149\u5de8\u4f8d\u6cd5\u8d6b\u897f","Spinesnap":"\u730e\u810a\u8005","The Crimson Storm Steelwood Bow":"\u8d64\u7ea2\u98ce\u66b4 \u94a2\u6728\u4e4b\u5f13","Fetid Maw":"\u6076\u81ed\u88c2\u9f7f\u517d","Vault Map":"\u673a\u5173\u5b9d\u5e93","Charged Compass":"\u5145\u80fd\u7f57\u76d8","Rabid Maw":"\u75af\u72c2\u7684\u88c2\u9f7f\u517d","The Forgotten Soldier":"\u88ab\u9057\u5fd8\u7684\u58eb\u5175","Transmutation Shard":"\u8715\u53d8\u77f3\u788e\u7247","Bloodplay Stiletto":"\u8840\u8c11 \u9510\u5229\u523a\u5315","The Golden Ibis":"\u91d1\u9e6e","Brand Recall":"\u70d9\u5370\u53ec\u56de","Brinecrack":"\u6d77\u738b\u4f8d\u4ece\u5947\u6c40\u514b\u62c9\u514b","Woad, Mockery of Man":"\u6a21\u4eff\u4e4b\u4eba\u6c83\u5fb7","Thena Moga, the Crimson Storm":"\u73ab\u7ea2\u98ce\u66b4\u7f07\u8036\u5a1c","Broad Axe":"\u9614\u65a7","Damoi Tui":"\u8fbe\u83ab\u4f0a","Reinforced Iron Net":"\u7cbe\u70bc\u7684\u953b\u94c1\u730e\u9b54\u5939","The Dancing Dervish Reaver Sword":"\u7985\u610f\u82e6\u884c\u50e7 \u6b8b\u66b4\u5de8\u5251","Crusader\'s Exalted Orb":"\u5723\u6218\u8005\u7684\u5d07\u9ad8\u77f3","The Coming Calamity Destroyer Regalia":"\u7075\u9b42\u7532\u80c4 \u706d\u4e16\u6cd5\u8863","Southswing Gloves":"\u5357\u98ce\u624b\u5957","Pen Map":"\u9690\u6666\u7262\u72f1","Tercel Rhoa":"\u96c4\u5065\u6050\u5599","The Hallowed Husk":"\u8d85\u7075\u4e4b\u4f53","Doedre the Defiler":"\u6c61\u6d4a\u8005\u5fb7\u745e","Second Piece of Focus Archon Kite Shield Piece":"\u4e0d\u5c48\u5148\u9a71\u8005II \u5a01\u80fd\u9e22\u76fe","Watcher\'s Eye Prismatic Jewel":"\u5b88\u671b\u4e4b\u773c \u4e09\u76f8\u73e0\u5b9d","Portentia, the Foul":"\u7ea0\u7f20\u4e4b\u6ce2\u5766\u8fea\u4e9a","Ambrosia, Daughter of Merveil":"\u83ab\u8587\u513f\u4e4b\u5973\u827e\u5e03\u841d\u897f\u96c5","Erebix, Light\'s Bane":"\u5149\u660e\u514b\u661f\u963f\u5c14\u78a7\u65af","Ambrius, Legion Slayer":"\u5343\u4eba\u65a9\u5b89\u5e03\u91cc\u5965\u65af","Thunderous Skies":"\u6012\u96f7\u4e4b\u7a7a","Jasper Chopper":"\u7075\u7389\u5de8\u65a7","The Hollow Lady":"\u5f03\u9b42\u4e4b\u5973","Prime Chaotic Resonator":"\u5a01\u80fd\u6df7\u4e71\u5171\u632f\u5668","Lady Stormflay":"\u98ce\u66b4\u4e4b\u4f7f","Pillars of Arun Dunes Map":"\u963f\u5c14\u4f26\u795e\u67f1 \u66ae\u8272\u6c99\u4e18","The Fallen Queen":"\u5815\u5f71\u5973\u738b","K\'aj Y\'ara\'az":"\u5ac9\u5992\u4e4b\u5fc3","Shagreen Boots":"\u7c97\u9769\u77ed\u9774","Carcass Map":"\u6076\u81ed\u6b7b\u57df","The Broken Prince":"\u7834\u9053\u738b\u5b50","Infested Crawler":"\u611f\u67d3\u98df\u8150\u866b","The Poet":"\u8bd7\u4eba","Talon Archer":"\u6df1\u7a74\u5c04\u624b","Rooster Demon":"\u516c\u9e21\u6076\u9b54","Avatar of Undoing":"\u65e0\u7528\u4e4b\u89d2\'s Scout","Penitentiary Incarcerator":"\u76d1\u72f1\u770b\u5b88\u8005","Bazur":"\u5df4\u8428\u7f57\u65af","Redbeak Rusted Sword":"\u8d64\u7ea2\u77ed\u5203 \u9508\u5251","Nassar, Lion of the Seas":"\u6d77\u4e4b\u96c4\u72ee\u5a1c\u8428","Legion Hammer":"\u519b\u56e2\u4e4b\u9524","The Great White Beast":"\u767d\u8272\u5de8\u517d","Shaped Mud Geyser Map (Atlas of Worlds)":"\u9634\u6666\u6ce5\u6ee9(\u5851)(\u5f02\u754c\u56fe\u9274)","Replica Duskdawn Maelstr\xf6m Staff":"\u5bb5\u6653\u3010\u4eff\u54c1\u3011 \u98ce\u66b4\u957f\u6756","Prismatic Eclipse Twilight Blade":"\u8679\u8000\u4e4b\u6708 \u66ae\u5149\u957f\u5251","Blood Progenitor":"\u5de8\u733f\u8840\u7956","Sadist Garb":"\u72c2\u8650\u8005\u675f\u8863","Lightning Trap":"\u95ea\u7535\u9677\u9631","Jeweller\'s Delirium Orb":"\u73e0\u5b9d\u5320\u7684\u96fe\u9b47\u5b9d\u73e0","Mask of the Spirit Drinker Crusader Helmet":"\u996e\u9b42\u8005\u9762\u7f69 \u5723\u6218\u4e4b\u76d4","Calderus":"\u5361\u62c9\u5fb7\u745e\u65af","Dying Light":"\u6d88\u901d\u7684\u5149\u8292","Overgrown Shrine Map (Atlas of Worlds)":"\u5bc6\u8349\u795e\u6bbf(\u5f02\u754c\u56fe\u9274)","Risen Infested Beast":"\u590d\u82cf\u7684\u53d7\u611f\u67d3\u91ce\u517d","Maven\'s Invitation: The Atlas":"\u8d24\u4e3b\u4e4b\u9080\uff1a\u5f02\u754c\u56fe\u9274","Nomic\'s Storm Strapped Boots":"\u8bfa\u7c73\u514b\u7684\u98ce\u66b4 \u6263\u73af\u77ed\u9774","Porcupine Goliath":"\u9488\u80cc\u5de8\u517d","Primal Beast":"\u8fdc\u53e4\u91ce\u517d","Forest Beast":"\u68ee\u6797\u91ce\u517d","Silken Hood":"\u7ef8\u7f0e\u4e4b\u515c","Corrupted Beast":"\u8150\u5316\u517d","The Sun":"\u70c8\u65e5","Enraptured Beast":"\u72c2\u91ce\u5de8\u517d","Hairy Bonecruncher":"\u957f\u6bdb\u788e\u9aa8\u517d","Bone Cruncher":"\u788e\u9aa8\u517d","Timeless Eternal Empire Splinter":"\u6c38\u6052\u5e1d\u56fd\u88c2\u7247","Shaggy Monstrosity":"\u6bd2\u606f\u5de8\u517d","Cave Beast":"\u6d1e\u7a74\u517d","The Great White Bones":"\u767d\u8272\u5de8\u517d\u7684\u9ab8\u9aa8","Simi, the Nature Touched":"\u81ea\u7136\u4e4b\u58f0\u5e0c\u5bc6","The Sanguine Siren":"\u73ab\u7ea2\u5973\u5996","Rain of Splinters Crimson Jewel":"\u788e\u955e\u96e8 \u8d64\u7ea2\u73e0\u5b9d","Lord of the Ashen Arrow":"\u7075\u7bad\u4e4b\u5f26","Desert Spring Map":"\u8352\u6f20\u7eff\u6d32","Cintiq, the Inescapable":"\u7d22\u547d\u8005\u8f9b\u63d0\u5e93","Sumter the Twisted":"\u6851\u7279","Herald of Ash":"\u7070\u70ec\u4e4b\u6377","Chernobog\'s Pillar Ebony Tower Shield":"\u4e94\u8292\u5c4f\u969c \u4e4c\u6728\u5854\u76fe","Oak the Mighty":"\u5de8\u529b\u6b27\u514b","Enticer of Rot":"\u51a5\u7f36\u4e4b\u5973","Master of the Blade":"\u767d\u5203\u5b97\u5e08","Coated Shrapnel Crimson Jewel":"\u69b4\u661f \u8d64\u7ea2\u73e0\u5b9d","Coves Map (Atlas of Worlds)":"\u75be\u98ce\u5ce1\u6e7e(\u5f02\u754c\u56fe\u9274)","Piety the Empyrean":"\u5929\u96f7\u4e4b\u4f7f\u6d3e\u8482","Gilded Divination Scarab":"\u9540\u91d1\u7684\u795e\u6069\u5723\u7532\u866b","Tecrod\'s Gaze Murderous Eye Jewel":"\u7279\u514b\u7f57\u7684\u51dd\u89c6 \u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d","Bloodlust Support":"\u55dc\u8840","Iron Sceptre":"\u51b7\u94c1\u77ed\u6756","Blackguard Avenger":"\u4e4c\u65d7\u5b88\u536b\u590d\u4ec7\u8005","Blackguard Tempest":"\u4e4c\u65d7\u5b88\u536b\u4e4b\u96f7","Tyrant":"\u66b4\u541b","Conjurer Gloves":"\u5492\u8005\u624b\u5957","Augustina Solaria":"\u8fce\u9633\u8005\u5965\u53e4\u4e1d\u6c40\u5a1c","The Cleansing Light":"\u6d01\u51c0\u4e4b\u5149","Guardian of the Hydra":"\u4e5d\u5934\u86c7\u5b88\u536b","Ezomyte Spiked Shield":"\u827e\u5179\u9ea6\u523a\u76fe","The Grey Plague":"\u7070\u8272\u761f\u75ab","Winged Expedition Scarab":"\u6709\u7ffc\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","Virulent Spider":"\u81f4\u547d\u5de8\u86db","Painted Buckler":"\u5f69\u7ed8\u8f7b\u76fe","Dry Sea Map":"\u5e72\u67af\u4e4b\u6d77","Fortified Legion Cobalt Jewel":"\u575a\u5b88\u519b\u56e2 \u94b4\u84dd\u73e0\u5b9d","Warbands Leaguestone":"\u519b\u56e2\u8d5b\u5b63\u77f3","The Feast":"\u76db\u5bb4","Simple Lockpick":"\u6734\u7d20\u80f8\u9488","Rampage Leaguestone":"\u66b4\u8d70\u8d5b\u5b63\u77f3","Etched Kite Shield":"\u523b\u6587\u9e22\u76fe","Perandus Leaguestone":"\u666e\u5170\u5fb7\u65af\u8d5b\u5b63\u77f3","Onslaught Leaguestone":"\u731b\u653b\u8d5b\u5b63\u77f3","Invasion Leaguestone":"\u4fb5\u7565\u8d5b\u5b63\u77f3","Praxis Paua Ring":"\u666e\u62c9\u514b\u65af \u6d77\u7075\u6212\u6307","Breach Leaguestone":"\u88c2\u9699\u8d5b\u5b63\u77f3","Coralito\'s Signature Diamond Flask":"\u514b\u62c9\u91cc\u591a\u4e4b\u540d \u5b9d\u94bb\u836f\u5242","Blightwell Clutching Talisman":"\u67af\u4e95 \u5492\u7b8d\u9b54\u7b26","Circle of Nostalgia Amethyst Ring":"\u4e61\u6101\u4e4b\u73af \u7d2b\u6676\u6212\u6307","Ambush Leaguestone":"\u4f0f\u51fb\u8d5b\u5b63\u77f3","Medved\'s Challenge Runic Gauntlets":"\u6885\u5fb7\u7ef4\u5fb7\u7684\u6311\u6218 \u7b26\u6587\u624b\u7532","Abberath\'s Hooves Goathide Boots":"\u5730\u52a8 \u7f8a\u76ae\u77ed\u9774","Exquisite Blade":"\u7cbe\u81f4\u4e4b\u5203","Plateau Map (Atlas of Worlds)":"\u6d77\u98ce\u9ad8\u539f(\u5f02\u754c\u56fe\u9274)","Curved Blade":"\u5f2f\u5203","Blasting Blade":"\u7206\u7834\u5200","The Three Dragons Golden Mask":"\u4e09\u9f99\u6218\u7eaa \u9ec4\u91d1\u4e4b\u9762","Greater Black Scythe Artifact":"\u9ad8\u7ea7\u9ed1\u9570\u795e\u5668","Foliate Brooch":"\u53f6\u9970\u80f8\u9488","Butcher Sword":"\u51b7\u8840\u5de8\u5251","General\'s Brigandine":"\u5c06\u519b\u94e0\u7532","Spectral Sword":"\u5e7d\u9b42\u5de8\u5251","Ornate Sword":"\u540d\u8d35\u5de8\u5251","Bastard Sword":"\u91cd\u5251","Longsword":"\u5927\u5251","The Cadaver Bull":"\u72e9\u5fc3\u4e4b\u5599","Reaver Sword":"\u6b8b\u66b4\u5de8\u5251","Engraved Greatsword":"\u7b26\u6587\u5de8\u5251","Amanamu\'s Gaze Ghastly Eye Jewel":"\u57c3\u66fc\u7eb3\u59c6\u7684\u51dd\u89c6 \u82cd\u767d\u4e4b\u51dd\u73e0\u5b9d","Opal Ring":"\u86cb\u767d\u77f3\u6212\u6307","Highland Blade":"\u9ad8\u5c71\u91cd\u5203","Mutated Broodqueen":"\u7a81\u53d8\u7684\u80b2\u96cf\u5973\u738b","The Signal Fire Fire Arrow Quiver":"\u72fc\u70df \u706b\u7075\u7bad\u888b","Impact Force Propagator":"\u51b2\u51fb\u4e4b\u529b\u6269\u6563\u5668","Forbidden Flame Crimson Jewel":"\u7981\u65ad\u4e4b\u706b \u8d64\u7ea2\u73e0\u5b9d","Geode Map (The Awakening)":"\u6c34\u6676\u6d1e\u7a74(\u89c9\u9192)","Blunt Force Condenser":"\u949d\u51fb\u4e4b\u529b\u51dd\u805a\u5668","Crown of Eyes Hubris Circlet":"\u90aa\u773c\u4e4b\u51a0 \u7075\u4e3b\u4e4b\u73af","Astral Plate":"\u661f\u8292\u6218\u94e0","Great Mallet":"\u521a\u731b\u5de8\u9524","Gilded Ambush Scarab":"\u9540\u91d1\u7684\u5f3a\u88ad\u5723\u7532\u866b","Jagged Maul":"\u72fc\u7259\u91cd\u9524","Sledgehammer":"\u51b7\u94c1\u91cd\u9524","Lowlands Hopper":"\u4f4e\u5730\u8df3\u866b","The Immortal Will Archon Kite Shield":"\u4e0d\u673d\u610f\u5fd7 \u5a01\u80fd\u9e22\u76fe","Underground Sea Map (The Awakening)":"\u6ee8\u6d77\u5e7d\u7a74(\u89c9\u9192)","The Innocent":"\u65e0\u8f9c\u8005","Imperial Maul":"\u5e1d\u56fd\u91cd\u9524","Meatgrinder":"\u622e\u9b42\u91cd\u9524","Tinkerskin Sadist Garb":"\u949f\u8868\u5320\u7684\u534e\u670d \u72c2\u8650\u8005\u675f\u8863","Colossus Mallet":"\u5de8\u578b\u91cd\u9524","Karui Maul":"\u5361\u9c81\u91cd\u9524","Yriel\'s Fostering Exquisite Leather":"\u4f0a\u745e\u7684\u7cbe\u901a \u7cbe\u5236\u76ae\u7532","Imperfect Memories":"\u4e0d\u5b8c\u7f8e\u7684\u56de\u5fc6","Ebony Tower Shield":"\u4e4c\u6728\u5854\u76fe","Wave of Conviction":"\u5b9a\u7f6a\u6ce2","Prong Dagger":"\u5c16\u8019\u77ed\u5315","Tulfall Tornado Wand":"\u6258\u6c83\u5367 \u72c2\u98ce\u6cd5\u6756","Reaver Helmet":"\u63a0\u593a\u8005\u4e4b\u76d4","Plated Maul":"\u534e\u4e3d\u91cd\u9524","Plaza Map (Atlas of Worlds)":"\u5e7f\u573a(\u5f02\u754c\u56fe\u9274)","Blood Sacrifice Crimson Jewel":"\u8840\u727a \u8d64\u7ea2\u73e0\u5b9d","Shaped Canyon Map (Atlas of Worlds)":"\u7099\u9633\u5ce1\u8c37(\u5851)(\u5f02\u754c\u56fe\u9274)","Steelhead":"\u6c89\u94a2\u91cd\u9524","Talon Axe":"\u731b\u79bd\u722a\u65a7","Dagger Axe":"\u5315\u65a7","Sacrifice at Dusk":"\u9ec4\u660f\u7684\u5949\u732e[\u5de6\u4e0a]","Chain Boots":"\u94fe\u7532\u957f\u9774","Honed Cleaver":"\u78e8\u5229\u780d\u5200","Shagreen Gloves":"\u7c97\u9769\u624b\u5957","Prime Cleaver":"\u9996\u8981\u780d\u5200","Double Axe":"\u53cc\u5203\u5de8\u65a7","Despot Axe":"\u9738\u4e3b\u5de8\u65a7","Queen\'s Decree Ornate Sword":"\u5a01\u4e25\u4e4b\u5203 \u540d\u8d35\u5de8\u5251","Ezomyte Axe":"\u827e\u5179\u9ea6\u5de8\u65a7","Dreamfeather Eternal Sword":"\u5e7b\u68a6\u98de\u7fbd \u6c38\u6052\u4e4b\u5251","Replica Fencoil Gnarled Branch":"\u7eff\u85e4\u3010\u4eff\u54c1\u3011 \u673d\u6728\u4e4b\u5e72","Sundering Axe":"\u88c2\u7532\u5de8\u65a7","Abyssal Axe":"\u6df1\u6e0a\u5de8\u65a7","Imp Dagger":"\u9b54\u6027\u4e4b\u5203","Stone Axe":"\u77f3\u65a7","Noble Axe":"\u6743\u8d35\u5de8\u65a7","The Seeker":"\u5bfb\u89c5\u8005","Master Cartographer\'s Seal":"\u5927\u5e08\u5c01\u754c\u5370","Labrys":"\u53cc\u5f71\u5de8\u65a7","Recurve Bow":"\u53cd\u66f2\u5f13","The Undisputed":"\u65e0\u53ef\u4e89\u8bae\u8005","Shaped Museum Map (Atlas of Worlds)":"\u53e4\u535a\u7269\u9986(\u5851)(\u5f02\u754c\u56fe\u9274)","Ghetto Map (Legacy)":"\u8d64\u8d2b\u5c45\u6240(\u9057\u4ea7)","Lightning Tendrils":"\u7535\u80fd\u91ca\u653e","Lair of the Hydra Map (Atlas of Worlds)":"\u4e5d\u5934\u86c7\u5de2\u7a74(\u5f02\u754c\u56fe\u9274)","Vaal Double Strike":"\u74e6\u5c14\uff1a\u53cc\u91cd\u6253\u51fb","Moon Staff":"\u6708\u795e\u957f\u6756","Kintsugi Exquisite Leather":"\u91d1\u73cf\u4e4b\u7f2e \u7cbe\u5236\u76ae\u7532","Replica Malachai\'s Artifice Unset Ring":"\u739b\u62c9\u51ef\u7684\u5de7\u6280\u3010\u4eff\u54c1\u3011 \u6f5c\u80fd\u4e4b\u6212","Frost Wall":"\u51b0\u5899","Woodful Staff":"\u575a\u6728\u957f\u6756","Summon Skitterbots":"\u53ec\u5524\u98de\u63a0\u8005","Iron Ring":"\u953b\u94c1\u6212\u6307","Obscured Delirium Orb":"\u6726\u80e7\u7684\u96fe\u9b47\u5b9d\u73e0","Coiled Staff":"\u5f3a\u5316\u957f\u6756","Iron Staff":"\u94c1\u953b\u957f\u6756","Pileah, Corpse Burner":"\u711a\u7075\u8005\u76ae\u91cc\u4e9a","Primitive Staff":"\u7c97\u5236\u957f\u6756","The Tinkerer\'s Table":"\u4fee\u8865\u5320\u4e4b\u684c","Ezomyte Staff":"\u827e\u5179\u9ea6\u957f\u6756","Lathi":"\u6b66\u672f\u957f\u6756","The Nurse":"\u7167\u6599\u8005","Foul Staff":"\u6076\u7075\u957f\u6756","Shaped Cursed Crypt Map (Atlas of Worlds)":"\u5492\u6028\u9675\u5893(\u5851)(\u5f02\u754c\u56fe\u9274)","House of Mirrors":"\u660e\u955c","Residence Map":"\u795e\u4e3b\u5c45\u6240","Gardens Map (Atlas of Worlds)":"\u82b1\u56ed\u8ff7\u5bab(\u5f02\u754c\u56fe\u9274)","Saqawal, First of the Sky":"\u82cd\u7a7a\u521d\u5b50 \u8428\u5947\u6c83","Charged Traps Support":"\u5145\u80fd\u9677\u9631\uff08\u8f85\uff09","The Broken Crown Prophet Crown":"\u7f3a\u89d2\u5e1d\u51a0 \u7bb4\u8a00\u6218\u51a0","Rusted Sulphite Scarab":"\u9508\u8680\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","Mask of the Spirit Drinker Magistrate Crown":"\u996e\u9b42\u8005\u9762\u7f69 \u884c\u653f\u8005\u6218\u51a0","Canyon Map":"\u7099\u9633\u5ce1\u8c37","The Druggery Cloth Belt":"\u590d\u82cf\u4e4b\u836f \u9970\u5e03\u8170\u5e26","Foundry Bow":"\u94f8\u9020\u5f13","Death Bow":"\u6b7b\u4ea1\u4e4b\u5f13","Colonnade Map (Legacy)":"\u6fc0\u6218\u67f1\u5eca(\u9057\u4ea7)","Captured Soul of Stalker of the Endless Dunes":"\u5df2\u6355\u83b7\u7684\u65e0\u8fb9\u6c99\u4e18\u6f5c\u884c\u8005","Bone Bow":"\u9aa8\u5236\u5f13","Steel Ring":"\u5408\u91d1\u6212\u6307","Flask of Welakath":"\u7ef4\u62c9\u514b\u65af\u70e7\u74f6","Hale Negator Mind Cage":"\u5f3a\u5065\u5426\u51b3\u8005 \u7075\u80fd\u4e4b\u7b3c","Chains of Command Saintly Chainmail":"\u5c06\u519b\u7684\u590d\u751f \u5723\u6d01\u9501\u7532","Composite Bow":"\u5408\u6210\u5f13","Vaal Molten Shell":"\u74e6\u5c14\uff1a\u7194\u5ca9\u62a4\u76fe","Exceptional Eldritch Ichor":"\u5353\u8d8a\u53e4\u7075\u6eb6\u6db2","Vaal Discipline":"\u74e6\u5c14\uff1a\u7eaa\u5f8b","Elemental Proliferation Support":"\u5143\u7d20\u6269\u6563","Grand Eldritch Ember":"\u4e0a\u7ea7\u53e4\u7075\u4f59\u70ec","War Hammer":"\u6218\u9524","Whakawairua Tuahu Strand Map":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9","A Familiar Call":"\u719f\u6089\u7684\u547c\u5524","Necromancer Circlet":"\u64cd\u7075\u8005\u4e4b\u51a0","Ballista Totem Support":"\u5f29\u70ae\u56fe\u817e\uff08\u8f85\uff09","Shaped Arsenal Map (Atlas of Worlds)":"\u53e4\u5175\u5de5\u5382(\u5851)(\u5f02\u754c\u56fe\u9274)","Ashrend Buckskin Tunic":"\u62c2\u70ec \u9e7f\u76ae\u5916\u5957","Burning Blood":"\u71c3\u70e7\u4e4b\u8840","Iron Gauntlets":"\u94c1\u953b\u62a4\u624b","Copper Plate":"\u94dc\u953b\u677f\u7532","Short Bow":"\u77ed\u5f13","Toxic Sewer Map (Atlas of Worlds)":"\u5267\u6bd2\u6c34\u9053(\u5f02\u754c\u56fe\u9274)","Survival Instincts Viridian Jewel":"\u751f\u5b58\u672c\u80fd \u7fe0\u7eff\u73e0\u5b9d","Assassin Bow":"\u6697\u5f71\u5f13","Spiraled Wand":"\u87ba\u7eb9\u6cd5\u6756","Broadstroke Heavy Quiver":"\u75be\u88ad\u4e4b\u950b \u91cd\u77e2\u7bad\u888b","The Tempest\'s Liberation Callous Mask":"\u98ce\u96ea\u91ca\u653e \u65e0\u60c5\u4e4b\u9762","Waste Pool Map (Legacy)":"\u6b7b\u5bc2\u6ce5\u6c9f(\u9057\u4ea7)","Bronn\'s Lithe Cutthroat\'s Garb":"\u5e03\u9686\u7684\u5f71\u8863 \u6b7b\u795e\u4e4b\u88c5","Replica Pillars of Arun Dunes Map":"\u963f\u5c14\u4f26\u795e\u67f1\u3010\u4eff\u54c1\u3011 \u66ae\u8272\u6c99\u4e18","Elemental Focus Support":"\u5143\u7d20\u96c6\u4e2d","Maze of the Minotaur Map":"\u725b\u5934\u4eba\u8ff7\u5bab","Citadel Bow":"\u57ce\u585e\u6218\u5f13","Decimation Bow":"\u730e\u9b42\u4e4b\u5f13","Esh\'s Mirror Thorium Spirit Shield":"\u827e\u8bb8\u4e4b\u955c \u6697\u91d1\u9b54\u76fe","Shrieking Essence of Fear":"\u6050\u60e7\u4e4b\u5c16\u5578\u7cbe\u534e","Shrieking Essence of Misery":"\u51c4\u60e8\u4e4b\u5c16\u5578\u7cbe\u534e","Canyon Map (Legacy)":"\u7099\u9633\u5ce1\u8c37(\u9057\u4ea7)","Chain Hook":"\u94a9\u94fe\u653b\u51fb","Ivory Bow":"\u8c61\u7259\u5f13","Goldrim Leather Cap":"\u91d1\u7f15\u5e3d \u76ae\u5e3d","The Harvester":"\u6536\u5272\u8005","Brimstone Treads":"\u8e0f\u70df\u4e4b\u5c65","Decurve Bow":"\u76f4\u5f13","Tempered Mind Cobalt Jewel":"\u6dec\u706b\u4e4b\u5fc3 \u94b4\u84dd\u73e0\u5b9d","Shavronne\'s Revelation Moonstone Ring":"\u859b\u6717\u7684\u542f\u793a\u4e4b\u73af \u6708\u5149\u77f3\u6212\u6307","Tainted Oil":"\u6c61\u79fd\u5723\u6cb9","Royal Burgonet":"\u7687\u5ba4\u575a\u76d4","Cartographer\'s Delirium Orb":"\u5236\u56fe\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","Profane Wand":"\u4eb5\u6e0e\u6cd5\u6756","Chromatic Orb":"\u5e7b\u8272\u77f3","Ancient Seal":"\u53e4\u4ee3\u5c01\u5370","The Anima Stone Prismatic Jewel":"\u805a\u9b42\u77f3 \u4e09\u76f8\u73e0\u5b9d","Accumulator Wand":"\u84c4\u80fd\u6cd5\u6756","Crystal Ore Map (Legacy)":"\u51b0\u51b7\u901a\u9053(\u9057\u4ea7)","Congregator Wand":"\u96c6\u5408\u6cd5\u6756","Assembler Wand":"\u88c5\u914d\u6cd5\u6756","Flamethrower Trap":"\u63b7\u706b\u9677\u9631","Captured Soul of Mephod, the Earth Scorcher":"\u5df2\u6355\u83b7\u7684\u64bc\u5730\u8005\u7c73\u798f\u5fb7","Convoking Wand":"\u53ec\u96c6\u6cd5\u6756","Crystal Wand":"\u6c34\u6676\u6cd5\u6756","Hrimnor\'s Resolve Samnite Helmet":"\u96f7\u59c6\u8bfa\u7684\u8c6a\u60c5 \u8428\u59c6\u5c3c\u76d4","Pride Before the Fall":"\u9a84\u8005\u5fc5\u8d25","Lucky Connections":"\u597d\u8fd0\u8fde\u8fde","Steel Kite Shield":"\u51b7\u94a2\u9e22\u76fe","Faun\'s Horn":"\u517d\u89d2\u6cd5\u6756","Sage Wand":"\u8d24\u8005\u6cd5\u6756","No Traces":"\u65e0\u8ff9\u53ef\u5bfb","Thief\'s Garb":"\u7a83\u8d3c\u4e4b\u88c5","Survivor\'s Guilt Heavy Belt":"\u5e78\u5b58\u8005\u7684\u6127\u759a \u91cd\u9769\u8170\u5e26","Rearguard Broadhead Arrow Quiver":"\u5bd2\u950b\u4e4b\u536b \u5bbd\u77e2\u7bad\u888b","First Snow Cobalt Jewel":"\u521d\u96ea \u94b4\u84dd\u73e0\u5b9d","Spiked Club":"\u949d\u9489\u6728\u68d2","Alpha\'s Howl Sinner Tricorne":"\u6781\u5730\u4e4b\u773c \u7f6a\u8005\u4e4b\u5e3d","Goat\'s Horn":"\u7f8a\u89d2\u6cd5\u6756","The Iron Bard":"\u575a\u6bc5\u8bd7\u4eba","Prophecy Wand":"\u7bb4\u8a00\u6cd5\u6756","Tornado Wand":"\u72c2\u98ce\u6cd5\u6756","Opal Wand":"\u7075\u77f3\u6cd5\u6756","Yorishi, Aurora-sage":"\u66ae\u5149\u4fe1\u5f92\u60a0\u5229\u5e0c","Serpent Wand":"\u86c7\u773c\u6cd5\u6756","Debilitation Gauntlets":"\u8870\u5f31\u624b\u7532","Necromancer Silks":"\u64cd\u7075\u8005\u80cc\u5fc3","Victario\'s Charity Laminated Kite Shield":"\u7ef4\u591a\u91cc\u5965\u7684\u8d21\u732e \u5408\u677f\u9e22\u76fe","Weight of Sin Viridian Jewel":"\u7f6a\u6076\u7684\u91cd\u91cf \u7fe0\u7eff\u73e0\u5b9d","Hunter Hood":"\u730e\u8005\u4e4b\u515c","Replica Cortex Relic Chambers Map":"\u8111\u5c42\u3010\u4eff\u54c1\u3011 \u53e4\u85cf\u5bc6\u5ba4","Ezomyte Burgonet":"\u827e\u5179\u9ea6\u575a\u76d4","Writhing Talisman":"\u72c2\u766b\u9b54\u7b26","Walnut Spirit Shield":"\u6843\u6728\u9b54\u76fe","Turquoise Amulet":"\u9752\u7389\u62a4\u8eab\u7b26","Dragoon Sword":"\u9a91\u5175\u519b\u5200","Combat Focus Cobalt Jewel":"\u6218\u6597\u4e13\u6ce8 \u94b4\u84dd\u73e0\u5b9d","Dark Dreams":"\u9ed1\u6697\u4e4b\u68a6","Two-Stone Ring":"\u53cc\u7389\u6212\u6307","Unrelenting Timeless Vaal Emblem":"\u4e0d\u5c48\u74e6\u5c14\u5370\u8bb0","Toxic Rain":"\u6bd2\u96e8","Simulacrum Splinter":"\u68a6\u9b47\u62df\u50cf\u88c2\u7247","Colossal Hybrid Flask":"\u9ad8\u9636\u590d\u5408\u836f\u5242","Mortem Morsu Fright Claw":"\u566c\u9b42\u4e4b\u7259 \u6050\u60e7\u4e4b\u722a","Wyrmscale Boots":"\u5730\u876e\u9cde\u957f\u9774","Burning Arrow":"\u71c3\u70e7\u7bad\u77e2","Journeyman Cartographer\'s Seal":"\u4e2d\u7ea7\u5c01\u754c\u5370","Winged Elder Scarab":"\u6709\u7ffc\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","Harpy Rapier":"\u9b54\u5599\u7ec6\u5251","The Anticipation Ezomyte Tower Shield":"\u60ac\u5ff5 \u827e\u5179\u9ea6\u5854\u76fe","Amethyst Flask":"\u7d2b\u6676\u836f\u5242","Maze of the Minotaur Map (Atlas of Worlds)":"\u725b\u5934\u4eba\u8ff7\u5bab(\u5f02\u754c\u56fe\u9274)","Eagle Claw":"\u9e70\u722a\u5203","Whalebone Rapier":"\u9cb8\u9aa8\u7ec6\u5203","Cheap Construction Viridian Jewel":"\u5ec9\u4ef7\u5efa\u8bbe \u7fe0\u7eff\u73e0\u5b9d","Craiceann\'s Carapace Golden Plate":"\u6df1\u6d77\u9b54\u7532 \u91d1\u8000\u4e4b\u94e0","The Master":"\u4e3b\u5bb0","Spiraled Foil":"\u87ba\u7eb9\u7ec6\u5251","Albino Rhoa Feather":"\u767d\u5316\u7684\u7fbd\u6bdb","Pecoraro":"\u5bd2\u5149\u523a\u5251","Thicket Map (The Awakening)":"\u60ca\u60e7\u6811\u4e1b(\u89c9\u9192)","Tempered Foil":"\u5f3a\u5316\u7ec6\u5251","Rolling Magma":"\u7194\u5ca9\u5954\u6d8c","Cyclopean Coil Leather Belt":"\u5de8\u5ca9\u6307\u5957 \u76ae\u9769\u8170\u5e26","Forge of the Phoenix Map":"\u4e0d\u6b7b\u9e1f\u953b\u53f0","Dragonbone Rapier":"\u9f99\u9aa8\u7ec6\u5251","Fancy Foil":"\u534e\u4e3d\u7ec6\u5251","Estoc":"\u7a7f\u7532\u523a\u5251","Burnished Foil":"\u51b7\u8292\u523a\u5251","Mechalarm Belt":"\u8b66\u6212\u8170\u5e26","Chaber Cairn Great Mallet":"\u77f3\u51a2 \u521a\u731b\u5de8\u9524","Wailing Essence of Doubt":"\u7591\u60d1\u4e4b\u54c0\u568e\u7cbe\u534e","Grappler":"\u6355\u6349\u8005","Shrieking Essence of Spite":"\u523b\u6bd2\u4e4b\u5c16\u5578\u7cbe\u534e","Shaped Temple Map (Atlas of Worlds)":"\u593a\u9b42\u4e4b\u6bbf(\u5851)(\u5f02\u754c\u56fe\u9274)","Impale Support":"\u5c16\u523a\u6218\u6756","Remnant of Empires Goathide Buckler":"\u5e1d\u56fd\u7684\u6b8b\u58c1 \u7f8a\u76ae\u8f7b\u76fe","Channel Map (The Awakening)":"\u79d8\u5bc6\u901a\u9053(\u89c9\u9192)","Rusted Elder Scarab":"\u9508\u8680\u7684\u88c2\u754c\u8005\u5723\u7532\u866b","The Queen\'s Hunger Vaal Regalia":"\u5973\u738b\u7684\u9965\u997f \u74e6\u5c14\u6cd5\u8863","Glacial Cascade":"\u51b0\u5ddd\u4e4b\u523a","First Piece of the Arcane Legion Sword Piece":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247I \u519b\u56e2\u957f\u5251","Craghead Serrated Arrow Quiver":"\u5ca9\u5934 \u952f\u9f7f\u7bad\u888b","Heavy Quiver":"\u91cd\u77e2\u7bad\u888b","Anarchic Spiritblade":"\u65e0\u5e8f\u9b42\u5203","Controlled Destruction Support":"\u7cbe\u51c6\u7834\u574f","Faminebind Rustic Sash":"\u9965\u8352\u4e4b\u7ed3 \u7d20\u5e03\u8170\u5e26","Hrimburn Goathide Gloves":"\u674e\u59c6\u672c \u7f8a\u76ae\u624b\u5957","The Tactician Studded Belt":"\u8c0b\u58eb\u4e4b\u73af \u6263\u9489\u8170\u5e26","Festival Mask":"\u8282\u5e86\u4e4b\u9762","Gilded Legion Scarab":"\u9540\u91d1\u7684\u519b\u56e2\u5723\u7532\u866b","Wanderlust Wool Shoes":"\u82e6\u884c\u4e4b\u5c65 \u7f8a\u6bdb\u4e4b\u978b","Thresher Claw":"\u6495\u88c2\u5c16\u722a","Legion Boots":"\u519b\u56e2\u957f\u9774","Tainted Mythic Orb":"\u6c61\u79fd\u795e\u79d8\u77f3","Vaal Scouting Report":"\u74e6\u5c14\u4fa6\u5bdf\u62a5\u544a","Leather Hood":"\u9769\u515c","Shaped Jungle Valley Map (Atlas of Worlds)":"\u5267\u6bd2\u6797\u8c37(\u5851)(\u5f02\u754c\u56fe\u9274)","Broad Sword":"\u9614\u5251","Sabre":"\u65e7\u519b\u5200","Shockwave Support":"\u9707\u6ce2\uff08\u8f85\uff09","Wreath of Phrecia Iron Circlet":"\u8d39\u897f\u4e9a\u7684\u82b1\u73af \u94c1\u953b\u4e4b\u51a0","Fragment of Enslavement":"\u5974\u5f79\u788e\u7247[\u53f3\u4e0a]","Flame Link":"\u70c8\u708e\u7f81\u7eca","Hateforge Ancient Gauntlets":"\u4ec7\u6068\u7194\u7089 \u8fdc\u53e4\u62a4\u624b","Vaal Blade":"\u74e6\u5c14\u519b\u5203","Third Piece of the Arcane Legion Sword Piece":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247III \u519b\u56e2\u957f\u5251","Ramparts Map (Atlas of Worlds)":"\u5947\u8ff9\u4e4b\u5899(\u5f02\u754c\u56fe\u9274)","Venomous Spawn":"\u5267\u6bd2\u6d77\u866b","Crude Bow":"\u7c97\u5236\u5f13","Birth of the Three":"\u4e09\u8005\u4e4b\u8bde","Earth Drinker":"\u5927\u5730\u541e\u98df\u8005","Dragonscale Boots":"\u9f99\u9cde\u957f\u9774","Regicide Mask":"\u5f11\u541b\u4e4b\u9762","Graceful Sword":"\u6743\u8d35\u4e4b\u5251","Elder Sword":"\u667a\u8005\u957f\u5251","Colosseum Map (The Awakening)":"\u5927\u51b3\u6597\u573a(\u89c9\u9192)","Spider Forest Map (The Awakening)":"\u5de8\u86db\u4e4b\u6797(\u89c9\u9192)","First Piece of Focus Archon Kite Shield Piece":"\u4e0d\u5c48\u5148\u9a71\u8005I \u5a01\u80fd\u9e22\u76fe","Baselard":"\u51b7\u5149\u957f\u5251","Infernal Legion Support":"\u708e\u519b\uff08\u8f85\uff09","Veiled Chaos Orb":"\u52a0\u5bc6\u6df7\u6c8c\u77f3","Rusted Sword":"\u9508\u5251","Tornado Shot":"\u9f99\u5377\u5c04\u51fb","Bust of Emperor Caspiro":"\u5361\u65af\u76ae\u7f57\u7687\u5e1d\u7684\u80f8\u50cf","Violent Dead Cobalt Jewel":"\u66b4\u529b\u7684\u6b7b\u8005 \u94b4\u84dd\u73e0\u5b9d","A Note in the Wind":"\u98ce\u4e2d\u4e4b\u8bed","Ursine Pelt":"\u718a\u9996\u76ae\u76d4","Venom Gyre":"\u5267\u6bd2\u65cb\u98ce","White Wind Imperial Skean":"\u767d\u51c0\u4e4b\u98ce \u5e1d\u56fd\u77ed\u5315","Crypt Armour":"\u5730\u7a74\u6218\u7532","Rigwald\'s Charge Highland Blade":"\u745e\u4f5b\u7684\u594b\u6218\u957f\u5251 \u9ad8\u5c71\u91cd\u5203","Tul\'s Flawless Breachstone":"\u6258\u6c83\u7684\u65e0\u6687\u88c2\u9699\u77f3","Pier Map (Legacy)":"\u6012\u6d6a\u4e4b\u6e2f(\u9057\u4ea7)","Sambodhi\'s Wisdom":"\u8428\u535a\u8f9b\u4e4b\u667a","Storm\'s Gift Assassin\'s Mitts":"\u98ce\u66b4\u8d50\u798f \u6697\u5f71\u62a4\u624b","Mortal Hope":"\u51e1\u4eba\u7684\u5e0c\u671b[\u53f3\u4e0b]","The Professor":"\u6559\u6388","Sand Scorpion":"\u6c99\u874e","Coral Ruins Map":"\u73ca\u745a\u9057\u8ff9","Ochre Sceptre":"\u8d64\u8272\u77ed\u6756","Gladiator Helmet":"\u89d2\u6597\u8005\u4e4b\u76d4","The Fletcher":"\u5236\u7bad\u8005","Igna Phoenix":"\u706b\u51e4\u4f0a\u683c\u5a1c","Caldera Map (The Awakening)":"\u5bc2\u7075\u4e4b\u6e0a(\u89c9\u9192)","Replica Veil of the Night Great Helmet":"\u591c\u5e55\u3010\u4eff\u54c1\u3011 \u5de8\u76d4","Sapphire Flask":"\u84dd\u7389\u836f\u5242","Bladed Mace":"\u591a\u5203\u9524","Scare Mask":"\u5e7d\u60e7\u4e4b\u9762","Kingsguard Conquest Chainmail":"\u7687\u5bb6\u536b\u7532 \u5f81\u6218\u9501\u7532","Brutal Restraint Timeless Jewel":"\u6b8b\u9177\u7684\u7ea6\u675f \u6c38\u6052\u73e0\u5b9d","Crimson Township Map":"\u7eef\u7ea2\u5c0f\u9547","Fossilised Spirit Shield":"\u77f3\u5316\u9b54\u76fe","Fungal Hollow Map":"\u5b62\u5b50\u7a7a\u8c37","Opal Sceptre":"\u7075\u77f3\u77ed\u6756","Midnight Blade":"\u591c\u8bed\u957f\u5251","Silo Map":"\u5706\u5f62\u79d8\u7a96","Hunter\'s Resolve":"\u730e\u8005\u4e4b\u613f","Timeless Vaal Splinter":"\u6c38\u6052\u74e6\u5c14\u88c2\u7247","Xoph\'s Charged Breachstone":"\u7d22\u4f0f\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","Seven Years Bad Luck":"\u4e03\u5e74\u5384\u8fd0","Blue Pearl Amulet":"\u78a7\u73e0\u62a4\u8eab\u7b26","Abyssal Sceptre":"\u6df1\u6e0a\u77ed\u6756","The One With All":"\u5b8c\u4eba","Compound Spiked Shield":"\u590d\u5408\u523a\u76fe","Wondertrap Velvet Slippers":"\u56de\u5149\u4e4b\u8ff9 \u4e1d\u7ed2\u4fbf\u978b","Lead Sceptre":"\u94c5\u94f8\u77ed\u6756","Crystal Sceptre":"\u6c34\u6676\u77ed\u6756","The Overflowing Chalice Sulphur Flask":"\u9ad8\u6d01\u5723\u676f \u786b\u78fa\u836f\u5242","Sekhem":"\u5a01\u80fd\u77ed\u6756","Driftwood Sceptre":"\u673d\u6728\u77ed\u6756","Heart Coil":"\u6838\u5fc3\u7ebf\u5708","Sinner Tricorne":"\u7f6a\u8005\u4e4b\u5e3d","Iron Circlet":"\u94c1\u953b\u4e4b\u51a0","War Axe":"\u884c\u519b\u65a7","Fluted Bascinet":"\u5168\u7f69\u6218\u76d4","Morphing Incubator":"\u707e\u53d8\u5b55\u80b2\u77f3","Wyrm Mace":"\u53e4\u9f99\u4e4b\u9524","Boom Mace":"\u98ce\u96f7\u9524","Added Cold Damage Support":"\u9644\u52a0\u51b0\u971c\u4f24\u5bb3","Temptation Step Shagreen Boots":"\u8bf1\u60d1\u9636\u68af \u7c97\u9769\u77ed\u9774","Orb of Scouring":"\u91cd\u94f8\u77f3","Flare Mace":"\u660e\u4eae\u9524","Rigwald\'s Savagery Royal Axe":"\u91ce\u6027\u745e\u4f5b \u7687\u5bb6\u4e4b\u65a7","Flame Surge":"\u6012\u7130\u5954\u817e","Lightbane Raiment Ornate Ringmail":"\u9b54\u9053\u4e4b\u8863 \u534e\u4e3d\u73af\u7532","Wild Leather":"\u72c2\u91ce\u90e8\u65cf\u76ae\u7532","Midnight Bargain Engraved Wand":"\u51a5\u7ea6 \u7b26\u6587\u6cd5\u6756","Fertile Mind Cobalt Jewel":"\u4e30\u5bcc\u5fc3\u7075 \u94b4\u84dd\u73e0\u5b9d","Seven-League Step Rawhide Boots":"\u795e\u884c\u9774 \u751f\u76ae\u77ed\u9774","Shaped Primordial Pool Map (Atlas of Worlds)":"\u8d77\u6e90\u4e4b\u6c60(\u5851)(\u5f02\u754c\u56fe\u9274)","Trolltimber Spire Cedar Tower Shield":"\u5deb\u6728 \u677e\u6728\u5854\u76fe","Tenderizer":"\u88c2\u8089\u4e4b\u9524","Rats":"\u9f20\u8f88","Vile Power":"\u6076\u6bd2\u7684\u6743\u529b","Ancestral Club":"\u7956\u7075\u4e4b\u6775","Facetor\'s Lens":"\u8d39\u65af\u7279\u7684\u900f\u955c","Explosive Concoction":"\u7206\u7834\u7075\u836f","Phantom Mace":"\u5e7b\u8c61\u4e4b\u9524","Frostferno Leather Hood":"\u51b0\u72f1 \u9769\u515c","Crazed Chieftain":"\u75af\u72c2\u7684\u914b\u957f","Whakawairua Tuahu Strand Map (The Awakening)":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9(\u89c9\u9192)","Imperial Staff Piece":"\u5e1d\u56fd\u957f\u6756","Icicle Mine":"\u51b0\u9525\u5730\u96f7","Samite Gloves":"\u7ee3\u5e03\u624b\u5957","Death":"\u6b7b\u4ea1","Nycta\'s Lantern Crystal Sceptre":"\u5948\u53ef\u59b2\u4e4b\u706f \u6c34\u6676\u77ed\u6756","Barbed Club":"\u9510\u523a\u6728\u68d2","Crystal Ore Map (Atlas of Worlds)":"\u51b0\u51b7\u901a\u9053(\u5f02\u754c\u56fe\u9274)","Ngamahu\'s Flame Abyssal Axe":"\u52aa\u845b\u739b\u547c\u4e4b\u8000 \u6df1\u6e0a\u5de8\u65a7","Greater Broken Circle Artifact":"\u9ad8\u7ea7\u88c2\u73af\u795e\u5668","Enchanted Incubator":"\u9644\u9b54\u5b55\u80b2\u77f3","Fields Map":"\u65e0\u8fb9\u539f\u91ce","Etched Hatchet":"\u8680\u523b\u6218\u65a7","Abyssal Delirium Orb":"\u6df1\u6e0a\u7684\u96fe\u9b47\u5b9d\u73e0","Psychotic Axe":"\u766b\u72c2\u65a7","Glimmer of Hope":"\u5e0c\u671b\u5fae\u5149","The Restless Ward Carnal Armour":"\u65e0\u5c3d\u4e4b\u536b \u7981\u793c\u4e4b\u7532","Gloomfang Blue Pearl Amulet":"\u660f\u6697\u4e4b\u7259 \u78a7\u73e0\u62a4\u8eab\u7b26","Wrath":"\u96f7\u9706","Lycius, Midnight\'s Howl":"\u5229\u5e0c\u65af\u5578\u591c","Spectral Axe":"\u5e7d\u9b42\u4e4b\u65a7","Greater Eldritch Ichor":"\u9ad8\u7ea7\u53e4\u7075\u6eb6\u6db2","Urn of Farud":"\u6cd5\u9c81\u5fb7\u4e4b\u74ee","Vial of Sacrifice":"\u732e\u796d\u9b54\u74f6","Arming Axe":"\u957f\u67c4\u65a7","Ruby Ring":"\u7ea2\u7389\u6212\u6307","Orra Greengate":"\u9752\u95e8\u6b27\u62c9","Lone Antler Talisman":"\u5b64\u89d2\u9b54\u7b26","Lavianga\'s Spirit Sanctified Mana Flask":"\u62c9\u7ef4\u5b89\u52a0\u4e4b\u6cc9 \u5723\u5316\u9b54\u529b\u836f\u5242","Golden Matatl Idol":"\u91d1\u8272\u9a6c\u6cf0\u5c14\u795e\u50cf","Boarding Axe":"\u4e07\u7528\u624b\u65a7","Lifesprig Driftwood Wand":"\u751f\u673a\u4e4b\u8bb0 \u673d\u6728\u6cd5\u6756","The Obscured":"\u9ed1\u6697\u7f2d\u7ed5","Mark of the Shaper Opal Ring":"\u5851\u754c\u4e4b\u5370 \u86cb\u767d\u77f3\u6212\u6307","The Eternity Shroud Blood Raiment":"\u6c38\u6052\u5e7d\u5f71 \u8840\u8272\u4e4b\u8863","Stygian Vise":"\u6df1\u6e0a\u8170\u5e26","Quartz Flask":"\u77f3\u82f1\u836f\u5242","Tulborn Spiraled Wand":"\u6258\u6c83\u5d29 \u87ba\u7eb9\u6cd5\u6756","Treasure Hunter":"\u8d4f\u91d1\u730e\u624b","Time-light Scroll":"\u65f6\u5149\u5377\u8f74","Murder Mitts":"\u6697\u5f71\u8005\u62a4\u624b","Infested Sniper":"\u53d7\u75ab\u8718\u86db","Siege Axe":"\u7834\u57ce\u65a7","Lioneye\'s Glare Imperial Bow":"\u72ee\u773c\u7684\u6218\u5f13 \u5e1d\u56fd\u4e4b\u5f13","Malformation Map":"\u7578\u5f62\u4ea1\u57df","Cartographer\'s Incubator":"\u5236\u56fe\u5e08\u7684\u5b55\u80b2\u77f3","The Mayor":"\u5e84\u56ed\u4e3b","Thicket Map":"\u60ca\u60e7\u6811\u4e1b","Barbute Helmet":"\u8f7b\u9a91\u76d4","Bubonic Trail Murder Boots":"\u9f20\u75ab\u4e4b\u6e90 \u6697\u5f71\u8005\u957f\u9774","Divine Blessing Support":"\u5723\u795d\uff08\u8f85\uff09(\u6301\u7eed)","Maligaro\'s Restraint Chain Belt":"\u9a6c\u96f7\u683c\u7f57\u7684\u67d3\u8840\u4e4b\u73af \u6263\u94fe\u8170\u5e26","Rusted Hatchet":"\u9508\u65a7","Draped in Dreams":"\u68a6\u4e4b\u6d9f\u6f2a","Polished Divination Scarab":"\u95ea\u8000\u7684\u795e\u6069\u5723\u7532\u866b","Aukuna\'s Will Clasped Mitts":"\u5965\u5e93\u5a1c\u7684\u610f\u5fd7 \u73af\u5e26\u62a4\u624b","Core Map (The Awakening)":"\u6838\u5fc3(\u89c9\u9192)","First Piece of Time Cloth Belt Piece":"\u65f6\u7a7a\u5148\u9a71\u8005\u788e\u7247I \u9970\u5e03\u8170\u5e26","Mutewind Lynx":"\u54d1\u98ce\u5c71\u732b","Orb of Augmentation":"\u589e\u5e45\u77f3","Flickerflame Blade":"\u706b\u7130\u5200","Regal Shard":"\u5bcc\u8c6a\u77f3\u788e\u7247","Endothermic Buckler":"\u5438\u70ed\u578b\u8f7b\u76fe","Sigil of Power":"\u5a01\u80fd\u6cd5\u5370","Greater Life Flask":"\u826f\u8d28\u751f\u547d\u836f\u5242","Pneumatic Dagger":"\u6c14\u52a8\u5315\u9996","Blessed Orb":"\u795d\u798f\u77f3","Nubuck Gloves":"\u7802\u5f71\u624b\u5957","Summon Chaos Golem":"\u53ec\u5524\u6df7\u6c8c\u9b54\u50cf","Vaal Temple Map":"\u74e6\u5c14\u5bc6\u6bbf","Fingerless Silk Gloves":"\u4e1d\u7ef8\u624b\u5957","Sacrificial Heart Paua Amulet":"\u796d\u7940\u4e4b\u5fc3 \u6d77\u7075\u62a4\u8eab\u7b26","Hollowpoint Dagger":"\u6298\u53e0\u5315\u9996","Skean":"\u53cc\u5203\u5315","Stiletto":"\u9510\u5229\u523a\u5315","Sunken City Map":"\u6c89\u6ca6\u4e4b\u57ce","Altered Distant Memory Siege Map":"\u6539\u53d8\u7684\u9065\u8fdc\u56de\u5fc6 \u56f4\u57ce","Ezomyte Dagger":"\u827e\u5179\u9ea6\u4e4b\u5315","Ambusher":"\u4f0f\u51fb\u523a\u5203","Slaughter Knife":"\u730e\u8005\u4e4b\u5203","Bitterbind Point Titanium Spirit Shield":"\u82e6\u75db\u4e4b\u5904 \u5de8\u4eba\u9b54\u76fe","Empower Support":"\u8d4b\u4e88","Boot Blade":"\u7a83\u8005\u77ed\u5315","Arcanist Gloves":"\u79d8\u672f\u624b\u5957","Poignard":"\u593a\u547d\u523a","Butcher Knife":"\u5c60\u517d\u5229\u5203","Ashcaller Quartz Wand":"\u7070\u70ec\u884c\u8005 \u77f3\u82f1\u6cd5\u6756","Twin Claw":"\u91cd\u5203\u722a","Frost Shield":"\u51b0\u971c\u62a4\u76fe","Berek\'s Respite Two-Stone Ring":"\u8d1d\u96f7\u514b\u7684\u706b\u4e0e\u96f7\u4e4b\u4e50 \u53cc\u7389\u6212\u6307","Fenumus, First of the Night":"\u6697\u591c\u521d\u5b50 \u8d39\u52aa\u59c6\u65af","Saintly Chainmail":"\u5723\u6d01\u9501\u7532","The Lunaris Priestess":"\u6708\u5f71\u5973\u796d\u53f8","Three Voices":"\u4e09\u9b54\u97f3","Captured Soul of Drek, Apex Hunter":"\u5df2\u6355\u83b7\u7684\u6743\u5229\u730e\u4eba\u5fb7\u91cc\u514b","Sparkling Claw":"\u7729\u76ee\u722a\u5203","Replica Volkuur\'s Guidance Zealot Gloves":"\u798f\u5e93\u5c14\u7684\u624b\u3010\u4eff\u54c1\u3011 \u72c2\u70ed\u8005\u624b\u5957","Timeworn Claw":"\u8fdc\u53e4\u6218\u722a","Alchemy Shard":"\u70b9\u91d1\u77f3\u788e\u7247","Studded Belt":"\u6263\u9489\u8170\u5e26","Terror Claw":"\u6050\u60e7\u4e4b\u7259","Lysah\'s Respite":"\u8389\u838e\u4e4b\u606f","Growing Agony Viridian Jewel":"\u8301\u58ee\u82e6\u75db \u7fe0\u7eff\u73e0\u5b9d","Fragment of the Hydra":"\u8bb0\u5fc6\u788e\u7247","The Dragon\'s Heart":"\u9f99\u4e4b\u5fc3","Sharktooth Claw":"\u9ca8\u989a\u722a","Femurs of the Saints Primordial Staff":"\u5723\u5f92\u80eb\u9aa8 \u53f2\u5178\u957f\u6756","Void Fangs":"\u865a\u7a7a\u4e4b\u7259","The Golden Era":"\u9ec4\u91d1\u7eaa\u5143","Lantador\'s Lost Love":"\u5170\u5854\u6735\u8ff7\u60d8\u4e4b\u7231","Slivers of Providence Serrated Arrow Quiver":"\u767d\u94f6\u6069\u5178 \u952f\u9f7f\u7bad\u888b","Lava Chamber Map (Legacy)":"\u7194\u5ca9\u4e4b\u6bbf(\u9057\u4ea7)","Eye Gouger":"\u523a\u773c\u94a9","Ahn\'s Heritage Colossal Tower Shield":"\u6c49\u6069\u7684\u9057\u4ea7 \u5de8\u578b\u5854\u76fe","Shagreen Tower Shield":"\u7c97\u9769\u5854\u76fe","Storm Prison Carved Wand":"\u7981\u9522\u66b4\u98ce \u7c97\u7eb9\u6cd5\u6756","Throat Stabber":"\u523a\u5589\u5203","Shiversting Bastard Sword":"\u5bd2\u5149\u5251 \u91cd\u5251","Screaming Essence of Dread":"\u5fcc\u60ee\u4e4b\u5486\u54ee\u7cbe\u534e","Bloodbond Bone Armour":"\u8840\u8109\u76f8\u8fde \u9aa8\u5236\u6218\u7532","Bazaar Map (The Awakening)":"\u8fdc\u53e4\u5e02\u96c6(\u89c9\u9192)","Nailed Fist":"\u62f3\u9489","The Sacrifice":"\u727a\u7272","The Lord in Black":"\u6697\u9ed1\u4e4b\u738b","Xirgil\'s Crank Coiled Staff":"\u820d\u5409\u7684\u624b\u67c4 \u5f3a\u5316\u957f\u6756","Yriel\'s Key":"\u4e9a\u745e\u5c14\u4e4b\u94a5[\u53f3\u4e0b]","Static Electricity Viridian Jewel":"\u9759\u7535\u4e4b\u6e90 \u7fe0\u7eff\u73e0\u5b9d","Grand Mana Flask":"\u4f18\u8d28\u9b54\u529b\u836f\u5242","The Wretched":"\u6b7b\u7075\u9057\u7269","Hyrri\'s Truth Jade Amulet":"\u897f\u91cc\u7684\u771f\u76f8 \u7fe0\u7389\u62a4\u8eab\u7b26","Fragment of the Minotaur":"\u8bb0\u5fc6\u788e\u7247","The Blessing of Moosh":"\u7a46\u5e0c\u4fdd\u4f51","Bisco\'s Collar Gold Amulet":"\u6bd4\u65af\u514b\u7684\u9879\u5708 \u5e1d\u91d1\u62a4\u8eab\u7b26","Rain of Arrows":"\u7bad\u96e8","Essence Burner":"\u7cbe\u534e\u7076\u53f0","Orb of Alchemy":"\u70b9\u91d1\u77f3","Matua Tupuna Tarnished Spirit Shield":"\u8fdc\u7956\u4e4b\u9885 \u73af\u5f62\u9b54\u76fe","Exceptional Black Scythe Artifact":"\u5353\u8d8a\u9ed1\u9570\u795e\u5668","Windripper Imperial Bow":"\u88c2\u98ce \u5e1d\u56fd\u4e4b\u5f13","Vulconus Demon Dagger":"\u706b\u795e\u953b\u53f0 \u9b54\u7075\u77ed\u5315","Vessel of Vinktar Topaz Flask":"\u7ef4\u514b\u5854\u8840\u5668 \u9ec4\u7389\u836f\u5242","Small Hybrid Flask":"\u5c0f\u578b\u590d\u5408\u836f\u5242","Voltaxic Rift Spine Bow":"\u9b54\u66b4\u4e4b\u75d5 \u810a\u5f13","Dream Fragments Sapphire Ring":"\u68a6\u8bed\u4e4b\u75d5 \u84dd\u7389\u6212\u6307","Voidhome Dread Maul":"\u901d\u7a7a\u4e4b\u9524 \u5a01\u6743\u5de8\u9524","Dendrobate Sentinel Jacket":"\u7bad\u4e3d\u6bd2\u86d9 \u54e8\u5175\u4e4b\u8863","Wailing Essence of Rage":"\u8086\u8650\u4e4b\u54c0\u568e\u7cbe\u534e","Regal Orb":"\u5bcc\u8c6a\u77f3","Cameria\'s Cut":"\u5361\u6885\u8389\u4e9a\u7684\u56de\u62a5","Immortal Call":"\u4e0d\u673d\u6012\u568e","Golden Buckler":"\u91d1\u9633\u8f7b\u76fe","Strand Map (Atlas of Worlds)":"\u81f4\u547d\u5ca9\u6ee9(\u5f02\u754c\u56fe\u9274)","Silken Wrap":"\u4e1d\u7ed2\u80cc\u5fc3","The Insatiable":"\u6c38\u4e0d\u6ee1\u8db3","Infernal Mantle Widowsilk Robe":"\u70bc\u72f1\u4e4b\u5fc3 \u6bd2\u86db\u4e1d\u4e4b\u888d","Kaom\'s Heart War Plate":"\u5188\u59c6\u7684\u58ee\u5fd7 \u6218\u4e89\u4e4b\u94e0","Aetherwind Gloves":"\u7075\u98ce\u624b\u5957","Architect\'s Hand Strapped Mitts":"\u5efa\u7b51\u5e08\u4e4b\u624b \u6263\u73af\u62a4\u624b","Maloney\'s Mechanism Ornate Quiver":"\u9a6c\u6d1b\u5c3c\u7684\u6280\u5de7 \u534e\u7f8e\u7bad\u888b","Varunastra Vaal Blade":"\u9ed1\u9ca8 \u74e6\u5c14\u519b\u5203","Iron Hat":"\u7c97\u94c1\u76d4","Lithe Blade":"\u7ec6\u5203","United in Dream Cutlass":"\u5408\u6d41\u68a6\u5bd0 \u519b\u7528\u957f\u5203","Varnished Coat":"\u6620\u5f69\u5916\u5957","The Wolven King\'s Bite":"\u72fc\u738b\u4e4b\u5f26","Blood Rage":"\u9c9c\u8840\u72c2\u6012","Touch of Anguish Imperial Claw":"\u75db\u82e6\u4e4b\u89e6 \u5e1d\u56fd\u6218\u722a","Zodiac Leather":"\u661f\u8fb0\u76ae\u7532","Thunder of the Dawn Corroded Blade":"\u66d9\u96f7 \u9508\u6591\u5de8\u5251","Eternal Sword":"\u6c38\u6052\u4e4b\u5251","Might in All Forms Crimson Jewel":"\u5353\u7edd\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","The Yielding Mortality Imperial Staff":"\u6b7b\u4ea1\u5c48\u670d \u5e1d\u56fd\u957f\u6756","Temple Map (Legacy)":"\u593a\u9b42\u4e4b\u6bbf(\u9057\u4ea7)","The Body":"\u8840\u8089\u4e4b\u8eaf","Terror of the Infinite Drifts":"\u6f02\u6cca\u754f\u7075","Shaped Coves Map (Atlas of Worlds)":"\u75be\u98ce\u5ce1\u6e7e(\u5851)(\u5f02\u754c\u56fe\u9274)","Shaped Racecourse Map (Atlas of Worlds)":"\u5de8\u578b\u7ade\u6280\u573a(\u5851)(\u5f02\u754c\u56fe\u9274)","The Stormwall Royal Staff":"\u98ce\u66b4\u575a\u58c1 \u7687\u5bb6\u957f\u6756","Cemetery Map (Atlas of Worlds)":"\u6668\u66e6\u5893\u5730(\u5f02\u754c\u56fe\u9274)","Hill Devil":"\u5c71\u5cad\u6076\u9b54","Soldier Gloves":"\u6218\u58eb\u624b\u5957","Deerskin Boots":"\u9e7f\u76ae\u77ed\u9774","Buried Treasure":"\u57cb\u846c\u7684\u5b9d\u85cf","The Covenant Spidersilk Robe":"\u8840\u8a93 \u86db\u4e1d\u4e4b\u888d","Sacred Hybrid Flask":"\u5723\u8bed\u590d\u5408\u836f\u5242","Winds of Change Ancient Gauntlets":"\u5347\u534e\u4e4b\u98ce \u8fdc\u53e4\u62a4\u624b","The Screaming Eagle Jade Hatchet":"\u9e70\u5578 \u788e\u7389\u65a7","Wealth and Power":"\u94b1\u4e0e\u6743","Grave Knowledge":"\u4ea1\u7075\u667a\u6167","Eber\'s Unification Hubris Circlet":"\u5e0c\u4f2f\u7684\u9738\u6743 \u7075\u4e3b\u4e4b\u73af","Wurm\'s Molt Leather Belt":"\u9f99\u8715\u4e4b\u5e26 \u76ae\u9769\u8170\u5e26","Berserk":"\u76db\u6012","The Inoculated":"\u79fb\u82b1\u63a5\u6728","The Rippling Thoughts Legion Sword":"\u79d8\u6cd5\u541b\u4e34 \u519b\u56e2\u957f\u5251","The Cartographer":"\u5236\u56fe\u5e08","The Iron Mass Gladius":"\u94a2\u94c1\u8d28\u91cf \u6597\u58eb\u957f\u5251","Hydrosphere":"\u6c34\u6e90\u6cd5\u7403","The Hidden Blade Ambusher":"\u9690\u533f\u4e4b\u5203 \u4f0f\u51fb\u523a\u5203","The Harvest Jasper Chopper":"\u6536\u5272\u8005 \u7075\u7389\u5de8\u65a7","Fragile Bloom Crimson Jewel":"\u8106\u5f31\u7684\u7e41\u534e \u8d64\u7ea2\u73e0\u5b9d","The Endless Darkness":"\u65e0\u5c3d\u9ed1\u6697","Greedtrap Velvet Slippers":"\u8d2a\u6b32\u4e4b\u8bf1 \u4e1d\u7ed2\u4fbf\u978b","The Gryphon Jade Hatchet":"\u72ee\u9e6b \u788e\u7389\u65a7","Reach of the Council Spine Bow":"\u8bae\u4f1a\u4e4b\u89e6 \u810a\u5f13","Malachai\'s Vision Praetor Crown":"\u739b\u62c9\u51ef\u7684\u8fdc\u89c1 \u9886\u4e3b\u6218\u51a0","Searing Bond":"\u707c\u70ed\u8fde\u63a5","Medium Life Flask":"\u4e2d\u578b\u751f\u547d\u836f\u5242","Mesh Gloves":"\u7f51\u773c\u624b\u5957","Creeping Frost":"\u7535\u5149\u5bd2\u971c","The Enmity Divine Imperial Staff":"\u5723\u6076\u4e4b\u55bb \u5e1d\u56fd\u957f\u6756","The Dark Seer Shadow Sceptre":"\u9eef\u9ed1\u8d24\u8005 \u5f71\u8bed\u77ed\u6756","Misery in Darkness":"\u9ed1\u6697\u4e4b\u82e6","Reaver Axe":"\u6b8b\u66b4\u4e4b\u65a7","Vial of the Ritual":"\u4eea\u796d\u9b54\u74f6","Ramparts Map":"\u5947\u8ff9\u4e4b\u5899","The Cauteriser Woodsplitter":"\u70e7\u707c\u5668 \u67f4\u65a7","Clasped Boots":"\u73af\u5e26\u957f\u9774","The Blood Reaper Headsman Axe":"\u7aed\u8840\u4e4b\u9570 \u884c\u5211\u5de8\u65a7","The Black Cane Royal Sceptre":"\u6f06\u9ed1\u85e4\u6756 \u7687\u5bb6\u77ed\u6756","Ice Trap":"\u51b0\u51bb\u9677\u9631","Taryn\'s Shiver Maelstr\xf6m Staff":"\u5854\u6797\u7684\u98a4\u6817\u4e4b\u8bed \u98ce\u66b4\u957f\u6756","Taproot Ambusher":"\u7825\u783a\u6df1\u6839 \u4f0f\u51fb\u523a\u5203","Fortify Support":"\u62a4\u4f53","Bazaar Map (Atlas of Worlds)":"\u8fdc\u53e4\u5e02\u96c6(\u5f02\u754c\u56fe\u9274)","Spitting Parasite":"\u55b7\u5410\u5bc4\u751f\u866b","Artillery Ballista":"\u706b\u529b\u5f29\u70ae","Olof, Son of the Headsman":"\u730e\u5934\u8005\u6b27\u62c9\u592b","Blackgleam Cured Quiver":"\u4f4d\u7f6e\u6570\u636e \u706b\u7130\u7bad\u888b","Promenade Map":"\u6708\u8272\u56de\u5eca","Ruthless Support":"\u65e0\u60c5","Storm Cloud Long Bow":"\u66b4\u96e8\u4e4b\u5f26 \u957f\u5f13","Spine of the First Claimant Iron Sceptre":"\u5148\u9a71\u4e4b\u810a \u51b7\u94c1\u77ed\u6756","Lightning Warp":"\u95ea\u7535\u4f20\u9001","The Red Trail Titan Greaves":"\u8d64\u7ea2\u8e2a\u8ff9 \u5de8\u4eba\u80eb\u7532","Volcano Map":"\u706b\u5c71\u708e\u57df","Chayula\'s Flawless Breachstone":"\u590f\u4e4c\u62c9\u7684\u65e0\u6687\u88c2\u9699\u77f3","Corrupting Fever":"\u8150\u707c\u70ed\u761f","Earthbreaker Support":"\u88c2\u5730\u4e4b\u7075\uff08\u8f85\uff09","Turbulent Catalyst":"\u731b\u70c8\u50ac\u5316\u5242","Song of the Sirens Fishing Rod":"\u6d77\u5996\u9b45\u66f2 \u9c7c\u7aff","Slivertongue Harbinger Bow":"\u767d\u94f6\u4e4b\u820c \u5148\u9a71\u8005\u4e4b\u5f13","Sign of the Sin Eater Tyrant\'s Sekhem":"\u7f6a\u6076\u541e\u566c\u8005\u7684\u53f9\u606f \u66b4\u541b\u4e4b\u7edf","Whispering Essence of Greed":"\u8d2a\u5a6a\u4e4b\u4f4e\u8bed\u7cbe\u534e","Visored Sallet":"\u6e05\u89c6\u62a4\u76d4","Gut Ripper":"\u88c2\u810f\u94a9","Winterheart Gold Amulet":"\u51ac\u4e4b\u5fc3 \u5e1d\u91d1\u62a4\u8eab\u7b26","Forbidden Power":"\u7981\u5fcc\u4e4b\u529b","Shimmeron Tornado Wand":"\u4f4e\u4f0f\u6697\u5149 \u72c2\u98ce\u6cd5\u6756","Shade of Solaris Sage Wand":"\u65e5\u8000\u4e4b\u5f71 \u8d24\u8005\u6cd5\u6756","Severed in Sleep Cutlass":"\u79bb\u5f02\u68a6\u5bd0 \u519b\u7528\u957f\u5203","Scaeva Gladius":"\u98df\u869c \u6597\u58eb\u957f\u5251","Stealth Gloves":"\u533f\u8e2a\u624b\u5957","The Surveyor":"\u52d8\u67e5\u5458","Nightblade Support":"\u591c\u5203\uff08\u8f85\uff09","Arid Lake Map (The Awakening)":"\u8352\u829c\u6e56\u57df(\u89c9\u9192)","Golden Grotesque":"\u91d1\u8272\u5c0f\u4e11","Aegis Aurora Champion Kite Shield":"\u5e7b\u8292\u5723\u76fe \u6597\u58eb\u9e22\u76fe","Kingmaker Despot Axe":"\u738b\u8005\u4e4b\u5203 \u9738\u4e3b\u5de8\u65a7","Bated Breath Chain Belt":"\u51dd\u606f \u6263\u94fe\u8170\u5e26","The Wrath":"\u6028\u5fff","Atziri\'s Disfavour Vaal Axe":"\u963f\u5179\u91cc\u7684\u5211\u5203 \u74e6\u5c14\u5de8\u65a7","Rock Breaker":"\u7834\u5ca9\u9524","Chronicle of Atzoatl":"\u963f\u4f50\u4e9a\u7279\u7f16\u5e74\u53f2","Deicide Mask":"\u5f11\u795e\u4e4b\u9762","Black Zenith Fingerless Silk Gloves":"\u6f06\u9ed1\u5929\u9876 \u4e1d\u7ef8\u624b\u5957","Replica Tempestuous Steel War Sword":"\u66b4\u98ce\u4e4b\u94a2\u3010\u4eff\u54c1\u3011 \u5f81\u6218\u4e4b\u5251","Replica Soul Taker Siege Axe":"\u5f00\u819b\u65a7\u3010\u4eff\u54c1\u3011 \u7834\u57ce\u65a7","The Highwayman Gold Ring":"\u7eff\u6797\u8c6a\u4fa0 \u91d1\u5149\u6212\u6307","Replica Quill Rain Short Bow":"\u9aa4\u96e8\u4e4b\u5f26\u3010\u4eff\u54c1\u3011 \u77ed\u5f13","Replica Midnight Bargain Engraved Wand":"\u51a5\u7ea6\u3010\u4eff\u54c1\u3011 \u7b26\u6587\u6cd5\u6756","Replica Last Resort Nailed Fist":"\u7ec8\u606f\u3010\u4eff\u54c1\u3011 \u62f3\u9489","Malevolence":"\u6028\u6bd2\u5149\u73af","The Valley of Steel Boxes":"\u91d1\u5c5e\u76d2\u5b50","Astrolabe Amulet":"\u661f\u76d8\u9879\u94fe","Replica Iron Commander Death Bow":"\u94a2\u94c1\u6307\u6325\u3010\u4eff\u54c1\u3011 \u6b7b\u4ea1\u4e4b\u5f13","Alpine Devil":"\u5c16\u89d2\u7f8a\u4eba","The Gull Raven Mask":"\u9e25\u5599 \u7978\u9e26\u4e4b\u9762","Devout Chainmail":"\u8654\u8bda\u94fe\u7532","Armoursmith\'s Delirium Orb":"\u94f8\u7532\u5e08\u7684\u96fe\u9b47\u5b9d\u73e0","Driftwood Wand":"\u673d\u6728\u6cd5\u6756","Shadow of the Vaal":"\u74e6\u5c14\u4e4b\u5f71","Immolate Support":"\u732e\u796d","Cospri\'s Will Assassin\'s Garb":"\u5361\u65af\u666e\u91cc\u610f\u5fd7 \u6697\u5f71\u4e4b\u88c5","The Pack Leader":"\u7fa4\u805a\u4e4b\u9996","Rusted Legion Scarab":"\u9508\u8680\u7684\u519b\u56e2\u5723\u7532\u866b","Golden Bracers":"\u9ec4\u91d1\u81c2\u7532","Replica Frostbreath Ornate Mace":"\u971c\u606f\u3010\u4eff\u54c1\u3011 \u534e\u4e3d\u4e4b\u9524","Shaped Vaal Pyramid Map (Atlas of Worlds)":"\u74e6\u5c14\u91d1\u5b57\u5854(\u5851)(\u5f02\u754c\u56fe\u9274)","Aboriginal Chieftain":"\u5143\u7075\u914b\u957f","Unrequited Love":"\u4e00\u53a2\u60c5\u613f","Replica Cold Iron Point Ezomyte Dagger":"\u5bd2\u94c1\u5203\u3010\u4eff\u54c1\u3011 \u827e\u5179\u9ea6\u4e4b\u5315","Runic Sabatons":"\u7b26\u6587\u6218\u9774","Brute Force Solution Cobalt Jewel":"\u86ee\u529b\u51b2\u649e \u94b4\u84dd\u73e0\u5b9d","Grand Life Flask":"\u4f18\u8d28\u751f\u547d\u836f\u5242","Wyrmscale Gauntlets":"\u876e\u9cde\u624b\u5957","Ahn\'s Contempt Praetor Crown":"\u6c49\u6069\u7684\u8511\u89c6 \u9886\u4e3b\u6218\u51a0","Replica Victario\'s Charity Laminated Kite Shield":"\u7ef4\u591a\u91cc\u5965\u7684\u8d21\u732e\u3010\u4eff\u54c1\u3011 \u5408\u677f\u9e22\u76fe","Full Scale Armour":"\u8fde\u8eab\u9cde\u7532","The Ruthless Ceinture":"\u6b8b\u9177\u4e4b\u73af","Compound Bow":"\u590d\u5408\u5f13","Relentless Fury Decorative Axe":"\u65e0\u5c3d\u6124\u6012 \u5bcc\u8d35\u4e4b\u65a7","Light and Truth":"\u5149\u4e0e\u771f\u5b9e","Legion Gloves":"\u519b\u56e2\u624b\u5957","Barrage Support":"\u5f39\u5e55\uff08\u8f85\uff09","Waterways Map":"\u5371\u673a\u6c34\u9053","Abyssal Incubator":"\u6df1\u6e0a\u5b55\u80b2\u77f3","Potent Chaotic Resonator":"\u5f3a\u80fd\u6df7\u4e71\u5171\u632f\u5668","Izaro\'s Turmoil Crimson Jewel":"\u4f0a\u6cfd\u6d1b\u4e4b\u4e71 \u8d64\u7ea2\u73e0\u5b9d","Boundless Realms":"\u65e0\u5c3d\u4e4b\u57df","Rusted Divination Scarab":"\u9508\u8680\u7684\u795e\u6069\u5723\u7532\u866b","The Bargain":"\u4ea4\u6613","Warped Timepiece Turquoise Amulet":"\u65f6\u7a7a\u626d\u66f2 \u9752\u7389\u62a4\u8eab\u7b26","Razor of the Seventh Sun Midnight Blade":"\u4e03\u65e5\u950b \u591c\u8bed\u957f\u5251","Harmony of Souls":"\u9b42\u4e4b\u548c\u8c10","Magmatic Tower Shield":"\u7194\u5ca9\u5854\u76fe","Duality":"\u4e8c\u5200\u6d41","Stranglegasp Onyx Amulet":"\u7ede\u6740\u4e4b\u606f \u9ed1\u66dc\u62a4\u8eab\u7b26","Vanity":"\u865a\u8363","Deafening Essence of Sorrow":"\u54c0\u60dc\u4e4b\u7834\u7a7a\u7cbe\u534e","Burnished Spiked Shield":"\u51b7\u8292\u523a\u76fe","The Primal One":"\u5de8\u733f\u539f\u7956","Doedre\'s Elixir Greater Mana Flask":"\u5fb7\u745e\u7684\u5999\u836f \u826f\u8d28\u9b54\u529b\u836f\u5242","Pillar of the Caged God Iron Staff":"\u56da\u795e\u6775 \u94c1\u953b\u957f\u6756","Craicic Chimeral":"\u6df1\u6d77\u5947\u7f8e\u62c9","Golden Slave Idol":"\u91d1\u8272\u5974\u96b6\u5851\u50cf","Arachnid Nest Map (The Awakening)":"\u5f02\u86db\u5de2\u7a74(\u89c9\u9192)","Ice Shot":"\u51b0\u971c\u5c04\u51fb","Oro\'s Sacrifice Infernal Sword":"\u6b27\u7f57\u7684\u8d21\u54c1 \u72f1\u708e\u91cd\u5251","Iron Will Support":"\u94a2\u94c1\u610f\u5fd7","Desecrate":"\u4eb5\u6e0e","Obliteration Demon\'s Horn":"\u62b9\u706d \u9b54\u89d2\u6cd5\u6756","Charged Mines Support":"\u5145\u80fd\u5730\u96f7\uff08\u8f85\uff09","Blacksmith\'s Delirium Orb":"\u94c1\u5320\u7684\u96fe\u9b47\u5b9d\u73e0","Hallowed Ground Unset Ring":"\u9b54\u8bc5\u4e4b\u57df \u6f5c\u80fd\u4e4b\u6212","Forbidden Shako Great Crown":"\u7981\u65ad\u7684\u519b\u5e3d \u5f3a\u5316\u5de8\u76d4","Null\'s Inclination Ranger Bow":"\u865a\u65e0\u4e4b\u503e \u6e38\u4fa0\u5f13","Twig Spirit Shield":"\u6b8b\u679d\u9b54\u76fe","Twisted Distant Memory Park Map":"\u626d\u66f2\u7684\u9065\u8fdc\u56de\u5fc6 \u5bc2\u591c\u6797\u82d1","The Gemcutter":"\u73e0\u5b9d\u5320","Hand of the Fervent Zealot Gloves":"\u70ed\u8bda\u4e4b\u624b \u72c2\u70ed\u8005\u624b\u5957","The Fox in the Brambles":"\u8346\u6797\u4e4b\u72d0","Hunter\'s Reward":"\u730e\u4eba\u7684\u5956\u8d4f","Ashen Wood Map":"\u65f1\u6728\u6797\u5730","Assailum Sinner Tricorne":"\u5343\u91cc\u72d9\u654c \u7f6a\u8005\u4e4b\u5e3d","Apep\'s Rage Opal Wand":"\u827e\u666e\u4e4b\u6012 \u7075\u77f3\u6cd5\u6756","Geomancer\'s Incubator":"\u5360\u5730\u8005\u7684\u5b55\u80b2\u77f3","Admiral Proclar\'s Pipe":"\u6ce2\u514b\u83b1\u4e0a\u5c06\u7684\u70df\u6597","Agnerod South Imperial Staff":"\u5357\u65b9\u96f7\u9706\u5723\u6756 \u5e1d\u56fd\u957f\u6756","The Forsaken":"\u9057\u5f03\u4e4b\u7269","Goblinedge Ambusher":"\u5730\u7cbe\u8fb9\u7f18 \u4f0f\u51fb\u523a\u5203","Shaped Academy Map (Atlas of Worlds)":"\u6076\u7075\u5b66\u9662(\u5851)(\u5f02\u754c\u56fe\u9274)","Heatshiver Leather Hood":"\u5bd2\u7130 \u9769\u515c","Cloak of Tawm\'r Isley Savant\'s Robe":"\u5854\u6e29\u7684\u62ab\u98ce \u667a\u8005\u4e4b\u888d","Prosperity":"\u5174\u76db","Mightflay Flaying Knife":"\u529b\u91cf\u730e\u5203 \u6b8b\u4f53\u5229\u5203","Marohi Erqi Karui Maul":"\u5c14\u5947\u7684\u5de8\u7075\u4e4b\u9524 \u5361\u9c81\u91cd\u9524","Mark of the Doubting Knight Platinum Kris":"\u8ff7\u832b\u5e7b\u7b26 \u767d\u91d1\u6ce2\u5203","Colossal Tower Shield":"\u5de8\u578b\u5854\u76fe","Soul Catcher Quartz Flask":"\u6355\u9b42\u8005 \u77f3\u82f1\u836f\u5242","Crusader Gloves":"\u5723\u6218\u624b\u5957","Sambodhi\'s Vow":"\u8428\u535a\u8f9b\u7684\u8a93\u8a00","Law of the Wilds Hellion\'s Paw":"\u8352\u91ce\u4e4b\u5f8b \u9b54\u722a\u5203","Rima, Deep Temptress":"\u6df1\u6e0a\u9b45\u5f71\u8389\u739b","Lakishu\'s Blade Elegant Sword":"\u62c9\u5947\u8bb8\u4e4b\u5203 \u8d35\u65cf\u4e4b\u5251","Callous Mask Piece":"\u65e0\u60c5\u4e4b\u9762","Kongor\'s Undying Rage Terror Maul":"\u5eb7\u6208\u7684\u6218\u708e \u60e7\u7075\u91cd\u9524","Kitava\'s Feast Void Axe":"\u5947\u5854\u5f17\u4e4b\u76db\u5bb4 \u865a\u5f71\u5de8\u65a7","Jorrhast\'s Blacksteel Steelhead":"\u4e54\u8d6b\u9ed1\u94a2 \u6c89\u94a2\u91cd\u9524","The Nomad Studded Belt":"\u6e38\u7267\u4e4b\u73af \u6263\u9489\u8170\u5e26","Spider Lair Map (Legacy)":"\u5de8\u86db\u5de2\u7a74(\u9057\u4ea7)","Engineer\'s Shard":"\u5236\u7bb1\u5ca9\u788e\u7247","Winged Legion Scarab":"\u6709\u7ffc\u7684\u519b\u56e2\u5723\u7532\u866b","Powerlessness Cobalt Jewel":"\u65e0\u529b \u94b4\u84dd\u73e0\u5b9d","Cinderswallow Urn Silver Flask":"\u7070\u70ec\u4e4b\u74ee \u771f\u94f6\u836f\u5242","Scale Doublet":"\u5408\u8eab\u9cde\u7532","Darkwood Sceptre":"\u4e4c\u6728\u77ed\u6756","Blood Raiment":"\u8840\u8272\u4e4b\u8863","Thicket Map (Atlas of Worlds)":"\u60ca\u60e7\u6811\u4e1b(\u5f02\u754c\u56fe\u9274)","The Sigil":"\u9b54\u7b26","Humility":"\u8c26\u900a","Splendid Round Shield":"\u5149\u8f89\u5706\u76fe","Lioneye\'s Fall Viridian Jewel":"\u72ee\u773c\u7684\u9668\u843d \u7fe0\u7eff\u73e0\u5b9d","Efficacy Support":"\u6548\u80fd","Ichimonji Corsair Sword":"\u4e00\u6587\u5b57 \u6d77\u8d3c\u957f\u5200","Spiked Round Shield":"\u5c16\u523a\u5706\u76fe","Mitts":"\u9732\u6307\u624b\u5957","Hubris":"\u72c2\u5984","Slower Projectiles Support":"\u6295\u5c04\u7269\u51cf\u901f","Coves Map":"\u75be\u98ce\u5ce1\u6e7e","The Puzzle":"\u8c1c\u56e2","Hezmana\'s Bloodlust Vaal Axe":"\u55dc\u8840\u9ed1\u5179\u739b\u5a1c \u74e6\u5c14\u5de8\u65a7","Chainmail Doublet":"\u62a4\u4f53\u9501\u7532","Heartbreaker Royal Skean":"\u88c2\u5fc3\u5203 \u7687\u5bb6\u77ed\u5315","Hand of Thought and Motion Blinder":"\u601d\u52a8\u4e4b\u624b \u88ad\u773c\u94a9","The Blazing Fire":"\u707c\u70ed\u4e4b\u706b","Hypnotic Eye Jewel":"\u5b89\u7761\u4e4b\u51dd\u73e0\u5b9d","Goredrill Skinning Knife":"\u8840\u51ff \u5265\u76ae\u5200","The Lord of Celebration":"\u6b22\u5e86\u9886\u4e3b","Karui Charge Jade Amulet":"\u5361\u9c81\u5145\u80fd \u7fe0\u7389\u62a4\u8eab\u7b26","Wailing Essence of Woe":"\u60b2\u75db\u4e4b\u54c0\u568e\u7cbe\u534e","Gold Flask":"\u9ec4\u91d1\u836f\u5242","Survival Secrets Cobalt Jewel":"\u751f\u5b58\u79d8\u6280 \u94b4\u84dd\u73e0\u5b9d","Third Piece of Focus Archon Kite Shield Piece":"\u4e0d\u5c48\u5148\u9a71\u8005III \u5a01\u80fd\u9e22\u76fe","Geofri\'s Devotion Brass Maul":"\u5409\u5c14\u83f2\u7684\u5949\u732e\u4e4b\u9524 \u94dc\u5f71\u5de8\u9524","Angler\'s Plait Unset Ring":"\u6e14\u592b\u4e4b\u8fab \u6f5c\u80fd\u4e4b\u6212","Frostbreath Ornate Mace":"\u971c\u606f \u534e\u4e3d\u4e4b\u9524","The Fulcrum Ezomyte Staff":"\u652f\u70b9 \u827e\u5179\u9ea6\u957f\u6756","Fragment of Eternity Glass Shank":"\u4e98\u53e4\u4e4b\u7075 \u73bb\u7483\u5229\u7247","Fidelitas\' Spike Jagged Foil":"\u8d39\u5fb7\u5229\u5854\u65af\u4e4b\u950b \u952f\u72b6\u8584\u5203","Soulwrest Ezomyte Staff":"\u626d\u9b42\u8005 \u827e\u5179\u9ea6\u957f\u6756","Voll\'s Vision Praetor Crown":"\u798f\u5c14\u7684\u8fdc\u89c1 \u9886\u4e3b\u6218\u51a0","Vaal Cyclone":"\u74e6\u5c14\uff1a\u65cb\u98ce\u65a9","Voidbringer Conjurer Gloves":"\u865a\u7a7a\u4e4b\u529b \u5492\u8005\u624b\u5957","Awakened Controlled Destruction Support":"\u7cbe\u51c6\u7834\u574f\uff08\u5f3a\u8f85\uff09","Dying Anguish":"\u6d88\u901d\u4e4b\u6012","Harlequin Mask":"\u9e70\u5599\u4e4b\u9762","Essentia Sanguis Vaal Claw":"\u7cbe\u534e\u6536\u5272\u5668 \u74e6\u5c14\u6218\u722a","Duskwalk Slippers":"\u8e0f\u66ae\u4e4b\u978b","Essentia Sanguis Eye Gouger":"\u7cbe\u534e\u6536\u5272\u5668 \u523a\u773c\u94a9","Ephemeral Edge Dusk Blade":"\u5f71\u6b92 \u66ae\u8272\u4e4b\u5203","Shaped Flooded Mine Map (Atlas of Worlds)":"\u79ef\u6c34\u77ff\u5751(\u5851)(\u5f02\u754c\u56fe\u9274)","Edge of Madness Etched Greatsword":"\u75af\u72c2\u8fb9\u754c \u672f\u96d5\u5de8\u5251","Hexblast":"\u9b54\u86ca\u7206\u70b8","Apparitions Viridian Jewel":"\u6620\u50cf \u7fe0\u7eff\u73e0\u5b9d","Fenumus\' Weave Carnal Mitts":"\u6697\u591c\u7ec7\u793c \u7981\u793c\u62a4\u624b","Dying Breath Iron Staff":"\u5e7d\u9b42\u4e4b\u606f \u94c1\u953b\u957f\u6756","Desecrated Virtue":"\u88ab\u4eb5\u6e0e\u7684\u7f8e\u5fb7","Hellbringer Conjurer Gloves":"\u865a\u7a7a\u4e4b\u529b","Ringmail Coat":"\u73af\u7532\u5916\u5957","Duskblight Leatherscale Boots":"\u5e7d\u6697\u51cb\u96f6 \u7c97\u9cde\u76ae\u9774","Arena Map (Atlas of Worlds)":"\u7ade\u6280\u573a(\u5f02\u754c\u56fe\u9274)","Duskdawn Maelstr\xf6m Staff":"\u5bb5\u6653 \u98ce\u66b4\u957f\u6756","Realm Ender Iron Staff":"\u9b42\u754c\u7ec8\u7ed3 \u94c1\u953b\u957f\u6756","Spirit Offering":"\u7075\u9b42\u5949\u732e","Natural Hierarchy Rotfeather Talisman":"\u81ea\u7136\u7ec4\u7ec7 \u6b7b\u7fbd\u9b54\u7b26","Primordial Harmony Cobalt Jewel":"\u8d77\u6e90\u548c\u8c10 \u94b4\u84dd\u73e0\u5b9d","Kaltenhalt Painted Buckler":"\u51b0\u971c\u4e4b\u955c \u5f69\u7ed8\u8f7b\u76fe","Dreadbeak Rusted Sword":"\u6050\u60e7\u5229\u5203 \u9508\u5251","Dreadarc Cleaver":"\u6050\u60e7\u4e4b\u9570 \u5207\u5272\u8005","Dominating Blow":"\u9738\u6c14\u4e4b\u51fb","Tainted Armourer\'s Scrap":"\u6c61\u79fd\u62a4\u7532\u7247","Spreading Rot Cobalt Jewel":"\u8150\u70c2\u6269\u6563 \u94b4\u84dd\u73e0\u5b9d","Doomfletch Royal Bow":"\u706d\u4e16 \u7687\u5bb6\u730e\u5f13","Oba\'s Cursed Trove Underground Sea Map":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u6ee8\u6d77\u5e7d\u7a74","Command of the Pit Riveted Gloves":"\u5de8\u5751\u4e4b\u4ee4 \u4eea\u5f0f\u624b\u5957","Replica Loreweave Elegant Ringmail":"\u6ee1\u6ea2\u4e4b\u7532\u3010\u4eff\u54c1\u3011 \u6743\u8d35\u73af\u7532","Demigod\'s Authority Golden Blade":"\u534a\u795e\u7684\u6743\u5a01 \u91d1\u8272\u4e4b\u5203","Wasteland Map (The Awakening)":"\u8352\u5730(\u89c9\u9192)","Replica Eternity Shroud Blood Raiment":"\u6c38\u6052\u5e7d\u5f71\u3010\u4eff\u54c1\u3011 \u8840\u8272\u4e4b\u8863","The Lion":"\u96c4\u72ee","Death\'s Opus Death Bow":"\u6b7b\u4ea1\u4e4b\u4f5c \u6b7b\u4ea1\u4e4b\u5f13","Battered Helm":"\u6b8b\u7834\u4e4b\u76d4","Cane of Kulemak Serpentine Staff":"\u5e93\u52d2\u9a6c\u514b\u85e4\u6756 \u86c7\u7eb9\u957f\u6756","Mosaic Kite Shield":"\u539a\u88c5\u9e22\u76fe","Chober Chaber Great Mallet":"\u5fe0\u8bda\u4e4b\u9524 \u521a\u731b\u5de8\u9524","Kaom\'s Sign Coral Ring":"\u5188\u59c6\u7684\u8fdc\u89c1 \u73ca\u745a\u6212\u6307","Colossus Crusher":"\u5de8\u5927\u7f8a\u9b54","Full Dragonscale":"\u8fde\u8eab\u9f99\u9cde\u94e0","Cerberus Limb Blood Sceptre":"\u51a5\u72ac\u6b8b\u80a2 \u8840\u8272\u77ed\u6756","The Soul":"\u7075\u9b42","Replica Stampede Assassin\'s Boots":"\u6e83\u8d25\u3010\u4eff\u54c1\u3011 \u6697\u5f71\u4e4b\u9774","Cameria\'s Maul Gavel":"\u5361\u7f8e\u5229\u4e9a\u4e4b\u9524 \u575a\u9524","Callinellus Malleus Auric Mace":"\u575a\u5b9a\u4e4b\u5203 \u5723\u7ea6\u4e4b\u9524","Simple Iron Net":"\u666e\u901a\u7684\u953b\u94c1\u730e\u9b54\u5939","Brightbeak War Hammer":"\u5149\u8000\u4e4b\u9524 \u6218\u9524","Breath of the Council Carnal Sceptre":"\u8bae\u4f1a\u4e4b\u606f \u7981\u793c\u77ed\u6756","Vaal Blade Vortex":"\u74e6\u5c14\uff1a\u98de\u5203\u98ce\u66b4","Demigod\'s Bounty Golden Obi":"\u5347\u534e\u73cd\u5b9d \u91d1\u7fbd\u8170\u5e26","Replica Blood Sacrifice Crimson Jewel":"\u8840\u727a\u3010\u4eff\u54c1\u3011 \u8d64\u7ea2\u73e0\u5b9d","Brain Rattler Meatgrinder":"\u8111\u4e71\u8005 \u622e\u9b42\u91cd\u9524","Bloodseeker Hellion\'s Paw":"\u55dc\u8840\u4e4b\u722a \u9b54\u722a\u5203","Destiny Leather":"\u547d\u8fd0\u76ae\u7532","Multiple Traps Support":"\u591a\u91cd\u9677\u9631","Demigod\'s Stride Golden Caligae":"\u5347\u534e\u4e4b\u9014 \u9ec4\u91d1\u7f20\u978b","Muttering Essence of Torment":"\u6298\u78e8\u4e4b\u5462\u5583\u7cbe\u534e","Luminous Trove":"\u9503\u4eae\u7684\u5b9d\u7bb1","Rotblood Promise Unset Ring":"\u8150\u8840\u7684\u627f\u8bfa \u6f5c\u80fd\u4e4b\u6212","Mutated Ursa":"\u5815\u843d\u5e7c\u722a","Deafening Essence of Fear":"\u6050\u60e7\u4e4b\u7834\u7a7a\u7cbe\u534e","Unchained":"\u7834\u9664\u67b7\u9501","The Arena Champion":"\u7ade\u6280\u573a\u51a0\u519b","Screaming Essence of Wrath":"\u96f7\u9706\u4e4b\u5486\u54ee\u7cbe\u534e","Winged Reliquary Scarab":"\u6709\u7ffc\u7684\u9057\u7269\u5385\u5723\u7532\u866b","Augyre Void Sceptre":"\u5360\u661f \u865a\u5f71\u77ed\u6756","Vial of Fate":"\u547d\u8fd0\u9b54\u74f6","Ashes of the Sun Driftwood Club":"\u70ec\u6775 \u673d\u6728\u4e4b\u68d2","Al Dhih Timeworn Claw":"\u9b23\u72ac\u4e4b\u7259 \u8fdc\u53e4\u6218\u722a","Overwhelming Odds Crimson Jewel":"\u538b\u5012\u6027 \u8d64\u7ea2\u73e0\u5b9d","Tribal Circlet":"\u796d\u4eea\u4e4b\u51a0","Ahn\'s Might Midnight Blade":"\u6c49\u6069\u7684\u529b\u91cf \u591c\u8bed\u957f\u5251","Imperial Buckler":"\u5e1d\u56fd\u8f7b\u76fe","Vaal Mask":"\u74e6\u5c14\u4e4b\u9762","Abberath\'s Horn Goat\'s Horn":"\u827e\u8d1d\u62c9\u65af\u4e4b\u89d2 \u7f8a\u89d2\u6cd5\u6756","Inscribed Ultimatum":"\u8d2a\u5a6a\u6218\u4e66","Haste":"\u8fc5\u6377","Pulverise Support":"\u7c89\u788e\uff08\u8f85\uff09","The Offering":"\u5949\u732e","Gilded Reliquary Scarab":"\u9540\u91d1\u7684\u9057\u7269\u5385\u5723\u7532\u866b","Vaal Ground Slam":"\u74e6\u5c14\uff1a\u88c2\u5730\u4e4b\u51fb","Rebuke of the Vaal Vaal Blade":"\u74e6\u5c14\u6218\u5203 \u74e6\u5c14\u519b\u5203","The Artist":"\u827a\u8005","Zealot Helmet":"\u70ed\u6218\u4e4b\u76d4","Willowgift Jade Amulet":"\u67f3\u6811\u4e4b\u8d50 \u7fe0\u7389\u62a4\u8eab\u7b26","Shaped Phantasmagoria Map (Atlas of Worlds)":"\u9b54\u7075\u5e7b\u72f1(\u5851)(\u5f02\u754c\u56fe\u9274)","Uzaza\'s Mountain Sapphire Ring":"\u4e4c\u624e\u8428\u7684\u9ad8\u5c71 \u84dd\u7389\u6212\u6307","Costly Curio":"\u65e0\u4ef7\u4e4b\u5b9d","Gilded Sulphite Scarab":"\u9540\u91d1\u7684\u4e9a\u786b\u9178\u5723\u7532\u866b","The Hoarder":"\u5b9d\u7bb1","The Archmage\'s Right Hand":"\u5927\u6cd5\u5e08\u7684\u53f3\u624b","Self-Flagellation Viridian Jewel":"\u6b8b\u8650\u4e4b\u6b22\u6109 \u7fe0\u7eff\u73e0\u5b9d","Polished Ambush Scarab":"\u95ea\u8000\u7684\u5f3a\u88ad\u5723\u7532\u866b","Shaped Crystal Ore Map (Atlas of Worlds)":"\u51b0\u51b7\u901a\u9053(\u5851)(\u5f02\u754c\u56fe\u9274)","Gilded Shaper Scarab":"\u9540\u91d1\u7684\u5851\u754c\u8005\u5723\u7532\u866b","Topaz Ring":"\u9ec4\u7389\u6212\u6307","Mutated Maw":"\u7a81\u53d8\u7684\u88c2\u9f7f\u517d","Polished Expedition Scarab":"\u95ea\u8000\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","Rusted Expedition Scarab":"\u9508\u8680\u7684\u5148\u7956\u79d8\u85cf\u5723\u7532\u866b","Winged Metamorph Scarab":"\u6709\u7ffc\u7684\u707e\u53d8\u5723\u7532\u866b","Spider Lair Map (The Awakening)":"\u5de8\u86db\u5de2\u7a74(\u89c9\u9192)","Doryani\'s Catalyst Vaal Sceptre":"\u591a\u91cc\u4e9a\u5c3c\u7684\u5e7b\u5316\u4e4b\u6756 \u74e6\u5c14\u77ed\u6756","Bone Circlet":"\u7075\u9aa8\u4e4b\u51a0","Polished Cartography Scarab":"\u95ea\u8000\u7684\u5236\u56fe\u8005\u5723\u7532\u866b","Clutching Talisman":"\u5492\u7b8d\u9b54\u7b26","Triumvirate Authority Unset Ring":"\u4e09\u5934\u5a01\u4eea \u6f5c\u80fd\u4e4b\u6212","Yaomac\'s Accord Vaal Sceptre":"\u592d\u9a6c\u514b\u7684\u534f\u5b9a \u74e6\u5c14\u77ed\u6756","Enfeeble":"\u8870\u5f31","Fenumal Scorpion":"\u6697\u591c\u6bd2\u874e","Grotto Map":"\u5e7d\u6697\u5730\u7a74","Mao Kun Reef Map (Atlas of Worlds)":"\u8d3c\u7a9d \u5371\u673a\u6d77\u7901(\u5f02\u754c\u56fe\u9274)","Gilded Harbinger Scarab":"\u9540\u91d1\u7684\u5148\u9a71\u5723\u7532\u866b","The Ephemeral Bond Lapis Amulet":"\u77ed\u6682\u7f81\u7eca \u6d77\u7389\u62a4\u8eab\u7b26","Awakened Multistrike Support":"\u591a\u91cd\u6253\u51fb\uff08\u5f3a\u8f85\uff09","Alleyways Map":"\u5371\u57ce\u5df7\u5f04","Deadhand Talisman":"\u4ea1\u624b\u9b54\u7b26","Siege Map":"\u56f4\u57ce","Velvet Gloves":"\u4e1d\u7ed2\u624b\u5957","Vaal Impurity of Fire":"\u74e6\u5c14\uff1a\u4e0d\u51c0\u4e4b\u706b","Ahkeli\'s Mountain Ruby Ring":"\u963f\u514b\u83b1\u7684\u9ad8\u5c71 \u7ea2\u7389\u6212\u6307","Arsenal Map (Atlas of Worlds)":"\u53e4\u5175\u5de5\u5382(\u5f02\u754c\u56fe\u9274)","Rusted Blight Scarab":"\u9508\u8680\u7684\u83cc\u6f6e\u5723\u7532\u866b","Eelskin Boots":"\u9cd7\u76ae\u77ed\u9774","Shadows and Dust Clasped Mitts":"\u6c99\u5c18\u4e4b\u5f71 \u73af\u5e26\u62a4\u624b","Craicic Lure":"\u6df1\u6d77\u4e4b\u8bf1","Screaming Essence of Greed":"\u8d2a\u5a6a\u4e4b\u5486\u54ee\u7cbe\u534e","Plaza Map (The Awakening)":"\u5e7f\u573a(\u89c9\u9192)","Circle of Guilt Iron Ring":"\u7f6a\u6076\u4e4b\u73af \u953b\u94c1\u6212\u6307","Fenumal Lure":"\u6697\u591c\u4e4b\u8bf1","Hall of Grandmasters Promenade Map":"\u5143\u5e05\u6bbf\u5802 \u6708\u8272\u56de\u5eca","Farric Lure":"\u5927\u5730\u4e4b\u8bf1","Majestic Plate":"\u5e84\u4e25\u4e4b\u94e0","Intimidating Cry":"\u5a01\u5413\u6218\u543c","Doryani\'s Prototype Saint\'s Hauberk":"\u591a\u91cc\u4e9a\u5c3c\u7684\u8bd5\u4f5c\u7532 \u5723\u8005\u94fe\u7532","Oba\'s Cursed Trove Primordial Blocks Map (Atlas of Worlds)":"\u6b27\u9738\u7684\u5492\u6028\u5b9d\u5e93 \u8fdc\u53e4\u8857\u533a(\u5f02\u754c\u56fe\u9274)","Polished Bestiary Scarab":"\u95ea\u8000\u7684\u730e\u9b54\u5723\u7532\u866b","Beltimber Blade Eternal Sword":"\u82af\u6728\u8170\u5200 \u6c38\u6052\u4e4b\u5251","Gilded Abyss Scarab":"\u9540\u91d1\u7684\u6df1\u6e0a\u5723\u7532\u866b","The Warden\'s Brand Iron Ring":"\u5b88\u536b\u4e4b\u94ed \u953b\u94c1\u6212\u6307","Castle Ruins Map (The Awakening)":"\u5e7d\u5f71\u9057\u5740(\u89c9\u9192)","Writhing Invitation":"\u8815\u52a8\u7684\u9080\u8bf7","Essence Worm Unset Ring":"\u83c1\u534e\u8815\u866b \u6f5c\u80fd\u4e4b\u6212","Precursor\'s Emblem Sapphire Ring":"\u5148\u9a71\u7684\u7eb9\u7ae0 \u84dd\u7389\u6212\u6307","Museum Map (Legacy)":"\u53e4\u535a\u7269\u9986(\u9057\u4ea7)","Precinct Map (Legacy)":"\u82e6\u884c\u4e4b\u57df(\u9057\u4ea7)","The Eternal War":"\u6c38\u6052\u4e4b\u6218","Righteous Fire":"\u6b63\u4e49\u4e4b\u706b","Exotic Coinage":"\u5f02\u57df\u94f8\u5e01","Shaped Arena Map (Atlas of Worlds)":"\u7ade\u6280\u573a(\u5851)(\u5f02\u754c\u56fe\u9274)","Victario\'s Acuity Turquoise Amulet":"\u7ef4\u591a\u91cc\u5965\u7684\u6377\u601d \u9752\u7389\u62a4\u8eab\u7b26","Prismatic Catalyst":"\u68f1\u5149\u50ac\u5316\u5242","Fated End Paua Ring":"\u547d\u4e2d\u6ce8\u5b9a \u6d77\u7075\u6212\u6307","Crystal Belt":"\u6c34\u6676\u8170\u5e26","Shaper\'s Seed Agate Amulet":"\u5851\u754c\u8005\u4e4b\u7c7d \u739b\u7459\u62a4\u8eab\u7b26","Sorcerer Gloves":"\u672f\u58eb\u624b\u5957","Apex Cleaver":"\u950b\u9510\u780d\u5200","Geodesic Ring":"\u5730\u7ebf\u6212\u6307","Orb of Conflict":"\u51b2\u7a81\u77f3","Sacrifice at Midnight":"\u5348\u591c\u7684\u5949\u732e[\u53f3\u4e0a]","The Inventor":"\u53d1\u660e\u5bb6","Fragment of Terror":"\u6050\u6016\u788e\u7247","Shipyard Map (The Awakening)":"\u70bd\u708e\u8239\u575e(\u89c9\u9192)","Al-Hezmin\'s Crest":"\u963f\u5c14\u8d6b\u5179\u654f\u4e4b\u51a0","Rainbowstride Conjurer Boots":"\u8679\u5e55 \u5492\u8005\u957f\u9774","The Admiral Varnished Coat":"\u6d77\u519b\u4e0a\u5c06 \u6620\u5f69\u5916\u5957","Vaal Ice Nova":"\u74e6\u5c14\uff1a\u51b0\u971c\u65b0\u661f","War Banner":"\u6218\u65d7","Orchard Map (Atlas of Worlds)":"\u5bc6\u6797\u679c\u56ed(\u5f02\u754c\u56fe\u9274)","Cerulean Ring":"\u5929\u84dd\u4e4b\u6212","Scholar Boots":"\u5b66\u8005\u957f\u9774","Maelstr\xf6m of Chaos Atoll Map (Legacy)":"\u6df7\u6c8c\u4e4b\u6e0a \u6ee8\u6d77\u5c71\u4e18(\u9057\u4ea7)","Ironscale Boots":"\u94c1\u5f71\u957f\u9774","The Greatest Intentions":"\u81f3\u9ad8\u4e4b\u613f","Vaal Pyramid Map (Atlas of Worlds)":"\u74e6\u5c14\u91d1\u5b57\u5854(\u5f02\u754c\u56fe\u9274)","Greed\'s Embrace Golden Plate":"\u8d2a\u5a6a\u4e4b\u62e5 \u91d1\u8000\u4e4b\u94e0","The Realm":"\u5bb6\u7684\u6377\u5f84","Graveyard Map (The Awakening)":"\u5815\u5f71\u5893\u573a(\u89c9\u9192)","Summon Stone Golem":"\u53ec\u5524\u5de8\u77f3\u9b54\u50cf","Two-Point Arrow Quiver":"\u53cc\u950b\u7bad\u888b","Cogwork Ring":"\u9f7f\u8f6e\u6212\u6307","Mirrored Spiked Shield":"\u94a2\u955c\u523a\u76fe","The Astromancer":"\u661f\u8c61\u5b66\u5bb6","Wilorin Demontamer":"\u6076\u9b54\u9a6f\u670d\u8005\u7ef4\u6d1b\u96f6","Wyrmbone Rapier":"\u9f99\u9aa8\u7ec6\u5251","Vaal Fireball":"\u74e6\u5c14\uff1a\u706b\u7403","Sovereign Spiked Shield":"\u738b\u6743\u523a\u76fe","Increased Duration Support":"\u6301\u7eed\u65f6\u95f4\u5ef6\u957f","Timeless Templar Emblem":"\u6c38\u6052\u5723\u5802\u5370\u8bb0","Bloodlines Leaguestone":"\u8840\u65cf\u8d5b\u5b63\u77f3","Timeless Maraketh Emblem":"\u6c38\u6052\u9a6c\u62c9\u514b\u65af\u5370\u8bb0","Stormblast Mine":"\u96f7\u66b4\u5730\u96f7","Sacred Blossom":"\u795e\u5723\u4e4b\u82b1","Southbound Soldier Gloves":"\u5357\u65b9 \u6218\u58eb\u624b\u5957","Fragment of Purification":"\u6e05\u7b97\u788e\u7247[\u5de6\u4e0a]","Fragment of Constriction":"\u538b\u8feb\u788e\u7247[\u5de6\u4e0b]","Volatile Power":"\u4e0d\u7a33\u5b9a\u7684\u529b\u91cf","Fragment of Eradication":"\u706d\u7edd\u788e\u7247[\u53f3\u4e0b]","Shattering Steel":"\u7834\u788e\u94c1\u5203","Tainted Blacksmith\'s Whetstone":"\u6c61\u79fd\u78e8\u5200\u77f3","Uul-Netol\'s Enriched Breachstone":"\u4e4c\u5c14\u5c3c\u591a\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","Hinekora\'s Sight Onyx Amulet":"\u8f9b\u683c\u62c9\u7684\u51dd\u89c6 \u9ed1\u66dc\u62a4\u8eab\u7b26","Seaglass Amulet":"\u6d77\u6676\u62a4\u7b26","Uul-Netol\'s Charged Breachstone":"\u4e4c\u5c14\u5c3c\u591a\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","Underground Forest":"\u5730\u4e0b\u68ee\u6797","Replica Allelopathy Sorcerer Gloves":"\u76f8\u751f\u76f8\u514b\u3010\u4eff\u54c1\u3011 \u672f\u58eb\u624b\u5957","Forbidden Rite":"\u7981\u65ad\u5178\u4eea","The Garish Power":"\u70ab\u8000\u4e4b\u529b","Blade Flurry":"\u5200\u5203\u4e71\u821e","Esh\'s Pure Breachstone":"\u827e\u8bb8\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","Driftwood Spiked Shield":"\u673d\u6728\u523a\u76fe","Sepia Oil":"\u58a8\u8272\u5723\u6cb9","Solaris Lorica Copper Plate":"\u70c8\u9633\u94e0 \u94dc\u953b\u677f\u7532","Tul\'s Pure Breachstone":"\u6258\u6c83\u7684\u7eaf\u51c0\u88c2\u9699\u4e4b\u77f3","Forking River Map":"\u5206\u53c9\u4e4b\u6cb3","Obsidian Sharpening Stone":"\u9ed1\u66dc\u78e8\u5200\u77f3","Tul\'s Charged Breachstone":"\u6258\u6c83\u7684\u5145\u80fd\u88c2\u9699\u4e4b\u77f3","Chayula\'s Enriched Breachstone":"\u590f\u4e4c\u62c9\u7684\u5f3a\u5316\u88c2\u9699\u4e4b\u77f3","The Last One Standing":"\u5c79\u7acb\u4e0d\u8d25\u4e4b\u4eba","Kaom\'s Heart Glorious Plate":"\u5188\u59c6\u7684\u58ee\u5fd7 \u8363\u8000\u6218\u94e0","Rumi\'s Concoction Granite Flask":"\u9c81\u7c73\u7684\u7075\u836f \u575a\u5ca9\u836f\u5242","Infused Incubator":"\u704c\u6ce8\u5b55\u80b2\u77f3","Nightgrip Runic Gages":"\u6697\u591c\u4e4b\u63e1 \u7b26\u6587\u7b3c\u624b","Oriath\'s Vigil":"\u5965\u745e\u4e9a\u7684\u5821\u5792","Glacier Map (Legacy)":"\u51b0\u5ddd(\u9057\u4ea7)","Peninsula Map (Legacy)":"\u5e72\u6f6e\u6797\u5730(\u9057\u4ea7)","Harbinger\'s Orb":"\u5148\u9a71\u77f3","Flooded Mine Map (Legacy)":"\u79ef\u6c34\u77ff\u5751(\u9057\u4ea7)","Voltaxic Burst":"\u96f7\u7535\u9b54\u7206","Titucus Span Reinforced Tower Shield":"\u63d0\u56fe\u5e93\u65af\u575a\u76fe \u5f3a\u5316\u5854\u76fe","Bone Spirit Shield":"\u9aa8\u5236\u9b54\u76fe","The Void":"\u865a\u7a7a","Primitive Chaotic Resonator":"\u539f\u59cb\u6df7\u4e71\u5171\u632f\u5668","The Cache":"\u5bc6\u85cf","Annulment Shard":"\u5265\u79bb\u77f3\u788e\u7247","Headsman Axe":"\u884c\u5211\u5de8\u65a7","Craiceann\'s Pincers Titan Gauntlets":"\u6df1\u6d77\u9b54\u94b3 \u5de8\u4eba\u62a4\u624b","Gift of Asenath":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u9988\u8d60","Atoll Map (Legacy)":"\u6ee8\u6d77\u5c71\u4e18(\u9057\u4ea7)","Forbidden Lamp":"\u7981\u65ad\u706f","Gisale, Thought Thief":"\u601d\u60f3\u7a83\u8d3c\u5409\u585e\u5c14","Olroth\'s Charge Runic Sollerets":"\u6b27\u7f57\u4ec0\u7684\u6307\u63a7 \u7b26\u6587\u62a4\u817f","Palace Map (Legacy)":"\u795e\u57df\u4e4b\u6bbf(\u9057\u4ea7)","Legacy of Fury Wyrmscale Boots":"\u6124\u6068\u9057\u4ea7 \u5730\u876e\u9cde\u957f\u9774","Dungeon Map (Legacy)":"\u7981\u9b42\u708e\u72f1(\u9057\u4ea7)","Rolling Flames Cobalt Jewel":"\u6eda\u52a8\u70c8\u7130 \u94b4\u84dd\u73e0\u5b9d","Hunter\'s Exalted Orb":"\u730e\u4eba\u7684\u5d07\u9ad8\u77f3","Increased Critical Damage Support":"\u63d0\u9ad8\u66b4\u51fb\u4f24\u5bb3","Imperial Claw":"\u5e1d\u56fd\u6218\u722a","Orb of Chance":"\u673a\u4f1a\u77f3","Divine Justice":"\u795e\u5723\u7684\u6b63\u4e49","Shaped Courtyard Map (Atlas of Worlds)":"\u5947\u672f\u4e4b\u5ead(\u5851)(\u5f02\u754c\u56fe\u9274)","Cursed Crypt Map (Legacy)":"\u5492\u6028\u9675\u5893(\u9057\u4ea7)","Necropolis Map (Legacy)":"\u9b54\u5f71\u5893\u573a(\u9057\u4ea7)","Silver Oil":"\u767d\u94f6\u5723\u6cb9","Crusader Helmet":"\u5723\u6218\u4e4b\u76d4","The Scales of Justice Chiming Spirit Shield":"\u6b63\u4e49\u4e4b\u9cde \u9b42\u76f8\u9b54\u76fe","Whakawairua Tuahu Strand Map (Legacy)":"\u7981\u95ed\u796d\u575b \u81f4\u547d\u5ca9\u6ee9(\u9057\u4ea7)","Poorjoy\'s Asylum Temple Map (Legacy)":"\u6c89\u6ca6\u4e4b\u95f4 \u593a\u9b42\u4e4b\u6bbf(\u9057\u4ea7)","Great Old One\'s Ward Corrugated Buckler":"\u90aa\u795e\u5e87\u62a4 \u6ce2\u7eb9\u8f7b\u76fe","Olmec\'s Sanctum Bone Crypt Map (Atlas of Worlds)":"\u8fdc\u53e4\u4e4b\u5370 \u53e4\u77f3\u9675\u5893(\u5f02\u754c\u56fe\u9274)","Overgrown Ruin Map (Atlas of Worlds)":"\u957f\u8349\u9057\u8ff9(\u5f02\u754c\u56fe\u9274)","Time-Lost Incubator":"\u5931\u843d\u7684\u5b55\u80b2\u77f3","Waxed Garb":"\u8721\u5c01\u675f\u8863","Vessider, The Unrivaled":"\u86ee\u4eba\u51e1\u745f\u5fb7","Runic Crown":"\u7b26\u6587\u738b\u51a0","Portal":"\u65f6\u7a7a\u4e4b\u95e8","The Long Watch":"\u6f2b\u957f\u5b88\u671b","The Coward\'s Trial Cursed Crypt Map (The Awakening)":"\u61e6\u8005\u7684\u8bd5\u9a8c \u5492\u6028\u9675\u5893(\u89c9\u9192)","Primordial Blocks Map (The Awakening)":"\u8fdc\u53e4\u8857\u533a(\u89c9\u9192)","Sapphire Ring":"\u84dd\u7389\u6212\u6307","Rawhide Tower Shield":"\u751f\u76ae\u5854\u76fe","Arid Lake Map":"\u8352\u829c\u6e56\u57df","Chalice of Horrors War Buckler":"\u6050\u60e7\u4e4b\u7f36 \u6218\u4e89\u8f7b\u76fe","Impossible Crystal":"\u7f55\u89c1\u6c34\u6676","Coves Map (The Awakening)":"\u75be\u98ce\u5ce1\u6e7e(\u89c9\u9192)","Fugitive Boots":"\u9003\u4ea1\u4e4b\u9774","Bog Map (The Awakening)":"\u7634\u6c14\u6ce5\u6cbc(\u89c9\u9192)","Mesa Map (Atlas of Worlds)":"\u8d64\u7ea2\u5c71\u5730(\u5f02\u754c\u56fe\u9274)","Promenade Map (The Awakening)":"\u6708\u8272\u56de\u5eca(\u89c9\u9192)","Nubuck Boots":"\u7802\u5f71\u77ed\u9774","Maelstr\xf6m Staff":"\u98ce\u66b4\u957f\u6756","Loyalty":"\u5fe0\u8bda","Crushing Force Magnifier":"\u7834\u574f\u4e4b\u529b\u653e\u5927\u5668","Leatherscale Boots":"\u7c97\u9cde\u76ae\u9774","Vaal Pyramid Map (The Awakening)":"\u74e6\u5c14\u91d1\u5b57\u5854(\u89c9\u9192)","Demigod\'s Touch Golden Bracers":"\u5347\u534e\u4e4b\u6307 \u9ec4\u91d1\u81c2\u7532","Melee Physical Damage Support":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3","Engineer\'s Orb":"\u5236\u7bb1\u5ca9","Pit Map (The Awakening)":"\u5de8\u5751(\u89c9\u9192)","Replica Lavianga\'s Spirit Sanctified Mana Flask":"\u62c9\u7ef4\u5b89\u52a0\u4e4b\u6cc9\u3010\u4eff\u54c1\u3011 \u5723\u5316\u9b54\u529b\u836f\u5242","Excavation Map (The Awakening)":"\u6316\u6398\u573a(\u89c9\u9192)","Pewterfang":"\u8ff7\u96fe\u5203\u7259","Winged Harbinger Scarab":"\u6709\u7ffc\u7684\u5148\u9a71\u8005\u5723\u7532\u866b","Mesa Map":"\u8d64\u7ea2\u5c71\u5730","Fungal Hollow Map (The Awakening)":"\u5b62\u5b50\u7a7a\u8c37(\u89c9\u9192)","Precinct Map (The Awakening)":"\u82e6\u884c\u4e4b\u57df(\u89c9\u9192)","Chateau Map (The Awakening)":"\u53e4\u5821(\u89c9\u9192)","Broken Faith Archon Kite Shield":"\u7834\u788e\u4fe1\u5ff5 \u5a01\u80fd\u9e22\u76fe","Cast on Death Support":"\u6b7b\u4ea1\u65f6\u65bd\u653e","Mao Kun Reef Map (The Awakening)":"\u8d3c\u7a9d \u5371\u673a\u6d77\u7901(\u89c9\u9192)","Dunes Map (Legacy)":"\u66ae\u8272\u6c99\u4e18(\u9057\u4ea7)","Deafening Essence of Rage":"\u8086\u8650\u4e4b\u7834\u7a7a\u7cbe\u534e","Belt of the Deceiver Heavy Belt":"\u72e1\u5f92\u675f\u8170 \u91cd\u9769\u8170\u5e26","Hall of Grandmasters Promenade Map (The Awakening)":"\u5143\u5e05\u6bbf\u5802 \u6708\u8272\u56de\u5eca(\u89c9\u9192)","Death and Taxes Necropolis Map (The Awakening)":"\u4ea1\u8005\u4e4b\u8d22 \u9b54\u5f71\u5893\u573a(\u89c9\u9192)","Raihara, Tukohama\'s Loyal":"\u56fe\u514b\u54c8\u739b\u7684\u9e70\u72ac\u83b1\u54c8\u62c9","Point Blank Support":"\u96f6\u70b9\u5c04\u51fb","Shaped Wharf Map (Atlas of Worlds)":"\u6bd2\u7259\u6d77\u6e2f(\u5851)(\u5f02\u754c\u56fe\u9274)","Yew Spirit Shield":"\u7d2b\u886b\u9b54\u76fe","Buckskin Tower Shield":"\u9e7f\u76ae\u5854\u76fe","Steelpoint the Avenger":"\u590d\u4ec7\u8005\u94a2\u950b","Venopuncture Iron Ring":"\u9759\u8109\u7a7f\u523a \u953b\u94c1\u6212\u6307","The Adventuring Spirit":"\u5192\u9669\u7cbe\u795e","Wildwrap Strapped Leather":"\u8352\u91ce\u4e4b\u7ed5 \u6263\u73af\u76ae\u7532","Assassin\'s Mitts":"\u6697\u5f71\u62a4\u624b","Underground Sea Map (Atlas of Worlds)":"\u6ee8\u6d77\u5e7d\u7a74(\u5f02\u754c\u56fe\u9274)","Cloth Belt Piece":"\u9970\u5e03\u8170\u5e26","Shaped Underground River Map (Atlas of Worlds)":"\u5730\u5e95\u4e4b\u6cb3(\u5851)(\u5f02\u754c\u56fe\u9274)","Shaped Thicket Map (Atlas of Worlds)":"\u60ca\u60e7\u6811\u4e1b(\u5851)(\u5f02\u754c\u56fe\u9274)","Engraved Hatchet":"\u96d5\u6587\u6218\u65a7","Shaped Gardens Map (Atlas of Worlds)":"\u82b1\u56ed\u8ff7\u5bab(\u5851)(\u5f02\u754c\u56fe\u9274)","Mysterious Incubator":"\u795e\u79d8\u5b55\u80b2\u77f3","Voll\'s Devotion Agate Amulet":"\u798f\u5c14\u7684\u5fe0\u8bda\u4e4b\u7b26 \u739b\u7459\u62a4\u8eab\u7b26","Oiled Vest":"\u9632\u6c34\u80cc\u5fc3","Rigwald\'s Crest Two-Stone Ring":"\u745e\u4f5b\u4e4b\u51a0 \u53cc\u7389\u6212\u6307","Celestial Armoursmith\'s Incubator":"\u4f17\u661f\u94f8\u7532\u5320\u7684\u5b55\u80b2\u77f3","Fork Support":"\u5206\u88c2","Volatile Dead":"\u7075\u4f53\u706b\u7403","Leyline Map (Atlas of Worlds)":"\u8352\u51c9\u539f\u91ce(\u5f02\u754c\u56fe\u9274)","Vaal Reliquary Key":"\u74e6\u5c14\u5723\u7269\u5385\u94a5\u5319","Chain Belt":"\u6263\u94fe\u8170\u5e26","Tropical Island Map":"\u6674\u7a7a\u5e7d\u5c9b","Rejuvenation Totem":"\u56de\u6625\u56fe\u817e","Ancient Skull Bone Helmet":"\u4e0a\u53e4\u4e4b\u9885 \u5524\u9aa8\u5934\u76d4","Port Map (Atlas of Worlds)":"\u4e2d\u8f6c\u7801\u5934(\u5f02\u754c\u56fe\u9274)","Shaped Geode Map (Atlas of Worlds)":"\u6c34\u6676\u6d1e\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Prometheus\' Armoury":"\u666e\u7f57\u7c73\u4fee\u65af\u4e4b\u5907","Keeper\'s Corruption":"\u5b88\u62a4\u8005\u4e4b\u8150","Staff of the first Sin Eater":"\u7f6a\u6076\u541e\u566c\u8005\u4e4b\u6756","Glitterdisc Burnished Spiked Shield":"\u4e03\u5f69\u789f \u51b7\u8292\u523a\u76fe","Dragonscale Gauntlets":"\u9f99\u9cde\u624b\u5957","Pier Map (Atlas of Worlds)":"\u6012\u6d6a\u4e4b\u6e2f(\u5f02\u754c\u56fe\u9274)","Samite Slippers":"\u7ee3\u5e03\u4fbf\u978b","Forge of the Phoenix Map (Atlas of Worlds)":"\u4e0d\u6b7b\u9e1f\u953b\u53f0(\u5f02\u754c\u56fe\u9274)","Palace Map (Atlas of Worlds)":"\u795e\u57df\u4e4b\u6bbf(\u5f02\u754c\u56fe\u9274)","Ming\'s Heart Amethyst Ring":"\u660e\u6069\u7684\u6167\u5fc3 \u7d2b\u6676\u6212\u6307","Moonbender\'s Wing Jade Hatchet":"\u6708\u5c9a \u788e\u7389\u65a7","Esh\'s Visage Vaal Spirit Shield":"\u827e\u8bb8\u4e4b\u9762 \u74e6\u5c14\u9b54\u76fe","Replica Grip of the Council Arcanist Gloves":"\u8bae\u4f1a\u4e4b\u63e1\u3010\u4eff\u54c1\u3011 \u79d8\u672f\u624b\u5957","The Signal Fire Blazing Arrow Quiver":"\u72fc\u70df \u71c3\u77e2\u7bad\u888b","Branded Kite Shield":"\u5723\u8bb0\u9e22\u76fe","Profane Proxy Unset Ring":"\u6e0e\u795e\u4ee3\u7406 \u6f5c\u80fd\u4e4b\u6212","Frostbite":"\u51bb\u4f24","Shrieking Essence of Rage":"\u8086\u8650\u4e4b\u5c16\u5578\u7cbe\u534e","Brinerot Flag Tarnished Spirit Shield":"\u5e03\u7433\u6d1b\u7279\u4e4b\u65d7 \u73af\u5f62\u9b54\u76fe","Battle Hammer":"\u5f3a\u5316\u6218\u9524","Mineral Pools Map (Atlas of Worlds)":"\u5e9f\u5f03\u77ff\u5c71(\u5f02\u754c\u56fe\u9274)","Silk Gloves":"\u4e1d\u7ef8\u624b\u5957","Influenced Scouting Report":"\u5f71\u54cd\u4fa6\u5bdf\u62a5\u544a","Lion\'s Roar Granite Flask":"\u72ee\u543c\u7cbe\u534e \u575a\u5ca9\u836f\u5242","Replica Farrul\'s Fur Triumphant Lamellar":"\u5927\u5730\u4e4b\u62a4\u3010\u4eff\u54c1\u3011 \u80dc\u5229\u76d4\u7532","Torture Cage":"\u5211\u7f5a\u5934\u7b3c","Shaped Malformation Map (Atlas of Worlds)":"\u7578\u5f62\u4ea1\u57df(\u5851)(\u5f02\u754c\u56fe\u9274)","Wailing Essence of Loathing":"\u538c\u6076\u4e4b\u54c0\u568e\u7cbe\u534e","Careful Planning Viridian Jewel":"\u5ba1\u614e\u8ba1\u5212 \u7fe0\u7eff\u73e0\u5b9d","Assassin\'s Mark":"\u6697\u5f71\u5370\u8bb0","Full Ringmail":"\u8fde\u8eab\u73af\u7532","Blessing of God":"\u795e\u4f51","Crimson Oil":"\u7eef\u7ea2\u5723\u6cb9","Cartographer\'s Chisel":"\u5236\u56fe\u9489","Siegebreaker Heavy Belt":"\u7a81\u56f4\u8005 \u91cd\u9769\u8170\u5e26","Shrieking Essence of Anguish":"\u714e\u71ac\u4e4b\u5c16\u5578\u7cbe\u534e","Graveyard Map (Atlas of Worlds)":"\u5815\u5f71\u5893\u573a(\u5f02\u754c\u56fe\u9274)","Ghetto Map (Atlas of Worlds)":"\u8d64\u8d2b\u5c45\u6240(\u5f02\u754c\u56fe\u9274)","Cherrubim\'s Maleficence Triumphant Lamellar":"\u859b\u9c81\u5bbe\u7684\u6076\u4f5c\u5267 \u80dc\u5229\u76d4\u7532","Cells Map":"\u5e7d\u9b42\u76d1\u7262","Excavation Map (Atlas of Worlds)":"\u6316\u6398\u573a(\u5f02\u754c\u56fe\u9274)","Might of the Meek Crimson Jewel":"\u6e29\u67d4\u4e4b\u529b \u8d64\u7ea2\u73e0\u5b9d","Shaped Arcade Map (Atlas of Worlds)":"\u5d29\u574f\u957f\u5eca(\u5851)(\u5f02\u754c\u56fe\u9274)","Dunes Map (Atlas of Worlds)":"\u66ae\u8272\u6c99\u4e18(\u5f02\u754c\u56fe\u9274)","First Piece of Storms Callous Mask Piece":"\u51b0\u96f7\u5148\u9a71\u8005I \u65e0\u60c5\u4e4b\u9762","Determination":"\u575a\u5b9a","Mesh Boots":"\u7f51\u773c\u957f\u9774","Tainted Orb of Fusing":"\u6c61\u79fd\u94fe\u63a5\u77f3","Shaped Peninsula Map (Atlas of Worlds)":"\u5e72\u6f6e\u6797\u5730(\u5851)(\u5f02\u754c\u56fe\u9274)","Peninsula Map (Atlas of Worlds)":"\u5e72\u6f6e\u6797\u5730(\u5f02\u754c\u56fe\u9274)","Dark Forest Map (Atlas of Worlds)":"\u591c\u8bed\u5e7d\u6797(\u5f02\u754c\u56fe\u9274)","Cowl of the Ceraunophile Solaris Circlet":"\u55dc\u96f7\u4e4b\u51a0 \u65e5\u8000\u4e4b\u51a0","The Dapper Prodigy":"\u6781\u81f4\u4e0d\u51e1","Leadership\'s Price Onyx Amulet":"\u9886\u8896\u7684\u4ee3\u4ef7 \u9ed1\u66dc\u62a4\u8eab\u7b26","Weeping Essence of Woe":"\u60b2\u75db\u4e4b\u557c\u6ce3\u7cbe\u534e","cards":"\u5361\u7247","Devoto\'s Devotion Nightmare Bascinet":"\u5fb7\u6c83\u6258\u7684\u4fe1\u5ff5\u4e4b\u76d4 \u68a6\u9b47\u6218\u76d4","Call to the First Ones":"\u8fdc\u53e4\u53ec\u5524","Lava Chamber Map (Atlas of Worlds)":"\u7194\u5ca9\u4e4b\u6bbf(\u5f02\u754c\u56fe\u9274)","Inpulsa\'s Broken Heart Sadist Garb":"\u901f\u5ea6\u4e4b\u529b \u72c2\u8650\u8005\u675f\u8863","The Eye of the Dragon":"\u9f99\u4e4b\u773c","Crescent Staff":"\u65b0\u6708\u957f\u6756","The Shortcut":"\u6377\u5f84","Hope":"\u5e0c\u671b","Colonnade Map (Atlas of Worlds)":"\u6fc0\u6218\u67f1\u5eca(\u5f02\u754c\u56fe\u9274)","The Breach":"\u88c2\u9699","Deafening Essence of Wrath":"\u96f7\u9706\u4e4b\u7834\u7a7a\u7cbe\u534e","Vaal Temple Map (Atlas of Worlds)":"\u74e6\u5c14\u5bc6\u6bbf(\u5f02\u754c\u56fe\u9274)","Second Piece of the Arcane Legion Sword Piece":"\u79d8\u6cd5\u5148\u9a71\u8005\u788e\u7247II \u519b\u56e2\u957f\u5251","Fate of the Vaal Gemstone Sword":"\u74e6\u5c14\u547d\u8fd0 \u5b9d\u77f3\u4e4b\u5251","Cells Map (Atlas of Worlds)":"\u5e7d\u9b42\u76d1\u7262(\u5f02\u754c\u56fe\u9274)","Cast while Channelling Support":"\u541f\u5531\u65f6\u65bd\u653e","Lacquered Buckler":"\u6f06\u5f69\u8f7b\u76fe","Shaped Bone Crypt Map (Atlas of Worlds)":"\u53e4\u77f3\u9675\u5893(\u5851)(\u5f02\u754c\u56fe\u9274)","Timeless Templar Splinter":"\u6c38\u6052\u5723\u5802\u88c2\u7247","Canyon Map (Atlas of Worlds)":"\u7099\u9633\u5ce1\u8c37(\u5f02\u754c\u56fe\u9274)","Beach Map (Atlas of Worlds)":"\u5371\u5ca9\u6d77\u6ee9(\u5f02\u754c\u56fe\u9274)","The Immortal":"\u6c38\u6052\u4e0d\u673d","Etched in Blood":"\u4ee5\u8840\u954c\u523b","Angelic Kite Shield":"\u5929\u4f7f\u9e22\u76fe","Shaped Barrows Map (Atlas of Worlds)":"\u5c71\u6797\u79d8\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Third Piece of Storms Callous Mask Piece":"\u51b0\u96f7\u5148\u9a71\u8005III \u65e0\u60c5\u4e4b\u9762","Steppan Eard Sorcerer Boots":"\u7edd\u5730\u9b54\u5c65 \u672f\u58eb\u957f\u9774","Atoll Map (Atlas of Worlds)":"\u6ee8\u6d77\u5c71\u4e18(\u5f02\u754c\u56fe\u9274)","Grand Spectrum Crimson Jewel":"\u805a\u5149\u4e4b\u77f3 \u8d64\u7ea2\u73e0\u5b9d","Shaped Arid Lake Map (Atlas of Worlds)":"\u8352\u829c\u6e56\u57df(\u5851)(\u5f02\u754c\u56fe\u9274)","Replica Headhunter Leather Belt":"\u730e\u9996\u3010\u4eff\u54c1\u3011 \u76ae\u9769\u8170\u5e26","Arid Lake Map (Atlas of Worlds)":"\u8352\u829c\u6e56\u57df(\u5f02\u754c\u56fe\u9274)","Fossilised Incubator":"\u5316\u77f3\u5b55\u80b2\u77f3","Adolescent Rhex":"\u5e7c\u9e1f","Arachnid Nest Map (Atlas of Worlds)":"\u5f02\u86db\u5de2\u7a74(\u5f02\u754c\u56fe\u9274)","Primordial Eminence Viridian Jewel":"\u8d77\u6e90\u5353\u8d8a \u7fe0\u7eff\u73e0\u5b9d","Qotra\'s Regulator Sovereign Spiked Shield":"\u79d1\u5854\u62c9\u7684\u8c03\u8282\u5668 \u738b\u6743\u523a\u76fe","Awakened Chain Support":"\u8fde\u9501\uff08\u5f3a\u8f85\uff09","Behead Support":"\u65a9\u9996\uff08\u8f85\uff09","Maw of Conquest Steel Circlet":"\u5f81\u670d\u4e4b\u53e3 \u51b7\u94a2\u4e4b\u51a0","Saqawine Vulture":"\u82cd\u7a7a\u79c3\u9e70","The Beachhead Harbinger Map (Atlas of Worlds)":"\u964d\u4e34\u4e4b\u5730 \u5148\u9a71\u8005\u5730\u56fe(\u5f02\u754c\u56fe\u9274)","Guardian\'s Challenge":"\u5b88\u536b\u7684\u6311\u6218","Swift Assembly Support":"\u8fc5\u6574\uff08\u8f85\uff09","Cutthroat\'s Garb":"\u6b7b\u795e\u4e4b\u88c5","Ritual Vessel":"\u9a71\u7075\u6cd5\u5668","Unshaping Orb":"\u88c2\u754c\u4e4b\u7389","Cold-attuned Buckler":"\u9002\u5bd2\u578b\u8f7b\u76fe","Ungil\'s Harmony Turquoise Amulet":"\u6069\u5409\u5c14\u7684\u548c\u8c10 \u9752\u7389\u62a4\u8eab\u7b26","Waste Pool Map":"\u6b7b\u5bc2\u6ce5\u6c9f","The Siren":"\u6d77\u5996","Canyon Map (The Awakening)":"\u7099\u9633\u5ce1\u8c37(\u89c9\u9192)","Rebirth":"\u91cd\u751f","Toxic Sewer Map":"\u5267\u6bd2\u6c34\u9053","Primordial Blocks Map":"\u8fdc\u53e4\u8857\u533a","Aetheric Fossil":"\u4ee5\u592a\u5316\u77f3","Synthesised Map":"\u5bfb\u68a6\u8ffd\u5fc6","Seal of Solaris":"\u65e5\u8000\u4e4b\u5370","Triad Grip Mesh Gloves":"\u4e09\u91cd\u6263 \u7f51\u773c\u624b\u5957","Summit Map":"\u5bd2\u9876\u4e4b\u5dc5","Ice Bite Support":"\u971c\u54ac","Mandible Talisman":"\u5de8\u989a\u9b54\u7b26","Bronze Sceptre":"\u94dc\u953b\u77ed\u6756","Relic Chambers Map":"\u53e4\u85cf\u5bc6\u5ba4","Variscite Blade":"\u78a7\u94dc\u77ed\u5251","Saqawal\'s Talons Hydrascale Boots":"\u82cd\u7a7a\u4e4b\u722a \u706b\u876e\u9cde\u957f\u9774","The Sustenance":"\u7ed9\u517b","Infernal Mantle Occultist\'s Vestment":"\u70bc\u72f1\u4e4b\u5fc3 \u79d8\u672f\u957f\u8863","Daresso\'s Defiance Full Dragonscale":"\u5fb7\u745e\u7d22\u7684\u536b\u8863 \u8fde\u8eab\u9f99\u9cde\u94e0","Aurseize Fishscale Gauntlets":"\u5bcc\u8d35\u4e4b\u8fd0 \u9c7c\u9cde\u624b\u5957","Museum Map":"\u53e4\u535a\u7269\u9986","Mud Geyser Map":"\u9634\u6666\u6ce5\u6ee9","Marble Amulet":"\u5927\u7406\u77f3\u62a4\u8eab\u7b26","Wailing Essence of Greed":"\u8d2a\u5a6a\u4e4b\u54c0\u568e\u7cbe\u534e","Ringmail Boots":"\u73af\u7532\u7b52\u9774","Lava Chamber Map":"\u7194\u5ca9\u4e4b\u6bbf","Ivory Temple Map":"\u767d\u7389\u795e\u5e99","Left to Fate":"\u542c\u5929\u7531\u547d","Abhorrent Interrogation Ambush Mitts":"\u6c34\u706b\u4e0d\u5bb9 \u4f0f\u51fb\u62a4\u624b","Cartographer\'s Delight":"\u5236\u56fe\u8005\u7684\u9752\u7750","Golden Obi":"\u91d1\u7fbd\u8170\u5e26","Zeel\'s Amplifier Polished Spiked Shield":"\u6cfd\u5c14\u7684\u653e\u5927\u5668 \u5149\u8f89\u523a\u76fe","Peninsula Map":"\u5e72\u6f6e\u6797\u5730","Uul-Netol\'s Vow Unset Amulet":"\u4e4c\u5c14\u5c3c\u591a\u4e4b\u8a93 \u6f5c\u80fd\u9879\u94fe","Essence of Delirium":"\u8c35\u5984\u7cbe\u534e","The One That Got Away":"\u79bb\u5f00\u7684\u4eba\u662f\u4f60","Buckskin Tunic":"\u9e7f\u76ae\u5916\u5957","Temple Map (The Awakening)":"\u593a\u9b42\u4e4b\u6bbf(\u89c9\u9192)","Pure Talent Viridian Jewel":"\u7eaf\u624d \u7fe0\u7eff\u73e0\u5b9d","Courtyard Map":"\u5947\u672f\u4e4b\u5ead","Fragment of the Phoenix":"\u8bb0\u5fc6\u788e\u7247","Thirst for Knowledge":"\u6c42\u77e5\u82e5\u6e34","Core Map":"\u6838\u5fc3","Cospri\'s Malice Jewelled Foil":"\u5361\u65af\u666e\u91cc\u6028\u6068 \u5b9d\u9970\u7ec6\u5251","Pit of the Chimera Map":"\u5947\u7f8e\u62c9\u9886\u57df","Sleek Coat":"\u6ed1\u5e03\u5916\u5957","Factory Map (Atlas of Worlds)":"\u5de5\u5382\u9057\u8ff9(\u5f02\u754c\u56fe\u9274)","Castle Ruins Map":"\u5e7d\u5f71\u9057\u5740","Bramble Valley Map":"\u9ed1\u68d8\u8c37\u5730","Atziri\'s Mirror Golden Buckler":"\u963f\u5179\u91cc\u4e4b\u955c \u91d1\u9633\u8f7b\u76fe","Bog Map":"\u7634\u6c14\u6ce5\u6cbc","Kitava\'s Thirst Zealot Helmet":"\u5947\u5854\u5f17\u4e4b\u6e34\u671b \u70ed\u6218\u4e4b\u76d4","Barrows Map":"\u5c71\u6797\u79d8\u7a74","Arsenal Map":"\u53e4\u5175\u5de5\u5382","Asenath\'s Chant Iron Circlet":"\u5b89\u8d5b\u5a1c\u4e1d\u7684\u4f18\u96c5\u4e4b\u6b4c \u94c1\u953b\u4e4b\u51a0","Redwood Spiked Shield":"\u7ea2\u6728\u523a\u76fe","Acid Caverns Map":"\u5f3a\u9178\u6d1e\u7a74","Goathide Gloves":"\u7f8a\u76ae\u624b\u5957","Citrine Amulet":"\u9ec4\u6676\u62a4\u8eab\u7b26","The Survivalist":"\u6c42\u751f\u4e13\u5bb6","Ancient Greaves":"\u8fdc\u53e4\u80eb\u7532","Quartz Wand":"\u77f3\u82f1\u6cd5\u6756","Quarterstaff":"\u7ec6\u67c4\u957f\u6756","The Perandus Manor Chateau Map":"\u666e\u5170\u5fb7\u65af\u5e84\u56ed \u53e4\u5821","Surgebinders Dragonscale Gauntlets":"\u6d6a\u6d8c\u7f1a\u8005 \u9f99\u9cde\u624b\u5957","Polar Buckler":"\u6781\u5730\u8f7b\u76fe","Vaal Regalia":"\u74e6\u5c14\u6cd5\u8863","Facebreaker Strapped Mitts":"\u6bc1\u9762\u8005 \u6263\u73af\u62a4\u624b","Golden Hoop":"\u91d1\u73af","Mao Kun Shore Map":"\u8d3c\u7a9d \u66ae\u5149\u6d77\u6ee9","The Effigon Gold Amulet":"\u8000\u9633\u5fbd\u8bb0 \u5e1d\u91d1\u62a4\u8eab\u7b26","The Tumbleweed":"\u98ce\u6eda\u8349","The Jinxed Juju Citrine Amulet":"\u5384\u8fd0\u62a4\u7b26 \u9ec4\u6676\u62a4\u8eab\u7b26","Struck by Lightning":"\u96f7\u5288","Fenumus\' Spinnerets Assassin\'s Boots":"\u6697\u591c\u523a\u8db3 \u6697\u5f71\u4e4b\u9774","Cortex Relic Chambers Map":"\u8111\u5c42 \u53e4\u85cf\u5bc6\u5ba4","Reckless Defence Lacquered Garb":"\u9c81\u83bd\u9632\u5fa1 \u6f06\u5f69\u675f\u8863","Light Brigandine":"\u8f7b\u9501\u7532","Forbidden Flesh Cobalt Jewel":"\u7981\u65ad\u4e4b\u8089 \u94b4\u84dd\u73e0\u5b9d","The Awakened":"\u89c9\u9192","The Flora\'s Gift":"\u8299\u52b3\u62c9\u7684\u8d60\u793c","Arakaali\'s Daughter":"\u963f\u62c9\u5361\u529b\u7684\u5973\u513f","Murderous Eye Jewel":"\u51f6\u6b8b\u4e4b\u51dd\u73e0\u5b9d","Silken Garb":"\u4e1d\u7ef8\u4e4b\u8863","Transcendent Spirit Viridian Jewel":"\u5347\u534e\u4e4b\u9b42 \u7fe0\u7eff\u73e0\u5b9d","Transcendent Mind Cobalt Jewel":"\u5347\u534e\u4e4b\u5fc3 \u94b4\u84dd\u73e0\u5b9d","Earthquake":"\u9707\u5730","Ink Spinner":"\u55b7\u58a8\u5de8\u86db","The Green Nightmare Viridian Jewel":"\u9752\u5f71\u68a6\u9b47 \u7fe0\u7eff\u73e0\u5b9d","Murder Boots":"\u6697\u5f71\u8005\u957f\u9774","Lachrymal Necrosis":"\u6cea\u817a\u574f\u6b7b","Astramentis Onyx Amulet":"\u5747\u8861\u4e4b\u7b26 \u9ed1\u66dc\u62a4\u8eab\u7b26","The Blue Nightmare Cobalt Jewel":"\u78a7\u5f71\u68a6\u9b47 \u94b4\u84dd\u73e0\u5b9d","Survival Skills Crimson Jewel":"\u751f\u5b58\u6280\u5de7 \u8d64\u7ea2\u73e0\u5b9d","Starlight Chalice Iron Flask":"\u661f\u5149\u5723\u676f \u575a\u94c1\u836f\u5242","Ignite Proliferation Support":"\u70b9\u71c3\u6269\u6563","Spider Forest Map (Legacy)":"\u5de8\u86db\u4e4b\u6797(\u9057\u4ea7)","Shaped Armoury Map (Atlas of Worlds)":"\u88c5\u5907\u5e93(\u5851)(\u5f02\u754c\u56fe\u9274)","Whispering Essence of Woe":"\u60b2\u75db\u4e4b\u4f4e\u8bed\u7cbe\u534e","Doomsower Lion Sword":"\u7ec8\u672b\u4e4b\u59cb \u72ee\u722a\u5de8\u5251","Split Personality Crimson Jewel":"\u4eba\u683c\u5206\u88c2 \u8d64\u7ea2\u73e0\u5b9d","Screaming Essence of Doubt":"\u7591\u60d1\u4e4b\u5486\u54ee\u7cbe\u534e","The Peregrine Visored Sallet":"\u75be\u98ce\u7684\u6c89\u601d \u6e05\u89c6\u62a4\u76d4","The Web":"\u547d\u8fd0\u4e4b\u7f51","Ogham Candelabra":"\u6b27\u7518\u70db\u53f0","Greatwolf Talisman":"\u72fc\u738b\u9b54\u7b26","Rapid Expansion Crimson Jewel":"\u6025\u901f\u6269\u5f20 \u8d64\u7ea2\u73e0\u5b9d","Pitch Darkness Viridian Jewel":"\u9eef\u9ed1\u4e4b\u8c03 \u7fe0\u7eff\u73e0\u5b9d","Blessing of Tul":"\u6258\u6c83\u7684\u795d\u798f","Grand Eldritch Ichor":"\u4e0a\u7ea7\u53e4\u7075\u6eb6\u6db2","Arcanist Slippers":"\u79d8\u672f\u4fbf\u978b","Flame Wall":"\u70c8\u7130\u4e4b\u5899","Palace Map":"\u795e\u57df\u4e4b\u6bbf","Dying Breath Coiled Staff":"\u5e7d\u9b42\u4e4b\u606f \u5f3a\u5316\u957f\u6756","Nadir Mode Cobalt Jewel":"\u4f4e\u8c37\u72b6\u6001 \u94b4\u84dd\u73e0\u5b9d","Might and Influence Viridian Jewel":"\u86ee\u529b\u4e0e\u5f71\u54cd \u7fe0\u7eff\u73e0\u5b9d","Replica Inya\'s Epiphany Arcanist Slippers":"\u8335\u96c5\u7684\u542f\u8499\u3010\u4eff\u54c1\u3011 \u79d8\u672f\u4fbf\u978b","Martial Artistry Crimson Jewel":"\u6b66\u827a\u4e4b\u76f8 \u8d64\u7ea2\u73e0\u5b9d","Mantra of Flames Crimson Jewel":"\u70c8\u708e\u4e4b\u5146 \u8d64\u7ea2\u73e0\u5b9d","Boon of Justice":"\u53f8\u6cd5\u7684\u6069\u8d50","Ventor\'s Gamble Gold Ring":"\u8d4c\u795e\u82ac\u591a \u91d1\u5149\u6212\u6307","Hidden Potential Viridian Jewel":"\u6df1\u85cf\u7684\u6f5c\u80fd \u7fe0\u7eff\u73e0\u5b9d","Rigwald\'s Curse Wereclaw Talisman":"\u745e\u4f5b\u8bc5\u5492 \u4ea1\u722a\u9b54\u7b26","Vaal Buckler":"\u74e6\u5c14\u8f7b\u76fe","Grand Spectrum Viridian Jewel":"\u805a\u5149\u4e4b\u77f3 \u7fe0\u7eff\u73e0\u5b9d","The Red Dream Crimson Jewel":"\u8d64\u5f71\u68a6\u5883 \u8d64\u7ea2\u73e0\u5b9d","Geofri\'s Crest Great Crown":"\u5409\u5c14\u83f2\u7684\u8363\u5149 \u5f3a\u5316\u5de8\u76d4","Glorious Vanity Timeless Jewel":"\u5149\u5f69\u593a\u76ee \u6c38\u6052\u73e0\u5b9d","Fragility Crimson Jewel":"\u8106\u5f31 \u8d64\u7ea2\u73e0\u5b9d","Kalisa\'s Grace Samite Gloves":"\u5361\u8389\u838e\u7684\u4f18\u96c5\u4e4b\u5f71 \u7ee3\u5e03\u624b\u5957","Steelscale Boots":"\u94a2\u5f71\u957f\u9774","Courtesan Sword":"\u82b1\u9b41\u4e4b\u5251","Chill of Corruption Viridian Jewel":"\u8150\u5316\u5bd2\u606f \u7fe0\u7eff\u73e0\u5b9d","Raise Spectre":"\u53ec\u5524\u7075\u4f53","Void Manipulation Support":"\u865a\u7a7a\u64cd\u7eb5","Vile Toxins Support":"\u731b\u6bd2","Swiftbrand Support":"\u8fc5\u731b\u70d9\u5370\uff08\u8f85\uff09","The Avenger":"\u590d\u4ec7\u8005","Rough Sharpening Stone":"\u7c97\u7cd9\u78e8\u5200\u77f3","Infused Channelling Support":"\u704c\u80fd\u541f\u5531","Awakened Elemental Focus Support":"\u5143\u7d20\u96c6\u4e2d\uff08\u5f3a\u8f85\uff09","Carnal Boots":"\u7981\u793c\u4e4b\u9774","Crusader Buckler":"\u5723\u6218\u8f7b\u76fe","Cleave":"\u5288\u780d","Celestial Jeweller\'s Incubator":"\u4f17\u661f\u73e0\u5b9d\u5320\u7684\u5b55\u80b2\u77f3","The Bones":"\u9ab8\u9aa8","Fevered Mind Cobalt Jewel":"\u72c2\u70ed\u4e4b\u5fc3 \u94b4\u84dd\u73e0\u5b9d","Pinpoint Support":"\u4f1a\u5fc3\u4e00\u51fb\uff08\u8f85\uff09","Hydrascale Boots":"\u706b\u876e\u9cde\u957f\u9774","Berek\'s Pass Two-Stone Ring":"\u8d1d\u96f7\u514b\u7684\u51b0\u4e0e\u706b\u4e4b\u6b4c \u53cc\u7389\u6212\u6307","Physical to Lightning Support":"\u7269\u7406\u8f6c\u95ea\u7535","Presence of Chayula Onyx Amulet":"\u590f\u4e4c\u62c9\u4e4b\u5370 \u9ed1\u66dc\u62a4\u8eab\u7b26","Muttering Essence of Woe":"\u60b2\u75db\u4e4b\u5462\u5583\u7cbe\u534e","Saemus\' Gift Feathered Arrow Quiver":"\u52c7\u8005\u4e4b\u793c \u98de\u7fbd\u7bad\u888b","The Cheater":"\u51fa\u8001\u5343","Plateau Map (The Awakening)":"\u6d77\u98ce\u9ad8\u539f(\u89c9\u9192)","Grotto Map (Legacy)":"\u5e7d\u6697\u5730\u7a74(\u9057\u4ea7)","Blacksmith\'s Whetstone":"\u78e8\u5200\u77f3","Bladefall":"\u865a\u7a7a\u5200\u96e8","Rogue\'s Marker":"\u8d4f\u91d1\u730e\u4eba\u5370\u8bb0","Combustion Support":"\u51e0\u7387\u70b9\u71c3","Death\'s Oath Astral Plate":"\u51a5\u4f7f\u4e4b\u4f53 \u661f\u8292\u6218\u94e0","Knockback Support":"\u51fb\u9000","Tempering Orb":"\u56de\u706b\u77f3","Unleash Support":"\u91ca\u51fa\uff08\u8f85\uff09","Bones of Ullr Silk Slippers":"\u7075\u9ab8\u4e4b\u5c65 \u4e1d\u7ef8\u4fbf\u978b","Summon Holy Relic":"\u53ec\u5524\u5723\u7269","Silence and Frost":"\u6b7b\u5bc2\u4e25\u51ac","Inti of the Blood Moon":"\u8840\u6708\u4e4b\u7075\u5370\u63d0","Colossal Mana Flask":"\u9ad8\u9636\u9b54\u529b\u836f\u5242","Artillery Quiver":"\u706b\u70ae\u7bad\u888b","Bino\'s Kitchen Knife Slaughter Knife":"\u6bd4\u8bfa\u7684\u53a8\u5200 \u730e\u8005\u4e4b\u5203","The Magnate Studded Belt":"\u575a\u6bc5\u4e4b\u73af \u6263\u9489\u8170\u5e26","The Messenger":"\u4fe1\u4f7f","Awakened Deadly Ailments Support":"\u81f4\u547d\u5f02\u5e38\u72b6\u6001\uff08\u5f3a\u8f85\uff09","Aberrant Fossil":"\u7578\u53d8\u5316\u77f3","Architect\'s Hand Ambush Mitts":"\u5efa\u7b51\u5e08\u4e4b\u624b \u4f0f\u51fb\u62a4\u624b","Singular Delirium Orb":"\u5355\u72ec\u7684\u96fe\u9b47\u5b9d\u73e0","Simple Sextant":"\u7b80\u6613\u516d\u5206\u4eea","Awakened Cast While Channelling Support":"\u541f\u5531\u65f6\u65bd\u653e\uff08\u5f3a\u8f85\uff09","The Ivory Tower Saint\'s Hauberk":"\u8c61\u7259\u4e4b\u5854 \u5723\u8005\u94fe\u7532","Bonechill Support":"\u5f7b\u9aa8\uff08\u8f85\uff09","Awakened Arrow Nova Support":"\u7bad\u4e4b\u65b0\u661f\uff08\u5f3a\u8f85\uff09","Widowsilk Robe":"\u6bd2\u86db\u4e1d\u4e4b\u888d","Added Lightning Damage Support":"\u9644\u52a0\u95ea\u7535\u4f24\u5bb3","Cedar Tower Shield":"\u677e\u6728\u5854\u76fe","Jasper Axe":"\u7075\u7389\u65a7","Withering Step":"\u51cb\u96f6\u6b65","The Hive of Knowledge":"\u77e5\u8bc6\u4e4b\u5de2","Replica Bated Breath Chain Belt":"\u51dd\u606f\u3010\u4eff\u54c1\u3011 \u6263\u94fe\u8170\u5e26","Vaal Rain of Arrows":"\u74e6\u5c14\uff1a\u7bad\u96e8","The Wilted Rose":"\u67af\u840e\u73ab\u7470","Azurite Flashpowder":"\u84dd\u6676\u95ea\u5149\u7c89","Vaal Glacial Hammer":"\u74e6\u5c14\uff1a\u51b0\u971c\u4e4b\u9524","Esh\'s Breachstone":"\u827e\u8bb8\u88c2\u9699\u77f3","The Twins":"\u5b6a\u751f","Mark On Hit Support":"\u51fb\u4e2d\u9644\u52a0\u8bc5\u5492\uff08\u8f85\uff09(\u5370\u8bb0)","Imprint":"\u5370\u8bb0","accessories":"\u9644\u4ef6","Splinter of Xoph":"\u88c2\u9699\u788e\u7247","Blueprint: Repository":"\u84dd\u56fe\uff1a\u50a8\u85cf\u5e93","Foreboding Incubator":"\u9884\u5146\u5b55\u80b2\u77f3","Drillneck Penetrating Arrow Quiver":"\u7a7f\u5fc3 \u7a7f\u5c04\u7bad\u888b","Earthshatter":"\u5c16\u523a\u6218\u543c","Atziri\'s Arsenal":"\u963f\u5179\u91cc\u7684\u6b66\u5668\u5e93","Tectonic Slam":"\u7834\u91dc\u4e00\u51fb","Underground Sea Map":"\u6ee8\u6d77\u5e7d\u7a74","Shavronne\'s Pace Scholar Boots":"\u859b\u6717\u7684\u79d8\u672f\u957f\u9774 \u5b66\u8005\u957f\u9774","Sweep":"\u6a2a\u626b","Flesh Offering":"\u8840\u8089\u5949\u732e","Sin Trek Stealth Boots":"\u654f\u9510\u601d\u7ef4 \u533f\u8e2a\u77ed\u9774","The Chains that Bind":"\u675f\u7f1a\u4e4b\u70bc","Blackflame Amethyst Ring":"\u9ed1\u7130 \u7d2b\u6676\u6212\u6307","Frost Blades":"\u51b0\u971c\u4e4b\u5203","Cold Snap":"\u971c\u66b4","Belfry Map":"\u949f\u697c","The Blue Dream Cobalt Jewel":"\u78a7\u5f71\u68a6\u5883 \u94b4\u84dd\u73e0\u5b9d","Kiara\'s Determination Silver Flask":"\u5947\u4e9a\u62c9\u7684\u51b3\u5fc3 \u771f\u94f6\u836f\u5242","Augmented Distant Memory Synthesised Map":"\u589e\u5f3a\u7684\u9065\u8fdc\u56de\u5fc6 \u5bfb\u68a6\u8ffd\u5fc6","Smoke Mine":"\u70df\u96fe\u5730\u96f7","Jack in the Box":"\u60ca\u559c\u76d2","Double Strike":"\u53cc\u91cd\u6253\u51fb","Siege Ballista":"\u653b\u57ce\u70ae\u53f0","Wharf Map (The Awakening)":"\u6bd2\u7259\u6d77\u6e2f(\u89c9\u9192)","Shield Charge":"\u91cd\u76fe\u51b2\u950b","Golden Caligae":"\u9ec4\u91d1\u7f20\u978b","Raise Zombie":"\u9b54\u536b\u590d\u82cf","Sniper\'s Mark":"\u72d9\u51fb\u4e4b\u5370","The Encroaching Darkness":"\u9ed1\u6697\u6765\u72af","The Thaumaturgist":"\u5927\u5947\u672f\u5e08","Power Siphon":"\u529b\u91cf\u62bd\u53d6","Plague Bearer":"\u761f\u75ab\u4f7f\u5f92","The Scout":"\u65a5\u5019","Purity of Lightning":"\u95ea\u7535\u51c0\u5316","Awakened Unleash Support":"\u91ca\u51fa\uff08\u5f3a\u8f85\uff09","Bestiary Orb":"\u5c01\u9b54\u4e4b\u7389","Araku Tiki Coral Amulet":"\u9690\u7075\u4e4b\u7b26 \u73ca\u745a\u62a4\u8eab\u7b26","Herald of Ice":"\u5bd2\u51b0\u4e4b\u6377","Brinerot Whalers Trapper Boots":"\u5e03\u7433\u6d1b\u7279\u5cb8\u884c\u8005 \u730e\u4eba\u4e4b\u9774","Atonement Mask":"\u8d4e\u7f6a\u9762\u5177","Freezing Pulse":"\u51b0\u971c\u8109\u51b2","Sunder":"\u5927\u5730\u9707\u51fb","Flesh and Stone":"\u8840\u8089\u4e0e\u5ca9\u77f3","The Fledgling Lacquered Helmet":"\u96cf\u9e1f \u6f06\u5f69\u4e4b\u76d4","Doedre\'s Tenure Velvet Gloves":"\u5fb7\u745e\u7684\u7cbe\u795e\u624b\u5957 \u4e1d\u7ed2\u624b\u5957","Lucky Deck":"\u547d\u8fd0\u5782\u9752","Defiance Banner":"\u6297\u4e89\u4e4b\u65d7","Coveted Possession":"\u9965\u6e34\u4e4b\u5360","Consecrated Path":"\u5949\u732e\u4e4b\u8def","Legion Sword Piece":"\u519b\u56e2\u957f\u5251","Blood and Sand":"\u8840\u4e0e\u6c99","Sacred Mana Flask":"\u5723\u8bed\u9b54\u529b\u836f\u5242","Plated Gauntlets":"\u575a\u94c1\u62a4\u624b","Large Hybrid Flask":"\u5927\u578b\u590d\u5408\u836f\u5242","Ngamahu\'s Sign Ruby Ring":"\u52aa\u845b\u739b\u547c\u4e4b\u5370 \u7ea2\u7389\u6212\u6307","Charged Dash":"\u84c4\u529b\u75be\u98ce\u95ea","Blunt Arrow Quiver Piece":"\u949d\u77e2\u7bad\u888b","Replica Allure Vaal Claw":"\u9b45\u60d1\u3010\u4eff\u54c1\u3011 \u74e6\u5c14\u6218\u722a","Pig-Faced Bascinet":"\u732a\u9762\u5934\u76d4","Villa Map (Legacy)":"\u9b45\u5f71\u522b\u5885(\u9057\u4ea7)","Windscream Reinforced Greaves":"\u6076\u98ce\u8db3\u8ff9 \u5f3a\u5316\u80eb\u7532","Disdain":"\u8511\u89c6","Runic Gages":"\u7b26\u6587\u7b3c\u624b","Infested Tunnelfiend":"\u53d7\u75ab\u5730\u4e0b\u90aa\u517d","Heavy Belt":"\u91cd\u9769\u8170\u5e26","Deidbell Gilded Sallet":"\u4e27\u949f \u91d1\u9762\u62a4\u76d4","The Endurance":"\u8010\u4e45\u8005","Carnal Mitts":"\u7981\u793c\u62a4\u624b","Rustic Sash":"\u7d20\u5e03\u8170\u5e26","Oozeback Bloom":"\u8150\u751f\u6050\u5599\u9e1f","Craiceann\'s Chitin Magistrate Crown":"\u6df1\u6d77\u9b54\u89d2 \u884c\u653f\u8005\u6218\u51a0","Mortal Grief":"\u51e1\u4eba\u7684\u54c0\u4f24[\u5de6\u4e0a]","Wrapped Boots":"\u88f9\u8dbe\u51c9\u978b","Shrieking Essence of Woe":"\u60b2\u75db\u4e4b\u5c16\u5578\u7cbe\u534e","Intrinsic Catalyst":"\u5185\u5728\u50ac\u5316\u5242","Polished Harbinger Scarab":"\u95ea\u8000\u7684\u7684\u5148\u9a71\u5723\u7532\u866b","Triumphant Lamellar":"\u80dc\u5229\u76d4\u7532","Dyadian Dawn Heavy Belt":"\u6234\u4e9a\u8fea\u5b89\u7684\u6668\u66e6 \u91cd\u9769\u8170\u5e26","Tainted Jeweller\'s Orb":"\u6c61\u79fd\u5de5\u5320\u77f3","Tainted Chromatic Orb":"\u6c61\u79fd\u5e7b\u8272\u77f3","Gilded Bestiary Scarab":"\u9540\u91d1\u7684\u730e\u9b54\u5723\u7532\u866b","Chaotic Disposition":"\u6d51\u6c8c\u6027\u60c5","Wailing Essence of Spite":"\u523b\u6bd2\u4e4b\u54c0\u568e\u7cbe\u534e","Spinefuse Talisman":"\u6f5c\u80fd\u9b54\u7b26","Saqawal\'s Winds Soldier Gloves":"\u82cd\u7a7a\u4e4b\u7ffc \u6218\u58eb\u624b\u5957","Aurseize Steelscale Gauntlets":"\u5bcc\u8d35\u4e4b\u8fd0 \u94a2\u5f71\u62a4\u624b","The Last Supper":"\u6700\u540e\u7684\u665a\u9910","Chainmail Vest":"\u9501\u94fe\u80cc\u5fc3","Shattershard Crimson Round Shield":"\u7834\u88c2\u788e\u7247 \u7eef\u7ea2\u5706\u76fe","Splinter of Chayula":"\u88c2\u9699\u788e\u7247","Perquil\'s Toe Gold Amulet":"\u73c0\u594e\u5c14\u4e4b\u8dbe \u5e1d\u91d1\u62a4\u8eab\u7b26","Q\'uru":"\u5e93\u9c81","Awakened Melee Physical Damage Support":"\u8fd1\u6218\u7269\u7406\u4f24\u5bb3\uff08\u5f3a\u8f85\uff09","Tainted Exalted Orb":"\u6c61\u79fd\u5d07\u9ad8\u77f3","Leaping Spider":"\u8dc3\u5f71\u5de8\u86db","Lair of the Hydra Map":"\u4e5d\u5934\u86c7\u5de2\u7a74","The Blood Dance Sharkskin Boots":"\u8840\u5f71 \u9ca8\u76ae\u77ed\u9774","Blessing of Esh":"\u827e\u8bb8\u7684\u795d\u798f","The Carrion Crow":"\u98df\u8150\u63a0\u9e26","prophecies":"\u9884\u8a00","watchstones":"\u5b88\u671b\u77f3","sentinel":"\u54e8\u5175","Call of the Void Sapphire Ring":"\u865a\u7a7a\u53ec\u5524 \u84dd\u7389\u6212\u6307","The Twisted Trinity Cosmic Apex Sentinel":"\u626d\u66f2\u4e09\u4f4d\u4e00\u4f53 \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","The Burden of Truth Crystal Belt":"\u771f\u76f8\u4e4b\u62c5 \u6c34\u6676\u8170\u5e26","The Eternal Struggle Onyx Amulet":"\u6c38\u6052\u4e4b\u6218 \u9ed1\u66dc\u62a4\u8eab\u7b26","Echoes of Creation Royal Burgonet":"\u521b\u9020\u56de\u58f0 \u7687\u5ba4\u575a\u76d4","A Fate Worse Than Death":"\u6bd4\u6b7b\u4ea1\u66f4\u60b2\u60e8\u7684\u547d\u8fd0","Altered Perception":"\u6539\u53d8\u77e5\u89c9","Darker Half":"\u9ed1\u6697\u534a\u9762","From Bone to Ashes":"\u4ece\u9aa8\u5230\u7070","Further Invention":"\u66f4\u65b0\u53d1\u660e","Home":"\u5bb6\u56ed","Rebirth and Renewal":"\u91cd\u751f\u4e0e\u65b0\u751f","The Apothecary":"\u836f\u5242\u5e08","The Brawny Battle Mage":"\u5f3a\u58ee\u7684\u6218\u6597\u6cd5\u5e08","The Destination":"\u76ee\u7684\u5730","The Dungeon Master":"\u5730\u4e0b\u57ce\u5927\u5e08","The Forward Gaze":"\u653e\u8fdc\u76ee\u5149","Augmenting Power Core":"\u589e\u5f3a\u529b\u91cf\u6838\u5fc3","Armour Recombinator":"\u62a4\u7532\u91cd\u7ec4\u5668","Power Core":"\u529b\u91cf\u6838\u5fc3","Jewellery Recombinator":"\u73e0\u5b9d\u91cd\u7ec4\u5668","Transforming Power Core":"\u53d8\u6362\u529b\u91cf\u6838\u5fc3","Amplifying Power Core":"\u653e\u5927\u529b\u91cf\u6838\u5fc3","Weapon Recombinator":"\u6b66\u5668\u91cd\u7ec4\u5668","Captured Soul of Armala, the Widow":"\u5df2\u6355\u83b7\u7075\u9b42\uff1a\u5be1\u5987\u5236\u9020\u8005\u963f\u739b\u62c9","Captured Soul of Captain Clayborne, The Accursed":"\u5df2\u6355\u83b7\u7075\u9b42\uff1a\u88ab\u8bc5\u5492\u7684\u514b\u83b1\u5954\u8239\u957f","Captured Soul of Varhesh, Shimmering Aberration":"\u5df2\u6355\u83b7\u7075\u9b42\uff1a\u5fae\u5149\u5de8\u4f8d\u6cd5\u8d6b\u897f","Captured Soul of The Hallowed Husk":"\u5df2\u6355\u83b7\u7075\u9b42\uff1a\u8d85\u7075\u4e4b\u4f53","Awakened Empower Support":"\u8d4b\u80fd\uff08\u5f3a\u8f85\uff09","Awakened Enhance Support":"\u5f3a\u5316\uff08\u5f3a\u8f85\uff09","Awakened Enlighten Support":"\u542f\u8499\uff08\u5f3a\u8f85\uff09","Impossible Escape Viridian Jewel":"\u65e0\u6240\u9041\u5f62 \u7fe0\u7eff\u73e0\u5b9d","Sublime Vision Prismatic Jewel":"\u5d07\u9ad8\u613f\u666f \u4e09\u76f8\u73e0\u5b9d","Windripper Long Bow":"\u88c2\u98ce \u957f\u5f13(\u4e0d\u53ef\u7528)","Escalation Brimstone Stalker Sentinel":"\u5347\u7ea7 \u786b\u77f3\u8ffd\u730e\u62a4\u536b","Insomnia Cosmic Apex Sentinel":"\u4e0d\u7720 \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","The Ancient Angler Emberstone Apex Sentinel":"\u8fdc\u53e4\u9493\u8005 \u4f59\u70ec\u5dc5\u5cf0\u62a4\u536b","The Angel of Vengeance Cosmic Apex Sentinel":"\u590d\u4ec7\u5929\u4f7f \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","The Arbiter Brimstone Pandemonium Sentinel":"\u4ef2\u88c1\u8005 \u786b\u77f3\u9b54\u57df\u62a4\u536b","The Basilisk Emberstone Pandemonium Sentinel":"\u86c7\u602a \u4f59\u70ec\u9b54\u57df\u62a4\u536b","The Benefactor Cobalt Stalker Sentinel":"\u6350\u52a9\u8005 \u94b4\u84dd\u8ffd\u730e\u62a4\u536b","The Depraved Cosmic Apex Sentinel":"\u5815\u843d \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","The Epiphany Cosmic Apex Sentinel":"\u542f\u8499 \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","The Hollow-Eyed Skull Emberstone Stalker Sentinel":"\u7a7a\u773c\u4e4b\u9885 \u4f59\u70ec\u8ffd\u730e\u62a4\u536b","The Infested Obsidian Stalker Sentinel":"\u67d3\u75ab\u8005 \u9ed1\u66dc\u8ffd\u730e\u62a4\u536b","The Megalomaniac Bronze Stalker Sentinel":"\u5984\u60f3\u75c7 \u9752\u94dc\u8ffd\u730e\u62a4\u536b","The Narcissist Cosmic Apex Sentinel":"\u81ea\u604b \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","The Raging Inferno Cosmic Apex Sentinel":"\u5929\u706b \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b"," The Torturer Obsidian Pandemonium Sentinel":"\u6298\u78e8\u8005 \u9ed1\u66dc\u9b54\u57df\u62a4\u536b","The Unbridled Tempest Cosmic Apex Sentinel":"\u8086\u8650\u66b4\u98ce \u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","Rusted Stalker Sentinel":"\u9508\u8ff9\u8ffd\u730e\u62a4\u536b","Bronze Stalker Sentinel":"\u9752\u94dc\u8ffd\u730e\u62a4\u536b","Cobalt Stalker Sentinel":"\u94b4\u84dd\u8ffd\u730e\u62a4\u536b","Brimstone Stalker Sentinel":"\u786b\u77f3\u8ffd\u730e\u62a4\u536b","Emberstone Stalker Sentinel":"\u4f59\u70ec\u8ffd\u730e\u62a4\u536b","Obsidian Stalker Sentinel":"\u9ed1\u66dc\u8ffd\u730e\u62a4\u536b","Bronze Pandemonium Sentinel":"\u9752\u94dc\u9b54\u57df\u62a4\u536b","Cobalt Pandemonium Sentinel":"\u94b4\u84dd\u9b54\u57df\u62a4\u536b","Brimstone Pandemonium Sentinel":"\u786b\u77f3\u9b54\u57df\u62a4\u536b","Emberstone Pandemonium Sentinel":"\u4f59\u70ec\u9b54\u57df\u62a4\u536b","Obsidian Pandemonium Sentinel":"\u9ed1\u66dc\u9b54\u57df\u62a4\u536b","Bronze Apex Sentinel":"\u9752\u94dc\u5dc5\u5cf0\u62a4\u536b","Cobalt Apex Sentinel":"\u94b4\u84dd\u5dc5\u5cf0\u62a4\u536b","Brimstone Apex Sentinel":"\u786b\u77f3\u5dc5\u5cf0\u62a4\u536b","Emberstone Apex Sentinel":"\u4f59\u70ec\u5dc5\u5cf0\u62a4\u536b","Obsidian Apex Sentinel":"\u9ed1\u66dc\u5dc5\u5cf0\u62a4\u536b","Cryptic Stalker Sentinel":"\u795e\u79d8\u8ffd\u730e\u62a4\u536b","Primeval Stalker Sentinel":"\u539f\u59cb\u8ffd\u730e\u62a4\u536b","Ancient Stalker Sentinel":"\u8fdc\u53e4\u8ffd\u730e\u62a4\u536b","Cryptic Pandemonium Sentinel":"\u795e\u79d8\u9b54\u57df\u62a4\u536b","Primeval Pandemonium Sentinel":"\u539f\u59cb\u9b54\u57df\u62a4\u536b","Ancient Pandemonium Sentinel":"\u8fdc\u53e4\u9b54\u57df\u62a4\u536b","Cryptic Apex Sentinel":"\u795e\u79d8\u5dc5\u5cf0\u62a4\u536b","Primeval Apex Sentinel":"\u539f\u59cb\u5dc5\u5cf0\u62a4\u536b","Ancient Apex Sentinel":"\u8fdc\u53e4\u5dc5\u5cf0\u62a4\u536b","Cosmic Apex Sentinel":"\u5b87\u5b99\u5dc5\u5cf0\u8fd1\u536b","Kalandra\'s Touch Ring":"\u5361\u5170\u5fb7\u4e4b\u89e6","Ring":"\u6212\u6307\uff1a","Bone Ring":"\u9aa8\u73af","Dusk Ring":"\u6212\u6307\uff1a\u66ae\u8272","Penumbra Ring":"\u6212\u6307\uff1a\u534a\u5f71","Gloam Ring":"\u6212\u6307\uff1a\u8584\u66ae","Tenebrous Ring":"\u6212\u6307\uff1a\u6697\u9ed1","Shadowed Ring":"\u6212\u6307\uff1a\u6697\u5f71","Allelopathy Satin Gloves":"\u76f8\u751f\u76f8\u514b \u7f0e\u5e03\u624b\u5957","Briskwrap Sun Leather":"\u8352\u9014 \u6263\u73af\u76ae\u7532","Demon Stitcher Satin Gloves":"\u6076\u9b54\u7f1d\u8865\u8005 \u7f0e\u5e03\u624b\u5957","Elevore Wolf Pelt":"\u827e\u5c14\u5f17\u96f7 \u72fc\u9996\u76ae\u76d4","Ghostwrithe Silken Vest":"\u4ee3\u7b14\u4eba \u7ef8\u7f0e\u80cc\u5fc3","Kaom\'s Spirit Titan Gauntlets":"\u5188\u59c6\u7684\u7cbe\u795e \u5de8\u4eba\u62a4\u624b","Kongming\'s Stratagem Ancient Spirit Shield":"\u5b54\u660e\u7684\u795e\u7b97 \u8c61\u7259\u9b54\u76fe","Manastorm Lacewood Spirit Shield":"\u9b54\u529b\u98ce\u66b4 \u77f3\u5316\u9b54\u76fe","Replica Allelopathy Satin Gloves":"\u76f8\u751f\u76f8\u514b\u3010\u4eff\u54c1\u3011 \u7f0e\u5e03\u624b\u5957","Soul Ascension Carnal Mitts":"\u7075\u9b42\u98de\u5347 \u7981\u793c\u62a4\u624b","The Poised Prism Primal Arrow Quiver":"\u5e73\u8861\u68f1\u955c \u539f\u77e2\u7bad\u888b","Thrillsteel Barbute Helmet":"\u60ca\u9669\u523a\u6fc0 \u8f7b\u9a91\u76d4","Astral Protection":"\u661f\u754c\u9632\u62a4","Azure Rage":"\u5929\u84dd\u4e4b\u6012","Broken Truce":"\u7834\u788e\u4f11\u6218","Checkmate":"\u632b\u8d25","Choking Guilt":"\u7a92\u606f\u6127\u759a","Doryani\'s Epiphany":"\u591a\u91cc\u4e9a\u5c3c\u7684\u542f\u8499","Endless Night":"\u65e0\u5c3d\u591c\u665a","Gemcutter\'s Mercy":"\u5b9d\u77f3\u5320\u7684\u4ec1\u6148","Lethean Temptation":"\u9057\u5fd8\u8bf1\u60d1","Something Dark":"\u9ed1\u6697\u4e4b\u7269","The Enforcer":"\u6267\u884c\u5b98","The Leviathan":"\u6d77\u602a","The Price of Devotion":"\u8654\u8bda\u7684\u4ee3\u4ef7","The Shepherd\'s Sandals":"\u7267\u7f8a\u4eba\u7684\u51c9\u978b","The Shieldbearer":"\u6301\u76fe\u4eba","Deadly End Ultimatum Aspect":"\u65e0\u8def\u53ef\u8d70 \u81f4\u547d\u8d2a\u5a6a\u4e4b\u76f8","Ignominious Fate Ultimatum Aspect":"\u53ef\u803b\u7684\u547d\u8fd0 \u81f4\u547d\u8d2a\u5a6a\u4e4b\u76f8","Victorious Fate Ultimatum Aspect":"\u80dc\u5229\u7684\u547d\u8fd0 \u81f4\u547d\u8d2a\u5a6a\u4e4b\u76f8","Will of Chaos Ultimatum Aspect":"\u6df7\u4e71\u7684\u610f\u5fd7 \u81f4\u547d\u8d2a\u5a6a\u4e4b\u76f8","Primal Crystallised Lifeforce":"\u539f\u59cb\u7d2b\u6676\u547d\u80fd","Sacred Crystallised Lifeforce":"\u795e\u5723\u7d2b\u6676\u547d\u80fd","Vivid Crystallised Lifeforce":"\u6d3b\u6027\u7d2b\u6676\u547d\u80fd","Wild Crystallised Lifeforce":"\u72c2\u91ce\u7d2b\u6676\u547d\u80fd","Reflective Oil":"\u53cd\u5149\u5723\u6cb9","Captured Soul of Void Anomaly":"\u5df2\u6355\u83b7\u7684\u865a\u7a7a\u4e4b\u5f02\u4e4b\u9b42","Captured Soul of Ara, Sister of Light":"\u5df2\u6355\u83b7\u7684\u5149\u660e\u59d0\u59b9\u5a25\u62c9\u4e4b\u9b42","Captured Soul of Visceris":"\u5df2\u6355\u83b7\u7684\u74e6\u745f\u745e\u65af\u4e4b\u9b42","Captured Soul of Burtok, Conjurer of Bones":"\u5df2\u6355\u83b7\u7684\u9aa8\u6cd5\u5e08\u4f2f\u6258\u514b\u4e4b\u9b42","Captured Soul of The Sanguine Siren":"\u5df2\u6355\u83b7\u7684\u73ab\u7ea2\u5973\u5996\u4e4b\u9b42","Ultimatum Aspect":"\u81f4\u547d\u8d2a\u5a6a\u4e4b\u76f8","Alchemist\'s Mark":"\u70bc\u91d1\u5e08\u4e4b\u5370","Galvanic Field":"\u7535\u6d41\u573a","Lightning Conduit":"\u95ea\u7535\u901a\u9053","Overcharge Support":"\u5145\u80fd\u652f\u67b6","The Tower of Ordeals Engraved Ultimatum":"\u6298\u78e8\u4e4b\u5854 \u7b26\u6587\u81f4\u547d\u8d2a\u5a6a","Engraved Ultimatum":"\u7b26\u6587\u81f4\u547d\u8d2a\u5a6a","Shaped Arachnid Nest Map (Atlas of Worlds)":"\u5f02\u86db\u5de2\u7a74(\u5851)(\u5f02\u754c\u56fe\u9274)","Mirrored Tablet":"\u955c\u50cf\u684c\u53f0","Visceral Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5185\u810f","Shiny Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u95ea\u4eae","Archive Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u4e66\u5e93","Cosmic Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5b87\u5b99","Oubliette Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5730\u7262","Decaying Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u8150\u8680","Forgotten Reliquary Key":"\u5723\u7269\u5385\u94a5\u5319\uff1a\u5fd8\u5374","Calling Wand":"\u53ec\u5524\u6cd5\u6756","Convening Wand":"\u53ec\u96c6\u6cd5\u6756","The Torturer Obsidian Pandemonium Sentinel":"\u5211\u7f5a\u8005 \u9ed1\u66dc\u9b54\u57df\u62a4\u536b","Alva\'s Memory":"\u963f\u5c14\u74e6\u7684\u56de\u5fc6","Einhar\'s Memory":"\u4f0a\u6069\u54c8\u5c14\u7684\u56de\u5fc6","Kirac\'s Memory":"\u5947\u62c9\u514b\u7684\u56de\u5fc6","Niko\'s Memory":"\u5c3c\u514b\u7684\u56de\u5fc6"}'); }, function(module) { module.exports = JSON.parse('{"Critical Strike Chance":" \u66b4\u51fb\u7387","Effectiveness of Added Damage":" \u4f24\u5bb3\u6548\u7528","Bow":" \u5f13","Rune ":" \u7b26\u6587","Claw":" \u722a","Dagger":" \u5315\u9996","Warstaff":" \u6218\u6756","Staff":" \u957f\u6756","Axe":" \u65a7","Two Handed ":" \u53cc\u624b","One Handed ":" \u5355\u624b","Mace":" \u9524","Sword":" \u5251","Wand":" \u6cd5\u6756","Fishing Rod":" \u9c7c\u7aff","Abyss":" \u6df1\u6e0a","Client":" \u5ba2\u6237","Alert Level Reduction":" \u8b66\u62a5\u7b49\u7ea7\u8870\u51cf","Time Before Lockdown":" \u5c01\u9501\u524d\u7684\u65f6\u95f4","This item can be equipped by":" \u8be5\u7269\u54c1\u53ef\u4ee5\u88c5\u5907\u7ed9","Any Heist member can equip this item.":" \u4efb\u4f55\u8d4f\u91d1\u730e\u4eba\u90fd\u53ef\u4ee5\u88c5\u5907\u8be5\u7269\u54c1\u3002","Sceptre":" \u77ed\u6756","Weapon Range":" \u6b66\u5668\u8303\u56f4","Attack":" \u653b\u51fb","Melee":" \u8fd1\u6218","Strike":" \u6253\u51fb","Slam":" \u731b\u51fb","Warcry":" \u6218\u543c","Spell":" \u6cd5\u672f","Arcane":" \u5965\u672f","Brand":" \u70d9\u5370","Orb":" \u6cd5\u7403","Nova":" \u65b0\u661f","Channelling":" \u6301\u7eed\u541f\u5531","Physical":" \u7269\u7406","Fire":" \u706b\u7130","Cold":" \u51b0\u971c","Lightning":" \u95ea\u7535","Chaos":" \u6df7\u6c8c","Projectile":" \u6295\u5c04\u7269","Chaining":" \u8fde\u9501","Prismatic":" \u8679\u5149","Minion":" \u53ec\u5524\u751f\u7269","Mine":" \u5730\u96f7","Trap":" \u9677\u9631","Golem":" \u56fe\u817e","Aura":" \u5149\u73af","Herald":" \u6377","Stance":" \u59ff\u6001","Guard":" \u62a4\u536b","Totem":" \u56fe\u817e","Movement":" \u4f4d\u79fb","Travel":" \u65c5\u884c","Blink":" \u95ea\u73b0","Curse":" \u8bc5\u5492","Hex":" \u9b54\u86ca","Mark":" \u5492\u5370","AoE":" \u6548\u679c\u533a\u57df","Duration":" \u6301\u7eed\u65f6\u95f4","Vaal":" \u74e6\u5c14","Trigger":" \u89e6\u53d1","Critical":" \u66b4\u51fb","Link":" \u7f81\u7eca","Mana":" \u9b54\u529b"," Damage":" \u4f24\u5bb3"," Speed":" \u901f\u5ea6","of base":" \u57fa\u7840","Cost & Reservation Multiplier":" \u6d88\u8017\u53ca\u4fdd\u7559\u52a0\u6210","Cost":" \u6d88\u8017","Cast":" \u65bd\u653e","Reservation":" \u4fdd\u7559","Time":" \u65f6\u95f4","Cooldown":" \u51b7\u5374","per ":" \u6bcf","Seconds":" \u79d2","Second":" \u79d2","second":" \u79d2","sec":" \u79d2","Max":" \u6700\u9ad8\u7b49\u7ea7","Instant":" \u77ac\u53d1","Alternate Quality":" \u66ff\u6362\u54c1\u8d28","Cooldown Time":" \u51b7\u5374\u65f6\u95f4","Souls Per Use":" \u6bcf\u6b21\u65bd\u653e\u6240\u9700\u7075\u9b42","Can Store":" \u53ef\u50a8\u5b58","Soul Gain Prevention":" \u9677\u9631\u6301\u7eed","Karst, the Lockpick":"\u89e3\u5bc6\u5e08\u5361\u65af\u7279","Huck, the Soldier":"\u519b\u58eb\u54c8\u514b","Niles, the Interrogator":"\u5ba1\u8baf\u5e08\u5948\u5c14\u65af","Vinderi, the Dismantler":"\u7206\u7834\u5e08\u6e29\u5fb7\u5229","Gianna, the Master of Disguise":"\u6613\u5bb9\u5927\u5e08\u5409\u5b89\u5a1c","Tibbs, the Giant":"\u5de8\u6c49\u7279\u535c\u65af","Tullina, the Catburglar":"\u6f5c\u884c\u8005\u56fe\u6797\u5a1c","Nenet, the Scout":"\u65a5\u5019\u5948\u5c3c\u7279","Isla, the Engineer":"\u5de5\u7a0b\u5e08\u4f0a\u65af\u62c9","Atlas Region":" \u5f02\u754c\u5730\u533a","Haewark Hamlet":" \u6d77\u6c83\u514b\u6751","Lira Arthain":" \u5229\u62c9\u4e9a\u68ee","Valdos Rest":" \u74e6\u5c14\u591a\u4e4b\u606f","Glennach Cairns":" \u683c\u4f26\u7eb3\u8d6b\u77f3\u51a2","Limited to":" \u4ec5\u9650","Radius":" \u8303\u56f4","Variable":" \u53d8\u91cf","Medium":" \u4e2d","Small":" \u5c0f","Survival":" \u5e78\u5b58","Lasts":" \u6301\u7eed","Large":" \u5927","Consumes":" \u6bcf\u6b21\u4f7f\u7528"," of ":" \u4ece"," on use":" \u4e2d\u6d88\u8017","Currently has":" \u76ee\u524d\u6709","Charges":" \u5145\u80fd\u6b21\u6570","Recovers":" \u56de\u590d","Historic":" \u53f2\u5b9e","Life":" \u751f\u547d"," over":" \u7528\u65f6","Genus":" \u5c5e\u7c7b","Group":" \u7ec4\u522b","Family":" \u79d1\u76ee","Uses":" \u4f7f\u7528","Use":" \u4f7f\u7528","Requires":" \u9700\u8981","Support":" \u8f85\u52a9","Socketed Fossils":" \u4e2a\u5df2\u9576\u5d4c\u7684\u5316\u77f3","Socketed Fossil":" \u4e2a\u5df2\u9576\u5d4c\u7684\u5316\u77f3"}'); }, function(module) { module.exports = JSON.parse('{"Witch":"\u5973\u5deb","Templar":"\u5723\u5802\u6b66\u50e7","Scion":"\u8d35\u65cf","Shadow":"\u6697\u5f71\u523a\u5ba2","Marauder":"\u91ce\u86ee\u4eba","Ranger":"\u6e38\u4fa0","Duelist":"\u51b3\u6597\u8005","Corrupted":"\u5df2\u6c61\u67d3","Unidentified":"\u672a\u9274\u5b9a","Stack Size":"\u5806\u53e0\u6570\u91cf","Slayer":"\u5904\u5211\u8005","Gladiator":"\u536b\u58eb","Champion":"\u51a0\u519b","Assassin":"\u523a\u5ba2","Saboteur":"\u7834\u574f\u8005","Trickster":"\u8bc8\u6b3a\u5e08","Juggernaut":"\u52c7\u58eb","Berserker":"\u66b4\u5f92","Chieftain":"\u914b\u957f","Necromancer":"\u6b7b\u7075\u5e08","Occultist":"\u79d8\u672f\u5bb6","Elementalist":"\u5143\u7d20\u4f7f","Deadeye":"\u9510\u773c","Raider":"\u4fa0\u5ba2","Pathfinder":"\u8ffd\u730e\u8005","Inquisitor":"\u5224\u5b98","Hierophant":"\u5723\u5b97","Guardian":"\u5b88\u62a4\u8005","Ascendant":"\u5347\u534e\u4f7f\u5f92","None":"\u65e0","and":"\u548c","Add Stat Filter":"\u589e\u52a0\u72b6\u6001\u8fc7\u6ee4\u5668","Add Stat Group Filter":"\u589e\u52a0\u72b6\u6001\u7ec4\u8fc7\u6ee4\u5668","Stat Groups":"\u72b6\u6001\u7ec4","No Price Set":"\u672a\u5b9a\u4ef7","Search Items...":"\u67e5\u627e\u7269\u54c1...","Highlight Items...":"\u9ad8\u4eae\u7269\u54c1...","Filter Items...":"\u7b5b\u9009\u7269\u54c1...","Any":"\u4efb\u4f55","Online In League":"\u4ec5\u8d5b\u5b63\u5728\u7ebf","Online Only":"\u4ec5\u5728\u7ebf","Listed by":"\u4e0a\u67b6\u8005","Stat Filters":"\u72b6\u6001\u8fc7\u6ee4","And":"\u548c","Not":"\u975e","If":"\u5982\u679c","Count":"\u6570\u91cf","Weighted Sum":"\u52a0\u6743\u6c42\u548c","{i} results":"{i}\u4e2a\u7ed3\u679c","Show my Status":"\u663e\u793a\u6211\u7684\u72b6\u6001","Show my Status on All Leagues":"\u663e\u793a\u6240\u6709\u533a\u72b6\u6001","Appear Offline":"\u9690\u8eab","Fetching...":"\u83b7\u53d6\u4e2d...","Type Filters":"\u7c7b\u578b\u8fc7\u6ee4\u5668","Item Category":"\u7269\u54c1\u7c7b\u578b","Item Rarity":"\u7269\u54c1\u7a00\u6709\u5ea6","Any Weapon":"\u4efb\u4f55\u6b66\u5668","One-Handed Weapon":"\u5355\u624b\u6b66\u5668","One-Handed Melee Weapon":"\u5355\u624b\u8fd1\u6218\u6b66\u5668","Two-Handed Melee Weapon":"\u53cc\u624b\u8fd1\u6218\u6b66\u5668","Bow":"\u5f13","Claw":"\u722a","Dagger":"\u5315\u9996","One-Handed Axe":"\u5355\u624b\u65a7","One-Handed Mace":"\u5355\u624b\u9524","One-Handed Sword":"\u5355\u624b\u5251","Sceptre":"\u77ed\u6756","Two-Handed Axe":"\u53cc\u624b\u65a7","Two-Handed Mace":"\u53cc\u624b\u9524","Two-Handed Sword":"\u53cc\u624b\u5251","Wand":"\u6cd5\u6756","Fishing Rod":"\u9c7c\u7aff","Body Armour":"\u80f8\u7532","Boots":"\u978b\u5b50","Gloves":"\u624b\u5957","Helmet":"\u5934\u90e8","Shield":"\u76fe","Quiver":"\u7bad\u888b","Amulet":"\u9879\u94fe","Belt":"\u8170\u5e26","Ring":"\u6212\u6307","Gem":"\u6280\u80fd\u5b9d\u77f3","Abyss Jewel":"\u6df1\u6e0a\u73e0\u5b9d","Jewel":"\u73e0\u5b9d","Flask":"\u836f\u5242","Map":"\u5730\u56fe","Leaguestone":"\u8d5b\u5b63\u77f3","Divination Card":"\u547d\u8fd0\u5361","Captured Beast":"\u5df2\u6355\u9b54\u7269","Metamorph Sample":"\u707e\u53d8\u6837\u672c","Normal":"\u4e00\u822c","Magic":"\u9b54\u6cd5\u7684","Rare":"\u7a00\u6709\u7684","Unique":"\u4f20\u5947\u7684","Unique (Relic)":"\u4f20\u5947(\u9057\u4ea7)","Weapon Filters":"\u6b66\u5668\u8fc7\u6ee4","Damage":"\u4f24\u5bb3","APS":"\u6bcf\u79d2\u653b\u51fb\u6b21\u6570","Attacks per Second":"\u6bcf\u79d2\u653b\u51fb\u6b21\u6570","Critical Chance":"\u66b4\u51fb\u51e0\u7387","Damage per Second":"\u6bcf\u79d2\u4f24\u5bb3","pDPS":"\u6bcf\u79d2\u7269\u7406\u4f24\u5bb3","Physical DPS":"\u6bcf\u79d2\u7269\u7406\u4f24\u5bb3","Elemental DPS":"\u6bcf\u79d2\u5143\u7d20\u4f24\u5bb3","Armour Filters":"\u62a4\u7532\u8fc7\u6ee4","Armour":"\u62a4\u7532","Evasion":"\u95ea\u907f","Energy Shield":"\u80fd\u91cf\u62a4\u76fe","Block":"\u683c\u6321","Ward":"\u7ed3\u754c","Base Percentile":"\u57fa\u7840\u767e\u5206\u6bd4","Includes base value, local modifiers, and maximum quality":"\u5305\u62ec\u57fa\u7840\u6570\u503c\u3001\u672c\u5730\u8bcd\u7f00\u3001\u6700\u5927\u54c1\u8d28","Includes base value and local modifiers":"\u5305\u62ec\u57fa\u7840\u6570\u503c\u548c\u672c\u5730\u8bcd\u7f00","The percentile of all base defence rolls, averaged (0-100%)":"\u6240\u6709\u57fa\u7840\u9632\u5fa1\u7684\u767e\u5206\u6570\uff0c\u5e73\u5747\uff080-100%\uff09","Socket Filters":"\u63d2\u69fd\u8fc7\u6ee4","Sockets":"\u63d2\u69fd","Links":"\u8fde\u63a5","R":"\u7ea2","G":"\u7eff","B":"\u84dd","W":"\u767d","Requirements":"\u9700\u6c42","Level":"\u7b49\u7ea7","Strength":"\u529b\u91cf","Dexterity":"\u654f\u6377","Intelligence":"\u667a\u6167","Character Class":"\u57fa\u7840\u804c\u4e1a","Miscellaneous":"\u5176\u4ed6","Quality":"\u54c1\u8d28","Item Level":"\u7269\u54c1\u7b49\u7ea7","Map Filters":"\u5730\u56fe\u8fc7\u6ee4\u5668","Map Tier":"\u5730\u56fe\u7b49\u7ea7","Map Packsize":"\u5730\u56fe\u5305","Map IIQ":"\u5730\u56fe\u7269\u54c1\u6389\u843d\u6570\u91cf","Map IIR":"\u5730\u56fe\u7269\u54c1\u7a00\u6709\u5ea6","Map Series":"\u5730\u56fe\u7cfb\u5217","Current":"\u5f53\u524d","Scourge":"\u5f02\u5ea6\u5929\u707e","Expedition":"\u5148\u7956\u79d8\u85cf","Ritual":"\u9a71\u7075\u4eea\u5f0f","Heist":"\u593a\u5b9d\u5947\u5175","Harvest":"\u5e84\u56ed","Delirium":"\u60ca\u60b8\u8ff7\u96fe","Metamorph":"\u707e\u53d8","Blight":"\u83cc\u6f6e","Legion":"\u519b\u56e2","Synthesis":"\u865a\u7a7a\u5e7b\u5883","Betrayal":"\u80cc\u53db\u8005","War for the Atlas":"\u5f02\u754c\u4e89\u593a\u6218","Atlas of Worlds":"\u5f02\u754c\u56fe\u9274","The Awakening":"\u5927\u89c9\u9192","Legacy":"\u9057\u4ea7","Shaped Map":"\u5851\u754c\u8005\u5730\u56fe","Elder Map":"\u88c2\u754c\u8005\u5730\u56fe","Blighted Map":"\u83cc\u6f6e\u5730\u56fe","Gem Level":"\u6280\u80fd\u5b9d\u77f3\u7b49\u7ea7","Gem Experience %":"\u5b9d\u77f3\u7ecf\u9a8c %","Shaper Item":"\u5851\u754c\u8005\u7269\u54c1","Elder Item":"\u88c2\u754c\u8005\u7269\u54c1","Talisman Tier":"\u9b54\u7b26\u7b49\u7ea7","Stored Experience":"\u5b58\u50a8\u7684\u7ecf\u9a8c","Durability":"\u8010\u4e45\u5ea6","Alternate Art":"\u7279\u6548","Identified":"\u5df2\u9274\u5b9a","Crafted":"\u5de5\u827a\u7684","Enchanted":"\u9644\u9b54\u7684","Trade Filters":"\u4ea4\u6613\u8fc7\u6ee4","Seller Filters":"\u5356\u5bb6\u8fc7\u6ee4","Minimum Stock":"\u6700\u5c0f\u5b58\u91cf","Seller Account":"\u5356\u5bb6\u5e10\u53f7","Collapse Listings by Account":"\u6309\u8d26\u53f7\u6536\u8d77\u5217\u8868","Enter account name...":"\u8f93\u5165\u8d26\u53f7\u540d","Sale Type":"\u4ea4\u6613\u7c7b\u578b","Buyout or Fixed Price":"\u4e00\u53e3\u4ef7","No Listed Price":"\u65e0\u5b9a\u4ef7","Buyout Price":"\u4e00\u53e3\u4ef7","Orb of Alteration":"\u6539\u9020\u77f3","Orb of Fusing":"\u94fe\u63a5\u77f3","Orb of Alchemy":"\u70b9\u91d1\u77f3","Chaos Orb Equivalent":"\u6df7\u6c8c\u77f3 \u540c\u7b49\u4ef7\u503c","Chaos Orb":"\u6df7\u6c8c\u77f3","Gemcutter\'s Prism":"\u73e0\u5b9d\u5320\u7684\u68f1\u955c","Exalted Orb":"\u5d07\u9ad8\u77f3","Chromatic Orb":"\u5e7b\u8272\u77f3","Jeweller\'s Orb":"\u5de5\u5320\u77f3","Orb of Chance":"\u673a\u4f1a\u77f3","Cartographer\'s Chisel":"\u5236\u56fe\u9489","Orb of Scouring":"\u91cd\u94f8\u77f3","Blessed Orb":"\u795d\u798f\u77f3","Orb of Regret":"\u540e\u6094\u77f3","Regal Orb":"\u5bcc\u8c6a\u77f3","Divine Orb":"\u795e\u5723\u77f3","Vaal Orb":"\u74e6\u5c14\u5b9d\u73e0","Unknown":"\u672a\u77e5","Copied!":"\u5df2\u590d\u5236!","Added {PLAYER} to your ignore list":"\u5c06{PLAYER}\u52a0\u5165\u5ffd\u7565\u540d\u5355","Removed {PLAYER} from your ignore list":"\u5c06{PLAYER}\u4ece\u4f60\u7684\u5ffd\u7565\u5217\u8868\u79fb\u9664","Exact Price:":"\u4e00\u53e3\u4ef7:","Asking Price:":"\u8be2\u4ef7:","Current Offer:":"\u5f53\u524d\u7ade\u6807:","Item no longer available":"\u9053\u5177\u4e0d\u53ef\u7528","Ignore Player":"\u5ffd\u7565\u73a9\u5bb6","Unignore Player":"\u53d6\u6d88\u5ffd\u7565\u73a9\u5bb6","min":"\u6700\u5c0f\u503c","max":"\u6700\u5927\u503c","weight":"\u6743\u91cd","Items I Want":"\u9700\u6c42\u7269\u54c1","Items I Have":"\u5df2\u6709\u7269\u54c1","Add Want Entry":"\u8f93\u5165\u9700\u6c42","Add Have Entry":"\u8f93\u5165\u5df2\u6709","Swap Want/Have":"\u5207\u6362\u9700\u6c42/\u5df2\u6709","Add Stat Group":"\u589e\u52a0\u72b6\u6001\u7ec4","Load More":"\u52a0\u8f7d\u66f4\u591a","Activate Live Search":"\u6fc0\u6d3b\u5b9e\u65f6\u641c\u7d22","Deactivate Live Search":"\u53d6\u6d88\u5b9e\u65f6\u641c\u7d22","Show Filters":"\u663e\u793a\u8fc7\u6ee4\u5668","Hide Filters":"\u9690\u85cf\u8fc7\u6ee4\u5668","Clear":"\u6e05\u9664","Account Settings":"\u5e10\u53f7\u8bbe\u7f6e","Online Status":"\u5728\u7ebf\u72b6\u6001","Search Settings":"\u641c\u7d22\u8bbe\u7f6e","Treat DND Players as Offline":"DND\u73a9\u5bb6\u4f5c\u4e3a\u79bb\u7ebf","Treat AFK Players as Offline":"AFK\u73a9\u5bb6\u4f5c\u4e3a\u79bb\u7ebf","Track Online Status for Live Search":"\u8ddf\u8e2a\u5b9e\u65f6\u641c\u7d22\u5728\u7ebf\u72b6\u6001","Notification Sound":"\u63d0\u793a\u97f3","Notification Volume":"\u63d0\u793a\u97f3\u91cf","Cache Settings":"\u7f13\u5b58\u8bbe\u7f6e","Cached Data":"\u7f13\u5b58","Clear Cached Data":"\u6e05\u7406\u7f13\u5b58","Ignore List":"\u5ffd\u7565\u5217\u8868","Page {PAGE} of {PAGEMAX}":"\u9875 {PAGE} \u7684 {PAGEMAX}","Remove All":"\u79fb\u9664\u6240\u6709","Item is outdated":"\u7269\u54c1\u5df2\u8fc7\u671f","Unavailable Stat":"\u4e0d\u53ef\u7528\u72b6\u6001","Failed to fetch the next set of trade items.":"\u83b7\u53d6\u4e0b\u4e00\u7ec4\u4ea4\u6613\u7269\u54c1\u5931\u8d25\u3002","Could not refresh trade item.":"\u65e0\u6cd5\u5237\u65b0\u4ea4\u6613\u7269\u54c1\u3002","Search form cleared!":"\u641c\u7d22\u6761\u4ef6\u5df2\u6e05\u7406\uff01","Currency":"\u901a\u8d27","Leaguestones":"\u8d5b\u5b63\u77f3","Essences":"\u7cbe\u534e","Maps":"\u5730\u56fe","Divination Cards":"\u547d\u8fd0\u5361","Showing 1 result":"\u663e\u793a1\u4e2a\u7ed3\u679c","Showing {i} results":"\u6b63\u5728\u5c55\u793a{i}\u4e2a\u7ed3\u679c","{i} matched":"{i}\u4e2a\u5339\u914d\u9879","Your live search is being rate-limited.":"\u641c\u7d22\u9891\u7387\u53d7\u5230\u9650\u5236\u3002","Live Search: ":"\u5b9e\u65f6\u641c\u7d22:","Search":"\u641c\u7d22","Select Items To Exchange":"\u8bf7\u9009\u62e9\u8981\u4ea4\u6362\u7684\u7269\u54c1","Custom: {sound}":"\u81ea\u5b9a\u4e49:{sound}","Custom...":"\u81ea\u5b9a\u4e49...","The selected file was not recognized as an audio file":"\u6240\u9009\u6587\u4ef6\u975e\u97f3\u9891\u6587\u4ef6","An error occurred while loading the selected sound":"\u52a0\u8f7d\u97f3\u6548\u5931\u8d25\u3002","Account status updated!":"\u5e10\u53f7\u72b6\u6001\u5df2\u66f4\u65b0\u3002","Failed to update account status.":"\u5e10\u53f7\u72b6\u6001\u66f4\u65b0\u5931\u8d25\u3002","Reloading Page...":"\u52a0\u8f7d\u9875\u9762...","Failed to clear ignore list.":"\u6e05\u7406\u5ffd\u7565\u5217\u8868\u5931\u8d25","Failed to retrieve ignore list.":"\u6062\u590d\u5ffd\u7565\u5217\u8868\u5931\u8d25","listed":"\u4e0a\u67b6","just now":"\u73b0\u5728","Search Listed Items":"\u641c\u7d22\u7269\u54c1","Item Exchange":"\u7269\u54c1\u4ea4\u6362","Gong":"\u9523\u58f0","Any Dagger":"\u4efb\u4f55\u5315\u9996","Any Staff":"\u4efb\u4f55\u957f\u6756","Any Armour":"\u4efb\u4f55\u62a4\u7532","Any Accessory":"\u4efb\u4f55\u9970\u54c1","Any Non-Unique":"\u4efb\u4f55\u975e\u4f20\u5947","No elements found. Consider changing the search query.":"\u672a\u627e\u5230\uff0c\u8bf7\u4fee\u6539\u641c\u7d22\u3002","No matches.":"\u4e0d\u5339\u914d\u3002","{i} selected":"\u5df2\u9009\u62e9{i}","Listed Item Searching":"\u641c\u7d22\u7269\u54c1","This website allows you to search through items listed for sale in Shop Forums as well as those listed using Public Premium Stash Tabs in-game.":"\u5728\u6b64\u9875\u9762\u4e0a\uff0c\u4f60\u53ef\u4ee5\u641c\u7d22\u5230\u6e38\u620f\u5185\u5e02\u96c6\u4e0a\u67b6\u7684\u7269\u54c1\u3002 \u786e\u4fdd\u7269\u54c1\u53ef\u4ee5\u88ab\u641c\u5230\uff0c\u4f60\u9700\u8981\u786e\u5b9a\u7269\u54c1\u6240\u5728\u5e02\u96c6\u9875\u662f\u672a\u8fc7\u671f\u72b6\u6001\u3002","You can search by an item\'s name or an item\'s base type using the \\"Search Items\\" field.":"\u4f60\u53ef\u4ee5\u901a\u8fc7 \\"\u67e5\u627e\u7269\u54c1\\"\u6765\u641c\u7d22\u4e00\u4e2a\u7269\u54c1\u7684\u540d\u79f0\u6216\u8005\u57fa\u7840\u7c7b\u578b\u3002","Players will have their Online/Offline status updated every minute.":"\u73a9\u5bb6\u7684\u5728\u7ebf/\u79bb\u7ebf\u72b6\u6001\u6bcf\u5206\u949f\u5237\u65b0\u4e00\u6b21\u3002","While searching is easy, you will still have to contact the player selling the item in order to complete the trade.":"\u5728\u5b8c\u6210\u641c\u7d22\u540e\uff0c\u4f60\u9700\u8981\u5728\u6e38\u620f\u5185\u8054\u7cfb\u73a9\u5bb6\uff0c\u6216\u8005\u5230\u6e38\u620f\u5e02\u96c6\u641c\u7d22\u6b64\u7269\u54c1\uff0c \u6700\u7ec8\u5728\u6e38\u620f\u5185\u5b8c\u6210\u4ea4\u6613\u3002","We provide an easy copy-pasteable message to whisper the player with, as well as a link to PM the player on the main Path of Exile website.":"\u5728\u9875\u9762\u4e0a\uff0c\u53ef\u4ee5\u901a\u8fc7\u79c1\u804a\u6309\u94ae\u6765\u83b7\u5f97\u7269\u54c1\u4fe1\u606f\uff0c\u5728\u6e38\u620f\u804a\u5929\u6846\u5185\u7c98\u8d34\u5373\u53ef\u4e0e\u5356\u5bb6\u6c9f\u901a\u3002 \u540c\u65f6\uff0c\u53ef\u4ee5\u901a\u8fc7\u79c1\u4fe1\u6309\u94ae\u6765\u4e0e\u5356\u5bb6\u8fdb\u884c\u8bba\u575b\u79c1\u4fe1\u6c9f\u901a\u3002","Please note: The whisper message will be translated into the seller\'s local language.":"\u6ce8\u610f\uff1a\u79c1\u804a\u5185\u5bb9\u5c06\u81ea\u52a8\u8f6c\u5316\u4e3a\u5356\u5bb6\u672c\u5730\u8bed\u8a00\u663e\u793a ","If for any reason you no longer wish to view a certain player\'s listings, you can use the \\"Ignore Player\\" button to remove their listings from your search results.":"\u5982\u679c\u4e0d\u5e0c\u671b\u67e5\u770b\u67d0\u4e2a\u73a9\u5bb6\u7684\u4e0a\u67b6\u7269\u54c1\uff0c\u53ef\u4ee5\u4f7f\u7528\\"\u5ffd\u7565\u73a9\u5bb6\\"\u6309\u94ae\u6765\u5c06 \u5176\u4e0a\u67b6\u7684\u7269\u54c1\u4ece\u641c\u7d22\u5217\u8868\u4e2d\u79fb\u9664 ","Please note: This feature requires you to be logged in with your Path of Exile account. Additionally, this ignore list is not tied to your in-game ignore list in any way, and may be managed in the settings panel right here on the trade site.":"\u6ce8\u610f\uff1a\u5728\u4f7f\u7528\u79c1\u4fe1\u6c9f\u901a\u65f6\uff0c \u9700\u8981\u767b\u5f55\u6e38\u620f\u5e10\u53f7\uff0c\u4ee5\u4fbf\u6c9f\u901a\u3002 \u53e6\u5916\uff0c\u9875\u9762\u5e02\u96c6\u7684\u5ffd\u7565\u540d\u5355\u4e0e\u6e38\u620f\u5185\u7684\u5ffd\u7565\u540d\u5355\u65e0\u5173\uff0c \u9875\u9762\u5e02\u96c6\u7684\u5ffd\u7565\u540d\u5355\u53ef\u4ee5\u5728\u9875\u9762\u4e0a\u5355\u72ec\u8bbe\u7f6e\u3002 ","We also allow you to perform a \\"Live Search\\" where you will be notified when a new item matching your search criteria is listed or updated.":"\u540c\u65f6\uff0c\u5728\u6709\u4e00\u4e2a\u7b26\u5408\u641c\u7d22\u6761\u4ef6\u7684\u65b0\u7269\u54c1\u4e0a\u67b6\u6216\u8005\u66f4\u65b0\u65f6\uff0c \u53ef\u4ee5\u4f7f\u7528 \\"\u5b9e\u65f6\u641c\u7d22\\"\u6765\u83b7\u5f97\u65b0\u7269\u54c1\u63d0\u9192","Please note: The search only runs while you keep your browser tab or window open (in the background is okay).":"\u6ce8\u610f\uff1a\u641c\u7d22\u53ea\u53ef\u8fd0\u884c\u4e8e\u6d4f\u89c8\u5668\u548c\u7a97\u53e3\u5f00\u542f\u65f6(\u53ef\u5728\u540e\u53f0\u8fd0\u884c).","Settings":"\u8bbe\u5b9a","About":"\u5173\u4e8e","When logged into this site, you may also choose how your in-game status is used for trade-related searches.":"\u5728\u767b\u5f55\u5e02\u96c6\u9875\u9762\u65f6\uff0c\u53ef\u4ee5\u8bbe\u7f6e\u6e38\u620f\u5185\u72b6\u6001\uff0c \u6b64\u72b6\u6001\u53ef\u4ee5\u7528\u4f5c\u4ea4\u6613\u76f8\u5173\u7684\u641c\u7d22\u3002","By default, your status will show for items you have listed in the league that you are currently playing in.":"\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c \u5f53\u524d\u89d2\u8272\u6b63\u5728\u6e38\u620f\u7684\u533a\u5185\u7269\u54c1\u4f1a\u663e\u793a\u5f53\u524d\u7684\u5728\u7ebf\u72b6\u6001\u3002 ","You may opt to show your status regardless of what league you are playing if you so choose.":"\u4f60\u4e5f\u53ef\u4ee5\u9009\u62e9\u4e0d\u4ec5\u5728\u6e38\u620f\u6240\u5728\u533a\u5185\u663e\u793a\u72b6\u6001\u3002 ","Please note: Players using the Do Not Disturb feature in-game will be treated as Offline for the purposes of this site.":"\u6ce8\u610f\uff1a\u5982\u679c\u6e38\u620f\u5185\u8bbe\u7f6e\u4e86\u514d\u6253\u6270\uff0c\u90a3\u4e48\u5728\u5e02\u96c6\u9875\u9762\u4e0a\u5c06\u88ab\u89c6\u4f5c\u79bb\u7ebf\u3002 ","Bulk Item Exchange":"\u6563\u8d27\u4ea4\u6362","Certain items may be listed for bulk sale (listed below).":"\u67d0\u4e9b\u7269\u54c1\u4f1a\u4ee5\u6279\u91cf\u5f62\u5f0f\u4e0a\u67b6\uff08\u5982\u4e0b\uff09","Your eligible items will be grouped together under one price, with the total amount of items presented as \\"stock\\".":"\u7b26\u5408\u6761\u4ef6\u7684\u7269\u54c1\u4f1a\u4ee5\u540c\u4e00\u4ef7\u683c\u7ec4\u5408\u5230\u4e00\u8d77\uff0c \u6240\u6709\u7269\u54c1\u4ee5 \\"\u5e93\u5b58\\"\u7684\u5f62\u5f0f\u5c55\u793a\u3002","In order to list exchange entries, either in-game or on the forum, use the ratio format on the item you wish to offer for the type of item you would like in return.":"\u4e3a\u4e86\u5c55\u793a\u4ea4\u6613\u9879\uff0c\u5728\u6e38\u620f\u548c\u9875\u9762\u4e0a\uff0c\u4f7f\u7528\u4ea4\u6613\u6bd4\u4f8b\u7684\u683c\u5f0f\u6765\u5c55\u793a\u5e0c\u671b\u51fa\u552e\u548c\u83b7\u5f97\u7684\u7269\u54c1","For example:":"\u4f8b\u5982:","will list your intent to buy 3 Orbs of Fusing for 1 Chaos Orb each.":"\u8868\u793a\u5e0c\u671b3\u4e2a\u70b9\u91d1\u77f3\uff0c\u4ef7\u683c\u4e3a\u6bcf\u4e2a1\u6df7\u6c8c\u77f3","Alternatively:":"\u6216\u8005","will list your intent to buy 2 Orbs of Chaos for 35 Chromatic Orbs each. This is technically equivalent to selling 17.5 Chromatic Orbs per Chaos Orb, however pricing this way is more appropriate for bulk sets of items.":"\u8868\u793a\u5e0c\u671b\u8d2d\u4e702\u4e2a\u6df7\u6c8c\u77f3\uff0c\u4ef7\u683c\u4e3a\u6bcf\u4e2a35\u5e7b\u8272\u77f3\uff0c \u7406\u8bba\u4e0a,\u8fd9\u4e2a\u7b49\u4e8e\u6bcf\u4e2a\u6df7\u6c8c\u77f317.5\u5e7b\u8272\u77f3\u7684\u4ef7\u683c\u3002 \u8fd9\u79cd\u51fa\u4ef7\u65b9\u5f0f\u66f4\u52a0\u9002\u5408\u6279\u91cf\u7269\u54c1\u3002","Please note: Stock includes all of the items of that type that are publicly listed (priced or not).":"\u6ce8\u610f\uff1a\u4ed3\u5e93\u5305\u542b\u6240\u6709\u516c\u5f00\u7684\u7269\u54c1 (\u5305\u62ec\u6807\u4ef7\u53ca\u672a\u6807\u4ef7\u7269\u54c1).","Item Tags":"\u7269\u54c1\u6807\u7b7e","is worth":"\u4ef7\u503c","what you get":"\u83b7\u5f97","what you pay":"\u652f\u4ed8","Stock":"\u5e93\u5b58","Not enough stock!":"\u65e0\u8db3\u591f\u5e93\u5b58","pseudo":"\u7efc\u5408","scourge":"\u5929\u707e","delve":"\u5730\u5fc3","explicit":"\u5916\u5ef6","implicit":"\u57fa\u5e95","enchant":"\u9644\u9b54","crafted":"\u5de5\u827a","monster":"\u602a\u7269","ultimatum":"\u81f4\u547d\u8d2a\u5a6a","Mirrored":"\u5df2\u590d\u5236","Listed":"\u5df2\u4e0a\u67b6","Any Time":"\u4efb\u4f55\u65f6\u95f4","Up to a Day Ago":"\u4e00\u65e5\u524d","Up to 3 Days Ago":"3\u65e5\u524d","Up to a Week Ago":"\u4e00\u5468\u524d","Up to 2 Weeks Ago":"\u4e24\u5468\u524d","Up to 1 Month Ago":"\u4e00\u6708\u524d","Up to 2 Months Ago":"\u4e24\u6708\u524d","{RANGE1} to {RANGE2}":"{RANGE1} \u5230 {RANGE2}","Item stats have been added to your stat filters.":"\u7269\u54c1\u72b6\u6001\u5df2\u6dfb\u52a0\u81f3\u8fc7\u6ee4\u5668\u3002","Whisper message copied.":"\u79c1\u4fe1\u5df2\u590d\u5236\u3002","Item text copied.":"\u7269\u54c1\u4fe1\u606f\u5df2\u590d\u5236\u3002","Last Client Language (Default)":"\u5ba2\u6237\u7aef\u8bed\u8a00(\u9ed8\u8ba4)","English":"\u82f1\u8bed","Brazilian Portuguese":"\u5df4\u897f\u8bed","Russian":"\u4fc4\u8bed","Thai":"\u6cf0\u8bed","German":"\u5fb7\u8bed","French":"\u6cd5\u8bed","Spanish":"\u897f\u73ed\u7259\u8bed","Japanese":"\u65e5\u8bed","Korean":"\u97e9\u8bed","Any Gem":"\u4efb\u4f55\u5b9d\u77f3","Skill Gem":"\u6280\u80fd\u5b9d\u77f3","Support Gem":"\u8f85\u52a9\u5b9d\u77f3","Any Jewel":"\u4efb\u4f55\u73e0\u5b9d","Any Expedition Logbook":"\u4efb\u4f55\u5148\u7956\u79d8\u85cf\u65e5\u5fd7","Any Currency":"\u4efb\u4f55\u901a\u8d27","Unique Fragment":"\u4efb\u4f55\u788e\u7247","Resonator":"\u5171\u632f\u5668","Fossil":"\u5316\u77f3","Whisper Language":"\u79c1\u804a\u8bed\u8a00","Veiled":"\u5f71\u533f","Scarabs":"\u5723\u7532\u866b","fractured":"\u5206\u88c2\u7684","Fractured Item":"\u5206\u88c2\u4e4b\u7269","Synthesised Item":"\u5fc6\u5883\u7269\u54c1","Can Fulfil Trade":"\u53ef\u5b8c\u6210\u4ea4\u6613","Organization":"\u7ec4\u7ec7","Out Of Stock":"\u7f3a\u8d27","Resend":"\u91cd\u53d1","Backend Message: ":"\u540e\u53f0\u6d88\u606f:","Invalid character name.":"\u65e0\u6548\u89d2\u8272\u540d","Submit an account name to search.":"\u8f93\u5165\u641c\u7d22\u7684\u8d26\u53f7\u540d","An error occurred.":"\u53d1\u751f\u9519\u8bef","You must be logged in to use the Live Search feature.":"\u767b\u5f55\u540e\u53ef\u4f7f\u7528\u5b9e\u65f6\u641c\u7d22","New live search results!":"\u65b0\u7684\u5b9e\u65f6\u641c\u7d22\u7ed3\u679c\uff01","1 new item has matched your search.":"\u641c\u5230\u4e00\u4e2a\u7b26\u5408\u6761\u4ef6\u7684\u65b0\u7269\u54c1","{i} new items have matched your search.":"\u641c\u5230{i}\u4e2a\u7b26\u5408\u6761\u4ef6\u7684\u65b0\u7269\u54c1","Please select a valid league to search in.":"\u8bf7\u9009\u62e9\u53ef\u7528\u533a\u641c\u7d22","limit reached!":"\u5230\u8fbe\u9650\u5236!","max: {MAX}":"\u6700\u5927: {MAX}","Dashboard":"\u9762\u677f","Purchase":"\u8d2d\u4e70","Hide":"\u9690\u85cf","Show":"\u663e\u793a","Rune Dagger":"\u7b26\u6587\u5315\u9996","Warstaff":"\u6218\u4e89\u957f\u6756","Incubator":"\u5b55\u80b2\u77f3","Heist Target":"\u52ab\u76d7\u76ee\u6807","Oils":"\u5723\u6cb9","Awakened Support Gem":"\u5f3a\u5316\u8f85\u52a9\u5b9d\u77f3","Map Fragment":"\u5730\u56fe\u788e\u7247","Maven\'s Invitation":"\u8d24\u4e3b\u4e4b\u9080","Scarab":"\u5723\u7532\u866b","Watchstone":"\u5b88\u671b\u77f3","Live Search error":"\u5b9e\u65f6\u641c\u7d22\u9519\u8bef","An error occurred while connecting":"\u8fde\u63a5\u65f6\u62a5\u9519","Live Search retry limit exceeded":"\u8fbe\u5230\u641c\u7d22\u91cd\u8bd5\u4e0a\u9650","Please refresh the page and try again":"\u8bf7\u5237\u65b0\u9875\u9762\u540e\u518d\u6b21\u5c1d\u8bd5","Cluster Jewel":"\u661f\u56e2\u73e0\u5b9d","Now":"\u73b0\u5728","Stash":"\u4ed3\u5e93","Inventory":"\u80cc\u5305","Role":"\u89d2\u8272","Go to Line":"\u524d\u5f80\u884c\u6578","Pulse":"\u8109\u51b2","Piano":"\u94a2\u7434","Chime":"\u949f\u58f0","Base Jewel":"\u666e\u901a\u73e0\u5b9d","Base Dagger":"\u57fa\u7840\u5315\u9996","Base Staff":"\u57fa\u7840\u957f\u6756","Trinket":"\u9970\u54c1","Any Heist Equipment":"\u4efb\u4f55\u8d4f\u91d1\u7269\u54c1","Heist Gear":"\u8d4f\u91d1\u730e\u4eba\u88c5\u5907","Heist Tool":"\u8d4f\u91d1\u730e\u4eba\u5de5\u5177","Heist Cloak":"\u8d4f\u91d1\u730e\u4eba\u62ab\u98ce","Heist Brooch":"\u8d4f\u91d1\u730e\u4eba\u80f8\u9488","Any Heist Mission":"\u8d4f\u91d1\u4efb\u52a1","Heist Contract":"\u8d4f\u91d1\u5951\u7ea6","Heist Blueprint":"\u8d4f\u91d1\u84dd\u56fe","Heist Filters":"\u593a\u5b9d\u73a9\u6cd5\u8fc7\u6ee4","Wings Revealed":"\u53d1\u73b0\u7684\u4fa7\u5385","Total Wings":"\u603b\u4fa7\u5385","Escape Routes Revealed":"\u53d1\u73b0\u9003\u4ea1\u8def\u7ebf","Total Escape Routes":"\u603b\u9003\u4ea1\u8def\u7ebf","Reward Rooms Revealed":"\u7834\u89e3\u7684\u5956\u52b1\u5ba4","Total Reward Rooms":"\u603b\u5956\u52b1\u5ba4","Area Level":"\u533a\u57df\u7b49\u7ea7","Contract Objective Value":"\u5951\u7ea6\u76ee\u6807\u4ef7\u503c","Moderate Value":"\u4ef7\u503c\u4e2d\u7b49","High Value":"\u4ef7\u503c\u5f88\u9ad8","Precious":"\u73cd\u60dc\u4e4b\u7269","Priceless":"\u65e0\u4ef7\u4e4b\u5b9d","Lockpicking Level":"\u89e3\u5bc6\u672f\u7b49\u7ea7","Brute Force Level":"\u51f6\u86ee\u4e4b\u529b\u7b49\u7ea7","Perception Level":"\u6d1e\u5bdf\u7b49\u7ea7","Demolition Level":"\u7206\u7834\u7b49\u7ea7","Counter-Thaum. Level":"\u9006\u5411\u5947\u672f\u7b49\u7ea7","Trap Disarmament Level":"\u89e3\u9664\u9677\u9631\u7b49\u7ea7","Agility Level":"\u7075\u654f\u7b49\u7ea7","Deception Level":"\u6b3a\u8bc8\u7b49\u7ea7","Engineering Level":"\u5de5\u7a0b\u5b66\u7b49\u7ea7","Gem Quality Type":"\u5b9d\u77f3\u54c1\u8d28\u7c7b\u578b","Superior (Default)":"\u7cbe\u826f\u7684\uff08\u9ed8\u8ba4\uff09","Any Alternate":"\u4efb\u4f55\u66ff\u6362","Anomalous":"\u5f02\u5e38","Divergent":"\u5206\u6b67","Phantasmal":"\u9b45\u5f71","Highlight Items":"\u9ad8\u4eae\u7269\u54c1...","Ultimatum Filters":"\u81f4\u547d\u8d2a\u5a6a \u8fc7\u6ee4","Challenge Type":"\u6311\u6218\u7c7b\u578b","Defeat Waves of Enemies":"\u51fb\u6740\u7279\u5b9a\u6570\u91cf\u602a\u7269","Stand in the Stone Circles":"\u5728\u8303\u56f4\u5185\u51fb\u8d25\u5c0f\u5934\u76ee","Survive":"\u5b58\u6d3b\u4e00\u6bb5\u65f6\u95f4","Protect the Altar":"\u4fdd\u62a4\u796d\u575b\u4e0d\u88ab\u6467\u6bc1","Reward Type":"\u5956\u52b1\u7c7b\u578b","Mirrored Rare Item":"\u590d\u5236\u54c1","Unique Item":"\u4f20\u5947\u7269\u54c1","Required Item":"\u6240\u9700\u7269\u54c1?","Reward Unique":"\u5956\u52b1\u4f20\u5947?","Price with Note":"\u5907\u6ce8\u6807\u4ef7","Price with Note:":"\u5907\u6ce8\u6807\u4ef7\uff1a","Search Bar Layout":"\u641c\u7d22\u680f\u5e03\u5c40","Controls at Bottom (Default)":"\u5e95\u90e8\u63a7\u5236\uff08\u9ed8\u8ba4\uff09","Controls on Top and Bottom":"\u5e95\u90e8\u548c\u9876\u90e8\u63a7\u5236","Muted":"\u9759\u97f3","Default":"\u9ed8\u8ba4","Split":"\u5206\u88c2","No":"\u5426","Yes":"\u662f","General":"\u901a\u7528","Breach":"\u6df1\u6e0a","Scourge Tier":"\u5929\u707e\u5c42\u6570","Blight-ravaged Map":"\u83cc\u6f6e\u706d\u7edd\u5730\u56fe","Eater of Worlds Item":"\u706d\u754c\u8005\u7269\u54c1","Searing Exarch Item":"\u711a\u754c\u8005\u7269\u54c1","No results found":"\u67e5\u65e0\u7ed3\u679c","Searching...":"\u641c\u7d22\u4e2d...","Loading...":"\u52a0\u8f7d\u4e2d...","Online":"\u5728\u7ebf","Offline":"\u79bb\u7ebf","PM":"\u79c1\u4fe1","Whisper":"\u79c1\u804a","Contact...":"\u8be6\u7ec6","Select Items to Exchange":"\u9009\u62e9\u8981\u4ea4\u6362\u7684\u7269\u54c1","Item not found":"\u672a\u627e\u5230\u7269\u54c1","Clear Filter Group":"\u6e05\u7406\u8fc7\u6ee4\u5668\u7ec4","Verified":"\u5df2\u9a8c\u8bc1","Refresh":"\u5237\u65b0","Copy Item":"\u590d\u5236\u7269\u54c1\u4fe1\u606f","Filter by Item Stats":"\u6309\u7269\u54c1\u4fe1\u606f\u8fc7\u6ee4","Ignore list cleared.":"\u6e05\u9664\u5ffd\u7565\u5217\u8868\u3002","Close":"\u53d6\u6d88","Max":"\u590d\u5236","\u7ed3\u5c3e":""}'); } ]); }));