125 Commits

Author SHA1 Message Date
c#min7 60d09f31b1 TCAF expansion/rework stuff (#22717)
- renames/redescs/etc existing stuff to fit new TCAF lore
- lots of 4 years defunct TCFL stuff has been deleted or
repathed/renamed
- the tcfl peacekeeper ship that was soft-removed has been deleted
- the uniforms has also been modified and have had the necessary amount
of blue added. essentially i kitbashed the old TCFL uniforms with the
new TCAF uniforms

i probably missed a lot of tcfl stuff still.

---------

Signed-off-by: c#min7 <sadkermit01@gmail.com>
Co-authored-by: Kano <89972582+kano-dot@users.noreply.github.com>
2026-06-22 13:53:32 +00:00
Fyni 4e77c34f64 Adds more accents for ZH owned IPCs (#22463)
Adds 3 previously available accents to ZH megacorporate owned IPCs,
after a quick chat with synth lore. These are:

- Assunzione
- Aemaq
- Valkyrie

---------

Signed-off-by: Fyni <itsfyni@gmail.com>
2026-05-18 21:45:51 +00:00
VMSolidus 3b6d0f20ec Light Sensitivity Refactor (#22386)
The last time the Light Sensitivity code was changed, I remarked in a
review that "This should probably be a component so that its code isn't
being run on every mob forever". Well I've gotten around to doing that
myself, except I figured out it's even better off as an Element in this
situation rather than a Component. So this is now my first time adding
Elements to the repo. It turns out they're really awesome when paired
with signals.

This PR removes the hardcoded check for the light senstivity and dark
phobia traits from the Life() path, replacing them instead with two
Elements which hook into the pre-existing signal used to handle vision
updates for human mobs. I've mainly done this to help cut down on the
overwhelmingly high cost of the Life() codepath, which is currently one
of the most expensive paths we have.

While I was at it with refactoring these two, I noticed that there
wasn't a trait selection for either of them, so I added selections for
both traits to the disabilities tab so that players can opt-in to being
light sensitive or afraid of the dark!

<img width="318" height="336" alt="image"
src="https://github.com/user-attachments/assets/a1e60e83-d899-44df-8ea3-0cd5a87c231c"
/>
2026-05-18 19:21:19 +00:00
c#min7 62593e66de Reade and New Gibson Origin Updates (#22415)
a bunch of changes to Reade and New Gibson origin stuff following lore
expansions
2026-05-11 18:13:04 +00:00
Cody Brittain 149d4205d3 Remove light sensitivity from Gadpathurians (#22342)
<img width="556" height="81" alt="image"
src="https://github.com/user-attachments/assets/bf5ef9e3-9c83-4aea-a2a4-de04a78b4c59"
/>
This shouldn't have been added in the first place. This resolves it
since Gadpathurians don't make sense to have it.
2026-04-28 23:42:16 +00:00
VMSolidus 260f744906 Skills System Revival: The Things She Remembered Had Never Been Her Own (#21853)
This PR is a revisit to the previously derelict PR #20159 that has been
unfinished for sometime now. More details about it in general can be
found here:
https://github.com/orgs/Aurorastation/projects/2?pane=issue&itemId=53167153

For awhile I've been talking about "Things I've been doing but it would
be really nice to do them with a skills system", or "And here's how I
would put this into the skills system when it's done". The main thing
that was stopping me from building it myself was having poor real life
skills in UI code and in DB code. However, I've gotten permission to
resume this PR, which has already completed the steps I would not have
been able to do myself. The rest of the PR fits well into my skillset as
a dev.

I'm opening this PR as a draft so as to enable my dev environment to
locally track all the previously modified files. I'll take this PR out
of draft and give this a full writeup when I have more work to show for
the PR this weekend.

### TODO

- [x] Rework a decent chunk of the currently existing skills to no
longer require hardcoded inserts into other systems. EG, converting from
classical ss13 methods, to modern /tg/-style ECS coding methods that
work off of component-signal patterns.
- [x] Make sure all of the existing skills have actual game
functionality (I won't PR a 2016 Baystation12 situation where 90% of the
skills are fluff only)
- [x] Add the various skills not yet made but are necessary for
completion sake, EG: Pilot (Spacecraft), Gunnery, Pilot (Walkers).
- [x] Examine each existing job in the game and assess whether it should
have a skill made with it in mind, or if it's covered by an existing
skill.
- [x] TO DISCUSS, BUT NOT ESSENTIAL: Additional skill proposals not
currently in the pre-existing TODO list, proposing subcategories.
- [x] Ensure that the previous TODO list is completed.

### Current Skills
The current list of skills, checkmarked for if I've completed them/they
have actual game mechanics. Or if we're just relegating them to separate
PRs. Originally this list was going to be forced to visit for a bare
minimum "does at least one thing" requirement, but now that is being
forgone due to this PR ballooning out of control and in complexity, as
well as development time overruns.

- [x] Bartending
- [x] Cooking
- [x] Gardening
- [x] Entertaining
- [x] Electrical Engineering
- [x] Mechanical Engineering
- [x] Atmospherics Systems
- [x] Reactor Systems
- [x] Medicine
- [x] Surgery
- [x] Pharmacology
- [x] Anatomy
- [x] Forensics
- [x] Robotics
- [x] Pilot: Spacecraft
- [x] Pilot: Exosuits
- [x] Research
- [x] Xenobotany
- [x] Xenoarchaeology
- [x] Xenobiology
- [x] Unarmed Combat
- [x] Armed Combat
- [x] Firearms
- [x] Leadership

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: Matt Atlas <liermattia@gmail.com>
Co-authored-by: FabianK3 <21039694+FabianK3@users.noreply.github.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2026-04-18 14:33:48 +00:00
Batrachophreno 3a24560dcf Callistean/Europan Origins Fix (#22151)
Adds missing new singletons from Sol origins list

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
2026-04-05 17:12:41 +00:00
Batrachophreno 5644bb4a74 Split Jupiter Origins, Add Origin Traits (Europa, New Gibson) (#22136)
Approved by lore (Schwann, Sammy).

changes:
- refactor: "Splits the Jupiter origin into three: ('Jupiter', 'Jupiter,
Callisto', 'Jupiter, Europa')."
- balance: "Characters with the Europa origin gain the Cold Resistance
and Light Sensitivity traits."
- balance: "Characters with the New Gibson origin gain the Cold
Resistance trait."

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
2026-04-04 22:24:02 +00:00
Greenjoe12345 4c239c7f69 Allows Adhomian tajara to select Biesel citizenship. (#21958)
To represent those who immigrated there as an adult. Note the important
information.
2026-03-07 08:35:29 +00:00
Greenjoe12345 924b94e195 Little Adhomai origin alterations (#21936)
This allows Little Adhomai tajara to take Biesel citizenship, and gives
them some heat resistance to represent them being more used to warmer
climates then Adhomai.
All tajara ethnicities are able to be Biesel consulars.
2026-03-02 06:56:08 +00:00
Wildkins a7f6cab456 Fix cultures not firing on_remove if they're replaced by the same culture (#21842)
see title

the better option would be for set_culture to only fire once when
spawning in, but i am not refactoring that mess
2026-02-11 16:54:45 +00:00
FearTheGabby 39cda82437 Allows Wasteland Dionae to have no citizenship (#21683)
Per the existence of trading/slavery lore for some Dionae cultivated in
the Moghesian Wasteland. Approved by GrandMasterChief, Diona maintainer.
2025-12-30 11:35:29 +00:00
Casper3667 3541ce57fd Slight rework of how tajaran watches work and new papercode for taj time (#21582)
This does a few times, after the scope got bigger than I originally
planned:
- Watches now have an action button top left to check time.
- Taj time checking code was moved over to the time helper file to not
be watch exclusive.
- The taj wrist watches now shows the time on adhomai.
- Papercode now has the ability to show taj time and date, and to insert
the credit symbol.
2025-11-30 11:17:14 +00:00
Fyni e25484b6a7 Adds the Zhurong Accent (#21212)
Adds the Zhurong accent, available to Dominian Core World and Dominian
Exile.

Made with approavl of lore team.

Special thanks to Shimmer and Yonnimer for helping me with my first PR!

---------

Signed-off-by: Fyni <itsfyni@gmail.com>
Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2025-08-22 22:36:41 +00:00
FearTheGabby 1adaa17a28 Renames "Orepit" citizenship/origin to "Ecclesiarchy of Orepit" (#21186)
Requested by synthetic lore to be in line with [this lore canonization
app](https://forums.aurorastation.org/topic/21610-rename-orepit-in-an-official-capacity-to-the-ecclesiarchy-of-orepit)

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
2025-08-22 12:00:51 +00:00
FearTheGabby 0b372a0852 Nukes the Orepit origin blurbs (#21151)
Requested by the synthetic lore team, as Orepitters are now permitted to
travel and work freely as they please.

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
2025-08-15 13:58:39 +00:00
FearTheGabby 8b7cc4ec67 Allows Queenless K'lax Vaurcae to select the Si'akh religion (#20910)
Requested by Lent23, current lore dev for Unathi, to be in line with the
existence of the Ssup'vihtal Queenless group as shown
[here](https://wiki.aurorastation.org/index.php?title=Si%27akh#The_Ssup%E2%80%99vihtal)

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
2025-07-06 21:47:49 +00:00
Matt Atlas 3837112bd1 Revert "Fix missing pixels in new hairstyle" (#20854)
bad merge
2025-06-17 02:33:31 +02:00
Batrachophreno 156620ad4f Fix missing pixels in new hairstyle (#20828)
See title- the new haircuts leave two pixels of the head uncovered, this
fixes that. My bad, know better testing now... :(
2025-06-16 22:16:59 +00:00
Evandorf 2ee9c74186 Adds the Unathi Morozi Accent (#20785)
Adds the requisite defines, icon, and information for the accent. Should
be limited to only Unathi with the Empire of Dominia origin.

---------

Signed-off-by: Evandorf <ej_denton@msn.com>
Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
2025-06-01 10:57:05 +00:00
FlamingLily 843387d6d8 Added stateless citizenship options to Underhive Diona, Voidtamers, and deep space wildborns. (#20684)
Requested by da lore team

Also i touched up the code for readability but that's not player facing
2025-04-13 10:11:59 +00:00
shimmeristaken 3586ed946b New Accent tags for Sol, new Saturn origin. (#20566)
Per request of human lore.

Adds one new origin and six new accents.

Saturn becomes a new origin, under which three accents become options,
Iapetus (Cassinian), Enceladus, and Titan.

Mercury and Eris accents added to the currently unused 'Sol System'
origin, making it far less redundant than it currently is.

Unity Station accent added as an option for Earth origin.

"Stationer (STA): Similar to the conventional Terran accent, the
“Stationer” accent instead has its roots in North American English,
reflecting the Alliance’s history in the region.

Mercurian (MCY): Mercurian Common is often heard in the boardrooms of
Einstein Engines, which employs much of the planet’s population. Those
who speak with this accent are often – to no fault of their own –
regarded with suspicion by the SCC due to this association.

Enceladian (ENC): Enceladian Common is descended from the accents of
North and South America, and the residents of Saturn’s moon take pride
in ensuring their accent calls back to their ancestral homes on Earth.

Cassinian (CAS): Cassinian Common, the accent of Iapetus, is typically
associated with the Solarian Interstellar Intelligence Bureau, and
characters affiliated with it in Solarian movies will often talk like a
Cassinian: soft-spoken and generally polite, but reserved and often
distant.

Titanii (TIA): The largest offworlder population in the Sol System,
Titanii Common involves plentiful hand gestures and other visual
signals. Linguists have long theorized the prominence of hand gestures
in this accent comes from the moon’s EVA-centric industries.

Erisian (ERN): Erisian Common bears some resemblance to Lunarian Common
due to the planetoid’s long association with the Solarian Navy. Like its
counterpart, it is very hard to effectively replicate for an outsider."


![image](https://github.com/user-attachments/assets/3f8cb86c-a51c-4b76-baa4-6e76797d670e)
2025-03-16 11:17:09 +00:00
FearTheGabby 84cea38d68 Sol Alliance citizenship for Biesellites (#20546)
What it says on the tin. Was discussed with loremaster Triogenix
beforehand.

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
2025-03-09 21:37:59 +00:00
Fluffy c5dabb9cda Armor defines (#20563)
Added armor defines
Converted raw strings use to defines
Added UT test to ensure people set the armor var correctly (to a list)

No player facing changes
2025-03-09 21:37:46 +00:00
FearTheGabby 298117e9fb Lore adjustments to Orepit origins (#20525)
Done with permission from @NobleRow and the synthetic lore team!
Reflects the outcome of the BitByte news article [found
here.](https://forums.aurorastation.org/topic/15858-bitbyte/page/4/#comment-179689)

For humans: "All Orepitters abroad in the Open Doors memorandum would
not work in jobs not requiring an education, and cannot work for
Hephaestus Industries because of its practice of not hiring Trinarists,
nor directly for the Stellar Corporate Conglomerate due to its distrust
of the Church; Orepitters who travel abroad independently, either
because they are not Trinarists or not participants in the memorandum,
are not held to this. Human Orepitters born in the Twenty Parishes
should select the Native Orepitter accent, while humans born in
Providence or the Marches should select the Providence accent."

For IPCs: "All Orepitters abroad in the Open Doors memorandum would not
work in jobs not requiring an education, and cannot work for Hephaestus
Industries because of its practice of not hiring Trinarists, nor
directly for the Stellar Corporate Conglomerate due to its distrust of
the Church; Orepitters who travel abroad independently, either because
they are not Trinarists or not participants in the memorandum, are not
held to this."

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
2025-03-02 13:48:13 +00:00
hazelrat d186806afe Adds an accent for Reade (#20476)
Adds an accent tag for Reade, usable by humans with the Reade origin and
by IPCs with all human accents. This is intended as a catch-all for
characters from Reade specifically, and from spacefaring communities
elsewhere in the outer regions of Tau Ceti, such as around Chandras and
Dumas.

The idea has been cleared by Trio, I'll also send this PR over in case
lore wants any changes.


![image](https://github.com/user-attachments/assets/0b9afdc3-5011-48d4-8452-6536c42d8bc3)

---------

Signed-off-by: hazelrat <83198434+hazelrat@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2025-02-27 13:25:25 +00:00
FearTheGabby 3580424c01 Changes options for Orepit citizenship and updates important origin i… (#20313)
**REQUIRES SYNTH LORE TEAM APPROVAL!!!** If accepted, all added blurbs
are placeholders that can be altered as the synth lore team sees fit.

The reasoning regarding this PR is that I think the current in-game
information around Orepit and the available listed options for
citizenship are too confusing for anyone who may be interested in the
origins; humans can either choose Coalition of Colonies or no
citizenship, despite implied statelessness for humans being confusing
for anyone who might read their card or records and Orepit not being
integrated with the broader Coalition. This makes Orepit a separate and
unique citizenship in a similar vein to the format for the Free Tajaran
Council or Elyran Non-citizen Persons. The included important
information blurbs are for clarity of lore developments regarding the
Open Doors memorandum and megacorporate hiring standards for Trinarists.

I understand that I was told by NM that plans will be in the works for
Orepit after the Golden Deep arc and hope this isn't seen as
overstepping or a stopgap measure.


![image](https://github.com/user-attachments/assets/3c48b59f-9019-4477-9c12-492d14acf1a0)
For humans

![image](https://github.com/user-attachments/assets/306cb756-4807-4623-827e-fbcacfca1fa0)
For IPCs

![image](https://github.com/user-attachments/assets/6c6c35fa-ff82-4052-b7f8-1b89ffca414a)

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
2025-01-15 13:23:42 +00:00
RustingWithYou 53ad7756c2 Adds noble Dionae and Viridis origins (#20343)
Adds two new Dionae origins for the Viridis, reflecting the recent lore
changes for Hegemony Dionae. The Viridis noble origin comes with a new
accent, Gardensong.

Allows Dionae to be Hegemony consulars as noble Dionae now exist. Also
allows Dionae to take Sinta'Unathi to represent their greater levels of
integration into the Hegemony.
2025-01-12 12:43:36 +00:00
Warbidon 07ce9c05e9 Replace Social Credit Score with Social Compatibility Index (#20230)
🚨 BREAKING NEWS: Our favorite dystopian frogs just got a little
less...Chinese? Down with the Social Score Order, up with the new Social
Compatability Index hyper federalist world.

: )

Also this is a Cerriq Koh memorial pull request.

---------

Signed-off-by: Warbidon <42331812+Warbidon@users.noreply.github.com>
Co-authored-by: Ben <91219575+Ben10083@users.noreply.github.com>
2025-01-04 00:02:54 +00:00
hazelrat d50a5dc24e Fixes Lunan accent bug in character creation (#19947)
- The Lunan accent no longer appears twice under the megacorporate IPC
culture in character creation.

Resolves https://github.com/Aurorastation/Aurora.3/issues/19793
2024-09-27 22:15:22 +00:00
shimmeristaken 0e93bb83af Removes Sparta from being mentioned in Imperial Core Worlds origin. (#19905)
Since Sparta is no longer part of Dominia lore, Schwann requested I
remove it from it's only remaining mention in code.

Sparta Delenda Est.
2024-09-21 11:20:40 +00:00
feartheblackout f4023528a5 Adds culture/origins for the Underhive Collective (#19701)
done by request of @Caelphon and the Diona lore team

![image](https://github.com/user-attachments/assets/9f935560-303b-4c81-b91d-c0c7af8c1b99)
2024-07-28 12:04:57 +00:00
feartheblackout 2a8d6acd86 Adds Sk'akh as a religion option for Unathi Wastelanders (#19690)
title

> Chiefly, they follow the Th’akh religion, though some among them may
have different opinions, or even dip into Sk’akhism.
@RustingWithYou
2024-07-27 10:09:43 +00:00
Fluffy 947487ba62 Updated the Datum Component System and dcs signals handling (#19625)
Updated the Datum Component System and dcs signals handling
2024-07-20 17:33:21 +00:00
Matt Atlas bd3cebd7f9 Idris IPCs can now use more accents. (#19542)
title, approved by synth lore

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-06-29 20:45:27 +00:00
Pirouette f7ddf04c89 Adds Golden Deep accents (#19520)
Sprites by whitewolftamer and descriptions by Noble Row.
2024-06-29 20:45:25 +00:00
Sparky 60b2f1330b Luthien Pact origin fix (#19504)
Fixes the Luthien Pact origin not being selectable. This was a mistake
according to Unathi Lore.
2024-06-21 22:37:32 +00:00
feartheblackout 71ef6c3bcd Adds a Lii'kenka origin & citizenship (#19437)
![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/52ed81ab-06c0-427f-845d-14ec1563b7b1)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/7aaee2a9-73ad-489e-abfc-b276e2a7bdeb)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/b44e16b2-7844-46cc-a85e-595779ce16f5)
Done at the request of @desvenlafaxine.
2024-06-20 10:16:58 +00:00
naut 4229a034d1 Luceism Additions (#18906)
Adds a lot of Luceian stuff for Assunzionis and brings them up to speed
as a contender religion.

- Added several items relating to Luceism, the religion of Assunzione.
- Added chaplain items for Luceism: robes, a cassock, and a new null
rod, the Luminous Sceptre.
- Added a new versebook, the Luceian Book of Scripture, available to
Assunzionii characters. It's a versebook with various texts from
Luceism.
- Resprited the Luceian amulet, Luceian Book of Scripture, and the
Assunzione cloak.
- Compressed the loadout warding sphere and warding sphere case into
just one loadout item that already comes with a case.
- Religions with unique religious books (versebooks) now have their
chaplains spawn with the versebook in question, rather than a generic
black tome.


![image](https://github.com/Aurorastation/Aurora.3/assets/55491249/e477d9c7-cbfb-4976-a905-1bda0cd99820)

![image](https://github.com/Aurorastation/Aurora.3/assets/55491249/7523e3c8-04ee-4146-ae9f-93702020adda)

![image](https://github.com/Aurorastation/Aurora.3/assets/55491249/68a69aa5-a346-4c38-b891-73516a877615)
2024-04-23 12:09:29 +00:00
RustingWithYou eb63f6998b New Origin Traits (#18792)
Adds two new origin traits - small pain resistance and a minor stamina
increase. Currently Unathi from the Tza Prairie have the stamina boost
and Unathi from the Zazalai Mountains have the pain reduction.

Also adds drug & alcohol resistance to Crevan Tajara.
2024-04-18 22:50:13 +00:00
smellie 3777f0e90d Replaces EUM with the overhauled Hieroaetheria (#18832)
Replaces all things EUM with the overhauled Hieroaetheria.


![icons](https://github.com/Aurorastation/Aurora.3/assets/58568342/ced603c9-2d9d-425b-8357-31d6c75f00b4)

![icons2](https://github.com/Aurorastation/Aurora.3/assets/58568342/ee6c5cbd-d9f8-4e8a-b12c-e955f8b68711)

![icons3](https://github.com/Aurorastation/Aurora.3/assets/58568342/883ec620-a0ad-4f66-816a-85721373c41f)
Above accent icons by Caelphon.

![icons4](https://github.com/Aurorastation/Aurora.3/assets/58568342/34954a29-ba01-45b1-978b-7887960110cd)
Hieroaetherian accent icon by Hollyhock.
2024-04-16 20:05:22 +00:00
Fluffy 2cf2983507 Fixed a runtime error with the new gadpathur origin item (#18960)
Fixed a runtime error with the new gadpathur origin item
2024-04-15 20:11:29 +00:00
RustingWithYou 2f097a06fe Origin Trait Changes + Vaurca Language Traits (#18912)
Origin traits, as well as species natural armor, will correctly remove
themselves when culture/origin/species is changed.
Vaurca primary language processors (K'lax Sinta'Unathi and C'thur
Nral'malic) are now culture traits rather than loadout items. This means
that they can be added/removed from ghostroles automatically without
having to copypaste the same code 200 times.

Secondary language processors (Sinta'Azaziba, Freespeak, Tradeband) have
stayed as loadout items as some of them do not have distinct cultures or
origins they can be added to.
2024-04-15 08:37:05 +00:00
RustingWithYou 1b4fb1e0a5 Renames Pestsong to Hivesong (#18594)
* pestsong -> hivesong

* cl
2024-03-07 11:21:26 +00:00
RustingWithYou d8d7bf5251 the fire rises (#18391) 2024-02-13 11:16:37 +00:00
Sniblet aa82c05b69 the pr and changelog (#18243) 2024-01-22 11:26:09 +00:00
Matt Atlas 65d32eabd6 Random spawn mobs now have random cultures, hair, and skin tone. (#18120)
* Random spawn mobs now have random cultures, hair, and skin tone.

* fixes + trioxin

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-01-05 17:48:13 +00:00
Cody Brittain 9b529f250f Allow Eridani dregs to choose Eridani citizenship (#17931)
Co-authored-by: Cody Brittain <cbrittain10@live.com>
2023-12-21 12:21:57 +00:00
smellie e7faf760a8 Narrows Dionae Stuff (#17920)
* Narrows Stuff

* Update accent_tags.dmi
2023-12-15 14:07:39 +00:00
lavillastrangiato 65e2e24f0c Adds a Bursan Accent (#17904)
* gettin chilly with it

* minor spelling mistake

* actually adding cold resistance

* changelog
2023-12-10 23:57:58 +00:00