Overview
Comment: | 0.0.1924 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
84600afef10c7b8038d2a0b5b4ba8bca |
User & Date: | 顽雨沉风 on 2023-07-20 03:14:40 |
Other Links: | manifest | tags |
Context
2023-07-20
| ||
03:17 | 0.0.1925 check-in: eb8861bdb2 user: 顽雨沉风 tags: trunk | |
03:14 | 0.0.1924 check-in: 84600afef1 user: 顽雨沉风 tags: trunk | |
03:09 | 0.0.1923 check-in: 0833432c67 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [abbb5f9b5f] to [be53ccbefc].
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - - - + + + | str["规则"] = "" str["规则表"] = {} str["规则表"][3] = "大师3 " str["规则表"][4] = "新大师 " str["规则表"][5] = "大师2020 " |
︙ | |||
262 263 264 265 266 267 268 | 262 263 264 265 266 267 268 269 270 271 272 273 274 275 | - - - - - - | str["开局说明"] = str["开局说明"] .. str["禁格的前缀"] str["开局说明"] = str["开局说明"] .. str["禁格"] str["开局说明"] = str["开局说明"] .. str["禁格的后缀"] end --} |
︙ | |||
328 329 330 331 332 333 334 | 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 | - + + + + | Duel.RegisterEffect(effect_1,0) end --} fun["印卡"] = function(str_1, str_2, str_3) --{ |
︙ |