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
16d99d49
Commit
16d99d49
authored
Dec 13, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
d66dfad5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c9330003.lua
expansions/script/c9330003.lua
+1
-10
No files found.
expansions/222DIY.cdb
View file @
16d99d49
No preview for this file type
expansions/script/c9330003.lua
View file @
16d99d49
...
...
@@ -29,7 +29,7 @@ function c9330003.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_CANNOT_CHANGE_CONTROL
)
c
:
RegisterEffect
(
e2
)
--
activate limit
--
Remove
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
9330003
,
0
))
e3
:
SetCategory
(
CATEGORY_REMOVE
)
...
...
@@ -94,15 +94,6 @@ function c9330003.actop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SSet
(
tp
,
tc
)
end
end
function
c9330003
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tl
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
if
tl
==
LOCATION_MZONE
and
not
re
:
IsActiveType
(
TYPE_TRAP
)
and
not
re
:
GetHandler
():
IsCode
(
9330001
)
then
Duel
.
NegateEffect
(
ev
)
end
if
tl
==
LOCATION_SZONE
and
not
re
:
IsActiveType
(
TYPE_TRAP
)
and
not
re
:
GetHandler
():
IsCode
(
9330001
)
then
Duel
.
NegateEffect
(
ev
)
end
end
function
c9330003
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
+
REASON_RITUAL
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
e
:
GetHandler
():
GetReasonCard
():
IsSetCard
(
0xaf93
)
...
...
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