mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 03:22:12 +00:00
11 lines
568 B
Plaintext
11 lines
568 B
Plaintext
/obj/item/clothing/head/helmet/space/void/merc
|
|
armor = list(melee = 70, bullet = 60, laser = 40,energy = 15, bomb = 45, bio = 100, rad = 60)
|
|
|
|
/obj/item/clothing/suit/space/void/merc
|
|
armor = list(melee = 70, bullet = 60, laser = 40,energy = 15, bomb = 45, bio = 100, rad = 60)
|
|
|
|
/obj/item/clothing/head/helmet/space/void/merc/fire
|
|
armor = list(melee = 50, bullet = 40, laser = 70, energy = 20, bomb = 60, bio = 100, rad = 50)
|
|
|
|
/obj/item/clothing/suit/space/void/merc/fire
|
|
armor = list(melee = 50, bullet = 40, laser = 70, energy = 20, bomb = 60, bio = 100, rad = 50) |