Overview
| Comment: | 0.0.1520 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b1b5869ebc45df8215b228cb49165ae1 |
| User & Date: | 顽雨沉风 on 2023-07-16 00:44:53.415 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 00:48 | 0.0.1521 check-in: 1539e099d7 user: 顽雨沉风 tags: trunk | |
| 00:44 | 0.0.1520 check-in: b1b5869ebc user: 顽雨沉风 tags: trunk | |
| 00:43 | 0.0.1519 check-in: e8a4eb1d6e user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [508edd7baa]
to [1952926ec3].
| ︙ | ︙ | |||
302 303 304 305 306 307 308 | str["开局添加手卡"] = str_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) | | | 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
str["开局添加手卡"] = str_1
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() --{
if str["已添加手卡"] == 1 then --{
|
| ︙ | ︙ |