Overview
| Comment: | 0.0.154 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a4bcb83095b8619233b214b2a6ff574d |
| User & Date: | 顽雨沉风 on 2023-06-05 03:40:12.864 |
| Other Links: | manifest | tags |
Context
|
2023-06-05
| ||
| 03:40 | 0.0.155 check-in: 0309adcf33 user: 顽雨沉风 tags: trunk | |
| 03:40 | 0.0.154 check-in: a4bcb83095 user: 顽雨沉风 tags: trunk | |
| 03:27 | 0.0.153 check-in: 575dd955a8 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua
from [3ce9691b5d]
to [53edab7de5].
| ︙ | ︙ | |||
8 9 10 11 12 13 14 |
local str = {}
local fun = {}
local cache_1
fun["通关邀请"]=function()
local effect_100
| | | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
local str = {}
local fun = {}
local cache_1
fun["通关邀请"]=function()
local effect_100
effect_100 = Effect.GlobalEffect()
effect_100:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_100:SetCode(EVENT_DAMAGE)
function cache_1(effect_event
, tp
, eg
, ep
, ev
, re
, r
, rp)
cache_1=Duel.GetLP(1)
return cache_1<=0
end
effect_100:SetCondition(cache_1)
function cache_1(effect_event
, tp
, eg
, ep
, ev
, re
, r
, rp)
|
| ︙ | ︙ |