// ==UserScript== // @name POE国际服市集翻译——持续更新 // @namespace https://wiki.wandhi.com // @description POE国际服市集翻译——持续更新 // @license GPL // @version 0.0.2 // @author MaxZhang666 // @source https://wiki.wandhi.com // @include *://* // @require https://lib.baomitu.com/diff-match-patch/1.0.5/index.min.js // @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 // @grant window.onurlchange // @connect poe.game.qq.com // @connect www.pathofexile.com // @run-at document-end // @antifeature membership // @antifeature referral-link // ==/UserScript== !function(root, factory) { if ("object" == typeof exports && "object" == typeof module) module.exports = factory(require("diff_match_patch")); else if ("function" == typeof define && define.amd) define([ "diff_match_patch" ], factory); else { var a = "object" == typeof exports ? factory(require("diff_match_patch")) : factory(root.diff_match_patch); for (var i in a) ("object" == typeof exports ? exports : root)[i] = a[i]; } }(window, (function(__WEBPACK_EXTERNAL_MODULE__14__) { 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.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.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.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"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Core = void 0; var BrowerType_1 = __webpack_require__(13), diff_match_patch_1 = __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.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.diff_match_patch).diff_main(str1, str2).filter((function(_a) { return _a[0] === diff_match_patch_1.diff_match_patch.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__(0), 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__(0), Logger_1 = __webpack_require__(1), 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)), usStats = __importStar(__webpack_require__(16)), 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.checkLoaded(); }, Translation.prototype.init = function() { zhStats.result.forEach((function(item) { item.entries.forEach((function(word) { Translation.words.zhDic.set(word.id, word.text); })); })), usStats.result.forEach((function(item) { item.entries.forEach((function(word) { Translation.words.usDic.set(word.id, word.text); })); })); }, Translation.prototype.checkLoaded = 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() { Core_1.Core.lazyload((function() { document.querySelectorAll("[data-field]:not(.translated)").forEach((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.usDic.get(field)) && void 0 !== _b ? _b : originalString, zhString = null !== (_c = Translation.words.zhDic.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"); } } })); }), .1); }, Translation.words = { zhDic: new Map, usDic: 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__(1), 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) { module.exports = __WEBPACK_EXTERNAL_MODULE__14__; }, 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":"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"}]}]}'); } ]); }));