Item Filtering:修订间差异

跳转到导航 跳转到搜索
删除126字节 、​ 2023年6月16日 (星期五)
第272行: 第272行:
<code>ItemDisplay[wss]: %RED%Worldstone Shard</code> <span class="d2-red">''Worldstone Shard''</span>
<code>ItemDisplay[wss]: %RED%Worldstone Shard</code> <span class="d2-red">''Worldstone Shard''</span>


==== Value References ====
==== 输出代码 示例 ====
{| class="wikitable"
{| class="wikitable"
! Code !! Output !! Details
! 代码 !! 输出 !! 详情
|-
|-
| %NAME% || item name || item's default appearance - can be modified/replaced with %CONTINUE%
| %NAME% || 物品名称 || 物品的默认显示名称 -可以被%CONTINUE%修改/替换
|-
|-
| %ILVL% || item level || 1 - 99
| %ILVL% || 物品等级 || 1 - 99
|-
|-
| %ALVL% || affix level || 1 - 99<br>used to determine which affixes can roll for magic/rare/crafted items
| %ALVL% || 词缀等级 || 1 - 99<br>used to determine which affixes can roll for magic/rare/crafted items
|-
|-
| %CRAFTALVL% || prospective crafted ALVL || 1 - 99<br>what the resulting crafted item's ALVL will be if the item is used by the character as a crafting ingredient
| %CRAFTALVL% || 预期的手工物品词缀等级 || 1 - 99<br>如果该物品被角色用作手工材料,成品的ALVL将是多少?
|-
|-
| %LVLREQ% || level requirement || 0 - 99
| %LVLREQ% || 需求等级 || 0 - 99
|-
|-
| %PRICE% || item vendor price || 1 - 35000
| %PRICE% || 商店售价 || 1 - 35000
|-
|-
| %QTY% || quantity || 0 - 350
| %QTY% || 数量 || 0 - 350
|-
|-
| %RANGE% || melee range adder || 0 - 5
| %RANGE% || 武器范围 || 0 - 5
|-
|-
| %WPNSPD% || weapon speed modifier || -60 - 20
| %WPNSPD% || 武器速度 || -60 - 20
|-
|-
| %RUNENUM% || rune number || 0 - 33
| %RUNENUM% || 符文编号 || 0 - 33
|-
|-
| %RUNENAME% || rune name || excludes "Rune" (e.g. "Vex" instead of "Vex Rune")
| %RUNENAME% || 符文名称 || excludes "Rune" (e.g. "Vex" instead of "Vex Rune")
|-
|-
| %GEMLEVEL% || gem quality || Chipped, Flawed, Normal, Flawless, Perfect
| %GEMLEVEL% || 宝石品质 || 1-5:碎裂的, 裂开的, 普通, 无瑕疵, 完美
|-
|-
| %GEMTYPE% || gem type || Amethyst, Diamond, Emerald, Ruby, Sapphire, Topaz, Skull
| %GEMTYPE% || 宝石种类 || Amethyst, Diamond, Emerald, Ruby, Sapphire, Topaz, Skull
|-
|-
| %CODE% || item code ||  
| %CODE% || 物品类别 ||  
|}
|}


Additionally, keywords also exist for each [[Item_Filtering#Named_Attribute_Codes|named attribute code]] (except '''MAXDUR''') and each [[Item_Filtering#Numbered_Attribute_Codes|numbered attribute code]]. Some examples are:
此外,每个[[Item_Filtering#Named_Attribute_Codes|named attribute code]](除了''MAXDUR'')和每个[[Item_Filtering#Numbered_Attribute_Codes|numbered attribute code]]也存在关键词。示例如下:
{| class="wikitable"
{| class="wikitable"
! Code !! Output !! Details
! 代码 !! 输出 !! 详情
|-
|-
| %SOCKETS% || total sockets ||  
| %SOCKETS% || 凹槽总数 ||  
|-
|-
| %DEF% || total defense ||  
| %DEF% || 总防御 ||  
|-
|-
| %ED% || enhanced defense/damage || refers to defense for armor,<br>damage for weapons
| %ED% || 防御/伤害强化 || 用于防具为防御,<br>用于武器为伤害
|-
|-
| %EDEF% || +N% Enhanced Defense || Includes bonuses from runewords and sockets<br>(ED does '''not''' include these)
| %EDEF% || +N% 防御强化 || 包含从符文之语和镶嵌物获得的加成<br>(ED 不包含这些)
|-
|-
| %EDAM% || +N% Enhanced Damage || Includes bonuses from runewords and sockets<br>(ED does '''not''' include these)
| %EDAM% || +N% 伤害强化 || 包含从符文之语和镶嵌物获得的加成<br>(ED 不包含这些)
|-
|-
| %AR% || +N to Attack Rating ||  
| %AR% || +N 命中值 ||  
|-
|-
| %RES% || All Resistances +N ||  
| %RES% || 所有抗性 +N ||  
|-
|-
| %STR% || +N to Strength ||  
| %STR% || +N 力量h ||  
|-
|-
| %DEX% || +N to Dexterity ||  
| %DEX% || +N 敏捷 ||  
|-
|-
| %STAT1% || +N to Energy ||  
| %STAT1% || +N 能量 ||  
|-
|-
| %STAT3% || +N to Vitality ||  
| %STAT3% || +N 活力 ||  
|-
|-
| %STAT36% || Physical Damage Taken Reduced by N% ||  
| %STAT36% || 物理伤害减少 N% ||  
|-
|-
| %STAT58% || +X Poison Damage over Y Seconds<br>''bitrate N = (256X) / (25Y)'' ||  
| %STAT58% || +X 毒素伤害于 Y 秒内<br>''bitrate N = (256X) / (25Y)'' ||  
|-
|-
| %STAT60% || N% Life Stolen per Hit ||  
| %STAT60% || N% 生命于击中时偷取 ||  
|-
|-
| %STAT62% || N% Mana Stolen per Hit ||  
| %STAT62% || N% 法力于击中时偷取 ||  
|-
|-
| %STAT86% || +N Life after each Kill ||  
| %STAT86% || +N 生命于每杀一个敌人后 ||  
|-
|-
| %STAT91% || Requirements +N% ||  
| %STAT91% || 需求 +N% ||  
|-
|-
| %STAT329% || N% to Fire Skill Damage ||  
| %STAT329% || N% 火焰系伤害 ||  
|-
|-
| %STAT330% || N% to Lightning Skill Damage ||  
| %STAT330% || N% 闪电系伤害 ||  
|-
|-
| %STAT331% || N% to Cold Skill Damage ||  
| %STAT331% || N% to 冰霜系伤害 ||  
|-
|-
| %STAT332% || N% to Poison Skill Damage ||  
| %STAT332% || N% to 毒素系伤害 ||  
|-
|-
| %STAT357% || N% to Magic Skill Damage ||  
| %STAT357% || N% 魔法系伤害 ||  
|-
|-
| %SK48% || +N to Nova (Sorceress Only) || see [[Item_Filtering#Multi-layered_Stats|multi-layered stats]]
| %SK48% || +N 闪电新星 (仅限于法师) || see [[Item_Filtering#Multi-layered_Stats|multi-layered stats]]
|}
|}


119

个编辑

导航菜单