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
yks
pre-release-database-cdb
Commits
5aa17a54
Commit
5aa17a54
authored
Jan 27, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Tricorn the Cacophonous Concept
1效果在怪兽从场上以外破坏也能触发;2效果只要从场上离开就能触发;多属性/种族怪兽时只需要与其中一个匹配就能选为回收对象
parent
df157852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
script/c101203087.lua
script/c101203087.lua
+3
-4
No files found.
script/c101203087.lua
View file @
5aa17a54
...
...
@@ -35,7 +35,7 @@ function s.initial_effect(c)
end
end
function
s
.
spcfilter
(
c
,
tp
)
return
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
return
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
c
:
IsPreviousControler
(
tp
)
end
function
s
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
v
=
0
...
...
@@ -64,11 +64,10 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
Is
Reason
(
REASON_EFFECT
)
return
e
:
GetHandler
():
Is
PreviousLocation
(
LOCATION_ONFIELD
)
end
function
s
.
cfilter
(
c
,
race
,
att
)
return
c
:
GetRace
()
==
race
and
c
:
GetAttribute
()
==
att
and
c
:
IsFaceup
()
return
c
:
IsFaceup
()
and
bit
.
band
(
c
:
GetRace
(),
race
)
~=
0
and
bit
.
band
(
c
:
GetAttribute
(),
att
)
~=
0
end
function
s
.
thfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
...
...
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