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
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
Commits
a4e59873
Commit
a4e59873
authored
Feb 16, 2016
by
woodee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timing
parent
b3ea79ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
c59822133.lua
c59822133.lua
+1
-1
c96864811.lua
c96864811.lua
+1
-0
constant.lua
constant.lua
+3
-0
No files found.
c59822133.lua
View file @
a4e59873
...
...
@@ -29,7 +29,7 @@ function c59822133.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
59822133
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetHintTiming
(
0
,
TIMING
_END_PHAS
E
)
e3
:
SetHintTiming
(
0
,
TIMING
S_CHECK_MONSTER_
E
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCondition
(
c59822133
.
spcon
)
...
...
c96864811.lua
View file @
a4e59873
...
...
@@ -7,6 +7,7 @@ function c96864811.initial_effect(c)
e1
:
SetHintTiming
(
TIMING_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER_E
)
e1
:
SetCondition
(
c96864811
.
condition
)
e1
:
SetTarget
(
c96864811
.
target
)
e1
:
SetOperation
(
c96864811
.
activate
)
...
...
constant.lua
View file @
a4e59873
...
...
@@ -665,6 +665,9 @@ TIMING_TOGRAVE =0x800000 --进墓地时点
TIMING_BATTLE_PHASE
=
0x1000000
--战斗阶段时点
TIMING_EQUIP
=
0x2000000
--装备时点
TIMING_BATTLE_STEP_END
=
0x4000000
--
----组合时点
TIMINGS_CHECK_MONSTER
=
0x1c0
-- 怪兽正面上场
TIMINGS_CHECK_MONSTER_E
=
0x1e0
-- 怪兽正面上场 + EP
--Global flag --特殊标记
GLOBALFLAG_DECK_REVERSE_CHECK
=
0x1
--卡组翻转标记
GLOBALFLAG_BRAINWASHING_CHECK
=
0x2
--洗脑解除标记
...
...
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