Overview
Comment: | 0.0.1399 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
212207526294fec41531739a9f29485c |
User & Date: | 顽雨沉风 on 2023-07-15 11:21:05 |
Other Links: | manifest | tags |
Context
2023-07-15
| ||
11:21 | 0.0.1400 check-in: d5093fb424 user: 顽雨沉风 tags: trunk | |
11:21 | 0.0.1399 check-in: 2122075262 user: 顽雨沉风 tags: trunk | |
11:20 | 0.0.1398 check-in: 6133d9efcd user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Naim_DDD_衍生版_1.lua from [d1889cdfab] to [311e82fb29].
1 2 3 4 5 6 7 8 | --[[message Inspired by this page (http://roadoftheking.com/dd-advance-combo). ]] Debug.SetAIName("Naim") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,11000,0,0) | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message Inspired by this page (http://roadoftheking.com/dd-advance-combo). ]] Debug.SetAIName("Naim") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,11000,0,0) --your hand Debug.AddCard(74069667,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --ragnarok --~ Debug.AddCard(45206713,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --swirl --~ Debug.AddCard(46372010,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --gate Debug.AddCard(11609969,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --kepler |
︙ | ︙ |
Modified single/Naim_Lyrilusc.lua from [044b128da1] to [6a15a3b5b5].
1 2 3 4 | --[[message Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly. ]] | < < < < | 1 2 3 4 5 6 7 8 9 10 11 | --[[message Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly. ]] Debug.SetAIName("Naim") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,14900,0,0) --your hand |
︙ | ︙ |