Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c3a5b220d4c5d6ffbea92d02cee2f134 |
| User & Date: | 顽雨沉风 on 2024-07-18 03:32:03.870 |
| Other Links: | manifest | tags |
Context
|
2024-07-18
| ||
| 03:38 | 0 check-in: abbc9845e6 user: 顽雨沉风 tags: trunk | |
| 03:32 | 0 check-in: c3a5b220d4 user: 顽雨沉风 tags: trunk | |
| 03:31 | 0 check-in: 2edbd02feb user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_300_04.lua
from [ced653a1a0]
to [94a673a8a3].
| ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + - - + | Debug.AddCard(64631466, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(8353769, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(8353769, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) --魔陷区域 Debug.AddCard(77622396, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN) --卡组区域 Debug.AddCard(47529357, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --外组区域 --墓地区域 --除外区域 --手卡区域 Debug.AddCard(40619825, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) |