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
Otowa Kotori
Tales of MajEyal
Commits
ed206115
Commit
ed206115
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
plop
git-svn-id:
http://svn.net-core.org/repos/t-engine4@1732
51575b47-30f0-44d4-a5cc-537603b46e54
parent
6a651af9
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/Actor.lua
+2
-2
2 additions, 2 deletions
game/modules/tome/class/Actor.lua
game/modules/tome/data/zones/charred-scar/npcs.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/zones/charred-scar/npcs.lua
with
3 additions
and
3 deletions
game/modules/tome/class/Actor.lua
+
2
−
2
View file @
ed206115
...
...
@@ -1474,8 +1474,8 @@ end
function
_M
:
worthExp
(
target
)
if
not
target
.
level
or
self
.
level
<
target
.
level
-
3
then
return
0
end
local
mult
=
0
.
2
if
self
.
rank
==
1
then
mult
=
0
.
2
local
mult
=
0
.
3
if
self
.
rank
==
1
then
mult
=
0
.
3
elseif
self
.
rank
==
2
then
mult
=
0
.
4
elseif
self
.
rank
==
3
then
mult
=
3
elseif
self
.
rank
==
4
then
mult
=
60
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/zones/charred-scar/npcs.lua
+
1
−
1
View file @
ed206115
...
...
@@ -160,7 +160,7 @@ newEntity{
type
=
"humanoid"
,
subtype
=
"sorcerer"
,
name
=
"Elandar"
,
display
=
"@"
,
color
=
colors
.
AQUAMARINE
,
faction
=
"sorcerers
s
"
,
faction
=
"sorcerers"
,
desc
=
[[The renegates mages from Angolwen, the Sorcerers have setup in the Far East, slowly growing corrupt. Now they must be stopped.]]
,
level_range
=
{
70
,
70
},
exp_worth
=
15
,
...
...
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