游戏王残局简化版

Check-in [2f884154c3]
Login

Check-in [2f884154c3]

Overview
Comment:0.0.861
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2f884154c3c1d0238eca3083b8e45311f9d56d39a4fb304415ff5129d94789d0
User & Date: 顽雨沉风 on 2023-07-07 11:23:30
Other Links: manifest | tags
Context
2023-07-07
11:25
0.0.862 check-in: c71ce2ef3c user: 顽雨沉风 tags: trunk
11:23
0.0.861 check-in: 2f884154c3 user: 顽雨沉风 tags: trunk
11:20
0.0.860 check-in: c197dc7121 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [0fc15dd1f1] to [1849b63cf0].

187
188
189
190
191
192
193
194


195
196
197
198
199
200
201
187
188
189
190
191
192
193

194
195
196
197
198
199
200
201
202







-
+
+








  local n = 0

  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_SINGLE)
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + EFFECT_FLAG_UNCOPYABLE
    + EFFECT_FLAG_CANNOT_INACTIVATE)
    + EFFECT_FLAG_CANNOT_INACTIVATE
    + EFFECT_FLAG_CANNOT_NEGATE)

function print_hand(e,tp,eg,ep,ev,re,r,rp)
  local ac=Duel.AnnounceCard(tp)
  local c=Duel.CreateToken(tp,ac)
  if n<2 then
    Duel.SendtoHand(c,nil,REASON_RULE)
    Duel.ShuffleHand(tp)