游戏王残局简化版

Annotation For single/LV-017.lua
Login

Annotation For single/LV-017.lua

Origin for each line in single/LV-017.lua from check-in 64b764d6e7:

64b764d6e7 2023-07-30  顽雨沉风: --puzzle1
64b764d6e7 2023-07-30  顽雨沉风: Debug.SetAIName("Level-017")
64b764d6e7 2023-07-30  顽雨沉风: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
64b764d6e7 2023-07-30  顽雨沉风: Debug.SetPlayerInfo(0,8000,0,0)
64b764d6e7 2023-07-30  顽雨沉风: Debug.SetPlayerInfo(1,1000,0,0)
64b764d6e7 2023-07-30  顽雨沉风: 
64b764d6e7 2023-07-30  顽雨沉风: Debug.AddCard(63519819,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
64b764d6e7 2023-07-30  顽雨沉风: 
64b764d6e7 2023-07-30  顽雨沉风: Debug.AddCard(34853266,0,0,LOCATION_HAND,0,POS_FACEDOWN)
64b764d6e7 2023-07-30  顽雨沉风: Debug.AddCard(14087893,0,0,LOCATION_HAND,0,POS_FACEDOWN)
64b764d6e7 2023-07-30  顽雨沉风: 
64b764d6e7 2023-07-30  顽雨沉风: Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
64b764d6e7 2023-07-30  顽雨沉风: Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
64b764d6e7 2023-07-30  顽雨沉风: Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
64b764d6e7 2023-07-30  顽雨沉风: 
64b764d6e7 2023-07-30  顽雨沉风: Debug.ReloadFieldEnd()
64b764d6e7 2023-07-30  顽雨沉风: Debug.ShowHint("GAME START!")
64b764d6e7 2023-07-30  顽雨沉风: aux.BeginPuzzle()
64b764d6e7 2023-07-30  顽雨沉风: local e999=Effect.GlobalEffect()
64b764d6e7 2023-07-30  顽雨沉风: e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
64b764d6e7 2023-07-30  顽雨沉风: e999:SetCode(EVENT_DAMAGE)
64b764d6e7 2023-07-30  顽雨沉风: e999:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end)
64b764d6e7 2023-07-30  顽雨沉风: e999:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
64b764d6e7 2023-07-30  顽雨沉风: Debug.ShowHint("残局群181175613") end)
64b764d6e7 2023-07-30  顽雨沉风: Duel.RegisterEffect(e999,0)