Skip to content

Instantly share code, notes, and snippets.

@andresn
Created March 14, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresn/f1323501281f55fd9b16 to your computer and use it in GitHub Desktop.
Save andresn/f1323501281f55fd9b16 to your computer and use it in GitHub Desktop.
this.TABLE.push(
{
beginningHealth: beginningHealth,
beginningHealthPerSprint: beginningHealthPerSprint,
'this.healthIntervals': this.healthIntervals,
'% elapsed of interval': ( this.elapsedDistanceSinceLastSprint / this.flightUntil ),
healthDiscount: healthDiscount,
endHealth: this.health,
endHealthPerSprint: this.healthPerSprint
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment