Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Aphid
VuhDo
Commits
c953465f
Commit
c953465f
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added spell 'Essence Font' to Mistweaver Monk default HoTs
parent
f457d976
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
VuhDoConst.lua
VuhDoConst.lua
+1
-0
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+1
-0
VuhDoSpellEstimator.lua
VuhDoSpellEstimator.lua
+1
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoConst.lua
View file @
c953465f
...
...
@@ -375,6 +375,7 @@ VUHDO_HEALING_HOTS = {
[
VUHDO_SPELL_ID
.
SOOTHING_MIST
]
=
true
,
[
VUHDO_SPELL_ID
.
ENVELOPING_MIST
]
=
true
,
[
VUHDO_SPELL_ID
.
RENEWING_MIST
]
=
true
,
[
VUHDO_SPELL_ID
.
ESSENCE_FONT
]
=
true
,
};
...
...
This diff is collapsed.
Click to expand it.
VuhDoConstSpells.lua
View file @
c953465f
...
...
@@ -125,6 +125,7 @@ VUHDO_SPELL_ID.CHI_WAVE = VUHDO_getSpellInfo(115098);
VUHDO_SPELL_ID
.
LIFE_COCOON
=
VUHDO_getSpellInfo
(
116849
);
VUHDO_SPELL_ID
.
ANCIENT_MISTWEAVER_ARTS
=
VUHDO_getSpellInfo
(
209520
);
VUHDO_SPELL_ID
.
SOOTHING_MIST_HONOR_TALENT
=
VUHDO_getSpellInfo
(
209525
);
VUHDO_SPELL_ID
.
ESSENCE_FONT
=
VUHDO_getSpellInfo
(
191840
);
-- 3000 MASTERY (=>BOM)
...
...
This diff is collapsed.
Click to expand it.
VuhDoSpellEstimator.lua
View file @
c953465f
...
...
@@ -57,6 +57,7 @@ VUHDO_SPELLS = {
[
VUHDO_SPELL_ID
.
ENVELOPING_MIST
]
=
{[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
RENEWING_MIST
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
ZEN_SPHERE
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
ESSENCE_FONT
]
=
{
[
"isHot"
]
=
true
},
-- Mage
[
VUHDO_SPELL_ID
.
ICE_BARRIER
]
=
{
[
"isHot"
]
=
true
},
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
c953465f
...
...
@@ -23,6 +23,7 @@ Bugfixes:
Improvements:
-- Added additional default custom debuffs for ToV raid encounters
-- Map Monk 'Ancient Mistweaver Arts' to 'Soothing Mist(Honor Talent)'
-- Added spell 'Essence Font' to Mistweaver Monk default HoTs
--------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment