Overview
Comment: | 0.0.2298 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
699ee27cdcc8999e3ae7c719bd3feced |
User & Date: | 顽雨沉风 on 2023-07-29 01:50:31 |
Other Links: | manifest | tags |
Context
2023-07-29
| ||
02:04 | 0.0.2299 check-in: 191f08d4f7 user: 顽雨沉风 tags: trunk | |
01:50 | 0.0.2298 check-in: 699ee27cdc user: 顽雨沉风 tags: trunk | |
01:46 | 0.0.2297 check-in: b054477010 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/在末法时期呼唤爱_001.lua from [ae4aeed338] to [4c90c564ab].
1 2 3 4 5 6 7 | --puzzle1 Debug.SetAIName("在末法时期呼唤爱_001") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) local m1 = Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --puzzle1 Debug.SetAIName("在末法时期呼唤爱_001") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) local m1 = Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) local m2 = Debug.AddCard(2957055,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local m3 = Debug.AddCard(16428514,1,1,LOCATION_MZONE,0,POS_FACEUP_DEFENSE) Debug.AddCard(21607304,1,1,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE) Debug.AddCard(68001309,1,1,LOCATION_SZONE,1,POS_FACEUP_ATTACK) local s1 = Debug.AddCard(40619825,0,0,LOCATION_SZONE,0,POS_FACEUP_ATTACK) local s2 = Debug.AddCard(242146,0,0,LOCATION_SZONE,1,POS_FACEUP_ATTACK) |
︙ | ︙ |