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
db94e0a7
Commit
db94e0a7
authored
Sep 19, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/PHNI-EN' into master
parents
096092f6
c39e5484
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
c30453613.lua
c30453613.lua
+1
-1
c3055018.lua
c3055018.lua
+1
-1
c30676200.lua
c30676200.lua
+1
-1
c31398842.lua
c31398842.lua
+1
-1
c42510430.lua
c42510430.lua
+1
-1
c43633088.lua
c43633088.lua
+1
-1
c6116731.lua
c6116731.lua
+1
-1
c66848311.lua
c66848311.lua
+1
-1
c67660909.lua
c67660909.lua
+1
-1
c70843274.lua
c70843274.lua
+1
-1
c79627627.lua
c79627627.lua
+1
-1
No files found.
c30453613.lua
View file @
db94e0a7
...
@@ -54,4 +54,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -54,4 +54,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsRace
(
RACE_PYRO
)
and
c
:
IsLocation
(
LOCATION_DECK
+
LOCATION_EXTRA
)
return
not
c
:
IsRace
(
RACE_PYRO
)
and
c
:
IsLocation
(
LOCATION_DECK
+
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c3055018.lua
View file @
db94e0a7
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
ShuffleDeck
(
tp
)
Duel
.
ShuffleDeck
(
tp
)
end
end
end
end
\ No newline at end of file
c30676200.lua
View file @
db94e0a7
...
@@ -65,4 +65,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -65,4 +65,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
end
end
Duel
.
MoveToField
(
sc
,
tp
,
tp
,
LOCATION_FZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
sc
,
tp
,
tp
,
LOCATION_FZONE
,
POS_FACEUP
,
true
)
end
end
end
end
\ No newline at end of file
c31398842.lua
View file @
db94e0a7
...
@@ -70,4 +70,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,4 +70,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
end
end
end
end
\ No newline at end of file
c42510430.lua
View file @
db94e0a7
...
@@ -74,4 +74,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -74,4 +74,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
e
:
GetLabelObject
()
local
tc
=
e
:
GetLabelObject
()
if
not
tc
:
IsRelateToEffect
(
e
)
or
not
tc
:
IsPosition
(
POS_FACEUP
)
or
not
tc
:
IsType
(
TYPE_MONSTER
)
then
return
end
if
not
tc
:
IsRelateToEffect
(
e
)
or
not
tc
:
IsPosition
(
POS_FACEUP
)
or
not
tc
:
IsType
(
TYPE_MONSTER
)
then
return
end
Duel
.
Damage
(
1
-
tp
,
tc
:
GetLevel
()
*
200
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
tc
:
GetLevel
()
*
200
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c43633088.lua
View file @
db94e0a7
...
@@ -28,4 +28,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -28,4 +28,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c6116731.lua
View file @
db94e0a7
...
@@ -57,4 +57,4 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -57,4 +57,4 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
Duel
.
ChangePosition
(
c
,
POS_FACEDOWN_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEDOWN_DEFENSE
)
end
end
end
end
\ No newline at end of file
c66848311.lua
View file @
db94e0a7
...
@@ -58,4 +58,4 @@ function s.controp(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,4 +58,4 @@ function s.controp(e,tp,eg,ep,ev,re,r,rp)
ac
:
RegisterEffect
(
e1
)
ac
:
RegisterEffect
(
e1
)
end
end
end
end
end
end
\ No newline at end of file
c67660909.lua
View file @
db94e0a7
...
@@ -49,4 +49,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,4 +49,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c70843274.lua
View file @
db94e0a7
...
@@ -71,4 +71,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,4 +71,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
end
end
\ No newline at end of file
c79627627.lua
View file @
db94e0a7
...
@@ -70,4 +70,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,4 +70,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
end
end
end
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