Overview
| Comment: | 0.0.875 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
94bd545b2f95a33b5c02d4b906158bf6 |
| User & Date: | 顽雨沉风 on 2023-07-07 11:50:46.287 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 11:51 | 0.0.876 check-in: df472ff387 user: 顽雨沉风 tags: trunk | |
| 11:50 | 0.0.875 check-in: 94bd545b2f user: 顽雨沉风 tags: trunk | |
| 11:49 | 0.0.874 check-in: 7949657166 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [3b15f0f7f8]
to [20c44dbf30].
| ︙ | ︙ | |||
181 182 183 184 185 186 187 | effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end fun["印卡"] = function(str_1) str["印卡"] = 1 | | | 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
effect_1:SetValue(str_1)
Duel.RegisterEffect(effect_1,0)
end
fun["印卡"] = function(str_1)
str["印卡"] = 1
str["当前印卡数"] = 1
effect_1 = Effect.CreateEffect()
effect_1:SetType(EFFECT_TYPE_SINGLE)
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_NEGATE
+ EFFECT_FLAG_CANNOT_DISABLE)
|
| ︙ | ︙ |