Commit 47e6fc47 authored by DailyShana's avatar DailyShana

add hint timing: close #101 #567

parent 73c4e5cf
...@@ -11,7 +11,7 @@ function c37192109.initial_effect(c) ...@@ -11,7 +11,7 @@ function c37192109.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1e0) e1:SetHintTiming(0,0x1e0+TIMING_END_PHASE)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetTarget(c37192109.rmtg) e1:SetTarget(c37192109.rmtg)
e1:SetOperation(c37192109.rmop) e1:SetOperation(c37192109.rmop)
......
...@@ -17,6 +17,7 @@ function c494922.initial_effect(c) ...@@ -17,6 +17,7 @@ function c494922.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCondition(c494922.setcon) e2:SetCondition(c494922.setcon)
e2:SetTarget(c494922.settg) e2:SetTarget(c494922.settg)
e2:SetOperation(c494922.setop) e2:SetOperation(c494922.setop)
......
...@@ -15,6 +15,7 @@ function c54241725.initial_effect(c) ...@@ -15,6 +15,7 @@ function c54241725.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCost(c54241725.drcost) e2:SetCost(c54241725.drcost)
e2:SetTarget(c54241725.drtg) e2:SetTarget(c54241725.drtg)
e2:SetOperation(c54241725.drop) e2:SetOperation(c54241725.drop)
...@@ -27,6 +28,7 @@ function c54241725.initial_effect(c) ...@@ -27,6 +28,7 @@ function c54241725.initial_effect(c)
e3:SetCode(EVENT_FREE_CHAIN) e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_GRAVE) e3:SetRange(LOCATION_GRAVE)
e3:SetCountLimit(1,54241725) e3:SetCountLimit(1,54241725)
e3:SetHintTiming(0,TIMING_MAIN_END+TIMING_END_PHASE)
e3:SetCost(c54241725.spcost) e3:SetCost(c54241725.spcost)
e3:SetTarget(c54241725.sptg) e3:SetTarget(c54241725.sptg)
e3:SetOperation(c54241725.spop) e3:SetOperation(c54241725.spop)
......
...@@ -5,6 +5,7 @@ function c79844764.initial_effect(c) ...@@ -5,6 +5,7 @@ function c79844764.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,79844764+EFFECT_COUNT_CODE_OATH) e1:SetCountLimit(1,79844764+EFFECT_COUNT_CODE_OATH)
e1:SetHintTiming(0,TIMING_MAIN_END)
e1:SetCost(c79844764.cost) e1:SetCost(c79844764.cost)
e1:SetOperation(c79844764.activate) e1:SetOperation(c79844764.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment