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
2312a781
Commit
2312a781
authored
Apr 14, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctv
parent
b82825e1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
expansions/pics/65050257.jpg
expansions/pics/65050257.jpg
+0
-0
expansions/script/c33310211.lua
expansions/script/c33310211.lua
+5
-5
expansions/script/c33310213.lua
expansions/script/c33310213.lua
+4
-3
expansions/script/c65071158.lua
expansions/script/c65071158.lua
+1
-0
No files found.
expansions/pics/65050257.jpg
View replaced file @
b82825e1
View file @
2312a781
52.7 KB
|
W:
|
H:
52.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c33310211.lua
View file @
2312a781
...
...
@@ -80,11 +80,11 @@ function c33310211.opdisable(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
GetOperatedGroup
()
local
gc
=
g
:
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
gc
)
--
local e1=Effect.CreateEffect(e:GetHandler())
--
e1:SetType(EFFECT_TYPE_SINGLE)
--
e1:SetCode(EFFECT_PUBLIC)
--
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
--
gc:RegisterEffect(e1)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_PUBLIC
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
gc
:
RegisterEffect
(
e1
)
if
gc
:
IsSetCard
(
0x551
)
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
33310211
,
3
))
then
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
...
...
expansions/script/c33310213.lua
View file @
2312a781
...
...
@@ -18,8 +18,9 @@ function c33310213.initial_effect(c)
--forbidden
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_FORBIDDEN
)
--
e2:SetCode(EFFECT_FORBIDDEN)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetTargetRange
(
LOCATION_HAND
,
LOCATION_HAND
)
e2
:
SetTarget
(
c33310213
.
bantg
)
c
:
RegisterEffect
(
e2
)
...
...
@@ -30,7 +31,7 @@ function c33310213.initial_effect(c)
e7
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
c
:
RegisterEffect
(
e7
)
local
e8
=
e2
:
Clone
()
e8
:
SetCode
(
EFFECT_CANNOT_
ACTIVATE
)
e8
:
SetCode
(
EFFECT_CANNOT_
TRIGGER
)
c
:
RegisterEffect
(
e8
)
--special summon
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -92,7 +93,7 @@ function c33310213.activate(e,tp,eg,ep,ev,re,r,rp,chk)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
local
tc
=
e
:
GetLabelObject
()
if
tc
:
IsRelateToEffect
(
e
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_PUBLIC
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
...
...
expansions/script/c65071158.lua
View file @
2312a781
...
...
@@ -97,6 +97,7 @@ function c65071158.tg(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RegisterFlagEffect
(
65071158
,
RESET_CHAIN
,
0
,
1
)
end
function
c65071158
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
op
=
e
:
GetLabel
()
if
op
==
0
then
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c65071158
.
tgfil1
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
tp
)
local
tc1
=
g1
:
GetFirst
()
...
...
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