Open Candycanes opened 6 years ago
e.g. for DOMINANT_PERFUME the fetish is added in the applyEffect()
if(!target.hasFetish(Fetish.FETISH_DOMINANT)) {
target.addFetish(Fetish.FETISH_DOMINANT);
The apply via the phone diaologue seems similarly handled via the callback:
if(Main.game.getPlayer().getEssenceCount(TFEssence.ARCANE)>=f.getCost()) {
if(Main.game.getPlayer().addFetish(f)) {
Main.game.getPlayer().incrementEssenceCount(TFEssence.ARCANE, -f.getCost());
Main.game.setContent(new Response("", "", Main.game.getCurrentDialogueNode()));
}
Was there an equipment / potion in particular that did not add the aura?
sidenote: In the fetish list where one can pick from (the latter) also on hoover for some, the arcane requirement is not shown. (off page?) e.g. for submissive or masochist, or is this om purpose? there seems to be the requirement nonetheless.
fetishes are stored in a set, so double stacking shouldn't be possible. Nonetheless, it should not be available. There seem to be checks in place in the phone dialogue. What version of lilith are you running?
Latest version (0.2.0.5) WhenI add fetishes via clothing/equipment I don't gain associated stats (Example, bonus Aura from the Dominant perk). However whilst wearing this clothing you can then click the fetish on the phone (permanently adding it) and gain the stat boost. (Potions add fetishes and stats correctly after a re-test, I was checking Arcane stat for Dominant fetish instead of Aura stat)
I first noticed this when I added bimbo enchanted earrings to my character and didn't gain 10 seduction damage in stats, but could then take bimbo fetish on my phone to recieve the fetish and stat boost.
(I hope I'm explaining this clearly enough, sorry)
@Innoxia Tested this on 0.3.6.8 and it looks like everything is working correctly - I enchanted a bandana with the Submissive fetish, and when I equipped it my Physique went up by 2. Can't say when it started working, but this old bug can be closed now.
Equipment that gives fetishes does not give the player the associated stat bonuses from these fetishes. For example Dominant Fetish gives +5 aura but only supplies this associated bonus stat when picked form the Fetishes list not when accquired from Equipment. After testing this also applies to fetishes gained from drinking potions. (this applies to all stats added through fetishes including fertility/virility)
The masochist/Sadist lust damage seems to apply from these though.
Additional: Gaining a fetish whilst wearing a piece of clothing still alows you to click that fetish whilst on the fetish tab to get it again (this time giving the stats, if the above bug is fixed it could cause double stacking of stats from fetishes)