Overview
Comment: | 0.0.206 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
94ba9411d176c25dc11574d318fd54c5 |
User & Date: | 顽雨沉风 on 2023-06-18 05:44:01 |
Other Links: | manifest | tags |
Context
2023-06-18
| ||
05:44 | 0.0.207 check-in: 6f01d751d3 user: 顽雨沉风 tags: trunk | |
05:44 | 0.0.206 check-in: 94ba9411d1 user: 顽雨沉风 tags: trunk | |
05:43 | 0.0.205 check-in: d01c1cafbc user: 顽雨沉风 tags: trunk | |
Changes
Modified QB081 the frogs_衍生-1.lua from [bda5ebcd92] to [361d80d944].
1 2 3 4 5 6 7 | --[[message 卡数: 规则:大师3 ]] Debug.SetAIName("QB081 the frogs") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0,500,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message 卡数: 规则:大师3 ]] Debug.SetAIName("QB081 the frogs") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0,500,0,0) Debug.SetPlayerInfo(1,9400,0,0) Debug.AddCard(4239451,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(84451804,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(23408872,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(1357146,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(14785765,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) |
︙ | ︙ |