Audio feedback when Nerd outfit magazine bonus activates

Farber

New member
It's hard to tell when the nerd outfit's magazine skill doubling bonus activates unless you're keeping an eagle eye on the experience feed. It could just do its thing quietly in the background, however it's missing out on the opportunity to provide a small hit of dopamine by making some sort of distinctive sound when it triggers e.g. a ding, computer beeps, or some other flavor of thematic geekery.

 
<config>
<append xpath="/items/item[@name='knucklesSkillMagazine']" >
<effect_group tiered="false">
<triggered_effect trigger="onSelfPrimaryActionEnd" action="PlaySound" sound="read_skillbook_final" play_in_head="true">
<requirement name="HasBuff" buff="buffNerdOutfit"/>
<requirement name="RandomRoll" seed_type="Random" min_max="0,100" operation="LTE" value="@$nerdOutfitSkillPointChance"/>

</triggered_effect>
</effect_group>
</append>


</config>


This is the best I can come up with and not 100% it is correct, but it does the "Tada" like when you finish the last book in a set. (Like 'Art of Mining')  This is only for the Knuckles Magazine.  You would have to repeat for each one. 

 
Back
Top