Overview
Comment: | 0.0.377 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
40620faf3c7e841b89a151f950058116 |
User & Date: | 顽雨沉风 on 2023-06-29 14:55:34 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
22:45 | 0.0.378 check-in: e3fdda8ef9 user: 顽雨沉风 tags: trunk | |
14:55 | 0.0.377 check-in: 40620faf3c user: 顽雨沉风 tags: trunk | |
14:54 | 0.0.376 check-in: d8ed6de3ad user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [bd2bd4df99] to [b70647618b].
1 2 3 4 5 6 7 8 9 10 11 12 | local str = {} local fun = {} local cache_1 local cache_2 _G["通关邀请"] = function() local effect_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_DAMAGE) | > > > | 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) |
︙ | ︙ |