Overview
| Comment: | 0.0.2039 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
27c36deea8f241544969a3812be48b3f |
| User & Date: | 顽雨沉风 on 2023-07-23 00:42:55.483 |
| Other Links: | manifest | tags |
Context
|
2023-07-23
| ||
| 00:46 | 0.0.2040 check-in: 661e35fb9e user: 顽雨沉风 tags: trunk | |
| 00:42 | 0.0.2039 check-in: 27c36deea8 user: 顽雨沉风 tags: trunk | |
| 00:42 | 0.0.2038 check-in: e3054c20f5 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [e3932777fc]
to [dcd3a83ef8].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 |
local i
_G.fun = {}
---------------------------------
| < < < < < < < < < < < < < < < < < < < < < < < | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
local i
_G.fun = {}
---------------------------------
str["规则表"] = {}
str["规则表"][3] = "大师3 "
str["规则表"][4] = "新大师 "
str["规则表"][5] = "大师2020 "
str["效果卡的种类表"] = {}
str["效果卡的种类表"][1] = TYPE_SPELL
str["效果卡的种类表"][2] = TYPE_TRAP
str["效果卡的种类表"][3] = TYPE_EFFECT
str["无效果灵摆怪兽表"] = {}
str["无效果灵摆怪兽表"][1] = 28363749
|
| ︙ | ︙ | |||
406 407 408 409 410 411 412 |
Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE)
--}
else --{
| | | 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 |
Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE)
--}
else --{
Debug.ShowHint("印卡过多!")
effect_event:Reset()
end --}
end --}
|
| ︙ | ︙ |