Overview
Comment: | 0.0.2483 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2625f014daf30d1159fc7a7428adc915 |
User & Date: | 顽雨沉风 on 2023-08-20 08:44:35 |
Other Links: | manifest | tags |
Context
2023-08-20
| ||
09:01 | 0.0.2484 check-in: b16ef8f4f8 user: 顽雨沉风 tags: trunk | |
08:44 | 0.0.2483 check-in: 2625f014da user: 顽雨沉风 tags: trunk | |
08:43 | 0.0.2482 check-in: 6606be37e8 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/08.Dragunity Onfall.lua from [1c728b8c30] to [7218403d4c].
|
| | | 1 2 3 4 5 6 7 8 | --[[message 龙骑团强袭 ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,500,0,0) |
︙ | ︙ |
Modified single/09.Evolzar Flag.lua from [b01a072f7b] to [f895c078b7].
︙ | ︙ | |||
23 24 25 26 27 28 29 | Debug.AddCard(18511599,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true) Debug.AddCard(39672388,1,1,LOCATION_MZONE,2,POS_FACEUP) Debug.AddCard(39672388,1,1,LOCATION_MZONE,2,POS_FACEUP) Debug.AddCard(42752141,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(17045014,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.AddCard(17045014,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() | < | 23 24 25 26 27 28 29 30 | Debug.AddCard(18511599,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true) Debug.AddCard(39672388,1,1,LOCATION_MZONE,2,POS_FACEUP) Debug.AddCard(39672388,1,1,LOCATION_MZONE,2,POS_FACEUP) Debug.AddCard(42752141,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(17045014,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.AddCard(17045014,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() |