ZYLPD2-Filter-Lonelywolf/builder/38-footers.txt

16 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// +--------------+
// | 12通用规则 |
// +--------------+
//标注物品售价
ItemDisplay[(ARMOR OR WEAPON OR rin OR amu) !SHOP !EQUIPPED !RW PRICE>4999]:%NAME%%GRAY%(%TAN%$%WHITE%%PRICE%%GRAY%){%NAME%}%CONTINUE%
//总是显示以下物品
ItemDisplay[((UNI OR SET OR MAG OR RARE) ID) OR RW OR CRAFT OR GEMMED OR EQUIPPED OR SHOP OR leg]: %NAME%{%NAME%}
// 非魔法物品屏蔽设置 (非武器和防具)
ItemDisplay[!RW INF (FILTLVL>0 OR CLVL>9) !SHOP]: {%NAME%}
ItemDisplay[NMAG !(WEAPON OR ARMOR OR RW) NORM (FILTLVL>1 CLVL>44) !SHOP]:{%NAME%}
ItemDisplay[NMAG !(WEAPON OR ARMOR OR RW) EXC (FILTLVL>1 CLVL>74) !SHOP]: {%NAME%}
ItemDisplay[NMAG !(WEAPON OR ARMOR OR RW) ELT (FILTLVL>1 CLVL>79) !SHOP]: {%NAME%}
// 魔法物品屏蔽设置 (非武器和防具)
ItemDisplay[(cm1 OR cm2 OR cm3) MAG !ID FILTLVL>3]: {%NAME%}
//角色等级大于18级或过滤等级>1时屏蔽剩下的武器和防具
ItemDisplay[(ARMOR OR WEAPON OR rin OR amu) !leg !opm !SHOP !TOWN ((CLVL>17 FILTLVL>0) OR FILTLVL>1)]: {%NAME%}