mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 12:17:40 +01:00
Tyr Update (#12633)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user