Advertisement
Benw79

Test

Nov 26th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.16 KB | None | 0 0
  1. Let's make a game!
  2.     -Wasteland Extraction
  3.     -by Benw79
  4.     -created on 27/11/2014
  5.     -last updated on 27/11/2014
  6.     -version A 1.0_03
  7.  
  8. Settings :
  9.     -prices increase by 112.5%
  10.     -selling gives back 85%
  11.     -resources are hidden by default
  12.     -clickables are hidden by default
  13.     -buildings are hidden by default
  14.     -show log
  15.  
  16.     -background : http://oi59.tinypic.com/729if6.jpg
  17.  
  18.     -text color : #fff
  19.     -fonts : Kavoon
  20.     -custom stylesheet : http://pastebin.com/raw.php?i=R5UDa0Zf
  21.     -boxes : main, resources, clickables, upgrades, buildings, stats, store(achievements)
  22.  
  23. Resources :
  24.     *Resource1
  25.     -named Resource|Resources
  26.     -displayed as %a Resource%s
  27.     -visible
  28.  
  29. Clickables :
  30.     *Scraps
  31.     -gives 1 Resource1
  32.     -visible
  33.     -gains 10% per Tool
  34.     -named Look for Scraps
  35.     -picture : http://individual.icons-land.com/IconsPreview/Medical/PNG/Documents/64x64/Ionizing_Radiation_Hazard_Symbol_Circle.png
  36.  
  37.  
  38. Buildings :
  39.  
  40.     *Tool
  41.     -"This is meant to be a Description, but we all know what a Tool is. <i>10% Bonus if used Manually.</i>"
  42.     -costs 15 Resource1
  43.     -gives 0.1 Resource1
  44.     -named Tool|Tools
  45.     -visible
  46.     -picture : http://individual.icons-land.com/IconsPreview/Medical/PNG/Documents/64x64/Ionizing_Radiation_Hazard_Symbol_Circle.png
  47.  
  48.  
  49.     *Car
  50.     -"Allows for easier transport for further locations."
  51.     -costs 250 Resource1
  52.     -gives 1.2 Resource1
  53.     -named Car|Car
  54.     -picture : http://individual.icons-land.com/IconsPreview/Medical/PNG/Documents/64x64/Ionizing_Radiation_Hazard_Symbol_Circle.png
  55.  
  56.  
  57.  
  58.     *Base
  59.     -"A sort of temporary place to stay in the Wastelands."
  60.     -costs 650 Resource1
  61.     -gives 3 Resource1
  62.     -named Base|Bases
  63.     -picture : http://individual.icons-land.com/IconsPreview/Medical/PNG/Documents/64x64/Ionizing_Radiation_Hazard_Symbol_Circle.png
  64.  
  65.  
  66.  
  67. Upgrades :
  68.     *SturdyHandle
  69.     -"Giving that Tool just a bit more Efficiency"
  70.     -costs 50 Resource1
  71.     -multiplies efficiency of Tool by 110%
  72.     -unlocks at 1 Tool
  73.     -unlocks Car
  74.     -named Sturdy Handle
  75.  
  76. Achievements :
  77.     *Scavenger
  78.     -"You found something in the Barren Wasteland"
  79.     -unlocks at 1 Resource1
  80.     -named Scavenger
  81.  
  82.     *Transport
  83.     -"Hoorah for a way to get around easily!"
  84.     -unlocks at 1 Car
  85.     -unlocks Base
  86.     -named Transportation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement