游戏王残局简化版

Annotation For single/简化版_451_02.lua
Login

Annotation For single/简化版_451_02.lua

Origin for each line in single/简化版_451_02.lua from check-in ed54ab0472:

ed54ab0472 2024-06-27    1: --[[message
ed54ab0472 2024-06-27    2: 维护:2024-02-12
ed54ab0472 2024-06-27    3: 标签:#有人打不过 #Naim_Lyrilusc #枯岳说书人
ed54ab0472 2024-06-27    4: 简语:Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
ed54ab0472 2024-06-27    5: ]]
ed54ab0472 2024-06-27    6: 
ed54ab0472 2024-06-27    7: Debug.SetAIName("QQ群181175613")
ed54ab0472 2024-06-27    8: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 5)
ed54ab0472 2024-06-27    9: Debug.SetPlayerInfo(0, 100, 0, 0)
ed54ab0472 2024-06-27   10: Debug.SetPlayerInfo(1, 14900, 0, 0)
ed54ab0472 2024-06-27   11: 
ed54ab0472 2024-06-27   12: --your hand
ed54ab0472 2024-06-27   13: Debug.AddCard(97949165, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --turquoise
ed54ab0472 2024-06-27   14: Debug.AddCard(34550857, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --cobalt
ed54ab0472 2024-06-27   15: Debug.AddCard(85431040, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --evil thorn
ed54ab0472 2024-06-27   16: Debug.AddCard(45452224, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --where arf thou
ed54ab0472 2024-06-27   17: Debug.AddCard(43422537, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --double summon
ed54ab0472 2024-06-27   18: 
ed54ab0472 2024-06-27   19: --your deck
ed54ab0472 2024-06-27   20: Debug.AddCard(85431040, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --evil thorn
ed54ab0472 2024-06-27   21: Debug.AddCard(85431040, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --evil thorn
ed54ab0472 2024-06-27   22: Debug.AddCard(60954556, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --sapphire
ed54ab0472 2024-06-27   23: Debug.AddCard(60954556, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --sapphire
ed54ab0472 2024-06-27   24: 
ed54ab0472 2024-06-27   25: --your extra deck
ed54ab0472 2024-06-27   26: Debug.AddCard(8491961, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --recite starling
ed54ab0472 2024-06-27   27: Debug.AddCard(8491961, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --recite starling
ed54ab0472 2024-06-27   28: Debug.AddCard(48608796, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --assembly nightingale
ed54ab0472 2024-06-27   29: 
ed54ab0472 2024-06-27   30: --opponent's
ed54ab0472 2024-06-27   31: Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Legendary Fisherman III
ed54ab0472 2024-06-27   32: 
ed54ab0472 2024-06-27   33: --Insert any message here
ed54ab0472 2024-06-27   34: --insert additional message here
ed54ab0472 2024-06-27   35: Debug.ReloadFieldEnd()
ed54ab0472 2024-06-27   36: aux.BeginPuzzle(2)