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
Soulgamer
ygopro-222DIY-cards
Commits
79418b32
Commit
79418b32
authored
Jun 14, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rar
parent
d842404c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
expansions/script/c10199990.lua
expansions/script/c10199990.lua
+1
-1
expansions/script/c12045017.lua
expansions/script/c12045017.lua
+1
-1
expansions/script/c12051020.lua
expansions/script/c12051020.lua
+2
-2
expansions/script/c44001013.lua
expansions/script/c44001013.lua
+3
-0
No files found.
expansions/script/c10199990.lua
View file @
79418b32
...
...
@@ -2,7 +2,7 @@
if
not
pcall
(
function
()
require
(
"expansions/script/c10199991"
)
end
)
then
require
(
"script/c10199991"
)
end
local
m
=
10199990
local
vm
=
10199991
local
Version_Number
=
20210
513
local
Version_Number
=
20210
614
if
rsv
.
Library_Switch
then
return
end
rsv
.
Library_Switch
=
true
-----------------------"Part_Effect_Base"-----------------------
...
...
expansions/script/c12045017.lua
View file @
79418b32
...
...
@@ -58,7 +58,7 @@ function c12045017.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c12045017
.
hspcon
(
e
,
c
)
local
tp
=
c
:
GetControler
()
local
tp
=
e
:
GetHandler
()
:
GetControler
()
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
==
0
and
ft
>
0
end
...
...
expansions/script/c12051020.lua
View file @
79418b32
...
...
@@ -70,7 +70,7 @@ function c12051020.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c12051020
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c12051020
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToGrave
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
...
...
@@ -90,7 +90,7 @@ function c12051020.disop(e,tp,eg,ep,ev,re,r,rp)
local
e7
=
Effect
.
CreateEffect
(
c
)
e7
:
SetType
(
EFFECT_TYPE_SINGLE
)
e7
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e7
:
SetRange
(
LOCATION_
F
ZONE
)
e7
:
SetRange
(
LOCATION_
M
ZONE
)
e7
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e7
:
SetValue
(
c12051020
.
efilter3
)
e7
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_CHAIN
)
...
...
expansions/script/c44001013.lua
View file @
79418b32
...
...
@@ -13,6 +13,9 @@ function cm.initial_effect(c)
local
e5
=
rsef
.
STO
(
c
,
EVENT_DESTROYED
,
"sp"
,
nil
,
"sp"
,
nil
,
cm
.
spcon
,
nil
,
rsop
.
target
(
cm
.
spfilter
,
"sp"
,
LOCATION_REMOVED
),
cm
.
spop
)
end
function
cm
.
imtg
(
e
,
c
)
return
c
:
IsType
(
TYPE_XYZ
+
TYPE_SYNCHRO
)
and
rsxjm
.
IsSet
(
c
)
end
function
cm
.
tdop
(
e
,
tp
)
rsop
.
SelectOperate
(
"td"
,
tp
,
Card
.
IsAbleToDeck
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,{})
end
...
...
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