kinetic_crusher ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 8](git.png)
Kinetic Crusher
Lavaland's "Hard Mode" option for players, requiring melee attacks (backstabs even better), but allowing you to upgrade it with trophies gained from fighting lavaland monsters, making it a good tradeoff and a decent playstyle.
Vars | |
backstab_bonus | Damage that the mark additionally does when hit by the crusher via backstab |
---|---|
charge_time | How long before our crusher will recharge by default |
charge_timer | Timer before our crusher recharges |
charged | If our crusher is ready to fire a projectile (FALSE means it's on cooldown) |
current_inhand_icon_state | Used by retool kits when changing the crusher's appearance |
detonation_damage | Damage that the mark does when hit by the crusher |
projectile_icon | Used by retool kits when changing the crusher's projectile sprite |
trophies | List of all crusher trophies attached to this. |
Procs | |
attempt_recharge_projectile | Handles the timer for reloading the projectile |
recharge_projectile | Recharges the projectile |
Var Details
backstab_bonus ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 49](git.png)
Damage that the mark additionally does when hit by the crusher via backstab
charge_time ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 43](git.png)
How long before our crusher will recharge by default
charge_timer ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 45](git.png)
Timer before our crusher recharges
charged ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 41](git.png)
If our crusher is ready to fire a projectile (FALSE means it's on cooldown)
current_inhand_icon_state ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 51](git.png)
Used by retool kits when changing the crusher's appearance
detonation_damage ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 47](git.png)
Damage that the mark does when hit by the crusher
projectile_icon ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 53](git.png)
Used by retool kits when changing the crusher's projectile sprite
trophies ![code/modules/mining/equipment/kinetic_crusher/kinetic_crusher.dm 39](git.png)
List of all crusher trophies attached to this.
Proc Details
attempt_recharge_projectile
Handles the timer for reloading the projectile
recharge_projectile
Recharges the projectile