Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
9fc2d121
Commit
9fc2d121
authored
Aug 13, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add EFFECT_FLAG_NO_CTEFFECT
parent
fd6a91ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
c5851097.lua
c5851097.lua
+1
-0
constant.lua
constant.lua
+1
-0
No files found.
c5851097.lua
View file @
9fc2d121
...
@@ -20,6 +20,7 @@ function c5851097.initial_effect(c)
...
@@ -20,6 +20,7 @@ function c5851097.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetProperty
(
EFFECT_FLAG_NO_CTEFFECT
)
e3
:
SetCondition
(
c5851097
.
descon
)
e3
:
SetCondition
(
c5851097
.
descon
)
e3
:
SetTarget
(
c5851097
.
destg
)
e3
:
SetTarget
(
c5851097
.
destg
)
e3
:
SetOperation
(
c5851097
.
desop
)
e3
:
SetOperation
(
c5851097
.
desop
)
...
...
constant.lua
View file @
9fc2d121
...
@@ -283,6 +283,7 @@ EFFECT_FLAG_OWNER_RELATE =0x1000000 --持續成為對象
...
@@ -283,6 +283,7 @@ EFFECT_FLAG_OWNER_RELATE =0x1000000 --持續成為對象
EFFECT_FLAG_AVAILABLE_BD
=
0x2000000
--战斗破坏确定时效果也适用(纳祭之魔 地狱战士)
EFFECT_FLAG_AVAILABLE_BD
=
0x2000000
--战斗破坏确定时效果也适用(纳祭之魔 地狱战士)
EFFECT_FLAG_CLIENT_HINT
=
0x4000000
--客户端提示
EFFECT_FLAG_CLIENT_HINT
=
0x4000000
--客户端提示
EFFECT_FLAG_CHAIN_UNIQUE
=
0x8000000
--N/A
EFFECT_FLAG_CHAIN_UNIQUE
=
0x8000000
--N/A
EFFECT_FLAG_NO_CTEFFECT
=
0x8000000
--不能在魔法陷阱发动之后立即适用(虚无空间)
EFFECT_FLAG_NAGA
=
0x10000000
--N/A
EFFECT_FLAG_NAGA
=
0x10000000
--N/A
EFFECT_FLAG_COF
=
0x20000000
--N/A
EFFECT_FLAG_COF
=
0x20000000
--N/A
EFFECT_FLAG_CVAL_CHECK
=
0x40000000
--N/A
EFFECT_FLAG_CVAL_CHECK
=
0x40000000
--N/A
...
...
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