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
22384a34
Commit
22384a34
authored
May 23, 2025
by
zengsxing
Committed by
GitHub
May 23, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add codelist (#2944)
parent
bb0fc04d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
c59094601.lua
c59094601.lua
+1
-0
c79339613.lua
c79339613.lua
+1
-0
c79868386.lua
c79868386.lua
+1
-1
c85182315.lua
c85182315.lua
+1
-0
c85758066.lua
c85758066.lua
+1
-0
No files found.
c59094601.lua
View file @
22384a34
--蘇りし天空神
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000020
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
...
...
c79339613.lua
View file @
22384a34
--ソウルエナジーMAX!!
function
c79339613
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000000
)
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DESTROY
+
CATEGORY_DAMAGE
)
...
...
c79868386.lua
View file @
22384a34
--ゴッド・ハンド・クラッシャー
function
c79868386
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
100000
3
0
)
aux
.
AddCodeList
(
c
,
100000
0
0
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DESTROY
+
CATEGORY_DISABLE
)
...
...
c85182315.lua
View file @
22384a34
--粉砕せし破壊神
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000000
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
...
...
c85758066.lua
View file @
22384a34
--機械じかけのマジックミラー
function
c85758066
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000000
)
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
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