Overview
| Comment: | 0.0.2000 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e982c93047259e9f3e412783521a6b57 |
| User & Date: | 顽雨沉风 on 2023-07-21 02:26:18.795 |
| Other Links: | manifest | tags |
Context
|
2023-07-22
| ||
| 03:31 | 0.0.2001 check-in: 84c969061c user: 顽雨沉风 tags: trunk | |
|
2023-07-21
| ||
| 02:26 | 0.0.2000 check-in: e982c93047 user: 顽雨沉风 tags: trunk | |
| 02:23 | 0.0.1999 check-in: 589512e4d5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb04_Malefic_衍生版_1.lua
from [f898a86372]
to [63d8c15d40].
1 2 3 4 5 6 7 8 |
--------------------------
-- Single Mode Duel Puzzle
-- Malefic
--------------------------
Debug.SetAIName("ytb04_Malefic")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,3700,0,0)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
--------------------------
-- Single Mode Duel Puzzle
-- Malefic
--------------------------
Debug.SetAIName("ytb04_Malefic")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,3700,0,0)
Debug.SetPlayerInfo(1,3800,0,0)
--Player's Hand
Debug.AddCard(00598988,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(09433350,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(65192027,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(36521459,0,0,LOCATION_HAND,0,POS_FACEDOWN)
|
| ︙ | ︙ |