Open madsboddum opened 10 years ago
Do you mean buffs from items? If so, that's handled with core.objectService.useObject(), utilised by radial menu scripts such as usable.py.
expertise_sm_ranged_shot_proc expertise_sm_melee_proc expertise_sm_melee_stun_proc expertise_sm_card_ranged_proc expertise_sm_card_melee_proc expertise_sm_feeling_lucky_chance_proc
and more in that file
I am refering to buffs/expertise that grant a proc chance effect. These are often obtained through buffs or some sort of expertise.
In the Smuggler expertise, you can get 20% Hammer Fanning chance. Whenever you attack, you then have a 20% chance to do damage with an additional hit.
same for the Burst attack of medic in expertise
A system for the addition of proc effects needs to be created.