Overview
| Comment: | 0.0.2052 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
aede99133ae58afaa23d4b886b432934 |
| User & Date: | 顽雨沉风 on 2023-07-23 12:12:26.956 |
| Other Links: | manifest | tags |
Context
|
2023-07-23
| ||
| 12:25 | 0.0.2053 check-in: e1098b7937 user: 顽雨沉风 tags: trunk | |
| 12:12 | 0.0.2052 check-in: aede99133a user: 顽雨沉风 tags: trunk | |
| 12:11 | 0.0.2051 check-in: dd9a81d8e7 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [d2ec0bb50b]
to [0db52e9ecc].
| ︙ | ︙ | |||
437 438 439 440 441 442 443 |
Duel.RegisterEffect(str["效果"]
, 0)
end --}
fun["失败得分"] = function() --{
| | > > | 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 |
Duel.RegisterEffect(str["效果"]
, 0)
end --}
fun["失败得分"] = function() --{
str["对方玩家的初始生命值"] = Duel.GetLP(1)
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
str["效果"]:SetCode(EVENT_PHASE_START+PHASE_END)
|
| ︙ | ︙ |