Overview
Comment: | 0.0.2300 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e6a0d70d08dd1094163917d5210092e0 |
User & Date: | 顽雨沉风 on 2023-07-29 02:05:44 |
Other Links: | manifest | tags |
Context
2023-07-29
| ||
02:06 | 0.0.2301 check-in: efe6ae3231 user: 顽雨沉风 tags: trunk | |
02:05 | 0.0.2300 check-in: e6a0d70d08 user: 顽雨沉风 tags: trunk | |
02:04 | 0.0.2299 check-in: 191f08d4f7 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/在末法时期呼唤爱_001.lua from [f9c695ac73] to [4ed93cfcb8].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | --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) |
︙ |