From bbc59ed9f893de48ed7daa7c8806ed3550edcf0d Mon Sep 17 00:00:00 2001 From: FluffMedic <109300046+FluffMedic@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:28:39 -0500 Subject: [PATCH] Small Buff (#12330) --- modular_chomp/code/modules/exploration/bossloots.dm | 3 ++- modular_chomp/code/modules/exploration/tyr_tribal_gear.dm | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modular_chomp/code/modules/exploration/bossloots.dm b/modular_chomp/code/modules/exploration/bossloots.dm index a329f3f1ae..7cfe1db9bf 100644 --- a/modular_chomp/code/modules/exploration/bossloots.dm +++ b/modular_chomp/code/modules/exploration/bossloots.dm @@ -46,6 +46,7 @@ active_armourpen = 30 projectile_parry_chance = 20 defend_chance = 20 + lcolor = null colorable = FALSE icon = 'modular_chomp/icons/mob/tribal_gear.dmi' @@ -121,4 +122,4 @@ charge = 300 maxcharge = 300 charge_amount = 300 - charge_delay = 50 + charge_delay = 5 diff --git a/modular_chomp/code/modules/exploration/tyr_tribal_gear.dm b/modular_chomp/code/modules/exploration/tyr_tribal_gear.dm index 13b0b563b3..3c0d80fc2c 100644 --- a/modular_chomp/code/modules/exploration/tyr_tribal_gear.dm +++ b/modular_chomp/code/modules/exploration/tyr_tribal_gear.dm @@ -268,6 +268,7 @@ slot_flags = SLOT_BELT | SLOT_BACK desc = "A forgien blade made via techniques formly lost. Gains a diffrent effect base off your stance." description_info = "Attacking whilst on grab intent will plant a heat bomb, attacking whilst on disarm will increase your speed for a brief moment, and attacking whilst on harm will phase out your foe's armor." + lcolor = null colorable = FALSE attackspeed = 4 active_force = 5 @@ -324,10 +325,11 @@ name = "tyrian guardian hammer" slot_flags = SLOT_BELT | SLOT_BACK desc = "A strange hammer made via techniques formly lost. Gains a diffrent effect base off your stance." - description_info = "Attacking whilst on grab intent weakens the target's healing, attacking whilst on disarm weakens the target's melee potential, and attacking whilst on harm has a 2% chance to deal guaranteed massive damage." + description_info = "Attacking whilst on grab intent restore the wielder's health, attacking whilst on disarm weakens the target and attacking whilst on harm can throw back the target." + lcolor = null colorable = FALSE - active_force = 20 + active_force = 35 active_armourpen = 40 attackspeed = 20