游戏王残局简化版

Annotation For Naim_Lyrilusc.lua
Login

Annotation For Naim_Lyrilusc.lua

Lines of Naim_Lyrilusc.lua from check-in 3dff221746 that are changed by the sequence of edits moving toward check-in f8a1b1a6a8:

                         1: --[[message
3dff221746 2023-04-17    2: 更新:2023-04-14
                         3: 卡数:12
                         4: 规则:大师2020
                         5: Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
                         6: ]]
                         7: Debug.SetAIName("Naim")
                         8: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
                         9: Debug.SetPlayerInfo(0,100,0,0)
                        10: Debug.SetPlayerInfo(1,14900,0,0)
                        11: 
                        12: local e0=Effect.GlobalEffect()
                        13: e0:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
                        14: e0:SetCode(EVENT_ADJUST)
                        15: e0:SetCountLimit(1)
                        16: e0:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(0)>0 end)
                        17: e0:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
                        18: local g=Duel.SelectMatchingCard(tp,Card.IsAbleToHand,tp,LOCATION_DECK,0,2,2,nil)
                        19: if g:GetCount()>0 then
                        20:   Duel.SendtoHand(g,nil,REASON_RULE)
                        21: end end)
                        22: Duel.RegisterEffect(e0,0)
                        23: 
                        24: --your hand
                        25: Debug.AddCard(97949165,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK)		--turquoise
                        26: Debug.AddCard(34550857,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK)		--cobalt
                        27: Debug.AddCard(85431040,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK)		--evil thorn
                        28: Debug.AddCard(45452224,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)		--where arf thou
                        29: Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)		--double summon
                        30: 
                        31: --your deck
                        32: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN)			--evil thorn
                        33: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN)			--evil thorn
                        34: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN)			--sapphire
                        35: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN)			--sapphire
                        36: 
                        37: --your extra deck
                        38: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)		--recite starling
                        39: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)		--recite starling
                        40: Debug.AddCard(48608796,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)		--assembly nightingale
                        41: 
                        42: --opponent's
                        43: Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)		--Legendary Fisherman III
                        44: 
                        45: --Insert any message here
                        46: --insert additional message here
                        47: Debug.ReloadFieldEnd()
                        48: 
                        49: Debug.ShowHint("从卡组中选择两张卡加入手卡!")
                        50: aux.BeginPuzzle()
                        51: local e999=Effect.GlobalEffect()
                        52: e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
                        53: e999:SetCode(EVENT_DAMAGE)
                        54: e999:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end)
                        55: e999:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
                        56: Debug.ShowHint("残局群181175613") end)
                        57: Duel.RegisterEffect(e999,0)
                        58: --~ Debug.ShowHint("Win this turn!")