游戏王残局简化版

Check-in [bd29d5b844]
Login

Check-in [bd29d5b844]

Overview
Comment:0.0.389
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd29d5b844a73fae97c6d6b8d64af3eb5f45936dd2b9dbe36a524cae19dd1eac
User & Date: 顽雨沉风 on 2023-06-29 23:09:10
Other Links: manifest | tags
Context
2023-06-29
23:14
0.0.390 check-in: e7130db7c4 user: 顽雨沉风 tags: trunk
23:09
0.0.389 check-in: bd29d5b844 user: 顽雨沉风 tags: trunk
23:08
0.0.388 check-in: 147dea3834 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [7d6bc3c168] to [d6611bd934].

33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  end

fun["是否效果卡"] = function(card)
  return Card.IsCode(card,41269771)
  end

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

--~   local cache_1 = {}

--~   cache_2 = Duel.GetFieldGroup(0,LOCATION_DECK,0)
--~   cache_1:insert(cache_2)
--~   cache_2 = Duel.GetFieldGroup(0,LOCATION_GRAVE,0)
--~   cache_1:insert(cache_2)







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  end

fun["是否效果卡"] = function(card)
  return Card.IsCode(card,41269771)
  end

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

--~   local cache_1 = {}

--~   cache_2 = Duel.GetFieldGroup(0,LOCATION_DECK,0)
--~   cache_1:insert(cache_2)
--~   cache_2 = Duel.GetFieldGroup(0,LOCATION_GRAVE,0)
--~   cache_1:insert(cache_2)