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
Ai
ygopro-222DIY-cards
Commits
af9a84bf
Commit
af9a84bf
authored
Jun 12, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vme50
parent
5527927e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/5013300.jpg
expansions/pics/5013300.jpg
+0
-0
expansions/script/c5013300.lua
expansions/script/c5013300.lua
+6
-5
No files found.
expansions/FiNALE.cdb
View file @
af9a84bf
No preview for this file type
expansions/pics/5013300.jpg
View replaced file @
5527927e
View file @
af9a84bf
107 KB
|
W:
|
H:
106 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c5013300.lua
View file @
af9a84bf
...
...
@@ -31,7 +31,9 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
end
function
c5013300
.
aclimit
(
e
,
re
,
tp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
end
function
s
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
GetMaterialCount
()
>=
2
then
...
...
@@ -98,10 +100,9 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
e6
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e6
:
SetRange
(
LOCATION_MZONE
)
e6
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e6
:
SetTargetRange
(
0
,
1
)
e6
:
SetValue
(
1
)
e6
:
SetTargetRange
(
1
,
1
)
e6
:
SetValue
(
c5013300
.
aclimit
)
c
:
RegisterEffect
(
e6
)
c
:
RegisterFlagEffect
(
0
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
4
))
end
end
\ No newline at end of file
end
\ No newline at end of file
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