





----------------------------------
Sign Of Ill Omen : You can cast Bestow Curse, powerful, at will.
Mire The Mind : You can cast Slow, powerful, at will.
Dreadful Word : You can cast Confusion, at will.
Minions Of Chaos : You can cast Conjure Elemental, at will.
Sculptor Of Flesh : You can cast Polymorph, at will.
Thief Of Five Fates : You can cast Bane, powerful, at will.
Eldritch invocation MODIFIED :

-------------------------------
Book Of Ancient Secrets : You can cast Glyph of Warding, powerful, at will.
Why:
-----
1- The spells from Eldritch Invocations are quite bad, and it clearly doesn't worth to spend a spell slot for them ; we warlock allways choose the same invocations : Devil's Sight, Agonising Blast... and... we don't care about others, it's random sh*t ; so here goes the solution : let them cast AT WILL !
2- Book Of Ancient Secrets in vanilla was 3 spells until long rest ; why not... but I changed it to only one, at will, for lore reasons : Glyph ; it sounds so great to learn drawing glyphes thanks to on old secret book :)
Easter Egg:
-----------
Hex spell for free (at will) and HEX.STRENGHT by default :)
Enjoy!
------
Code:
------
new entry "DreadfulWord"
type "PassiveData"
data "DisplayName" "h687ffbe3g3f98g4e08gbe31g096a99428374;1"
data "Description" "DreadfulWord_des;1"
data "Icon" "Spell_Enchantment_Confusion"
data "Boosts" "UnlockSpell(Target_Confusion,MostPowerful,,,Charisma)"
new entry "MinionsOfChaos"
type "PassiveData"
data "DisplayName" "h43129b8dgfb5fg4dfbg897agd5399176a677;1"
data "Description" "MinionsOfChaos_des;1"
data "Icon" "Spell_Conjuration_ConjureElemental"
data "Boosts" "UnlockSpell(Target_ConjureElemental_Container,MostPowerful,,,Charisma)"
new entry "MireTheMind"
type "PassiveData"
data "DisplayName" "hbb21ab91geca4g42a6g8645g6fc2c7efffa5;1"
data "Description" "MireTheMind_des;1"
data "Icon" "Spell_Transmutation_Slow"
data "Boosts" "UnlockSpell(Target_Slow,MostPowerful,,,Charisma)"
new entry "SculptorOfFlesh"
type "PassiveData"
data "DisplayName" "hda3662c0g43acg4f20ga44fg98f04aba00ae;1"
data "Description" "SculptorOfFlesh_des;1"
data "Icon" "Spell_Transmutation_Polymorph"
data "Boosts" "UnlockSpell(Target_Polymorph,MostPowerful,,,Charisma)"
new entry "SignOfIllOmen"
type "PassiveData"
data "DisplayName" "h9f25ae2eg449cg4ac4gb0dcg099363cd5db3;2"
data "Description" "SignOfIllOmen_des;1"
data "Icon" "Spell_Necromancy_BestowCurse"
data "Boosts" "UnlockSpell(Target_BestowCurse,MostPowerful,,,Charisma)"
new entry "ThiefOfFiveFates"
type "PassiveData"
data "DisplayName" "hd2235b3egc3f2g42d8ga365gebaf4b43fceb;2"
data "Description" "ThiefOfFiveFates_des;1"
data "ExtraDescription" "hc2bc07cbg11b1g43e7g841cg3518eb479fca;1"
data "Icon" "Spell_Enchantment_Bane"
data "Boosts" "UnlockSpell(Target_Bane,MostPowerful,,,Charisma)"
new entry "BookOfAncientSecrets"
type "PassiveData"
data "DisplayName" "h018f589bg82c1g4476g8631g0bd0b7cdfbad;2"
data "Description" "BookOfAncientSecrets_des;1"
data "Icon" "PassiveFeature_BookOfAncientSecrets"
data "Properties" "Highlighted"
data "Boosts" "UnlockSpell(Target_GlyphOfWarding,MostPowerful,,,Charisma)"