titanium ![code/game/objects/items/stacks/golem_food/golem_status_effects.dm 327](git.png)
Makes you tougher
Vars | |
brute_modifier | Amount to reduce brute damage by |
---|---|
damage_increase | How much extra damage do we do with our fists? |
mining_bonus | Deal this much extra damage to mining mobs, most of which take 0 unarmed damage usually |
modified_arms | List of arms we have updated |
Procs | |
buff_arm | Make the targeted arm big and strong |
debuff_arm | Make the targeted arm small and weak |
on_arm_destroyed | Remove references to deleted arms |
on_punched | Give mining mobs an extra slap |
Var Details
brute_modifier ![code/game/objects/items/stacks/golem_food/golem_status_effects.dm 334](git.png)
Amount to reduce brute damage by
damage_increase ![code/game/objects/items/stacks/golem_food/golem_status_effects.dm 336](git.png)
How much extra damage do we do with our fists?
mining_bonus ![code/game/objects/items/stacks/golem_food/golem_status_effects.dm 338](git.png)
Deal this much extra damage to mining mobs, most of which take 0 unarmed damage usually
modified_arms ![code/game/objects/items/stacks/golem_food/golem_status_effects.dm 342](git.png)
List of arms we have updated
Proc Details
buff_arm
Make the targeted arm big and strong
debuff_arm
Make the targeted arm small and weak
on_arm_destroyed
Remove references to deleted arms
on_punched
Give mining mobs an extra slap