This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
forked from Proxima-Project/Proxi-Bay12
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into dev
- Loading branch information
Showing
11 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/obj/item/clothing/under/party | ||
name = "party animal's outfit" | ||
desc = "Be Wild. Be Animal." | ||
icon_state = "partygoer" | ||
item_state = "partygoer_s" | ||
icon = 'customs/icons/obj/custom_items_obj.dmi' | ||
item_icons = list(slot_w_uniform_str = 'customs/icons/mob/custom_items_mob.dmi') | ||
|
||
/obj/item/clothing/head/helmet/stahlhelm | ||
name = "stahlhelm" | ||
desc = "Kaiser? Valhalla? What are you talking about!? We're in the desert, damn it!" | ||
icon_state = "stahlhelm" | ||
icon = 'customs/icons/obj/custom_items_obj.dmi' | ||
item_icons = list(slot_head_str = 'customs/icons/mob/custom_items_mob.dmi') | ||
valid_accessory_slots = null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/obj/item/clothing/suit/storage/hooded/duster | ||
name = "duster" | ||
desc = "A sturdy duster." | ||
icon = 'customs/icons/obj/custom_items_obj.dmi' | ||
item_icons = list(slot_wear_suit_str = 'customs/icons/mob/custom_items_mob.dmi') | ||
icon_state = "duster" | ||
item_state = "duster" | ||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS | ||
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS | ||
min_cold_protection_temperature = ARMOR_MIN_COLD_PROTECTION_TEMPERATURE | ||
armor = list( | ||
bio = ARMOR_BIO_MINOR | ||
) | ||
action_button_name = "Toggle Hood" | ||
hoodtype = /obj/item/clothing/head/dusthood | ||
siemens_coefficient = 0.6 | ||
|
||
/obj/item/clothing/head/dusthood | ||
name = "duster hood" | ||
icon_state = "dusterhood" | ||
item_state = "dusterhood" | ||
icon = 'customs/icons/obj/custom_items_obj.dmi' | ||
item_icons = list(slot_head_str = 'customs/icons/mob/custom_items_mob.dmi') | ||
desc = "I hate sand." | ||
armor = list( | ||
bio = ARMOR_BIO_MINOR, | ||
) | ||
flags_inv = HIDEEARS|BLOCKHAIR | ||
item_flags = ITEM_FLAG_THICKMATERIAL | ||
body_parts_covered = HEAD | ||
siemens_coefficient = 0.9 | ||
|
||
/obj/item/clothing/mask/gas/budget/dustmask | ||
name = "respirator with googles" | ||
desc = "A face-covering cheepy mask that can be connected to an air supply. This one is combined with safety glasses." | ||
icon_state = "dustermask" | ||
item_state = "dustermask" | ||
icon = 'customs/icons/obj/custom_items_obj.dmi' | ||
item_icons = list(slot_wear_mask_str = 'customs/icons/mob/custom_items_mob.dmi') | ||
body_parts_covered = FACE|EYES | ||
armor = list( | ||
melee = ARMOR_MELEE_MINOR, | ||
bio = ARMOR_BIO_SMALL | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"ckey": "Tim_LV", | ||
"character_name": "Bjorn", | ||
"item_path": "/obj/item/clothing/head/helmet/stahlhelm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"ckey": "Tim_LV", | ||
"character_name": "Bjorn", | ||
"item_path": "/obj/item/clothing/under/party" | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters