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
54c3dbb1
Commit
54c3dbb1
authored
Dec 02, 2024
by
Nanahira
Committed by
GitHub
Dec 02, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14 from mycard/develop-8888
Develop 8888
parents
7271d5af
52092766
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
c50915474.lua
c50915474.lua
+0
-1
c59514116.lua
c59514116.lua
+2
-1
c74289646.lua
c74289646.lua
+1
-1
c76302448.lua
c76302448.lua
+1
-2
c84079032.lua
c84079032.lua
+1
-1
c84677654.lua
c84677654.lua
+1
-0
c86767655.lua
c86767655.lua
+1
-1
c8963089.lua
c8963089.lua
+1
-1
No files found.
c50915474.lua
View file @
54c3dbb1
...
...
@@ -26,7 +26,6 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
atkop
)
c
:
RegisterEffect
(
e3
)
end
s
.
toss_coin
=
true
function
s
.
thfilter
(
c
)
return
not
c
:
IsCode
(
id
)
and
c
:
IsEffectProperty
(
aux
.
EffectPropertyFilter
(
EFFECT_FLAG_COIN
))
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
...
...
c59514116.lua
View file @
54c3dbb1
...
...
@@ -4,9 +4,10 @@ function c59514116.initial_effect(c)
aux
.
AddCodeList
(
c
,
46986414
,
38033121
)
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_FUSION_SUMMON
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetTarget
(
c59514116
.
target
)
e1
:
SetOperation
(
c59514116
.
activate
)
...
...
c74289646.lua
View file @
54c3dbb1
...
...
@@ -3,6 +3,7 @@ function c74289646.initial_effect(c)
--dice
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCategory
(
CATEGORY_COIN
+
CATEGORY_ATKCHANGE
+
CATEGORY_DAMAGE
+
CATEGORY_DESTROY
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
@@ -11,7 +12,6 @@ function c74289646.initial_effect(c)
e1
:
SetOperation
(
c74289646
.
operation
)
c
:
RegisterEffect
(
e1
)
end
c74289646
.
toss_dice
=
true
function
c74289646
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
cl
=
Duel
.
GetCurrentChain
()
if
chk
==
0
then
return
true
end
...
...
c76302448.lua
View file @
54c3dbb1
...
...
@@ -24,12 +24,11 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
thop
)
c
:
RegisterEffect
(
e2
)
end
s
.
toss_coin
=
true
function
s
.
spfilter1
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x5
)
and
c
:
IsLevelBelow
(
4
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
s
.
spfilter2
(
c
,
e
,
tp
)
return
c
.
toss_coin
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsEffectProperty
(
aux
.
EffectPropertyFilter
(
EFFECT_FLAG_COIN
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
c84079032.lua
View file @
54c3dbb1
...
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
--
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_POSITION
)
e1
:
SetCategory
(
CATEGORY_
COIN
+
CATEGORY_
POSITION
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
...
...
c84677654.lua
View file @
54c3dbb1
...
...
@@ -2,6 +2,7 @@
---@param c Card
function
c84677654
.
initial_effect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_COIN
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetTarget
(
c84677654
.
target
)
...
...
c86767655.lua
View file @
54c3dbb1
...
...
@@ -11,7 +11,7 @@ function c86767655.initial_effect(c)
c
:
RegisterEffect
(
e0
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCategory
(
CATEGORY_
DICE
)
e1
:
SetCategory
(
CATEGORY_
COIN
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
86767655
)
...
...
c8963089.lua
View file @
54c3dbb1
...
...
@@ -46,7 +46,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
s
.
thfilter
(
c
)
return
c
:
IsEffectProperty
(
aux
.
Effect
CategoryFilter
(
CATEGORY
_FUSION_SUMMON
))
and
c
:
IsAbleToHand
()
return
c
:
IsEffectProperty
(
aux
.
Effect
PropertyFilter
(
EFFECT_FLAG
_FUSION_SUMMON
))
and
c
:
IsAbleToHand
()
end
function
s
.
thop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
...
...
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