游戏王残局简化版

Annotation For [WCS2006]03_antique_gear.lua
Login

Annotation For [WCS2006]03_antique_gear.lua

Origin for each line in [WCS2006]03_antique_gear.lua from check-in 4fe5c482f8:

4fe5c482f8 2023-05-17    1: --[[message
4fe5c482f8 2023-05-17    2: 卡数:6
4fe5c482f8 2023-05-17    3: 规则:大师3
4fe5c482f8 2023-05-17    4: ]]
4fe5c482f8 2023-05-17    5: Debug.SetAIName("[WCS2006]03_antique_gear")
4fe5c482f8 2023-05-17    6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
4fe5c482f8 2023-05-17    7: 
4fe5c482f8 2023-05-17    8: Debug.SetPlayerInfo(0,1400,0,0)
4fe5c482f8 2023-05-17    9: Debug.SetPlayerInfo(1,3300,0,0)
4fe5c482f8 2023-05-17   10: 
4fe5c482f8 2023-05-17   11: Debug.AddCard(92001300,0,0,LOCATION_HAND,0,POS_FACEDOWN)
4fe5c482f8 2023-05-17   12: Debug.AddCard(10509340,0,0,LOCATION_HAND,0,POS_FACEDOWN)
4fe5c482f8 2023-05-17   13: Debug.AddCard(83104731,0,0,LOCATION_HAND,0,POS_FACEDOWN)
4fe5c482f8 2023-05-17   14: Debug.AddCard(56094445,0,0,LOCATION_HAND,0,POS_FACEDOWN)
4fe5c482f8 2023-05-17   15: 
4fe5c482f8 2023-05-17   16: Debug.AddCard(23995346,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
4fe5c482f8 2023-05-17   17: Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
4fe5c482f8 2023-05-17   18: 
4fe5c482f8 2023-05-17   19: Debug.AddCard(80604091,0,0,LOCATION_SZONE,2,POS_FACEUP)
4fe5c482f8 2023-05-17   20: Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN)
4fe5c482f8 2023-05-17   21: 
4fe5c482f8 2023-05-17   22: Debug.ReloadFieldEnd()
4fe5c482f8 2023-05-17   23: aux.BeginPuzzle()
4fe5c482f8 2023-05-17   24: local cache1
4fe5c482f8 2023-05-17   25: local e999
4fe5c482f8 2023-05-17   26: e999=Effect.GlobalEffect()
4fe5c482f8 2023-05-17   27: e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
4fe5c482f8 2023-05-17   28: e999:SetCode(EVENT_DAMAGE)
4fe5c482f8 2023-05-17   29: function cache1(e,tp,eg,ep,ev,re,r,rp)
4fe5c482f8 2023-05-17   30:   return Duel.GetLP(1)<=0
4fe5c482f8 2023-05-17   31:   end
4fe5c482f8 2023-05-17   32: e999:SetCondition(cache1)
4fe5c482f8 2023-05-17   33: function cache1(e,tp,eg,ep,ev,re,r,rp)
4fe5c482f8 2023-05-17   34:   Debug.ShowHint("残局群181175613")
4fe5c482f8 2023-05-17   35:   return
4fe5c482f8 2023-05-17   36:   end
4fe5c482f8 2023-05-17   37: e999:SetOperation(cache1)
4fe5c482f8 2023-05-17   38: Duel.RegisterEffect(e999,0)
4fe5c482f8 2023-05-17   39: 
4fe5c482f8 2023-05-17   40: 
4fe5c482f8 2023-05-17   41: