Overview
| Comment: | 0.0.2171 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
12521bf7bcda8f5f4b0c67199c191ca8 |
| User & Date: | 顽雨沉风 on 2023-07-24 15:59:59.079 |
| Other Links: | manifest | tags |
Context
|
2023-07-25
| ||
| 00:01 | 0.0.2172 check-in: 29f2eed6d6 user: 顽雨沉风 tags: trunk | |
|
2023-07-24
| ||
| 15:59 | 0.0.2171 check-in: 12521bf7bc user: 顽雨沉风 tags: trunk | |
| 15:51 | 0.0.2170 check-in: 17f308be3c user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb01_Reptilianne_衍生版_1.lua
from [d3a828c899]
to [9f77977221].
1 2 3 4 5 6 7 8 |
--------------------------
-- Single Mode Duel Puzzle
-- Reptilianne
--------------------------
Debug.SetAIName("ytb01_Reptilianne")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,900,0,0)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
--------------------------
-- Single Mode Duel Puzzle
-- Reptilianne
--------------------------
Debug.SetAIName("ytb01_Reptilianne")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,900,0,0)
Debug.SetPlayerInfo(1,16200,0,0)
--Player's Hand
Debug.AddCard(74848038,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(42303365,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(37520316,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(89810518,0,0,LOCATION_HAND,0,POS_FACEUP)
|
| ︙ | ︙ |