Item Filtering:修订间差异

跳转到导航 跳转到搜索
删除61字节 、​ 2023年6月16日 (星期五)
第432行: 第432行:
All notification keywords bypass the normal rule-handling procedure. Normally, the rules are processed top-to-bottom and this process halts when a matching rule (without '''%CONTINUE%''') is found. Notification keywords, however, can apply even after the process has halted. This is most likely due to the game making a separate pass through the filter file for notification keywords - the first pass ignores notification keywords, and the second pass ignores everything else.
All notification keywords bypass the normal rule-handling procedure. Normally, the rules are processed top-to-bottom and this process halts when a matching rule (without '''%CONTINUE%''') is found. Notification keywords, however, can apply even after the process has halted. This is most likely due to the game making a separate pass through the filter file for notification keywords - the first pass ignores notification keywords, and the second pass ignores everything else.


==== Special Keywords ====
==== 特殊 关键字 ====
{| class="wikitable"
{| class="wikitable"
! Code !! Details
! 代码 !! 详情
|-
|-
| %CONTINUE% || the item is compared against additional rules instead of being displayed by the current rule<br>the current rule's output is stored in %NAME%
| %CONTINUE% || 该项目将与其他规则进行比较,而不是直接基于当前规则显示<br>当前规则的输出被存储在%NAME%中。
|-
|-
| %NL% || specifies a new line (lines are constructed bottom-up)<br>only works within braces (descriptions) or for '''ID NMAG''' items (identified items which are magic or higher rarity)
| %NL% || 指定一个新的行(行是自下而上构建的)<br>只对''ID NMAG''物品(已鉴定的魔法或更高品质的物品)生效
|-
|-
| {} || anything within the braces applies to the item's description rather than the item's name/title
| {} || 大括号内的内容适用于物品的描述,而不是物品的名称/标题
|-
|-
| %TIER-0% || disables text notifications (but not map icons) for the item if the [[Item_Filtering#Filter_Strictness|filter strictness]] level is above 0 (value can be 0-9)
| %TIER-0% || 如果[[Item_Filtering#Filter_Strictness|filter strictness]]级别高于0(数值可以是0-9),则禁用项目的文本通知(但不包括地图图标)。
|}
|}


119

个编辑

导航菜单