Overview
| Comment: | 0.0.1634 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f0fad1fe887df8420d51617f8a3aa6f1 |
| User & Date: | 顽雨沉风 on 2023-07-16 01:43:24.827 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 01:43 | 0.0.1635 check-in: 288d16219b user: 顽雨沉风 tags: trunk | |
| 01:43 | 0.0.1634 check-in: f0fad1fe88 user: 顽雨沉风 tags: trunk | |
| 01:43 | 0.0.1633 check-in: 83f96cf055 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-10.lua
from [21ead2226f]
to [52d424565c].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - - + |
--[[message
新手教学
]]
Debug.SetAIName("顽雨沉风")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,300,0,0)
local g02=Debug.AddCard(27288416,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local g12=Debug.AddCard(27288416,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local m02=Debug.AddCard(56747793,0,0,LOCATION_SZONE,2,POS_FACEDOWN)
local m03=Debug.AddCard(5318639,0,0,LOCATION_SZONE,3,POS_FACEDOWN)
local m12=Debug.AddCard(77622396,1,1,LOCATION_SZONE,2,POS_FACEDOWN)
Debug.ReloadFieldEnd()
|