b327c7e140 2023-05-22 1: --[[message
b327c7e140 2023-05-22 2: 卡数:7
b327c7e140 2023-05-22 3: 规则:大师3
b327c7e140 2023-05-22 4: ]]
b327c7e140 2023-05-22 5: Debug.SetAIName("[WCS2006]10_gilford")
b327c7e140 2023-05-22 6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
b327c7e140 2023-05-22 7:
b327c7e140 2023-05-22 8: Debug.SetPlayerInfo(0,100,0,0)
b327c7e140 2023-05-22 9: Debug.SetPlayerInfo(1,5600,0,0)
b327c7e140 2023-05-22 10:
b327c7e140 2023-05-22 11: Debug.AddCard(69933858,0,0,LOCATION_HAND,0,POS_FACEDOWN)
b327c7e140 2023-05-22 12:
b327c7e140 2023-05-22 13: local m01 = Debug.AddCard(21015833,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
b327c7e140 2023-05-22 14: local m02 = Debug.AddCard(00423705,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
b327c7e140 2023-05-22 15: local m03 = Debug.AddCard(84430950,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
b327c7e140 2023-05-22 16: Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
b327c7e140 2023-05-22 17:
b327c7e140 2023-05-22 18: local s01 = Debug.AddCard(55226821,0,0,LOCATION_SZONE,1,POS_FACEUP)
b327c7e140 2023-05-22 19: local s02 = Debug.AddCard(37684215,0,0,LOCATION_SZONE,2,POS_FACEUP)
b327c7e140 2023-05-22 20: local s03 = Debug.AddCard(31423101,0,0,LOCATION_SZONE,3,POS_FACEUP)
b327c7e140 2023-05-22 21:
b327c7e140 2023-05-22 22: Debug.PreEquip(s01, m01)
b327c7e140 2023-05-22 23: Debug.PreEquip(s02, m02)
b327c7e140 2023-05-22 24: Debug.PreEquip(s03, m03)
b327c7e140 2023-05-22 25:
b327c7e140 2023-05-22 26: Debug.ReloadFieldEnd()
b327c7e140 2023-05-22 27: aux.BeginPuzzle()
b327c7e140 2023-05-22 28:
b327c7e140 2023-05-22 29: local str = {}
b327c7e140 2023-05-22 30: local fun = {}
b327c7e140 2023-05-22 31:
b327c7e140 2023-05-22 32: local cache1
b327c7e140 2023-05-22 33:
b327c7e140 2023-05-22 34: fun["通关邀请"]=function()
b327c7e140 2023-05-22 35: local e100
b327c7e140 2023-05-22 36: e100=Effect.GlobalEffect()
b327c7e140 2023-05-22 37: e100:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
b327c7e140 2023-05-22 38: e100:SetCode(EVENT_DAMAGE)
b327c7e140 2023-05-22 39: function cache1(e,tp,eg,ep,ev,re,r,rp)
b327c7e140 2023-05-22 40: return Duel.GetLP(1)<=0
b327c7e140 2023-05-22 41: end
b327c7e140 2023-05-22 42: e100:SetCondition(cache1)
b327c7e140 2023-05-22 43: function cache1(e,tp,eg,ep,ev,re,r,rp)
b327c7e140 2023-05-22 44: Debug.ShowHint("残局群181175613")
b327c7e140 2023-05-22 45: return
b327c7e140 2023-05-22 46: end
b327c7e140 2023-05-22 47: e100:SetOperation(cache1)
b327c7e140 2023-05-22 48: Duel.RegisterEffect(e100,0)
b327c7e140 2023-05-22 49: end
b327c7e140 2023-05-22 50:
b327c7e140 2023-05-22 51: fun["通关邀请"]()