-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mind Over Machine, Machine Over Mind (#1665)
# Description I'm going to go put powergamers on suicide watch. This PR makes it so that specializing in psionic traits, and specializing in cybernetic traits are both mutually exclusive. You are only allowed to have a single cybernetric trait if you wish to have psionic traits. And you are only allowed to have Latent Psychic with no other traits if you wish to have Cybernetics. Also fixes a bug with Thermographic Vision not correctly being measured in seconds. You now get a 2 second pulse with Thermographic vision, as intended. # Changelog :cl: - tweak: Psionic traits are now mutually exclusive with cybernetic traits, and vice versa. - fix: Thermographic Vision now correctly measures its pulse duration in seconds instead of nanoseconds. It provides a 2 second scan. --------- Co-authored-by: stellar-novas <stellar_novas@riseup.net>
- Loading branch information
1 parent
ebbada9
commit 87eb664
Showing
11 changed files
with
153 additions
and
35 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
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
59 changes: 59 additions & 0 deletions
59
Resources/Prototypes/CharacterItemGroups/Generic/mindormachine.yml
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,59 @@ | ||
- type: characterItemGroup | ||
id: TraitsMind | ||
maxItems: 2 | ||
items: | ||
- type: trait | ||
id: HighPotential | ||
- type: trait | ||
id: LowPotential | ||
- type: trait | ||
id: LowAmplification | ||
- type: trait | ||
id: HighAmplification | ||
- type: trait | ||
id: PowerOverwhelming | ||
- type: trait | ||
id: LowDampening | ||
- type: trait | ||
id: HighDampening | ||
- type: trait | ||
id: DispelPower | ||
- type: trait | ||
id: MetapsionicPower | ||
- type: trait | ||
id: XenoglossyPower | ||
- type: trait | ||
id: PsychognomyPower | ||
- type: trait | ||
id: LatentPsychic | ||
|
||
- type: characterItemGroup | ||
id: TraitsMachine | ||
maxItems: 2 | ||
items: | ||
- type: trait | ||
id: StrikingCalluses | ||
- type: trait | ||
id: Spinarette | ||
- type: trait | ||
id: BionicArm | ||
- type: trait | ||
id: PlateletFactories | ||
- type: trait | ||
id: DermalArmor | ||
- type: trait | ||
id: CyberEyes | ||
- type: trait | ||
id: FlareShielding | ||
- type: trait | ||
id: CyberEyesSecurity | ||
- type: trait | ||
id: CyberEyesMedical | ||
- type: trait | ||
id: CyberEyesDiagnostic | ||
- type: trait | ||
id: CyberEyesOmni | ||
- type: trait | ||
id: LightAmplification | ||
- type: trait | ||
id: ThermographicVision |
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
Oops, something went wrong.