Overview
Comment: | 0.0.2616 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
124ac4b809eb761138c50166ed8121e1 |
User & Date: | 顽雨沉风 on 2023-10-07 01:03:23 |
Other Links: | manifest | tags |
Context
2023-10-07
| ||
01:05 | 0.0.2617 check-in: a94682ec15 user: 顽雨沉风 tags: trunk | |
01:03 | 0.0.2616 check-in: 124ac4b809 user: 顽雨沉风 tags: trunk | |
01:02 | 0.0.2615 check-in: c59e306205 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/pkd-01_衍生版_01.lua from [6ec19a618e] to [a75521d612].
1 2 3 4 5 | Debug.SetAIName("pkd-01_衍生版_01") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5) Debug.SetPlayerInfo(0,100,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | Debug.SetAIName("pkd-01_衍生版_01") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,30000,0,0) ----------------- Debug.AddCard(5560911,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(9742784,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(71645242,0,0,LOCATION_DECK,0,POS_FACEDOWN) --~ Debug.AddCard(87979586,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |