游戏王残局简化版

Check-in [c71ce2ef3c]
Login

Check-in [c71ce2ef3c]

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

Modified script/c0.lua from [1849b63cf0] to [432ac77a7e].

188
189
190
191
192
193
194
195


196
197
198
199
200
201
202
188
189
190
191
192
193
194

195
196
197
198
199
200
201
202
203







-
+
+







  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_NEGATE)
    + EFFECT_FLAG_CANNOT_NEGATE
    + EFFECT_FLAG_CANNOT_DISABLE)

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)