Overview
Comment: | 0.0.1937 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a28dbc1e516285833bbc48f776670799 |
User & Date: | 顽雨沉风 on 2023-07-20 03:27:22 |
Other Links: | manifest | tags |
Context
2023-07-20
| ||
03:33 | 0.0.1938 check-in: 0aa5550079 user: 顽雨沉风 tags: trunk | |
03:27 | 0.0.1937 check-in: a28dbc1e51 user: 顽雨沉风 tags: trunk | |
03:26 | 0.0.1936 check-in: 51468c72fa user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [cb35c15494] to [5d3e4ed569].
︙ | |||
405 406 407 408 409 410 411 412 | 405 406 407 408 409 410 411 412 413 414 | + + | end --} effect_1:SetOperation(print_hand) str_1:RegisterEffect(effect_1) end --} |
Modified single/X-LV-39.lua from [8b36dc8268] to [ba16f40a5f].
︙ | |||
39 40 41 42 43 44 45 46 | 39 40 41 42 43 44 45 46 47 | + | Debug.AddCard(94599451,0,0,LOCATION_DECK,3,POS_FACEUP_ATTACK) --魔导研究所 Debug.AddCard(91182675,0,0,LOCATION_DECK,0,POS_FACEDOWN_ATTACK) --魔导兽 胡狼 --对方的卡组 --自己的额外 Debug.AddCard(24094258,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK) --刚炼装勇士·银金公主 Debug.ReloadFieldEnd() fun["开局添加手卡"](4) aux.BeginPuzzle() |