Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d3790b56e85bc01817b6feef72e7018b |
User & Date: | 顽雨沉风 on 2024-02-13 10:54:03 |
Other Links: | manifest | tags |
Context
2024-02-13
| ||
11:31 | 好 check-in: 951ea1b58f user: 顽雨沉风 tags: trunk | |
10:54 | 好 check-in: d3790b56e8 user: 顽雨沉风 tags: trunk | |
10:52 | 好 check-in: af6ca14c70 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [4010ae69c8] to [18cd202dad].
︙ | |||
61 62 63 64 65 66 67 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - + - + | local h1, h2 str["随机抽卡的数量"] = u1 --~ 效果 h1 = Effect.GlobalEffect() h1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) h1:SetCode(EVENT_ADJUST) h1:SetCondition(aux.TRUE) |
︙ |