Skip to content

Commit

Permalink
Feat: add Armor of the last penitent from blasphemous (#53)
Browse files Browse the repository at this point in the history
**Добавляет новый сет брони для капелана по мотивам игры blasphemous**

Иконка шлема:

![bp_head](https://user-images.githubusercontent.com/120047236/207939594-b520adbc-f32d-4692-9e41-f029bed8c640.png)
Иконка брони:

![bp_armor](https://user-images.githubusercontent.com/120047236/207939668-755f6a34-1e6a-49b3-9a55-910e2d4e884a.png)
И вид на мобе:

![all](https://user-images.githubusercontent.com/120047236/207939735-736be1ee-8bac-4c54-b758-3ddaf887e2a0.png)
**БОЛЬШЕ ДРИПА БОГУ ДРИПА!**
**БОЛЬШЕ ОТСЫЛОК БОГУ ОТСЫЛОК!**
:cl:
code: changed some code
add: Added more things
imageadd: added some icons and images
:cl:
  • Loading branch information
RuByxarik authored and Bizzonium committed Dec 23, 2022
1 parent f8e7874 commit 60f0692
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/game/objects/items/storage/boxes/clothes_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,11 @@
new /obj/item/clothing/suit/hooded/chaplain_hoodie(src)
new /obj/item/clothing/suit/hooded/chaplain_hoodie(src)
new /obj/item/clothing/suit/hooded/chaplain_hoodie/leader(src)

/obj/item/storage/box/holy/penitent
name = "Last Penitent Kit"
typepath_for_preview = /obj/item/clothing/suit/chaplainsuit/armor/penitent_armor

/obj/item/storage/box/holy/penitent/PopulateContents()
new /obj/item/clothing/suit/chaplainsuit/armor/penitent_armor(src)
new /obj/item/clothing/head/helmet/penitent(src)
22 changes: 22 additions & 0 deletions code/modules/clothing/suits/chaplainsuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,25 @@
inhand_icon_state = "shrinehand"
body_parts_covered = CHEST|GROIN|LEGS|ARMS
flags_inv = HIDEJUMPSUIT

/obj/item/clothing/head/helmet/penitent
name = "Penitent 's helmet"
desc = "Where is the blood coming from?"
icon = 'icons/obj/clothing/head/chaplain.dmi'
worn_icon = 'icons/mob/clothing/head/chaplain.dmi'
icon_state = "penitent"
inhand_icon_state = null
armor = list(MELEE = 50, BULLET = 10, LASER = 10, ENERGY = 10, BOMB = 0, BIO = 0, FIRE = 80, ACID = 80)
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEHAIR|HIDESNOUT
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH
strip_delay = 80
dog_fashion = null

/obj/item/clothing/suit/chaplainsuit/armor/penitent_armor
name = "Penitent 's armour"
desc = "The wearer must suffer."
icon_state = "penitent_armor"
inhand_icon_state = null
allowed = list(/obj/item/storage/book/bible, /obj/item/nullrod, /obj/item/reagent_containers/cup/glass/bottle/holywater, /obj/item/storage/fancy/candle_box, /obj/item/candle, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman)
slowdown = 0
clothing_flags = NONE
Binary file modified icons/mob/clothing/head/chaplain.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suits/chaplain.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/head/chaplain.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/chaplain.dmi
Binary file not shown.

0 comments on commit 60f0692

Please sign in to comment.