Commit eea6e08b authored by wyykak's avatar wyykak

Replace c13959998.lua with weekly match version

parent 586d78f4
Pipeline #6024 passed with stages
in 30 minutes and 44 seconds
...@@ -156,40 +156,30 @@ function this.op(e,tp) ...@@ -156,40 +156,30 @@ function this.op(e,tp)
this.drawCount=Duel.GetFieldGroupCount(0,LOCATION_HAND,0) this.drawCount=Duel.GetFieldGroupCount(0,LOCATION_HAND,0)
Duel.Exile(Duel.GetFieldGroup(0,LOCATION_DECK|LOCATION_EXTRA|LOCATION_HAND,LOCATION_DECK|LOCATION_EXTRA|LOCATION_HAND),REASON_RULE) Duel.Exile(Duel.GetFieldGroup(0,LOCATION_DECK|LOCATION_EXTRA|LOCATION_HAND,LOCATION_DECK|LOCATION_EXTRA|LOCATION_HAND),REASON_RULE)
if Duel.GetTurnCount()==1 then if Duel.GetTurnCount()==1 then
this.isTag=Duel.SelectYesNo(0,aux.Stringid(cc,8)) this.isTag=false
if Duel.SelectYesNo(0,aux.Stringid(cc,2)) then
Debug.Message("字段限制解除") Debug.Message("字段限制解除")
this.setOverride() this.setOverride()
end
if Duel.SelectYesNo(0,aux.Stringid(cc,4)) then
Debug.Message("种族限制解除") Debug.Message("种族限制解除")
this.raceOverride() this.raceOverride()
end
if Duel.SelectYesNo(0,aux.Stringid(cc,5)) then
Debug.Message("属性限制解除") Debug.Message("属性限制解除")
this.attrOverride() this.attrOverride()
end
if Duel.SelectYesNo(0,aux.Stringid(cc,9)) then
Debug.Message("仪式强化已启用") Debug.Message("仪式强化已启用")
this.ritualEnhance(e:GetHandler()) this.ritualEnhance(e:GetHandler())
end
if Duel.SelectYesNo(0,aux.Stringid(13959997,3)) then
this.skillEnabled=true this.maincount=60
Debug.Message("技能已启用")
end this.extracount=30
if Duel.SelectYesNo(0,aux.Stringid(cc,14)) then this.useBanList=true
if Duel.SelectYesNo(0,aux.Stringid(13959997,0)) then this.clCode=13959996
this.maincount=Duel.AnnounceLevel(0,1,10)*10 this.option=4
end
if Duel.SelectYesNo(0,aux.Stringid(13959997,1)) then
this.extracount=Duel.AnnounceLevel(0,1,10)*10
end
this.useBanList=Duel.SelectYesNo(0,aux.Stringid(13959997,2))
if Duel.SelectYesNo(0,aux.Stringid(13959997,6)) then
this.clCode=({13959996,13959994})[Duel.SelectOption(0,aux.Stringid(13959997,7),aux.Stringid(13959997,8))+1]
end
end
this.option=Duel.SelectOption(0,aux.Stringid(cc,0),aux.Stringid(cc,1),aux.Stringid(cc,6),aux.Stringid(cc,7),aux.Stringid(cc,11),aux.Stringid(cc,10),aux.Stringid(13959997,4),aux.Stringid(13959997,5))
local n=0 local n=0
if this.option==0 then if this.option==0 then
Debug.Message("本局决斗使用2pick规则") Debug.Message("本局决斗使用2pick规则")
......
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