Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
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
Soulgamer
ygopro-222DIY-cards
Commits
b0c3e75e
Commit
b0c3e75e
authored
Jun 19, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rar
parent
94d1c752
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/script/c12030005.lua
expansions/script/c12030005.lua
+2
-2
expansions/script/c33301000.lua
expansions/script/c33301000.lua
+1
-0
No files found.
expansions/script/c12030005.lua
View file @
b0c3e75e
...
...
@@ -6,7 +6,7 @@ cm.rssetcode="yatori"
function
cm
.
initial_effect
(
c
)
local
e1
=
rsef
.
QO
(
c
,
nil
,{
m
,
0
},
nil
,
"sp"
,
nil
,
LOCATION_HAND
,
nil
,
cm
.
spcost
,
cm
.
sptg
,
cm
.
spop
)
local
e2
=
rsef
.
STO
(
c
,
EVENT_SPSUMMON_SUCCESS
,{
m
,
1
},
nil
,
"sp"
,
"tg,de"
,
nil
,
nil
,
rstg
.
target
({
cm
.
cfilter
,
nil
,
LOCATION_MZONE
,
LOCATION_MZONE
}),
cm
.
lvop
)
local
e3
=
rsef
.
STO
(
c
,
EVENT_TO_GRAVE
,{
m
,
3
},
nil
,
"c
on
"
,
"tg,de"
,
cm
.
ctcon
,
nil
,
rstg
.
target
({
cm
.
ctfilter
,
nil
,
0
,
LOCATION_MZONE
}),
cm
.
ctop
)
local
e3
=
rsef
.
STO
(
c
,
EVENT_TO_GRAVE
,{
m
,
3
},
nil
,
"c
trl
"
,
"tg,de"
,
cm
.
ctcon
,
nil
,
rstg
.
target
({
cm
.
ctfilter
,
nil
,
0
,
LOCATION_MZONE
}),
cm
.
ctop
)
end
function
cm
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
@@ -36,7 +36,7 @@ function cm.lvop(e,tp)
if
tc
:
IsLevelAbove
(
1
)
then
lv
=
tc
:
GetLevel
()
else
lv
=
tc
:
GetRank
()
end
local
e1
=
rsef
.
SV_CHANGE
(
c
,
"lv"
,
lv
,
nil
,
rsreset
.
est
+
RESET_DISABLE
)
local
e1
=
rsef
.
SV_CHANGE
(
c
,
nil
,
lv
,
nil
,
rsreset
.
est
+
RESET_DISABLE
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
nil
)
if
#
g
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
2
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
...
...
expansions/script/c33301000.lua
View file @
b0c3e75e
--尺酱的外包
if
not
pcall
(
function
()
require
(
"expansions/script/c10199990"
)
end
)
then
require
(
"script/c10199990"
)
end
rsof
.
SelectHint
=
rshint
.
Select
--[[
DIY Record
...
...
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