Skip to content

Commit

Permalink
The Cheapening
Browse files Browse the repository at this point in the history
Talked to VM about some of these traits
  • Loading branch information
ShatteredSwords authored Sep 1, 2024
1 parent ecc037c commit fc464aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: trait
id: WillToLive
category: Physical
points: -4
points: -1
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -23,7 +23,7 @@
- type: trait
id: WillToDie
category: Physical
points: 2
points: 1
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -40,12 +40,12 @@
- WillToLive
components:
- type: DeadModifier
deadThresholdModifier: -15
deadThresholdModifier: -10

- type: trait
id: Tenacity
category: Physical
points: -4
points: -2
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand Down Expand Up @@ -84,7 +84,7 @@
- Tenacity
components:
- type: CritModifier
critThresholdModifier: -10
critThresholdModifier: -7

- type: trait
id: Vigor
Expand Down Expand Up @@ -113,7 +113,7 @@
- type: trait
id: Lethargy
category: Physical
points: 2
points: 4
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -136,7 +136,7 @@
- type: trait
id: HighAdrenaline
category: Physical
points: -6
points: -5
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -159,7 +159,7 @@
- type: trait
id: AdrenalDysfunction
category: Physical
points: 2
points: 3
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -181,7 +181,7 @@
- type: trait
id: Masochism
category: Physical
points: -6
points: -5
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -200,7 +200,7 @@
- type: trait
id: LowPainTolerance
category: Physical
points: 2
points: 3
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -218,7 +218,7 @@
- type: trait
id: MartialArtist
category: Physical
points: -4
points: -3
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand Down

0 comments on commit fc464aa

Please sign in to comment.