Advertisement
Uiomancant

Untitled

Sep 10th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. -Gates to hell
  3. -By Uiomancant
  4. -Version 0.01
  5.  
  6. Settings:
  7. -prices increase by 105%
  8. -selling gives back 85%
  9. -Resources are visible by default
  10. -clickables are visible by default
  11. -buildings are hidden by default
  12. -upgrades are visible by default
  13. -achievements are visible by default
  14.  
  15. Resources:
  16.  
  17. *damage
  18. -named Damage
  19.  
  20. *tinySummoningStone
  21. -named Tiny summoning stone
  22.  
  23. *smallSummoningStone
  24. -named Small summoning stone
  25.  
  26. *summoningStone
  27. -named summoning stone
  28.  
  29. *largeSummoningStone
  30. -named Large summoning stone
  31.  
  32. *hugeSummoningStone
  33. -named Huge summoning stone
  34.  
  35. *ultimateSummoningStone
  36. -named Ultimate summoning stone
  37.  
  38. Clickables:
  39. *attackGate
  40. -gives 1 damage
  41. -gives 0.1 tinySummoningStone
  42. -visible
  43. -named Attack Gate
  44.  
  45. Buildings:
  46. *breakFirstGate
  47. -costs 100 damage
  48. -unlocks Imp
  49. -named Break Gate 1: Wood
  50. -gives 0.05 tinySummoningStone
  51. -unlocks imp
  52. -locks breakFirstGate
  53. -unlocks breakSecondGate
  54. -visible
  55.  
  56. *breakSecondGate
  57. -costs 10000 damage
  58. -unlocks //tobeadded
  59. -named Break gate 2: Stone
  60. -gives 0.5 tinySummoningStone
  61. -gives 0.05 smallSummoningStone
  62. -locks breakSecondGate
  63. -Unlocks Maniac
  64.  
  65. *Imp
  66. "Damages the wall by <b> 0.05 <b> a second using magic"
  67. -costs 3 tinySummoningStone
  68. -gives 0.05 damage
  69.  
  70. *Maniac
  71. "Damages the wall by <b> 1 <b> Each second using metal scythes"
  72. -costs 30 tinySummoningStone
  73. -costs 1 smallSummoningStone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement