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
e74afb12
Commit
e74afb12
authored
Mar 16, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
33b571a6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
picn/101101015.jpg
picn/101101015.jpg
+0
-0
pics/101101015.jpg
pics/101101015.jpg
+0
-0
script/c101101012.lua
script/c101101012.lua
+1
-1
script/c101101041.lua
script/c101101041.lua
+1
-1
No files found.
expansions/pre-release.cdb
View file @
e74afb12
No preview for this file type
picn/101101015.jpg
View replaced file @
33b571a6
View file @
e74afb12
72.6 KB
|
W:
|
H:
72.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
pics/101101015.jpg
View replaced file @
33b571a6
View file @
e74afb12
23.4 KB
|
W:
|
H:
23.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
script/c101101012.lua
View file @
e74afb12
...
@@ -44,7 +44,7 @@ function c101101012.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -44,7 +44,7 @@ function c101101012.operation(e,tp,eg,ep,ev,re,r,rp)
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
local
lv
=
e
:
GetLabel
()
local
lv
=
e
:
GetLabel
()
if
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
==
1
if
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
==
1
and
lv
>
0
and
c
:
GetLevel
()
~=
lv
and
Duel
.
SelectYesNo
(
aux
.
Stringid
(
101101012
,
2
))
then
and
lv
>
0
and
c
:
GetLevel
()
~=
lv
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
101101012
,
2
))
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
script/c101101041.lua
View file @
e74afb12
...
@@ -41,7 +41,7 @@ end
...
@@ -41,7 +41,7 @@ end
function
c101101041
.
tgfilter2
(
c
)
function
c101101041
.
tgfilter2
(
c
)
return
c
:
IsType
(
TYPE_EQUIP
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsAbleToGrave
()
return
c
:
IsType
(
TYPE_EQUIP
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsAbleToGrave
()
end
end
function
c101101041
.
thfilter
1
(
c
)
function
c101101041
.
thfilter
2
(
c
)
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsAbleToHand
()
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsAbleToHand
()
end
end
function
c101101041
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c101101041
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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