Overview
| Comment: | 0.0.1789 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
cea99f0284fb7ad94ad3af21c8d43958 |
| User & Date: | 顽雨沉风 on 2023-07-19 04:16:04.602 |
| Other Links: | manifest | tags |
Context
|
2023-07-19
| ||
| 04:22 | 0.0.1780 check-in: add769c64d user: 顽雨沉风 tags: trunk | |
| 04:16 | 0.0.1789 check-in: cea99f0284 user: 顽雨沉风 tags: trunk | |
| 04:04 | 0.0.1788 check-in: b6f1e1afe0 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [f2270c0b9b]
to [025978be5e].
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 29 30 31 32 | 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 29 30 31 32 33 34 35 36 37 38 39 40 | + + + + + + + + |
local str = {}
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local i
_G.fun = {}
str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
str["原解弹窗"] = "残局群181175613"
str["大师3"] = "大师3 "
str["新大师"] = "新大师 "
str["大师2020"] = "大师2020 "
str["不洗牌"] = false
str["无BP"] = false
str["效果卡的种类表"] = {}
str["效果卡的种类表"][1] = TYPE_SPELL
str["效果卡的种类表"][2] = TYPE_TRAP
str["效果卡的种类表"][3] = TYPE_EFFECT
cache_1 = 0
cache_1 = cache_1 + LOCATION_HAND
cache_1 = cache_1 + LOCATION_MZONE
cache_1 = cache_1 + LOCATION_SZONE
cache_1 = cache_1 + LOCATION_GRAVE
cache_1 = cache_1 + LOCATION_REMOVED
|
| ︙ | |||
88 89 90 91 92 93 94 | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | - - |
fun["通关邀请"]()
end --}
fun["通关邀请"] = function() --{
|
| ︙ | |||
135 136 137 138 139 140 141 142 143 144 145 146 147 148 | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | + + |
Duel.RegisterEffect(effect_1
, 0)
end --}
fun["是否效果卡"] = function(card) --{
for i = 1, #str[" 效果卡的种类表 "]
cache_1 = Card.IsType(card, TYPE_SPELL)
cache_2 = Card.IsType(card, TYPE_TRAP)
cache_3 = Card.IsType(card, TYPE_EFFECT)
|
| ︙ |