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
470c1a80
Commit
470c1a80
authored
Mar 13, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c1c41ade
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
113 additions
and
141 deletions
+113
-141
expansions/script/c21050101.lua
expansions/script/c21050101.lua
+104
-132
expansions/script/c91300041.lua
expansions/script/c91300041.lua
+7
-7
expansions/strings.conf
expansions/strings.conf
+2
-2
No files found.
expansions/script/c21050101.lua
View file @
470c1a80
This diff is collapsed.
Click to expand it.
expansions/script/c91300041.lua
View file @
470c1a80
--
涅梅西斯~对价之赐~
--
妄执的巫女 无明
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--summon with 7 tribute
...
...
@@ -79,7 +79,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp,c)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
c
:
RegisterEffect
(
e1
)
if
c
:
IsSummonable
(
true
,
se
)
and
(
not
c
:
IsAbleToGrave
()
or
Duel
.
SelectOption
(
tp
,
1151
,
11
53
,
11
91
)
==
0
)
then
and
(
not
c
:
IsAbleToGrave
()
or
Duel
.
SelectOption
(
tp
,
1151
,
1191
)
==
0
)
then
Duel
.
BreakEffect
()
Duel
.
Summon
(
tp
,
c
,
true
,
se
)
else
...
...
@@ -89,14 +89,14 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp,c)
end
end
function
s
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_TRIBUTE
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
end
function
s
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleTo
Remove
,
tp
,
0
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
nil
)
if
g
:
GetCount
()
>
2
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
REMOVE
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleTo
Deck
,
tp
,
0
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
nil
)
if
#
g
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
TODECK
)
local
sg
=
g
:
Select
(
tp
,
3
,
3
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
sg
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
end
end
\ No newline at end of file
expansions/strings.conf
View file @
470c1a80
...
...
@@ -307,9 +307,9 @@
!
setname
0
x9f1c
反抗黎骑
!
setname
0
xaf1c
朱斯贝克
!
setname
0
xcf1c
破天黎骑
!
setname
0
x3f1d
封龙
!
setname
0
x3f1d
龙族骑士
!
setname
0
x4f1d
时隙淑女
!
setname
0
x5f1d
机械加工
!
setname
0
x5f1d
共心龙
!
setname
0
x6f1d
连波
!
setname
0
xaf1d
阿尔弗雷德
!
setname
0
xbf1d
狂风
...
...
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