Skip to content

Commit

Permalink
Merge pull request #3551 from NarratorLair/master
Browse files Browse the repository at this point in the history
Small protogen fixes.
  • Loading branch information
sayterdarkwynd authored Mar 26, 2024
2 parents a1dd89e + 6185326 commit 6bb0f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions species/protogenrace1.raceeffect
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// base stats
{ "stat": "maxEnergy", "effectiveMultiplier": 1.15 },
{ "stat": "maxHealth", "effectiveMultiplier": 0.85 },
{ "stat": "healingBonus", "amount": 0.2 },
{ "stat": "healingBonus", "amount": 1.2 },
// resists
{ "stat": "electricResistance", "amount": -0.25 },
{ "stat": "poisonResistance", "amount": 0.25 },
Expand All @@ -15,7 +15,7 @@
{ "stat": "shotgunMastery", "amount": 0.15 },
{ "stat": "pistolMastery", "amount": 0.15 }
],
"diet" : "robot",
"diet" : [ { "ORGANIC" : false, "ROBOT_PLANT" : true }, { "MEAT_RAW" : true } ],
"controlModifiers": {
"speedModifier" : 1.1
}
Expand Down
2 changes: 1 addition & 1 deletion species/protogenrace1.species.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"path" : "/charCreationTooltip/description" ,
"value" : "In a top secret biotech facility, a race of superior beings have created a range of cyborg creatures, each with the intended purposes of exploring the unknown reaches of the universe.

^orange;Diet^reset;: Robotic
^orange;Diet^reset;: Robotic, can 'burn' organic matter.

^orange;Perks^reset;:
Energy: x^green;1.15^reset;
Expand Down

0 comments on commit 6bb0f8d

Please # to comment.