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
Reinen
ygopro-scripts
Commits
534c7ff4
Commit
534c7ff4
authored
Aug 10, 2020
by
mallu11
Committed by
GitHub
Aug 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 原始生命態ニビル (#1465)
parent
e390c844
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c27204311.lua
c27204311.lua
+2
-2
No files found.
c27204311.lua
View file @
534c7ff4
...
...
@@ -44,7 +44,7 @@ function c27204311.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
and
Duel
.
IsPlayerCanRelease
(
tp
)
and
Duel
.
IsPlayerCanSpecialSummonCount
(
tp
,
2
)
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
27204312
,
0
,
0x4011
,
g
:
GetSum
(
Card
.
GetBaseAttack
),
g
:
GetSum
(
Card
.
GetBaseDefense
),
11
,
RACE_ROCK
,
ATTRIBUTE_LIGHT
)
end
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
27204312
,
0
,
0x4011
,
g
:
GetSum
(
Card
.
GetBaseAttack
),
g
:
GetSum
(
Card
.
GetBaseDefense
),
11
,
RACE_ROCK
,
ATTRIBUTE_LIGHT
,
POS_FACEUP
,
1
-
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
2
,
0
,
0
)
end
...
...
@@ -61,7 +61,7 @@ function c27204311.spop(e,tp,eg,ep,ev,re,r,rp)
local
atk
=
og
:
GetSum
(
c27204311
.
adfilter
,
Card
.
GetTextAttack
)
local
def
=
og
:
GetSum
(
c27204311
.
adfilter
,
Card
.
GetTextDefense
)
if
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
,
tp
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
27204312
,
0
,
0x4011
,
atk
,
def
,
11
,
RACE_ROCK
,
ATTRIBUTE_LIGHT
)
then
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
27204312
,
0
,
0x4011
,
atk
,
def
,
11
,
RACE_ROCK
,
ATTRIBUTE_LIGHT
,
POS_FACEUP
,
1
-
tp
)
then
Duel
.
BreakEffect
()
local
token
=
Duel
.
CreateToken
(
tp
,
27204312
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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