Overview
| Comment: | 0.0.2054 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
32746d1989ecdada733b3268a19bf746 |
| User & Date: | 顽雨沉风 on 2023-07-23 12:27:31.870 |
| Other Links: | manifest | tags |
Context
|
2023-07-23
| ||
| 12:39 | 0.0.2055 check-in: e2ad342343 user: 顽雨沉风 tags: trunk | |
| 12:27 | 0.0.2054 check-in: 32746d1989 user: 顽雨沉风 tags: trunk | |
| 12:25 | 0.0.2053 check-in: e1098b7937 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [d084b25ce9]
to [2890a37ad7].
| ︙ | ︙ | |||
449 450 451 452 453 454 455 |
+ EFFECT_TYPE_CONTINUOUS)
str["效果"]:SetCode(EVENT_PHASE_START+PHASE_END)
function cache_1(effect_event
, player_who_activate_the_effect) --{
| > | | 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
+ EFFECT_TYPE_CONTINUOUS)
str["效果"]:SetCode(EVENT_PHASE_START+PHASE_END)
function cache_1(effect_event
, player_who_activate_the_effect) --{
cache_1 = (Duel.GetLP(0) - Duel.GetLP(1)) / str["我方玩家的初始生命值优势"] * 3000
Debug.ShowHint(tostring(cache_1))
effect_event:Reset()
end --}
str["效果"]:SetOperation(cache_1)
|
| ︙ | ︙ |