Ac0rn

Untitled

Nov 13th, 2019
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Let's make a game!
  2. name:Baseball Creator
  3. by:Ac0rn
  4. desc:Think you can make better baseballs than the league? Prove it
  5. created:11/13/2019
  6. updated:11/13/2019
  7. version:1
  8. Settings
  9. background:https://lionsports.net/images/2017/1/23/b_SLU_PatKenellyDiamondAtAlumniField_1_2017.jpg
  10. building cost increase:110%
  11. building cost refund:50%
  12. spritesheet:icons, 48 by 48,
  13. stylesheet:stuff/bigBlue.css
  14. no particles
  15. no bulk particles
  16. Layout
  17. use default
  18. Buttons
  19. *MakeABall
  20. name:Make a baseball
  21. desc:Click this to stitch together a brand new ball!
  22. on click:anim icon wobble
  23. on click:yield 1 baseball
  24. class:bigButton hasFlares
  25. icon class:shadowed
  26. tooltip origin:bottom
  27. tooltip class:red
  28. Resources
  29. *baseball
  30. name:baseball
  31. desc:Using baseballs to buy things to make more baseballs? What could go wrong?
  32. icon:
  33. class:noBackground
  34. show earned
  35. Buildings
  36. *teammate
  37. name:teammate
  38. desc:You ask one of your teammates to help you make more baseballs!
  39. cost:10 baseballs
  40. on tick:yield .1 baseball
  41.  
  42. *manager
  43. name:manager
  44. desc:Maybe if you ask nicely your manager can help make some baseballs with you.
  45. cost: 100 baseballs
  46. on tick:yield 1 baseball
  47. req:100 baseballs:earned
  48.  
  49. *backyardfactory
  50. name:Backyard factory
  51. desc:A crude setup in your backyard could help make more baseballs faster.
  52. cost: 500 baseballs
  53. on tick:yield 10 baseballs
  54. req:500 baseballs:earned
Add Comment
Please, Sign In to add comment