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
yutio888
Tales of MajEyal
Commits
9c225b25
Commit
9c225b25
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Superpower grants 50% of strength as mindpower
parent
1fee8969
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/class/interface/Combat.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/class/interface/Combat.lua
game/modules/tome/data/talents/uber/str.lua
+2
-1
2 additions, 1 deletion
game/modules/tome/data/talents/uber/str.lua
with
3 additions
and
2 deletions
game/modules/tome/class/interface/Combat.lua
+
1
−
1
View file @
9c225b25
...
...
@@ -1619,7 +1619,7 @@ function _M:combatMindpower(mod, add)
add
=
add
or
0
if
self
:
knowTalent
(
self
.
T_SUPERPOWER
)
then
add
=
add
+
2
5
*
self
:
getStr
()
/
100
add
=
add
+
5
0
*
self
:
getStr
()
/
100
end
if
self
:
knowTalent
(
self
.
T_GESTURE_OF_POWER
)
then
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/talents/uber/str.lua
+
2
−
1
View file @
9c225b25
...
...
@@ -185,12 +185,13 @@ uberTalent{
end
,
}
uberTalent
{
uberTalent
{
name
=
"Superpower"
,
mode
=
"passive"
,
info
=
function
(
self
,
t
)
return
(
[[A strong body is key to a strong mind. And a strong mind is powerful enough to make a strong body.
Grants a Mindpower bonus equal to
2
5%% of your Strength.
Grants a Mindpower bonus equal to 5
0
%% of your Strength.
Additionally, you treat all weapons as having an additional 30%% Willpower modifier.]]
)
:
format
()
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