游戏王残局简化版

Check-in [567a672978]
Login

Check-in [567a672978]

Overview
Comment:0.0.556
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 567a672978a8c2e41f24da7fdbb4a6349b92b720c9c7d8cb66ed74695af4d0f2
User & Date: 顽雨沉风 on 2023-07-01 13:12:59
Other Links: manifest | tags
Context
2023-07-01
13:13
0.0.557 check-in: 61cfe0e1f0 user: 顽雨沉风 tags: trunk
13:12
0.0.556 check-in: 567a672978 user: 顽雨沉风 tags: trunk
13:11
0.0.555 check-in: 7592a88912 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [6beefc8721] to [16c24ac101].

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
  or cache_3 then
    return true
    end
  return false
  end

fun["开局说明"] = function()
  if str["开局说明"] == 1 then
    return
  else
    str["开局说明"] = 1
    end

  cache_1 = 0
  cache_1 = cache_1 + LOCATION_DECK
  cache_1 = cache_1 + LOCATION_HAND
  cache_1 = cache_1 + LOCATION_MZONE
  cache_1 = cache_1 + LOCATION_SZONE







|


|







58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
  or cache_3 then
    return true
    end
  return false
  end

fun["开局说明"] = function()
  if str["开局说明"] == 1 then
    return
  else
    str["开局说明"] = 1
    end

  cache_1 = 0
  cache_1 = cache_1 + LOCATION_DECK
  cache_1 = cache_1 + LOCATION_HAND
  cache_1 = cache_1 + LOCATION_MZONE
  cache_1 = cache_1 + LOCATION_SZONE

Modified single/19.Let's GaGaGa.lua from [c3645bbc04] to [7f2a1b41df].

40
41
42
43
44
45
46
47
48
Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN)
Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN)
Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

fun["开局添加手卡"](6)









|

40
41
42
43
44
45
46
47
48
Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN)
Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN)
Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

fun["开局添加手卡"](6)
fun["通关邀请"]()