Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
fb3d91ce
Commit
fb3d91ce
authored
Dec 24, 2017
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
59b720ee
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
4 deletions
+18
-4
c14553285.lua
c14553285.lua
+2
-0
c21113684.lua
c21113684.lua
+2
-0
c25771826.lua
c25771826.lua
+3
-0
c31924889.lua
c31924889.lua
+2
-0
c51838385.lua
c51838385.lua
+2
-4
c52265835.lua
c52265835.lua
+3
-0
c55424270.lua
c55424270.lua
+2
-0
c73665146.lua
c73665146.lua
+2
-0
No files found.
c14553285.lua
View file @
fb3d91ce
...
...
@@ -22,6 +22,8 @@ function c14553285.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e3
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetValue
(
c14553285
.
attackup
)
c
:
RegisterEffect
(
e3
)
--destroy
...
...
c21113684.lua
View file @
fb3d91ce
...
...
@@ -8,6 +8,8 @@ function c21113684.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetValue
(
c21113684
.
attackup
)
c
:
RegisterEffect
(
e2
)
--fusion success
...
...
c25771826.lua
View file @
fb3d91ce
--A・O・J ガラドホルグ
function
c25771826
.
initial_effect
(
c
)
--atkup
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
c25771826
.
condtion
)
e1
:
SetValue
(
200
)
c
:
RegisterEffect
(
e1
)
...
...
c31924889.lua
View file @
fb3d91ce
...
...
@@ -8,6 +8,8 @@ function c31924889.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetValue
(
c31924889
.
attackup
)
c
:
RegisterEffect
(
e1
)
--synchro success
...
...
c51838385.lua
View file @
fb3d91ce
...
...
@@ -12,8 +12,6 @@ function c51838385.initial_effect(c)
end
function
c51838385
.
atkcon
(
e
)
local
tp
=
e
:
GetHandlerPlayer
()
for
i
=
0
,
4
do
if
Duel
.
GetFieldCard
(
tp
,
LOCATION_SZONE
,
i
)
then
return
false
end
end
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_HAND
,
0
)
==
0
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_HAND
,
0
)
+
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_SZONE
,
0
)
==
0
end
c52265835.lua
View file @
fb3d91ce
--A・O・J ルドラ
function
c52265835
.
initial_effect
(
c
)
--atkup
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
c52265835
.
condtion
)
e1
:
SetValue
(
700
)
c
:
RegisterEffect
(
e1
)
...
...
c55424270.lua
View file @
fb3d91ce
...
...
@@ -19,6 +19,8 @@ function c55424270.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetValue
(
c55424270
.
attackup
)
c
:
RegisterEffect
(
e2
)
--remove counter
...
...
c73665146.lua
View file @
fb3d91ce
...
...
@@ -13,6 +13,8 @@ function c73665146.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetValue
(
c73665146
.
attackup
)
c
:
RegisterEffect
(
e2
)
--special summon
...
...
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