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
Vury Leo
pre-release-database-cdb
Commits
fb350645
Commit
fb350645
authored
Dec 18, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-7' into 'master'
Fix 紋章獣スタット・ホエール See merge request
!159
parents
b400f2c9
6c37c690
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
script/c101208010.lua
script/c101208010.lua
+6
-2
No files found.
script/c101208010.lua
View file @
fb350645
...
@@ -81,9 +81,9 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,9 +81,9 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_XYZ_MATERIAL
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_XYZ_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_RANGE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_RANGE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTargetRange
(
0x
ff
,
0
)
e2
:
SetTargetRange
(
0x
7f
,
0x7f
)
e2
:
SetTarget
(
s
.
tlmtg
)
e2
:
SetTarget
(
s
.
tlmtg
)
e2
:
SetValue
(
1
)
e2
:
SetValue
(
s
.
tlmval
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
Duel
.
RegisterEffect
(
e2
,
tp
)
--must material
--must material
...
@@ -111,3 +111,7 @@ end
...
@@ -111,3 +111,7 @@ end
function
s
.
tlmtg
(
e
,
c
)
function
s
.
tlmtg
(
e
,
c
)
return
not
c
:
IsOriginalSetCard
(
0x76
,
0x48
)
return
not
c
:
IsOriginalSetCard
(
0x76
,
0x48
)
end
end
function
s
.
tlmval
(
e
,
c
)
if
not
c
then
return
false
end
return
c
:
GetControler
()
==
e
:
GetOwnerPlayer
()
end
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