Overview
| Comment: | 0.0.804 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
67619c9f1a6966399355f102bac4e1cd |
| User & Date: | 顽雨沉风 on 2023-07-07 05:18:15.550 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 05:22 | 0.0.805 check-in: 1ac810703b user: 顽雨沉风 tags: trunk | |
| 05:18 | 0.0.804 check-in: 67619c9f1a user: 顽雨沉风 tags: trunk | |
| 05:12 | 0.0.803 check-in: 793f3ee99e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Naim_MathMech.lua
from [e15f49fac4]
to [3ee1579116].
1 | --[[message | < < > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
你会加减乘除吗?
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,22500,0,0)
--Main Deck
|
| ︙ | ︙ | |||
27 28 29 30 31 32 33 | --Hand --Monster Zones Debug.AddCard(23995346,1,1,LOCATION_MZONE,3,1,true) Debug.AddCard(23995346,1,1,LOCATION_MZONE,4,1,true) Debug.ReloadFieldEnd() aux.BeginPuzzle() | | | < < < | < | 30 31 32 33 34 35 36 37 38 39 | --Hand --Monster Zones Debug.AddCard(23995346,1,1,LOCATION_MZONE,3,1,true) Debug.AddCard(23995346,1,1,LOCATION_MZONE,4,1,true) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |