游戏王残局简化版

Annotation For LV-012.lua
Login

Annotation For LV-012.lua

Origin for each line in LV-012.lua from check-in 0d0597607a:

0d0597607a 2023-04-22  顽雨沉风: --[[message
0d0597607a 2023-04-22  顽雨沉风: 卡数:2
0d0597607a 2023-04-22  顽雨沉风: 规则:大师3
0d0597607a 2023-04-22  顽雨沉风: ]]
0d0597607a 2023-04-22  顽雨沉风: --puzzle1
0d0597607a 2023-04-22  顽雨沉风: Debug.SetAIName("Level-012")
0d0597607a 2023-04-22  顽雨沉风: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
0d0597607a 2023-04-22  顽雨沉风: Debug.SetPlayerInfo(0,8000,0,0)
0d0597607a 2023-04-22  顽雨沉风: Debug.SetPlayerInfo(1,8000,0,0)
0d0597607a 2023-04-22  顽雨沉风: 
0d0597607a 2023-04-22  顽雨沉风: Debug.AddCard(70781052,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
0d0597607a 2023-04-22  顽雨沉风: Debug.AddCard(57308711,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
0d0597607a 2023-04-22  顽雨沉风: Debug.AddCard(74677422,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
0d0597607a 2023-04-22  顽雨沉风: 
0d0597607a 2023-04-22  顽雨沉风: Debug.AddCard(95286165,0,0,LOCATION_HAND,0,POS_FACEDOWN)
0d0597607a 2023-04-22  顽雨沉风: Debug.AddCard(24094653,0,0,LOCATION_HAND,0,POS_FACEDOWN)
0d0597607a 2023-04-22  顽雨沉风: 
0d0597607a 2023-04-22  顽雨沉风: Debug.AddCard(11901678,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
0d0597607a 2023-04-22  顽雨沉风: 
0d0597607a 2023-04-22  顽雨沉风: Debug.ReloadFieldEnd()
0d0597607a 2023-04-22  顽雨沉风: --~ Debug.ShowHint("GAME START!")
0d0597607a 2023-04-22  顽雨沉风: aux.BeginPuzzle()
0d0597607a 2023-04-22  顽雨沉风: local e999=Effect.GlobalEffect()
0d0597607a 2023-04-22  顽雨沉风: e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
0d0597607a 2023-04-22  顽雨沉风: e999:SetCode(EVENT_DAMAGE)
0d0597607a 2023-04-22  顽雨沉风: e999:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end)
0d0597607a 2023-04-22  顽雨沉风: e999:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
0d0597607a 2023-04-22  顽雨沉风: Debug.ShowHint("残局群181175613") end)
0d0597607a 2023-04-22  顽雨沉风: Duel.RegisterEffect(e999,0)