kinetic_crusher 
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 |
| fire_kinetic_blast_sound | The sound that plays when we fire a kinetic blast |
| force_wielded | Wielded damage we deal, aka our "real" damage |
| projectile_icon | The file in which our projectile icon resides |
| projectile_icon_state | Used by retool kits when changing the crusher's projectile sprite |
| projectile_recharge_sound | The sound that plays when we recharge the projectile |
| toggle_light_sound | The sound that plays when the light is turned off/on |
| 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 |
| update_wielding | Updates the two handed component with new damage values |
Var Details
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
fire_kinetic_blast_sound 
The sound that plays when we fire a kinetic blast
force_wielded 
Wielded damage we deal, aka our "real" damage
projectile_icon 
The file in which our projectile icon resides
projectile_icon_state 
Used by retool kits when changing the crusher's projectile sprite
projectile_recharge_sound 
The sound that plays when we recharge the projectile
toggle_light_sound 
The sound that plays when the light is turned off/on
trophies 
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
update_wielding
Updates the two handed component with new damage values