Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
specials
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
JoyJ
specials
Commits
aa35b388
"include/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3438" did not exist on "90c021e123436a7e55db718db39e49fe82c28d6f"
Commit
aa35b388
authored
Jan 14, 2022
by
IMJoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add skill 71490127
parent
ae6f82ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
wanning/special.lua
wanning/special.lua
+11
-0
No files found.
wanning/special.lua
View file @
aa35b388
...
...
@@ -162,6 +162,16 @@ end, function(e,tp)
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
end
)
phaseSkill
(
71490127
,
PHASE_BATTLE_START
,
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
num
=#
Duel
.
GetMatchingGroup
(
Card
.
IsFacedown
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
for
_
=
1
,
num
do
local
tc
=
Duel
.
CreateToken
(
tp
,
99267150
)
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_MZONE
,
POS_FACEDOWN_DEFENSE
,
true
)
end
end
,
function
(
e
,
tp
)
return
(
#
Duel
.
GetMatchingGroup
(
Card
.
IsFacedown
,
tp
,
LOCATION_SZONE
,
0
,
nil
))
>
0
end
,
true
)
addSkill
(
9952083
,
function
(
e1
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_SET_SUMMON_COUNT_LIMIT
)
...
...
@@ -247,6 +257,7 @@ oneTimeSkill(21082832, function(e,tp,eg,ep,ev,re,r,rp)
end
)
function
c18940556_tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetAttacker
()
==
e
:
GetHandler
()
and
Duel
.
GetAttackTarget
()
end
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
0
,
LOCATION_ONFIELD
+
LOCATION_HAND
,
nil
)
...
...
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