Tyr Update (#12633)

This commit is contained in:
FluffMedic
2026-04-08 18:16:49 +02:00
committed by GitHub
parent 765fa754fe
commit 5b16cbdf0e
19 changed files with 21370 additions and 21149 deletions
@@ -267,7 +267,7 @@
name = "tyrian scout katar"
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."
description_info = "Attacking whilst on grab intent will light a fire, 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
@@ -293,24 +293,13 @@
. = ..()
switch(user.a_intent)
if(I_GRAB)
target.add_modifier(/datum/modifier/agate_bomb, 8 SECONDS)
target.adjust_fire_stacks(7)
target.ignite_mob()
if(I_DISARM)
user.add_modifier(/datum/modifier/technomancer/haste, 2 SECONDS)
if(I_HURT)
target.add_modifier(/datum/modifier/phase_armor, 5 SECONDS)
/datum/modifier/agate_bomb
name = "Agate Bomb"
desc = "The bomb has been planted."
on_created_text = span_notice("A strange substance is applied to your form.")
on_expired_text = span_warning("The substance explodes.")
stacks = MODIFIER_STACK_ALLOWED
/datum/modifier/agate_bomb/on_expire()
if(holder.stat != DEAD)
holder.inflict_heat_damage(20)
/datum/modifier/phase_armor
name = "Phased Armor"
desc = "Your defense has been phased out."