Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Nanahira-Cards
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
nanahira
Nanahira-Cards
Commits
5e9d3102
Commit
5e9d3102
authored
Mar 04, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move to flag2
parent
4b50b394
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
expansions/script/c37564315.lua
expansions/script/c37564315.lua
+1
-1
expansions/script/c37564430.lua
expansions/script/c37564430.lua
+2
-2
expansions/script/c37564431.lua
expansions/script/c37564431.lua
+2
-2
expansions/script/c37564457.lua
expansions/script/c37564457.lua
+2
-2
expansions/script/c37564533.lua
expansions/script/c37564533.lua
+2
-2
expansions/script/c37564534.lua
expansions/script/c37564534.lua
+2
-2
No files found.
expansions/script/c37564315.lua
View file @
5e9d3102
...
...
@@ -13,7 +13,7 @@ function cm.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
0x14000
+
EFFECT_FLAG
_AVAILABLE_BD
)
e1
:
SetProperty
(
0x14000
,
EFFECT_FLAG2
_AVAILABLE_BD
)
e1
:
SetCode
(
EVENT_BATTLE_DAMAGE
)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_DUEL
)
e1
:
SetCost
(
Senya
.
RemoveOverlayCost
(
3
))
...
...
expansions/script/c37564430.lua
View file @
5e9d3102
...
...
@@ -10,7 +10,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TODECK
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_BATTLED
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG
_AVAILABLE_BD
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
,
EFFECT_FLAG2
_AVAILABLE_BD
)
e1
:
SetCost
(
Senya
.
RemoveOverlayCost
(
1
))
e1
:
SetCondition
(
cm
.
rmcon
)
e1
:
SetTarget
(
cm
.
rmtg
)
...
...
@@ -92,4 +92,4 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
cm
.
RegisterBuff
(
tc
,
e
:
GetHandler
())
end
Duel
.
SpecialSummonComplete
()
end
\ No newline at end of file
end
expansions/script/c37564431.lua
View file @
5e9d3102
...
...
@@ -30,7 +30,7 @@ function cm.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_BATTLED
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG_
AVAILABLE_BD
+
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG_
CARD_TARGET
,
EFFECT_FLAG2_AVAILABLE_BD
)
e3
:
SetCost
(
Senya
.
SelfReleaseCost
)
e3
:
SetTarget
(
cm
.
target1
)
e3
:
SetOperation
(
cm
.
operation1
)
...
...
@@ -84,4 +84,4 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
true
,
true
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
end
end
\ No newline at end of file
end
expansions/script/c37564457.lua
View file @
5e9d3102
...
...
@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_BATTLED
)
e4
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG_
AVAILABLE_BD
+
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG_
CARD_TARGET
,
EFFECT_FLAG2_AVAILABLE_BD
)
e4
:
SetCost
(
Senya
.
SelfToHandCost
)
e4
:
SetTarget
(
cm
.
thtg
)
e4
:
SetOperation
(
cm
.
thop
)
...
...
@@ -53,4 +53,4 @@ end
function
cm
.
eftg
(
e
,
c
)
local
lg
=
e
:
GetHandler
():
GetLinkedGroup
()
return
c
:
IsType
(
TYPE_EFFECT
)
and
lg
:
IsContains
(
c
)
end
\ No newline at end of file
end
expansions/script/c37564533.lua
View file @
5e9d3102
...
...
@@ -23,7 +23,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_BATTLED
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG
_AVAILABLE_BD
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
,
EFFECT_FLAG2
_AVAILABLE_BD
)
e1
:
SetCondition
(
cm
.
rmcon
)
e1
:
SetTarget
(
cm
.
rmtg
)
e1
:
SetOperation
(
cm
.
rmop
)
...
...
@@ -45,4 +45,4 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
if
bc
:
IsRelateToBattle
()
and
bc
:
IsControler
(
1
-
tp
)
then
Duel
.
Remove
(
bc
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
expansions/script/c37564534.lua
View file @
5e9d3102
...
...
@@ -31,7 +31,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_BATTLED
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG
_AVAILABLE_BD
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
,
EFFECT_FLAG2
_AVAILABLE_BD
)
e1
:
SetCondition
(
cm
.
rgcon
)
e1
:
SetTarget
(
cm
.
rmtg
)
e1
:
SetOperation
(
cm
.
rmop
)
...
...
@@ -90,4 +90,4 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
\ No newline at end of file
end
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