Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
specials
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
JoyJ
specials
Commits
6c5c0e28
Commit
6c5c0e28
authored
Jun 07, 2021
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7a487a49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
TimeTwister4/special.lua
TimeTwister4/special.lua
+13
-11
No files found.
TimeTwister4/special.lua
View file @
6c5c0e28
--所有起动效果变为2速。
--游戏开始时,后攻者抽2张卡。
--
--
每个回合开始时,非回合玩家将【灰流丽】【效果遮蒙者】【原始生命态尼比鲁】【增殖的G】【幽鬼兔】中的随机1张加入手卡。回合结束时,那张卡里侧表示除外。
local
OrigSetType
=
Effect
.
SetType
CUNGUI
=
{}
function
Auxiliary
.
PreloadUds
()
Effect
.
SetType
=
function
(
e
,
typ
)
if
typ
==
EFFECT_TYPE_IGNITION
then
typ
=
EFFECT_TYPE_QUICK_O
end
if
typ
==
EFFECT_TYPE_IGNITION
then
typ
=
EFFECT_TYPE_QUICK_O
e
:
SetCode
(
EVENT_FREE_CHAIN
)
end
OrigSetType
(
e
,
typ
)
end
--
1
more draw
--
2
more draw
local
e1
=
Effect
.
GlobalEffect
()
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
...
...
@@ -22,8 +26,6 @@ function Auxiliary.PreloadUds()
Auxiliary
.
PreloadUds2
()
end
CUNGUI
=
{}
function
Auxiliary
.
PreloadUds2
()
--adjust
local
e1
=
Effect
.
GlobalEffect
()
...
...
@@ -46,7 +48,7 @@ function CUNGUI.GetRandomNumber()
end
function
CUNGUI
.
AdjustOperation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
Duel
.
GetTurnPlayer
()
tp
=
1
-
Duel
.
GetTurnPlayer
()
local
g
=
Group
.
CreateGroup
()
local
cards
=
{
23434538
,
27204311
,
14558127
,
59438930
,
97268402
}
local
add
=
Duel
.
CreateToken
(
tp
,
cards
[
CUNGUI
.
GetRandomNumber
()])
...
...
@@ -66,6 +68,6 @@ function CUNGUI.rmop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
e
:
GetLabelObject
()
if
tc
:
GetFlagEffect
(
23456789
)
>
0
then
Duel
.
Remove
(
tc
,
POS_FACEDOWN
,
REASON_EFFECT
)
e
:
Reset
()
end
end
?
\ No newline at end of file
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