Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fca769a27945347d4524901a48b0b49a |
User & Date: | 顽雨沉风 on 2024-08-07 03:40:35 |
Other Links: | manifest | tags |
Context
2024-08-07
| ||
03:41 | 0 check-in: bd262240ab user: 顽雨沉风 tags: trunk | |
03:40 | 0 check-in: fca769a279 user: 顽雨沉风 tags: trunk | |
03:40 | 0 check-in: 5adb1bd960 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_073_1.lua from [00dcab0bb0] to [fc98cab1ba].
1 | --[[message | < | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | --[[message Puzzle that consist of multiple layer of defense mechanism that player has to figure how to breakthrough and OTK. #Banyspy_03_Absolute_Defense ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 1000, 0, 0) Debug.SetPlayerInfo(1, 81000, 0, 0) Debug.AddCard(87571563, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --world legacy guardragon Debug.AddCard(74063034, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --invocation Debug.AddCard(82321037, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --barasthos Debug.AddCard(58400390, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --beckoned by world chalice Debug.AddCard(61901281, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --Collaspserpent Debug.AddCard(96227613, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --Supreme king gate zero Debug.AddCard(38572779, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --Miscellaneousaurus |
︙ | ︙ |