Overview
| Comment: | 0.0.1214 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
574492992321360e358bbedabaf47339 |
| User & Date: | 顽雨沉风 on 2023-07-11 14:23:21.030 |
| Other Links: | manifest | tags |
Context
|
2023-07-11
| ||
| 14:33 | 0.0.1215 check-in: 8736d64183 user: 顽雨沉风 tags: trunk | |
| 14:23 | 0.0.1214 check-in: 5744929923 user: 顽雨沉风 tags: trunk | |
| 14:20 | 0.0.1213 check-in: 6f45c2f05c user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [c79df2a08d]
to [a47e406764].
1 2 3 4 5 6 7 8 |
str = {}
fun = {}
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
| > > | | | > | | > | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
str = {}
fun = {}
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
if str_2 then --{
if str_2 == 3 then --{
str["规则"] = "大师3 "
--}
elseif str_2 == 4 then --{
str["规则"] = "新大师 "
--}
elseif str_2 == 5 then --{
str["规则"] = "大师2020 "
--}
end --}
else
str["规则"] = "大师2020 "
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end --}
fun["通关邀请"] = function()
|
| ︙ | ︙ | |||
243 244 245 246 247 248 249 250 | Duel.SetLP(1,0) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1,0) end | > > > | 248 249 250 251 252 253 254 255 256 257 258 | Duel.SetLP(1,0) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1,0) end |