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
ed922540
Commit
ed922540
authored
Jan 06, 2025
by
wind2009
Committed by
GitHub
Jan 06, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add hint (#2810)
parent
3feaf19b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
2 deletions
+13
-2
c1154611.lua
c1154611.lua
+1
-0
c24903843.lua
c24903843.lua
+1
-0
c3734202.lua
c3734202.lua
+2
-0
c51606429.lua
c51606429.lua
+1
-0
c56246017.lua
c56246017.lua
+1
-0
c64765016.lua
c64765016.lua
+1
-0
c74139959.lua
c74139959.lua
+1
-1
c87800375.lua
c87800375.lua
+4
-1
c92586237.lua
c92586237.lua
+1
-0
No files found.
c1154611.lua
View file @
ed922540
...
...
@@ -7,6 +7,7 @@ function c1154611.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c1154611
.
target
)
e1
:
SetOperation
(
c1154611
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c24903843.lua
View file @
ed922540
...
...
@@ -6,6 +6,7 @@ function c24903843.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c24903843
.
target
)
e1
:
SetOperation
(
c24903843
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c3734202.lua
View file @
ed922540
...
...
@@ -13,6 +13,7 @@ function c3734202.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCountLimit
(
1
,
3734202
)
e2
:
SetCost
(
c3734202
.
spcost1
)
e2
:
SetTarget
(
c3734202
.
sptg1
)
...
...
@@ -25,6 +26,7 @@ function c3734202.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e3
:
SetCountLimit
(
1
,
3734202
)
e3
:
SetCost
(
c3734202
.
spcost2
)
e3
:
SetTarget
(
c3734202
.
sptg2
)
...
...
c51606429.lua
View file @
ed922540
...
...
@@ -6,6 +6,7 @@ function c51606429.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c51606429
.
target
)
e1
:
SetOperation
(
c51606429
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c56246017.lua
View file @
ed922540
...
...
@@ -7,6 +7,7 @@ function c56246017.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetCost
(
c56246017
.
cost
)
e1
:
SetTarget
(
c56246017
.
target
)
e1
:
SetOperation
(
c56246017
.
activate
)
...
...
c64765016.lua
View file @
ed922540
...
...
@@ -6,6 +6,7 @@ function c64765016.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_TOGRAVE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c64765016
.
target
)
e1
:
SetOperation
(
c64765016
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c74139959.lua
View file @
ed922540
...
...
@@ -40,7 +40,7 @@ function s.initial_effect(c)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetCountLimit
(
1
)
e4
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e4
:
SetHintTiming
(
TIMING_DAMAGE_STEP
,
TIMINGS_CHECK_MONSTER
+
TIMING_DAMAGE_STEP
+
TIMING_END_PHASE
)
e4
:
SetCost
(
s
.
atkcost
)
e4
:
SetOperation
(
s
.
atkop
)
c
:
RegisterEffect
(
e4
)
...
...
c87800375.lua
View file @
ed922540
...
...
@@ -40,7 +40,10 @@ function c87800375.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
DisableShuffleCheck
()
if
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
~=
0
then
ct
=
ct
-
1
end
if
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
~=
0
then
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
ct
=
ct
-
1
end
Duel
.
ShuffleHand
(
tp
)
if
ct
>
0
then
Duel
.
SortDecktop
(
tp
,
tp
,
ct
)
end
end
...
...
c92586237.lua
View file @
ed922540
...
...
@@ -77,6 +77,7 @@ function c92586237.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c92586237
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
code
)
if
g
:
GetCount
()
>
0
then
Duel
.
HintSelection
(
g
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
end
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