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
085d088f
Commit
085d088f
authored
Feb 28, 2021
by
mallu11
Committed by
GitHub
Feb 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 天気 (#1577)
parent
4ccd9b6b
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
c27784944.lua
c27784944.lua
+1
-1
c28806532.lua
c28806532.lua
+1
-1
c54178659.lua
c54178659.lua
+1
-1
c54895237.lua
c54895237.lua
+1
-1
c65017789.lua
c65017789.lua
+1
-1
c91299846.lua
c91299846.lua
+1
-1
c92411493.lua
c92411493.lua
+1
-1
No files found.
c27784944.lua
View file @
085d088f
...
@@ -64,7 +64,7 @@ function c27784944.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,7 +64,7 @@ function c27784944.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
27784944
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
27784944
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
c28806532.lua
View file @
085d088f
...
@@ -66,7 +66,7 @@ function c28806532.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,7 +66,7 @@ function c28806532.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
28806532
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
28806532
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
c54178659.lua
View file @
085d088f
...
@@ -74,7 +74,7 @@ function c54178659.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -74,7 +74,7 @@ function c54178659.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
54178659
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
54178659
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
c54895237.lua
View file @
085d088f
...
@@ -67,7 +67,7 @@ function c54895237.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -67,7 +67,7 @@ function c54895237.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
54895237
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
54895237
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
c65017789.lua
View file @
085d088f
...
@@ -48,7 +48,7 @@ function c65017789.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -48,7 +48,7 @@ function c65017789.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
65017789
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
65017789
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
c91299846.lua
View file @
085d088f
...
@@ -59,7 +59,7 @@ function c91299846.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -59,7 +59,7 @@ function c91299846.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
91299846
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
91299846
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
c92411493.lua
View file @
085d088f
...
@@ -49,7 +49,7 @@ function c92411493.spreg(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,7 +49,7 @@ function c92411493.spreg(e,tp,eg,ep,ev,re,r,rp)
if
not
re
then
return
end
if
not
re
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
then
if
c
:
IsReason
(
REASON_COST
)
and
rc
:
IsSetCard
(
0x109
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
IsActivated
()
then
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
e
:
SetLabel
(
Duel
.
GetTurnCount
()
+
1
)
c
:
RegisterFlagEffect
(
92411493
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
c
:
RegisterFlagEffect
(
92411493
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
...
...
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