Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d02c72f7f3dc5d382c1b2a861833e9ef |
User & Date: | 顽雨沉风 on 2024-08-06 03:40:52 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
03:41 | 0 check-in: b2ef9b8932 user: 顽雨沉风 tags: trunk | |
03:40 | 0 check-in: d02c72f7f3 user: 顽雨沉风 tags: trunk | |
03:40 | 0 check-in: c5c4d19a12 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_043_1.lua from [7697a559dd] to [931bcd6468].
1 2 3 4 5 6 7 8 9 | --[[message 这个残局具有开创性意义,即率先引入了在残局一开始由玩家从卡组中选择固定数量的卡加入手卡的玩法。 使用此方法可以简单地将残局难度提升一个档次。 不过,对于大部分残局而言,不宜滥用该功能。 只需要开局选 1~2 张卡入手卡就行了。 #永恒进化 #37.Eternal Evolution #四妹 ]] | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | --[[message 这个残局具有开创性意义,即率先引入了在残局一开始由玩家从卡组中选择固定数量的卡加入手卡的玩法。 使用此方法可以简单地将残局难度提升一个档次。 不过,对于大部分残局而言,不宜滥用该功能。 只需要开局选 1~2 张卡入手卡就行了。 #永恒进化 #37.Eternal Evolution #四妹 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 23900, 0, 0) Debug.AddCard(25774450, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(86686671, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(59281922, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) |
︙ | ︙ |