Overview
| Comment: | 0.0.2580 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
efde0f95575051a0d2d73c93b0e0b724 |
| User & Date: | 顽雨沉风 on 2023-10-03 07:10:31.541 |
| Other Links: | manifest | tags |
Context
|
2023-10-03
| ||
| 07:11 | 0.0.2581 check-in: eeda35e434 user: 顽雨沉风 tags: trunk | |
| 07:10 | 0.0.2580 check-in: efde0f9557 user: 顽雨沉风 tags: trunk | |
| 07:08 | 0.0.2579 check-in: 5abf6c58aa user: 顽雨沉风 tags: trunk | |
Changes
Modified single/奥米伽无限三次方_01_衍生版_01.lua
from [9f5991dd5e]
to [7317134be8].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - - + + - + - + |
--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) --黑羽-孤高之银风鸦
|
| ︙ |