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
八宫一月
pre-release-database-cdb
Commits
a0dce312
Commit
a0dce312
authored
Sep 11, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-1' into 'master'
fix ARG☆S See merge request
mycard/pre-release-database-cdb!113
parents
1e99aebd
749603bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/c101207071.lua
script/c101207071.lua
+1
-1
script/c101207072.lua
script/c101207072.lua
+1
-1
script/c101207073.lua
script/c101207073.lua
+1
-1
No files found.
script/c101207071.lua
View file @
a0dce312
...
...
@@ -53,7 +53,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
GetFlagEffect
(
id
)
==
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x2c3
,
TYPES_EFFECT_TRAP_MONSTER
,
2000
,
2000
,
4
,
RACE_WARRIOR
,
ATTRIBUTE_LIGHT
)
end
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
0x7e0000
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESET_TODECK
+
RESET_TOHAND
+
RESET_TEMP_REMOVE
+
RESET_REMOVE
+
RESET_TOGRAVE
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
s
.
thfilter
(
c
)
...
...
script/c101207072.lua
View file @
a0dce312
...
...
@@ -54,7 +54,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
GetFlagEffect
(
id
)
==
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x2c3
,
TYPES_EFFECT_TRAP_MONSTER
,
1800
,
1800
,
4
,
RACE_WARRIOR
,
ATTRIBUTE_LIGHT
)
end
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
0x7e0000
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESET_TODECK
+
RESET_TOHAND
+
RESET_TEMP_REMOVE
+
RESET_REMOVE
+
RESET_TOGRAVE
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
script/c101207073.lua
View file @
a0dce312
...
...
@@ -50,7 +50,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
GetFlagEffect
(
id
)
==
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x2c3
,
TYPES_EFFECT_TRAP_MONSTER
,
800
,
800
,
4
,
RACE_WARRIOR
,
ATTRIBUTE_LIGHT
)
end
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
0x7e0000
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESET_TODECK
+
RESET_TOHAND
+
RESET_TEMP_REMOVE
+
RESET_REMOVE
+
RESET_TOGRAVE
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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