Overview
| Comment: | 0.0.2030 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1cfd04df93ea42478473ac05ba527795 |
| User & Date: | 顽雨沉风 on 2023-07-22 11:46:36.449 |
| Other Links: | manifest | tags |
Context
|
2023-07-23
| ||
| 00:33 | 0.0.2031 check-in: 03f04117d2 user: 顽雨沉风 tags: trunk | |
|
2023-07-22
| ||
| 11:46 | 0.0.2030 check-in: 1cfd04df93 user: 顽雨沉风 tags: trunk | |
| 11:18 | 0.0.2029 check-in: fe5a622e8b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Fedo-01_衍生版_1.lua
from [60e77e8c00]
to [6e9a918555].
1 2 3 4 |
--created by puzzle editor
Debug.SetAIName("幽厉塔诗莉安")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 |
--created by puzzle editor
Debug.SetAIName("幽厉塔诗莉安")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,16100,0,0)
--自己的怪兽区
--对方的怪兽区
Debug.AddCard(10852583,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --平衡侵略者
--自己的魔陷区
Debug.AddCard(75361204,0,0,LOCATION_SZONE,0,POS_FACEDOWN_ATTACK) --灰篮分裂
Debug.AddCard(24425055,0,0,LOCATION_SZONE,2,POS_FACEDOWN_ATTACK) --诡雷陷阱E
|
| ︙ | ︙ |