游戏王残局简化版

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 5923cbeef2:

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