Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
7cfdd312
Commit
7cfdd312
authored
Feb 05, 2025
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0rc update
parent
b506b2d7
Pipeline
#32967
passed with stage
in 8 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/AI.cdb
expansions/AI.cdb
+0
-0
expansions/thc.cdb
expansions/thc.cdb
+0
-0
pics/29510.jpg
pics/29510.jpg
+0
-0
script/c29501.lua
script/c29501.lua
+1
-1
script/c29510.lua
script/c29510.lua
+2
-2
No files found.
expansions/AI.cdb
View file @
7cfdd312
No preview for this file type
expansions/thc.cdb
View file @
7cfdd312
No preview for this file type
pics/29510.jpg
View replaced file @
b506b2d7
View file @
7cfdd312
78.5 KB
|
W:
|
H:
100 KB
|
W:
|
H:
2-up
Swipe
Onion skin
script/c29501.lua
View file @
7cfdd312
...
...
@@ -8,7 +8,7 @@ function c29501.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
29501
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCountLimit
(
1
,
29501
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCost
(
c29501
.
cost
)
e1
:
SetTarget
(
c29501
.
target
)
...
...
script/c29510.lua
View file @
7cfdd312
...
...
@@ -23,7 +23,7 @@ function c29510.initial_effect(c)
e4
:
SetCategory
(
CATEGORY_DRAW
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_CHAINING
)
e4
:
SetCountLimit
(
3
,
29510
)
e4
:
SetCountLimit
(
2
,
29510
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCondition
(
c29510
.
condition
)
e4
:
SetCost
(
c29510
.
cost
)
...
...
@@ -55,7 +55,7 @@ function c29510.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RegisterEffect
(
e1
)
end
function
c29510
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
1
-
tp
,
1
)
end
if
chk
==
0
then
return
true
end
end
function
c29510
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
CreateGroup
()
...
...
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