Overview
Comment: | 0.0.253 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
64e1ec616ca4e60298c3107d13d65d51 |
User & Date: | 顽雨沉风 on 2023-06-26 03:43:24 |
Other Links: | manifest | tags |
Context
2023-06-26
| ||
03:45 | 0.0.254 check-in: e5eefb24fd user: 顽雨沉风 tags: trunk | |
03:43 | 0.0.253 check-in: 64e1ec616c user: 顽雨沉风 tags: trunk | |
01:06 | 0.0.252 check-in: 1759c92880 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [3723362dda] to [50b6232297].
︙ | ︙ | |||
28 29 30 31 32 33 34 | effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end fun["开局添加手卡"] = function(str_1) local effect_1 | > | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end fun["开局添加手卡"] = function(str_1) local effect_1 effect_1 = Effect["GlobalEffect"]() --~ effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_ADJUST) effect_1:SetCountLimit(1) function cache_1() return true end |
︙ | ︙ |