Overview
| Comment: | 0.0.540 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ad0e6648bce52ee097cb961f301b5b84 |
| User & Date: | 顽雨沉风 on 2023-07-01 12:28:11.859 |
| Other Links: | manifest | tags |
Context
|
2023-07-01
| ||
| 12:30 | 0.0.541 check-in: 287a20cec6 user: 顽雨沉风 tags: trunk | |
| 12:28 | 0.0.540 check-in: ad0e6648bc user: 顽雨沉风 tags: trunk | |
| 12:27 | 0.0.539 check-in: ea77027a47 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [4540cc9d7f]
to [ee9e62e52c].
| ︙ | ︙ | |||
105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
str["开局添加手卡"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
effect_1:SetCountLimit(1)
function cache_1()
return true
end
effect_1:SetCondition(cache_1)
function cache_1(effect_event
, player_who_activate_the_effect)
str["玩家选定的卡"] = Duel.SelectMatchingCard(player_who_activate_the_effect
| > | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
str["开局添加手卡"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
effect_1:SetCountLimit(1)
function cache_1()
Debug.ShowHint(tostring(Duel.GetTurnCount(0)))
return true
end
effect_1:SetCondition(cache_1)
function cache_1(effect_event
, player_who_activate_the_effect)
str["玩家选定的卡"] = Duel.SelectMatchingCard(player_who_activate_the_effect
|
| ︙ | ︙ |
Modified single/19.Let's GaGaGa.lua
from [1774020b25]
to [927dda161a].
| ︙ | ︙ | |||
44 45 46 47 48 49 50 | Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() --~ fun["开局添加手卡"](6) fun["开局添加手卡"](1) fun["通关邀请"]() | | | 44 45 46 47 48 49 50 51 | Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() --~ fun["开局添加手卡"](6) fun["开局添加手卡"](1) fun["通关邀请"]() |