Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Предметы в лодаут по баунти. #1825

Merged
merged 16 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modular_ss220/clothing/_clothing.dme
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
#include "code/shoes.dm"
#include "code/suits.dm"
#include "code/under.dm"
#include "code/neck.dm"
15 changes: 15 additions & 0 deletions modular_ss220/clothing/code/neck.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/obj/item/clothing/neck/necklace/collarspike
name = "Шипованый ошейник"
desc = "Стильный кожаный ошейник с стальными шипами. На внутренней стороне ошейника выжженно слово Rerro."
icon = 'modular_ss220/clothing/icons/object/neck.dmi'
icon_state = "collarspike_s"
icon_override = 'modular_ss220/clothing/icons/mob/neck.dmi'
sprite_sheets = null

/obj/item/clothing/neck/necklace/holocollar
name = "Голографический ошейник"
desc = "Ошейник бережно сделанный вручную с огранённым кварцевым камнем голубого оттенка с чёрной кожанной привязью и магнитным закреплением. На правой части привязи выгравированы три слова BODY. MIND. SOUL., в то время как на левой написано тёмно-фиолетовым курсивом LiteCore"
icon = 'modular_ss220/clothing/icons/object/neck.dmi'
icon_state = "collarholo_s"
icon_override = 'modular_ss220/clothing/icons/mob/neck.dmi'
sprite_sheets = null
8 changes: 8 additions & 0 deletions modular_ss220/clothing/code/shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,11 @@
"Vox" = 'modular_ss220/clothing/icons/mob/species/vox/shoes.dmi',
"Drask" = 'modular_ss220/clothing/icons/mob/species/drask/shoes.dmi',
)

/obj/item/clothing/shoes/jackboots/noisy/long
name = "Берцы ветерана"
desc = "Тяжёлые кожаные ботинки с вшитыми, в носок и подошву, стальными пластинами. Отлично защищают ноги и прекрасно подходят для того, что бы раздавить чей-то череп.Тот кто их носит, имеет явно сильные ноги...На подошвах выбита надпись Rerro."
icon = 'modular_ss220/clothing/icons/object/shoes.dmi'
icon_state = "jackbootstall_s"
icon_override = 'modular_ss220/clothing/icons/mob/shoes.dmi'
sprite_sheets = null
Binary file added modular_ss220/clothing/icons/mob/neck.dmi
Binary file not shown.
Binary file modified modular_ss220/clothing/icons/mob/shoes.dmi
Binary file not shown.
Binary file added modular_ss220/clothing/icons/object/neck.dmi
Binary file not shown.
Binary file modified modular_ss220/clothing/icons/object/shoes.dmi
Binary file not shown.
1 change: 1 addition & 0 deletions modular_ss220/loadout/_loadout.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
#include "code/shoes.dm"
#include "code/suit.dm"
#include "code/under.dm"
#include "code/neck.dm"
11 changes: 11 additions & 0 deletions modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,17 @@
display_name = "Рок гитара"
path = /obj/item/instrument/soundhand_rock_guitar

/datum/gear/donor/collarspike
display_name = "Шипованый кожаный ошейник"
path = /obj/item/clothing/neck/necklace/collarspike
donator_tier = 3
cost = 1
/datum/gear/donor/jackbootstall
display_name = "Берцы ветерана"
path = /obj/item/clothing/shoes/jackboots/noisy/long
donator_tier = 3
cost = 1

// ID Skins
/datum/gear/donor/id_decal_colored
display_name = "Наклейка на карту (Голографическая)"
Expand Down
4 changes: 4 additions & 0 deletions modular_ss220/loadout/code/neck.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/gear/neck/holocollar
display_name = "Голографический ошейник"
path = /obj/item/clothing/neck/necklace/holocollar
slot = ITEM_SLOT_NECK