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
05911e4f
Commit
05911e4f
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
fix
git-svn-id:
http://svn.net-core.org/repos/t-engine4@1888
51575b47-30f0-44d4-a5cc-537603b46e54
parent
75a55ca0
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/data/general/objects/world-artifacts.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/general/objects/world-artifacts.lua
game/modules/tome/data/talents/spells/arcane.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/talents/spells/arcane.lua
with
2 additions
and
2 deletions
game/modules/tome/data/general/objects/world-artifacts.lua
+
1
−
1
View file @
05911e4f
...
...
@@ -217,7 +217,7 @@ newEntity{ base = "BASE_RING",
},
}
newEntity
{
base
=
"BASE_
RING
"
,
newEntity
{
base
=
"BASE_
AMULET
"
,
unique
=
true
,
name
=
"Feathersteel Amulet"
,
color
=
colors
.
WHITE
,
unided_name
=
"light amulet"
,
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/talents/spells/arcane.lua
+
1
−
1
View file @
05911e4f
...
...
@@ -56,7 +56,7 @@ newTalent{
ATTACK
=
10
,
},
range
=
20
,
direct_hit
=
function
(
sef
,
t
)
if
self
:
getTalentLevel
(
t
)
>=
3
then
return
true
else
return
false
end
end
,
direct_hit
=
function
(
se
l
f
,
t
)
if
self
:
getTalentLevel
(
t
)
>=
3
then
return
true
else
return
false
end
end
,
reflectable
=
true
,
requires_target
=
true
,
action
=
function
(
self
,
t
)
...
...
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