游戏王残局简化版

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 7a7efade62:

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()
7a7efade62 2023-06-18   24: local str = {}
7a7efade62 2023-06-18   25: local fun = {}
7a7efade62 2023-06-18   26: 
7a7efade62 2023-06-18   27: local cache_1
7a7efade62 2023-06-18   28: 
7a7efade62 2023-06-18   29: fun["通关邀请"]=function()
7a7efade62 2023-06-18   30:   local effect_100
7a7efade62 2023-06-18   31:   effect_100 = Effect.GlobalEffect()
7a7efade62 2023-06-18   32:   effect_100:SetType(EFFECT_TYPE_FIELD
7a7efade62 2023-06-18   33:     + EFFECT_TYPE_CONTINUOUS)
7a7efade62 2023-06-18   34:   effect_100:SetCode(EVENT_DAMAGE)
7a7efade62 2023-06-18   35:   function cache_1()
7a7efade62 2023-06-18   36: 
7a7efade62 2023-06-18   37:     cache_1 = Duel.GetLP(1)
7a7efade62 2023-06-18   38: 
7a7efade62 2023-06-18   39:     return cache_1 <= 0
7a7efade62 2023-06-18   40:     end
7a7efade62 2023-06-18   41:   effect_100:SetCondition(cache_1)
7a7efade62 2023-06-18   42:   function cache_1()
7a7efade62 2023-06-18   43:     Debug.ShowHint("残局群181175613")
7a7efade62 2023-06-18   44:     return
7a7efade62 2023-06-18   45:     end
7a7efade62 2023-06-18   46:   effect_100:SetOperation(cache_1)
7a7efade62 2023-06-18   47:   Duel.RegisterEffect(effect_100
7a7efade62 2023-06-18   48:     , 0)
7a7efade62 2023-06-18   49:   end
4fe5c482f8 2023-05-17   50: