Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ripped without gaining weight #2

Open
9 of 10 tasks
CarlosLeyvaAyala opened this issue May 4, 2020 · 0 comments
Open
9 of 10 tasks

Get ripped without gaining weight #2

CarlosLeyvaAyala opened this issue May 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@CarlosLeyvaAyala
Copy link
Owner

CarlosLeyvaAyala commented May 4, 2020

Request

Add a new behavior to get ripped without gaining weight.

Ideas

  • Training physical and some selected magical skills makes you ripped (already configurable in the MCM). Lack of sleep and lack/excess of food makes you softer.
  • It's easier to get fully ripped at low weight and damn near impossible at full weight. Maybe steroids (already added as a joke item in v3.0 of Sandow Plus Plus) would be the only feasible way of getting ripped at high weights... just like in real life! :P
  • Diminishing returns (an already existing feature in Sandow++) can be enabled, so it would be easier to get ripped at first but then become way harder to do it the more ripped you are. Again, like real life.
  • Take into account players use females at 50% and males at 70% bodyweight.
  • Study Wet Function Redux to find how to dynamically change textures.

Developed ideas

Already created a formula to calculate leanness. To the average player, to be fully ripped would take around:

  • 1 month (game time) at 0% weight.
  • 3 months at 50% (for comparison, to go from 0% to 100% weight in Sandow Plus Plus and Pumping Iron takes around 4 months).
  • 5 months at 70%
  • 14 months at 100%.

Implementation

  • Call it Bruce Lee behavior or something.
  • Create an equation to calculate gains. Formula: 12.5 e^(0.037x) + 30
  • Create an equation to apply diminishing returns to the gains formula (maybe use a parabolic function).
  • Create an eating system (see Basic food system #4)
  • Add sex differentiation.
@CarlosLeyvaAyala CarlosLeyvaAyala added the enhancement New feature or request label May 4, 2020
@CarlosLeyvaAyala CarlosLeyvaAyala self-assigned this May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant