Overview
| Comment: | 0.0.2444 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ad4e2a769324bb5b9c6f98888e47a479 |
| User & Date: | 顽雨沉风 on 2023-08-02 01:58:30.236 |
| Other Links: | manifest | tags |
Context
|
2023-08-02
| ||
| 01:59 | 0.0.2445 check-in: fffb53847d user: 顽雨沉风 tags: trunk | |
| 01:58 | 0.0.2444 check-in: ad4e2a7693 user: 顽雨沉风 tags: trunk | |
| 01:57 | 0.0.2443 check-in: bc52fc3ea8 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [96f65d20d6]
to [6a28a74319].
| ︙ | ︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 local _ --第二层------------------------------- local cache_1 local cache_2 local cache_3 local cache_4 | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
fun["一_通关邀请"] = function() --{
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
str["效果"]:SetCode(EVENT_DAMAGE)
function cache_1() --{
cache_1 = Duel.GetLP(1)
if cache_1 <= 0 then --{
if cache_1 == 0 then --{
--}
else --{
Debug.ShowHint("QB:「你居然二解了,请加群告诉我怎么二解。」")
end --}
Debug.ShowHint("残局群181175613")
--}
else --{
return false
end --}
end --}
str["效果"]:SetCondition(cache_1)
str["效果"]:SetOperation(aux.NULL)
Duel.RegisterEffect(str["效果"]
, 0)
end --}
--第二层-------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
|
| ︙ | ︙ | |||
148 149 150 151 152 153 154 | fun["通关邀请"]() fun["失败得分"]() end --} | < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
fun["通关邀请"]()
fun["失败得分"]()
end --}
fun["是否效果卡"] = function(card) --{
for i = 1, #str["效果卡的种类表"] do --{
if Card.IsType(card, str["效果卡的种类表"][i]) then --{
|
| ︙ | ︙ |