Overview
| Comment: | 0.0.1999 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
589512e4d539d97c8404f9173050cc92 |
| User & Date: | 顽雨沉风 on 2023-07-21 02:23:51.775 |
| Other Links: | manifest | tags |
Context
|
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 | |
| 02:22 | 0.0.1998 check-in: e54b9c14e4 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb04_Malefic_衍生版_1.lua
from [6f26b135de]
to [f898a86372].
1 2 3 4 5 6 7 |
--------------------------
-- Single Mode Duel Puzzle
-- Malefic
--------------------------
Debug.SetAIName("ytb04_Malefic")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--------------------------
-- 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,3600,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)
|
| ︙ | ︙ |