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
4851263f
Commit
4851263f
authored
Dec 31, 2021
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 22PP string id
parent
cf6da85e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
c57499304.lua
c57499304.lua
+1
-1
c64104037.lua
c64104037.lua
+1
-1
c83888009.lua
c83888009.lua
+1
-1
c84900597.lua
c84900597.lua
+3
-3
c99370594.lua
c99370594.lua
+3
-3
No files found.
c57499304.lua
View file @
4851263f
...
@@ -61,4 +61,4 @@ end
...
@@ -61,4 +61,4 @@ end
function
c57499304
.
spfilter
(
c
,
e
,
tp
)
function
c57499304
.
spfilter
(
c
,
e
,
tp
)
return
not
c
:
IsSetCard
(
0x48
)
and
c
:
IsRankBelow
(
3
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
not
c
:
IsSetCard
(
0x48
)
and
c
:
IsRankBelow
(
3
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
end
end
\ No newline at end of file
c64104037.lua
View file @
4851263f
...
@@ -31,4 +31,4 @@ function c64104037.spcon(e,c)
...
@@ -31,4 +31,4 @@ function c64104037.spcon(e,c)
end
end
function
c64104037
.
indes
(
e
,
c
)
function
c64104037
.
indes
(
e
,
c
)
return
not
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c83888009.lua
View file @
4851263f
...
@@ -73,4 +73,4 @@ function c83888009.damop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -73,4 +73,4 @@ function c83888009.damop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_CARD
,
0
,
83888009
)
Duel
.
Hint
(
HINT_CARD
,
0
,
83888009
)
Duel
.
Damage
(
tp
,
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
Duel
.
Damage
(
tp
,
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
Duel
.
GetFieldGroupCount
(
1
-
tp
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
Duel
.
GetFieldGroupCount
(
1
-
tp
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c84900597.lua
View file @
4851263f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c84900597
.
initial_effect
(
c
)
function
c84900597
.
initial_effect
(
c
)
--to hand
--to hand
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
84900597
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
84900597
,
0
))
e1
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
@@ -16,7 +16,7 @@ function c84900597.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c84900597.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--indes
--indes
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
84900597
,
2
))
e3
:
SetDescription
(
aux
.
Stringid
(
84900597
,
1
))
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_REMOVE
)
e3
:
SetCode
(
EVENT_REMOVE
)
e3
:
SetCountLimit
(
1
,
84900598
)
e3
:
SetCountLimit
(
1
,
84900598
)
...
@@ -60,4 +60,4 @@ function c84900597.indop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,4 +60,4 @@ function c84900597.indop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
2
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
2
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c99370594.lua
View file @
4851263f
...
@@ -3,7 +3,7 @@ function c99370594.initial_effect(c)
...
@@ -3,7 +3,7 @@ function c99370594.initial_effect(c)
aux
.
AddCodeList
(
c
,
35705817
)
aux
.
AddCodeList
(
c
,
35705817
)
--search
--search
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
99370594
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
99370594
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
@@ -14,7 +14,7 @@ function c99370594.initial_effect(c)
...
@@ -14,7 +14,7 @@ function c99370594.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--tohand
--tohand
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
99370594
,
2
))
e2
:
SetDescription
(
aux
.
Stringid
(
99370594
,
1
))
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
...
@@ -62,4 +62,4 @@ function c99370594.activate1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -62,4 +62,4 @@ function c99370594.activate1(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
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