Hauntium is chill with the undead, buffs hauntium stats (#61584)

This commit is contained in:
tralezab
2021-09-25 03:53:40 -07:00
committed by GitHub
parent 458e49d353
commit c3ffd2d975
4 changed files with 24 additions and 8 deletions
+3 -3
View File
@@ -8,9 +8,9 @@
sheet_type = /obj/item/stack/sheet/hauntium
value_per_unit = 0.05
beauty_modifier = 0.25
strength_modifier = 1
armor_modifiers = list(MELEE = 1, BULLET = 1, LASER = 1, ENERGY = 1, BOMB = 1, BIO = 1, RAD = 1, FIRE = 1, ACID = 1)
//pretty good but only the undead can actually make use of these modifiers
strength_modifier = 1.2
armor_modifiers = list(MELEE = 1.1, BULLET = 1.1, LASER = 1.15, ENERGY = 1.15, BOMB = 1, BIO = 1, RAD = 1, FIRE = 1, ACID = 0.7)
/datum/material/hauntium/on_applied_obj(obj/o, amount, material_flags)
. = ..()