Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
ygopro-scripts-888
Commits
eddb2bc0
Commit
eddb2bc0
authored
Feb 12, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into master
parents
2728c4a7
5d9d3779
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
5 deletions
+2
-5
c21960890.lua
c21960890.lua
+0
-1
c31809476.lua
c31809476.lua
+1
-0
c77571454.lua
c77571454.lua
+1
-0
c81560239.lua
c81560239.lua
+0
-3
c94749594.lua
c94749594.lua
+0
-1
No files found.
c21960890.lua
View file @
eddb2bc0
--Dark Necromancer
local
s
,
id
,
o
=
GetID
()
---@param c Card
function
s
.
initial_effect
(
c
)
--Tograve
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c31809476.lua
View file @
eddb2bc0
--紋章の明滅
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
77571455
)
--change code
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
...
...
c77571454.lua
View file @
eddb2bc0
--No.69 紋章神コート・オブ・アームズ-ゴッド・レイジ
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
77571455
)
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
5
)
c
:
EnableReviveLimit
()
...
...
c81560239.lua
View file @
eddb2bc0
...
...
@@ -103,10 +103,7 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
goto
cancel2
end
tc
:
SetMaterial
(
mat
)
local
mat2
=
mat
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
):
Filter
(
Card
.
IsRace
,
nil
,
RACE_REPTILE
)
mat
:
Sub
(
mat2
)
Duel
.
ReleaseRitualMaterial
(
mat
)
Duel
.
SendtoGrave
(
mat2
,
REASON_EFFECT
+
REASON_MATERIAL
+
REASON_RITUAL
+
REASON_RELEASE
)
Duel
.
BreakEffect
()
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
...
...
c94749594.lua
View file @
eddb2bc0
--Curse of the Ancient Turtle
local
s
,
id
,
o
=
GetID
()
---@param c Card
function
s
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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