Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
e60bf2b2
Commit
e60bf2b2
authored
Jul 12, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
44748dca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/script/c5012609.lua
expansions/script/c5012609.lua
+1
-1
expansions/script/c81099999.lua
expansions/script/c81099999.lua
+1
-1
expansions/script/c85481011.lua
expansions/script/c85481011.lua
+1
-1
No files found.
expansions/script/c5012609.lua
View file @
e60bf2b2
...
...
@@ -36,7 +36,7 @@ function s.initial_effect(c)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e3
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_HAND
)
e3
:
SetCountLimit
(
1
,
id
+
100
)
e3
:
SetCountLimit
(
1
,
id
)
e3
:
SetTarget
(
s
.
gsptg
)
e3
:
SetOperation
(
s
.
gspop
)
c
:
RegisterEffect
(
e3
)
...
...
expansions/script/c81099999.lua
View file @
e60bf2b2
...
...
@@ -2,5 +2,5 @@
function
c81099999
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcCode3
(
c
,
81000000
,
81011000
,
81009000
,
false
,
fals
e
)
aux
.
AddFusionProcCode3
(
c
,
81000000
,
81011000
,
81009000
,
true
,
tru
e
)
end
expansions/script/c85481011.lua
View file @
e60bf2b2
...
...
@@ -6,7 +6,7 @@ function cm.initial_effect(c)
c
:
SetSPSummonOnce
(
m
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcCodeRep
(
c
,
85481000
,
2
,
1
,
false
,
fals
e
)
aux
.
AddFusionProcCodeRep
(
c
,
85481000
,
2
,
true
,
tru
e
)
--todeck
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TODECK
)
...
...
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