Advertisement
Amerlan

Wildecrest v1.0 Test

Aug 20th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.04 KB | None | 0 0
  1. Let's make a game!
  2.     -Wildecrest Explosion!
  3.     -by Amerlan
  4.     -created on 08/19/2014
  5.     -last updated on 08/19/2014
  6.     -version 1
  7.  
  8. Settings :
  9.     -prices increase by 115%
  10.     -selling gives back 50%
  11.     -resources are hidden by default
  12.     -clickables are hidden by default
  13.     -buildings are hidden by default
  14.     -upgrades are hidden by default
  15.     -show log
  16.     //-custom stylesheet : http://pastebin.com/raw.php?i=vWDguSvc
  17.     //-background : http://s27.postimg.org/65wut828z/Wallpaper1.jpg
  18.     -text color : #000000
  19.     -fonts : Kavoon
  20.     -boxes : main (resources, clickables); store (upgrades, buildings); stats (achievements, save)
  21.  
  22. Resources :
  23.     *Food
  24.     -named food|food
  25.     -displayed as %a food
  26.     -visible
  27.  
  28.     *Gold
  29.     -named gold|gold
  30.     -displayed as %a gold
  31.     -visible
  32.  
  33.     *Land
  34.     -named land|land
  35.     -displayed as %a land
  36.     -visible
  37.  
  38. Clickables :
  39.     *MakeFood
  40.     -gives 1 Food
  41.     -visible
  42.     -named Make food
  43.     -picture :
  44.  
  45.     *MakeGold
  46.     -gives 1 gold
  47.     -visible
  48.     -named Make gold
  49.     -picture :
  50.  
  51.     *AcquireLand
  52.     -gives 1 land
  53.     -visible
  54.     -named Acquire land
  55.     -picture :
  56.  
  57. Buildings :
  58.     // echee > saydar > kurbok > eld'rani > manitcore > dragon
  59.     // echee and dragons make gold
  60.     // saydar and manticore make food
  61.     // eld'rani and kurbok make land
  62.  
  63.     *Echee
  64.     -"A small rodent adept at stealing gold."
  65.     -costs 10 gold
  66.     -gives 0.3 gold
  67.     -named echee|echee
  68.     -visible
  69.     -picture :
  70.  
  71.     *Saydar
  72.     -"A large bird. The perfect food source and pack animal."
  73.     -costs 100 gold
  74.     -takes 1 food
  75.     -gives 1.2 food
  76.     -named saydar|saydar
  77.     -picture :
  78.  
  79.     *Kurbok
  80.     -"Comes with a bar and small living quarters."
  81.     -costs 250 gold
  82.     -takes 1 land, 2 food
  83.     -gives 1.2 land
  84.     -named kurbok|kurboks
  85.     -picture :
  86.  
  87.     *Eldrani
  88.     -"An extremely large cat covered in spikes. Very territorial."
  89.     -costs 500 gold
  90.     -takes 3 land, 5 food
  91.     -gives 3.5 land
  92.     -named eld'rani|eld'rani
  93.  
  94.     *Manticore
  95.     -"A giant beast adept at bringing in copious amounts of food."
  96.     -costs 2500 gold
  97.     -takes 5 land, 10 food
  98.     -gives 20 food
  99.     -named manticore|manticores
  100.  
  101.     *Dragon
  102.     -"The the creature of legends this large reptile loves to hoard gold."
  103.     -costs 5000 gold
  104.     -takes 10 land, 30 food
  105.     -gives 100 gold
  106.     -named dragon|dragons
  107.  
  108.  
  109. Upgrades :
  110. // hatchery -> farm -> tavern -> outpost -> temple
  111.  
  112.     *Hatchery
  113.     -"A small plot of land dedicated to rearing young."
  114.     -costs 20 gold
  115.     -requires 5 echee
  116.     -unlocks saydar, farm
  117.     -named hatchery|hatcheries
  118.     -picture :
  119.  
  120.     *Farm
  121.     -"A large plot of land useful for growing food."
  122.     -costs 200 gold
  123.     -requires 5 saydar
  124.     -unlocks kurbok, tavern
  125.     -named farm|farms
  126.     -picture :
  127.  
  128.     *Tavern
  129.     -"Comes with a bar and small living quarters."
  130.     -costs 750 gold
  131.     -requires 10 kurbok
  132.     -unlocks eldrani, outpost
  133.     -named tavern|taverns
  134.     -visible
  135.     -picture :
  136.  
  137.     *Outpost
  138.     -"An ideal place for adventure and discovery."
  139.     -costs 3000 gold
  140.     -requires 10 eldrani
  141.     -unlocks manticore, temple
  142.     -named outpost|outposts
  143.  
  144.     *Temple
  145.     -"Sprawling grounds with a pristine temple at the center."
  146.     -costs 10000 gold
  147.     -requires 5 manticore
  148.     -unlocks dragon
  149.     -named temple|temples
  150.  
  151. Achievements :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement