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
c7b26c3e
Commit
c7b26c3e
authored
Nov 04, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
2ace2951
Pipeline
#41488
passed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
script/c100253004.lua
script/c100253004.lua
+18
-14
No files found.
script/c100253004.lua
View file @
c7b26c3e
...
@@ -60,6 +60,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,6 +60,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetValue
(
-
500
)
e2
:
SetValue
(
-
500
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
if
tc
:
IsHasEffect
(
EFFECT_REVERSE_UPDATE
)
then
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e3
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
...
@@ -68,6 +69,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -68,6 +69,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetValue
(
s
.
efilter
)
e3
:
SetValue
(
s
.
efilter
)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e3
)
tc
:
RegisterEffect
(
e3
)
end
elseif
d
==
3
or
d
==
6
then
elseif
d
==
3
or
d
==
6
then
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
@@ -75,6 +77,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,6 +77,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetValue
(
1000
)
e4
:
SetValue
(
1000
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e4
)
tc
:
RegisterEffect
(
e4
)
if
tc
:
IsHasEffect
(
EFFECT_REVERSE_UPDATE
)
then
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
e5
:
SetCode
(
EFFECT_EXTRA_ATTACK_MONSTER
)
e5
:
SetCode
(
EFFECT_EXTRA_ATTACK_MONSTER
)
...
@@ -82,6 +85,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,6 +85,7 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
e5
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e5
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e5
)
tc
:
RegisterEffect
(
e5
)
end
end
end
end
end
function
s
.
indct
(
e
,
re
,
r
,
rp
)
function
s
.
indct
(
e
,
re
,
r
,
rp
)
if
bit
.
band
(
r
,
REASON_BATTLE
+
REASON_EFFECT
)
~=
0
then
if
bit
.
band
(
r
,
REASON_BATTLE
+
REASON_EFFECT
)
~=
0
then
...
...
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