Overview
Comment: | 0.0.1775 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f5def292bb40b28e6b769ac23c455081 |
User & Date: | 顽雨沉风 on 2023-07-18 11:55:57 |
Other Links: | manifest | tags |
Context
2023-07-18
| ||
12:17 | 0.0.1776 check-in: 2fa3b0c116 user: 顽雨沉风 tags: trunk | |
11:55 | 0.0.1775 check-in: f5def292bb user: 顽雨沉风 tags: trunk | |
11:55 | 0.0.1774 check-in: 11c1ea04f1 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/superheavy samurai(5)_衍生版_1.lua from [2d7492527e] to [a806367dee].
1 2 | --created by puzzle editor Debug.SetAIName("z2001jx") | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --created by puzzle editor Debug.SetAIName("z2001jx") Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,7500,0,0) --自己的怪兽区 --对方的怪兽区 --自己的魔陷区 --对方的魔陷区 --自己的手卡 Debug.AddCard(89631139,0,0,LOCATION_HAND,2,POS_FACEUP_ATTACK) --青眼白龙 Debug.AddCard(83334932,0,0,LOCATION_HAND,3,POS_FACEUP_ATTACK) --超重武者 摩托-Q --对方的手卡 --~ Debug.AddCard(12950294,1,1,LOCATION_HAND,3,POS_FACEUP_ATTACK) --快速装弹龙 --~ Debug.AddCard(4192696,1,1,LOCATION_HAND,2,POS_FACEUP_ATTACK) --森之圣灵 厄科 --自己的墓地 --对方的墓地 --自己除外的卡 --对方除外的卡 --自己的卡组 Debug.AddCard(19510093,0,0,LOCATION_DECK,0,POS_FACEDOWN_ATTACK) --超重僧兵 大弁庆-K Debug.AddCard(41141943,0,0,LOCATION_DECK,0,POS_FACEDOWN_ATTACK) --超重武者 飞脚-Q |
︙ | ︙ |