Lines of
single/Naim_Lyrilusc.lua
from check-in 2122075262
that are changed by the sequence of edits moving toward
check-in cd917ac245:
1: --[[message
2: Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
3: ]]
4:
5:
6: Debug.SetAIName("Naim")
7: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
8: Debug.SetPlayerInfo(0,100,0,0)
9: Debug.SetPlayerInfo(1,14900,0,0)
10:
11: --your hand
12: Debug.AddCard(97949165,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --turquoise
13: Debug.AddCard(34550857,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --cobalt
14: Debug.AddCard(85431040,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --evil thorn
15: Debug.AddCard(45452224,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --where arf thou
16: Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --double summon
17:
18: --your deck
19: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --evil thorn
20: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --evil thorn
21: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN) --sapphire
22: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN) --sapphire
23:
24: --your extra deck
25: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --recite starling
26: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --recite starling
27: Debug.AddCard(48608796,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --assembly nightingale
28:
29: --opponent's
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()
36:
37:
2122075262 2023-07-15 38: fun["开局添加手卡"](2)