Tyr Update 9000 (#11107)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
FluffMedic
2025-06-28 22:10:31 +02:00
committed by GitHub
co-authored by Kashargul
parent 5386230d96
commit e5c574285d
22 changed files with 23243 additions and 22670 deletions
@@ -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',
)