Overview
| Comment: | 0.0.2029 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
fe5a622e8b9024908f765538f228e4bc |
| User & Date: | 顽雨沉风 on 2023-07-22 11:18:54.995 |
| Other Links: | manifest | tags |
Context
|
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 | |
| 09:50 | 0.0.2028 check-in: ecc8b3b5b5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Fedo-01_衍生版_1.lua
from [599055d278]
to [60e77e8c00].
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,15200,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
|
| ︙ | ︙ |