User Tag List

Results 1 to 10 of 10

Thread: Level up data

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,826
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,961
    Level
    33
    vBActivity - Bars
    Lv. Percent
    26.43%
    Cool. How about simplifying each stat into a function call though;
    str += GetStatBonus(lv, 4, 8, 1); ..

    Also some of those formulas are not quite as inexact as specified. For instance I figured out the exact exp table here:

    Code:
    		for( size_t i(1); i < values.size(); i++ )
    		{
    			values[i] = values[i - 1] + fc::iround(39.f * powf((float)fc::min<size_t>(i, 29), (float)2));
    		}
    I imagine most everything else can be summed up simpler than what it says.
    Last edited by Gleeok; 01-17-2013 at 10:35 AM.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social