游戏王残局简化版

Annotation For [WCS2006]11_remove.lua
Login

Annotation For [WCS2006]11_remove.lua

Origin for each line in [WCS2006]11_remove.lua from check-in b327c7e140:

b327c7e140 2023-05-22  顽雨沉风: --[[message
b327c7e140 2023-05-22  顽雨沉风: 卡数:11
b327c7e140 2023-05-22  顽雨沉风: 规则:大师3
b327c7e140 2023-05-22  顽雨沉风: ]]
b327c7e140 2023-05-22  顽雨沉风: Debug.SetAIName("[WCS2006]11_remove")
b327c7e140 2023-05-22  顽雨沉风: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.SetPlayerInfo(0,600,0,0)
b327c7e140 2023-05-22  顽雨沉风: Debug.SetPlayerInfo(1,100,0,0)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_DECK,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_DECK,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_DECK,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_DECK,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_DECK,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(05758500,0,0,LOCATION_HAND,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(80887952,0,0,LOCATION_HAND,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(42703248,0,0,LOCATION_HAND,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(54493213,0,0,LOCATION_HAND,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(61528025,0,0,LOCATION_MZONE,2,POS_FACEUP_DEFENSE)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(27408609,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
b327c7e140 2023-05-22  顽雨沉风: local m1=Debug.AddCard(99267150,1,1,LOCATION_MZONE,2,POS_FACEUP_DEFENSE)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(81843628,1,1,LOCATION_MZONE,3,POS_FACEDOWN_DEFENSE)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_GRAVE,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,0,0,LOCATION_GRAVE,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(08628798,0,0,LOCATION_GRAVE,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(08628798,0,0,LOCATION_GRAVE,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(08628798,0,0,LOCATION_GRAVE,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: Debug.AddCard(89631139,1,1,LOCATION_GRAVE,0,POS_FACEDOWN)
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: Debug.ReloadFieldEnd()
b327c7e140 2023-05-22  顽雨沉风: aux.BeginPuzzle()
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: local str = {}
b327c7e140 2023-05-22  顽雨沉风: local fun = {}
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: local cache1
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: fun["通关邀请"]=function()
b327c7e140 2023-05-22  顽雨沉风:   local e100
b327c7e140 2023-05-22  顽雨沉风:   e100=Effect.GlobalEffect()
b327c7e140 2023-05-22  顽雨沉风:   e100:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
b327c7e140 2023-05-22  顽雨沉风:   e100:SetCode(EVENT_DAMAGE)
b327c7e140 2023-05-22  顽雨沉风:   function cache1(e,tp,eg,ep,ev,re,r,rp)
b327c7e140 2023-05-22  顽雨沉风:     return Duel.GetLP(1)<=0
b327c7e140 2023-05-22  顽雨沉风:     end
b327c7e140 2023-05-22  顽雨沉风:   e100:SetCondition(cache1)
b327c7e140 2023-05-22  顽雨沉风:   function cache1(e,tp,eg,ep,ev,re,r,rp)
b327c7e140 2023-05-22  顽雨沉风:     Debug.ShowHint("残局群181175613")
b327c7e140 2023-05-22  顽雨沉风:     return
b327c7e140 2023-05-22  顽雨沉风:     end
b327c7e140 2023-05-22  顽雨沉风:   e100:SetOperation(cache1)
b327c7e140 2023-05-22  顽雨沉风:   Duel.RegisterEffect(e100,0)
b327c7e140 2023-05-22  顽雨沉风:   end
b327c7e140 2023-05-22  顽雨沉风: 
b327c7e140 2023-05-22  顽雨沉风: fun["通关邀请"]()
b327c7e140 2023-05-22  顽雨沉风: