游戏王残局简化版

Check-in [0728612ded]
Login

Check-in [0728612ded]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0728612dedc2fbd8c2905947439a46f26b6d14c84ad296821bf1d142367fb04b
User & Date: 顽雨沉风 on 2024-02-14 07:47:44
Other Links: manifest | tags
Context
2024-02-14
07:54
check-in: d26a1c8c42 user: 顽雨沉风 tags: trunk
07:47
check-in: 0728612ded user: 顽雨沉风 tags: trunk
06:19
check-in: 8d2b2c76db user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [b57bfdddd5] to [1a475cdedb].

54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
    h1 = u1
    s["开局洗牌抽牌之数"] = u1
    --~ 效果
    h2 = Effect.GlobalEffect()
    h2:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)
    h2:SetCode(EVENT_ADJUST)
    h2:SetCondition(aux.TRUE)
    h2:SetOperation(s["开局洗牌抽牌"])
    Duel.RegisterEffect(h2, 0)
    end
  end
s["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end







|







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
    h1 = u1
    s["开局洗牌抽牌之数"] = u1
    --~ 效果
    h2 = Effect.GlobalEffect()
    h2:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)
    h2:SetCode(EVENT_ADJUST)
    h2:SetCondition(aux.TRUE)
    h2:SetOperation(s["_开局洗牌抽牌"])
    Duel.RegisterEffect(h2, 0)
    end
  end
s["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
    h6 = Duel.CreateToken(u2, h5)
    if h2 <= h3 then
      h2 = h2 + 1
      Duel.SendtoHand(h6, nil, REASON_RULE)
    else
      if h2 <= h4 then
        h2 = h2 + 1
        --~ Duel.Remove(h6, POS_FACEUP, REASON_RULE)
        Duel.SendtoDeck(h6, u2, 0, REASON_RULE)
      else
        Debug.ShowHint(h1)
        u1:Reset()
        end
      end
    end







<







175
176
177
178
179
180
181

182
183
184
185
186
187
188
    h6 = Duel.CreateToken(u2, h5)
    if h2 <= h3 then
      h2 = h2 + 1
      Duel.SendtoHand(h6, nil, REASON_RULE)
    else
      if h2 <= h4 then
        h2 = h2 + 1

        Duel.SendtoDeck(h6, u2, 0, REASON_RULE)
      else
        Debug.ShowHint(h1)
        u1:Reset()
        end
      end
    end

Modified single/枯岳说书人_c52 5_18_-1300.lua from [b5ea1239a5] to [0e9181339f].




1
2
3
4
5
6
7



--puzzle1
Debug.SetAIName("枯岳说书人_c52")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 2100, 0, 0)
Debug.SetPlayerInfo(1, 19200, 0, 0)

Debug.AddCard(85754829, 0, 0, LOCATION_MZONE, 0, POS_FACEUP_ATTACK)
>
>
>







1
2
3
4
5
6
7
8
9
10
--[[message
察局:2024-02-14
]]
--puzzle1
Debug.SetAIName("枯岳说书人_c52")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 2100, 0, 0)
Debug.SetPlayerInfo(1, 19200, 0, 0)

Debug.AddCard(85754829, 0, 0, LOCATION_MZONE, 0, POS_FACEUP_ATTACK)

Modified single/枯岳说书人_c53 5_08_800.lua from [9b6798c9df] to [7e583b1913].




1
2
3
4
5
6
7



Debug.SetAIName("枯岳说书人_c53")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)

Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 5300, 0, 0)

>
>
>







1
2
3
4
5
6
7
8
9
10
--[[message
察局:2024-02-14
]]
Debug.SetAIName("枯岳说书人_c53")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)

Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 5300, 0, 0)

Modified single/枯岳说书人_c54 5_18_-800.lua from [406ef0d6f5] to [819038d519].

1

2
3
4
5
6
7
8
9
--[[message

龙兽交锋
]]

Debug.SetAIName("枯岳说书人_c54")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)

--6400

>
|







1
2
3
4
5
6
7
8
9
10
--[[message
察局:2024-02-14
简语:龙兽交锋
]]

Debug.SetAIName("枯岳说书人_c54")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)

--6400

Modified single/枯岳说书人_d01 5_52_1900.lua from [4217d33528] to [783be33f19].

1


2
3
4
5
6
7
8
--[[message


]]
Debug.SetAIName("枯岳说书人_d01")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8000, 0, 0)

Debug.AddCard(24019092, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN)

>
>







1
2
3
4
5
6
7
8
9
10
--[[message
察局:2024-02-14
原局:WABihamut
]]
Debug.SetAIName("枯岳说书人_d01")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8000, 0, 0)

Debug.AddCard(24019092, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN)

Modified single/枯岳说书人_f01 3_05_800.lua from [11fcfd5a76] to [8c983866d9].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2008]_a01
]]
Debug.SetAIName("枯岳说书人_f01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 800, 0, 0)
Debug.AddCard(99788587, 0, 0, LOCATION_SZONE, 0, POS_FACEDOWN_ATTACK)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2008]_a01
]]
Debug.SetAIName("枯岳说书人_f01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 800, 0, 0)
Debug.AddCard(99788587, 0, 0, LOCATION_SZONE, 0, POS_FACEDOWN_ATTACK)

Modified single/枯岳说书人_f02 3_07_-0.lua from [761768e4c1] to [0565a4a640].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2008]_a02
]]
Debug.SetAIName("枯岳说书人_f02")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 5300, 0, 0)
Debug.AddCard(53582587, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN_ATTACK)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2008]_a02
]]
Debug.SetAIName("枯岳说书人_f02")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 5300, 0, 0)
Debug.AddCard(53582587, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN_ATTACK)

Modified single/枯岳说书人_f03 3_05_-300.lua from [bd5f8d1c4e] to [713cb86205].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2008]_a04
]]
Debug.SetAIName("枯岳说书人_f03")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 4650, 0, 0)
Debug.AddCard(45653036, 0, 0, LOCATION_SZONE, 3, POS_FACEDOWN_ATTACK)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2008]_a04
]]
Debug.SetAIName("枯岳说书人_f03")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 4650, 0, 0)
Debug.AddCard(45653036, 0, 0, LOCATION_SZONE, 3, POS_FACEDOWN_ATTACK)

Modified single/枯岳说书人_f04 3_05_-300.lua from [797752b8a3] to [4ab33e9bdb].

1

2
3
4
5
6
7
8
--[[message

简语:外星人洗脑光线发动!
原局:[WCS2008]_a05
]]
--created by ygopro puzzle maker (web)
Debug.SetAIName("枯岳说书人_f04")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
简语:外星人洗脑光线发动!
原局:[WCS2008]_a05
]]
--created by ygopro puzzle maker (web)
Debug.SetAIName("枯岳说书人_f04")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)

Modified single/枯岳说书人_f05 3_09_-600.lua from [0c9ded74b9] to [df26a76db2].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2011]_a03
]]
Debug.SetAIName("枯岳说书人_f05")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 250, 0, 0)
Debug.SetPlayerInfo(1, 21900, 0, 0)
Debug.AddCard(27869883, 0, 0, LOCATION_GRAVE, 0, POS_FACEDOWN)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2011]_a03
]]
Debug.SetAIName("枯岳说书人_f05")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 250, 0, 0)
Debug.SetPlayerInfo(1, 21900, 0, 0)
Debug.AddCard(27869883, 0, 0, LOCATION_GRAVE, 0, POS_FACEDOWN)

Modified single/枯岳说书人_f06 3_13_400.lua from [7ea0b921a4] to [e9d6a33978].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2011]_a06
]]
--wcs2011-06
Debug.SetAIName("枯岳说书人_f06")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 700, 0, 0)
Debug.SetPlayerInfo(1, 10200, 0, 0)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2011]_a06
]]
--wcs2011-06
Debug.SetAIName("枯岳说书人_f06")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 700, 0, 0)
Debug.SetPlayerInfo(1, 10200, 0, 0)

Modified single/枯岳说书人_f07 3_14_-200.lua from [bf0340c139] to [e3f7e03021].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2011]_a09
]]
Debug.SetAIName("枯岳说书人_f07")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8400, 0, 0)


>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2011]_a09
]]
Debug.SetAIName("枯岳说书人_f07")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8400, 0, 0)

Modified single/枯岳说书人_f08 3_12_2700.lua from [3ee22db0c0] to [d1a89c02f2].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2011]_a10
]]
--wcs2011-10
Debug.SetAIName("枯岳说书人_f08")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 2700, 0, 0)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2011]_a10
]]
--wcs2011-10
Debug.SetAIName("枯岳说书人_f08")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 2700, 0, 0)

Modified single/枯岳说书人_f09 3_09_-900.lua from [4cec5d5203] to [82961454ef].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2011]_a11
]]
Debug.SetAIName("枯岳说书人_f09")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 3000, 0, 0)
Debug.SetPlayerInfo(1, 10300, 0, 0)
--~ Debug.AddCard(52768103,0,0,LOCATION_DECK,0,POS_FACEDOWN)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2011]_a11
]]
Debug.SetAIName("枯岳说书人_f09")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 3000, 0, 0)
Debug.SetPlayerInfo(1, 10300, 0, 0)
--~ Debug.AddCard(52768103,0,0,LOCATION_DECK,0,POS_FACEDOWN)

Modified single/枯岳说书人_f10 3_13_-300.lua from [8a9b2aa055] to [9b48bb4d2d].

1

2
3
4
5
6
7
8
--[[message

原局:[WCS2011]_a12
]]
Debug.SetAIName("枯岳说书人_f10")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 3)
Debug.SetPlayerInfo(0, 700, 0, 0)
Debug.SetPlayerInfo(1, 5100, 0, 0)


>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:[WCS2011]_a12
]]
Debug.SetAIName("枯岳说书人_f10")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 3)
Debug.SetPlayerInfo(0, 700, 0, 0)
Debug.SetPlayerInfo(1, 5100, 0, 0)

Modified single/枯岳说书人_f11 3_09_-700.lua from [8d139546ae] to [bec614be5d].

1

2
3
4
5
6
7
8
--[[message

原局:「DMI2」_Guardian Sphinx
]]
Debug.SetAIName("枯岳说书人_f11")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)

Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 7200, 0, 0)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:「DMI2」_Guardian Sphinx
]]
Debug.SetAIName("枯岳说书人_f11")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)

Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 7200, 0, 0)

Modified single/枯岳说书人_f12 3_06_-800.lua from [741499fe47] to [38ab123a24].

1

2
3
4
5
6
7
8
--[[message

原局:「DMI2」_Primal Seed
]]
Debug.SetAIName("枯岳说书人_f12")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)

Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 9750, 0, 0)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:「DMI2」_Primal Seed
]]
Debug.SetAIName("枯岳说书人_f12")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)

Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 9750, 0, 0)

Modified single/枯岳说书人_f13 5_18_-0.lua from [0bec83d625] to [7a962b44fe].

1

2
3
4
5
6
7
8
--[[message

原局:埃奇奥奥迪托雷
]]
Debug.SetAIName("枯岳说书人_f13")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 30000, 0, 0)


>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:埃奇奥奥迪托雷
]]
Debug.SetAIName("枯岳说书人_f13")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 30000, 0, 0)

Modified single/枯岳说书人_f14 4_22_1200.lua from [9537d4d4db] to [58aa19358f].

1

2
3
4
5
6
7
8
--[[message

原局:奥米伽无限三次方
]]
--created by puzzle editor
Debug.SetAIName("枯岳说书人_f14")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4)
Debug.SetPlayerInfo(0, 3800, 0, 0)
Debug.SetPlayerInfo(1, 8200, 0, 0)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:奥米伽无限三次方
]]
--created by puzzle editor
Debug.SetAIName("枯岳说书人_f14")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4)
Debug.SetPlayerInfo(0, 3800, 0, 0)
Debug.SetPlayerInfo(1, 8200, 0, 0)

Modified single/枯岳说书人_f15 4_20_100.lua from [c631bb2e2e] to [ae01d52236].

1

2
3
4
5
6
7
8
--[[message

原局:残局-六王寻胜
]]
Debug.SetAIName("枯岳说书人_f15")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) -- 4 = new master rule
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 21150, 0, 0)
Debug.AddCard(89943723, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN)

>







1
2
3
4
5
6
7
8
9
--[[message
察局:2024-02-14
原局:残局-六王寻胜
]]
Debug.SetAIName("枯岳说书人_f15")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) -- 4 = new master rule
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 21150, 0, 0)
Debug.AddCard(89943723, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN)