Overview
| Comment: | 0.0.2576 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7746b5849acc5d04001a96613cf6e600 |
| User & Date: | 顽雨沉风 on 2023-10-03 07:07:14.656 |
| Other Links: | manifest | tags |
Context
|
2023-10-03
| ||
| 07:07 | 0.0.2577 check-in: ba04e12f2f user: 顽雨沉风 tags: trunk | |
| 07:07 | 0.0.2576 check-in: 7746b5849a user: 顽雨沉风 tags: trunk | |
| 07:06 | 0.0.2575 check-in: 7d69513ca1 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/奥米伽无限三次方_01_衍生版_01.lua
from [8b43ed2779]
to [49fba416f6].
1 2 3 4 |
--created by puzzle editor
Debug.SetAIName("奥米伽无限三次方_01_衍生版_01")
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("奥米伽无限三次方_01_衍生版_01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8200,0,0)
--自己的怪兽区
Debug.AddCard(4334811,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) --废铁回收员
Debug.AddCard(37300735,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --科技属 喷气猎鹰
Debug.AddCard(52481437,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --弹丸特急 子弹快车
--对方的怪兽区
Debug.AddCard(33236860,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --黑羽-孤高之银风鸦
Debug.AddCard(84025439,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --超级量子机神王 大磁炎
|
| ︙ | ︙ |