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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
da8931f3
Commit
da8931f3
authored
Mar 09, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b72f5c95
Pipeline
#33521
passed with stages
in 49 minutes and 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c16310020.lua
expansions/script/c16310020.lua
+1
-0
expansions/script/c50225010.lua
expansions/script/c50225010.lua
+1
-1
expansions/script/c81907110.lua
expansions/script/c81907110.lua
+0
-1
No files found.
expansions/FiNALE.cdb
View file @
da8931f3
No preview for this file type
expansions/script/c16310020.lua
View file @
da8931f3
...
...
@@ -7,6 +7,7 @@ function c16310020.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
16310020
)
e2
:
SetTarget
(
c16310020
.
sptg
)
e2
:
SetOperation
(
c16310020
.
spop
)
c
:
RegisterEffect
(
e2
)
...
...
expansions/script/c50225010.lua
View file @
da8931f3
...
...
@@ -135,7 +135,7 @@ function c50225010.drop(e,tp,eg,ep,ev,re,r,rp)
end
function
c50225010
.
efilter
(
e
,
re
)
return
e
:
GetHandlerPlayer
()
~=
re
:
GetOwnerPlayer
()
and
re
:
IsActivated
()
and
not
re
:
GetActivateLocation
()
&
LOCATION_ONFIELD
>
0
and
re
:
GetActivateLocation
()
&
LOCATION_ONFIELD
==
0
end
function
c50225010
.
tptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
...
...
expansions/script/c81907110.lua
View file @
da8931f3
...
...
@@ -90,7 +90,6 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local
e8
=
Effect
.
CreateEffect
(
c
)
e8
:
SetType
(
EFFECT_TYPE_FIELD
)
e8
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e8
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e8
:
SetRange
(
LOCATION_MZONE
)
e8
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e8
:
SetTarget
(
cm
.
etg
)
...
...
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