• salix5's avatar
    fix negate effect filter (#1661) · b90cefa8
    salix5 authored
    aux.NegateMonsterFilter()
    filter for "negate the effects of a face-up monster" (無限泡影/Infinite Impermanence)
    If the card text says "target 1 face-up monster", the script will use this filter.
    
    aux.NegateEffectMonsterFilter()
    filter for "negate the effects of an Effect Monster" (エフェクト・ヴェーラー/Effect Veiler)
    If the card text says "target 1 Effect Monster", the script will use this filter.
    
    aux.NegateAnyFilter()
    filter for "negate the effects of a face-up card"
    It can target a trap monster which is also a Normal Monster.
    
    * fix オルターガイスト・クンティエリ
    
    * fix aux.NegateAnyTargetFilter()
    
    * fix aux.NegateAnyTargetFilter()
    
    * change aux.disfilter1() into an alias
    
    * add aux.NegateMonsterFilter()
    
    * add aux.NegateAnyFilter()
    
    * add aux.NegateEffectMonsterFilter()
    
    * fix negate effect
    
    * aux.NegateEffectMonsterFilter()
    
    * fix No.8 紋章王ゲノム・ヘリター
    
    * fix LL-バード・ストライク, スターヴ・ヴェネミー・ドラゴン
    b90cefa8
c62962630.lua 3.41 KB