Overview
Comment: | 0.0.974 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
72c50a901a06296a041dec90aab7387f |
User & Date: | 顽雨沉风 on 2023-07-08 15:57:39 |
Other Links: | manifest | tags |
Context
2023-07-08
| ||
15:59 | 0.0.975 check-in: e56a170894 user: 顽雨沉风 tags: trunk | |
15:57 | 0.0.974 check-in: 72c50a901a user: 顽雨沉风 tags: trunk | |
15:50 | 0.0.973 check-in: 2962fe731b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/[WCS2006]03_antique_gear.lua from [b47dbd2142] to [8ea86755dd].
1 2 3 4 5 6 7 8 9 10 11 12 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("[WCS2006]03_antique_gear") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,1400,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("[WCS2006]03_antique_gear") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,1400,0,0) Debug.SetPlayerInfo(1,3300,0,0) Debug.AddCard(92001300,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(10509340,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(83104731,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(56094445,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(23995346,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) |
︙ | ︙ |