Skip to content

Commit

Permalink
Saint Roumain Kepori outfits (#3262)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Makes Kepori variations for the SRM outfits. Thanks to ryerice and
spookypineapple for hanging out and helping me with these!

**uniform**
![Screenshot 2024-08-02
011344](https://github.com/user-attachments/assets/831e8bac-1c3a-42a3-a8d8-27441ace650c)

**shadow**
![Screenshot 2024-08-02
011922](https://github.com/user-attachments/assets/834cdb8a-971d-40d2-be78-206bbb4b2eff)

**Hunter**
![Screenshot 2024-08-02
012056](https://github.com/user-attachments/assets/e69e1fb7-8e7b-4dee-a9fc-810afc680c38)

**Hunter Doctor**
![Screenshot 2024-08-02
012340](https://github.com/user-attachments/assets/948f3c06-4113-44e5-9bfd-2b2efaa71aaf)

**Flamebearer**
![Screenshot 2024-08-02
012544](https://github.com/user-attachments/assets/f02934ea-79e1-4cfd-a5ea-127b0a2cc545)

**Colligne**
![Screenshot 2024-08-02
012745](https://github.com/user-attachments/assets/0e95e4b1-c920-48a2-8fd5-d323cc53590f)

**montange**
![Screenshot 2024-08-02
013047](https://github.com/user-attachments/assets/6fd7504f-4e7e-4a44-a627-9649ca19094a)

**Hardsuit**
![Screenshot 2024-08-02
013807](https://github.com/user-attachments/assets/cbac829e-73d0-43a1-ad53-ce810f7d7c51)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

Kepori can finally be played in the SRM
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
add: Added new things
add: Added more things
imageadd: added some icons and images
code: changed some code
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Major00 authored Aug 5, 2024
1 parent 5f921a9 commit 35fdc34
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions code/modules/clothing/factions/srm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
can_adjust = FALSE
icon = 'icons/obj/clothing/faction/srm/uniforms.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/srm/uniforms.dmi'
supports_variations = KEPORI_VARIATION

//////////////////
//Armored suits//
Expand All @@ -25,12 +26,14 @@
heat_protection = CHEST|GROIN|ARMS
icon = 'icons/obj/clothing/faction/srm/suits.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/srm/suits.dmi'
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/armor/roumain/shadow
name = "saint-roumain shadow duster"
desc = "A coat made from hard leather. Its rough, barely-treated finish is typical of one of the Saint-Roumain Militia's trainees."
icon_state = "armor_rouma_shadow"
item_state = "rouma_shadow_coat"
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/toggle/labcoat/roumain_med
name = "saint-roumain medical duster"
Expand All @@ -39,6 +42,7 @@
mob_overlay_icon = 'icons/mob/clothing/faction/srm/suits.dmi'
icon_state = "rouma_med_coat"
armor = list("melee" = 35, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 50, "rad" = 0, "fire" = 50, "acid" = 50)
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/hazardvest/roumain
name = "saint-roumain machinist leather vest"
Expand All @@ -53,6 +57,7 @@
name = "saint-roumain flamebearer robes"
desc = "A set of ashy-grey robes made from hard leather, adorned with gold trims. Its rough finish after a near-char and application of aromatics is heavily favored for the ecclesiastical sect of the Church of Saint Roumain, a living reminder of the Ashen Huntsman himself."
icon_state = "armor_rouma_flamebearer"
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/armor/roumain/colligne
name = "saint-roumain colligne coat"
Expand All @@ -62,6 +67,7 @@
body_parts_covered = CHEST|GROIN|ARMS|LEGS
cold_protection = CHEST|GROIN|LEGS|ARMS
heat_protection = CHEST|GROIN|LEGS|ARMS
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/armor/roumain/montagne
name = "saint-roumain montagne coat"
Expand All @@ -72,6 +78,7 @@
armor = list("melee" = 30, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 70, "acid" = 90)
cold_protection = CHEST|GROIN|LEGS|ARMS
heat_protection = CHEST|GROIN|LEGS|ARMS
supports_variations = KEPORI_VARIATION

///////////////
//Spacesuits//
Expand All @@ -86,6 +93,7 @@
item_state = "hardsuit0-roumain"
hardsuit_type = "roumain"
worn_y_offset = 4
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/space/hardsuit/solgov/roumain
name = "\improper roumain hardsuit"
Expand All @@ -96,6 +104,7 @@
item_state = "hardsuit-roumain"
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/solgov/roumain
slowdown = 0.5
supports_variations = KEPORI_VARIATION

/////////
//Hats//
Expand All @@ -107,11 +116,13 @@
icon_state = "rouma_hat"
icon = 'icons/obj/clothing/faction/srm/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/srm/head.dmi'
supports_variations = KEPORI_VARIATION

/obj/item/clothing/head/cowboy/sec/roumain/shadow
name = "shadow's hat"
desc = "A rough, simple hat. The way it covers your eyes makes you feel badass, but you just look like a wannabe hunter."
icon_state = "rouma_shadow_hat"
supports_variations = KEPORI_VARIATION

/obj/item/clothing/head/cowboy/sec/roumain/machinist
name = "machinist's hat"
Expand All @@ -122,21 +133,25 @@
name = "medical hunter's hat"
desc = "A very wide-brimmed, round hat treated with oil and wax. Somehow manages to look stylish and creepy at the same time."
icon_state = "rouma_med_hat"
supports_variations = KEPORI_VARIATION

/obj/item/clothing/head/cowboy/sec/roumain/flamebearer
name = "flamebearer's hat"
desc = "A wide-brimmed, pointed hat with charred leather, granting it an ash-grey appearance. The design honors the one the Ashen Huntsman himself wore, according to legend."
icon_state = "rouma_flamebearer_hat"
supports_variations = KEPORI_VARIATION

/obj/item/clothing/head/cowboy/sec/roumain/colligne
name = "colligne's hat"
desc = "A fancy, pointy leather hat with a large feather plume to signal that you are, in fact... A Hunter Colligne. You still have some ways to go before you gain the title of Montagne."
icon_state = "rouma_colligne_hat"
supports_variations = KEPORI_VARIATION

/obj/item/clothing/head/cowboy/sec/roumain/montagne
name = "montagne's hat"
desc = "A very fancy hat with a large feather plume to signal that you are, in fact, a Hunter Montagne. The exotic fur lining is impeccably soft."
icon_state = "rouma_montagne_hat"
supports_variations = KEPORI_VARIATION

///////////////
//Accessories//
Expand Down
Binary file modified icons/mob/species/kepori/onmob_head_kepori.dmi
Binary file not shown.
Binary file modified icons/mob/species/kepori/onmob_suit_kepori.dmi
Binary file not shown.
Binary file modified icons/mob/species/kepori/onmob_uniform_kepori.dmi
Binary file not shown.

0 comments on commit 35fdc34

Please sign in to comment.