-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
117 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
64 changes: 64 additions & 0 deletions
64
maplestation_modules/story_content/kimono/code/kimonoclothing.dm
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,64 @@ | ||
/obj/item/clothing/under/kimono | ||
name = "black kimono" | ||
desc = "A black kimono made with silk." | ||
icon = 'maplestation_modules/story_content/kimono/kimono_icon.dmi' | ||
worn_icon = 'maplestation_modules/story_content/kimono/kimono_worn.dmi' | ||
lefthand_file = 'maplestation_modules/story_content/kimono/kimono_lhand.dmi' | ||
righthand_file = 'maplestation_modules/story_content/kimono/kimono_rhand.dmi' | ||
digitigrade_file = 'maplestation_modules/story_content/kimono/kimono_digi.dmi' | ||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | ||
body_parts_covered = CHEST|GROIN|ARMS | ||
alternate_worn_layer = ABOVE_SHOES_LAYER | ||
icon_state = "kimono1" | ||
inhand_icon_state = "kimono1" | ||
can_adjust = FALSE | ||
|
||
/obj/item/clothing/under/kimono/red | ||
name = "red kimono" | ||
desc = "A red kimono made with silk." | ||
icon_state = "kimono2" | ||
inhand_icon_state = "kimono2" | ||
|
||
/obj/item/clothing/under/kimono/purple | ||
name = "purple kimono" | ||
desc = "A purple kimono made with silk." | ||
icon_state = "kimono3" | ||
inhand_icon_state = "kimono3" | ||
|
||
/obj/item/clothing/under/yukata | ||
name = "black yukata" | ||
desc = "A black cotton yukata." | ||
icon = 'maplestation_modules/story_content/kimono/kimono_icon.dmi' | ||
worn_icon = 'maplestation_modules/story_content/kimono/kimono_worn.dmi' | ||
lefthand_file = 'maplestation_modules/story_content/kimono/kimono_lhand.dmi' | ||
righthand_file = 'maplestation_modules/story_content/kimono/kimono_rhand.dmi' | ||
digitigrade_file = 'maplestation_modules/story_content/kimono/kimono_digi.dmi' | ||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | ||
body_parts_covered = CHEST|GROIN|ARMS | ||
alternate_worn_layer = ABOVE_SHOES_LAYER | ||
icon_state = "yukata1" | ||
inhand_icon_state = "yukata1" | ||
can_adjust = FALSE | ||
|
||
/obj/item/clothing/under/yukata/green | ||
name = "green yukata" | ||
desc = "A green cotton yukata." | ||
icon_state = "yukata2" | ||
inhand_icon_state = "yukata2" | ||
|
||
/obj/item/clothing/under/yukata/blue | ||
name = "blue yukata" | ||
desc = "A blue cotton yukata." | ||
icon_state = "yukata3" | ||
inhand_icon_state = "yukata3" | ||
|
||
/obj/item/clothing/shoes/sandal/black | ||
desc = "A pair of rather plain black wooden sandals." | ||
name = "black sandals" | ||
icon = 'maplestation_modules/story_content/kimono/kimono_icon.dmi' | ||
worn_icon = 'maplestation_modules/story_content/kimono/kimono_worn.dmi' | ||
lefthand_file = 'maplestation_modules/story_content/kimono/kimono_lhand.dmi' | ||
righthand_file = 'maplestation_modules/story_content/kimono/kimono_rhand.dmi' | ||
supports_variations_flags = CLOTHING_NO_VARIATION | ||
icon_state = "blacksandals" | ||
inhand_icon_state = "blacksandals" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file modified
BIN
+1.07 KB
(110%)
maplestation_modules/story_content/noble_equipment/icons/noble_item.dmi
Binary file not shown.
Binary file modified
BIN
+239 Bytes
(110%)
maplestation_modules/story_content/noble_equipment/icons/noble_lhand.dmi
Binary file not shown.
Binary file modified
BIN
+270 Bytes
(110%)
maplestation_modules/story_content/noble_equipment/icons/noble_rhand.dmi
Binary file not shown.
Binary file modified
BIN
+4.25 KB
(130%)
maplestation_modules/story_content/noble_equipment/icons/noble_worn.dmi
Binary file not shown.