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
beac6a92
Commit
beac6a92
authored
8 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
fixed learning Hymns and Chants from escorts/whatever and having them appear on the trees
parent
5e63bf2a
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/talents/celestial/chants.lua
+3
-3
3 additions, 3 deletions
game/modules/tome/data/talents/celestial/chants.lua
game/modules/tome/data/talents/celestial/hymns.lua
+3
-3
3 additions, 3 deletions
game/modules/tome/data/talents/celestial/hymns.lua
with
6 additions
and
6 deletions
game/modules/tome/data/talents/celestial/chants.lua
+
3
−
3
View file @
beac6a92
...
...
@@ -20,7 +20,7 @@
-- Looks weaker than the other options, but extra life is a more universally useful stat and mind save is generally lower for celestial classes.
newTalent
{
name
=
"Chant of Fortitude"
,
type
=
{
"celestial/
chants
"
,
1
},
type
=
{
"celestial/
other
"
,
1
},
mode
=
"sustained"
,
hide
=
true
,
require
=
divi_req1
,
...
...
@@ -82,7 +82,7 @@ newTalent{
-- Physical and weapon protection Chant.
newTalent
{
name
=
"Chant of Fortress"
,
type
=
{
"celestial/
chants
"
,
1
},
type
=
{
"celestial/
other
"
,
1
},
mode
=
"sustained"
,
hide
=
true
,
require
=
divi_req1
,
...
...
@@ -146,7 +146,7 @@ newTalent{
-- This can be swapped to reactively with a projectile already in the air
newTalent
{
name
=
"Chant of Resistance"
,
type
=
{
"celestial/
chants
"
,
1
},
type
=
{
"celestial/
other
"
,
1
},
mode
=
"sustained"
,
hide
=
true
,
require
=
divi_req1
,
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/talents/celestial/hymns.lua
+
3
−
3
View file @
beac6a92
...
...
@@ -19,7 +19,7 @@
newTalent
{
name
=
"Hymn of Shadows"
,
type
=
{
"celestial/
hymns
"
,
1
},
type
=
{
"celestial/
other
"
,
1
},
mode
=
"sustained"
,
hide
=
true
,
require
=
divi_req1
,
...
...
@@ -89,7 +89,7 @@ newTalent{
newTalent
{
name
=
"Hymn of Detection"
,
type
=
{
"celestial/
hymns
"
,
1
},
type
=
{
"celestial/
other
"
,
1
},
mode
=
"sustained"
,
hide
=
true
,
require
=
divi_req1
,
...
...
@@ -162,7 +162,7 @@ newTalent{
newTalent
{
name
=
"Hymn of Perseverance"
,
type
=
{
"celestial/
hymns
"
,
1
},
type
=
{
"celestial/
other
"
,
1
},
mode
=
"sustained"
,
hide
=
true
,
require
=
divi_req1
,
...
...
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