Bug Open

The Type: MUTATOR type of STATS cannot remove the effect normally when used on items.

#10013 opened by neiki7273 2 weeks ago

neiki7273reported this bug

ATTACKSPEEDMUTATOR:   Enabled: true   Type: MUTATOR   AlwaysActive: true   Display: '攻击速度MUTATOR'   PlayerBaseValue: 0   MinValue: -200   MaxValue: 200   Formatting:     Additive: '<white>+<value> 攻击速度MUTATOR'     Multiply: '<white>+<value> 攻击速度MUTATOR'     Compound: '<white>x<value> 攻击速度MUTATOR'   Components:     - Stat: ATTACK_DAMAGE       Formula: 'v - 1'       Operation: ADDITIVE

RubyRing:   Template: 测试模板   Material: IRON_SWORD   # Display: '新测试'   ItemName: '看看'   Lore:     Template: 武器属性模板     Description: '&ftest'     Rarity: "<gray><item.stat.武器攻击速度>"   Durability: 100   MaxDurability: 6000   EquipSlot: HAND   Stats: #  - 武器攻击伤害 0.5 ADDITIVE #  - 武器攻击速度 1.6 ADDITIVE   - ATTACKSPEEDMUTATOR 10 ADDITIVE #  - CRITICAL_STRIKE_CHANCE 1 ADDITIVE #  - ATTACK_SPEED 1.6 SETTER #  - ATTACK_SPEED -2.4 ADDITIVE #  - ATTACK_SPEED 0.5 ADDITIVE_MULTIPLIER   Skills:   - updatelore{} ~onHold #  - damage{a=10;tags=SHARP} @trigger ~onAttack #  - Hit{a=10;tags=SHARP;triggerskills=false} @trigger ~onAttack

This item works normally when held, but the negative Formula effect of formula :' v-1 'still exists when I discard the item.

Sign in to join the discussion.