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
62bbee54
Commit
62bbee54
authored
Jul 02, 2023
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upd phase 1
parent
606155cc
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
96 deletions
+23
-96
expansions/lflist.conf
expansions/lflist.conf
+19
-0
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/11451200.jpg
expansions/pics/11451200.jpg
+0
-0
expansions/pics/65130333.jpg
expansions/pics/65130333.jpg
+0
-0
expansions/script/c11451200.lua
expansions/script/c11451200.lua
+0
-39
expansions/script/c65130333.lua
expansions/script/c65130333.lua
+0
-55
expansions/strings.conf
expansions/strings.conf
+4
-2
No files found.
expansions/lflist.conf
View file @
62bbee54
...
...
@@ -1612,6 +1612,14 @@
33310213
0
33310214
0
33310215
0
#230702
82228624
0
82228630
0
98920550
0
33330413
1
82209090
1
88880249
1
91000402
1
#230625
10113025
0
10173032
0
...
...
@@ -5932,6 +5940,17 @@
82221014
0
90351999
0
#WILDEST
67200610
0
67200611
0
67200612
0
67200613
0
67200614
0
67200615
0
67200616
0
67200617
0
67200618
0
67200619
0
67200620
0
90700071
0
90700072
0
90700059
0
...
...
expansions/no81.cdb
View file @
62bbee54
No preview for this file type
expansions/pics/11451200.jpg
deleted
100644 → 0
View file @
606155cc
55.3 KB
expansions/pics/65130333.jpg
deleted
100644 → 0
View file @
606155cc
34.9 KB
expansions/script/c11451200.lua
deleted
100644 → 0
View file @
606155cc
--paranomain decoherent histories
--21.08.04
local
m
=
11451200
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--Decoherent Histories
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_ACTIVATE_COST
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
0
,
1
)
e1
:
SetTarget
(
cm
.
costtg
)
e1
:
SetOperation
(
cm
.
costop
)
c
:
RegisterEffect
(
e1
)
end
function
cm
.
costtg
(
e
,
te
,
tp
)
e
:
SetLabelObject
(
te
:
GetHandler
())
return
true
end
function
cm
.
costop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ac
=
Duel
.
AnnounceCard
(
e
:
GetHandlerPlayer
())
if
e
:
GetLabelObject
():
IsOriginalCodeRule
(
ac
)
then
if
Duel
.
CheckLPCost
(
tp
,
3000
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
Duel
.
PayLPCost
(
tp
,
3000
)
else
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetOperation
(
cm
.
ngop
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetLabel
(
ev
+
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
end
function
cm
.
ngop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetLabel
()
==
ev
then
Duel
.
NegateEffect
(
ev
)
end
end
\ No newline at end of file
expansions/script/c65130333.lua
deleted
100644 → 0
View file @
606155cc
--无限可能性
function
c65130333
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
65130333
,
0
))
e1
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
--e1:SetCountLimit(1,65130328+EFFECT_COUNT_CODE_OATH)
e1
:
SetTarget
(
c65130333
.
target
)
e1
:
SetOperation
(
c65130333
.
activate
)
c
:
RegisterEffect
(
e1
)
end
local
KOISHI_CHECK
=
false
if
Card
.
SetCardData
then
KOISHI_CHECK
=
true
end
function
c65130333
.
copyfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsCode
(
65130303
,
65130304
)
and
(
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_GRAVE
))
end
function
c65130333
.
cfilter
(
c
)
return
c
:
IsCode
(
65130303
,
65130304
)
and
c
:
IsAttack
(
878
)
and
c
:
IsDefense
(
1157
)
end
function
c65130333
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c65130333
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
65130303
,
65130304
)
and
Duel
.
IsExistingMatchingCard
(
c65130333
.
copyfilter
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
1
,
nil
)
end
--Duel.SetOperationInfo(0,CATEGORY_DESTROY,sg,sg:GetCount(),0,0)
end
function
c65130333
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
KOISHI_CHECK
then
return
end
local
c
=
e
:
GetHandler
()
if
not
Duel
.
IsExistingMatchingCard
(
c65130333
.
copyfilter
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
1
,
nil
)
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
c65130333
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
tc
=
g
:
GetFirst
()
while
tc
do
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
65130333
,
1
))
local
cg
=
Duel
.
SelectMatchingCard
(
tp
,
c65130333
.
copyfilter
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
1
,
1
,
nil
)
local
cc
=
cg
:
GetFirst
()
local
cid
=
cc
:
GetOriginalCode
()
tc
:
SetEntityCode
(
cid
,
true
)
tc
:
ReplaceEffect
(
cid
,
0
,
0
)
tc
:
ResetFlagEffect
(
65130303
)
tc
:
RegisterFlagEffect
(
65130333
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
Duel
.
Hint
(
HINT_CARD
,
0
,
cid
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SET_BASE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
+
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetValue
(
878
)
tc
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
EFFECT_SET_BASE_DEFENSE
)
e2
:
SetValue
(
1157
)
tc
:
RegisterEffect
(
e2
)
tc
=
g
:
GetNext
()
end
end
\ No newline at end of file
expansions/strings.conf
View file @
62bbee54
...
...
@@ -880,7 +880,7 @@
!
setname
0
x67e
夏乡
!
setname
0
x367e
夏乡追忆
!
setname
0
x567e
夏乡净梦
!
setname
0
x67b
星渡使
!
setname
0
x
3
67b
星渡使
#透明 3185687108 353 0xac0-0xacf
!
setname
0
xac1
龙源
...
...
@@ -1054,4 +1054,6 @@
!
setname
0
xac97
虚空制裁大符(
Voidictator
Rune
)
!
setname
0
xcc97
虚空制裁大能(
Voidictator
Energy
)
#
???
\ No newline at end of file
#???
!
setname
0
x758
宇宙之光
!
setname
0
x759
赛尔计划
\ No newline at end of file
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