游戏王残局简化版

Check-in [d339c6b9b3]
Login

Check-in [d339c6b9b3]

Overview
Comment:0.0.711
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d339c6b9b315bc0119be83a1289be4cf9e8b860b1c3e8ebb8a6f4bfa9a7867c8
User & Date: 顽雨沉风 on 2023-07-05 11:54:10
Other Links: manifest | tags
Context
2023-07-05
12:02
0.0.712 check-in: 7480227635 user: 顽雨沉风 tags: trunk
11:54
0.0.711 check-in: d339c6b9b3 user: 顽雨沉风 tags: trunk
10:22
0.0.710 check-in: 67711c767e user: 顽雨沉风 tags: trunk
Changes

Modified single/Amazoness Wall.lua from [05df7db83f] to [92b8d5d54c].

1
2
3
4





5
6
7
8
9
10
11
--[[message
卡数:16
规则:大师2020
]]





Debug.SetAIName("Amazoness Wall")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1100,0,0)
Debug.SetPlayerInfo(1,8500,0,0)


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

|
<

>
>
>
>
>







1
2

3
4
5
6
7
8
9
10
11
12
13
14
15
--[[message
亚马逊

]]

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)

Debug.SetAIName("Amazoness Wall")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1100,0,0)
Debug.SetPlayerInfo(1,8500,0,0)


Debug.AddCard(79965360,0,0,LOCATION_DECK,0,POS_FACEDOWN)
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93


Debug.AddCard(44947065,1,1,LOCATION_SZONE,2,POS_FACEUP)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()

local str = {}
local fun = {}

local cache1

fun["通关邀请"]=function()
  local e100
  e100=Effect.GlobalEffect()
  e100:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  e100:SetCode(EVENT_DAMAGE)
  function cache1(e
    , tp
    , eg
    , ep
    , ev
    , re
    , r
    , rp)
    cache1=Duel.GetLP(1)
    return cache1<=0
    end
  e100:SetCondition(cache1)
  function cache1(e
    , tp
    , eg
    , ep
    , ev
    , re
    , r
    , rp)
    Debug.ShowHint("残局群181175613")
    return
    end
  e100:SetOperation(cache1)
  Duel.RegisterEffect(e100
    , 0)
  end


fun["通关邀请"]()








<
<

<
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<

<
<
<
49
50
51
52
53
54
55


56

57

































58





Debug.AddCard(44947065,1,1,LOCATION_SZONE,2,POS_FACEUP)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()





fun["开局说明"]()