Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
Reinen
ygopro-scripts
Commits
10c2806e
Commit
10c2806e
authored
Apr 30, 2020
by
mallu11
Committed by
GitHub
Apr 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update about ラーの翼神竜 (#1384)
parent
6408a720
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
c10000040.lua
c10000040.lua
+1
-0
c10000080.lua
c10000080.lua
+1
-0
c10000090.lua
c10000090.lua
+1
-0
c74875003.lua
c74875003.lua
+1
-0
No files found.
c10000040.lua
View file @
10c2806e
--光の創造神 ホルアクティ
function
c10000040
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000010
)
c
:
EnableReviveLimit
()
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c10000080.lua
View file @
10c2806e
--ラーの翼神竜-球体形
function
c10000080
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000010
)
Duel
.
EnableGlobalFlag
(
GLOBALFLAG_BRAINWASHING_CHECK
)
--summon with 3 tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c10000090.lua
View file @
10c2806e
--ラーの翼神竜-不死鳥
function
c10000090
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000010
)
c
:
EnableReviveLimit
()
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c74875003.lua
View file @
10c2806e
--ラーの使徒
function
c74875003
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000010
)
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
74875003
,
0
))
...
...
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