Overview
Comment: | 0.0.2424 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f6d06d9b1d8028ee6fe2ca57a39c1a61 |
User & Date: | 顽雨沉风 on 2023-07-30 08:07:21 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
08:09 | 0.0.2425 check-in: 0f681e1fc9 user: 顽雨沉风 tags: trunk | |
08:07 | 0.0.2424 check-in: f6d06d9b1d user: 顽雨沉风 tags: trunk | |
08:06 | 0.0.2423 check-in: bb64c0f10e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/22.Moon-Light Dancer.lua from [b9fc285b77] to [1e04ab47e8].
1 2 3 4 5 6 7 | --puzzle1 Debug.SetAIName("22.Moon-Light Dancer") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,2100,0,0) Debug.SetPlayerInfo(1,20000,0,0) Debug.AddCard(62188962,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(22056710,0,0,LOCATION_DECK,0,POS_FACEDOWN) | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | --[[Message 月光舞姬 ]] --puzzle1 Debug.SetAIName("22.Moon-Light Dancer") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,2100,0,0) Debug.SetPlayerInfo(1,20000,0,0) Debug.AddCard(62188962,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(22056710,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |