Overview
Comment: | 0.0.184 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
012f9b8092f5d3020530b8f36ff2f73e |
User & Date: | 顽雨沉风 on 2023-06-09 01:27:09 |
Other Links: | manifest | tags |
Context
2023-06-11
| ||
00:24 | 0.0.185 check-in: 185085b5a7 user: 顽雨沉风 tags: trunk | |
2023-06-09
| ||
01:27 | 0.0.184 check-in: 012f9b8092 user: 顽雨沉风 tags: trunk | |
2023-06-08
| ||
08:40 | 0.0.183 check-in: 87070df034 user: 顽雨沉风 tags: trunk | |
Changes
Modified base-2_衍生-2.lua from [d8a0599c70] to [96deadfaeb].
1 2 3 4 | --[[message 卡数:12 规则:大师3 ]] | | | 1 2 3 4 5 6 7 8 9 10 11 12 | --[[message 卡数:12 规则:大师3 ]] Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,3000,0,0) Debug.SetPlayerInfo(1,39800,0,0) Debug.AddCard(7799906,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(78835747,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) local m1=Debug.AddCard(32965616,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) |
︙ | ︙ |