Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
cd4f5cb8
Commit
cd4f5cb8
authored
Mar 19, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
95011314
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
script/c100338035.lua
script/c100338035.lua
+2
-1
script/c101101050.lua
script/c101101050.lua
+2
-0
No files found.
expansions/pre-release.cdb
View file @
cd4f5cb8
No preview for this file type
script/c100338035.lua
View file @
cd4f5cb8
...
@@ -138,7 +138,8 @@ function c100338035.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -138,7 +138,8 @@ function c100338035.disop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
NegateEffect
(
ev
)
Duel
.
NegateEffect
(
ev
)
end
end
function
c100338035
.
rmtg
(
e
,
c
)
function
c100338035
.
rmtg
(
e
,
c
)
return
c
:
GetOwner
()
~=
e
:
GetHandlerPlayer
()
and
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
GetOwner
()
~=
e
:
GetHandlerPlayer
()
and
not
c
:
IsLocation
(
LOCATION_OVERLAY
)
and
not
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
end
function
c100338035
.
rmcon
(
e
)
function
c100338035
.
rmcon
(
e
)
local
tp
=
e
:
GetHandlerPlayer
()
local
tp
=
e
:
GetHandlerPlayer
()
...
...
script/c101101050.lua
View file @
cd4f5cb8
...
@@ -70,6 +70,8 @@ function c101101050.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,6 +70,8 @@ function c101101050.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
CompleteProcedure
()
tc
:
CompleteProcedure
()
if
tc
:
IsFaceup
()
and
tc
:
IsCode
(
66889139
)
then
if
tc
:
IsFaceup
()
and
tc
:
IsCode
(
66889139
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
101101050
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetValue
(
2600
)
e1
:
SetValue
(
2600
)
...
...
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