mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
Tyr Update 9000 (#11107)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -280,3 +280,26 @@
|
||||
color = "#FF3300"
|
||||
high_color = "#FF3300"
|
||||
low_color = "#F08F4F"
|
||||
|
||||
|
||||
//other Tyr Loot
|
||||
/obj/item/melee/energy/sword/top_shield
|
||||
name = "energy spike shield"
|
||||
desc = "A makeshift shield."
|
||||
icon = 'modular_chomp/icons/mob/tribal_gear.dmi'
|
||||
icon_state = "topshield"
|
||||
item_state = "topshield"
|
||||
active_force = 10
|
||||
active_armourpen = 60
|
||||
active_throwforce = 40
|
||||
throw_speed = 1
|
||||
throw_range = 7
|
||||
slowdown = 2
|
||||
defend_chance = 70
|
||||
projectile_parry_chance = 70
|
||||
active_w_class = ITEMSIZE_HUGE
|
||||
w_class = ITEMSIZE_HUGE
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'modular_chomp/icons/obj/guns/precursor/lefthand.dmi',
|
||||
slot_r_hand_str = 'modular_chomp/icons/obj/guns/precursor/righthand.dmi',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user