Overview
Comment: | 0.0.197 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
03b61fe41b7f4dba2e66dd251a9eaa2d |
User & Date: | 顽雨沉风 on 2023-06-18 05:33:34 |
Other Links: | manifest | tags |
Context
2023-06-18
| ||
05:33 | 0.0.198 check-in: 5e52ecd559 user: 顽雨沉风 tags: trunk | |
05:33 | 0.0.197 check-in: 03b61fe41b user: 顽雨沉风 tags: trunk | |
05:32 | 0.0.196 check-in: 57b4c57e87 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [f5f8282aeb] to [b61a639a92].
︙ | ︙ | |||
26 27 28 29 30 31 32 | , player_for_trigger) cache_1 = Duel.GetLP(1) return cache_1 <= 0 end effect_100:SetCondition(cache_1) | | < < < < < < < | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | , player_for_trigger) cache_1 = Duel.GetLP(1) return cache_1 <= 0 end effect_100:SetCondition(cache_1) function cache_1() Debug.ShowHint("残局群181175613") return end effect_100:SetOperation(cache_1) Duel.RegisterEffect(effect_100 , 0) end |
︙ | ︙ |