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
Huangnan
no81cards
Commits
c6f03e36
"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@3586" did not exist on "5ea3a408316f8a0be26d1ac42411fbe4a0de3dbd"
Commit
c6f03e36
authored
Jul 09, 2023
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
fa178451
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
1 deletion
+9
-1
expansions/script/c60002177.lua
expansions/script/c60002177.lua
+1
-0
expansions/script/c60002178.lua
expansions/script/c60002178.lua
+1
-0
expansions/script/c60002179.lua
expansions/script/c60002179.lua
+1
-0
expansions/script/c60002180.lua
expansions/script/c60002180.lua
+1
-0
expansions/script/c60002186.lua
expansions/script/c60002186.lua
+1
-0
expansions/script/c60002187.lua
expansions/script/c60002187.lua
+1
-0
expansions/script/c60002188.lua
expansions/script/c60002188.lua
+1
-0
expansions/script/c60002191.lua
expansions/script/c60002191.lua
+2
-1
No files found.
expansions/script/c60002177.lua
View file @
c6f03e36
...
...
@@ -120,6 +120,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCountLimit
(
1
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002178.lua
View file @
c6f03e36
...
...
@@ -76,6 +76,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCountLimit
(
1
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002179.lua
View file @
c6f03e36
...
...
@@ -74,6 +74,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002180.lua
View file @
c6f03e36
...
...
@@ -93,6 +93,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCountLimit
(
1
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002186.lua
View file @
c6f03e36
...
...
@@ -76,6 +76,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCountLimit
(
1
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002187.lua
View file @
c6f03e36
...
...
@@ -82,6 +82,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCountLimit
(
1
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002188.lua
View file @
c6f03e36
...
...
@@ -85,6 +85,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCountLimit
(
1
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
expansions/script/c60002191.lua
View file @
c6f03e36
...
...
@@ -16,7 +16,7 @@ function cm.initial_effect(c)
--tohand
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e2
3
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetTarget
(
cm
.
thtg2
)
...
...
@@ -153,6 +153,7 @@ function cm.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
cm
.
ccost
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e4
)
if
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
...
...
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