Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
56e4527d
Commit
56e4527d
authored
Jul 06, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline at EOF
parent
a3843be2
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
29 additions
and
29 deletions
+29
-29
c18046862.lua
c18046862.lua
+1
-1
c31322640.lua
c31322640.lua
+1
-1
c31539614.lua
c31539614.lua
+1
-1
c32484853.lua
c32484853.lua
+1
-1
c32762201.lua
c32762201.lua
+1
-1
c33206889.lua
c33206889.lua
+1
-1
c33506331.lua
c33506331.lua
+1
-1
c34323367.lua
c34323367.lua
+1
-1
c4145915.lua
c4145915.lua
+1
-1
c44728989.lua
c44728989.lua
+1
-1
c45445571.lua
c45445571.lua
+1
-1
c5267507.lua
c5267507.lua
+1
-1
c6089145.lua
c6089145.lua
+1
-1
c66532962.lua
c66532962.lua
+1
-1
c6659193.lua
c6659193.lua
+1
-1
c6812770.lua
c6812770.lua
+1
-1
c68316358.lua
c68316358.lua
+1
-1
c68756810.lua
c68756810.lua
+1
-1
c69533836.lua
c69533836.lua
+1
-1
c69655484.lua
c69655484.lua
+1
-1
c69873498.lua
c69873498.lua
+1
-1
c70095046.lua
c70095046.lua
+1
-1
c70417076.lua
c70417076.lua
+1
-1
c70717628.lua
c70717628.lua
+1
-1
c7102732.lua
c7102732.lua
+1
-1
c71939275.lua
c71939275.lua
+1
-1
c7934362.lua
c7934362.lua
+1
-1
c8324284.lua
c8324284.lua
+1
-1
c95937545.lua
c95937545.lua
+1
-1
No files found.
c18046862.lua
View file @
56e4527d
...
...
@@ -105,4 +105,4 @@ end
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c31322640.lua
View file @
56e4527d
...
...
@@ -104,4 +104,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
end
c31539614.lua
View file @
56e4527d
...
...
@@ -107,4 +107,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
end
end
end
\ No newline at end of file
end
c32484853.lua
View file @
56e4527d
...
...
@@ -46,4 +46,4 @@ end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
eg
:
Filter
(
s
.
desfilter
,
nil
,
e
,
tp
):
Filter
(
Card
.
IsRelateToChain
,
nil
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c32762201.lua
View file @
56e4527d
...
...
@@ -48,4 +48,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
end
c33206889.lua
View file @
56e4527d
...
...
@@ -70,4 +70,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c33506331.lua
View file @
56e4527d
...
...
@@ -53,4 +53,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c34323367.lua
View file @
56e4527d
...
...
@@ -103,4 +103,4 @@ end
function
s
.
poscon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
end
\ No newline at end of file
end
c4145915.lua
View file @
56e4527d
...
...
@@ -120,4 +120,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
c44728989.lua
View file @
56e4527d
...
...
@@ -55,4 +55,4 @@ function s.descon(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Destroy
(
e
:
GetLabelObject
(),
REASON_EFFECT
)
end
\ No newline at end of file
end
c45445571.lua
View file @
56e4527d
...
...
@@ -87,4 +87,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
end
end
\ No newline at end of file
end
c5267507.lua
View file @
56e4527d
...
...
@@ -56,4 +56,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
\ No newline at end of file
end
c6089145.lua
View file @
56e4527d
...
...
@@ -73,4 +73,4 @@ function s.cfilter(c)
end
function
s
.
ieecon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
\ No newline at end of file
end
c66532962.lua
View file @
56e4527d
...
...
@@ -59,4 +59,4 @@ function s.naop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
end
c6659193.lua
View file @
56e4527d
...
...
@@ -65,4 +65,4 @@ function s.val(e,re,ev,r,rp,rc)
return
true
end
return
false
end
\ No newline at end of file
end
c6812770.lua
View file @
56e4527d
...
...
@@ -166,4 +166,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RaiseSingleEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
Duel
.
RaiseEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
end
end
\ No newline at end of file
end
c68316358.lua
View file @
56e4527d
...
...
@@ -78,4 +78,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
dncheck
,
false
,
ft
,
ft
)
if
sg
then
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c68756810.lua
View file @
56e4527d
...
...
@@ -77,4 +77,4 @@ function s.cthop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
end
c69533836.lua
View file @
56e4527d
...
...
@@ -125,4 +125,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
qc
:
RegisterEffect
(
e1
)
end
end
end
\ No newline at end of file
end
c69655484.lua
View file @
56e4527d
...
...
@@ -108,4 +108,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c69873498.lua
View file @
56e4527d
...
...
@@ -113,4 +113,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
g
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c70095046.lua
View file @
56e4527d
...
...
@@ -73,4 +73,4 @@ function s.limval(e,re,rp)
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
rc
:
GetAttack
()
<
e
:
GetHandler
():
GetAttack
()
end
\ No newline at end of file
end
c70417076.lua
View file @
56e4527d
...
...
@@ -156,4 +156,4 @@ function s.lvop3(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c70717628.lua
View file @
56e4527d
...
...
@@ -73,4 +73,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
~=
0
and
Duel
.
IsPlayerCanDiscardDeck
(
1
-
tp
,
1
)
then
Duel
.
DiscardDeck
(
1
-
tp
,
3
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c7102732.lua
View file @
56e4527d
...
...
@@ -57,4 +57,4 @@ end
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
)
Duel
.
Damage
(
p
,
Duel
.
GetFieldGroupCount
(
p
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c71939275.lua
View file @
56e4527d
...
...
@@ -185,4 +185,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c7934362.lua
View file @
56e4527d
...
...
@@ -95,4 +95,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c8324284.lua
View file @
56e4527d
...
...
@@ -82,4 +82,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
Duel
.
SendtoGrave
(
c
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c95937545.lua
View file @
56e4527d
...
...
@@ -90,4 +90,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetValue
(
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
\ No newline at end of file
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