Commit d6445261 authored by wyykak's avatar wyykak

Revert "Replace c13959998.lua with weekly match version"

This reverts commit eea6e08b
parent 07edd3d6
Pipeline #6031 passed with stages
in 29 minutes and 29 seconds
......@@ -156,30 +156,40 @@ function this.op(e,tp)
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)
if Duel.GetTurnCount()==1 then
this.isTag=false
this.isTag=Duel.SelectYesNo(0,aux.Stringid(cc,8))
if Duel.SelectYesNo(0,aux.Stringid(cc,2)) then
Debug.Message("字段限制解除")
this.setOverride()
end
if Duel.SelectYesNo(0,aux.Stringid(cc,4)) then
Debug.Message("种族限制解除")
this.raceOverride()
end
if Duel.SelectYesNo(0,aux.Stringid(cc,5)) then
Debug.Message("属性限制解除")
this.attrOverride()
end
if Duel.SelectYesNo(0,aux.Stringid(cc,9)) then
Debug.Message("仪式强化已启用")
this.ritualEnhance(e:GetHandler())
this.maincount=60
this.extracount=30
this.useBanList=true
this.clCode=13959996
this.option=4
end
if Duel.SelectYesNo(0,aux.Stringid(13959997,3)) then
this.skillEnabled=true
Debug.Message("技能已启用")
end
if Duel.SelectYesNo(0,aux.Stringid(cc,14)) then
if Duel.SelectYesNo(0,aux.Stringid(13959997,0)) then
this.maincount=Duel.AnnounceLevel(0,1,10)*10
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
if this.option==0 then
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