Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
0daffca8
Commit
0daffca8
authored
Dec 24, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ec164376
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
script/c101004060.lua
script/c101004060.lua
+1
-1
script/c37337327.lua
script/c37337327.lua
+1
-0
No files found.
script/c101004060.lua
View file @
0daffca8
...
...
@@ -40,7 +40,7 @@ function c101004060.initial_effect(c)
c
:
RegisterEffect
(
e5
)
end
function
c101004060
.
atkval
(
e
,
c
)
return
Duel
.
Get
FieldGroup
(
e
:
GetHandlerPlayer
(),
LOCATION_GRAVE
,
0
):
GetClassCount
(
Card
.
GetAttribute
)
*
200
return
Duel
.
Get
MatchingGroup
(
Card
.
IsType
,
e
:
GetHandlerPlayer
(),
LOCATION_GRAVE
,
0
,
nil
,
TYPE_MONSTER
):
GetClassCount
(
Card
.
GetAttribute
)
*
200
end
function
c101004060
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x400d
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
...
...
script/c37337327.lua
View file @
0daffca8
...
...
@@ -13,6 +13,7 @@ function c37337327.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCondition
(
c37337327
.
sccon
)
e1
:
SetTarget
(
c37337327
.
sctg
)
e1
:
SetOperation
(
c37337327
.
scop
)
...
...
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