crusher_trophy ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher_trophies.dm 5](git.png)
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 |
Procs | |
add_to | Tries to add the trophy to our crusher |
effect_desc | Returns a string to get added to the examine |
on_mark_detonation | Does an effect when you hit a mob that is marked via the projectile |
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 ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher_trophies.dm 11](git.png)
if it has a bonus effect, this is how much that effect is
denied_type ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher_trophies.dm 15](git.png)
what type of trophies will block this trophy from being added, must be overriden
trophy_id ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher_trophies.dm 13](git.png)
id of the trophy to be sent by the signal
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_detonation
Does an effect when you hit a mob that is marked via the projectile
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