AJJester

PFFC

Feb 28th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Let's make a game!
  2. name:Peedee Fryman's Fry Clicker
  3. by:AJNSFW
  4. desc:Help Peedee make a Fry Empire!
  5. created:28/2/2020
  6. version:1
  7.  
  8. Settings
  9. building cost increase:115%
  10. building cost refund:50%
  11.  
  12. Layout
  13. use default
  14.  
  15. Buttons
  16. *thebitton
  17. name:Make some fries!
  18. desc:Click this to make fries!
  19. on click:anim icon wobble
  20. on click:yield 1 fry.
  21. no icon
  22. no text
  23. class:bigButton
  24. icon class:shadowed
  25. tooltip origin:bottom
  26. tooltip class:red
  27.  
  28. Resources
  29. *fry|fries
  30. name:Fry|Fries
  31. desc:This is how many fries you currently have. Use them to buy customers!
  32. no icon
  33. class:noBackground
  34. show earned
  35.  
  36. *dollar|dollars
  37. name:Dollar|Dollars
  38. desc:This is how much money you've earned. Use it to buy upgrades!
  39. no icon
  40. class:noBackground
  41. show earned
  42.  
  43. Buildings
  44. *TEMPLATE
  45. on click:anim glow
  46.  
  47. *customer|customers
  48. name:Customer|Customers
  49. desc:Loyal customers who want some fries.
  50. no icon
  51. cost:15 fries
  52. on tick:yield 1 dollar
  53. unlocked
  54.  
  55. Upgrades
  56. *TEMPLATE
  57. on click:anim glow
  58.  
  59. *saltyfries
  60. name:Salt
  61. desc:Fries without salt is like Beach City without Gems. Boring. Effect: Fries now cost more for customers.
  62. icon:
  63. cost:20 dollars
  64. passive:
  65. req:
  66.  
  67. *flyers
  68. name:
  69. desc:
  70. icon:
  71. cost:
  72. passive:
  73. req:
  74.  
  75. Achievements
  76. *TEMPLATE
  77. on click:anim glow
  78.  
  79. *fryAchieve1
  80. name:
  81. desc:
  82. req:
  83. icon:
  84.  
  85. *fryAchieve2
  86. name:
  87. desc:
  88. req:
  89. icon:
  90.  
  91. *fryAchieve3
  92. name:
  93. desc:
  94. req:
  95. icon:
Add Comment
Please, Sign In to add comment