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
06e10725
Commit
06e10725
authored
Feb 28, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rover
parent
02e44354
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
112 deletions
+113
-112
expansions/script/c60159915.lua
expansions/script/c60159915.lua
+112
-112
expansions/script/c66915003.lua
expansions/script/c66915003.lua
+1
-0
No files found.
expansions/script/c60159915.lua
View file @
06e10725
--地狱使者亲临
function
c60159915
.
initial_effect
(
c
)
aux
.
AddRitualProcGreaterCode
(
c
,
60159914
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
@@ -21,7 +22,6 @@ function c60159915.initial_effect(c)
e2
:
SetOperation
(
c60159915
.
activate
)
c
:
RegisterEffect
(
e2
)
end
c60159915
.
fit_monster
=
{
60159914
}
function
c60159915
.
filter
(
c
,
e
,
tp
,
m
)
if
not
c
:
IsCode
(
60159914
)
or
bit
.
band
(
c
:
GetType
(),
0x81
)
~=
0x81
or
not
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_RITUAL
,
tp
,
true
,
true
)
...
...
expansions/script/c66915003.lua
View file @
06e10725
...
...
@@ -44,6 +44,7 @@ function c66915003.initial_effect(c)
e5
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e5
:
SetTarget
(
c66915003
.
eftg
)
e5
:
SetLabelObject
(
e3
)
c
:
RegisterEffect
(
e5
)
--spsummon limit
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
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