Overview
Comment: | 0.0.2445 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fffb53847d62c5b62b2dd718d4220535 |
User & Date: | 顽雨沉风 on 2023-08-02 01:59:04 |
Other Links: | manifest | tags |
Context
2023-08-02
| ||
01:59 | 0.0.2446 check-in: fbca5305b2 user: 顽雨沉风 tags: trunk | |
01:59 | 0.0.2445 check-in: fffb53847d user: 顽雨沉风 tags: trunk | |
01:58 | 0.0.2444 check-in: ad4e2a7693 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [6a28a74319] to [dc4f756f8f].
︙ | ︙ | |||
106 107 108 109 110 111 112 113 114 115 116 117 118 119 | str["效果"]:SetOperation(aux.NULL) Duel.RegisterEffect(str["效果"] , 0) end --} --第二层------------------------------- local cache_1 local cache_2 local cache_3 local cache_4 | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | str["效果"]:SetOperation(aux.NULL) Duel.RegisterEffect(str["效果"] , 0) end --} fun["一_是否效果卡"] = function(card) --{ for i = 1, #str["效果卡的种类表"] do --{ if Card.IsType(card, str["效果卡的种类表"][i]) then --{ return true end --} end --} if Card.IsType(card, TYPE_PENDULUM) then --{ for i = 1, #str["无效果灵摆怪兽表"] do --{ if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{ --} else --{ return true end --} end --} end --} return false end --} --第二层------------------------------- local cache_1 local cache_2 local cache_3 local cache_4 |
︙ | ︙ | |||
196 197 198 199 200 201 202 | fun["失败得分"]() end --} | < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 | fun["失败得分"]() end --} fun["开局说明"] = function() --{ str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"] , 0 , str["所有区域"] , str["所有区域"] |
︙ | ︙ |