Advertisement
BovineShaman

NewGame

Mar 30th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. //-------------------------------------------------------------------------------------------------
  2. Let's make a game!
  3. name:Flag Game
  4. desc:A game where you make flags.
  5.  
  6.  
  7. //-------------------------------------------------------------------------------------------------
  8. Settings
  9. background:https://cdn.discordapp.com/attachments/433748436609662996/586331538002804759/Background1.png
  10. building cost increase:120%
  11. building cost refund:80%
  12. //spritesheet:icons, 48 by 48, https://cdn0.iconfinder.com/data/icons/Webtoys/64/Flag.png
  13. stylesheet:stuff/bigBlue.css
  14.  
  15.  
  16. //-------------------------------------------------------------------------------------------------
  17. Layout
  18. use default
  19.  
  20.  
  21. //-------------------------------------------------------------------------------------------------
  22. Buttons
  23. *blackhole
  24. name:Black Hole
  25. desc:Touch the black hole
  26. on click:anim icon wobble
  27. on click:yield 1+(nuclearreactors) atom
  28. on click:if (have germany and chance(40%)) yield 1 communism
  29. on click:if (have homosexuality and chance(40%)) yield 1 pride
  30. icon:https://www.shareicon.net/data/256x256/2016/07/02/789864_miscellaneous_512x512.png
  31. no text
  32. class:bigButton hasFlares
  33. icon class:shadowed
  34. tooltip origin:bottom
  35. tooltip class:red
  36.  
  37. *blackhole2
  38. name:Black Hole
  39. desc:Touch the black hole
  40. on click:anim icon wobble
  41. on click:yield 1+(nuclearreactors) atom
  42. on click:if (have germany and chance(40%)) yield 1 communism
  43. on click:if (have homosexuality and chance(40%)) yield 1 pride
  44. icon:https://www.shareicon.net/data/256x256/2016/07/02/789864_miscellaneous_512x512.png
  45. no text
  46. class:bigButton hasFlares
  47. icon class:shadowed
  48. tooltip origin:bottom
  49. tooltip class:red
  50.  
  51.  
  52.  
  53. //-------------------------------------------------------------------------------------------------
  54. Resources
  55. *atom|atoms
  56. name:Atom|Atoms
  57. desc:This is an atom
  58. icon:https://cdn0.iconfinder.com/data/icons/black-48x48-icons/48/Science.png
  59. class:noBackground
  60. show earned
  61. *communism|communism
  62. name:Communism|Communism
  63. desc:This is a communism
  64. icon:https://micronations.wiki/images/thumb/d/dc/Hammer_and_sickle.png/48px-Hammer_and_sickle.png
  65. class:noBackground
  66. hidden when 0
  67. *pride|pride
  68. name:Pride|Pride
  69. desc:This is a Pride
  70. icon:https://cdn4.iconfinder.com/data/icons/iconset-addictive-flavour/png/flags/flag_gay_pride.png
  71. class:noBackground
  72. hidden when 0
  73.  
  74.  
  75. //-------------------------------------------------------------------------------------------------
  76. Buildings
  77. *germanfactory|germanfactories
  78. name:German Factory|German Factories
  79. desc:It's hecking Germany, boi.<//><b>Effect:</b><.>Produces 1 German Flag every 2 seconds.
  80. icon:https://cdn4.iconfinder.com/data/icons/iconset-addictive-flavour/png/flags/flag_germany.png
  81. cost:10 communism
  82. cost increase:105%
  83. on tick:yield 0.5 communism
  84. on tick:if (have homosexuality and chance(1%)) yield 0.1 pride
  85. req:germany
  86. req:5 communism
  87. *nuclearreactor|nuclearreactors
  88. name:Nuclear Reactor|Nuclear Reactors
  89. desc:It's hecking Gffffghj, boi.<//><b>Effect:</b><.>Produces number of Atoms equal to the number of Nuclear Reactors owned every 1 second.
  90. icon:https://a.fsdn.com/allura/p/filenuke/icon?1404575402?&w=90
  91. cost:100 atom
  92. cost:20 communism
  93. cost increase:105%
  94. on tick:yield nuclearreactor atoms
  95. req:germany
  96.  
  97.  
  98. //-------------------------------------------------------------------------------------------------
  99. Upgrades
  100. *germany
  101. name:The rise of Germany
  102. desc:Haha watch out for that Hitler guy!<//><b>Effect:</b><.>5% chance of gaining 1 communism Flag per click
  103. icon:https://cdn4.iconfinder.com/data/icons/iconset-addictive-flavour/png/flags/flag_germany.png
  104. cost:200 atoms
  105. req:1 atoms:earned
  106.  
  107. *germanytimewoo
  108. name:r
  109. desc:Yay! More <//><b>Effect:</b><.>+9 Communism per Communism occurence
  110. icon:https://cdn4.iconfinder.com/data/icons/iconset-addictive-flavour/png/flags/flag_germany.png
  111. cost:10 communism
  112. passive:increase communism yield of blackhole by 9
  113. req:10 atoms:earned
  114. req:5 communism:earned
  115. req:germany
  116.  
  117.  
  118. *homosexuality
  119. name:Pride Flag Time
  120. desc:The rise Pride<//><b>Effect:</b><.>2.5% chance of gaining 1 Pride Flag per click<.>German Factories have a chance to produce Pride
  121. icon:https://cdn4.iconfinder.com/data/icons/iconset-addictive-flavour/png/flags/flag_gay_pride.png
  122. cost:200 communism
  123. req:100 communism:earned
  124.  
  125. *pridetimewoo
  126. name:Homosexual Boost
  127. desc:Yay! More Pride!<//><b>Effect:</b><.>+9 Pride per Pride occurence
  128. icon:https://cdn4.iconfinder.com/data/icons/iconset-addictive-flavour/png/flags/flag_gay_pride.png
  129. cost:10 pride
  130. passive:increase pride yield of blackhole by 4
  131. req:100 atoms:earned
  132. req:50 communism:earned
  133. req:homosexuality
  134.  
  135.  
  136. //-------------------------------------------------------------------------------------------------
  137. //-------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement