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
REIKAI
ygopro-222DIY-cards
Commits
94ee6fd4
Commit
94ee6fd4
authored
Dec 01, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c18700276.lua
parent
d7af8e22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
expansions/script/c18700276.lua
expansions/script/c18700276.lua
+4
-4
No files found.
expansions/script/c18700276.lua
View file @
94ee6fd4
...
...
@@ -15,9 +15,6 @@ function cm.initial_effect(c)
e1
:
SetTarget
(
cm
.
sumtg
)
e1
:
SetOperation
(
cm
.
sumop
)
c
:
RegisterEffect
(
e1
)
local
e4
=
e3
:
Clone
()
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e4
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
...
...
@@ -35,6 +32,9 @@ function cm.initial_effect(c)
e3
:
SetCondition
(
cm
.
sumcon2
)
e3
:
SetOperation
(
cm
.
sumop2
)
c
:
RegisterEffect
(
e3
)
local
e4
=
e3
:
Clone
()
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e4
)
end
function
cm
.
filter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_WIND
)
and
c
:
IsDiscardable
()
...
...
@@ -55,7 +55,7 @@ function cm.sumop(e,tp,eg,ep,ev,re,r,rp)
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetCode
(
EFFECT_EXTRA_SUMMON_COUNT
)
e0
:
SetTargetRange
(
LOCATION_HAND
+
LOCATION_MZONE
,
0
)
e0
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
SetCard
,
0x8e
))
e0
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
Attribute
,
ATTRIBUTE_WIND
))
e0
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e0
,
tp
)
end
...
...
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