Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
115b8a36
Commit
115b8a36
authored
Jan 24, 2025
by
Mr.Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c101208069.lua
parent
f17a8e22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
script/c101208069.lua
script/c101208069.lua
+5
-4
No files found.
script/c101208069.lua
View file @
115b8a36
...
...
@@ -69,17 +69,18 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetValue
(
700
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
sc
:
RegisterEffect
(
e2
)
local
fid
=
c
:
GetFieldID
()
local
fid
=
sc
:
GetFieldID
()
sc
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
fid
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e3
:
SetCountLimit
(
1
)
e3
:
SetLabel
(
fid
)
e3
:
SetLabelObject
(
t
c
)
e3
:
SetLabelObject
(
s
c
)
e3
:
SetCondition
(
s
.
thcon1
)
e3
:
SetOperation
(
s
.
thop1
)
Duel
.
RegisterEffect
(
e
1
,
tp
)
Duel
.
RegisterEffect
(
e
3
,
tp
)
end
end
function
s
.
eqlimit
(
e
,
c
)
...
...
@@ -98,7 +99,7 @@ function s.thop1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
e
:
GetLabelObject
(),
nil
,
REASON_EFFECT
)
end
function
s
.
thcfilter
(
c
,
tp
)
return
(
c
:
IsLevelAbove
(
8
)
or
c
:
IsRankAbove
(
8
)
)
and
c
:
IsPreviousControler
(
1
-
tp
)
return
(
c
:
GetPreviousLevelOnField
()
>=
8
or
c
:
GetPreviousRankOnField
()
>=
8
)
and
c
:
IsPreviousControler
(
1
-
tp
)
end
function
s
.
thcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
thcfilter
,
1
,
nil
,
tp
)
...
...
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