Overview
Comment: | 0.0.160 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0b982fdb23e017afb02a3020b72db54b |
User & Date: | 顽雨沉风 on 2023-06-05 05:59:42 |
Other Links: | manifest | tags |
Context
2023-06-05
| ||
06:00 | 0.0.161 check-in: 147ca328d2 user: 顽雨沉风 tags: trunk | |
05:59 | 0.0.160 check-in: 0b982fdb23 user: 顽雨沉风 tags: trunk | |
05:55 | 0.0.159 check-in: 7705f5ffaa user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [a126fe6a10] to [f4157097ab].
︙ | ︙ | |||
18 19 20 21 22 23 24 | effect_100:SetCode(EVENT_DAMAGE) function cache_1(effect_event , player_who_activate_the_effect , eg , ep , ev , re | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | effect_100:SetCode(EVENT_DAMAGE) function cache_1(effect_event , player_who_activate_the_effect , eg , ep , ev , re , reason_for_trigger , rp) cache_1 = Duel.GetLP(1) return cache_1 <= 0 end effect_100:SetCondition(cache_1) function cache_1(effect_event , player_who_activate_the_effect |
︙ | ︙ |