Overview
Comment: | 0.0.1173 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
15145e66b2b8e2265806a22613315bb4 |
User & Date: | 顽雨沉风 on 2023-07-11 06:46:40 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
06:47 | 0.0.1174 check-in: a57ac3822c user: 顽雨沉风 tags: trunk | |
06:46 | 0.0.1173 check-in: 15145e66b2 user: 顽雨沉风 tags: trunk | |
06:46 | 0.0.1172 check-in: 509545c0c8 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [8f7550abb3] to [dd79686c71].
︙ | ︙ | |||
206 207 208 209 210 211 212 | end end effect_1:SetOperation(print_hand) str_1:RegisterEffect(effect_1) end fun["全部回到卡组"] = function | | | 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 | end end effect_1:SetOperation(print_hand) str_1:RegisterEffect(effect_1) end fun["全部回到卡组"] = function Debug.ShowHint("胜利条件:让对方的卡回到卡组。") effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_ADJUST) |
︙ | ︙ |