Planet Bonds

Moderators: JettJackson, Holti, jouldax

Azool
SMR Coder
Posts: 1736
Joined: Sat Feb 23, 2002 8:42 pm
Location: Colorado Springs, CO
Contact:

Post by Azool »

MrSpock wrote:go for the bell curve.
With the #s I posted or should we rearrange them a little?
Men are born to succeed, not fail.
-Henry David Thoreau
Azool
SMR Coder
Posts: 1736
Joined: Sat Feb 23, 2002 8:42 pm
Location: Colorado Springs, CO
Contact:

Post by Azool »

currently...

$lvl = $planet->level();
if ($lvl < 9)
$base = 1.015;
elseif ($lvl < 19)
$base = 1.02;
elseif ($lvl < 29)
$base = 1.03;
elseif ($lvl < 39)
$base = 1.06;
elseif ($lvl < 49)
$base = 1.065
elseif ($lvl < 59)
$base = 1.03;
elseif ($lvl < 69)
$base = 1.02;
else
$base = 1.015;

$rate = pow($base,2);

You can figure out the rate by yourself ;) Its $base ^ 2 if you don't understand the code.
Men are born to succeed, not fail.
-Henry David Thoreau
MrSpock
Newbie Spam Artist
Posts: 826
Joined: Thu Feb 07, 2002 4:38 pm
Location: Thuringia, Germany
Contact:

Post by MrSpock »

so you set the most interest to a lvl 40-49? thats quite a strong planet already. i would prefer around level 20
We will add your biological and technological distinctiveness to our own.
Your trader will adapt to service us. Resistance is futile. We are the creator of SMR.
Prince Valiant
Admin Emeritus
Posts: 1391
Joined: Fri Apr 12, 2002 9:14 am
Location: Hawaii

Post by Prince Valiant »

how about level 30 because its on the boarder of being agood planet and on boarder of being owned by anyone who busts it
I am the calm before the storm, The second before the crash.
Space Merchant Realms Administrative Team
Blum
Chat Troll
Posts: 1170
Joined: Fri Apr 12, 2002 2:13 am
Location: Here
Contact:

Post by Blum »

I am with Spock on that one
Image
Vtreka
Beta Test Team Leader
Posts: 458
Joined: Wed Aug 28, 2002 2:51 am
Location: Sydney, Australia
Contact:

Post by Vtreka »

/me goes with 20. From 20 on these days people have learned that to bust you need 5-6 people at least. That's where the most action would be of planets anyway. Not to hard to bust, and a bit of risk doing it.
Founder of: Death Control, Life Control and The Order
Member of: DK, CM, EdL, Northstar, RR, FTV, FI, SPB, TD, LoM, LB
Azool
SMR Coder
Posts: 1736
Joined: Sat Feb 23, 2002 8:42 pm
Location: Colorado Springs, CO
Contact:

Post by Azool »

$lvl = $planet->level();
if ($lvl < 9)
$base = 1.02;
elseif ($lvl < 19)
$base = 1.03;
elseif ($lvl < 29)
$base = 1.06;
elseif ($lvl < 39)
$base = 1.025;
elseif ($lvl < 49)
$base = 1.02;
elseif ($lvl < 59)
$base = 1.015;
elseif ($lvl < 69)
$base = 1.01;
else
$base = 1.009;

better? or more changes?
Men are born to succeed, not fail.
-Henry David Thoreau
MrSpock
Newbie Spam Artist
Posts: 826
Joined: Thu Feb 07, 2002 4:38 pm
Location: Thuringia, Germany
Contact:

Post by MrSpock »

that should be decent, maybe.
We will add your biological and technological distinctiveness to our own.
Your trader will adapt to service us. Resistance is futile. We are the creator of SMR.
Blum
Chat Troll
Posts: 1170
Joined: Fri Apr 12, 2002 2:13 am
Location: Here
Contact:

Post by Blum »

Sounds good
Image
RCK
Beginner Spam Artist
Posts: 2686
Joined: Tue Feb 03, 2004 4:09 pm
Location: Ontario, Canada
Contact:

Re: Planet Bonds

Post by RCK »

Rejected -- Current bond settings are fine.
Post Reply