Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
tome
Tales of MajEyal
Commits
74c5bd56
Commit
74c5bd56
authored
12 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
fix
git-svn-id:
http://svn.net-core.org/repos/t-engine4@5260
51575b47-30f0-44d4-a5cc-537603b46e54
parent
6368fa8f
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/class/Object.lua
+4
-4
4 additions, 4 deletions
game/modules/tome/class/Object.lua
with
4 additions
and
4 deletions
game/modules/tome/class/Object.lua
+
4
−
4
View file @
74c5bd56
...
...
@@ -1258,10 +1258,10 @@ function _M:getPriceFlags()
if
w
.
mana_regen_on_hit
then
price
=
price
+
w
.
mana_regen_on_hit
*
3
end
if
w
.
psi_regen_on_hit
then
price
=
price
+
w
.
psi_regen_on_hit
*
3
end
if
w
.
hate_regen_on_hit
then
price
=
price
+
w
.
hate_regen_on_hit
*
3
end
if
w
.
mana_on_crit
then
price
=
price
+
w
.
mana_
regen_
on_
h
it
*
3
end
if
w
.
vim_on_crit
then
price
=
price
+
w
.
vim_
regen_
on_
h
it
*
3
end
if
w
.
psi_on_crit
then
price
=
price
+
w
.
psi_
regen_
on_
h
it
*
3
end
if
w
.
hate_on_crit
then
price
=
price
+
w
.
hate_
regen_
on_
h
it
*
3
end
if
w
.
mana_on_crit
then
price
=
price
+
w
.
mana_on_
cr
it
*
3
end
if
w
.
vim_on_crit
then
price
=
price
+
w
.
vim_on_
cr
it
*
3
end
if
w
.
psi_on_crit
then
price
=
price
+
w
.
psi_on_
cr
it
*
3
end
if
w
.
hate_on_crit
then
price
=
price
+
w
.
hate_on_
cr
it
*
3
end
if
w
.
psi_per_kill
then
price
=
price
+
w
.
psi_per_kill
*
3
end
if
w
.
hate_per_kill
then
price
=
price
+
w
.
hate_per_kill
*
3
end
if
w
.
resource_leech_chance
then
price
=
price
+
w
.
resource_leech_chance
*
10
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