Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
K'van
Tales of MajEyal
Commits
e1ccaf9c
Commit
e1ccaf9c
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
frellllll
parent
758e5bab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/talents/cursed/cursed.lua
+5
-5
5 additions, 5 deletions
game/modules/tome/data/talents/cursed/cursed.lua
with
5 additions
and
5 deletions
game/modules/tome/data/talents/cursed/cursed.lua
+
5
−
5
View file @
e1ccaf9c
...
...
@@ -103,23 +103,23 @@ cursed_cun_req5 = {
level
=
function
(
level
)
return
16
+
(
level
-
1
)
end
,
}
cursed_req_high1
=
{
cursed_
cun_
req_high1
=
{
stat
=
{
cun
=
function
(
level
)
return
22
+
(
level
-
1
)
*
2
end
},
level
=
function
(
level
)
return
10
+
(
level
-
1
)
end
,
}
cursed_req_high2
=
{
cursed_
cun_
req_high2
=
{
stat
=
{
cun
=
function
(
level
)
return
30
+
(
level
-
1
)
*
2
end
},
level
=
function
(
level
)
return
14
+
(
level
-
1
)
end
,
}
cursed_req_high3
=
{
cursed_
cun_
req_high3
=
{
stat
=
{
cun
=
function
(
level
)
return
38
+
(
level
-
1
)
*
2
end
},
level
=
function
(
level
)
return
18
+
(
level
-
1
)
end
,
}
cursed_req_high4
=
{
cursed_
cun_
req_high4
=
{
stat
=
{
cun
=
function
(
level
)
return
46
+
(
level
-
1
)
*
2
end
},
level
=
function
(
level
)
return
22
+
(
level
-
1
)
end
,
}
cursed_req_high5
=
{
cursed_
cun_
req_high5
=
{
stat
=
{
cun
=
function
(
level
)
return
54
+
(
level
-
1
)
*
2
end
},
level
=
function
(
level
)
return
26
+
(
level
-
1
)
end
,
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment