游戏王残局简化版

Check-in [e7130db7c4]
Login

Check-in [e7130db7c4]

Overview
Comment:0.0.390
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e7130db7c4183e8930958e6cba1d765c374a4d95ebe22a1f32c7e0b3e4b9f525
User & Date: 顽雨沉风 on 2023-06-29 23:14:42.648
Other Links: manifest | tags
Context
2023-06-29
23:17
0.0.391 check-in: d2dde12476 user: 顽雨沉风 tags: trunk
23:14
0.0.390 check-in: e7130db7c4 user: 顽雨沉风 tags: trunk
23:09
0.0.389 check-in: bd29d5b844 user: 顽雨沉风 tags: trunk
Changes
29
30
31
32
33
34
35


36



37
38
39
40
41
42
43
29
30
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
46
47







+
+
-
+
+
+







  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

fun["是否效果卡"] = function(card)
  cache_1 = Card.IsType(card, TYPE_MONSTER)
  if cache_1 then
  return Card.IsCode(card,41269771)
    return true
    end
  return false
  end

_G["开局说明"] = function()
  Debug.ShowHint(Duel.GetMatchingGroupCount(fun["是否效果卡"],0,LOCATION_GRAVE,0,nil))

--~   local cache_1 = {}