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
b85f110d
Commit
b85f110d
authored
Jun 21, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9002088a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/71402004.jpg
expansions/pics/71402004.jpg
+0
-0
expansions/script/c116511113.lua
expansions/script/c116511113.lua
+4
-4
expansions/script/c89389005.lua
expansions/script/c89389005.lua
+1
-1
No files found.
expansions/no81.cdb
View file @
b85f110d
No preview for this file type
expansions/pics/71402004.jpg
deleted
100644 → 0
View file @
9002088a
53.7 KB
expansions/script/c116511113.lua
View file @
b85f110d
...
@@ -27,7 +27,7 @@ function c116511113.initial_effect(c)
...
@@ -27,7 +27,7 @@ function c116511113.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetCategory
(
CATEGORY_SUMMON
)
e4
:
SetCategory
(
CATEGORY_SUMMON
)
e4
:
SetDescription
(
aux
.
Stringid
(
116511113
,
1
))
e4
:
SetDescription
(
aux
.
Stringid
(
116511113
,
0
))
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e4
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
...
@@ -39,7 +39,7 @@ function c116511113.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c116511113.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e5
:
SetDescription
(
aux
.
Stringid
(
116511113
,
2
))
e5
:
SetDescription
(
aux
.
Stringid
(
116511113
,
1
))
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e5
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
...
@@ -78,7 +78,7 @@ function c116511113.xyzcon1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -78,7 +78,7 @@ function c116511113.xyzcon1(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c116511113
.
xyzop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c116511113
.
xyzop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
Duel
.
GetFlagEffect
(
tp
,
116511113
)
==
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
116511113
,
0
))
then
if
Duel
.
GetFlagEffect
(
tp
,
116511113
)
==
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
116511113
,
3
))
then
Duel
.
RegisterFlagEffect
(
tp
,
116511113
,
RESET_CHAIN
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
116511113
,
RESET_CHAIN
,
0
,
1
)
local
mg
=
Group
.
CreateGroup
()
local
mg
=
Group
.
CreateGroup
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
...
@@ -106,7 +106,7 @@ end
...
@@ -106,7 +106,7 @@ end
function
c116511113
.
xyzop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c116511113
.
xyzop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_XYZ
,
tp
,
true
,
false
)
then
return
end
if
not
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_XYZ
,
tp
,
true
,
false
)
then
return
end
if
Duel
.
GetFlagEffect
(
tp
,
116511113
)
==
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
116511113
,
0
))
then
if
Duel
.
GetFlagEffect
(
tp
,
116511113
)
==
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
116511113
,
3
))
then
Duel
.
RegisterFlagEffect
(
tp
,
116511113
,
RESET_CHAIN
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
116511113
,
RESET_CHAIN
,
0
,
1
)
local
mg
=
Group
.
CreateGroup
()
local
mg
=
Group
.
CreateGroup
()
local
rc
=
Duel
.
GetAttacker
()
local
rc
=
Duel
.
GetAttacker
()
...
...
expansions/script/c89389005.lua
View file @
b85f110d
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_CAN
NOT_NEGATE
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_CAN
_FORBIDDEN
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTarget
(
cm
.
splimit
)
e2
:
SetTarget
(
cm
.
splimit
)
...
...
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