The idea was to have this perk given to the player upon activation of a "shrine". However, for matter of testing and display purposes I figured I would add the damage bonus the way the Standing Stones do. I looked into it and it seems that when activating a Standing Stone the stone will give the player a spell, which in turn has a magic effect, which in turn gives the player a specific perk for the duration of said spell. The whole chain of command is very confusing but basically what I did was...
Made the spell with a description, made it an ability and chose to have it be a constant effect. Then I gave the spell a magic effect which is solely responsible for granting the perk for the duration of the spell. (Which in this case is permanent until the player chooses to remove it). Now I still can't tell whether or not my perk is actually being taken into account. Although while typing this I had a bit a thought...
Maybe putting the time constraints in the perk level was the wrong thing to do. Instead, I might be able to attach the time conditionals to the magic effect or spell level. That way when the right time came up the spell would appear in the permanent ability tab, the damage bonus would kick in and I would be all set to do things like add shaders, etc.
So...
1. Will my last thought above be neccesary to make this work or is leaving the time conditional in the perk work fine?
2. Now say I want to have an on-hit shader occur on the targets I hit while under the affects of the spell, How would I do this?
3. What about adding a shader to the PC while he is meets the conditions of the perk?
Sorry for the rambling, I need my sleep. Goodnight, hopefully someone (or myself) will have answers in the morning.