Dominian gear update/dresses (#9367)

Adds a Dominian mercenary loadout, finishing off the main Human factions that can be represented via mercs.

Also, adds two Dominian dresses to the loadout (the Dominian clothing selection) and fixes the description of the Himeo cap.

The weirdest part of this PR is the 80 melee resists on the Dominian RIG. The other stats have been lowered to compensate for this (given it's meant to be a melee-centered suit) but let me know if the stats aren't to your liking, and I'll be willing to change them.

The Dominian mercenary kit gets 4 voidsuits, the RIG, 4 energy cutlasses and 4 resprited energy shields. The resprite just turns them red.

The solo mercenary kit gives you 1 voidsuit, a shield, a cutlass, and that's it.
The RIG is below, armed and unarmed.
This commit is contained in:
kyres1
2020-07-22 23:20:54 +03:00
committed by GitHub
parent e0d372f6c1
commit 9e486ce599
25 changed files with 163 additions and 5 deletions
@@ -221,6 +221,8 @@
suit["dominia sweater"] = /obj/item/clothing/under/dominia/sweater
suit["lyodsuit"] = /obj/item/clothing/under/dominia/lyodsuit
suit["hoodied lyodsuit"] = /obj/item/clothing/under/dominia/lyodsuit/hoodie
suit["dominia noblewoman dress"] = /obj/item/clothing/under/dominia/dress
suit["dominia summer dress"] = /obj/item/clothing/under/dominia/dress/summer
gear_tweaks += new/datum/gear_tweak/path(suit)
/datum/gear/uniform/elyra_holo
@@ -314,4 +316,4 @@
var/pyjamas = list()
pyjamas["blue pyjamas"] = /obj/item/clothing/under/pj/blue
pyjamas["red pyjamas"] = /obj/item/clothing/under/pj/red
gear_tweaks += new/datum/gear_tweak/path(pyjamas)
gear_tweaks += new/datum/gear_tweak/path(pyjamas)