Overview
Comment: | 0.0.707 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
89c81cb796bc1acee8f51d0a75e4ef80 |
User & Date: | 顽雨沉风 on 2023-07-05 10:17:59 |
Other Links: | manifest | tags |
Context
2023-07-05
| ||
10:19 | 0.0.708 check-in: 4be88097db user: 顽雨沉风 tags: trunk | |
10:17 | 0.0.707 check-in: 89c81cb796 user: 顽雨沉风 tags: trunk | |
10:17 | 0.0.706 check-in: f3b27be5b0 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/AlphaKretin_05_Lullaby.lua from [fc30aea5c5] to [e69bce16fa].
1 2 3 4 5 6 7 8 9 10 11 12 | --[[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) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | --[[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,100,0,0) --AI's deck Debug.AddCard(7902349,1,1,LOCATION_DECK,0,POS_FACEDOWN) --exodia pieces Debug.AddCard(8124921,1,1,LOCATION_DECK,0,POS_FACEDOWN) --exodia pieces Debug.AddCard(44519536,1,1,LOCATION_DECK,0,POS_FACEDOWN) --exodia pieces Debug.AddCard(70903634,1,1,LOCATION_DECK,0,POS_FACEDOWN) --exodia pieces |
︙ | ︙ |