Overview
| Comment: | 0.0.225 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
824b4dbb51b59e29104d3a0594549b79 |
| User & Date: | 顽雨沉风 on 2023-06-18 06:03:10.484 |
| Other Links: | manifest | tags |
Context
|
2023-06-18
| ||
| 06:04 | 0.0.226 check-in: 6768ce7190 user: 顽雨沉风 tags: trunk | |
| 06:03 | 0.0.225 check-in: 824b4dbb51 user: 顽雨沉风 tags: trunk | |
| 06:03 | 0.0.224 check-in: 62c2a34a52 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua
from [5c86dc3936]
to [f7704aa73e].
1 2 3 4 5 6 |
local str = {}
local fun = {}
local cache_1
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
local str = {}
local fun = {}
local cache_1
fun["通关邀请"] = function()
local effect_100
effect_100 = Effect.GlobalEffect()
effect_100:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_100:SetCode(EVENT_DAMAGE)
function cache_1()
|
| ︙ | ︙ |