dburner

Stronghold kingdoms

Jan 26th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ===== Industry ===========================================
  2. 8*5 - for extraction
  3. 8*9 - for banqueting
  4. 8*6 - for weapons
  5.  
  6. 8*20 = 160 industry
  7.  
  8. TOTAL = 160 INDUSTRY
  9. ===========================================================
  10.  
  11. ===== MILITARY ============================================
  12.  
  13. 10*7 - for castelization
  14. 10*6 - for command(troops)
  15. 8+10*2 - for scouts
  16.  
  17. 10+8 - for pillaging
  18. 8 - for troops movement
  19. 8+5+8+4 - for leadership
  20.  
  21. 10*7+10*6+8+10*2 + 10+8 + 8 + 8+5+8+4
  22.  
  23. TOTAL = 209 MILITARY
  24.  
  25. ===========================================================
  26.  
  27. ===== Farming =============================================
  28.  
  29. 8*3 - for basic food
  30. 8*6 - for plough
  31. 8*3 - for animal husbandy
  32.  
  33. 8*12 = 96
  34.  
  35. TOTAL = 96 FARMING
  36.  
  37. ===========================================================
  38.  
  39.  
  40. ===== Education ===========================================
  41.  
  42. 10*3+5+4 - for math
  43. 10*6+8 - for engi
  44. 10*2+4 - for arts
  45. 16+8*8 - for theology
  46. 5 - for literature
  47. 5 - for decorations
  48.  
  49. 10*3+5+4 + 10*6+8 + 10*2+4 + 16+8*8 + 5 + 5
  50.  
  51. TOTAL 221 = Educations
  52.  
  53. ===========================================================
  54.  
  55.  
  56. 160+209+96+221
  57.  
  58. TOTAL RESEARCH = 686
  59.  
  60.  
  61. =====================
  62.  
  63. RANKS
  64. 1*7+2+3+4+5+6*2+7*2+8+9+10+11+12+15+25 = 137 ranks
  65.  
  66. research points = 137*3 = 411
  67.  
  68. 275 research points have to be buyed
  69.  
  70. ===================================
  71.  
  72. 8*n*n + 10*n = nth point cost
  73.  
  74. 8*(1*1+2*2+3*3+4*4+...n*n) + 10(1+2+3+...+n) =
  75. 8*(n*(n+1)*(2*n+1))/6 + 10 * n*(n+1)/2
  76. 4/3 * (n*(n+1)*(2*n+1)) + 5*n*(n+1) = S(n)
  77.  
  78. S(n) = 4/3 * (n*(n+1)*(2*n+1)) + 5*n*(n+1)
  79. C(n) = 8*n*n + 10*n
  80.  
  81. S(n) = total cost for n research points
  82. C(n) = cost for the nth research point
  83. =======================================
  84.  
  85. C(275) = 607.750 or 303.875 (50%)
  86. S(275) = 56.140.700 or 28.070.350 (50%)
Advertisement
Add Comment
Please, Sign In to add comment