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
d5747ceb
Commit
d5747ceb
authored
May 27, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add list name Red Dragon Archfiend
parent
7f8dfb55
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
1 deletion
+6
-1
c18634367.lua
c18634367.lua
+1
-0
c24566654.lua
c24566654.lua
+1
-0
c2542230.lua
c2542230.lua
+1
-0
c50215517.lua
c50215517.lua
+1
-0
c77336644.lua
c77336644.lua
+1
-1
c87614611.lua
c87614611.lua
+1
-0
No files found.
c18634367.lua
View file @
d5747ceb
--スクリーン・オブ・レッド
--スクリーン・オブ・レッド
function
c18634367
.
initial_effect
(
c
)
function
c18634367
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
70902743
)
--activate
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
c24566654.lua
View file @
d5747ceb
--クリムゾン・ヘルフレア
--クリムゾン・ヘルフレア
function
c24566654
.
initial_effect
(
c
)
function
c24566654
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
70902743
)
--reflect
--reflect
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
c2542230.lua
View file @
d5747ceb
--スカーレッド・コクーン
--スカーレッド・コクーン
function
c2542230
.
initial_effect
(
c
)
function
c2542230
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
70902743
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
...
...
c50215517.lua
View file @
d5747ceb
--クリムゾン・ヘル・セキュア
--クリムゾン・ヘル・セキュア
function
c50215517
.
initial_effect
(
c
)
function
c50215517
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
70902743
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
...
...
c77336644.lua
View file @
d5747ceb
--レッド・デーモンズ・ドラゴン/バスター
--レッド・デーモンズ・ドラゴン/バスター
function
c77336644
.
initial_effect
(
c
)
function
c77336644
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
80280737
)
aux
.
AddCodeList
(
c
,
80280737
,
70902743
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--Cannot special summon
--Cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c87614611.lua
View file @
d5747ceb
--紅蓮魔竜の壺
--紅蓮魔竜の壺
function
c87614611
.
initial_effect
(
c
)
function
c87614611
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
70902743
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetCategory
(
CATEGORY_DRAW
)
...
...
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