-
Hello23-Ygopro authored
OCG effect is : ②: If "Black Magician" exists in your field, you can exclude this card from the Graveyard and activate it for 1 Magic / Trap card on the face-up side of the opponent's field Update for LOCATION_ONFIELD , same as : -Dark Magic Attack - https://github.com/Fluorohydride/ygopro-scripts/blob/master/c2314238.lua#L18 -Thousand Knives - https://github.com/Fluorohydride/ygopro-scripts/blob/master/c63391643.lua#L19 etc. Also , cuz of EVENT_FREE_CHAIN , added .. 1) e1:SetHintTiming(0,TIMING_END_PHASE) , same as : - Eternal Soul ( Special Summon Effect ) - https://github.com/Fluorohydride/ygopro-scripts/blob/master/c48680970.lua#L7 - If I Activate Card Of Demise in my Dark Magician Deck , I cant Special Summon with Magician Navigation , so the game asks me in the Opponent's End Phase 2) e2:SetHintTiming(0,0x1c0) , same as : - D/D/D Cursed King Siegfried - https://github.com/Fluorohydride/ygopro-scripts/blob/master/c44852429.lua#L14 - Any Quick Negate Effect with no Special Condition ..
b013d235