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
668f055a
Commit
668f055a
authored
Nov 03, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove s.toss_dice
parent
4939bf4a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
8 deletions
+0
-8
c11808215.lua
c11808215.lua
+0
-1
c12148078.lua
c12148078.lua
+0
-1
c38082437.lua
c38082437.lua
+0
-1
c53154400.lua
c53154400.lua
+0
-1
c71459017.lua
c71459017.lua
+0
-1
c84813516.lua
c84813516.lua
+0
-1
c86154370.lua
c86154370.lua
+0
-1
c87897777.lua
c87897777.lua
+0
-1
No files found.
c11808215.lua
View file @
668f055a
...
...
@@ -20,7 +20,6 @@ function c11808215.initial_effect(c)
e2
:
SetOperation
(
c11808215
.
diceop
)
c
:
RegisterEffect
(
e2
)
end
c11808215
.
toss_dice
=
true
function
c11808215
.
thfilter
(
c
)
return
c
:
IsCode
(
47292920
)
and
c
:
IsAbleToHand
()
end
...
...
c12148078.lua
View file @
668f055a
...
...
@@ -12,7 +12,6 @@ function c12148078.initial_effect(c)
e1
:
SetOperation
(
c12148078
.
activate
)
c
:
RegisterEffect
(
e1
)
end
c12148078
.
toss_dice
=
true
function
c12148078
.
cfilter
(
c
,
e
,
tp
)
return
c
:
IsDiscardable
()
and
Duel
.
IsExistingMatchingCard
(
c12148078
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
1
,
c
,
e
,
tp
,
6
)
...
...
c38082437.lua
View file @
668f055a
...
...
@@ -24,7 +24,6 @@ function c38082437.initial_effect(c)
e2
:
SetOperation
(
c38082437
.
opd
)
c
:
RegisterEffect
(
e2
)
end
c38082437
.
toss_dice
=
true
function
c38082437
.
cona
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsAttackPos
()
end
...
...
c53154400.lua
View file @
668f055a
...
...
@@ -21,7 +21,6 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e2
)
end
s
.
toss_dice
=
true
function
s
.
dictg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DICE
,
nil
,
0
,
tp
,
1
)
...
...
c71459017.lua
View file @
668f055a
...
...
@@ -55,7 +55,6 @@ function c71459017.initial_effect(c)
e8
:
SetOperation
(
c71459017
.
diceop
)
c
:
RegisterEffect
(
e8
)
end
c71459017
.
toss_dice
=
true
function
c71459017
.
fuslimit
(
e
,
c
,
sumtype
)
return
sumtype
&
SUMMON_TYPE_FUSION
==
SUMMON_TYPE_FUSION
end
...
...
c84813516.lua
View file @
668f055a
...
...
@@ -36,7 +36,6 @@ function c84813516.initial_effect(c)
e3
:
SetOperation
(
c84813516
.
thop
)
c
:
RegisterEffect
(
e3
)
end
c84813516
.
toss_dice
=
true
function
c84813516
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
...
...
c86154370.lua
View file @
668f055a
...
...
@@ -27,7 +27,6 @@ function c86154370.initial_effect(c)
e2
:
SetOperation
(
c86154370
.
spop
)
c
:
RegisterEffect
(
e2
)
end
c86154370
.
toss_dice
=
true
c86154370
.
material_type
=
TYPE_SYNCHRO
function
c86154370
.
sfilter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_WIND
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
...
...
c87897777.lua
View file @
668f055a
...
...
@@ -36,7 +36,6 @@ function c87897777.initial_effect(c)
e3
:
SetOperation
(
c87897777
.
mvop
)
c
:
RegisterEffect
(
e3
)
end
c87897777
.
toss_dice
=
true
function
c87897777
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x17d
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
and
c
:
IsFaceup
()
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