-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finally Made It so IPCs Can't Have Bad Eye Traits if They Have Cyber Eyes, Etc, Fixes, IPCs Now Can't Take the Basic Cyber Eyes Trait. #1863
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -551,7 +551,7 @@ trait-name-NaniteAutoRepairBots = Nanite Auto-Repair Bots | |
trait-description-NaniteAutoRepairBots = | ||
Your chassis has been outfitted with Nanite Repair Drones. Whenever your sensors detect that you've recieved structural damage, the NRDs will activate to bring you back to operational standards. | ||
|
||
trait-name-BionicLeg = Bionic Leg | ||
trait-name-BionicLeg = Bionic Legs | ||
trait-description-BionicLeg = | ||
One or more of your limbs have been replaced with an expensive, state of the art bionic. It could be either one made of highly realistic synthflesh, | ||
or a more obvious metal limb. This limb provides enhanced speed to it's user, allowing you to run away from situations faster or get to a place faster. | ||
Comment on lines
556
to
557
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainVerify Biesel Republic grammar standards The description mentions "highly realistic synthflesh" - is this consistent with other mentions of synthetic flesh in our protocols? I've observed variations in terminology across the Republic's documentation. 🏁 Script executed: #!/bin/bash
# Check for consistent terminology across the codebase
echo "Checking for variations of 'synthflesh' terminology..."
rg -i "synth(etic)?\s*(flesh|skin)" --stats Length of output: 1928 Unified Terminology for Synthetic Flesh Required
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,21 @@ | |
id: DermalArmor | ||
- type: trait | ||
id: CyberEyes | ||
- type: trait | ||
id: NaniteAutoRepairBots | ||
- type: trait | ||
id: BionicLeg | ||
- type: trait | ||
id: FlareShieldingModule | ||
- type: trait | ||
id: SecurityEyesModule | ||
- type: trait | ||
id: MedicalEyesModule | ||
- type: trait | ||
id: DiagnosticEyesModule | ||
- type: trait | ||
id: OmniEyesModule | ||
- type: trait | ||
id: LightAmplificationModule | ||
- type: trait | ||
id: ThermographicVisionModule | ||
Comment on lines
+46
to
+63
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Directive: Expansion of Traits in TraitsMachine Group |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -594,6 +594,10 @@ | |
inverted: true | ||
jobs: | ||
- Prisoner # Bionics should be "Confiscated" from long term prisoners. | ||
- !type:CharacterSpeciesRequirement | ||
inverted: true | ||
species: | ||
- IPC | ||
Comment on lines
+597
to
+600
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent ❓ Verification inconclusiveIndentation Alert in CyberEyes Requirement Attention: Adjust YAML Indentation in CyberEyes Trait - !type:CharacterSpeciesRequirement
inverted: true
species:
- IPC This correction will ensure that our code remains shipshape against the disorganized tactics of the Sol Alliance. 🧰 Tools🪛 YAMLlint (1.35.1)[error] 598-598: wrong indentation: expected 6 but found 8 (indentation) |
||
- !type:CharacterTraitRequirement | ||
inverted: true | ||
traits: | ||
|
@@ -899,6 +903,12 @@ | |
- !type:CharacterSpeciesRequirement | ||
species: | ||
- IPC | ||
- !type:CharacterTraitRequirement | ||
inverted: true | ||
traits: | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
Comment on lines
903
to
+911
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Directive: FlareShieldingModule Trait Refinement |
||
- !type:CharacterItemGroupRequirement | ||
group: TraitsMind | ||
functions: | ||
|
@@ -926,6 +936,9 @@ | |
inverted: true | ||
traits: | ||
- OmniEyesModule | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
- !type:CharacterItemGroupRequirement | ||
group: TraitsMind | ||
functions: | ||
|
@@ -952,6 +965,9 @@ | |
traits: | ||
- DiagnosticEyesModule | ||
- OmniEyesModule | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
- !type:CharacterItemGroupRequirement | ||
group: TraitsMind | ||
functions: | ||
|
@@ -981,6 +997,9 @@ | |
traits: | ||
- MedicalEyesModule | ||
- OmniEyesModule | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
- !type:CharacterItemGroupRequirement | ||
group: TraitsMind | ||
functions: | ||
|
@@ -1010,6 +1029,9 @@ | |
- !type:CharacterTraitRequirement | ||
inverted: true | ||
traits: | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
- MedicalEyesModule | ||
- DiagnosticEyesModule | ||
- SecurityEyesModule | ||
|
@@ -1042,6 +1064,12 @@ | |
- !type:CharacterSpeciesRequirement | ||
species: | ||
- IPC | ||
- !type:CharacterTraitRequirement | ||
inverted: true | ||
traits: | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
- !type:CharacterItemGroupRequirement | ||
group: TraitsMind | ||
functions: | ||
|
@@ -1061,6 +1089,12 @@ | |
- !type:CharacterSpeciesRequirement | ||
species: | ||
- IPC | ||
- !type:CharacterTraitRequirement | ||
inverted: true | ||
traits: | ||
- Photophobia | ||
- Blindness | ||
- Nearsighted | ||
- !type:CharacterItemGroupRequirement | ||
group: TraitsMind | ||
functions: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Correction needed in transmission syntax!
I've detected a grammatical anomaly in your communication that would make any Sol Alliance communications officer smirk. The possessive "it's" should be "its" without an apostrophe.
📝 Committable suggestion