Differences From Artifact [8c91847db5]:
- File script/c0.lua — part of check-in [526e8343ee] at 2023-08-02 02:14:39 on branch trunk — 0.0.2462 (user: 顽雨沉风, size: 11850) [annotate] [blame] [check-ins using]
To Artifact [3fb152ef0e]:
- File script/c0.lua — part of check-in [3a117406ec] at 2023-09-28 11:14:39 on branch trunk — 0.0.2560 (user: 顽雨沉风, size: 11888) [annotate] [blame] [check-ins using]
| ︙ | |||
300 301 302 303 304 305 306 307 308 309 310 311 312 313 | 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 | + + |
end --}
return false
end --}
fun["一_开局添加手卡"] = function(str_1) --{
str["开局添加手卡"] = true
str["开局添加手卡的数量"] = str_1
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
|
| ︙ |