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
5937b2b5
Commit
5937b2b5
authored
Jan 20, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
3ac88f95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
c34568783.lua
c34568783.lua
+1
-5
c8173184.lua
c8173184.lua
+2
-1
c96402918.lua
c96402918.lua
+0
-1
No files found.
c34568783.lua
View file @
5937b2b5
...
@@ -22,8 +22,6 @@ function s.initial_effect(c)
...
@@ -22,8 +22,6 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
thop
)
e2
:
SetOperation
(
s
.
thop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
--change
function
s
.
cgfilter
(
c
,
mc
)
function
s
.
cgfilter
(
c
,
mc
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x2
)
and
c
:
IsAbleToRemove
()
and
not
c
:
IsAttribute
(
mc
:
GetAttribute
())
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x2
)
and
c
:
IsAbleToRemove
()
and
not
c
:
IsAttribute
(
mc
:
GetAttribute
())
end
end
...
@@ -46,7 +44,7 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -46,7 +44,7 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
if
c
:
IsFaceup
()
and
tc
:
IsType
(
TYPE_TUNER
)
and
not
c
:
IsType
(
TYPE_TUNER
)
if
c
:
IsFaceup
()
and
tc
:
IsType
(
TYPE_TUNER
)
and
not
c
:
IsType
(
TYPE_TUNER
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
@@ -58,8 +56,6 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,8 +56,6 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
end
end
--to hand
function
s
.
cfilter
(
c
)
function
s
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x2
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x2
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
end
end
...
...
c8173184.lua
View file @
5937b2b5
--リペア・ジェネクス・コントローラー
--リペア・ジェネクス・コントローラー
--not fully implemented
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--link summon
--link summon
...
@@ -161,4 +162,4 @@ function s.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
...
@@ -161,4 +162,4 @@ function s.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
g
:
Merge
(
sg
)
g
:
Merge
(
sg
)
end
end
Duel
.
SetSynchroMaterial
(
g
)
Duel
.
SetSynchroMaterial
(
g
)
end
end
\ No newline at end of file
c96402918.lua
View file @
5937b2b5
--氷霊山の龍祖 ランセア
--氷霊山の龍祖 ランセア
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
...
...
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