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
nanahira
ygopro-scripts
Commits
c4e496ad
Commit
c4e496ad
authored
Nov 03, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove s.toss_coin
parent
434305a1
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
c11819473.lua
c11819473.lua
+0
-1
c15130912.lua
c15130912.lua
+0
-1
c26259179.lua
c26259179.lua
+0
-1
c26273196.lua
c26273196.lua
+0
-1
c38143903.lua
c38143903.lua
+0
-1
c59712426.lua
c59712426.lua
+0
-1
c62528292.lua
c62528292.lua
+0
-1
c76728962.lua
c76728962.lua
+0
-1
c7930346.lua
c7930346.lua
+0
-1
No files found.
c11819473.lua
View file @
c4e496ad
...
...
@@ -24,7 +24,6 @@ function c11819473.initial_effect(c)
e2
:
SetOperation
(
c11819473
.
sumop
)
c
:
RegisterEffect
(
e2
)
end
c11819473
.
toss_coin
=
true
function
c11819473
.
thfilter1
(
c
)
return
not
c
:
IsCode
(
11819473
)
and
c
:
IsEffectProperty
(
aux
.
EffectCategoryFilter
(
CATEGORY_COIN
))
and
c
:
IsAbleToHand
()
end
...
...
c15130912.lua
View file @
c4e496ad
...
...
@@ -36,7 +36,6 @@ function c15130912.initial_effect(c)
e3
:
SetOperation
(
c15130912
.
coinop2
)
c
:
RegisterEffect
(
e3
)
end
c15130912
.
toss_coin
=
true
function
c15130912
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
zone
=
1
<<
c
:
GetSequence
()
...
...
c26259179.lua
View file @
c4e496ad
...
...
@@ -24,7 +24,6 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
drop
)
c
:
RegisterEffect
(
e2
)
end
s
.
toss_coin
=
true
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
c26273196.lua
View file @
c4e496ad
...
...
@@ -24,7 +24,6 @@ function c26273196.initial_effect(c)
e2
:
SetOperation
(
c26273196
.
matop
)
c
:
RegisterEffect
(
e2
)
end
c26273196
.
toss_coin
=
true
function
c26273196
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_FUSION
)
end
...
...
c38143903.lua
View file @
c4e496ad
...
...
@@ -26,7 +26,6 @@ function c38143903.initial_effect(c)
e2
:
SetRange
(
LOCATION_SZONE
)
c
:
RegisterEffect
(
e2
)
end
c38143903
.
toss_coin
=
true
function
c38143903
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
==
LOCATION_MZONE
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainNegatable
(
ev
)
...
...
c59712426.lua
View file @
c4e496ad
...
...
@@ -29,7 +29,6 @@ function s.initial_effect(c)
e4
:
SetCode
(
EVENT_FLIP_SUMMON_SUCCESS
)
c
:
RegisterEffect
(
e4
)
end
s
.
toss_coin
=
true
function
s
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsDiscardable
()
end
...
...
c62528292.lua
View file @
c4e496ad
...
...
@@ -45,7 +45,6 @@ function c62528292.target(e,tp,eg,ep,ev,re,r,rp,chk)
c
:
SetTurnCounter
(
0
)
c
:
RegisterEffect
(
e1
)
end
c62528292
.
toss_coin
=
true
function
c62528292
.
stgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
tp
end
...
...
c76728962.lua
View file @
c4e496ad
...
...
@@ -37,7 +37,6 @@ function c76728962.initial_effect(c)
e3
:
SetOperation
(
c76728962
.
thop
)
c
:
RegisterEffect
(
e3
)
end
c76728962
.
toss_coin
=
true
function
c76728962
.
filter
(
c
,
tp
)
return
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
bit
.
band
(
c
:
GetPreviousRaceOnField
(),
RACE_MACHINE
)
~=
0
and
bit
.
band
(
c
:
GetPreviousAttributeOnField
(),
ATTRIBUTE_DARK
)
~=
0
and
c
:
IsPreviousControler
(
tp
)
...
...
c7930346.lua
View file @
c4e496ad
...
...
@@ -40,7 +40,6 @@ function s.initial_effect(c)
e4
:
SetOperation
(
s
.
countop
)
c
:
RegisterEffect
(
e4
)
end
s
.
toss_coin
=
true
function
s
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_COIN
,
nil
,
0
,
tp
,
0
)
...
...
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