Overview
| Comment: | 0.0.1005 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2db39687e554dcdf792f4fc6e9fb93eb |
| User & Date: | 顽雨沉风 on 2023-07-09 01:35:08.455 |
| Other Links: | manifest | tags |
Context
|
2023-07-09
| ||
| 01:35 | 0.0.1006 check-in: c078118c2a user: 顽雨沉风 tags: trunk | |
| 01:35 | 0.0.1005 check-in: 2db39687e5 user: 顽雨沉风 tags: trunk | |
| 01:34 | 0.0.1004 check-in: 84f106ff09 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [957f39eec0]
to [50d55f8776].
| ︙ | ︙ | |||
17 18 19 20 21 22 23 |
end
else
str["规则"] = "大师2020 "
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
| | < < < < < < < < | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
end
else
str["规则"] = "大师2020 "
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
fun["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_DAMAGE)
function cache_1()
cache_1 = Duel.GetLP(1)
if cache_1 <= 0 then
if cache_1 < 0 then
if str_2 then
Debug.ShowHint(str_2)
end
|
| ︙ | ︙ |