Skip to content

Commit

Permalink
Tweaked Striking Calluses To Be Usable By Other Species
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosycup authored and Rosycup committed Jan 5, 2025
1 parent 56f40f9 commit b0802e7
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@
inverted: true
jobs:
- Prisoner # Bionics should be "Confiscated" from long term prisoners.
- !type:CharacterSpeciesRequirement
species:
- Human # Entirely arbitrary, I've decided I want a trait unique to humans. Since they don't normally get anything exciting.
#- !type:CharacterSpeciesRequirement
# species:
# - Human # Entirely arbitrary, I've decided I want a trait unique to humans. Since they don't normally get anything exciting.
# When we get the Character Records system in, I also want to make this require certain Backgrounds.
- !type:CharacterTraitRequirement
inverted: true
Expand All @@ -408,6 +408,21 @@
- !type:CharacterJobRequirement
jobs:
- Boxer
- !type:CharacterLogicOrRequirement
requirements:
- !type:CharacterSpeciesRequirement
inverted: true
species:
- Arachne
- Harpy
- Felinid
- Reptilian
- Shadowkin
- Rodentia
- !type:CharacterTraitRequirement
traits:
- NaturalWeaponRemoval
- MartialArtist
functions:
- !type:TraitReplaceComponent
components:
Expand Down

0 comments on commit b0802e7

Please sign in to comment.