游戏王残局简化版

Check-in [5f278771d5]
Login

Check-in [5f278771d5]

Overview
Comment:0.0.1130
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5f278771d58a5d6151091daffbd3ea8b0db913ebc72afba04d936b7e80079e2d
User & Date: 顽雨沉风 on 2023-07-11 03:39:09
Other Links: manifest | tags
Context
2023-07-11
03:41
0.0.1131 check-in: 585c75fe39 user: 顽雨沉风 tags: trunk
03:39
0.0.1130 check-in: 5f278771d5 user: 顽雨沉风 tags: trunk
03:37
0.0.1129 check-in: 0bf0276888 user: 顽雨沉风 tags: trunk
Changes

Modified single/[WCS2006]13_hero.lua from [b9a76d8776] to [cbbef8bce4].

1
2
3
4



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



Debug.SetAIName("[WCS2006]13_hero")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)

Debug.SetPlayerInfo(0,1400,0,0)
Debug.SetPlayerInfo(1,4700,0,0)

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

<
<

>
>
>







1


2
3
4
5
6
7
8
9
10
11
12
--[[message


]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("[WCS2006]13_hero")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)

Debug.SetPlayerInfo(0,1400,0,0)
Debug.SetPlayerInfo(1,4700,0,0)

Debug.AddCard(24094653,0,0,LOCATION_DECK,0,POS_FACEDOWN)
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

Debug.AddCard(25366484,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
Debug.AddCard(35809262,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)

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)
    return Duel.GetLP(1)<=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["通关邀请"]()







|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
24
25
26
27
28
29
30
31

























Debug.AddCard(25366484,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
Debug.AddCard(35809262,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)

Debug.ReloadFieldEnd()

aux.BeginPuzzle()
fun["开局说明"]()