Advertisement
Guest User

Game.txt

a guest
Jan 22nd, 2020
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.30 KB | None | 0 0
  1. *standard
  2.     name:Cookie Clicker 2
  3.     author:Darklord
  4.     desc:Its just cookie clicker but worse.
  5.     form post:33218
  6.     created:20.11.2019
  7.     updated:27.11.2019
  8.     version:0.0.1
  9.     Settings
  10.     background:
  11.     tiling background:
  12.     building cost increase:115%
  13.     building cost refund:50%
  14.     spritesheet:
  15.     stylessheet:
  16.     stylesheet:
  17.     no bulk particles
  18.  
  19.     *boxkey
  20.      contains:Buttons
  21.      no tooltip
  22.      icons:show
  23.      cost:show
  24.      ps:show
  25.  
  26.      *main
  27.   contains:res, buttons
  28.   *res
  29.     contains:Resources
  30.     class:fullWidth
  31.   *buttons
  32.     contains:Buttons
  33.  *store
  34.    contains:buildings, upgrades
  35.    *buildings
  36.     contains:BulkDisplay, Buildings
  37.     header:Buildings
  38.     tooltip origin:left
  39.  
  40.   *upgrades
  41.     contains:Upgrades
  42.     header:Upgrades
  43.     costs:hide
  44.     names:hide
  45.  
  46.     *Big Cookie Nr 2
  47.   name:Cookie
  48.   desc: Grants 1 cookie per click. why? yes.
  49.   on click:yield 1 cookies
  50.   show clicks
  51.  
  52.     *cookies
  53.      name:cookies
  54.      desc:this how much cookies you have but dont eat them.
  55.      show earned
  56.      (thingKey:max)
  57.      (thingKey:ps)
  58.  
  59.     *auto cookie clicker
  60.      name:auto clicker
  61.      desc:I click
  62.      on tick:yield 0.5 cookies
  63.      cost:1 cookies
  64.      cost increase:115%
  65.      cost refund:50%
  66.      
  67.     *
  68.      name:
  69.      desc:
  70.      on tick:yield 0 cookies
  71.      cost:x cookies
  72.      cost increase:115%
  73.      cost refund:50%
  74.  
  75.     *
  76.      name:
  77.      desc:
  78.      on tick:yield 0 cookies
  79.      cost:x cookies
  80.      cost increase:115%
  81.      cost refund:50%
  82.  
  83.     *
  84.      name:
  85.      desc:
  86.      on tick:yield 0 cookies
  87.      cost:x cookies
  88.      cost increase:115%
  89.      cost refund:50%
  90.  
  91.     *
  92.      name:
  93.      desc:
  94.      on tick:yield 0 cookies
  95.      cost:x cookies
  96.      cost increase:115%
  97.      cost refund:50%
  98.  
  99.     *
  100.      name:
  101.      desc:
  102.      on tick:yield 0 cookies
  103.      cost:x cookies
  104.      cost increase:115%
  105.      cost refund:50%
  106.  
  107.     *
  108.      name:
  109.      desc:
  110.      on tick:yield 0 cookies
  111.      cost:x cookies
  112.      cost increase:115%
  113.      cost refund:50%
  114.  
  115.     *
  116.      name:
  117.      desc:
  118.      on tick:yield 0 cookies
  119.      cost:x cookies
  120.      cost increase:115%
  121.      cost refund:50%
  122.  
  123.     *
  124.      name:
  125.      desc:
  126.      on tick:yield 0 cookies
  127.      cost:x cookies
  128.      cost increase:115%
  129.      cost refund:50%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement