-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] [MODULAR] Tarkon Content Update part 1: Backpacks and unifor…
…m updates (#5304) * [MODULAR] Tarkon Content Update part 1: Backpacks and uniform updates (#4745) * Porting stuff over from progress branch * i hate dmes * cleanup and markation * further clarification i ment to put in earlier * [MIRROR] [MODULAR] Tarkon Content Update part 1: Backpacks and uniform updates --------- Co-authored-by: Zenitheevee <[email protected]> Co-authored-by: StealsThePRs <[email protected]>
- Loading branch information
1 parent
2260213
commit 67628ce
Showing
9 changed files
with
84 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/obj/item/storage/backpack/tarkon | ||
name = "tarkon industries backpack" | ||
desc = "A rugged backpack for colony and port life. Made in the typical tarkon colours" | ||
icon = 'modular_nova/modules/tarkon/icons/obj/clothing/backpack.dmi' | ||
icon_state = "backpack-tarkon" | ||
worn_icon = 'modular_nova/modules/tarkon/icons/mob/clothing/backpack.dmi' | ||
worn_icon_state = "backpack-tarkon" | ||
resistance_flags = FIRE_PROOF //Industrial grade | ||
|
||
/obj/item/storage/backpack/satchel/tarkon | ||
name = "tarkon industries satchel" | ||
desc = "A rugged satchel for colony and port life. Made in the typical tarkon colours" | ||
icon = 'modular_nova/modules/tarkon/icons/obj/clothing/backpack.dmi' | ||
icon_state = "satchel-tarkon" | ||
worn_icon = 'modular_nova/modules/tarkon/icons/mob/clothing/backpack.dmi' | ||
worn_icon_state = "satchel-tarkon" | ||
resistance_flags = FIRE_PROOF | ||
|
||
/obj/item/storage/backpack/duffelbag/tarkon | ||
name = "tarkon industries duffelbag" | ||
desc = "A rugged duffelbag for colony and port life. Made in the typical tarkon colours" | ||
icon = 'modular_nova/modules/tarkon/icons/obj/clothing/backpack.dmi' | ||
icon_state = "duffel-tarkon" | ||
worn_icon = 'modular_nova/modules/tarkon/icons/mob/clothing/backpack.dmi' | ||
worn_icon_state = "duffel-tarkon" | ||
righthand_file = 'modular_nova/modules/tarkon/icons/mob/inhands/righthand.dmi' //this is the only one i honestly care about doing, as its most likely to be held rather than worn | ||
lefthand_file = 'modular_nova/modules/tarkon/icons/mob/inhands/lefthand.dmi' | ||
inhand_icon_state = "duffel-tarkon" | ||
resistance_flags = FIRE_PROOF | ||
|
||
/obj/item/storage/backpack/messenger/tarkon | ||
name = "tarkon industries messenger bag" | ||
desc = "A rugged messenger bag for colony and port life. Made in the typical tarkon colours" | ||
icon = 'modular_nova/modules/tarkon/icons/obj/clothing/backpack.dmi' | ||
icon_state = "messenger-tarkon" | ||
worn_icon = 'modular_nova/modules/tarkon/icons/mob/clothing/backpack.dmi' | ||
worn_icon_state = "messenger-tarkon" | ||
resistance_flags = FIRE_PROOF |
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 not shown.
Binary file modified
BIN
+295 Bytes
(120%)
modular_nova/modules/tarkon/icons/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified
BIN
+238 Bytes
(110%)
modular_nova/modules/tarkon/icons/mob/clothing/uniform_digi.dmi
Binary file not shown.
Binary file modified
BIN
+259 Bytes
(120%)
modular_nova/modules/tarkon/icons/mob/inhands/lefthand.dmi
Binary file not shown.
Binary file modified
BIN
+268 Bytes
(120%)
modular_nova/modules/tarkon/icons/mob/inhands/righthand.dmi
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