Skip to content
Snippets Groups Projects
Commit 04ffdd41 authored by DarkGod's avatar DarkGod
Browse files

Fixed Chants and Hymns

parent 764bc6f0
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ newTalent{
-- Might also make some people consider Chants as an escort reward.
newTalent{
name = "Chant Illuminate",
type = {"celestial/chants", 5},
type = {"celestial/chants", 2},
require = divi_req2,
points = 5,
mode = "passive",
......@@ -333,7 +333,7 @@ newTalent{
-- Remember that Chants can be swapped instantly.
newTalent{
name = "Chant Adept",
type = {"celestial/chants", 6},
type = {"celestial/chants", 3},
require = divi_req3,
points = 5,
mode = "passive",
......@@ -390,7 +390,7 @@ newTalent{
newTalent{
name = "Chant Radiant",
type = {"celestial/chants", 7},
type = {"celestial/chants", 4},
require = divi_req4,
points = 5,
mode = "passive",
......
......@@ -339,7 +339,7 @@ newTalent{
newTalent{
name = "Hymn Incantor",
type = {"celestial/hymns", 5},
type = {"celestial/hymns", 2},
require = divi_req2,
points = 5,
mode = "passive",
......@@ -354,7 +354,7 @@ newTalent{
-- Remember that Hymns can be swapped instantly.
newTalent{
name = "Hymn Adept",
type = {"celestial/hymns", 6},
type = {"celestial/hymns", 3},
require = divi_req3,
points = 5,
mode = "passive",
......@@ -376,7 +376,7 @@ newTalent{
newTalent{
name = "Hymn Nocturnalist",
type = {"celestial/hymns", 7},
type = {"celestial/hymns", 4},
require = divi_req4,
points = 5,
mode = "sustained",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment