forked from BoHBranch/BoH-Bay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- - - Additions: - New item for tatortots called 'fake money'. Does exactly as you'd expect. It's unable to be used as currency, but is impossible to tell if it's fake without experience in bureaucracy. - - - Corrections: - Vox backgrounds/culture stuffs fixed, bringing it up to date with the current lore and finishing what was leftovers. - - -
- Loading branch information
1 parent
ded957a
commit 47aeb9e
Showing
8 changed files
with
68 additions
and
43 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
/decl/cultural_info/faction/vox | ||
name = FACTION_VOX_FLEET | ||
description = "Most vox are content to live and work on the arkships, serving their alloted span under the watchful \ | ||
eye of their betters, who in turn serve the apex. Although there is always some degree of social turmoil amongst the \ | ||
ark families, with contests and challenges resulting in shifting heirarchies, it usually does not go any further than \ | ||
the general day-to-day energy exhibited by all vox. The average ark labourer is not ambitious, and knows things could \ | ||
be a lot worse." | ||
description = "The Ark Fleets are massive martial assemblies, consisting of modern vessels both Vox-made and otherwise, with the rare bio-tech ship. \ | ||
These ships can range from shuttles to city sized battleships. \ | ||
Non-Vox who have proven themselves trustworthy may earn the title of Novalis, and the honor of serving among the crews of these craft. \ | ||
Fleet Vox are highly disciplined even by standards of their kin, defending their homes from greedy pirates, amoral mercenaries, hostile empires and opportunistic salvagers. \ | ||
They have the most experience with the rest of the galaxy." | ||
hidden_from_codex = TRUE | ||
|
||
/decl/cultural_info/faction/vox/covenant | ||
name = FACTION_VOX_COVENANT | ||
description = "Vox raiders are known for their restless energy, their cruelty, and their ambition, even amongst their \ | ||
own people. A successful raider can look forward to heightened social standing and personal power upon their triumphant \ | ||
return to the ark, but an unsuccessful raider enjoys only death or shame; it follows that experienced raiders are vicious, \ | ||
callous killers and thieves with a discerning eye for when to fight and when to flee." | ||
description = "The Covenant of Truth keeps lit the flame of the Auralis, ensuring their memory lives and their teachings followed by their crafted children, the Vox. \ | ||
The makers had taught them both to take pride in their works, yet to remember their place and scale in the vast galaxy. \ | ||
Acolytes of the Covenant are responsible for reviving the faith of the Auralis, communing with what remains of their once living Gods through arcane technology and ritual for guidance and how to properly honor their intentions. \ | ||
They believe in divine purpose, and foretell the return of the Auralis." | ||
|
||
/decl/cultural_info/faction/vox/ark | ||
name = FACTION_VOX_ARK | ||
description = "It is rare, but not completely unheard of, for the apex to take a direct hand in the lives of \ | ||
their 'children'. Those vox who are singled out and marked by the machine-gods of the ark enjoy a heightened social \ | ||
standing, as they are seen as 'untouchable' in a way, but in turn are detatched from their previous social network. \ | ||
Being god-touched is lonely work and often backbreakingly difficult, but it is not without rewards. Physical and mental \ | ||
augmentation, ancient auralis technology and mind-enhancing persona editing may all be distributed by the apex to their \ | ||
favoured pawns." | ||
description = "The majority of Vox live and serve the arkships. \ | ||
Artificers creating all that their civilization requires, acolytes keeping alive the flame of the Auralis, technicians maintaining the arcane works of eons past, merchants serving supply needs as they rejoin and depart for their duties beyond home and warriors that defend the sacred homeworlds from any outside threat. \ | ||
Ark Vox are the closest their society has to civilians, living with a degree of ease and comfort, assured by the Apex guiding their construct world and the Ark Admiral that leads matters of local state." |
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,18 @@ | ||
/obj/item/weapon/spacecash_fake | ||
name = "1000 Thaler" | ||
icon = 'icons/obj/items.dmi' | ||
icon_state = "spacecash1000" | ||
desc = null | ||
gender = PLURAL | ||
opacity = 0 | ||
density = 0 | ||
anchored = 0.0 | ||
force = 1.0 | ||
throwforce = 1.0 | ||
throw_speed = 1 | ||
throw_range = 2 | ||
w_class = ITEM_SIZE_TINY | ||
|
||
/obj/item/weapon/spacecash_fake/examine(var/mob/user) | ||
. = ..(user) | ||
to_chat((user.skill_check(SKILL_BUREAUCRACY, SKILL_EXPERT) ? "Something is very off with this stack of thalers... WAIT A SECOND, all the serial numbers are identical!" : "It's worth 1000 Thalers.")) |