Overview
| Comment: | 0.0.1922 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ae6f66c606462827f1aa913bb62c133f |
| User & Date: | 顽雨沉风 on 2023-07-20 03:06:48.485 |
| Other Links: | manifest | tags |
Context
|
2023-07-20
| ||
| 03:09 | 0.0.1923 check-in: 0833432c67 user: 顽雨沉风 tags: trunk | |
| 03:06 | 0.0.1922 check-in: ae6f66c606 user: 顽雨沉风 tags: trunk | |
| 02:40 | 0.0.1921 check-in: 9ee29d308c user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [f77d98be75]
to [07d1e3f2de].
| ︙ | ︙ | |||
48 49 50 51 52 53 54 | str["选卡的前缀"] = "选" str["选卡的后缀"] = "卡 " str["禁格"] = false str["禁格的前缀"] = "禁" str["禁格的后缀"] = "格 " | < < < < < < < | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
str["选卡的前缀"] = "选"
str["选卡的后缀"] = "卡 "
str["禁格"] = false
str["禁格的前缀"] = "禁"
str["禁格的后缀"] = "格 "
str["效果卡的种类表"] = {}
str["效果卡的种类表"][1] = TYPE_SPELL
str["效果卡的种类表"][2] = TYPE_TRAP
str["效果卡的种类表"][3] = TYPE_EFFECT
str["无效果灵摆怪兽表"] = {}
|
| ︙ | ︙ | |||
115 116 117 118 119 120 121 |
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
aux.BeginPuzzle = function() --{
fun["aux.BeginPuzzle"]()
| < < < < < < | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
aux.BeginPuzzle = function() --{
fun["aux.BeginPuzzle"]()
fun["开局说明"]()
fun["通关邀请"]()
end --}
fun["通关邀请"] = function() --{
|
| ︙ | ︙ | |||
416 417 418 419 420 421 422 423 424 |
end --}
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end --}
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 403 404 405 406 407 408 409 410 411 |
end --}
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end --}
|