游戏王残局简化版

Annotation For single/枯岳说书人_a63 5_12_66.lua
Login

Annotation For single/枯岳说书人_a63 5_12_66.lua

Origin for each line in single/枯岳说书人_a63 5_12_66.lua from check-in 47e0a87646:

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