Overview
Comment: | 0.0.187 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
993043ce0b0616cd69a4e78e76d10e9d |
User & Date: | 顽雨沉风 on 2023-06-11 03:12:22 |
Other Links: | manifest | tags |
Context
2023-06-11
| ||
03:12 | 0.0.188 check-in: c7beb5bb89 user: 顽雨沉风 tags: trunk | |
03:12 | 0.0.187 check-in: 993043ce0b user: 顽雨沉风 tags: trunk | |
00:25 | 0.0.186 check-in: 5f49d28c36 user: 顽雨沉风 tags: trunk | |
Changes
Modified X-LV-32_衍生-1.lua from [a06546d337] to [cf949ff8ca].
1 2 3 4 | --[[message 卡数:9 规则:大师3 ]] | < | 1 2 3 4 5 6 7 8 9 10 11 | --[[message 卡数:9 规则:大师3 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,2500,0,0) Debug.SetPlayerInfo(1,16500,0,0) local g01=Debug.AddCard(16428514,0,0,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE) local g02=Debug.AddCard(78202553,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE) Debug.AddCard(31759689,0,0,LOCATION_MZONE,3,POS_FACEDOWN_DEFENSE) |
︙ | ︙ |