Skip to content

Commit

Permalink
Minor fixes to my two traits PR.
Browse files Browse the repository at this point in the history
Fixed the nano bot trait having a bit too much healing and actually got the bionic leg trait to work.
  • Loading branch information
Diggy0 committed Feb 21, 2025
1 parent 6c0c9ad commit e603175
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,8 @@
damageCap: 200
damage:
groups:
Brute: -0.9
Burn: -0.9
Brute: -0.6
Burn: -0.6

- type: trait
id: BionicLeg
Expand All @@ -903,11 +903,11 @@
- !type:CharacterItemGroupRequirement
group: TraitsMind
functions:
- !type:TraitAddComponent
- !type:TraitReplaceComponent
components:
- type: MovementBodyPart
walkSpeed: 3.125
sprintSpeed: 5.625
- type: TraitSpeedModifier
sprintModifier: 1.300
walkModifier: 1.125
- !type:TraitPushDescription
descriptionExtensions:
- description: examine-bionic-leg-message
Expand Down Expand Up @@ -1099,4 +1099,5 @@
descriptionExtensions:
- description: examine-thermal-vision-message
fontSize: 12
requireDetailRange: true
requireDetailRange: true

0 comments on commit e603175

Please sign in to comment.