Safariconme

Proviaml

Mar 26th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. Let's make a game!
  2. name:San Mango Heroes
  3. by:Bafio, Jerry and Pentracchio
  4. desc: Fai Crescere Enzo2
  5. created:26/03/2018
  6. updated:26/03/2018
  7. version:1
  8. Settings
  9. background:stuff/meadow.jpg
  10. building cost increase:115%
  11. building cost refund:50%
  12. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  13. stylesheet:stuff/bigBlue.css
  14. Layout
  15. use default
  16. Buttons
  17. *Enzo2
  18. name:Enzo2
  19. desc: Cresci un piccolo Enzo2
  20. on click:anim icon wobble
  21. on click:if (chance(1.2%)) yield 1 Enzo1
  22. on click:yield 1 Ventieuro
  23. icon:https://cdn.discordapp.com/attachments/256448452068769793/565235149327958017/enzo2.png
  24. no text
  25. class:bigButton hasFlares
  26. icon class:shadowed
  27. tooltip origin:bottom
  28. tooltip class:red
  29.  
  30.  
  31. Resources
  32. *Ventieuro
  33. name:Ventieuro
  34. desc: Attrarre Enzo2 ha alcuni vantaggi.
  35. icon:icons[0,0]
  36. class:noBackground
  37. show earned
  38. *Enzo1
  39. name:Enzo1
  40. desc:Questi Enzo1 faranno il lavoro sporco per te
  41. icon:icons[0,1]
  42. class:noBackground
  43. hidden when 0
  44. *Bestemmia
  45. name:Bestemmia
  46. desc:Luca tende a produrne in quantità, è sorprendente.
  47. icon:icons[0,1]
  48. class:noBackground
  49. hidden when 0
  50. Shinies
  51. *luckyBunny
  52. on click:log Woop
  53. movement:onRight moveLeft fade bounce:0.05
  54. frequency:100
  55. frequency variation:30
  56. icon:stuff/luckyBunny.png
  57. class:bigButton
  58. on click:
  59. $boost=1
  60. if (chance(25%))
  61. $amount=max(7,random(Ventieuro:ps*60*1,Ventieuro:ps*60*3))*$boost
  62. toast prendi un sacco di soldi, mamma mia.<//><b>[$amount] Ventieuro</b>.
  63. yield $amount Ventieuro
  64. else
  65. $amount=1*$boost
  66. toast il coniglio Lavora per Enzo1 e ti offre<//><b>[$amount] Enzo1[s?$amount]</b>!
  67. yield $amount Enzo1
  68. end
  69. end
  70. Buildings
  71. *TEMPLATE
  72. on click:anim glow
  73.  
  74. *Escaenzi
  75. name:Esca per enzi
  76. desc:Sembra che gli Enzo2 producano questo strano oggetto, inoltre ne sono terribilmente attratti.<//><b>Effect:</b><.>Ruba da un Enzo2 catturato una Ventieuro ogni 10 secondi.
  77. icon:icons[3,0]
  78. cost:15 Ventieuro
  79. on tick:yield 0.1 Ventieuro
  80. unlocked
  81. *Boostsuwow
  82. name:Boost su wow
  83. desc:Un leggero boost su wow.<//><b>Effect:</b><.>Sfrutta Enzo2 per produrre una Ventieuro ogni 2 secondi.
  84. icon:icons[3,1]
  85. cost:100 Ventieuro
  86. on tick:yield 0.5 Ventieuro
  87. req:25 Ventieuro:earned
  88.  
  89. *FarmdiSlime
  90. name:Farm di Slime
  91. desc:Paga Enzo1 per allevare Slime.<//><b>Effect:</b><.>Enzo1 prenderà maggior parte dei soldi, ma è comunque un buon affare
  92. icon:icons[3,2]
  93. cost:100 Ventieuro
  94. on tick:yield 0.5 Ventieuro
  95. req:25 Ventieuro:earned
  96. req:1 Enzo1:earned
  97. on tick:yield 1.5 Ventieuro
  98. cost: 100 Ventieuro, 2 Enzo1
  99. *Rubabanca
  100. name:Rubare in banca
  101. desc:Usa Enzo2 per derubare una banca, non importa quanti ne morranno nel processo..<//><b>Effect:</b><.>Sfrutta Enzo2 per produrre 5 Ventieuro al secondo..
  102. icon:icons[3,6]
  103. cost:1000 Ventieuro
  104. on tick:yield 5.5 Ventieuro
  105. req:250 Ventieuro:earned
  106.  
  107.  
  108. Upgrades
  109. *TEMPLATE
  110. on click:anim glow
  111.  
  112. //food upgrades
  113. //inspiration : http://rabbit.org/suggested-vegetables-and-fruits-for-a-rabbit-diet/
  114.  
  115. *CiboMigliore
  116. name:Cibo migliore
  117. desc:Enzo2 si dimostra piu efficiente quando mangia in quantità.<//><b>Effect:</b><.>+1 Ventieuro/click
  118. icon:icons[1,1]
  119. cost:3 Enzo1
  120. passive:increase Ventieuro yield of Enzo2 by 1
  121. req:1 Enzo1:earned
  122. *Tecnicadellamolt
  123. name:Tecnica della moltiplicazione dell'Enzo
  124. desc: Impara a creare Enzo con il tuo chakra..<//><b>Effect:</b><.>+0.01 Enzo1/click
  125. icon:icons[1,2]
  126. cost:10 Enzo1
  127. passive:increase Enzo1 yield of Enzo2 by 1
  128. req:1 Enzo1:earned
Add Comment
Please, Sign In to add comment