forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] packified frontier alliance and terran commonwealth assets
- Loading branch information
1 parent
3ef8f1d
commit 420f39e
Showing
33 changed files
with
322 additions
and
192 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 @@ | ||
#include "badges.dm" | ||
#include "clothing.dm" | ||
#include "misc.dm" | ||
#include "outfits.dm" | ||
#include "tweaks.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,50 @@ | ||
/obj/item/clothing/accessory/fa_badge | ||
abstract_type = /obj/item/clothing/accessory/fa_badge | ||
icon = 'packs/factions/fa/badges.dmi' | ||
accessory_icons = list( | ||
slot_w_uniform_str = 'packs/factions/fa/badges.dmi', | ||
slot_wear_suit_str = 'packs/factions/fa/badges.dmi' | ||
) | ||
icon_state = null | ||
on_rolled_down = ACCESSORY_ROLLED_NONE | ||
w_class = ITEM_SIZE_TINY | ||
slot = ACCESSORY_SLOT_INSIGNIA | ||
sprite_sheets = list( | ||
SPECIES_UNATHI = 'packs/factions/fa/badges_unathi.dmi' | ||
) | ||
|
||
|
||
/obj/item/clothing/accessory/fa_badge/get_fibers() | ||
return null | ||
|
||
|
||
/obj/item/clothing/accessory/fa_badge/guardsman | ||
name = "guardsman medal" | ||
desc = {"\ | ||
A copper four-pointed star denoting that the wearer is a Guardsman of the \ | ||
Frontier Alliance. Not worth enough in the scrapyard to justify being reprimanded.\ | ||
"} | ||
icon_state = "gam" | ||
overlay_state = "gam_worn" | ||
|
||
|
||
/obj/item/clothing/accessory/fa_badge/warden | ||
name = "warden medal" | ||
desc = {"\ | ||
A silver four-pointed star denoting that the wearer is a Warden of the Frontier \ | ||
Alliance. Shinier than necessarily practical, and also clearly made of nickel \ | ||
silver if you bother to stare.\ | ||
"} | ||
icon_state = "wam" | ||
overlay_state = "wam_worn" | ||
|
||
|
||
/obj/item/clothing/accessory/fa_badge/marshal | ||
name = "star marshal medal" | ||
desc = {"\ | ||
A golden four-pointed star denoting that the wearer is a Star Marshal of the \ | ||
Frontier Alliance. If you take a real close look at it, you can see that the \ | ||
gold isn't real. It's plated tin.\ | ||
"} | ||
icon_state = "sam" | ||
overlay_state = "sam_worn" |
Binary file not shown.
File renamed without changes.
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,29 @@ | ||
/obj/item/clothing/under/fa | ||
abstract_type = /obj/item/clothing/under/fa | ||
icon = 'packs/factions/fa/clothing.dmi' | ||
item_icons = list( | ||
slot_w_uniform_str = 'packs/factions/fa/clothing.dmi' | ||
) | ||
sprite_sheets = list() | ||
body_parts_covered = FULL_TORSO | ARMS | FULL_LEGS | ||
siemens_coefficient = 0.9 | ||
armor = list( | ||
melee = ARMOR_MELEE_MINOR, | ||
energy = ARMOR_ENERGY_MINOR | ||
) | ||
|
||
|
||
/obj/item/clothing/under/fa/vacsuit | ||
name = "copernican VAC-suit" | ||
desc = {"\ | ||
A somewhat uncomfortable, utilitarian uniform meant to be worn under \ | ||
spacesuits by orbital shipyard workers. This one has Frontier Alliance \ | ||
crests on both shoulders.\ | ||
"} | ||
icon_state = "vacsuit" | ||
item_state_slots = list( | ||
slot_w_uniform_str = "vacsuit" | ||
) | ||
sprite_sheets = list( | ||
SPECIES_UNATHI = 'packs/factions/fa/clothing_unathi.dmi' | ||
) |
Binary file not shown.
File renamed without changes.
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,7 @@ | ||
/obj/item/storage/backpack/dufflebag/kit_fa | ||
name = "dressup kit, FA" | ||
startswith = list( | ||
/obj/item/clothing/accessory/fa_badge/guardsman, | ||
/obj/item/clothing/accessory/fa_badge/warden, | ||
/obj/item/clothing/accessory/fa_badge/marshal | ||
) |
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,7 @@ | ||
/singleton/hierarchy/outfit/fa | ||
name = "FA - Kit" | ||
uniform = /obj/item/clothing/under/fa/vacsuit | ||
gloves = /obj/item/clothing/gloves/thick | ||
shoes = /obj/item/clothing/shoes/dutyboots | ||
belt = /obj/item/storage/belt/holster | ||
l_hand = /obj/item/storage/backpack/dufflebag/kit_fa |
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 @@ | ||
/obj/item/storage/wallet/Initialize() | ||
. = ..() | ||
contents_allowed |= list( | ||
/obj/item/clothing/accessory/fa_badge | ||
) |
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 @@ | ||
#include "badges.dm" | ||
#include "clothing.dm" | ||
#include "misc.dm" | ||
#include "outfits.dm" | ||
#include "tweaks.dm" |
Oops, something went wrong.