Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
HiiragiGuardians
ygopro-THC-cards
Commits
b9ac8faa
Commit
b9ac8faa
authored
Apr 17, 2024
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp workaround of stater fields
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
abc984cf
Pipeline
#26552
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
script/c13940010.lua
script/c13940010.lua
+2
-0
script/c14000260.lua
script/c14000260.lua
+9
-0
No files found.
script/c13940010.lua
View file @
b9ac8faa
...
...
@@ -30,7 +30,9 @@ function this.op1(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
g
=
Group
.
CreateGroup
()
for
i
,
v
in
ipairs
(
this
.
searchCardList
)
do
wyykak_reboot_code
=
v
g
:
AddCard
(
Duel
.
CreateToken
(
tp
,
v
))
wyykak_reboot_code
=
nil
end
if
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
>
0
then
g
=
g
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_HAND
)
...
...
script/c14000260.lua
View file @
b9ac8faa
...
...
@@ -2,6 +2,15 @@
local
m
=
14000260
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
if
wyykak_reboot_code
and
wyykak_reboot_code
~=
m
then
local
nm
=
wyykak_reboot_code
_G
[
"c"
..
nm
]
=
{}
local
ncm
=
_G
[
"c"
..
nm
]
Duel
.
LoadScript
(
"c"
..
nm
..
".lua"
)
ncm
.
initial_effect
(
c
)
return
end
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
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