Overview
| Comment: | 0.0.605 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
0126d6b4aec57bfdc32f76dae347ec61 |
| User & Date: | 顽雨沉风 on 2023-07-04 15:54:27.513 |
| Other Links: | manifest | tags |
Context
|
2023-07-04
| ||
| 15:56 | 0.0.606 check-in: 743117fa35 user: 顽雨沉风 tags: trunk | |
| 15:54 | 0.0.605 check-in: 0126d6b4ae user: 顽雨沉风 tags: trunk | |
|
2023-07-03
| ||
| 12:18 | 0.0.604 check-in: 6ae6335b40 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/35.Pendulum's Variety Summon.lua
from [2c25a21fdf]
to [3a406c5266].
1 | --[[message | < < > > > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
--[[message
灵摆的多彩召唤
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
Debug.SetPlayerInfo(0,500,0,0)
Debug.SetPlayerInfo(1,32200,0,0)
local e0=Effect.GlobalEffect()
e0:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
|
| ︙ | ︙ |