Skip to content

Commit

Permalink
Balance tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
OpherV committed Jun 24, 2014
1 parent db0259b commit 7c29515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/Trait.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ Evolb.TraitInstance.baseTraits={
highName: "Big & Slow",
speed: {
lowLimit: 70,
highLimit: 150,
highLimit: 140,
reverse: true
},
size:{
lowLimit: 0.3,
highLimit: 0.85
},
hungerDamage:{
lowLimit: 0.75,
highLimit: 1.5,
lowLimit: 1,
highLimit: 1.75,
reverse: true,
easingFunction: Evolb.TraitInstance.EXPONENTIAL
}
Expand Down

0 comments on commit 7c29515

Please sign in to comment.