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
b7f7960d
Commit
b7f7960d
authored
Jul 23, 2019
by
大崎甜花
Committed by
GitHub
Jul 23, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from purerosefallen/master
07-22 Backup
parents
69ae58ec
d7d43199
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
expansions/lflist.conf
expansions/lflist.conf
+1
-1
expansions/script/c12033005.lua
expansions/script/c12033005.lua
+2
-2
expansions/script/c77765030.lua
expansions/script/c77765030.lua
+3
-1
No files found.
expansions/lflist.conf
View file @
b7f7960d
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
12013012
0
--琉璃菊的火枪手 达芙妮
12013012
0
--琉璃菊的火枪手 达芙妮
12013007
1
--紫阳花的火枪手 伊瓦尔
12013007
1
--紫阳花的火枪手 伊瓦尔
12010016
0
--
LA
SG
Wrath
艾拉斯
12010016
0
--
LA
SG
Wrath
艾拉斯
#
12033001 0 --舞台 momoko
12033001
0
--舞台
momoko
#140
#140
14000509
2
--异态魔女·过去式
14000509
2
--异态魔女·过去式
...
...
expansions/script/c12033005.lua
View file @
b7f7960d
...
@@ -19,7 +19,7 @@ function c12033005.initial_effect(c)
...
@@ -19,7 +19,7 @@ function c12033005.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
12033005
,
0
))
e4
:
SetDescription
(
aux
.
Stringid
(
12033005
,
0
))
e4
:
SetCategory
(
CATEGORY_SEARCH
)
e4
:
SetCategory
(
CATEGORY_SEARCH
)
e4
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e4
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e4
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c77765030.lua
View file @
b7f7960d
...
@@ -76,7 +76,7 @@ function cm.initial_effect(c)
...
@@ -76,7 +76,7 @@ function cm.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetCode
(
EFFECT_SSET_COST
)
e3
:
SetCode
(
EFFECT_SSET_COST
)
e3
:
SetCost
(
function
(
e
,
c
,
tp
)
e3
:
SetCost
(
function
(
e
,
c
,
tp
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToChangeControler
,
tp
,
LOCATION_HAND
,
0
,
1
,
c
)
and
tp
==
e
:
GetHandlerPlayer
()
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToChangeControler
,
tp
,
LOCATION_HAND
,
0
,
1
,
c
)
and
tp
==
e
:
GetLabelObject
()
:
GetHandlerPlayer
()
end
)
end
)
e3
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e3
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
...
@@ -93,9 +93,11 @@ function cm.initial_effect(c)
...
@@ -93,9 +93,11 @@ function cm.initial_effect(c)
e3_
:
SetRange
(
LOCATION_SZONE
)
e3_
:
SetRange
(
LOCATION_SZONE
)
e3_
:
SetProperty
(
EFFECT_TYPE_IGNORE_RANGE
)
e3_
:
SetProperty
(
EFFECT_TYPE_IGNORE_RANGE
)
e3_
:
SetTargetRange
(
0xff
,
0xff
)
e3_
:
SetTargetRange
(
0xff
,
0xff
)
e3
:
SetLabelObject
(
e3
)
e3_
:
SetLabelObject
(
e3
)
e3_
:
SetLabelObject
(
e3
)
c
:
RegisterEffect
(
e3_
)
c
:
RegisterEffect
(
e3_
)
local
e3__
=
e3_
:
Clone
()
local
e3__
=
e3_
:
Clone
()
e5
:
SetLabelObject
(
e3__
)
e3__
:
SetLabelObject
(
e5
)
e3__
:
SetLabelObject
(
e5
)
c
:
RegisterEffect
(
e3__
)
c
:
RegisterEffect
(
e3__
)
if
not
cm
.
gchk
then
if
not
cm
.
gchk
then
...
...
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