Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
88115cb0a2f2441035b619799a7a57cc |
User & Date: | 顽雨沉风 on 2024-06-27 01:37:05 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
01:39 | 0 check-in: fec18996bb user: 顽雨沉风 tags: trunk | |
01:37 | 0 check-in: 88115cb0a2 user: 顽雨沉风 tags: trunk | |
01:36 | 0 check-in: 0bdb84252f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_457_01.lua from [c6a180d79c] to [b35dcbc543].
1 | --[[message | | | | 1 2 3 4 5 6 7 8 9 10 11 | --[[message 维护:2024-06-27 简语:Puzzle that consist of multiple layer of defense mechanism that player has to figure how to breakthrough and OTK. 标签:#Banyspy_03_Absolute_Defense ]] --Absolute defense Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,1000,0,0) Debug.SetPlayerInfo(1,81000,0,0) |
︙ | ︙ | |||
28 29 30 31 32 33 34 | Debug.AddCard(59123937,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --D/D Vice Typhon Debug.AddCard(21593977,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --Makyura the Destructor Debug.AddCard(59123937,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) --D/D Vice Typhon Debug.AddCard(63845230,0,0,LOCATION_MZONE,4,POS_FACEUP_ATTACK) --eater of millions local zero = Debug.AddCard(66403530,0,0,LOCATION_MZONE,5,POS_FACEUP_ATTACK,true) --zeroboros Debug.PreSummon(zero,SUMMON_TYPE_LINK,LOCATION_EXTRA) | | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | Debug.AddCard(59123937,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --D/D Vice Typhon Debug.AddCard(21593977,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --Makyura the Destructor Debug.AddCard(59123937,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) --D/D Vice Typhon Debug.AddCard(63845230,0,0,LOCATION_MZONE,4,POS_FACEUP_ATTACK) --eater of millions local zero = Debug.AddCard(66403530,0,0,LOCATION_MZONE,5,POS_FACEUP_ATTACK,true) --zeroboros Debug.PreSummon(zero,SUMMON_TYPE_LINK,LOCATION_EXTRA) --Player's extra deck Debug.AddCard(32559361,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --Chaos Dyson sphere Debug.AddCard(01992816,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --Dyson sphere Debug.AddCard(95685352,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --dark anthelion dragon Debug.AddCard(06983839,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --tornado dragon Debug.AddCard(82633039,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --castel Debug.AddCard(01686814,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --Ultimaya tzolkin Debug.AddCard(52687916,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) --trishula |
︙ | ︙ |