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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
2ce1d392
Commit
2ce1d392
authored
Sep 15, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
4f16f001
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
1 deletion
+2
-1
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/85401630.jpg
expansions/pics/85401630.jpg
+0
-0
expansions/pics/85401660.jpg
expansions/pics/85401660.jpg
+0
-0
expansions/pics/9310029.jpg
expansions/pics/9310029.jpg
+0
-0
expansions/script/c13959997.lua
expansions/script/c13959997.lua
+1
-1
expansions/script/c81007007.lua
expansions/script/c81007007.lua
+1
-0
No files found.
expansions/222DIY.cdb
View file @
2ce1d392
No preview for this file type
expansions/pics/85401630.jpg
View replaced file @
4f16f001
View file @
2ce1d392
15 KB
|
W:
|
H:
15.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/85401660.jpg
View replaced file @
4f16f001
View file @
2ce1d392
14.3 KB
|
W:
|
H:
15.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/9310029.jpg
View replaced file @
4f16f001
View file @
2ce1d392
170 KB
|
W:
|
H:
170 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c13959997.lua
View file @
2ce1d392
...
...
@@ -249,7 +249,7 @@ function this.createSkill(c,cc,n,desc,needtg)
e
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
|
EFFECT_FLAG_SET_AVAILABLE
|
EFFECT_FLAG_CANNOT_DISABLE
|
EFFECT_FLAG_CANNOT_INACTIVATE
|
EFFECT_FLAG_CANNOT_NEGATE
|
EFFECT_FLAG_UNCOPYABLE
|
EFFECT_FLAG_CARD_TARGET
)
end
e
:
SetRange
(
LOCATION_DECK
|
LOCATION_HAND
|
LOCATION_MZONE
|
LOCATION_SZONE
|
LOCATION_GRAVE
|
LOCATION_REMOVED
)
e
:
SetCountLimit
(
n
,
cc
)
e
:
SetCountLimit
(
n
,
EFFECT_COUNT_CODE_DUEL
|
cc
)
e
:
SetDescription
(
desc
)
return
e
end
expansions/script/c81007007.lua
View file @
2ce1d392
...
...
@@ -28,6 +28,7 @@ function cm.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCountLimit
(
1
,
m
+
900
)
e2
:
SetCondition
(
cm
.
thcon
)
e2
:
SetTarget
(
cm
.
thtg
)
e2
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e2
)
...
...
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