Differences From Artifact [bd2bd4df99]:
- File script/c0.lua — part of check-in [d8ed6de3ad] at 2023-06-29 14:54:57 on branch trunk — 0.0.376 (user: 顽雨沉风, size: 3984) [annotate] [blame] [check-ins using]
To Artifact [b70647618b]:
- File script/c0.lua — part of check-in [40620faf3c] at 2023-06-29 14:55:34 on branch trunk — 0.0.377 (user: 顽雨沉风, size: 4030) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + |
local str = {}
local fun = {}
local cache_1
local cache_2
fun["是否效果卡"] = function()
end
_G["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_DAMAGE)
|
| ︙ |