Overview
| Comment: | 0.0.2565 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
43b55a1fd80fd1dfdfa6e613e1abe3f7 |
| User & Date: | 顽雨沉风 on 2023-09-28 16:36:53.030 |
| Other Links: | manifest | tags |
Context
|
2023-09-29
| ||
| 01:34 | 0.0.2566 check-in: d50d3ff78f user: 顽雨沉风 tags: trunk | |
|
2023-09-28
| ||
| 16:36 | 0.0.2565 check-in: 43b55a1fd8 user: 顽雨沉风 tags: trunk | |
| 15:43 | 0.0.2564 check-in: 293b55fd5f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-48.lua
from [e3bbd69330]
to [27486d03e6].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - - + + |
--[[message
]]
Debug.SetAIName("顽雨沉风")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI,3)
|
| ︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - - + + + + | --~ Debug.AddCard(24154052,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) Debug.AddCard(33909817,0,0,LOCATION_EXTRA,3,POS_FACEDOWN_ATTACK) --~ Debug.AddCard(37955049,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(20140382,1,1,LOCATION_SZONE,3,POS_FACEDOWN_ATTACK) |