Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
06ceaf28
Commit
06ceaf28
authored
Apr 22, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
92465b7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
8 deletions
+19
-8
expansions/script/c11451851.lua
expansions/script/c11451851.lua
+9
-6
expansions/script/c11451860.lua
expansions/script/c11451860.lua
+8
-0
expansions/script/c11533716.lua
expansions/script/c11533716.lua
+2
-2
No files found.
expansions/script/c11451851.lua
View file @
06ceaf28
...
@@ -191,9 +191,7 @@ function pnflpf.debug(e,tp,eg,ep,ev,re,r,rp)
...
@@ -191,9 +191,7 @@ function pnflpf.debug(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
--
--
local
m
=
11451851
local
cm
,
m
=
GetID
()
local
cm
=
_G
[
"c"
..
m
]
if
not
cm
then
return
end
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
if
not
PNFL_PROPHECY_FLIGHT_CHECK
then
if
not
PNFL_PROPHECY_FLIGHT_CHECK
then
pnfl_prophecy_flight_initial
(
c
)
pnfl_prophecy_flight_initial
(
c
)
...
@@ -421,10 +419,15 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -421,10 +419,15 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
local
op
=
function
(
e
,
tp
)
local
op
=
function
(
e
,
tp
)
if
ct
>=
3
then
e
:
Reset
()
return
end
if
ct
>=
3
then
e
:
Reset
()
return
end
ct
=
ct
+
1
ct
=
ct
+
1
--e:GetHandler():SetTurnCounter(ct)
--Duel.Hint(HINT_CARD,0,m)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
local
tc
=
cm
.
GetCardsInZone
(
tp
,
fd
)
local
tc
=
cm
.
GetCardsInZone
(
tp
,
fd
)
if
tc
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
if
tc
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
e
:
GetHandler
():
SetTurnCounter
(
ct
)
else
Duel
.
Hint
(
HINT_ZONE
,
tp
,
fd
)
e
:
GetHandler
():
SetTurnCounter
(
ct
)
end
end
end
if
Duel
.
GetCurrentChain
()
==
1
then
if
Duel
.
GetCurrentChain
()
==
1
then
op
(
e
,
tp
)
op
(
e
,
tp
)
...
...
expansions/script/c11451860.lua
View file @
06ceaf28
...
@@ -167,6 +167,13 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -167,6 +167,13 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local
fd
=
Duel
.
SelectField
(
tp
,
2
,
LOCATION_SZONE
,
0
,
~
0x1f00
)
local
fd
=
Duel
.
SelectField
(
tp
,
2
,
LOCATION_SZONE
,
0
,
~
0x1f00
)
for
i
=
0
,
4
do
for
i
=
0
,
4
do
if
fd
&
(
1
<<
(
8
+
i
))
>
0
then
if
fd
&
(
1
<<
(
8
+
i
))
>
0
then
local
de
=
Effect
.
CreateEffect
(
c
)
de
:
SetDescription
(
aux
.
Stringid
(
m
,
i
))
de
:
SetType
(
EFFECT_TYPE_FIELD
)
de
:
SetCode
(
EFFECT_FLAG_EFFECT
+
m
+
0xffff
+
i
)
de
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CLIENT_HINT
)
de
:
SetTargetRange
(
1
,
0
)
Duel
.
RegisterEffect
(
de
,
tp
)
local
table
=
{
1
<<
0
|
1
<<
28
,
1
<<
1
|
1
<<
27
,
1
<<
2
|
1
<<
26
,
1
<<
3
|
1
<<
25
,
1
<<
4
|
1
<<
24
}
local
table
=
{
1
<<
0
|
1
<<
28
,
1
<<
1
|
1
<<
27
,
1
<<
2
|
1
<<
26
,
1
<<
3
|
1
<<
25
,
1
<<
4
|
1
<<
24
}
for
j
=
0
,
32
do
for
j
=
0
,
32
do
if
(
1
<<
j
)
&
(
table
[
i
+
1
])
~=
0
then
if
(
1
<<
j
)
&
(
table
[
i
+
1
])
~=
0
then
...
@@ -253,6 +260,7 @@ function cm.thcon2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -253,6 +260,7 @@ function cm.thcon2(e,tp,eg,ep,ev,re,r,rp)
if
tp
==
1
then
cid
=
5
-
i
end
if
tp
==
1
then
cid
=
5
-
i
end
local
cl
=
cm
.
column
local
cl
=
cm
.
column
cm
.
column
=
cm
.
column
&~
(
1
<<
cid
)
cm
.
column
=
cm
.
column
&~
(
1
<<
cid
)
Duel
.
ResetFlagEffect
(
tp
,
m
+
0xffff
+
i
)
if
cl
~=
0
and
cm
.
column
==
0
then
if
cl
~=
0
and
cm
.
column
==
0
then
if
SetCardData
then
if
SetCardData
then
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
m
,
8
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
m
,
8
))
...
...
expansions/script/c11533716.lua
View file @
06ceaf28
...
@@ -173,8 +173,8 @@ function c11533716.drtdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -173,8 +173,8 @@ function c11533716.drtdop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
local
dg
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
nil
,
e
)
local
dg
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
nil
,
e
)
if
dg
:
CheckSubGroup
(
c11533716
.
tdgck
,
5
,
5
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
11533716
,
0
))
then
if
dg
:
CheckSubGroup
(
c11533716
.
tdgck
,
5
,
5
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
11533716
,
0
))
then
local
sg
=
g
:
SelectSubGroup
(
tp
,
c11533716
.
tdgck
,
false
,
5
,
5
)
local
sg
=
d
g
:
SelectSubGroup
(
tp
,
c11533716
.
tdgck
,
false
,
5
,
5
)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
s
g
,
nil
,
2
,
REASON_EFFECT
)
end
end
end
end
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