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
265de7be
Commit
265de7be
authored
Oct 16, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/24PP' into master
parents
43657c61
3db27d77
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
c19299793.lua
c19299793.lua
+1
-1
c21291696.lua
c21291696.lua
+1
-1
c56741506.lua
c56741506.lua
+1
-1
c57964143.lua
c57964143.lua
+1
-1
c58680635.lua
c58680635.lua
+1
-1
c69802283.lua
c69802283.lua
+1
-1
c83962752.lua
c83962752.lua
+1
-1
c9107531.lua
c9107531.lua
+1
-1
c94185340.lua
c94185340.lua
+1
-1
c95207988.lua
c95207988.lua
+1
-1
No files found.
c19299793.lua
View file @
265de7be
...
...
@@ -84,4 +84,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c21291696.lua
View file @
265de7be
...
...
@@ -83,4 +83,4 @@ function c21291696.lvop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c56741506.lua
View file @
265de7be
...
...
@@ -88,4 +88,4 @@ function s.spop(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
c57964143.lua
View file @
265de7be
...
...
@@ -135,4 +135,4 @@ function s.spop(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
c58680635.lua
View file @
265de7be
...
...
@@ -71,4 +71,4 @@ function c58680635.drop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
end
c69802283.lua
View file @
265de7be
...
...
@@ -79,4 +79,4 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateAttack
()
end
\ No newline at end of file
end
c83962752.lua
View file @
265de7be
...
...
@@ -105,4 +105,4 @@ function c83962752.desop(e,tp,eg,ep,ev,re,r,rp)
end
function
c83962752
.
splimit
(
e
,
c
,
tp
,
sumtp
,
sumpos
)
return
bit
.
band
(
sumtp
,
SUMMON_TYPE_SYNCHRO
)
==
SUMMON_TYPE_SYNCHRO
end
\ No newline at end of file
end
c9107531.lua
View file @
265de7be
...
...
@@ -77,4 +77,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
tc
=
g
:
GetNext
()
end
end
\ No newline at end of file
end
c94185340.lua
View file @
265de7be
...
...
@@ -49,4 +49,4 @@ function c94185340.activate(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
end
\ No newline at end of file
end
c95207988.lua
View file @
265de7be
...
...
@@ -77,4 +77,4 @@ end
function
c95207988
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
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