Overview
Comment: | 0.0.799 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5ff847f437098c94b624fc8a31fec5b6 |
User & Date: | 顽雨沉风 on 2023-07-07 03:04:02 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
05:10 | 0.0.800 check-in: a4a02da018 user: 顽雨沉风 tags: trunk | |
03:04 | 0.0.799 check-in: 5ff847f437 user: 顽雨沉风 tags: trunk | |
02:32 | 0.0.798 check-in: dac709b830 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Naim_DDD_衍生版_1.lua from [c7baa64c0f] to [4ed3970754].
1 | --[[message | < < | < < < < < > > | < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | --[[message Inspired by this page (http://roadoftheking.com/dd-advance-combo). ]] Debug.SetAIName("Naim") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,11000,0,0) --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) --your hand Debug.AddCard(74069667,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --ragnarok --~ Debug.AddCard(45206713,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --swirl --~ Debug.AddCard(46372010,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --gate Debug.AddCard(11609969,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --kepler |
︙ | ︙ | |||
44 45 46 47 48 49 50 | --Insert any message here --insert additional message here Debug.ReloadFieldEnd() aux.BeginPuzzle() | < < < < < < < | < | 35 36 37 38 39 40 41 42 | --Insert any message here --insert additional message here Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局添加手卡"](4) |