Davtalas

Idle Hero

Dec 9th, 2024 (edited)
1,576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.78 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Hero
  3. by:Davtalas
  4. desc:Begin your revenge against the monsters that threaten your planet, start as a simple protector and end as the Super Hero of the galaxies, ascend, evolve, face bosses and save the universe!
  5. created:12/9/2024
  6. updated:22/12/2024
  7. version:1.1
  8.  
  9. Layout
  10. *main
  11. contains:res, buttons
  12. *res
  13. contains:tag:normalres
  14. class:fullWidth
  15. *buttons
  16. contains:Buttons
  17. tooltip origin:bottom
  18. *store
  19. contains:buildings, upgrades, upgrButtons
  20. *buildings
  21. contains:BulkDisplay, Buildings
  22. header:Buildings
  23. tooltip origin:left
  24. *logbox
  25. contains:Log
  26. *ascend
  27. contains:ascendupgrs, tag:ascensionr
  28. *ascendupgrs
  29. contains:tag:herosoulupgr
  30. names:hide
  31. costs:hide
  32. *upgrButtons
  33. contains:tag:upgradeSwitcher
  34. *upgrades
  35. contains:Upgrades
  36. header:Upgrades
  37. names:hide
  38. costs:hide
  39. Settings
  40. background:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/bg%20plains.jpg
  41. stylesheet:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/New%20idle%20hero%20stylesheet12.txt
  42. spritesheet:upgrades, 48 by 48, https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/upgrades1.png
  43. spritesheet:upgrades2, 48 by 48, https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/upgrades2.png
  44. on tick:
  45. if (have msboostupgr3)
  46. building cost increase:104%
  47. else if (no msboostupgr3)
  48. building cost increase:115%
  49. end
  50. end
  51. Buildings
  52.  
  53. *sword
  54. name:Sword
  55. icon class:buildingIconSize
  56. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/sword.png
  57. desc:<//><.><b>Effects:</b> Produces <b>1</b> Monster Soul.</><//><.><b>Stats:</b> <b>[sword]</b> Swords producing <b>[swordtotal:ps]</b> Monster Souls, each sword produces <b>[swordtotal:ps / sword]</b> Monster Souls.<q>Every good hero has a sword! Even if it's just for decoration.</q>
  58. on tick:yield 1 ms
  59. on tick:yield 1 swordtotal
  60. cost:15 ms
  61. *shield
  62. name:Shield
  63. icon class:buildingIconSize
  64. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/shield.png
  65. desc:<b><//><.>Effects:</b> Produces <b>10</b> Monster Souls.</><//><.><b>Stats:</b> <b>[shield]</b> Shields producing <b>[shieldtotal:ps]</b> Monster Souls, each shield produces <b>[shieldtotal:ps / shield]</b> Monster Souls.<q>No, it's not Captain America's shield... yet.</q>
  66. on tick:yield 10 ms
  67. on tick:yield 10 shieldtotal
  68. cost:300 ms
  69. *helmet
  70. name:Helmet
  71. icon class:buildingIconSize
  72. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/helmet.png
  73. desc:<b><//><.>Effects:</b> Produces <b>80</b> Monster Souls.</><//><.><b>Stats:</b> <b>[helmet]</b> helmets producing <b> [helmettotal:ps]</b> Monster Souls, each helmet produces <b>[helmettotal:ps / helmet]</b> Monster Souls.<q>Watch out your head!</q>
  74. on tick:yield 80 ms
  75. on tick:yield 80 helmettotal
  76. cost:8000 ms
  77. req:4000 ms:earned
  78. *chestplate
  79. name:Chestplate
  80. icon class:buildingIconSize
  81. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/chestplate.png
  82. desc:<b><//><.>Effects:</b> Produces <b>180</b> Monster Souls.</><//><.><b>Stats:</b> <b>[chestplate]</b> chestplates producing <b>[chestplatetotal:ps]</b> Monster Souls, each chestplate produces <b>[chestplatetotal:ps / chestplate]</b> Monster Souls.<q>one of the most important parts of an armor</q>
  83. on tick:yield 180 ms
  84. on tick:yield 180 chestplatetotal
  85. cost:80000 ms
  86. req:40000 ms:earned
  87. *bow
  88. name:Bow
  89. icon class:buildingIconSize
  90. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/bow.png
  91. desc:<b><//><.>Effects:</b> Produces <b>550</b> Monster Souls.</><//><.><b>Stats:</b> <b>[bow]</b> bows producing <b> [bowtotal:ps]</b> Monster Souls, each bow produces <b>[bowtotal:ps / bow]</b> Monster Souls.<q>Watch out your head, i'am the danger now!</q>
  92. on tick:yield 550 ms
  93. on tick:yield 550 bowtotal
  94. cost:800000 ms
  95. req:250000 ms:earned
  96. *hammer
  97. name:Hammer
  98. icon class:buildingIconSize
  99. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/hammer.png
  100. desc:<b><//><.>Effects:</b> Produces <b>1500</b> Monster Souls.</><//><.><b>Stats:</b> <b>[hammer]</b> hammers producing <b> [hammertotal:ps]</b> Monster Souls, each hammer produces <b>[hammertotal:ps / hammer]</b> Monster Souls.<q>poing oing oing</q>
  101. on tick:yield 1500 ms
  102. on tick:yield 1500 hammertotal
  103. cost:16000000 ms
  104. req:8000000 ms:earned
  105. *magicbook
  106. name:Magic book
  107. icon class:buildingIconSize
  108. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/book.png
  109. desc:<b><//><.>Effects:</b> Produces <b>9000</b> Monster Souls.</><//><.><b>Stats:</b> <b>[magicbook]</b> magic books producing <b>[magicbooktotal:ps]</b> Monster Souls, each magic book produces <b>[magicbooktotal:ps / magicbook]</b> Monster Souls.<q>A magic book to learn wizard spells</q>
  110. on tick:yield 9000 ms
  111. on tick:yield 9000 magicbooktotal
  112. cost:1000000000 ms
  113. req:50000000 ms:earned
  114. *collar
  115. name:Magic collar
  116. icon class:buildingIconSize
  117. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/collar.png
  118. desc:<b><//><.>Effects:</b> Produces <b>40000</b> Monster Souls.</><//><.><b>Stats:</b> <b>[collar]</b> magic collars producing <b>[collartotal:ps]</b> Monster Souls, each magic collar produces <b>[collartotal:ps / collar]</b> Monster Souls.<q>gives you magical powers that only the worthy can use</q>
  119. on tick:yield 40000 ms
  120. on tick:yield 4000 collartotal
  121. cost:200000000000 ms
  122. req:100000000000 ms:earned
  123. *wings
  124. name:Hero wings
  125. icon class:buildingIconSize
  126. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/wings.png
  127. desc:<b><//><.>Effects:</b> Produces <b>120000</b> Monster Souls.</><//><.><b>Stats:</b> <b>[wings]</b> Hero wings producing <b>[wingstotal:ps]</b> Monster Souls, each Hero wings produces <b>[wingstotal:ps / wings]</b> Monster Souls.<q>Go beyond your limits! Fly through the skies and destroy the monsters!</q>
  128. on tick:yield 120000 ms
  129. on tick:yield 120000 wingstotal
  130. cost:1e13 ms
  131. req:200000000000 ms:earned
  132.  
  133. Resources
  134. *ms
  135. name:Monster souls
  136. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mss.png
  137. show earned
  138. tag:normalres losable
  139. *hs
  140. name:Hero Souls
  141. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/hs.png
  142. desc:<b>[hs]</b> Hero Souls multiplying your Monster Souls per second by <b>[msboost*msboostmulti]</b>.
  143. hidden when 0
  144. tag:ascensionr
  145. *msearnednow
  146. is always:((ms:earned)) - msleftbehind
  147. *msleftbehind
  148. hidden
  149. *N
  150. is always:floor(1+(pow(msearnednow/1e12,1/3)))
  151. *msboost
  152. hidden
  153. *msboostmulti
  154. start with: 1
  155. hidden
  156. *unshackleupgrs
  157. hidden
  158. *startboss
  159. tag:normalres
  160. on tick:
  161. if (startboss=1)
  162. if (timer=0)
  163. startboss = 0
  164. hide boss
  165. show monster
  166. end
  167. end
  168. end
  169. *bossmulti
  170. hidden
  171. start with:1
  172. *timer
  173. hidden when 0
  174. on tick:
  175. if (startboss=1)
  176. hide monster
  177. show boss
  178. yield -1 timer
  179. else if (startboss=0)
  180. hide boss
  181. show monster
  182. end
  183. end
  184. tag:normalres
  185. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/timer.png
  186. *TEMPLATE
  187. tag:losable
  188.  
  189. *callbosscost
  190. hidden
  191. start with:1
  192. *swordtotal
  193. hidden
  194. *shieldtotal
  195. hidden
  196. *helmettotal
  197. hidden
  198. *chestplatetotal
  199. hidden
  200. *bowtotal
  201. hidden
  202. *hammertotal
  203. hidden
  204. *magicbooktotal
  205. hidden
  206. *collartotal
  207. hidden
  208. *wingstotal
  209. hidden
  210. *mspersecond
  211. hidden
  212. is always:ms:ps
  213.  
  214. Buttons
  215. *1M
  216. on click:yield 1e6 ms
  217. desc:This is for tests only, but if you want to use it fell free! Not recomended when beggining the game
  218. *1T
  219. on click:yield 1e12 ms
  220. desc:This is for tests only, but if you want to use it fell free! Not recomended until late in the game
  221. *monster
  222. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/hauntlognew.png
  223. on click:yield 1 ms
  224. class:bigButton hasFlares
  225. show clicks
  226. no text
  227. *boss
  228. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/boss.png
  229. on click:yield 1e6*bossmulti ms
  230. class:bigButton hasFlares
  231. show clicks
  232. no text
  233. tag:boss
  234. hidden
  235. *BuyUpgrades
  236. tag:upgradeSwitcher
  237. class:upgradeSwitch
  238. on click:
  239. hide :Upgrades:owned
  240. show :Upgrades:notOwned
  241. anim glow
  242. end
  243. no tooltip
  244. *OwnedUpgrades
  245. tag:upgradeSwitcher
  246. class:upgradeSwitch
  247. on click:
  248. show :Upgrades:owned
  249. hide :Upgrades:notOwned
  250. anim glow
  251. end
  252. no tooltip
  253.  
  254. Upgrades
  255. *ascendboost
  256. on tick:
  257. if (hs>1)
  258. multiply yield of :Buildings by msboost*msboostmulti
  259. end
  260. end
  261. owned
  262. always hidden
  263. *TEMPLATE
  264. on earn:hide this
  265. tag:losable
  266.  
  267. *swordupgr1
  268. name:Wood sword
  269. desc:multiply the gain of swords by <b>2</b>. <q>what was your sword before? sticks?</q>
  270. passive:multiply yield of sword by 2
  271. cost:30 ms
  272. req:1 sword
  273. icon:upgrades[0,0]
  274. *swordupgr2
  275. name:Stone sword
  276. desc:multiply the gain of swords by <b>2</b>. <q>now we are getting into something</q>
  277. passive:multiply yield of sword by 2
  278. cost:120 ms
  279. req:1 sword
  280. icon:upgrades[1,0]
  281. *swordupgr3
  282. name:Iron sword
  283. desc:multiply the gain of swords by <b>2</b>. <q>powerful sword! shiny and slashy</q>
  284. passive:multiply yield of sword by 2
  285. cost:700 ms
  286. req:3 sword
  287. icon:upgrades[2,0]
  288. *swordupgr4
  289. name:Diamond sword
  290. desc:multiply the gain of swords by <b>2</b>. <q>I think it is the Minetcraft one</q>
  291. passive:multiply yield of sword by 2
  292. cost:2200 ms
  293. req:3 sword
  294. icon:upgrades[3,0]
  295. *shieldupgr1
  296. name:Wood shield
  297. desc:multiply the gain of shields by <b>2</b>. <q>these shields are still kind of useless</q>
  298. passive:multiply yield of shield by 2
  299. cost:350 ms
  300. req:1 shield
  301. icon:upgrades[0,1]
  302. *shieldupgr2
  303. name:Stone shield
  304. desc:multiply the gain of shields by <b>2</b>. <q>Maybe now they work?</q>
  305. passive:multiply yield of shield by 2
  306. cost:1200 ms
  307. req:1 shield
  308. icon:upgrades[1,1]
  309. *shieldupgr3
  310. name:Iron shield
  311. desc:multiply the gain of shields by <b>2</b>. <q>These shields are very useful now!</q>
  312. passive:multiply yield of shield by 2
  313. cost:5000 ms
  314. req:3 shield
  315. icon:upgrades[2,1]
  316. *shieldupgr4
  317. name:Special shield
  318. desc:multiply the gain of shields by <b>3</b>. <q>Captain America's shield!</q>
  319. passive:multiply yield of shield by 3
  320. cost:20000 ms
  321. req:6 shield
  322. icon:upgrades[3,1]
  323. *helmetupgr1
  324. name:Wood helmet
  325. desc:multiply the gain of helmets by <b>2</b>. <q>Wood helmet, nothing to talk about.</q>
  326. passive:multiply yield of helmet by 2
  327. cost:4000 ms
  328. req:2 helmet
  329. icon:upgrades[0,2]
  330. *helmetupgr2
  331. name:Stone helmet
  332. desc:multiply the gain of helmets by <b>2</b>. <q>Wich Minecraft have stone helmets.</q>
  333. passive:multiply yield of helmet by 2
  334. cost:12000 ms
  335. req:2 helmet
  336. icon:upgrades[1,2]
  337. *helmetupgr3
  338. name:Iron helmet
  339. desc:multiply the gain of helmets by <b>2</b>. <q>This helmet is great... definitely great.</q>
  340. passive:multiply yield of helmet by 2
  341. cost:24000 ms
  342. req:4 helmet
  343. icon:upgrades[2,2]
  344. *helmetupgr4
  345. name:Master Chief
  346. desc:multiply the gain of helmets by <b>3</b>. <q>This one is just perfect. Beautiful.</q>
  347. passive:multiply yield of helmet by 3
  348. cost:48000 ms
  349. req:5 helmet
  350. icon:upgrades[3,2]
  351. *chestupgr1
  352. name:Wood chestplate
  353. desc:multiply the gain of chestplates by <b>2</b>. <q>beware the splinters</q>
  354. passive:multiply yield of chestplate by 2
  355. cost:90000 ms
  356. req:1 chestplate
  357. icon:upgrades2[0,0]
  358. *chestupgr2
  359. name:Stone chestplate
  360. desc:multiply the gain of chestplates by <b>2</b>. <q>totally impractical</q>
  361. passive:multiply yield of chestplate by 2
  362. cost:180000 ms
  363. req:1 chestplate
  364. icon:upgrades2[1,0]
  365. *chestupgr3
  366. name:Iron chestplate
  367. desc:multiply the gain of chestplates by <b>2</b>. <q>This was used in real life!</q>
  368. passive:multiply yield of chestplate by 2
  369. cost:640000 ms
  370. req:3 chestplate
  371. icon:upgrades2[2,0]
  372. *chestupgr4
  373. name:Iron Man chestplate
  374. desc:multiply the gain of chestplates by <b>3</b>. <q>This one wasn't used in real life I think</q>
  375. passive:multiply yield of chestplate by 3
  376. cost:10000000 ms
  377. req:4 chestplate
  378. icon:upgrades2[3,0]
  379. *bowupgr1
  380. name:Wood arrow
  381. desc:multiply the gain of bows by <b>2</b>. <q>This is the only wooden weapon that is usable!</q>
  382. passive:multiply yield of bow by 2
  383. cost:1000000 ms
  384. req:1 bow
  385. icon:upgrades2[0,1]
  386. *bowupgr2
  387. name:Stone arrow
  388. desc:multiply the gain of bows by <b>2</b>. <q>More resistance is important</q>
  389. passive:multiply yield of bow by 2
  390. cost:5000000 ms
  391. req:2 bow
  392. icon:upgrades2[1,1]
  393. *bowupgr3
  394. name:Iron arrow
  395. desc:multiply the gain of bows by <b>2</b>. <q>Now it's really sharp</q>
  396. passive:multiply yield of bow by 2
  397. cost:10000000 ms
  398. req:4 bow
  399. icon:upgrades2[2,1]
  400. *bowupgr4
  401. name:Cupid arrow
  402. desc:multiply the gain of bows by <b>3</b>. <q>Love is in the arrow!</q>
  403. passive:multiply yield of bow by 3
  404. cost:25000000 ms
  405. req:4 bow
  406. icon:upgrades2[3,1]
  407. *hammerupgr1
  408. name:Wood hammer
  409. desc:multiply the gain of hammers by <b>2</b>. <q>This might break in 1 hit</q>
  410. passive:multiply yield of hammer by 2
  411. cost:18000000 ms
  412. req:1 hammer
  413. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  414. *hammerupgr2
  415. name:Stone hammer
  416. desc:multiply the gain of hammers by <b>2</b>. <q>This one will take a while to break!</q>
  417. passive:multiply yield of hammer by 2
  418. cost:25000000 ms
  419. req:1 hammer
  420. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  421. *hammerupgr3
  422. name:Iron hammer
  423. desc:Multiply the gain of hammers by <b>2</b>. <q>There's no way these hammers could get any better now</q>
  424. passive:multiply yield of hammer by 2
  425. cost:40000000 ms
  426. req:2 hammer
  427. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  428. *hammerupgr4
  429. name:Mjolnir
  430. desc:Multiply the gain of hammers by <b>3</b>. <q>OH MY GOD THIS IS AMAZING!! but it's kind of useless.. I can't get up</q>
  431. passive:multiply yield of hammer by 3
  432. cost:100000000 ms
  433. req:3 hammer
  434. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  435. *bookupgr1
  436. name:Newbie's magic book
  437. desc:Multiply the gain of Magic books by <b>1.5</b>. <q>This won't help you much</q>
  438. passive:multiply yield of magicbook by 1.5
  439. cost:250000000 ms
  440. req:1 magicbook
  441. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  442. *bookupgr2
  443. name:Wizard's magic book
  444. desc:Multiply the gain of Magic books by <b>2.5</b>. <q>This with something else maybe will let you use Mjonir!/q>
  445. passive:multiply yield of magicbook by 2.5
  446. cost:1e9 ms
  447. req:1 magicbook
  448. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  449. *bookupgr3
  450. name:Dark wizard's magic book
  451. desc:Multiply the gain of Magic books by <b>2.5</b>. <q>Shadow clones technique!</q>
  452. passive:multiply yield of magicbook by 2.5
  453. cost:1e10 ms
  454. req:2 magicbook
  455. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  456. *bookupgr4
  457. name:Archangels books
  458. desc:Multiply the gain of Magic books by <b>2.5</b>. <q>Everything you know, will know or never should know, is here.</q>
  459. passive:multiply yield of magicbook by 2.5
  460. cost:1e10*2 ms
  461. req:3 magicbook
  462. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  463. *Collarupgr1
  464. name:Increase collar's power
  465. desc:Multiply the gain of Magic collar by <b>2</b> and Hammer by <b>5!</b>. <q>Finnaly! Mjolnir, here i come!</q>
  466. passive:multiply yield of collar by 2
  467. passive:multiply yield of hammer by 5
  468. cost:1e11*2 ms
  469. req:1 collar
  470. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  471. *Collarupgr2
  472. name:Release 1% of collar's power
  473. desc:Multiply the gain of Magic collar by <b>2</b>. <q>This thing looks soo powerful</q>
  474. passive:multiply yield of collar by 2.5
  475. cost:1e11*6 ms
  476. req:2 collar
  477. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  478. *Collarupgr3
  479. name:Release 10% of collar's power
  480. desc:Multiply the gain of Magic collar by <b>3</b>. <q>Im felling it... the infinity of this power...</q>
  481. passive:multiply yield of collar by 3
  482. cost:1e1q*9 ms
  483. req:2 collar
  484. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  485. *Collarupgr4
  486. name:The true POWER!
  487. desc:Multiply the gain of Magic collar by <b>3</b>. <q>The super power of having all super powers!!</q>
  488. passive:multiply yield of collar by 4
  489. cost:1e12*5 ms
  490. req:3 collar
  491. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  492. *wingsupgr1
  493. name:Fether wings
  494. desc:Multiply the gain of wings by <b>2</b>. <q>Flying is my dream!</q>
  495. passive:multiply yield of wings by 2
  496. cost:1e13 ms
  497. req:1 wings
  498. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  499. *wingsupgr2
  500. name:placeholder wings
  501. desc:Multiply the gain of wings by <b>2</b>. <q>Flying is my dream!</q>
  502. passive:multiply yield of wings by 2
  503. cost:1e13*3 ms
  504. req:1 wings
  505. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  506. *wingsupgr3
  507. name:Placeholder wings
  508. desc:Multiply the gain of wings by <b>2.5</b>. <q>Flying is my dream!</q>
  509. passive:multiply yield of wings by 2.5
  510. cost:1e13*8 ms
  511. req:2 wings
  512. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  513. *wingsupgr4
  514. name:Placeholder wings
  515. desc:Multiply the gain of wings by <b>4</b>. <q>Flying is my dream!</q>
  516. passive:multiply yield of wings by 4
  517. cost:1e14*3 ms
  518. req:2 wings
  519. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  520. *mspsupgr1
  521. name:Vengeful mouse
  522. desc:Gain +1% Monster souls per second per click. <q>This mouse is thirsty for revenge against the monsters that annihilated his village</q>
  523. passive:increase yield of monster by (mspersecond / 100)
  524. cost:1000 ms
  525. req:monster:clicks>=50
  526. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mouseupgr1.png
  527. *mspsupgr2
  528. name:Vengeful mouse followers
  529. desc:Gain +0.5% Monster souls per second per click. <q>followers of the vengeful mouse who share the same purpose</q>
  530. passive:increase yield of monster by (mspersecond / 200)
  531. cost:10000 ms
  532. req:mspsupgr1
  533. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mouseupgr2.png
  534. *mspsupgr3
  535. name:Vengeful mouse gang
  536. desc:Gain +1.5% Monster souls per second per click. <q>More followers of the vengeful mouse who share the same purpose</q>
  537. passive:increase yield of monster by (mspersecond / 66.66)
  538. cost:100000 ms
  539. req:mspsupgr2
  540. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mouseupgr2.png
  541. *mspsupgr4
  542. name:Vengeful mouse avengers
  543. desc:Gain +1% Monster souls per second per click. <q>More then ever followers of the vengeful mouse who share the same purpose</q>
  544. passive:increase yield of monster by (mspersecond / 100)
  545. cost:1000000 ms
  546. req:mspsupgr3
  547. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mouseupgr2.png
  548. *mspsupgr5
  549. name:Vengeful mouse legends
  550. desc:Gain +2% Monster souls per second per click. <q>The full league of mouse legends who share the same purpose</q>
  551. passive:increase yield of monster by (mspersecond / 50)
  552. cost:10000000 ms
  553. req:mspsupgr4
  554. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mouseupgr2.png
  555. *mspsupgr6
  556. name:Vengeful mouse brawlers
  557. desc:Gain +2% Monster souls per second per click. <q>The vengeful brawlers mouses who share the same purpose</q>
  558. passive:increase yield of monster by (mspersecond / 50)
  559. cost:100000000 ms
  560. req:mspsupgr5
  561. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/mouseupgr2.png
  562. *foodupgr1
  563. name:Potato
  564. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A potato to eat during your adventure!</b>
  565. passive:multiply yield of ms by 1.1
  566. cost:5000 ms
  567. req:5000 ms:earned
  568. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  569. *foodupgr2
  570. name:Apple
  571. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A apple to eat during your adventure!</b>
  572. passive:multiply yield of ms by 1.1
  573. cost:30000 ms
  574. req:30000 ms:earned
  575. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  576. *foodupgr3
  577. name:Carrot
  578. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A carrot to eat during your adventure!</b>
  579. passive:multiply yield of ms by 1.1
  580. cost:400000 ms
  581. req:400000 ms:earned
  582. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  583. *foodupgr4
  584. name:Factory egg
  585. desc:Multiply your Monster Souls per second by <b>x1.2</b>. <q>Isn't that the super expensive egg from the factory?</b>
  586. passive:multiply yield of ms by 1.2
  587. cost:1234567 ms
  588. req:1234567 ms:earned
  589. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  590. *foodupgr5
  591. name:Bread
  592. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A bread to eat during your adventure!</b>
  593. passive:multiply yield of ms by 1.1
  594. cost:30000000 ms
  595. req:30000000 ms:earned
  596. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  597. *foodupgr6
  598. name:Steak
  599. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A steak to eat during your adventure!</b>
  600. passive:multiply yield of ms by 1.1
  601. cost:333333333 ms
  602. req:333333333 ms:earned
  603. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  604. *foodupgr7
  605. name:Famous cookie!
  606. desc:Multiply your Monster Souls per second by <b>x1.5</b>. <q>I'm addicted to these cookies.</b>
  607. passive:multiply yield of ms by 1.5
  608. cost:7777777777 ms
  609. req:7777777777 ms:earned
  610. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  611. *foodupgr8
  612. name:Hot dog
  613. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A hot dog to eat during your adventure!</b>
  614. passive:multiply yield of ms by 1.1
  615. cost:3125134 ms
  616. req:3125134 ms:earned
  617. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  618. *foodupgr9
  619. name:Pizza
  620. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A slice of pizza to eat during your adventure!</b>
  621. passive:multiply yield of ms by 1.1
  622. cost:1 ms
  623. req:10 bow
  624. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  625. *foodupgr10
  626. name:Sushi
  627. desc:Multiply your Monster Souls per second by <b>x1.1</b>. <q>A sushi to eat during your adventure!</b>
  628. passive:multiply yield of ms by 1.1
  629. cost:100000000 ms
  630. req:100000000 ms:earned
  631. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  632. *ascendupgr
  633. name:Ascend to other reality
  634. desc:Ascending now will grant you <b>[floor(pow(msearnednow/1e12,1/3))]</b> Hero Souls, You need <b>[((N*N*N*1e12)-msearnednow)]</b> more Monster Souls for <b>+1</b> Hero souls, each Hero Soul multiplies your Monster Souls per second by <b>[1*msboostmulti]</b>, if you ascend now your new multiplier will be <b>[floor(pow(msearnednow/1e12,1/3))+msboost*msboostmulti]</b>.<q>Sacrifice heroes to destroy monsters from other realities (they wanted to be sacrificed of their own free will, don't worry)</q>
  635. on earn:yield (msearnednow) msleftbehind
  636. on earn:yield floor(pow(msearnednow/1e12,1/3)) hs
  637. on earn:lose tag:losable
  638. on earn:yield floor(pow(msearnednow/1e12,1/3)) msboost
  639. on earn:lose :Buildings
  640. cost:1e12 ms
  641. req:1e9 ms:earned
  642. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/ascend.png
  643. tag:ascensionb losable
  644. *TEMPLATE
  645. on earn:hide this
  646. tag:herosoulupgr
  647.  
  648. *bugfix3
  649. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/none.png
  650. no buy
  651. no text
  652. no tooltip
  653. tag:bugfix herosoulupgr
  654. *bugfix4
  655. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/none.png
  656. no buy
  657. no text
  658. no tooltip
  659. tag:bugfix herosoulupgr
  660. *hsupgr1
  661. name:Celestial help I
  662. desc:The hero souls are here to help you, permanent <b>x2</b> multiplier of the production multiplier.
  663. on earn:yield 1 msboostmulti
  664. cost:6 hs
  665. req:1 hs
  666. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  667. *hsupgr2
  668. name:Celestial help II
  669. desc:More hero souls are here to help you, permanent <b>x2</b> Monster Souls per monster.
  670. passive:multiply yield of monster by 2
  671. cost:2 hs
  672. req:1 hs
  673. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  674. *hsupgr3
  675. name:Celestial help III
  676. desc:Even more hero souls are here to help you, every building cost increase is permanently <b>2</b> times less.
  677. cost:4 hs
  678. req:1 hs
  679. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  680. *hsupgr4
  681. name:Celestial help IV
  682. desc:Some more hero souls are here to help you, permanent <b>x8</b> Monster Souls per monster.
  683. passive:multiply yield of monster by 8
  684. cost:4 hs
  685. req:1 hs
  686. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  687. *hsupgr5
  688. name:Celestial help V
  689. desc:<t>THIS IS NOT DONE YET!! DONT BUY IT YET!!</t>Your hero soul will release the unshackle upgrades, <b>36</b> new powerful upgrades! <q>this is coming soon!!!!!</q>
  690. passive:grant 1 unshackleupgrs
  691. cost:1 hs
  692. req:1 hs
  693. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  694. *hsupgr6
  695. name:Celestial help VI
  696. desc:An hero soul can make the boss more powerful, permanent <b>x8</b> Monster Souls per boss hit.
  697. passive:multiply yield of boss by 8
  698. cost:1 hs
  699. req:1 hs
  700. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  701. *hsupgr7
  702. name:Celestial help VII
  703. desc:Another hero soul can make the boss even more powerful! permanent <b>x16</b> Monster Souls per boss hit.
  704. passive:multiply yield of boss by 16
  705. cost:2 hs
  706. req:1 hs
  707. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/Herosoulupgr.png
  708.  
  709. *TEMPLATE
  710. tag:bugfix herosoulupgr
  711.  
  712. *bugfix
  713. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/none.png
  714. no buy
  715. no text
  716. no tooltip
  717. *bugfix2
  718. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/none.png
  719. no buy
  720. no text
  721. no tooltip
  722. owned
  723.  
  724. *TEMPLATE
  725. tag:losable
  726.  
  727. *callboss
  728. name:Call boss I
  729. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  730. on earn:startboss = 1
  731. on earn:yield 16 timer
  732. on earn:hide this
  733. cost:30000000 ms
  734. req:1 bow
  735. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  736. tag:callboss
  737. *callboss2
  738. name:Call boss II
  739. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  740. on earn:startboss = 1
  741. on earn:yield 16 timer
  742. on earn:hide this
  743. cost:60000000 ms
  744. req:callboss
  745. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  746. tag:callboss
  747. *callboss3
  748. name:Call boss III
  749. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  750. on earn:startboss = 1
  751. on earn:yield 16 timer
  752. on earn:hide this
  753. cost:120000000 ms
  754. req:callboss2
  755. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  756. tag:callboss
  757. *callboss4
  758. name:Call boss IV
  759. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  760. on earn:startboss = 1
  761. on earn:yield 16 timer
  762. on earn:hide this
  763. cost:240000000 ms
  764. req:callboss3
  765. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  766. tag:callboss
  767. *callboss5
  768. name:Call boss V
  769. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  770. on earn:startboss = 1
  771. on earn:yield 16 timer
  772. on earn:hide this
  773. cost:480000000 ms
  774. req:callboss4
  775. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  776. tag:callboss
  777. *callboss6
  778. name:Call boss VI
  779. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  780. on earn:startboss = 1
  781. on earn:yield 16 timer
  782. on earn:hide this
  783. cost:960000000 ms
  784. req:callboss5
  785. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  786. tag:callboss
  787. *callboss7
  788. name:Call boss VII
  789. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  790. on earn:startboss = 1
  791. on earn:yield 16 timer
  792. on earn:hide this
  793. cost:1920000000 ms
  794. req:callboss6
  795. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  796. tag:callboss
  797. *callboss8
  798. name:Call boss VIII
  799. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  800. on earn:startboss = 1
  801. on earn:yield 16 timer
  802. on earn:hide this
  803. cost:3840000000 ms
  804. req:callboss7
  805. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  806. tag:callboss
  807. *callboss9
  808. name:Call boss IX
  809. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  810. on earn:startboss = 1
  811. on earn:yield 16 timer
  812. on earn:hide this
  813. cost:7680000000 ms
  814. req:callboss8
  815. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  816. tag:callboss
  817. *callboss10
  818. name:Call boss X
  819. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  820. on earn:startboss = 1
  821. on earn:yield 16 timer
  822. on earn:hide this
  823. cost:15360000000 ms
  824. req:callboss9
  825. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  826. tag:callboss
  827. *callboss11
  828. name:Call boss XI
  829. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  830. on earn:startboss = 1
  831. on earn:yield 16 timer
  832. on earn:hide this
  833. cost:30720000000 ms
  834. req:callboss10
  835. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  836. tag:callboss
  837. *callboss12
  838. name:Call boss XI
  839. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  840. on earn:startboss = 1
  841. on earn:yield 16 timer
  842. on earn:hide this
  843. cost:61440000000 ms
  844. req:callboss11
  845. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  846. tag:callboss
  847. *callboss13
  848. name:Call boss XIII
  849. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  850. on earn:startboss = 1
  851. on earn:yield 16 timer
  852. on earn:hide this
  853. cost:122880000000 ms
  854. req:callboss12
  855. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  856. tag:callboss
  857. *callboss14
  858. name:Call boss XIV
  859. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  860. on earn:startboss = 1
  861. on earn:yield 16 timer
  862. on earn:hide this
  863. cost:245760000000 ms
  864. req:callboss13
  865. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  866. tag:callboss
  867. *callboss15
  868. name:Call boss XV
  869. desc:Start a boss battle, you will have 15 seconds to get how many souls possible from the boss, be ready! (You can use this 15 times per ascension and the price doubles for each use)
  870. on earn:startboss = 1
  871. on earn:yield 16 timer
  872. on earn:hide this
  873. cost:491520000000 ms
  874. req:callboss14
  875. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callboss.png
  876. tag:callboss
  877. *callbossupgr
  878. name:Better boss
  879. desc:Monster Souls per boss hit <b>x2</b>
  880. on earn:hide this
  881. on earn:multiply yield of boss by 2
  882. cost:1500000000 ms
  883. req:callboss
  884. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/callbossupgr.png
  885. tag:losable
  886. Achievements
  887. *cmach1
  888. name:Protector
  889. desc:Kill 10 monsters by hand
  890. req:monster:clicks>=10
  891. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  892. *cmach2
  893. name:Hero
  894. desc:Kill 100 monsters by hand
  895. req:monster:clicks>=100
  896. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  897. *cmach3
  898. name:Super Hero
  899. desc:Kill 200 monsters by hand
  900. req:monster:clicks>=200
  901. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  902. *cmach4
  903. name:Avenger
  904. desc:Kill 500 monsters by hand
  905. req:monster:clicks>=500
  906. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  907. *cmach5
  908. name:Protector spirit
  909. desc:Kill 1000 monsters by hand
  910. req:monster:clicks>=1000
  911. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  912. *cmach6
  913. name:Guardian angel
  914. desc:Kill 2500 monsters by hand
  915. req:monster:clicks>=2500
  916. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  917. *cmach7
  918. name:Planets guardian
  919. desc:Kill 5000 monsters by hand
  920. req:monster:clicks>=5000
  921. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  922. *cmach8
  923. name:Guardian of the galaxy
  924. desc:Kill 7500 monsters by hand
  925. req:monster:clicks>=7500
  926. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  927. *cbach1
  928. name:Killer king
  929. desc:Hit the boss 50 times
  930. req:boss:clicks>=50
  931. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  932. *cbach2
  933. name:Bites the boss
  934. desc:Hit the boss 300 times
  935. req:boss:clicks>=300
  936. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
  937. *cbach3
  938. name:We are the champion!
  939. desc:Hit the boss 1000 times
  940. req:boss:clicks>=1000
  941. icon:https://file.garden/Zlx_7wzAvyz0wL8S/idle%20hero/placeholder.png
Advertisement
Add Comment
Please, Sign In to add comment