Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
八宫一月
ygopro-THC-cards
Commits
6c541d2a
Commit
6c541d2a
authored
May 18, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix baozi
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
73c0d624
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
8 deletions
+0
-8
script/c210008.lua
script/c210008.lua
+0
-1
script/c210009.lua
script/c210009.lua
+0
-1
script/c210010.lua
script/c210010.lua
+0
-1
script/c74563039.lua
script/c74563039.lua
+0
-4
script/c99677001.lua
script/c99677001.lua
+0
-1
No files found.
script/c210008.lua
View file @
6c541d2a
...
@@ -17,7 +17,6 @@ function c210008.initial_effect(c)
...
@@ -17,7 +17,6 @@ function c210008.initial_effect(c)
--send replace
--send replace
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
210008
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
210008
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
...
...
script/c210009.lua
View file @
6c541d2a
...
@@ -33,7 +33,6 @@ function c210009.initial_effect(c)
...
@@ -33,7 +33,6 @@ function c210009.initial_effect(c)
--send replace
--send replace
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
210009
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
210009
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
...
...
script/c210010.lua
View file @
6c541d2a
...
@@ -17,7 +17,6 @@ function c210010.initial_effect(c)
...
@@ -17,7 +17,6 @@ function c210010.initial_effect(c)
--send replace
--send replace
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
210010
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
210010
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
...
...
script/c74563039.lua
View file @
6c541d2a
...
@@ -29,7 +29,6 @@ function c74563039.initial_effect(c)
...
@@ -29,7 +29,6 @@ function c74563039.initial_effect(c)
--send replace
--send replace
local
e31
=
Effect
.
CreateEffect
(
c
)
local
e31
=
Effect
.
CreateEffect
(
c
)
e31
:
SetDescription
(
aux
.
Stringid
(
74563039
,
1
))
e31
:
SetDescription
(
aux
.
Stringid
(
74563039
,
1
))
e31
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e31
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e31
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e31
:
SetCode
(
EVENT_TO_GRAVE
)
e31
:
SetCode
(
EVENT_TO_GRAVE
)
e31
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e31
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
...
@@ -37,9 +36,6 @@ function c74563039.initial_effect(c)
...
@@ -37,9 +36,6 @@ function c74563039.initial_effect(c)
e31
:
SetTarget
(
c74563039
.
stg
)
e31
:
SetTarget
(
c74563039
.
stg
)
e31
:
SetOperation
(
c74563039
.
sop
)
e31
:
SetOperation
(
c74563039
.
sop
)
c
:
RegisterEffect
(
e31
)
c
:
RegisterEffect
(
e31
)
local
e32
=
e31
:
Clone
()
e32
:
SetCode
(
EVENT_REMOVE
)
c
:
RegisterEffect
(
e32
)
end
end
function
c74563039
.
valcheck
(
e
,
c
)
function
c74563039
.
valcheck
(
e
,
c
)
local
mg
=
c
:
GetMaterial
()
local
mg
=
c
:
GetMaterial
()
...
...
script/c99677001.lua
View file @
6c541d2a
...
@@ -15,7 +15,6 @@ function c99677001.initial_effect(c)
...
@@ -15,7 +15,6 @@ function c99677001.initial_effect(c)
--send replace
--send replace
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
99677001
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
99677001
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment