Overview
Comment: | 0.0.175 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5804959ca083db6ed9bf05f9fedf4164 |
User & Date: | 顽雨沉风 on 2023-06-05 08:43:32 |
Other Links: | manifest | tags |
Context
2023-06-05
| ||
08:44 | 0.0.176 check-in: b7b4ad24f0 user: 顽雨沉风 tags: trunk | |
08:43 | 0.0.175 check-in: 5804959ca0 user: 顽雨沉风 tags: trunk | |
08:41 | 0.0.174 check-in: 92777dff98 user: 顽雨沉风 tags: trunk | |
Changes
Modified Dragonmaids vs Dragons_衍生-2.lua from [aadbb2a581] to [0a96d67ee8].
1 2 3 4 5 6 7 8 9 | --[[message 卡数: 规则:大师2020 This Puzzle is made by 闪光的白日梦 and optimized by Eroldin. ]] Debug.SetAIName("闪光的白日梦") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,1100,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | --[[message 卡数: 规则:大师2020 This Puzzle is made by 闪光的白日梦 and optimized by Eroldin. ]] Debug.SetAIName("闪光的白日梦") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,1100,0,0) Debug.SetPlayerInfo(1,12800,0,0) Debug.AddCard(40110009,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(78625592,1,1,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) Debug.AddCard(42055234,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(49575521,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(32600024,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(15848542,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) |
︙ | ︙ |