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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
3ab8a4da
Commit
3ab8a4da
authored
Aug 20, 2024
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b24da63c
Pipeline
#29298
passed with stages
in 29 minutes and 55 seconds
Changes
12
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
15 deletions
+16
-15
expansions/script/c60010145.lua
expansions/script/c60010145.lua
+1
-1
expansions/script/c60010147.lua
expansions/script/c60010147.lua
+1
-1
expansions/script/c60010148.lua
expansions/script/c60010148.lua
+4
-4
expansions/script/c60010149.lua
expansions/script/c60010149.lua
+1
-1
expansions/script/c60010151.lua
expansions/script/c60010151.lua
+1
-1
expansions/script/c60010153.lua
expansions/script/c60010153.lua
+1
-1
expansions/script/c60010155.lua
expansions/script/c60010155.lua
+1
-1
expansions/script/c60010157.lua
expansions/script/c60010157.lua
+1
-1
expansions/script/c60010159.lua
expansions/script/c60010159.lua
+1
-1
expansions/script/c60010161.lua
expansions/script/c60010161.lua
+1
-1
expansions/script/c60010163.lua
expansions/script/c60010163.lua
+1
-1
expansions/script/c60010165.lua
expansions/script/c60010165.lua
+2
-1
No files found.
expansions/script/c60010145.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010147.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010148.lua
View file @
3ab8a4da
...
...
@@ -40,14 +40,14 @@ if not cm.cnum then
cm
.
cnum
=
0
end
function
cm
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
--Debug.Message(cm.cnum)
local
c
=
e
:
GetHandler
()
local
i
=
c
:
GetControler
()
--Debug.Message(Duel.GetCounter(i,LOCATION_ONFIELD,0,0x629)-c:GetCounter(0x629))
local
nnum
=
Duel
.
GetCounter
(
i
,
LOCATION_ONFIELD
,
0
,
0x629
)
-
c
:
GetCounter
(
0x629
)
local
cd
=
Duel
.
GetMatchingGroup
(
Card
.
IsCode
,
i
,
LOCATION_ONFIELD
,
0
,
nil
,
m
):
GetFirst
()
if
cd
==
nil
then
return
end
local
nnum
=
Duel
.
GetCounter
(
i
,
LOCATION_ONFIELD
,
0
,
0x629
)
-
cd
:
GetCounter
(
0x629
)
if
cm
.
cnum
~=
nnum
then
cm
.
cnum
=
nnum
Duel
.
RaiseEvent
(
c
,
EVENT_CUSTOM
+
m
,
nil
,
0
,
i
,
i
,
0
)
Duel
.
RaiseEvent
(
c
d
,
EVENT_CUSTOM
+
m
,
nil
,
0
,
i
,
i
,
0
)
end
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c60010149.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010151.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010153.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010155.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010157.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010159.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010161.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010163.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c60010165.lua
View file @
3ab8a4da
...
...
@@ -4,7 +4,7 @@ function cm.initial_effect(c)
c
:
EnableCounterPermit
(
0x629
,
LOCATION_ONFIELD
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
--
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
@@ -38,6 +38,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x629
,
3
,
REASON_COST
)
end
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
...
...
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