Skip to content

Commit

Permalink
bnuuy (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlrauneWoD authored Jun 25, 2024
1 parent d7f4f25 commit 1c5250c
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
icon = 'maplestation_modules/icons/mob/human_face.dmi'
icon_state = "hair_expilot"

/datum/sprite_accessory/hair/braidedbun
name = "Braided Bun"
icon = 'maplestation_modules/icons/mob/human_face.dmi'
icon_state = "hair_braidbun"

// https://github.com/NovaSector/NovaSector/pull/697
/datum/sprite_accessory/hair/gloomy_medium
name = "Gloomy (Medium)"
Expand Down
Binary file modified maplestation_modules/icons/mob/human_face.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,35 @@
icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_item.dmi'
worn_icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_worn.dmi'
icon_state = "amboots"

// --- bnuuy ---

/obj/item/clothing/head/costume/hat/blanche
name = "fluffy sun hat"
desc = "A white sunhat with fluffy rabbit ears. Stylish!"
icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_item.dmi'
worn_icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_worn.dmi'
icon_state = "blhat"

/obj/item/clothing/glasses/blanche
name = "feathery monocle"
desc = "A monocle decorated with white feathers and black lace. With a red gem in front, they can't see your eye, but you can certainly see them."
icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_item.dmi'
worn_icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_worn.dmi'
icon_state = "blmask"

/obj/item/clothing/under/jumpsuit/blanche
name = "white fluffy dress"
desc = "A large white dress decorated with various playing card suits. On the side is a large golden stopwatch, just to check if you're late."
icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_item.dmi'
worn_icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_worn.dmi'
icon_state = "bldress"
resistance_flags = INDESTRUCTIBLE
alternate_worn_layer = ABOVE_SHOES_LAYER

/obj/item/clothing/shoes/blanche
name = "delicate white heels"
desc = "Small white heels with red claws in the front, along with large cuffs. Hop away!"
icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_item.dmi'
worn_icon = 'maplestation_modules/story_content/noname_equipment/icons/nndress_worn.dmi'
icon_state = "blshoes"
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,24 @@
/obj/item/chair/atrox = 1,
/obj/item/chair/plastic = 1, //coping
/obj/item/cane/atrox = 1,
/obj/item/clothing/head/costume/hat/blanche = 1,
/obj/item/clothing/glasses/blanche = 1,
/obj/item/clothing/under/jumpsuit/blanche = 1,
/obj/item/clothing/shoes/blanche = 1,
/obj/item/cane/blanche = 1,
)
generate_items_inside(items_inside, src)

// --- bnuuy items ---

/obj/item/cane/blanche
name = "red umbrella"
desc = "A plain red umbrella to keep you dry, or alternatively, swat people away."
icon = 'maplestation_modules/story_content/noname_equipment/icons/nnitem_item.dmi'
icon_state = "blbrella"
inhand_icon_state = "blbrella"
lefthand_file = 'maplestation_modules/story_content/noname_equipment/icons/nnitem_lefthand.dmi'
righthand_file = 'maplestation_modules/story_content/noname_equipment/icons/nnitem_righthand.dmi'
force = 5
throwforce = 5
w_class = WEIGHT_CLASS_SMALL
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1c5250c

Please sign in to comment.