游戏王残局简化版

Check-in [bd740b7cb0]
Login

Check-in [bd740b7cb0]

Overview
Comment:0.0.1217
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd740b7cb0ecdf7267a340dfcdde97c258b35577f10f73d64ca0fbaa9a9e7a18
User & Date: 顽雨沉风 on 2023-07-11 14:42:04
Other Links: manifest | tags
Context
2023-07-11
14:44
0.0.1218 check-in: 2ce6e15f6b user: 顽雨沉风 tags: trunk
14:42
0.0.1217 check-in: bd740b7cb0 user: 顽雨沉风 tags: trunk
14:36
0.0.1216 check-in: 3cb69d58d8 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ff92a03476] to [d9ecd571bb].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
str = {}
fun = {}

str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  
  str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
  
  if str_2 then --{
    if str_2 == 3 then --{
      str["规则"] = "大师3 "
      
      --}
    elseif str_2 == 4 then --{
      str["规则"] = "新大师 "
      
      --}
    elseif str_2 == 5 then --{
      str["规则"] = "大师2020 "
      
      --}
    end --}
  else --{
    str["规则"] = "大师2020 "
    
    end --}
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  
  end --}

fun["通关邀请"] = function() --{
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)













<



<



<




<


<







1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16

17
18
19

20
21
22
23

24
25

26
27
28
29
30
31
32
str = {}
fun = {}

str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  
  str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
  
  if str_2 then --{
    if str_2 == 3 then --{
      str["规则"] = "大师3 "

      --}
    elseif str_2 == 4 then --{
      str["规则"] = "新大师 "

      --}
    elseif str_2 == 5 then --{
      str["规则"] = "大师2020 "

      --}
    end --}
  else --{
    str["规则"] = "大师2020 "

    end --}
  str["Debug.ReloadFieldBegin"](str_1, str_2)

  end --}

fun["通关邀请"] = function() --{
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)