Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
bb2aec61
Commit
bb2aec61
authored
Jul 02, 2023
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c26145.lua 添加离场重置
parent
7cc8f761
Pipeline
#22533
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
script/c26145.lua
script/c26145.lua
+2
-0
No files found.
script/c26145.lua
View file @
bb2aec61
...
@@ -81,6 +81,7 @@ function c26145.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,6 +81,7 @@ function c26145.activate(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_EQUIP
)
e2
:
SetType
(
EFFECT_TYPE_EQUIP
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
e2
:
SetValue
(
500
)
e2
:
SetValue
(
500
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e2
:
Clone
()
local
e3
=
e2
:
Clone
()
...
@@ -97,6 +98,7 @@ function c26145.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -97,6 +98,7 @@ function c26145.activate(e,tp,eg,ep,ev,re,r,rp)
e9
:
SetType
(
EFFECT_TYPE_EQUIP
)
e9
:
SetType
(
EFFECT_TYPE_EQUIP
)
e9
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e9
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e9
:
SetCode
(
EFFECT_DESTROY_SUBSTITUTE
)
e9
:
SetCode
(
EFFECT_DESTROY_SUBSTITUTE
)
e9
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
e9
:
SetValue
(
1
)
e9
:
SetValue
(
1
)
c
:
RegisterEffect
(
e9
)
c
:
RegisterEffect
(
e9
)
end
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