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
3
Merge Requests
3
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
cc288422
Commit
cc288422
authored
Nov 22, 2024
by
wind2009
Committed by
GitHub
Nov 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add codelist (#2751)
parent
07cda739
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
c77672444.lua
c77672444.lua
+1
-0
c78394032.lua
c78394032.lua
+1
-0
c82556058.lua
c82556058.lua
+1
-0
No files found.
c77672444.lua
View file @
cc288422
--モーターバイオレンス
--モーターバイオレンス
---@param c Card
---@param c Card
function
c77672444
.
initial_effect
(
c
)
function
c77672444
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
82556059
)
--atk up
--atk up
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
...
...
c78394032.lua
View file @
cc288422
--モーターシェル
--モーターシェル
---@param c Card
---@param c Card
function
c78394032
.
initial_effect
(
c
)
function
c78394032
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
82556059
)
--"Motor Token" Summon
--"Motor Token" Summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOKEN
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOKEN
)
...
...
c82556058.lua
View file @
cc288422
--デモニック・モーター・Ω
--デモニック・モーター・Ω
---@param c Card
---@param c Card
function
c82556058
.
initial_effect
(
c
)
function
c82556058
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
82556059
)
--token
--token
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
82556058
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
82556058
,
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