Commit Graph

176 Commits

Author SHA1 Message Date
VMSolidus
a89a2c7bb7 IPC Rebalance And Rework (#2464)
This PR significantly reworks IPCs to make them more interactive with
many other aspects of gameplay. Some of the changes made are:

- IPCs are no longer immune to radiation, they instead have a
(currently) unique flat reduction to radiation. Minor rad sources will
not harm them, whereas significant sources such as the Supermatter will
require more meaningful protection.
- IPCs are no longer immune to space. They take constant heat damage
when exposed to a hard vacuum, as their internal cooling system fails in
the absense of an atmosphere. Just like organics, they can wear space
suits to be protected from this.
- IPCs now bleed coolant. It doesn't actually do anything currently, but
it looks cool.
- IPCs have gained numerous new traits so that you can customize your
IPC how you please.
- Nanite Auto Repair Bots have been nerfed. Now they only work up to 75
damage. They still work if you are dead.

<details><summary><h1>Media</h1></summary>
<p>

Hardened Circuits:

![image](https://github.com/user-attachments/assets/d34a2905-4818-4d17-ab06-9ce832efecc6)

G2 Chassis:

![image](https://github.com/user-attachments/assets/467b7ddf-2692-48ff-b9cd-f06022fea441)

Superior Radiation Shielding:

![image](https://github.com/user-attachments/assets/9c7244b0-3c51-484b-bbb0-70cb8f25793e)

IPC guidebook fix and tweak:

![image](https://github.com/user-attachments/assets/d6f3e4d8-72d7-4842-8056-11f6724570e1)

</p>
</details>

🆑
- tweak: IPCs are no longer immune to Radiation and Space.
- tweak: IPC shock damage has been reduced from 3x to 1.2x
- add: IPCs have gained numerous new traits for customization. As well
as rebalanced Nanite Auto-Repair Bots.
- add: Circuitry can now be used to repair Synthetics.
- fix: Fixed the guidebook link for IPCs not appearing in character
creation.

---------

Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com>
Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com>
2025-07-20 13:49:13 +10:00
VMSolidus
19b59c7fc7 Some ODJ Requested Traits (#2463)
# Description

These are a few traits that have been requested. There's a longer list
but I can't really get to them right now.

# TODO

<details><summary><h1>Media</h1></summary>
<p>


![image](https://github.com/user-attachments/assets/3672104b-1b14-4610-a44a-a098e13a8434)

</p>
</details>

# Changelog

🆑
- add: Added traits for spawning in with individual cybernetic legs
(without any other modifications). These traits uniquely cost neither
points, nor trait selections.
- add: Added bundle traits for Dwarf and Kobold.
- add: Added Forked Tongue trait for Unathi.
- add: Added Stunted Snout trait for Vulpkanin.
- tweak: Cyber-Eyes Basic System no longer costs any trait slots, and
has had its points cost reduced.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-20 13:21:40 +10:00
Verm
f31d74c046 Fixes Borgs and Syndicats getting hurt by glass shards and other things + honkbot slipping 2 (#31011)
* Lets do this again

* I noticed this way to late
2025-07-19 14:51:27 +10:00
Nemanja
69ac5801d1 split temperature protection into heating and cooling (#30662)
* split temperature protection into heating and cooling

* fugg

* weh

(cherry picked from commit a197baac17154642c4631f59618827104711134c)
2025-07-19 12:40:28 +10:00
Spatison
b8d156fbba Replacing Flashed with EyeDamageOnFlashing 2025-07-14 11:41:00 +10:00
VMSolidus
dc52f8bf2b Mood Rework Part 1 (#2425)
This PR significantly reworks some parts of the mood system, namely by
completely restoring and reworking the saturation scale shader so that
its not completely terrible. Additionally, I've added numerous new
instances and locations where Moodlets can be found in the game,
particularly when it comes to food and drugs, as well as a new Mood
interaction with the Deep Fryer. Chef gameplay is significantly expanded
via the introduction of flavor related moodlets, as well as the almighty
deep fryer giving a unique, moderately strong, and long lasting moodlet
to anyone who eats whatever you deep fry.

Go ahead, give someone a deep fried stick of salted butter coated in
chocolate. You'll make their day.

The big differences with the Saturation Scale are that its now variable,
with smooth transitions, with the scale scaling with your character's
mood. The more depressed you are, the more desaturated the world
becomes. Whereas if you have entirely too many positive mood bonuses,
the world becomes incredibly vibrant.

<details><summary><h1>Media</h1></summary>
<p>

Shoukou's Bar as seen by someone with the Sanguine trait(and no other
moodlets)

![image](https://github.com/user-attachments/assets/bf8e7b25-5243-41ee-a6ad-3170444faae6)

Max mood

![image](https://github.com/user-attachments/assets/fc03ee20-37a5-4163-ac35-8f2735f8b531)

Saturnine trait:

![image](https://github.com/user-attachments/assets/fc21fc20-81e5-4364-807f-fcef40837ade)

Minimum mood(dead)

![image](https://github.com/user-attachments/assets/b38e8ce8-0ea2-436d-b298-b1a715b0a6c2)

Smooth transitions for shader tone.

https://github.com/user-attachments/assets/3ab55da1-eca6-4cc5-9489-f4ad13ed0f27

</p>
</details>

🆑
- add: Re-enabled the "Mood shader" after significantly reworking it.
Mood visual effects now scale with your character's mood, instead of
only ever being near-greyscale. Being high life now makes the world more
colorful and saturated.
- add: A huge variety of medicines, drugs, and even food items(based on
flavor!) now have mood effects. Reaching for the packet of salt now
actually makes food provide a better mood buff.
- add: Being Tear-gassed causes a massive mood penalty.
- add: Deep frying food provides a strong mood bonus.
- add: Added new Manic, Mercurial, and Dead Emotions traits.

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
2025-07-12 00:55:42 +10:00
vanx
b1a50fb20f [Fix] Surgery Speed (#626)
surger

Co-authored-by: vanx <discord@vanxxxx>
2025-06-28 11:11:26 +03:00
vanx
b45d4f7a2d [Fix] Another Shitty Trait Combo (#603)
another one

Co-authored-by: vanx <discord@vanxxxx>
2025-06-18 09:32:17 +03:00
vanx
f6ea129ea8 [Fix+Tweak] Surgery Speed (#564)
* surgery speed

* Update Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml

---------

Co-authored-by: vanx <discord@vanxxxx>
Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
2025-06-09 21:21:01 +03:00
vanx
d898e29263 [Fix] Infinite Crit (#552)
lol ! gavno

Co-authored-by: vanx <discord@vanxxxx>
2025-06-07 10:23:09 +03:00
GNUtopia
d1fa7e1711 Even More IPC Negative Traits (#2335)
# Description

Adds two new IPC-exclusive negative traits. For 3 points, Faulty
Waterproofing makes you take shock damage when splashed with or slipping
in water, similarly to slimes. For 4 points, Fragile Circuits makes you
shut down whenever you take shock damage. (yes, you can make it so that
you instantly die for slipping in a puddle)

---

<details><summary><h1>Media</h1></summary>
<p>

![Traits
menu](https://github.com/user-attachments/assets/56b5b973-95f0-41b8-9e42-f04b1153e175)
![Fragile Circuits
description](https://github.com/user-attachments/assets/4a475c82-9685-41ea-98f6-c74522fae298)
![Faulty Waterproofing
description](https://github.com/user-attachments/assets/a9d5dde0-9e6b-40bc-9b56-020f44fc3879)
![High-stakes wire punching with Fragile
Circuits](https://github.com/user-attachments/assets/6fe971cf-85f3-4e93-8046-673a5751644a)
![Faulty Waterproofing damage
example](https://github.com/user-attachments/assets/ce1b32b9-1cd4-40ba-9237-b4290b551b73)

</p>
</details>

---

# Changelog

🆑
- add: Added Faulty Waterproofing trait
- add: Added Fragile Circuits trait

---------

Signed-off-by: GNUtopia <93669372+GNUtopia@users.noreply.github.com>
(cherry picked from commit 1bb6518b24a9f939686db0d08908ec6618145235)
2025-05-16 20:06:55 +03:00
Raikyr0
9fb3b49953 Platelet Buff 2.1 (#2382)
# Description

Last Buff PR too strong, this one just adds the increased blood regen
(you need to be not hungry or thirsty for it to work tho)

# Media

https://cdn.discordapp.com/attachments/1359671706054168749/1370781495664316466/2025-05-10_17-16-06.mp4?ex=6820bf40&is=681f6dc0&hm=80219a25520bcef41b73a63cf2efb5bffd97334d39c493e14dd9a17b9e457514&

# Changelog

🆑
- add: added blood regen to Platelets

---------

Signed-off-by: Raikyr0 <Kurohana@hotmail.com.au>
(cherry picked from commit 42035aecfa6267b271b732d3e9ea9d09c7d6930b)
2025-05-16 20:06:16 +03:00
Spatison
e46144bbc4 fix Dignitary 2025-05-03 02:14:00 +03:00
GNUtopia
1b5c4cd923 Make Disabilities Permanent + Glasses' Fury (#2327)
# Description

Removes the ability to circumvent the effects of Blindness and
Wheelchair User through surgery. Additionally tweaks glasses to better
counteract nearsightedness and minor eye damage. Most glasses now
mitigate 3 points of eye damage, fully countering the nearsighted
penalty, while jamjars mitigate 3.5 points of eye damage. Also tweaks
the starting amounts of eye damage given by Blindness and Nearsighted.
Blindness gives 8 points of eye damage, up from 6 (this doesn't have any
visual effect but makes glasses worse since visual effects cap at 6
points), and Nearsighted gives 3 points of eye damage, down from 4.

---
<details><summary><h1>Media</h1></summary>
<p>

![Updated Wheelchair User
description](https://github.com/user-attachments/assets/5c97be58-1c07-452e-acaf-9f83290204ed)
![Updated Blindness
description](https://github.com/user-attachments/assets/085676fc-ff25-47fc-a673-fb89d1899a38)
![Blindness being retained after
surgery](https://github.com/user-attachments/assets/1aa6b35a-129e-4965-bf20-85f3c3f4bfa3)
![Inability to walk being retained after
surgery](https://github.com/user-attachments/assets/2f3b9d19-a75f-429d-8c9a-eeb9ee7dd82b)
(i'm trying to walk around after the surgery in the second video,
prommy)
![Blindness being partially remedied by
glasses](https://github.com/user-attachments/assets/14b8191d-d65f-4034-af37-ac331320dabe)
![Shortsighted being fully mitigated with
glasses](https://github.com/user-attachments/assets/81236a50-1898-441e-bbb2-4ae78165fd99)

</p>
</details>

---

# Changelog

🆑
- tweak: Made Wheelchair User and Blindness permanent
- tweak: Made Shortsighted less visually intense
- tweak: Made glasses counteract eye damage better

---------

Signed-off-by: Timfa <timfalken@hotmail.com>
Co-authored-by: Timfa <timfalken@hotmail.com>
(cherry picked from commit 0187c38b3a96220f133281adf311cf259b3f4e50)
2025-05-03 01:38:32 +03:00
ilmenwe
19d319b6e9 Muted Trait Will Once Again Reward You 6 Points, and Thief Have Had I… (#2325)
# Description

The muted and thief trait have been rebalanced based on request from ODJ
who had many other things to fix before the release.

# Media
<[Official ODJ Media]> provided.

![rotating](https://github.com/user-attachments/assets/ddc9c747-34c9-43f5-839e-dddcb3ec44e0)

---

🆑
- tweak: Tweaked as told.

Co-authored-by: ilmenwe <no@mail.com>
(cherry picked from commit 713a562f830c6ec48b8b0d054d5dcb765eb49bb8)
2025-05-03 01:26:42 +03:00
ilmenwe
eb38bf2f92 Request by ODJ to Add IPC to to the Permited List of the Trait Lyre Bird (#2326)
# Description

IPCs have vocoder/voicechips to talk, they can resonable be extended
altered used to produce a larger range of sound.

<details><summary><h1>The trait avalible on a IPC in character
create</h1></summary>
<p>

![image](https://github.com/user-attachments/assets/0466c989-69a7-4823-87d1-45fcafbe1542)

🆑
- add: Added IPC to permitted for Lyre Bird.
- altered: description to make it more neutral and less harpy specific.

Co-authored-by: ilmenwe <no@mail.com>
(cherry picked from commit 48460f47d46491eccb07da810c1f81fb9c6a1739)
2025-05-03 01:13:51 +03:00
Pon
8883b4a93a IPC Negative Traits (#2324)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR adds 2 negative traits that IPCs can take.
Inefficient Cogitator increases the power drain that IPCs have by around
33%. (1.5/s -> 2/s) Gives 3 points.
Defective Chassis functions as the IPC version of brittle bones, aka
Osteogenesis Imperfecta. It halves their death threshold
(120 -> 60), as they can't go into crit. Gives 6 points. (Because
brittle bones will give 6 points anyway)
Also yes I tested the power drain, it works, I just didn't want to show
me standing still for 6 minutes, or show footage that isn't the trait
with the value cranked up.

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![Zrzut ekranu 2025-04-26
114525](https://github.com/user-attachments/assets/070a63ec-218a-4745-b6fd-be02fe184406)

![Zrzut ekranu 2025-04-26
114617](https://github.com/user-attachments/assets/b4ff43ae-a4b7-4ffd-bdf2-49a30d5c225e)

![Defective Chassis
working](https://github.com/user-attachments/assets/4ac032d7-e87b-41bc-8223-6a14b5b5347d)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- add: Added the Inefficient Cogitator and Defective Chassis traits!
Both are negative traits for IPCs. Inefficient Cogitator increases the
power drain of IPCs by ~33% (1.5/s -> 2/s) and gives 3 points, Defective
Chassis halves their death threshold, as they can't go into crit (it's
the IPC version of brittle bone disease). Gives 6 points.

(cherry picked from commit 9bd362b19c670e242fb4fc807ca45dab49d4b4d7)
2025-05-03 01:13:18 +03:00
VMSolidus
2dc280c0d1 Give Traits A Haircut (#2292)
# Description

Done on stream with @OldDanceJacket and with a livestream of >30 people.
This PR massively trims down the most problematic aspects of Psionics
related to traits, blatantly by just outright removing the option for
buying roundstart powers. Station's were basically space hogwarts, which
caused problems. Also at ODJ's insistence, we dialed back a LOT of the
"Negative trait proliferation", in order to reduce the crew power
scaling issues.

Also some small psionic related bugfixing.

# TODO

<details><summary><h1>Media</h1></summary>
<p>

These are all 6 of the remaining "Psionics" traits.

![image](https://github.com/user-attachments/assets/b044ac7d-cab3-4855-aab2-cc48882aa0a3)

</p>
</details>

# Changelog

🆑
- tweak: Significantly reduced the amount of points given by most
negative traits.
- fix: Fixed the Psionic Mantis not being able to roll powers.
- remove: Removed all trait menu options for buying roundstart psionic
powers. I'm sorry about this, but it broke a LOT of things, and wasn't a
good idea at all in the first place. There's no longer the Elementalist
psicaster type, since there's also no power shop.

---------

Signed-off-by: Timfa <timfalken@hotmail.com>
Co-authored-by: Timfa <timfalken@hotmail.com>

(cherry picked from commit e50ef59b4a2bb2b38a36b22736b4b42c2735975b)
2025-05-03 01:11:57 +03:00
OldDanceJacket
d2e0ca1383 Trait Repricing, 2! (#2323)
# Price drops and value cuts

Based off of player feedback and overall issues with the design of
points following previous PR's, prices for a big chunk of traits have
been adjusted.
This has very intentional direction regarding traits.

Firstly, a number of negative traits have been reduced in the amount of
points they return to the user. This is simply a reduction of points
however, as no negative trait was changed to give 0, with a few of the
more 'awful' negative traits given a few extra points for those that opt
in.

Next up is the various price reductions across the board to a number of
the under-preforming positive traits. A number of these were rather
interesting but were hampered by silly prices.

Aside from this, a few traits fall into a slight balance adjustment,
such as vampirism becoming more expensive, a slight nerf to the regen of
Nanobots(nothing else yet), and the adjustment to the Oni's trait
selection no longer costing them any trait points.

Please enjoy!

---

<details><summary><h1>Media</h1></summary>
<p>

![rotating](https://github.com/user-attachments/assets/2aa15d3b-f32b-416d-9851-0499595cfef9)

</p>
</details>

---

# Changelog

🆑 ODJ
- tweak: Adjusted a number of trait prices; Oni now have a free species
trait choice, Harpies singing is far cheaper, being small is now free,
etc.

Co-authored-by: jcsmithing <jcsmithing@gmail.com>
Co-authored-by: Timfa <timfalken@hotmail.com>

(cherry picked from commit 403d017bbade4cc0be6da9504e185e171854c930)
2025-05-03 01:03:32 +03:00
Spatison
03b978754f big nope 2025-04-26 15:20:25 +03:00
Pon
9739845ff5 Bug Languages Accesibility + a Smol Fix (#2316)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR adds 2 language traits: One for Moffic, one for Chittin. Both
can be taken by IPC and Harpy, and Moths can take Chittin, Chitinids can
take Moffic. These three are the only ones that can take those traits,
which cost 1 point.
Additionally, it prevents Harpies from taking the Valyrian language
trait, as they already start with that language so no need for them to
waste a point.

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![Zrzut ekranu 2025-04-25
213816](https://github.com/user-attachments/assets/aa8de365-a703-4fcc-8e73-8f7d40e9aabe)
![Zrzut ekranu 2025-04-25
213942](https://github.com/user-attachments/assets/25d0a826-ec9d-4da0-8bf7-7a8d1f31c2cb)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- add: Added Moffic (moff lang) and Chittin (chitinid lang) as languages
traits. Available for IPCs and Harpies for 1 point, as well as Moths for
Chittin and Chitinids for Moffic.
- fix: Harpies can no longer waste a point on the Valyrian standard
language trait, which they already start with.

(cherry picked from commit b57de115858c44f9164a04d9e222f8d6fb68680a)
2025-04-26 12:22:53 +03:00
Pon
0cac34d179 Flight Speed, Moff Trait Small Rebalance (#2313)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Discussed with some harpy players and agreed upon on call where we
talked about trait balance (for the cost reduction for the trait).
This PR makes true flight (the trait for moffs that you can take when
under 60kg, gives you a modified version of harpy flight) cost 2 (from
5) and reduces the speed modifier for flying from 1.2 to 1.19.
(effective 32% increase to 30.9%)
Also adjusts the speed modifier for harpy flight to 1.3. (from an
effective speed increase of 54% to 60.16%)

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- tweak: Adjusted moth and harpy flight to be more balanced. (Moth
flight, ~30% speed increase, Harpy flight ~60% over sprinting, accounts
for all modifiers, including harpies 10% sprint speed increase) Makes
True Flight trait cost -2 instead of -5.

(cherry picked from commit 22527a646746a1ac60ea35a8abb3e88756f5ef9c)
2025-04-26 12:22:41 +03:00
ZetaNull
e6a5b90761 New Font for Qiilour (Xelthia Language) + Xelthia Trait Blacklists (#2317)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

Just gives Qiilour a unique font and blacklists Xelthia from traits that
don't make sense for them (Talons/Claws, Natural Weapons Removal, all
Arm-related Bionics)

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![image](https://github.com/user-attachments/assets/ad345651-63c5-4848-8e82-fa1d7147ab11)
Font (Nova Flat)

![image](https://github.com/user-attachments/assets/661d4ad8-0108-4cf6-b3aa-bc7c96e41072)
There's a couple of these that xelthia are blacklisted from but just
proof that I tested that they were, in fact, blacklisted from them

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑 Zeta_Null
- add: Added a proper font for Qiilour to use
- tweak: Put Xelthia on some trait blacklists that they wouldn't
reasonably be applicable for (Arm Related things)

(cherry picked from commit fed740ae1b18e7c9f5dc523025af3e5167a38c67)
2025-04-26 12:22:24 +03:00
ZetaNull
718078de24 Add New Species: Xelthia (#2214)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->
This is a PR to add a new species, the Xelthia. I find that most of the
species in this game don't feel particularly alien, and I'm aware that
they aren't as alien as some might want, but I feel like they're
decently alien, personally. In addition to this, I've tried to set them
up to fill niches that aren't particularly common with other species,
such as having a heat resistance and cold weakness where other species
tend to have cold resistances and heat weaknesses.

Here's their current list of (planned) traits, which is tentative and
I'm open to adjusting.
### Negatives
- Cold weaknesses
- Lack of a gloves slot thanks to having tentacle arms
- Carnivores, will only eat things containing meat for the most part
### Positives
- Heat resistances
- Arm Regrowth, dropping their current arms
- Acid blood (Currently slippable)
- Caustic immunity (so they don't burn from falling in their own blood)
### ???
- Dropped arms are able to be eaten and/or cooked.

I've not worked with C# before now, so apologies if the code is a little
bit scuffed or anything

---

# TODO

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->

- [x] Implement Xelthia Species, complete with sprites and a language
- [x] Add species default names
- [x] Add displacement maps and such to make sure they look right
- [x] Implement primary YAML-based species functions, basically
everything that isnt the limb regrowth function
- [x] Axe the initial psionics bit
- [x] Add the actual function for limb regrowth
- [x] Add proper lore
- [x] Any other possible considerations with adding Xelthia
characteristics

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

https://github.com/user-attachments/assets/4fd3cb4f-4d5d-44dd-b5c0-62fd392e8920

![image](https://github.com/user-attachments/assets/3e5db9cc-a2b3-424e-a75c-cd410d57a0b2)

![image](https://github.com/user-attachments/assets/0a8e3f50-e20c-406e-8c1e-78cdd4eb1496)

![image](https://github.com/user-attachments/assets/bc860e97-6180-484c-afb1-e539decbb425)

![image](https://github.com/user-attachments/assets/331a620b-4c7f-4913-81db-a3fe235f58c1)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑 Zeta_Null
- add: Added Xelthia, a custom alien species
- add: Added an insulated jacket, to account for Xelthia not having
access to a glove slot.
- add: Xelthia tentacle item that drops when arms are regrown. This is
able to be cooked.

---------

Signed-off-by: ZetaNull <93877175+ZetaNull@users.noreply.github.com>
(cherry picked from commit 5de2bd074f7ee852774c11fd92996f7c14fd3d1b)
2025-04-26 12:13:13 +03:00
Remuchi
1e363c7346 Revert "Merge pull request #462 from WWhiteDreamProject/revert-460-upstream"
This reverts commit 092dba42e5, reversing
changes made to e6315c2320.
2025-04-20 11:15:45 +07:00
DVONIKS
6c19771020 Revert "Upstream 04.04-18.04" 2025-04-20 06:34:09 +03:00
DVONIKS
2276380a11 Merge branch 'master' into upstream 2025-04-20 06:24:21 +03:00
Spatison
fb3a1267e2 [Fix] Disable RestrictedGear (#444)
disable RestrictedGear
2025-04-20 06:18:52 +03:00
Pon
349976b87d Uncripple the Wall of Green (Accent Fixes) (#2266)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Yeah so last time I did an accent/language fix
(https://github.com/Simple-Station/Einstein-Engines/pull/2212) I kinda
forgot about the scottish, frontal lisp and stutter ones
so this PR does exactly the same thing as the PR linked, just for the
missing accents. (Commenting out the lines that were supposed to let us
make accents fully free as they don't work for now, which were the ones
that specify how many trait slots and slots in the character item group
the trait takes up)

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

https://github.com/user-attachments/assets/bd8a7e15-7f83-4330-b1d7-d3edd203b291

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- fix: Fixed the scottish, stutter and frontal lisp accents not working.

(cherry picked from commit 4646aa05822ebfdff5090918066bed2dff473410)
2025-04-19 17:06:15 +03:00
VMSolidus
6c8adaeb52 Various Misc Psi Power Fixes (#2272)
# Description

The bug with the traits menu related to psionics is a significantly more
complicated issue, so I'm fixing that separately, it notably involves
touching a different system entirely than anything in this PR. The
biggest ones this fixes are Psi-Invis and Anoigo. Others are a variety
of other powers that were supposed to be checking "Is the target
insulated?" but weren't. To make it easier to check, I added an overload
for the OnAttemptPowerUse function that accepts a Target EntityUid,
which extends the insulation check to a second entity, which all of the
pre-existing targetted powers now use. Which simplifies the need to
constantly write the checks over and over again.

The biggest fixes this patch from to Psi Invisibility, and to an
underlying secondary problem that I discovered as a result of more
closely examining the cause of the Invis bugs. So now the client gets
networked their casting stats. Both Psi-invis and Anoigo have had their
audio fixed (it was a typo in both cases). Anoigo now also checks if the
target has insulation.

This last point is relevant because certain "High Security" doors have
had their components psifoil insulated to protect from people with a
rare and obnoxious power from forcing their way in.

<details><summary><h1>Media</h1></summary>
<p>

https://github.com/user-attachments/assets/ba53df07-5ed9-4b08-b787-a6f6b347c8a3

</p>
</details>

# Changelog

🆑
- add: NT has had its station's "High Security" doors such as Command,
Security, and Vault doors shielded with psifoil around their components.
They can no longer be forced open by the Anoigo power.
- tweak: Anoigo, Dispel, Mindswap, Healing Word, Breath Of Life,
Pyrokinesis, and Noospheric Zap now all don't work if the target has
psionic insulation.
- fix: Psionic Invisibility now actually works as advertised.
- fix: Psionic Invisibility and Anoigo now actually produce a sound, as
well as properly enforce their cooldowns.
- tweak: Anoigo reclassified as a "Dangerous" power, it now also costs
10 points for Elementalists.
- remove: Prisoners can no longer be Psionic.
- fix: Mantis can no longer summon his black blade if his hands are
full.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>

(cherry picked from commit a4b8cf17f0a6cb62a499cb004fd2f5512c31ef18)
2025-04-19 17:05:42 +03:00
Spatison
8e25c18e23 upstream fix 2025-04-19 03:31:06 +03:00
Pon
052523545b Woe, Cybernetic Appendage Trait Balancing Be upon Ye. (#2255)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR tries to better balance bionic arms and comments out speed legs
FOR NOW.

For Bionic arms, it restricts them to only be accessible to security,
command, dignitaries and paramedics, while also knocking down the cost
back to 8, as it used to be. (this is because it is now only available
to a select few and not everyone)
On top of that, I added a new trait, Prybar Prosthetics, which are
cybernetic arms that can pry open UNPOWERED doors (so it's a crowbar).
This one is much cheaper than bionic arm (3 points) and is available to
everyone besides prisoners. (Yes it replaces your limbs with a new
cybernetic arm with this function, the DX-1 Pryarms)

For speed legs, like previously stated, they're getting commented out.
This is only temporary, until someone can figure out a way to rebalance
them (speed legs as a whole I mean, not the trait itself.) so they
aren't just a permament increase to speed. Speed is too good, look at
what harpies pay for a 10% increase while sprinting.

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![Base Profile Screenshot 2025 04 16 - 17 49 18
97](https://github.com/user-attachments/assets/ac8d502c-249b-401a-baf0-01904c7da1d5)
![Base Profile Screenshot 2025 04 16 - 17 49 30
79](https://github.com/user-attachments/assets/8ef903e5-1377-48a9-8847-90f16cf07ef5)
![Prybar Prosthetics
working](https://github.com/user-attachments/assets/d397da9e-33e5-452d-aefd-a3eb90f55a98)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- add: Added the Pryarm Prosthetics trait, that replaces your arms with
the DX-1 Pryarms, which let you pry open unpowered doors just as you
would with a crowbar.
- tweak: Made bionic arm cost 8 points again and be restricted to
command, security, dignitaries and paramedics only.
- remove: Speed legs trait go bye bye for now.

(cherry picked from commit 980ba8139fd78eaeebab464bac985cd34fe0ead0)
2025-04-18 19:51:50 +03:00
Pon
4258236b46 Surgery Experience Traits + CPR Trait Tweak (#2238)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR adds 2 new surgery related traits to the game (surgery training
which boosts your surgery speed to 1.6, only available for non-medical
jobs, as well as experienced surgeon, which boosts your surgery speed to
2.5, available only to medical jobs + corpsman, without intern. They
both cost 3 points.) while also tweaking and fixing the CPR training
one. (reduces cost from 4 to 3 and adds BSO to the blacklist as BSO
already has CPR training innately)

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![surgon](https://github.com/user-attachments/assets/282730f8-5579-492b-b6c8-96a4a8e02e25)

![surgon2](https://github.com/user-attachments/assets/d77244af-64d5-49b0-b18e-fb52840657bc)

![base surgery
speed](https://github.com/user-attachments/assets/f20c9a6a-b46b-44eb-88d9-419daa984444)

![Surgery Training
speed](https://github.com/user-attachments/assets/6f13f277-c17a-44e4-a72f-b0c67d2d4d70)

![Experienced Surgeon
speed](https://github.com/user-attachments/assets/90a10192-c825-4659-a310-3ca4d5ed048d)

</p>

</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- add: Traits that increase your surgery speed, Surgery Training (1.6,
between intern and standard doc) for non-medical, and Experienced
Surgeon (2.5, same as CMO) for medical w/o intern and with corpsman
- tweak: CPR Training cost 4 -> 3
- fix: BSO can no longer take the CPR trait as they already have it
innately

(cherry picked from commit b0950e4c56fa4b58b46f2961b397cac626249d6d)
2025-04-18 19:46:14 +03:00
Pon
fb9203f11b (Bandaid Fix for Languages/Accents) I'M LANGUAGING OUT MAN!!! (#2212)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR comments out the CharacterItemGroup for basic languages so you
can take ALL OF THEM (side effects may include using all your trait
slots) and the lines responsible for breaking both languages and accents
(the ones that specify how many slots it takes up in the item group and
how many trait slots it uses)
This is so we can have them functioning until that code gets fixed

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- fix: Languages and accents now work. JOHN LANGUAGE IS FINALLY REAL!

(cherry picked from commit add7e379b8524e179ea8469be34bd77f44e69691)
2025-04-18 19:13:59 +03:00
EctoplasmIsGood
79c601c117 Pull Speed Trait Changes (#2196)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

So Bram didn't test his changes, meaning weakling and bodybuilder didn't
do anything except break taildrag. I'm not fixing those traits because
he also added traits that functionally do the same thing but better.

I'm removing weakling and the old bodybuilder, and keeping featherweight
/ bulky (which has now been renamed to bodybuilder by request of the
person who paid for the original PR)

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- remove: Removed old bodybuilder and weakling traits since they didn't
work, and gave bulky the name bodybuilder instead

Co-authored-by: Your Name <EctoplasmIsGood@users.noreply.github.com>

(cherry picked from commit b2a4e43717e277c7417f2fd5e0c8d6a03a58b53b)
2025-04-18 18:11:36 +03:00
Pon
52778c6e67 The Creation Of John Language (Removal of Language Limit) (#2173)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR Redefines the max items from the basic language item group (1)
BUT makes it so that EVERY SINGLE LANGUAGE TRAIT takes up 0 slots in
that item group, letting you effectively take all the languages if you
have enough space.

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- tweak: Made every single language trait take up no slots in their
defined max items limit, effectively letting you take unlimited
languages, so you can become the man himself, John Language. (FOR REAL
THIS TIME.)

(cherry picked from commit b603afa85bb4100a114f577527831260e6fdf8cf)
2025-04-18 17:48:47 +03:00
VMSolidus
72a63f90c5 Variant Latent Psychics (#2176)
# Description

This PR adds a dedicated "Psionics" tab to the traits menu, where every
single Psionics related trait has been moved to. It includes
subcategories for Psicaster Type, Feats, and Powers.

There are currently 3 different variants of "Psicaster", two of which
are new.

**Latent Psychic**: Exactly as before with Psionics V3. No changes here.

**PsychoHistorian**: A new variant psicaster that enjoys significantly
faster power development, with a heavy focus on "Utility" powers. As a
tradeoff, they can ONLY obtain utility powers.

**Elementalist**: The second new variant psicaster type. Elementalists
have the option to buy powers directly from the Anomalist power
category. The tradeoff here is that these are the only powers they will
ever have. Elementalists will never generate new powers during a round,
and cannot gain Potentia.

All 3 Psicaster Types have their own dedicated "Shop" that is accessed
via the Powers tab in the traits menu. They each have their own separate
costs and availabilities. They also all 3 have their own random power
charts.

# TODO

<details><summary><h1>Media</h1></summary>
<p>

![image](https://github.com/user-attachments/assets/916e205a-2c9b-4728-b37f-751f532cf23e)

</p>
</details>

# Changelog

🆑
- add: Added a dedicated Psionics tab to the Traits menu.
- add: Added PsychoHistorian as a new psionic variant. PsychoHistorians
have significantly faster new power generation, but are strictly limited
to the Mentalics power category. They essentially only get "Utility"
powers. PsychoHistorians have Telepathy as a free bonus power.
- add: Added Elementalist as a new psionic variant. Elementalists do not
generate new powers at all during the round. Instead, they purchase
powers directly at character creation, using the Anomalist powers
category.
- add: @#$%(*&FAREWELL, FRIEND. @#&#^!@*(&^$I @*#$&^@#$% WAS
@#$@#$*&^@#$ALWAYS A *&#^@$@#THOUSAND *(&@^#$TIMES *(@#$(*&MORE
*(&^*&(EVIL ^&*((*&^THAN (*&^&*(^%*(&THOU!

(cherry picked from commit 7cc86ec5558c6fbe42cdfc4cd61ac31e4bd69232)
2025-04-18 17:46:59 +03:00
VMSolidus
b6d96474b8 Loadout And Trait Slot Cost (#2170)
# Description

This PR gently reworks the traits and loadouts system to where both
systems have a new Datafield for "Slots", which declares how many
selections the trait/loadout occupies. The actual implementation of
these differs between the two, since Traits has an actual selection
limit, while Loadouts do not(but instead respect CharacterItemGroups).
In both cases, Slots are defaulted to 1, and can be omitted in most
cases.

Where this shines particularly is in Traits, where it serves as a new
second line for trait balancing. Traits such as Accents, which are
completely worthless, otherwise would never be taken at all since they
compete with other traits for Opportunity Cost. Conversely, there's only
so many points we can increase a powerful trait to, (literally, they
cannot cost more than the current trait maximum). So traits can be made
to occupy >1 slot selections.

Slots can be defined for Item Groups as well, which is what this
datafield does on Loadouts, which both of these share. But since Traits
have two different places that their slots are used, I've opted to
create a split slot datafield for Traits. To simplify things, their
ItemGroupSlots defaults to their Slots datafield, but can be
independently changed as desired.

<details><summary><h1>Media</h1></summary>
<p>

https://github.com/user-attachments/assets/99dddfe1-76d2-445a-a94a-1998d3d39c51

</p>
</details>

# Changelog

🆑
- tweak: Accents no longer cost trait slots.

(cherry picked from commit d760c5813d5dd29b3eddebd8d671bf3ed6e86b3e)
2025-04-18 17:40:59 +03:00
Yarinoi
445d37323e Nerfs Restricted Gear & Cost (#2166)
# Description

Removes the ability to obtain bartender firearms & most weapons &
equipment from security via the Restricted Gear trait. In exchange,
makes it cost 6 points rather then 10.
If there's any other changes that someone wants, let me know.

---

# TODO

All finished.

---

# Changelog

🆑
- remove: All guns from the Restricted Trait are GONE because I HATE
YOU.

---------

Signed-off-by: Yarinoi <122653864+Yarinoi@users.noreply.github.com>

(cherry picked from commit aabe75658c726738051eed792d2bab03f5d362c3)
2025-04-18 17:40:15 +03:00
EctoplasmIsGood
b496ead1eb Remove Ion Damage (#2153)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Removes ion damage and makes all weapons that did ion damage deal shock
instead. IPCs and Silicons will now take a whopping 3x shock damage, as
they have lost their primary weakness (heat), and ion damage is no more.
Shock damage is pretty rare, and I've reduced the amount of damage done
by disablers to compensate.

Shock damage can be tuned down for IPCs/Silicons once being shocked has
a unique reaction, like causing their electronics to spazz, or draining
their battery.

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- tweak: Ion damage has been merged with shock damage
- tweak: Disabler damage has been turned from heat to shock and reduced
- tweak: All silicon lifeforms now take 3x shock damage

---------

Co-authored-by: Your Name <EctoplasmIsGood@users.noreply.github.com>

(cherry picked from commit c80df35b3b2aca4195757f811b3d8669b80061c4)
2025-04-04 15:07:29 +03:00
Pon
60e32f6b87 Tweak Language Stuff (#2142)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR removes the limit to how many basic language traits you can
take, reduces the cost of sign language from -2 to -1 and ensures that
you cannot take more than 1 accent from the accent traits. (Previosly,
when new accents got added, the bunch with german, french, spanish,
italian and russian, they weren't added to the character item group that
makes it so you can only take 1, so I added them)

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- tweak: Reduced sign language cost from -2 to -1
- tweak: Removed the limit on how many language traits you can take
- fix: Made sure that you cannot take more than 1 accent trait

(cherry picked from commit bb8ac8ed83e82ffdb4efa0899df08e2684749bd2)
2025-04-04 14:50:45 +03:00
Pon
b89556b08c Buff Moth Flight Speed (#2140)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

This PR changes the speed modifier for Moth Flight from 1.09 to 1.2
(adding up to an effective ~30% increase over walking with the base moth
weightless modifier, over the 20% from before)

Moths have a trait called true flight which costs 5 points
to take it in the first place you need to be at most 60kg
It essentially gives you harpy flight (moth version)
A PR was made some time ago that changed both the moth flight and harpy
flight
What you need to know is that harpies get an effective ~60% speed boost
while flying, and handslots taken
Moths however, can use their handslots and also get some friction for
sharper turns BUT their effective movement speed increase is only ~20%
(By effective increase I mean combining weightless speed buff, flying
speed buff, and in the case of harpies, their innate movement speed buff
of like 15%)

While playing around I noticed the moth flight is barely noticable when
used (the movement speed IS there of course, but it's barely noticable)
I do understand that speed is a very big thing and a powerful tool, with
flying having no slips and all, and moths being able to use their hands
while flying BUT
it really feels like it barely does anything
So because to even get moth flight you need to:
- Be light enough
- Invest a trait slot and 5 points
- And flight itself being an active which rapidly drains stamina
So I made this PR to slightly increase the speed moth flight gives you

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- tweak: Increased the moth flight speed modifier from 1.09 to 1.2

(cherry picked from commit 45b76e604289bfe60afbd169e169b99c980271f9)
2025-04-04 14:50:33 +03:00
WarMechanic
f06924a4fa The Multiclassing Trait - Restricted Gear (#1317)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Adds a new trait 'Restricted Gear' that unlocks job requirements for a
curated list of items (most equipment), allowing you to take items from
other jobs at a loadout and trait cost.

The main idea is to allow freedom of choosing items 'initial player
power' at a cost of trait points 'final player power', as well as
effectively automating greytiding. Item selection is moderated through
loadout cost, all the numbers are up for discretion, costs can be
balanced by interpolating the cost of the trait and the cost of
contraband items.

This trait is definitely not suitable for all servers, ~~but it has a
place in lowpop RP downstreams like Grimbly Station which I play on.~~
RIP Grimbly Station

---

# TODO

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->

This PR only really features yml changes, so it could be considered in a
complete state. However there is also room for design / balance
discussion.

- Should command staff be able to use Restricted Gear? (currently yes)
- Should prisoners be able to use Restricted Gear? (currently no, but
funny)
- - it would also be possible to add item restrictions on restricted
gear so prisoners cant smuggle guns
- Should Restricted Gear grant access to certain items on your current
job? (Heirloom armory weapons for security, lethal .50 for bartender
etc)
- Tweaking of numbers, interpolation between trait cost and loadout
cost.
- ~~Does this trait need a CVar requirement? (there was some discussion
on discord about it)~~
- Probably more that I haven't stated.

Of course, this can also be tailored to any downstream as required.

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

Trait name / description:

![image](https://github.com/user-attachments/assets/2043cc3d-c121-472e-9b8c-95e4bc7ca2ab)
(dw death i changed *it's* to *its*)

You can use exchange loadout points to get other jobs' items.

![image](https://github.com/user-attachments/assets/da82fd79-1b47-48dd-8e04-90cd9e3c0697)

Loadout point costs don't apply to your own job.

![image](https://github.com/user-attachments/assets/45b02105-6da7-42a2-b4ca-859a744e907a)

</p>
</details>

---

# Breaking changes

PASSENGERS CAN GET GUNS (provided a minimum playtime requirement).
If you don't want it, comment it out

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- add: Added a trait 'Restricted Gear' which unlocks loadout job
restrictions at a significant price.

---------

Signed-off-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com>
Co-authored-by: sleepyyapril <flyingkarii@gmail.com>
Co-authored-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com>
(cherry picked from commit 332e07ea64ac3ca04055ff6d190d8bdecb03b6bc)
2025-04-04 14:23:07 +03:00
Spatison
899d42ffd6 [Fix] Traits (#367)
fix traits
2025-03-30 10:56:09 +03:00
Spatison
02802fbe9f fix upstream 2025-03-29 19:47:20 +03:00
BramvanZijp
b0b16592ee Update physical.yml
Signed-off-by: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com>
(cherry picked from commit fc9cc051dfae9f3231c47b915862541a5336909e)
2025-03-29 18:20:42 +03:00
BramvanZijp
d945810d55 Add ways to heal ion damage.
(cherry picked from commit ea2dfd526ee39ce281383b49c3da2d12afecf3bc)
2025-03-29 18:20:16 +03:00
Will Oliver
1697d49f3c fix
(cherry picked from commit d743c3bd0e82acfaad0aed2faa992772ea5fdc17)
2025-03-29 18:15:06 +03:00
BramvanZijp
df14af28c9 Add Traits to Increase/Decrease Your Carrying Speed & Character Weight. (#2096)
# Description

Adds 4 new traits.
Bulky (Costs 6 pts) increases your characters density by 55, which
increases your weight.
Featherweight (Gives 3 pts) halves your density, halving your weight.

Bodybuilder and Weakling adjust the modifiers for pulling speed, also
costing 6 and giving 3.

Also, added a VVModify function for traits, which allows you to get the
current value of a VV path, and then change it via multiplication or
addition/subtraction, this was needed for Bulky/Lightweight, since
Density is under FixturesComponent, which is a robust toolbox thing, and
I dont think an engine PR with a densitymodifier field is the way to go.

This was done for a Goob MRP bounty.

---

# Changelog

🆑 BramvanZijp
- add: Added the Bulky and Featherweight traits, which increase/decrease
your characters weight.
- add: Added the Bodybuilder and Weakling traits, which impact the
movement speed penalty while pulling.

---------

Signed-off-by: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com>
Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>

(cherry picked from commit fe93a8827a83b9dd40e7eaa2312351fc52511693)
2025-03-29 17:54:15 +03:00
Timfa
e3cc62ef8c Contractors V1 (#2030)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Contractors v1 is the first version of a system that will allow you to
set a nationality and an employer to your character. Initially, this
will determine the availability of some loadout items, jobs and traits,
but this is built to expand upon later.

As of this moment, the PR will let you select a nationality, an employer
and a lifepath. Nationalities give you a language and a passport, while
the other two don't do a lot yet. (except Command can only be NanoTrasen
and most other jobs can't be unemployed)

The passport functions, and the CharacterRequirements do as well.

there's still a lot more that can be done--tying jobs to certain
employers, items or traits to nationalities or lifepaths, but the reason
I want to merge it before that's done is primarily so that I don't need
to be the sole person working on it anymore. The C# is done, the rest is
YAML, and we have a bunch of competent YAML warriors who will do great
stuff with this, no doubt.

---

# TODO

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->

- [x] Create Nationality and Employer Prototype code
- [x] Create Nationality and Employer Character Requirements
- [x] Add both fields to the Character Creation menu
- [x] Create Nationality and Employer Prototypes
- [x] Create Nationality and Employer Prototypes YAML
- [x] Add requirements to a few jobs
- [ ] Add requirements to a few traits
- [ ] Add requirements to a few loadout items
- [x] create a passport item that can be opened and closed
- [x] Give each nationality a passport item valid for their species

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![image](https://github.com/user-attachments/assets/9c44cf11-766b-4368-af69-8655048e992a)

https://github.com/user-attachments/assets/9e61aed8-2e07-4d44-89c7-595a170df8c7

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- add: Contractors. Be sure to edit your character to set an employer
and nationality!
- add: Nationality, Lifepath, and Employer have been added to character
creation. These don't currently do much except spawn a passport
containing information about where your character is from and who they
are, but they are fully integrated with Character Requirements, and by
extension can be used for and alongside Traits, Loadouts, Jobs,
Antagonists, etc.

---------

Signed-off-by: Timfa <timfalken@hotmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>

(cherry picked from commit c3b12c62ee3bd226b57022690d1b24cb7cf54e3f)
2025-03-29 17:52:53 +03:00