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
Ai
ygopro-222DIY-cards
Commits
2591d303
Commit
2591d303
authored
Jul 08, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
cf7b1806
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/script/c17060947.lua
expansions/script/c17060947.lua
+1
-1
expansions/script/c33330105.lua
expansions/script/c33330105.lua
+1
-1
No files found.
expansions/script/c17060947.lua
View file @
2591d303
...
...
@@ -5,7 +5,7 @@ function cm.initial_effect(c)
c
:
SetSPSummonOnce
(
17060947
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionType
,
TYPE_PENDULUM
),
cm
.
ffilter
,
fals
e
)
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionType
,
TYPE_PENDULUM
),
cm
.
ffilter
,
tru
e
)
aux
.
EnablePendulumAttribute
(
c
,
false
)
--atk up
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c33330105.lua
View file @
2591d303
...
...
@@ -130,5 +130,5 @@ function cm.spfilter(c,e,tp)
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsSetCard
(
0x551
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
spop
(
e
,
tp
)
local
ct
,
og
=
rsop
.
SelectSpecialSummon
(
tp
,
cm
.
spfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
aux
.
ExceptThisCard
(
e
),{
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
,
nil
,
rssf
.
SummonBuff
(
nil
,
true
,
nil
,
nil
,
true
)
},
e
,
tp
)
local
ct
,
og
=
rsop
.
SelectSpecialSummon
(
tp
,
cm
.
spfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
aux
.
ExceptThisCard
(
e
),{
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
,
nil
,
{
"dis,dise"
,
true
},
"des"
},
e
,
tp
)
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