Overview
Comment: | 0.0.704 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0cec83a0aa68a9f849fb1a0fac46bdaf |
User & Date: | 顽雨沉风 on 2023-07-05 10:13:09 |
Other Links: | manifest | tags |
Context
2023-07-05
| ||
10:17 | 0.0.705 check-in: b7922e0634 user: 顽雨沉风 tags: trunk | |
10:13 | 0.0.704 check-in: 0cec83a0aa user: 顽雨沉风 tags: trunk | |
10:11 | 0.0.703 check-in: 64b3263ef5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/AlphaKretin_05_Lullaby.lua from [01c472d6e0] to [fc30aea5c5].
1 2 3 4 5 6 7 8 9 10 | --[[message This one's just a meme. Did you know that Lullaby of Obedience ignores summoning conditions? ]] Debug.SetAIName("AlphaKretin") Debug.ReloadFieldBegin(DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,2100,0,0) Debug.SetPlayerInfo(1,25000,0,0) --AI's deck | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message This one's just a meme. Did you know that Lullaby of Obedience ignores summoning conditions? ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("AlphaKretin") Debug.ReloadFieldBegin(DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,2100,0,0) Debug.SetPlayerInfo(1,25000,0,0) --AI's deck |
︙ | ︙ | |||
35 36 37 38 39 40 41 | Debug.AddCard(97077563,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --CotH Debug.AddCard(77561728,0,0,LOCATION_SZONE,2,POS_FACEDOWN) --Disturbance strat --Player's GY Debug.AddCard(24221739,0,0,LOCATION_GRAVE,0,POS_FACEUP) --Protector of the Sanct Debug.ReloadFieldEnd() | < > > > > | 40 41 42 43 44 45 46 47 48 49 50 51 52 | Debug.AddCard(97077563,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --CotH Debug.AddCard(77561728,0,0,LOCATION_SZONE,2,POS_FACEDOWN) --Disturbance strat --Player's GY Debug.AddCard(24221739,0,0,LOCATION_GRAVE,0,POS_FACEUP) --Protector of the Sanct Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |