crusher_trophy 
Vars | |
| bonus_value | If it has a bonus effect, this is how much that effect is |
|---|---|
| denied_type | What type of trophies will block this trophy from being added, must be overriden |
| trophy_id | ID of the trophy to be sent by the signal |
| wildhunter_drops | What items will drop if you cut it with wildhunter's knife |
Procs | |
| add_to | Tries to add the trophy to our crusher |
| effect_desc | Returns a string to get added to the examine |
| on_mark_applied | Does an effect when a mark is applied |
| on_mark_detonation | Does an effect when you hit a mob that is marked via the projectile Returns additional damage for detonation |
| on_melee_hit | Does an effect when you hit a mob with a crusher |
| on_projectile_hit_mineral | Does an effect when you hit a mineral turf with the projectile |
| on_projectile_hit_mob | Does an effect when you hit a mob with the projectile |
| remove_from | Removes the trophy from our crusher |
Var Details
bonus_value 
If it has a bonus effect, this is how much that effect is
denied_type 
What type of trophies will block this trophy from being added, must be overriden
trophy_id 
ID of the trophy to be sent by the signal
wildhunter_drops 
What items will drop if you cut it with wildhunter's knife
Proc Details
add_to
Tries to add the trophy to our crusher
effect_desc
Returns a string to get added to the examine
on_mark_applied
Does an effect when a mark is applied
on_mark_detonation
Does an effect when you hit a mob that is marked via the projectile Returns additional damage for detonation
on_melee_hit
Does an effect when you hit a mob with a crusher
on_projectile_hit_mineral
Does an effect when you hit a mineral turf with the projectile
on_projectile_hit_mob
Does an effect when you hit a mob with the projectile
remove_from
Removes the trophy from our crusher