Author Topic: troop upkeep levels ?  (Read 1268 times)

0 Members and 1 Guest are viewing this topic.

Offline Corsair831

  • King
  • **********
  • Renown: 1168
  • Infamy: 616
  • cRPG Player
    • View Profile
troop upkeep levels ?
« on: September 27, 2012, 01:01:20 pm »
0
just a quick question about the upkeep, in strat 3 if i had 49 troops i would pay 0 gold per hour, 50-59 1 gold, 60-69, 2 gold etc etc.

In strat 4, if i have 149 troops do i pay upkeep in a band of 140-149 or what ?

so is the most efficient number to have 149 instead of 150 is what i mean (due to different "tax bands(lol)")

thanks, corsair ;)
I 10/10'd cRPG on moddb.com!

Do your bit for our community and write a 10/10 review for cRPG on http://www.moddb.com/mods/crpg !

Offline Moncho

  • King
  • **********
  • Renown: 1127
  • Infamy: 221
  • cRPG Player Sir Black Bishop A Gentleman and a Scholar
    • View Profile
  • Game nicks: Moncho, Some_Random_STF, Some_Random_Troll
Re: troop upkeep levels ?
« Reply #1 on: September 27, 2012, 01:07:16 pm »
+1

7) What is the upkeep on troops?
- Upkeep = ceil((pow(#troops,1.6)*0.035 - 56) / 24)
- Upkeep of garrisoned troops in fiefs = ceil((pow($troops, 1.02) * 1 - 100)/24)

So up to 100 it is free, then 101-125 is 1, 126-148 is 2, 149-168 is 3, etc. Just use that formula and get the numbers.

Offline Corsair831

  • King
  • **********
  • Renown: 1168
  • Infamy: 616
  • cRPG Player
    • View Profile
Re: troop upkeep levels ?
« Reply #2 on: September 27, 2012, 01:17:14 pm »
0
So up to 100 it is free, then 101-125 is 1, 126-148 is 2, 149-168 is 3, etc. Just use that formula and get the numbers.

yeah, thanks for that mate, i'm suffering from being quite stupid, and not understanding that formula to save my life :D


what do "ceil" and "pow" stand for pls ? :S
« Last Edit: September 27, 2012, 01:20:37 pm by Corsair831 »
I 10/10'd cRPG on moddb.com!

Do your bit for our community and write a 10/10 review for cRPG on http://www.moddb.com/mods/crpg !

Offline Moncho

  • King
  • **********
  • Renown: 1127
  • Infamy: 221
  • cRPG Player Sir Black Bishop A Gentleman and a Scholar
    • View Profile
  • Game nicks: Moncho, Some_Random_STF, Some_Random_Troll
Re: troop upkeep levels ?
« Reply #3 on: September 27, 2012, 01:42:04 pm »
+2
ceil means the smallest integer (..., -2, -1, 0 ,1,2,3,4,5, ...) that is bigger (or equal) than the current number. So ceil(1)=1, ceil(0.5)=1, ceil(1.0001)=2, ceil(-0.5)=0, etc.

pow(a,b) means a^b, the exponential. Example pow(2,3)=2^3=2*2*2=8

Offline CrazyCracka420

  • Minute Valuable Contributor
  • Strategus Councillor
  • **
  • Renown: 1950
  • Infamy: 794
  • cRPG Player Sir White Pawn A Gentleman and a Scholar
  • Welp
    • View Profile
  • Faction: Vaegirs
  • Game nicks: Huseby
  • IRC nick: Steam name: crazycracka420
Re: troop upkeep levels ?
« Reply #4 on: September 27, 2012, 04:24:04 pm »
0
That didnt' help for us non-math nerds.

If someone could put up a spreadsheet or extrapolate the information into troop sizes, that would be much appreciated.  Maybe in intervals of 100 up to 1000 (since it was said over 1000 troops and you will move VERY slow, much slower than 1000 troops in strat 3)
visitors can't see pics , please register or login
 - Stolen from Macropussy

Offline Lt_Anders

  • King
  • **********
  • Renown: 1049
  • Infamy: 651
  • cRPG Player Sir Black Pawn A Gentleman and a Scholar
  • Man, I still play this shit?
    • View Profile
    • Drowtales
  • Faction: Astralis
  • Game nicks: Anders_Astralis
Re: troop upkeep levels ?
« Reply #5 on: September 27, 2012, 04:49:26 pm »
+1
http://forum.meleegaming.com/strategus-general-discussion/strategus-4-faq/msg613210/#msg613210

He put it all into a google Doc.

But suffice it to say, if you have enough ticks, you can have 284 troops on yourself.
visitors can't see pics , please register or login

Offline Braeden

  • Earl
  • ******
  • Renown: 420
  • Infamy: 53
  • cRPG Player A Gentleman and a Scholar
  • I hear the sound of drums
    • View Profile
  • Faction: Acre?
  • Game nicks: Braeden_Sanguine
  • IRC nick: Braeden
Re: troop upkeep levels ?
« Reply #6 on: September 27, 2012, 07:03:00 pm »
+5
It comes out to something like this

troops - daily cost - weekly cost
100 0 0
200 112 785
300 265 1859
500 673 4708
1000 2152 15066

Offline Grumpy_Nic

  • King
  • **********
  • Renown: 1023
  • Infamy: 306
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: Burg Krems
  • Game nicks: Hermann_von_Krems
Re: troop upkeep levels ?
« Reply #7 on: September 28, 2012, 10:09:49 am »
0
It comes out to something like this

troops - daily cost - weekly cost
100 0 0
200 112 785
300 265 1859
500 673 4708
1000 2152 15066

Now thats a nice oversight for a user like me who has no idea about formulas, math, programming or whatsoever. Thank you.

Offline Taser

  • King
  • **********
  • Renown: 1447
  • Infamy: 82
  • cRPG Player Sir Black Rook
    • View Profile
  • Faction: TKoV
  • Game nicks: Alfred_Taser_of_TKoV
Re: troop upkeep levels ?
« Reply #8 on: September 29, 2012, 08:25:54 pm »
0
Just bumping this to ask a similar question.

What's the percentage difference for troop upkeep for garrisoned troops vs non garrisoned troops?
visitors can't see pics , please register or login

Offline Braeden

  • Earl
  • ******
  • Renown: 420
  • Infamy: 53
  • cRPG Player A Gentleman and a Scholar
  • I hear the sound of drums
    • View Profile
  • Faction: Acre?
  • Game nicks: Braeden_Sanguine
  • IRC nick: Braeden
Re: troop upkeep levels ?
« Reply #9 on: September 29, 2012, 08:53:15 pm »
+4

Offline Taser

  • King
  • **********
  • Renown: 1447
  • Infamy: 82
  • cRPG Player Sir Black Rook
    • View Profile
  • Faction: TKoV
  • Game nicks: Alfred_Taser_of_TKoV
Re: troop upkeep levels ?
« Reply #10 on: September 30, 2012, 03:30:52 am »
0
Very much appreciated, thanks.
visitors can't see pics , please register or login

Offline Dan lol

  • Count
  • *****
  • Renown: 294
  • Infamy: 20
  • cRPG Player
  • ROLLINROLLINROLLINROLLIN
    • View Profile
  • Game nicks: If you can't handle me at my durst, then you sure as hell don't deserve me at my fredst.
Re: troop upkeep levels ?
« Reply #11 on: September 30, 2012, 04:45:35 am »
+1
Those numbers are actually pretty interesting, maybe people will actually make big ole hosts under a bunch of dudes instead of mobbing around with 1500 troops on a single guy like last time
visitors can't see pics , please register or login

JABONRA
His mother's asshole, I tragedy