Overview
Comment: | 0.0.2433 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0b319da9f694e589d9acbc0eee484196 |
User & Date: | 顽雨沉风 on 2023-07-30 10:20:18 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
10:20 | 0.0.2434 check-in: 9b66c6314a user: 顽雨沉风 tags: trunk | |
10:20 | 0.0.2433 check-in: 0b319da9f6 user: 顽雨沉风 tags: trunk | |
10:20 | 0.0.2432 check-in: cf1e36638e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/房同学F_001.lua from [06581a2240] to [f49457abd1].
1 2 3 4 | --puzzle1 Debug.SetAIName("房同学F_001") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 | --puzzle1 Debug.SetAIName("房同学F_001") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) Debug.AddCard(64631466,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(34853266,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(14087893,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) |
︙ | ︙ |