Lines of
single/Naim_Lyrilusc.lua
from check-in 535fccafa4
that are changed by the sequence of edits moving toward
check-in 7f595724f2:
1: --[[message
2: Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
3: ]]
4:
535fccafa4 2023-10-03 5:
6: Debug.SetAIName("Naim_Lyrilusc")
535fccafa4 2023-10-03 7: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
535fccafa4 2023-10-03 8: Debug.SetPlayerInfo(0,100,0,0)
535fccafa4 2023-10-03 9: Debug.SetPlayerInfo(1,14900,0,0)
10:
11: --your hand
535fccafa4 2023-10-03 12: Debug.AddCard(97949165,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --turquoise
535fccafa4 2023-10-03 13: Debug.AddCard(34550857,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --cobalt
535fccafa4 2023-10-03 14: Debug.AddCard(85431040,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --evil thorn
535fccafa4 2023-10-03 15: Debug.AddCard(45452224,0,0,LOCATION_DECK,0,POS_FACEDOWN) --where arf thou
535fccafa4 2023-10-03 16: Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEDOWN) --double summon
17:
18: --your deck
535fccafa4 2023-10-03 19: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --evil thorn
535fccafa4 2023-10-03 20: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --evil thorn
535fccafa4 2023-10-03 21: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN) --sapphire
535fccafa4 2023-10-03 22: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN) --sapphire
23:
24: --your extra deck
535fccafa4 2023-10-03 25: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --recite starling
535fccafa4 2023-10-03 26: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --recite starling
535fccafa4 2023-10-03 27: Debug.AddCard(48608796,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --assembly nightingale
28:
29: --opponent's
535fccafa4 2023-10-03 30: Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --Legendary Fisherman III
31:
32: --Insert any message here
33: --insert additional message here
34: Debug.ReloadFieldEnd()
35: aux.BeginPuzzle(2)
535fccafa4 2023-10-03 36:
535fccafa4 2023-10-03 37: