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
abdbaa56
Commit
abdbaa56
authored
Apr 27, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
43a27fbd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
6 deletions
+67
-6
expansions/script/c130006034.lua
expansions/script/c130006034.lua
+15
-0
expansions/script/c130006035.lua
expansions/script/c130006035.lua
+15
-0
expansions/script/c130006036.lua
expansions/script/c130006036.lua
+15
-0
expansions/script/c130006037.lua
expansions/script/c130006037.lua
+15
-0
expansions/script/c16670025.lua
expansions/script/c16670025.lua
+7
-5
expansions/script/c22348194.lua
expansions/script/c22348194.lua
+0
-1
No files found.
expansions/script/c130006034.lua
View file @
abdbaa56
--炼击帝-大俱利伽罗
--炼击帝-大俱利伽罗
if
not
require
and
loadfile
then
function
require
(
str
)
require_list
=
require_list
or
{}
if
not
require_list
[
str
]
then
if
string.find
(
str
,
"%."
)
then
require_list
[
str
]
=
loadfile
(
str
)
else
require_list
[
str
]
=
loadfile
(
str
..
".lua"
)
end
pcall
(
require_list
[
str
])
return
require_list
[
str
]
end
return
require_list
[
str
]
end
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
local
s
,
id
=
Scl
.
SetID
(
130006034
,
"LordOfChain"
)
local
s
,
id
=
Scl
.
SetID
(
130006034
,
"LordOfChain"
)
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
...
...
expansions/script/c130006035.lua
View file @
abdbaa56
--炼击帝-迦陵频伽
--炼击帝-迦陵频伽
if
not
require
and
loadfile
then
function
require
(
str
)
require_list
=
require_list
or
{}
if
not
require_list
[
str
]
then
if
string.find
(
str
,
"%."
)
then
require_list
[
str
]
=
loadfile
(
str
)
else
require_list
[
str
]
=
loadfile
(
str
..
".lua"
)
end
pcall
(
require_list
[
str
])
return
require_list
[
str
]
end
return
require_list
[
str
]
end
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
local
s
,
id
=
Scl
.
SetID
(
130006035
,
"LordOfChain"
)
local
s
,
id
=
Scl
.
SetID
(
130006035
,
"LordOfChain"
)
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
...
...
expansions/script/c130006036.lua
View file @
abdbaa56
--炼击帝-大洋神女
--炼击帝-大洋神女
if
not
require
and
loadfile
then
function
require
(
str
)
require_list
=
require_list
or
{}
if
not
require_list
[
str
]
then
if
string.find
(
str
,
"%."
)
then
require_list
[
str
]
=
loadfile
(
str
)
else
require_list
[
str
]
=
loadfile
(
str
..
".lua"
)
end
pcall
(
require_list
[
str
])
return
require_list
[
str
]
end
return
require_list
[
str
]
end
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
local
s
,
id
=
Scl
.
SetID
(
130006036
,
"LordOfChain"
)
local
s
,
id
=
Scl
.
SetID
(
130006036
,
"LordOfChain"
)
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
...
...
expansions/script/c130006037.lua
View file @
abdbaa56
--炼击帝-死河
--炼击帝-死河
if
not
require
and
loadfile
then
function
require
(
str
)
require_list
=
require_list
or
{}
if
not
require_list
[
str
]
then
if
string.find
(
str
,
"%."
)
then
require_list
[
str
]
=
loadfile
(
str
)
else
require_list
[
str
]
=
loadfile
(
str
..
".lua"
)
end
pcall
(
require_list
[
str
])
return
require_list
[
str
]
end
return
require_list
[
str
]
end
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
if
not
pcall
(
function
()
require
(
"expansions/script/c130001000"
)
end
)
then
require
(
"script/c130001000"
)
end
local
s
,
id
=
Scl
.
SetID
(
130006037
,
"LordOfChain"
)
local
s
,
id
=
Scl
.
SetID
(
130006037
,
"LordOfChain"
)
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
...
...
expansions/script/c16670025.lua
View file @
abdbaa56
...
@@ -211,6 +211,7 @@ function cm.initial_effect(c)
...
@@ -211,6 +211,7 @@ function cm.initial_effect(c)
--
--
end
end
end
end
if
not
Card
.
SetEntityCode
then
Card
.
SetEntityCode
=
aux
.
TRUE
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsType
(
TYPE_SPELL
)
or
c
:
IsType
(
TYPE_TRAP
)
return
c
:
IsType
(
TYPE_SPELL
)
or
c
:
IsType
(
TYPE_TRAP
)
end
end
...
@@ -267,19 +268,19 @@ function cm.checkop1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -267,19 +268,19 @@ function cm.checkop1(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
cm
.
con
(
e
,
tp
)
function
cm
.
con
(
e
,
tp
)
Duel
.
DisableActionCheck
(
true
)
pcall
(
Duel
.
DisableActionCheck
,
true
)
local
dc
=
Duel
.
CreateToken
(
tp
,
m
+
1
)
local
dc
=
Duel
.
CreateToken
(
tp
,
m
+
1
)
local
res
=
dc
:
GetActivateEffect
():
IsActivatable
(
tp
,
false
,
false
)
local
res
=
dc
:
GetActivateEffect
():
IsActivatable
(
tp
,
false
,
false
)
Duel
.
DisableActionCheck
(
false
)
pcall
(
Duel
.
DisableActionCheck
,
false
)
return
res
and
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE_CAL
return
res
and
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE_CAL
and
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE
-- and Duel.GetCurrentPhase()~=PHASE_BATTLE_STEP
and
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE
-- and Duel.GetCurrentPhase()~=PHASE_BATTLE_STEP
and
Duel
.
GetFlagEffect
(
tp
,
m
+
2
)
==
0
and
Duel
.
GetFlagEffect
(
tp
,
m
+
2
)
==
0
end
end
function
cm
.
con1
(
e
,
tp
)
function
cm
.
con1
(
e
,
tp
)
Duel
.
DisableActionCheck
(
true
)
pcall
(
Duel
.
DisableActionCheck
,
true
)
local
dc
=
Duel
.
CreateToken
(
tp
,
m
+
1
)
local
dc
=
Duel
.
CreateToken
(
tp
,
m
+
1
)
local
res
=
dc
:
GetActivateEffect
():
IsActivatable
(
tp
,
false
,
false
)
local
res
=
dc
:
GetActivateEffect
():
IsActivatable
(
tp
,
false
,
false
)
Duel
.
DisableActionCheck
(
false
)
pcall
(
Duel
.
DisableActionCheck
,
false
)
return
res
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
3
))
return
res
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
3
))
end
end
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
@@ -532,7 +533,8 @@ function cm.reg2(c,e,ob)
...
@@ -532,7 +533,8 @@ function cm.reg2(c,e,ob)
--
--
e
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
)
e
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
)
e
:
SetOperation
(
cm
.
pr
)
e
:
SetOperation
(
cm
.
pr
)
local
qi
,
da
=
e
:
GetCountLimit
()
local
qi
,
da
=
nil
,
nil
if
Effect
.
GetCountLimit
then
qi
,
da
=
e
:
GetCountLimit
()
end
if
qi
~=
nil
and
da
==
nil
then
if
qi
~=
nil
and
da
==
nil
then
e
:
SetCountLimit
(
qi
)
e
:
SetCountLimit
(
qi
)
elseif
qi
~=
nil
and
da
~=
nil
then
elseif
qi
~=
nil
and
da
~=
nil
then
...
...
expansions/script/c22348194.lua
View file @
abdbaa56
...
@@ -7,7 +7,6 @@ function cm.initial_effect(c)
...
@@ -7,7 +7,6 @@ function cm.initial_effect(c)
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
3
,
nil
,
nil
,
99
)
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
3
,
nil
,
nil
,
99
)
--spsummon
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetDescription
(
aux
.
Stringid
(
22348194
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
22348194
,
0
))
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
...
...
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