mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Hieroaetheria Flags (#19443)
Adds flags for the three main Hieroaetheria factions.  maybe now i'll play a diona --------- Co-authored-by: Stev-the-third <Rose@flurf.net>
This commit is contained in:
co-authored by
Stev-the-third
parent
94ffab843c
commit
11d5de497a
@@ -3288,6 +3288,136 @@
|
||||
/obj/structure/sign/flag/hiskyn/unmovable
|
||||
unmovable = TRUE
|
||||
|
||||
//The Consortium
|
||||
|
||||
/obj/item/flag/consortium
|
||||
name = "\improper Consortium flag"
|
||||
desc = "The flag of The Consortium of Hieroaetheria."
|
||||
desc_extended = "Founded decades prior to any outside interference, though by the name of the Affiliation - at least according to the direct translation from Rootsong - it was a loose confederation of dozens of conglomerates present across the region of Mede."
|
||||
flag_path = "consortium"
|
||||
flag_structure = /obj/structure/sign/flag/consortium
|
||||
|
||||
/obj/structure/sign/flag/consortium
|
||||
name = "\improper Consortium flag"
|
||||
desc = "The flag of The Consortium of Hieroaetheria."
|
||||
desc_extended = "Founded decades prior to any outside interference, though by the name of the Affiliation - at least according to the direct translation from Rootsong - it was a loose confederation of dozens of conglomerates present across the region of Mede."
|
||||
flag_path = "consortium"
|
||||
icon_state = "consortium"
|
||||
flag_item = /obj/item/flag/consortium
|
||||
|
||||
/obj/structure/sign/flag/consortium/unmovable
|
||||
unmovable = TRUE
|
||||
|
||||
/obj/item/flag/consortium/l
|
||||
name = "large Consortium flag"
|
||||
flag_size = TRUE
|
||||
flag_structure = /obj/structure/sign/flag/consortium/large
|
||||
|
||||
/obj/structure/sign/flag/consortium/large
|
||||
icon_state = "consortium_l"
|
||||
flag_path = "consortium"
|
||||
flag_size = TRUE
|
||||
flag_item = /obj/item/flag/consortium/l
|
||||
|
||||
/obj/structure/sign/flag/consortium/large/north/Initialize(mapload)
|
||||
. = ..(mapload, NORTH)
|
||||
|
||||
/obj/structure/sign/flag/consortium/large/south/Initialize(mapload)
|
||||
. = ..(mapload, SOUTH)
|
||||
|
||||
/obj/structure/sign/flag/consortium/large/east/Initialize(mapload)
|
||||
. = ..(mapload, EAST)
|
||||
|
||||
/obj/structure/sign/flag/consortium/large/west/Initialize(mapload)
|
||||
. = ..(mapload, WEST)
|
||||
|
||||
//The Eternal Republic of the Ekane
|
||||
/obj/item/flag/ekane
|
||||
name = "\improper Ekane flag"
|
||||
desc = "The flag of the Eternal Republic of the Ekane."
|
||||
desc_extended = "A theocratic autocracy, the Eternal Republic of the Ekane was founded after first contact with the Skrell in 2390 CE - in which by then the Eternal spread rife throughout the community.\
|
||||
Roughly a decade following its introduction to Hieroaetheria, the Eternal had managed to conglomerate primarily within the cities dotting the Ekane region of the planet - which eventually saw unification beneath the banner of the Eternal Republic of the Ekane."
|
||||
flag_path = "ekane"
|
||||
flag_structure = /obj/structure/sign/flag/ekane
|
||||
|
||||
/obj/structure/sign/flag/ekane
|
||||
name = "\improper Ekane flag"
|
||||
desc = "The flag of the Eternal Republic of the Ekane"
|
||||
desc_extended = "A theocratic autocracy, the Eternal Republic of the Ekane was founded after first contact with the Skrell in 2390 CE - in which by then the Eternal spread rife throughout the community.\
|
||||
Roughly a decade following its introduction to Hieroaetheria, the Eternal had managed to conglomerate primarily within the cities dotting the Ekane region of the planet - which eventually saw unification beneath the banner of the Eternal Republic of the Ekane."
|
||||
flag_path = "ekane"
|
||||
icon_state = "ekane"
|
||||
flag_item = /obj/item/flag/ekane
|
||||
|
||||
/obj/structure/sign/flag/ekane/unmovable
|
||||
unmovable = TRUE
|
||||
|
||||
/obj/item/flag/ekane/l
|
||||
name = "large Ekane flag"
|
||||
flag_size = TRUE
|
||||
flag_structure = /obj/structure/sign/flag/ekane/large
|
||||
|
||||
/obj/structure/sign/flag/ekane/large
|
||||
icon_state = "ekane_l"
|
||||
flag_path = "ekane"
|
||||
flag_size = TRUE
|
||||
flag_item = /obj/item/flag/ekane/l
|
||||
|
||||
/obj/structure/sign/flag/ekane/large/north/Initialize(mapload)
|
||||
. = ..(mapload, NORTH)
|
||||
|
||||
/obj/structure/sign/flag/ekane/large/south/Initialize(mapload)
|
||||
. = ..(mapload, SOUTH)
|
||||
|
||||
/obj/structure/sign/flag/ekane/large/east/Initialize(mapload)
|
||||
. = ..(mapload, EAST)
|
||||
|
||||
/obj/structure/sign/flag/ekane/large/west/Initialize(mapload)
|
||||
. = ..(mapload, WEST)
|
||||
|
||||
//The Union of Gla'orr
|
||||
/obj/item/flag/glaorr
|
||||
name = "\improper Gla'orr flag"
|
||||
desc = "The flag of the Union of Gla'orr."
|
||||
desc_extended = "Autocratic, and staunchly opposed to further integration of non-Dionae, the Union of Gla'orr is largely considered an affront to all the ideals held by the Consortium, an anti-thesis to the growing democratic tendencies of Hieroaetheria."
|
||||
flag_path = "glaorr"
|
||||
flag_structure = /obj/structure/sign/flag/glaorr
|
||||
|
||||
/obj/structure/sign/flag/glaorr
|
||||
name = "\improper Gla'orr flag"
|
||||
desc = "The flag of the Union of Gla'orr"
|
||||
desc_extended = "Autocratic, and staunchly opposed to further integration of non-Dionae, the Union of Gla'orr is largely considered an affront to all the ideals held by the Consortium, an anti-thesis to the growing democratic tendencies of Hieroaetheria."
|
||||
flag_path = "glaorr"
|
||||
icon_state = "glaorr"
|
||||
flag_item = /obj/item/flag/glaorr
|
||||
|
||||
/obj/structure/sign/flag/glaorr/unmovable
|
||||
unmovable = TRUE
|
||||
|
||||
/obj/item/flag/glaorr/l
|
||||
name = "large Gla'orr flag"
|
||||
flag_size = TRUE
|
||||
flag_structure = /obj/structure/sign/flag/glaorr/large
|
||||
|
||||
/obj/structure/sign/flag/glaorr/large
|
||||
icon_state = "glaorr_l"
|
||||
flag_path = "glaorr"
|
||||
flag_size = TRUE
|
||||
flag_item = /obj/item/flag/glaorr/l
|
||||
|
||||
/obj/structure/sign/flag/glaorr/large/north/Initialize(mapload)
|
||||
. = ..(mapload, NORTH)
|
||||
|
||||
/obj/structure/sign/flag/glaorr/large/south/Initialize(mapload)
|
||||
. = ..(mapload, SOUTH)
|
||||
|
||||
/obj/structure/sign/flag/glaorr/large/east/Initialize(mapload)
|
||||
. = ..(mapload, EAST)
|
||||
|
||||
/obj/structure/sign/flag/glaorr/large/west/Initialize(mapload)
|
||||
. = ..(mapload, WEST)
|
||||
|
||||
|
||||
//Unathi Ruin Flags/Tapestries
|
||||
/obj/item/flag/unathi_tapestry
|
||||
name = "folded tapestry"
|
||||
|
||||
Reference in New Issue
Block a user