Advertisement
Tenente7

Test V02

Nov 28th, 2014
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.33 KB | None | 0 0
  1. Let's make a game!
  2. Idle company
  3. by tenente7
  4. created on 28/11/2014
  5. last updated on 09/12/2014
  6. version 0.4
  7.  
  8. Settings :
  9. prices increase by 125%
  10. selling gives back 0%
  11. resources are visible by default
  12. clickables are hidden by default
  13. buildings are hidden by default
  14. upgrades are hidden by default
  15. show log
  16. custom stylesheet : http://pastebin.com/fjysqS1R
  17. text color : black
  18. fonts : Kavoon
  19. boxes : main (resources, clickables); store (upgrades, buildings); stats (achievements)
  20.  
  21. ---------------------------
  22. ---------------------------
  23. ---------------------------
  24.  
  25. Resources :
  26.  
  27. *header1
  28. named --------------------Main--------------------
  29. displayed as %r
  30. visible
  31.  
  32. *cash
  33. named cash
  34. displayed as %a %r
  35. visible
  36.  
  37. *reputation
  38. named reputation
  39. visible
  40.  
  41. // financial removed for simplicity. As it is not usable through upgrades with current igm mechanics
  42. *header2
  43. named --------------------Financial--------------------
  44. displayed as %r
  45. hidden
  46.  
  47.  
  48.  
  49. *header3
  50. named -------------------- free capacity--------------------
  51. displayed as %r
  52. visible
  53.  
  54. *freesales
  55. named free sales capacity
  56. show 5 digits
  57. visible
  58.  
  59. *freelogistic
  60. named free logistics capacity
  61. visible
  62.  
  63. *freeit
  64. named free IT resources
  65. visible
  66.  
  67. *freeofficespace
  68. named free office space
  69. visible
  70.  
  71. *freelogisticspace
  72. named free logistics space
  73. visible
  74.  
  75.  
  76. *header4
  77. named -------------------- Total Capacity--------------------
  78. displayed as %r
  79. visible
  80.  
  81. *totalsales
  82. named total sales capacity
  83. visible
  84.  
  85. *totallogistic
  86. named total logistics capacity
  87. visible
  88.  
  89. *totalit
  90. named total IT resources
  91. visible
  92.  
  93. *totalofficespace
  94. named total office space
  95. visible
  96.  
  97. *totallogisticspace
  98. named total logistics space
  99. visible
  100.  
  101. *header41
  102. named --------------------- Dynasty / Strategic Points -------------------------
  103. hidden
  104.  
  105. *stratpoint
  106. named Strategic points
  107. hidden
  108.  
  109. *totalstratpoint
  110. named Total strategic points
  111. hidden
  112.  
  113. *dynastypoint
  114. named Dynasty points
  115. hidden
  116.  
  117. *totaldynastypoint
  118. named Total dynasty points
  119.  
  120.  
  121.  
  122. //---- abstract ressources ----
  123. // set visible for debuging / abstract for release
  124.  
  125.  
  126. *header5
  127. named --------------------------------
  128. displayed as %r
  129. visible
  130.  
  131.  
  132. // Total amount of customers (-1), needed to boost clickable
  133. *customer
  134. abstract
  135. //visible
  136.  
  137. // Total amount of marketing employees (-1), needed to boost clickable
  138. *marketing
  139. abstract
  140. //visible
  141. starts at -1
  142.  
  143. // used to lock/unlock reputaion boost
  144. *replock
  145. abstract
  146. //visible
  147.  
  148. // trash bin
  149. *nothing
  150. abstract
  151. //visible
  152.  
  153.  
  154. //---------------------------
  155. //---------------------------
  156. //---------------------------
  157.  
  158.  
  159. Clickables :
  160.  
  161. *getmoney
  162. named Boost sales
  163. gives 1 cash
  164. gains 100% per customer
  165. visible
  166.  
  167. *getrep
  168. named Marketing campain
  169. gives 1 reputation
  170. gains 20% per marketing
  171. unlocks at 60 replock, 1 reputation
  172. locks getrep
  173. converts replock to nothing
  174.  
  175. *reset1
  176. named Sell your Company and start over with a new one. You will keep your Achievements and your Upgrades, but loose all the rest. You will gain 1 strategic point to invest into your next company.
  177. unlocks at 100 customer6
  178. locks reset1
  179. gives 1 stratpoint, 1 totalstratpoint
  180. unlock startgame
  181. //todo resetting --> set everything to nothing and lock it
  182.  
  183.  
  184. *reset2
  185. named Hand over to your children. Someday you get old and tired, and you will want to retire. You will keep your Achievements and your Upgrades, but loose all the rest, however your children can take over small parts of the company, so they do not have to start fully from scratch. You will gain 1 dynasty point which will help your children in the future.
  186. unlocks at 100 customer6
  187. locks reset2
  188. gives 1 dynastypoint, 1 totaldynastypoint
  189. unlock startgame2
  190. //todo resetting --> set everything to nothing and lock it
  191.  
  192. //---------------------------
  193. //---------------------------
  194. //---------------------------
  195.  
  196.  
  197. Buildings :
  198.  
  199. *abstimer
  200. abstract
  201. gives 1 replock
  202. starts at 1
  203.  
  204.  
  205. *startgame
  206. named Start a company!
  207. "Let's start business. <br> <i> You get a small office and a basic warehouse with 3 employees and your very first customer!</i>"
  208. visible
  209. unlocks getmoney
  210. unlocks help1
  211. locks startGame
  212. unlocks officeworker1, logisticworker1, itworker1, office1, warehouse1, customer1
  213. build 1 officeworker1, 1 logisticworker1, 1 itworker1, 1 office1, 1 warehouse1, 1 customer1 when bought
  214. gives 1 totalsales, 1 totallogistic when bought
  215. gives 3 freeofficespace, 4 freelogisticspace, 3 freeit when bought
  216. gives 5 totalofficespace, 5 totallogisticspace, 5 totalit when bought
  217.  
  218. *startgame2
  219. named Take over!
  220. "Take over what is left form your parents company<br> <i>You get a small office and a basic warehouse with 3 employees and your very first customer!</i>"
  221. locks startGame2
  222. unlocks officeworker1, logisticworker1, itworker1, office1, warehouse1, customer1
  223. build 1 officeworker1, 1 logisticworker1, 1 itworker1, 1 office1, 1 warehouse1, 1 customer1 when bought
  224. gives 1 totalsales, 1 totallogistic when bought
  225. gives 3 freeofficespace, 4 freelogisticspace, 3 freeit when bought
  226. gives 5 totalofficespace, 5 totallogisticspace, 5 totalit when bought
  227.  
  228.  
  229. *officeworker1
  230. named Office worker
  231. "Gives <b>1</b> sales capacity.<br>Generates <b>1</b> cost<br><i>Your basic salesman, he hates his work, but he needs the Salary.</i>"
  232. requires 1 freeofficespace, 1 freeit
  233. represents 1 freesales, 1 totalsales, -1 freeofficespace, -1 freeit
  234. costs 40 cash
  235. takes 1 cash
  236.  
  237. *officeworker2
  238. named Sales specialist
  239. "Gives <b>5</b> sales capacity.<br>Generates <b>5</b> cost<br><i>A trained salesman, he will talk you into anything.</i>
  240. unlocks at 10 officeworker1
  241. requires 5 freeofficespace, 5 freeit
  242. costs 500 cash
  243. takes 5 cash
  244. represents 5 freesales, 5 totalsales,-5 freeofficespace, -5 freeit
  245.  
  246. *officeworker3
  247. named Sales expert
  248. "Gives <b>20</b> sales capacity.<br>Generates <b>15</b> cost<br><i>He doesnt sell you just one.</i>"
  249. unlocks at 10 officeworker2
  250. requires 15 freeofficespace, 15 freeit
  251. costs 5000 cash
  252. takes 15 cash
  253. represents 20 freesales, 20 totalsales, -15 freeofficespace, -15 freeit
  254.  
  255. *officeworker4
  256. named Sales teamleader
  257. "Gives <b>50</b> sales capacity.<br>Generates <b>30</b> cost<br><i>Yes, he actually sells himself too, and he's good at it.</i>"
  258. unlocks at 10 officeworker3
  259. requires 30 freeofficespace, 30 freeit
  260. costs 50000 cash
  261. takes 30 cash
  262. represents 50 freesales, 50 totalsales, -30 freeofficespace, -30 freeit
  263.  
  264. *officeworker5
  265. named Sales manager
  266. "Gives <b>200</b> sales capacity.<br>Generates <b>100</b> cost<br><i>Managing what?</i>"
  267. unlocks at 10 officeworker4
  268. requires 100 freeofficespace, 100 freeit
  269. costs 500000 cash
  270. takes 100 cash
  271. represents 200 freesales, 200 totalsales, -100 freeofficespace, -100 freeit
  272.  
  273.  
  274. *logisticworker1
  275. named Logistics worker
  276. "Gives <b>1</b> logistic capacity.<br>Generates <b>1</b> cost<br><i>Your basic logistics worker, he will prepare and ship your goods.<br>Usually he will send the wrong goods to the wrong customer though.</i>"
  277. requires 1 freelogisticspace, 1 freeit
  278. costs 40 cash
  279. takes 1 cash
  280. represents 1 freelogistic, 1 totallogistic, -1 freelogisticspace, -1 freeit
  281.  
  282. *logisticworker2
  283. named Logistics specialist
  284. "Gives <b>5</b> logistic capacity.<br>Generates <b>5</b> cost<br><i>This guy knows how shipping works!</i>"
  285. unlocks at 10 logisticworker1
  286. requires 5 freelogisticspace, 5 freeit
  287. costs 500 cash
  288. takes 5 cash
  289. represents 5 freelogistic, 5 totallogistic, -5 freelogisticspace, -5 freeit
  290.  
  291. *logisticworker3
  292. named Logistics expert
  293. "Gives <b>20</b> logistic capacity.<br>Generates <b>15</b> cost<br><i>Trained to deliver!</i>"
  294. unlocks at 10 logisticworker2
  295. requires 15 freelogisticspace, 15 freeit
  296. costs 5000 cash
  297. takes 15 cash
  298. represents 20 freelogistic, 20 totallogistic, -15 freelogisticspace, -15 freeit
  299.  
  300. *logisticworker4
  301. named Logistics teamleader
  302. "Gives <b>50</b> logistic capacity.<br>Generates <b>30</b> cost<br><i>Trained to deliver!</i>"
  303. unlocks at 10 logisticworker3
  304. requires 30 freelogisticspace, 30 freeit
  305. costs 50000 cash
  306. takes 30 cash
  307. represents 50 freelogistic, 50 totallogistic, -30 freelogisticspace, -30 freeit
  308.  
  309. *logisticworker5
  310. named Logistics manager
  311. "Gives <b>200</b> logistic capacity.<br>Generates <b>100</b> cost<br><i>Cause everyone wants to be a manager!</i>"
  312. unlocks at 10 logisticworker4
  313. requires 100 freelogisticspace, 100 freeit
  314. costs 500000 cash
  315. takes 100 cash
  316. represents 200 freelogistic, 200 totallogistic, -100 freelogisticspace, -100 freeit
  317.  
  318. *itworker1
  319. named IT nerd
  320. "Gives <b>5</b> IT capacity.<br>Generates <b>1</b> cost<br><i>Your basic IT guy, he will come fix your computer... after finishing the WOW raid that is...</i>"
  321. requires 1 freeofficespace
  322. costs 40 cash
  323. takes 1 cash
  324. represents 5 freeit, 5 totalit, -1 freeofficespace
  325.  
  326. *itworker2
  327. named IT specialist
  328. "Gives <b>30</b> IT capacity.<br>Generates <b>5</b> cost<br><i>A real nerd! He grew up in a garage probably.</i>"
  329. unlocks at 10 itworker1
  330. requires 5 freeofficespace
  331. costs 1000 cash
  332. takes 5 cash
  333. represents 30 freeit, 30 totalit, -5 freeofficespace
  334.  
  335. *itworker3
  336. named IT expert
  337. "Gives <b>100</b> IT capacity.<br>Generates <b>15</b> cost<br><i>Server management at it's best.</i>"
  338. unlocks at 10 itworker2
  339. requires 15 freeofficespace
  340. costs 10000 cash
  341. takes 15 cash
  342. represents 100 freeit, 100 totalit, -15 freeofficespace
  343.  
  344. *itworker4
  345. named IT teamleader
  346. "Gives <b>300</b> IT capacity.<br>Generates <b>40</b> cost<br><i>Planing on the next server upgrade already.</i>"
  347. unlocks at 10 itworker3
  348. requires 30 freeofficespace
  349. costs 100000 cash
  350. takes 30 cash
  351. represents 300 freeit, 300 totalit, -30 freeofficespace
  352.  
  353. *itworker5
  354. named IT manager
  355. "Gives <b>1000</b> IT capacity.<br>Generates <b>100</b> cost<br><i>He has actually no clue about IT, but he uses his budget to buy external capacity!</i>"
  356. unlocks at 10 itworker4
  357. requires 100 freeofficespace
  358. costs 1000000 cash
  359. takes 100 cash
  360. represents 1000 freeit, 1000 totalit, -100 freeofficespace
  361.  
  362. *marketing1
  363. named Marketing girl
  364. "Gives <b>1</b> reputation.<br>Generates <b>1</b> cost<br><i>Give your company the special touch, and make it known to more than just your family!</i>"
  365. unlocks at 10 customer1
  366. requires 1 freeofficespace, 1 freeit
  367. costs 200 cash
  368. takes 1 cash
  369. represents 1 marketing, 1 reputation, -1 freeofficespace, -1 freeit
  370.  
  371.  
  372. *marketing2
  373. named Marketing specialist
  374. "Gives <b>5</b> reputation.<br>Generates <b>5</b> cost<br><i>a master of designing adds and flyers!</i>"
  375. unlocks at 10 marketing1
  376. requires 5 freeofficespace, 5 freeit
  377. costs 2000 cash
  378. takes 5 cash
  379. represents 1 marketing, 5 reputation, -5 freeofficespace, -5 freeit
  380.  
  381. *marketing3
  382. named Marketing expert
  383. "Gives <b>20</b> reputation.<br>Generates <b>20</b> cost<br><i>Planing your next campain?</i>"
  384. unlocks at 10 marketing2
  385. requires 20 freeofficespace, 20 freeit
  386. costs 20000 cash
  387. takes 20 cash
  388. represents 1 marketing, 20 reputation, -20 freeofficespace, -20 freeit
  389.  
  390. *marketing4
  391. named Marketing teamleader
  392. "Gives <b>50</b> reputation.<br>Generates <b>50</b> cost<br><i>He's just here to keep track of all the flyers, advertisings and campains.</i>"
  393. unlocks at 10 marketing3
  394. requires 50 freeofficespace, 50 freeit
  395. costs 200000 cash
  396. takes 50 cash
  397. represents 1 marketing, 50 reputation, -50 freeofficespace, -50 freeit
  398.  
  399. *office1
  400. named Small office
  401. "Gives <b>5</b> office space.<br>Generates <b>1</b> cost<br><i>A place to start, small, shabby and quickly overcrowded.</i>"
  402. costs 160 cash
  403. represents 5 freeofficespace, 5 totalofficespace
  404. takes 1 cash
  405.  
  406. *office2
  407. named Medium office
  408. "Gives <b>12</b> office space.<br>Generates <b>2</b> cost<br><i>At least this holds a few people. And its a little more cost effective too!</i>"
  409. unlocks at 10 office1
  410. costs 2000 cash
  411. represents 12 freeofficespace, 12 totalofficespace
  412. takes 2 cash
  413.  
  414. *office3
  415. named Large office
  416. "Gives <b>30</b> office space.<br>Generates <b>5</b> cost<br><i>Comes with a corner for a coffee machine!</i>"
  417. unlocks at 10 office2
  418. costs 20000 cash
  419. represents 30 freeofficespace, 30 totalofficespace
  420. takes 5 cash
  421.  
  422. *office4
  423. named Small office building
  424. "Gives <b>100</b> office space.<br>Generates <b>15</b> cost<br><i>Your first own building, you should think about some asset management!</i>"
  425. unlocks at 10 office3
  426. costs 200000 cash
  427. represents 100 freeofficespace, 100 totalofficespace
  428. takes 15 cash
  429.  
  430.  
  431. *warehouse1
  432. named Small warehouse
  433. "Gives <b>5</b> warehouse space.<br>Generates <b>1</b> cost<br><i>A place to store goods and prepare shippments, with rats everywhere.</i>"
  434. costs 160 cash
  435. represents 5 freelogisticspace, 5 totallogisticspace
  436. takes 1 cash
  437.  
  438. *warehouse2
  439. named Medium warehouse
  440. "Gives <b>12</b> warehouse space.<br>Generates <b>2</b> cost<br><i>This one comes without rats at least. And the holes in the roof are known, so your workers can place buckets in the right spots.</i>"
  441. unlocks at 10 warehouse1
  442. costs 2000 cash
  443. represents 12 freelogisticspace, 12 totallogisticspace
  444. takes 2 cash
  445.  
  446. *warehouse3
  447. named Large warehouse
  448. "Gives <b>30</b> warehouse space.<br>Generates <b>5</b> cost<br><i>No holes in the roof? What!?!</i>"
  449. unlocks at 10 warehouse2
  450. costs 20000 cash
  451. represents 30 freelogisticspace, 30 totallogisticspace
  452. takes 5 cash
  453.  
  454. *warehouse4
  455. named Small warehousebuilding
  456. "Gives <b>100</b> warehouse space.<br>Generates <b>15</b> cost<br><i>Custom built to suit your needs.</i>"
  457. unlocks at 10 warehouse3
  458. costs 200000 cash
  459. represents 100 freelogisticspace, 100 totallogisticspace
  460. takes 15 cash
  461.  
  462.  
  463. *customer1
  464. named Poor privat customer
  465. "Your very basic customer.<br>Gives you <b>7</b> income<br><i>Time to make money! (at least a bit)</i>"
  466. requires 1 freesales, 1 freelogistic
  467. gives 7 cash
  468. represents 1 customer, -1 freesales, -1 freelogistic
  469.  
  470. *customer2
  471. named Privat customer
  472. "Your basic customer.<br>Gives you <b>20</b> income.<br><i>Time to make <b>more</b> money!</i>"
  473. unlocks at 5 reputation
  474. requires 2 freesales, 2 freelogistic
  475. gives 20 cash
  476. represents 1 customer, -2 freesales, -2 freelogistic
  477.  
  478. *customer3
  479. named Rich privat customer
  480. "Your prefered privat customer.<br>Gives you <b>50</b> income.<br><i>Take it from the rich!</i>"
  481. unlocks at 15 reputation
  482. requires 5 freesales, 5 freelogistic
  483. gives 50 cash
  484. represents 1 customer, -5 freesales, -5 freelogistic
  485.  
  486. *customer4
  487. named Regional customer
  488. "Your first business customer.<br>Gives you <b>120</b> income.<br><i>Selling to companies gives a steadier income!</i>"
  489. unlocks at 50 reputation
  490. requires 10 freesales, 10 freelogistic
  491. gives 120 cash
  492. represents 1 customer, -10 freesales, -10 freelogistic
  493.  
  494. *customer5
  495. named National customer
  496. "Selling to a national company.<br>Gives you <b>500</b> income.<br><i>Nationwide sales, cheers!</i>"
  497. unlocks at 250 reputation
  498. requires 40 freesales, 40 freelogistic
  499. gives 500 cash
  500. represents 1 customer, -40 freesales, -40 freelogistic
  501.  
  502. *customer6
  503. named International customer
  504. "Worldwide sales and shipping!.<br>Gives you <b>2000</b> income.<br><i>international sales, border controls to master!</i>"
  505. unlocks at 1000 reputation
  506. requires 100 freesales, 100 freelogistic
  507. gives 2000 cash
  508. represents 1 customer, -100 freesales, -100 freelogistic
  509.  
  510.  
  511. //----------------------------------
  512.  
  513. Upgrades :
  514.  
  515. *cashup1
  516. named Member card
  517. "Icreases the efficiency of your sales boosts by <b>25%</b><br><i>Loyalty through some member bonus (you know the: 'you get 1% discount if you spend over 1000 a month' thingy)</i>"
  518. unlocks at 5 customer1
  519. costs 500 cash
  520. multiplies efficiency of getmoney by 125%
  521.  
  522. *cashup2
  523. named Localy known
  524. "Increases the efficiency of your sales boosts by <b>25%</b><br><i>Since more and more people start to know you your sales effort brin gyou ever more cash!</i>"
  525. unlocks at 5 customer2
  526. costs 2000 cash
  527. multiplies efficiency of getmoney by 125%
  528.  
  529. *cashup3
  530. named B2C at it's best!
  531. "Increases the efficiency of your sales boosts by <b>25%</b><br><i>Privat customers just eat out of your hand!</i>"
  532. unlocks at 5 customer3
  533. costs 5000 cash
  534. multiplies efficiency of getmoney by 125%
  535.  
  536. *cashup4
  537. named B2B training
  538. "Increases the efficiency of your sales boosts by <b>25%</b><br><i>Training your sales force to get every bit out of your customers</i>"
  539. unlocks at 5 customer4
  540. costs 25000 cash
  541. multiplies efficiency of getmoney by 125%
  542.  
  543. *cashup5
  544. named B2B scaling
  545. "Increases the efficiency of your sales boosts by <b>25%</b><br><i>Optimized processes help your sales</i>"
  546. unlocks at 5 customer5
  547. costs 100000 cash
  548. multiplies efficiency of getmoney by 125%
  549.  
  550. *cashup6
  551. named Export developpment
  552. "Increases the efficiency of your sales boosts by <b>25%</b><br><i>Knowing how to avoid customs is the first step to export into some less industrialized countries.</i>"
  553. unlocks at 5 customer6
  554. costs 1000000 cash
  555. multiplies efficiency of getmoney by 125%
  556.  
  557.  
  558. *customer1up1
  559. named Minimal Salary
  560. "Increases the efficiency of your poor privat customers by <b>20%</b><br><i>A better income for the poor. Thus more money available for your goods.</i>"
  561. unlocks at 15 customer1
  562. costs 2000 cash
  563. multiplies income of customer1 by 120%
  564.  
  565. *customer2up1
  566. named Bonus Law
  567. "Increases the efficiency of your privat customers by <b>20%</b><br><i>Since the middle class now gets a bonus by law they tend to spend more!</i>"
  568. unlocks at 15 customer2
  569. costs 10000 cash
  570. multiplies income of customer2 by 120%
  571.  
  572. *customer3up1
  573. named Trading tax relief
  574. "Increases the efficiency of your rich privat customers by <b>20%</b><br><i>Finaly the rich can get richer! And spend more in your stores.</i>"
  575. unlocks at 15 customer3
  576. costs 100000 cash
  577. multiplies income of customer3 by 120%
  578.  
  579. *customer4up1
  580. named Intercompany regulation
  581. "Increases the efficiency of your regional customers by <b>20%</b><br><i>Due to this regulation it is now easyer to trade between small companies.</i>"
  582. unlocks at 15 customer4
  583. costs 1000000 cash
  584. multiplies income of customer4 by 120%
  585.  
  586. *customer5up1
  587. named Monopoly
  588. "Increases the efficiency of your national customers by <b>20%</b><br><i>It's not legal, but paying some officials for beeing the only official supplier really helps!</i>"
  589. unlocks at 15 customer5
  590. costs 10000000 cash
  591. multiplies income of customer5 by 120%
  592.  
  593. *customer6up1
  594. named Trade Union
  595. "Increases the efficiency of your international customers by <b>20%</b><br><i>International politics never really mattered, until now.</i>"
  596. unlocks at 15 customer6
  597. costs 100000000 cash
  598. multiplies income of customer5 by 120%
  599.  
  600. // --------- Marketing Upgrades --------------
  601.  
  602.  
  603. *markup1
  604. named Fast publishing
  605. "Reduces the time needed to publish a marketing campaign by <b>10%</b><br><i>New technology to generate your maerketing flyers!</i>"
  606. unlocks at 5 marketing1
  607. costs 10000 cash
  608. multiplies efficiency of abstimer by 110%
  609.  
  610. *markup2
  611. named Direkt marketing
  612. "Reduces the time needed to publish a marketing campaign by <b>10%</b><br><i>Collecting Email Adresses finaly pays off!</i>"
  613. unlocks at 5 marketing2
  614. costs 100000 cash
  615. multiplies efficiency of abstimer by 110%
  616.  
  617. *markup3
  618. named Social networks
  619. "Reduces the time needed to publish a marketing campaign by <b>10%</b><br><i>I like!</i>"
  620. unlocks at 5 marketing3
  621. costs 1000000 cash
  622. multiplies efficiency of abstimer by 110%
  623.  
  624. *markup4
  625. named Product placement
  626. "Reduces the time needed to publish a marketing campaign by <b>10%</b><br><i>James Bond got that thing too!</i>"
  627. unlocks at 5 marketing4
  628. costs 10000000 cash
  629. multiplies efficiency of abstimer by 110%
  630.  
  631. // --------- Readme ------------
  632.  
  633. *help1
  634. named Readme
  635. "Read this introductions carefully, this game can seem a little confusing at start.<br>As you can see you just started a company with 3 specialized employees, an office building, a warehouse and aquired your very first customer.<br>Lucky as you are the company even makes a small profit!<br><i>Did you really think help would come for free?</i>"
  636. unlocks help2
  637. costs 5 cash
  638.  
  639. *help2
  640. named Readme too
  641. "Customers come for free and in endless supply in your world.<br>However, in order to <b>aquire new customers</b> you will need to increase your <b>logistics and sales capacity</b> to be able to deliver goods to them.<br>To do this you should start by aquiring another <b>office worker</b>, and a second <b>logistics worker</b>.<br>As soon as you have done this you will be able to aquire a <b>new customer</b>."
  642. costs 15 cash
  643.  
  644. *help3
  645. named Readme three
  646. "Now you can slowly build up your company.<br>Every worker has certain requirement to be able to work, such as <b>office space, logistics space, or IT ressources</b>.<br>You will also need to buy aditional <b>offices or warehouses</b>, for your people to work in."
  647. unlocks at 2 customer1
  648. costs 25 cash
  649.  
  650. *help4
  651. named Another readme?
  652. unlocks at 10 customer1
  653. "You now have a good base of customers<br>However you will want to be able to aquire bigger, more profitable customers over time.<br>But as everywhere, you need to get their attention first, they wont just stumble upon your small company like that.<br>For this you have invest into some <b>marketing</b> which will increase your <b>reputation</b> and thus attract bigger cutomers."
  654. costs 100 cash
  655.  
  656. *help5
  657. named Marketing Guide
  658. unlocks at 1 reputation
  659. "Since reputation has to be maintained to not decrease over time your marketing people will only be able to bring it to a certain level.<br>However you can boost your reputation through <b>marketing campains</b> every now and then.<br> Each boost will increase your <b>reputation</b> based on the amount of people working in your marketing department.<br>You might even find ways to speed up your campaigns in the future."
  660. costs 1000 cash
  661.  
  662. *help6
  663. named The end
  664. unlocks at 10 customer6
  665. "You did it! <br> i'm sorry to say, but there is not much more right now.<br>But watch out for future updates!"
  666. costs 1000000 cash
  667.  
  668. // -----------------------
  669.  
  670. Achievements :
  671.  
  672. *amoney1
  673. named 1'000 cash
  674. "It's not much, but you should think about getting a bank account now"
  675. unlocks at 1000 cash
  676.  
  677. *amoney2
  678. named 50'000 cash
  679. "That looks like a nice sum, now it's time to get to a million!"
  680. unlocks at 50000 cash
  681.  
  682. *amoney3
  683. named 1'000'000 cash
  684. "Your a milllllllionaire!"
  685. unlocks at 1000000 cash
  686.  
  687. *amarketing1
  688. named 5 employees in Marketing
  689. "The first step to fame"
  690. unlocks at 4 marketing
  691.  
  692. *amarketing2
  693. named 15 employees in Marketing
  694. "Your really trying to get famous..."
  695. unlocks at 14 marketing
  696.  
  697. *amarketing3
  698. named 25 employees in Marketing
  699. "Yes, getting famous is hard work!"
  700. unlocks at 24 marketing
  701.  
  702. //---------------------------
  703. //---------------------------
  704. //---------------------------
  705. // END!
  706. //---------------------------
  707. //---------------------------
  708. //---------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement