Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
8fe4a447
Commit
8fe4a447
authored
Jul 27, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
c03e4b40
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c47330611.lua
expansions/script/c47330611.lua
+1
-1
expansions/script/c47330612.lua
expansions/script/c47330612.lua
+1
-1
expansions/script/c50224615.lua
expansions/script/c50224615.lua
+2
-2
No files found.
expansions/script/c47330611.lua
View file @
8fe4a447
...
...
@@ -28,7 +28,7 @@ function s.peff2tg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
eg
,
1
,
0
,
0
)
end
function
s
.
peff2op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
NegateRelatedChain
(
ev
,
RESET_TURN_SET
)
then
if
Duel
.
NegateRelatedChain
(
re
:
GetHandler
()
,
RESET_TURN_SET
)
then
local
code
=
re
:
GetHandler
():
GetCode
()
H_M_
.
aclimit
(
e
:
GetHandler
(),
tp
,
code
)
end
...
...
expansions/script/c47330612.lua
View file @
8fe4a447
...
...
@@ -28,7 +28,7 @@ function s.peff2tg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
eg
,
1
,
0
,
0
)
end
function
s
.
peff2op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
NegateRelatedChain
(
ev
,
RESET_TURN_SET
)
then
if
Duel
.
NegateRelatedChain
(
re
:
GetHandler
()
,
RESET_TURN_SET
)
then
local
code
=
re
:
GetHandler
():
GetCode
()
H_M_
.
aclimit
(
e
:
GetHandler
(),
tp
,
code
)
end
...
...
expansions/script/c50224615.lua
View file @
8fe4a447
...
...
@@ -17,9 +17,9 @@ function c50224615.initial_effect(c)
local
e11
=
e1
:
Clone
()
e11
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
c
:
RegisterEffect
(
e11
)
--
to hand
--
draw
local
e2
=
Effect
.
CreateEffect
(
c
)
e
1
:
SetDescription
(
aux
.
Stringid
(
50224615
,
0
))
e
2
:
SetDescription
(
aux
.
Stringid
(
50224615
,
0
))
e2
:
SetCategory
(
CATEGORY_DRAW
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
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