Overview
Comment: | 0.0.803 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
793f3ee99e2a20bd2def1329f34756d5 |
User & Date: | 顽雨沉风 on 2023-07-07 05:12:54 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
05:18 | 0.0.804 check-in: 67619c9f1a user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.803 check-in: 793f3ee99e user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.802 check-in: 8cc3c134ba user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Naim_Lyrilusc.lua from [5953051e05] to [044b128da1].
︙ | ︙ | |||
8 9 10 11 12 13 14 | 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) | < < < < < < < < < < < < | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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 Debug.AddCard(97949165,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --turquoise Debug.AddCard(34550857,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --cobalt Debug.AddCard(85431040,0,0,LOCATION_HAND,0,POS_FACEUP_ATTACK) --evil thorn Debug.AddCard(45452224,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --where arf thou Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --double summon |
︙ | ︙ |