Differences From Artifact [029161ac82]:
- File script/c0.lua — part of check-in [beca3e1a79] at 2023-06-29 23:56:08 on branch trunk — 0.0.408 (user: 顽雨沉风, size: 5429) [annotate] [blame] [check-ins using] [more...]
To Artifact [8f2a1ac747]:
- File script/c0.lua — part of check-in [ecd55ae999] at 2023-06-30 00:08:16 on branch trunk — 0.0.412 (user: 顽雨沉风, size: 5428) [annotate] [blame] [check-ins using]
︙ | |||
104 105 106 107 108 109 110 | 104 105 106 107 108 109 110 111 112 113 114 | - + | local e1=Effect.GlobalEffect() e1:SetType(EFFECT_TYPE_FIELD) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetTargetRange(1,1) e1:SetTarget(splimit) e1:SetReset(RESET_PHASE+PHASE_END) |