Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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-scripts-888
Commits
cdcc1e37
Commit
cdcc1e37
authored
Dec 03, 2023
by
八宫一月
Committed by
GitHub
Dec 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix カオス・コア、竜装合体 ドラゴニック・ホープレイ、氷水のエジル (#2243)
* Update c54040484.lua * Update c39354437.lua * Update c75402014.lua
parent
e9e396de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
c39354437.lua
c39354437.lua
+1
-2
c54040484.lua
c54040484.lua
+0
-1
c75402014.lua
c75402014.lua
+0
-1
No files found.
c39354437.lua
View file @
cdcc1e37
...
@@ -16,7 +16,7 @@ function c39354437.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c39354437.initial_effect(c)
--spsummon
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_TRIGGER
_O
)
e3
:
SetType
(
EFFECT_TYPE_
QUICK
_O
)
e3
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e3
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
,
39354438
+
EFFECT_COUNT_CODE_SINGLE
)
e3
:
SetCountLimit
(
1
,
39354438
+
EFFECT_COUNT_CODE_SINGLE
)
...
@@ -25,7 +25,6 @@ function c39354437.initial_effect(c)
...
@@ -25,7 +25,6 @@ function c39354437.initial_effect(c)
e3
:
SetOperation
(
c39354437
.
spop
)
e3
:
SetOperation
(
c39354437
.
spop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
local
e4
=
e3
:
Clone
()
local
e4
=
e3
:
Clone
()
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_BECOME_TARGET
)
e4
:
SetCode
(
EVENT_BECOME_TARGET
)
e4
:
SetCondition
(
c39354437
.
spcon2
)
e4
:
SetCondition
(
c39354437
.
spcon2
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
...
...
c54040484.lua
View file @
cdcc1e37
...
@@ -15,7 +15,6 @@ function c54040484.initial_effect(c)
...
@@ -15,7 +15,6 @@ function c54040484.initial_effect(c)
e1
:
SetOperation
(
c54040484
.
countop
)
e1
:
SetOperation
(
c54040484
.
countop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
local
e2
=
e1
:
Clone
()
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e2
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e2
:
SetCondition
(
c54040484
.
countcon2
)
e2
:
SetCondition
(
c54040484
.
countcon2
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
...
c75402014.lua
View file @
cdcc1e37
...
@@ -16,7 +16,6 @@ function c75402014.initial_effect(c)
...
@@ -16,7 +16,6 @@ function c75402014.initial_effect(c)
e1
:
SetOperation
(
c75402014
.
eqop
)
e1
:
SetOperation
(
c75402014
.
eqop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
local
e2
=
e1
:
Clone
()
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e2
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e2
:
SetCondition
(
aux
.
TRUE
)
e2
:
SetCondition
(
aux
.
TRUE
)
c
:
RegisterEffect
(
e2
)
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