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
0fe4b82c
Commit
0fe4b82c
authored
Dec 22, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove_constalt
parent
96c6c6e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
expansions/script/c37564337.lua
expansions/script/c37564337.lua
+1
-0
expansions/script/c37564765.lua
expansions/script/c37564765.lua
+0
-6
No files found.
expansions/script/c37564337.lua
View file @
0fe4b82c
...
...
@@ -19,6 +19,7 @@ function cm.initial_effect(c)
e1
:
SetCode
(
EFFECT_SET_ATTACK
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetCondition
(
function
(
e
)
return
e
:
GetHandler
():
GetOverlayCount
()
>
0
end
)
e1
:
SetTarget
(
function
(
e
,
c
)
return
c
:
IsType
(
TYPE_LINK
)
end
)
e1
:
SetValue
(
function
(
e
,
c
)
return
math.ceil
(
c
:
GetBaseAttack
()
/
2
)
end
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c37564765.lua
View file @
0fe4b82c
...
...
@@ -10,12 +10,6 @@ cm.delay=0x14000
cm
.
fix
=
0x40400
cm
.
m
=
37564765
--constants
EFFECT_CHANGE_LINK_MARKER_KOISHI
=
710253
EFFECT_ADD_LINK_MARKER_KOISHI
=
37564151
EFFECT_REMOVE_LINK_MARKER_KOISHI
=
37564152
EFFECT_CANNOT_LOSE_KOISHI
=
37564153
function
cm
.
DescriptionInNanahira
(
id
)
id
=
id
or
0
return
37564765
*
16
+
id
...
...
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