Lines of
single/Naim_Lyrilusc.lua
from check-in 793f3ee99e
that are changed by the sequence of edits moving toward
check-in 2122075262:
1: --[[message
2: Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
3: ]]
793f3ee99e 2023-07-07 4:
793f3ee99e 2023-07-07 5: --~ 必须位于残局文件顶部
793f3ee99e 2023-07-07 6: --~ 加载残局函数库
793f3ee99e 2023-07-07 7: Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
8:
9:
10: Debug.SetAIName("Naim")
11: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
12: Debug.SetPlayerInfo(0,100,0,0)
13: Debug.SetPlayerInfo(1,14900,0,0)
14:
15: --your hand
16: Debug.AddCard(97949165,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --turquoise
17: Debug.AddCard(34550857,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --cobalt
18: Debug.AddCard(85431040,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --evil thorn
19: Debug.AddCard(45452224,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --where arf thou
20: Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --double summon
21:
22: --your deck
23: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --evil thorn
24: Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --evil thorn
25: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN) --sapphire
26: Debug.AddCard(60954556,0,0,LOCATION_DECK,0,POS_FACEDOWN) --sapphire
27:
28: --your extra deck
29: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --recite starling
30: Debug.AddCard(8491961,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --recite starling
31: Debug.AddCard(48608796,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --assembly nightingale
32:
33: --opponent's
34: Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --Legendary Fisherman III
35:
36: --Insert any message here
37: --insert additional message here
38: Debug.ReloadFieldEnd()
39: aux.BeginPuzzle()
40:
41:
42: fun["开局添加手卡"](2)