Overview
Comment: | 0.0.801 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1b3908e962f95c56af6aae8859e45ea5 |
User & Date: | 顽雨沉风 on 2023-07-07 05:11:28 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
05:12 | 0.0.802 check-in: 8cc3c134ba user: 顽雨沉风 tags: trunk | |
05:11 | 0.0.801 check-in: 1b3908e962 user: 顽雨沉风 tags: trunk | |
05:10 | 0.0.800 check-in: a4a02da018 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Naim_Lyrilusc.lua from [8bbd709187] to [f41c09e026].
1 2 3 4 | --[[message Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly. ]] | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly. ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Naim") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,14900,0,0) |
︙ | ︙ | |||
42 43 44 45 46 47 48 | --opponent's Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --Legendary Fisherman III --Insert any message here --insert additional message here Debug.ReloadFieldEnd() | < < | | < < < < < < > | 44 45 46 47 48 49 50 51 52 53 54 | --opponent's Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --Legendary Fisherman III --Insert any message here --insert additional message here Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局添加手卡"](4) |