Overview
| Comment: | 0.0.518 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c279e10177fe1e390ed11407d909a644 |
| User & Date: | 顽雨沉风 on 2023-06-30 08:15:52.835 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 08:16 | 0.0.519 check-in: 350cd0ad57 user: 顽雨沉风 tags: trunk | |
| 08:15 | 0.0.518 check-in: c279e10177 user: 顽雨沉风 tags: trunk | |
| 08:13 | 0.0.517 check-in: 82c1431ff8 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [ccea2dc1ce]
to [5ff8ac9121].
| ︙ | ︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
end
if str["开局添加手卡"] then
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
fun["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_DAMAGE)
| > > > > > > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
end
if str["开局添加手卡"] then
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
fun["置零"] = function(str_1, str_2)
str_2 = ~str_2
str_1 = str_1 & str_2
return str_1
end
fun["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_DAMAGE)
|
| ︙ | ︙ | |||
102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
str["开局说明"] = str["开局说明"] .. "卡 "
end
Debug.ShowHint(str["开局说明"])
end
fun["开局添加手卡"] = function(str_1)
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()
| > > | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
str["开局说明"] = str["开局说明"] .. "卡 "
end
Debug.ShowHint(str["开局说明"])
end
fun["开局添加手卡"] = function(str_1)
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()
|
| ︙ | ︙ |