Differences From Artifact [dc7c985712]:
- File script/c0.lua — part of check-in [287a20cec6] at 2023-07-01 12:30:11 on branch trunk — 0.0.541 (user: 顽雨沉风, size: 3647) [annotate] [blame] [check-ins using]
To Artifact [fc616f7fec]:
- File script/c0.lua — part of check-in [97c277947c] at 2023-07-01 12:31:46 on branch trunk — 0.0.542 (user: 顽雨沉风, size: 3591) [annotate] [blame] [check-ins using]
| ︙ | |||
105 106 107 108 109 110 111 | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | - |
str["开局添加手卡"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
effect_1:SetCountLimit(1)
function cache_1()
|
| ︙ |