Okay, I'm attempting to design a perk... "Card Counter". Level 25, INT >= 8, PER >= 7 LCK <= 8 requirements. It adds +2 luck, but only when at a Blackjack table (MenuMode 1081).
I AddPerk it on via the console, I check to make sure the ability effect is on me (via IsSpellTarget), I even check to make sure MenuMode 1081 returns a 1 in the console... and my Luck stat doesn't change.
Anyone have any ideas as to why it doesn't work?
I've tried duplicating the IncreaseLuck base effect and pointing the spell at that instead, and nothing. Do I need to meet the acquisition requirements? My test character is only level 21, but meets the PER and INT requirements.