Guest User

Clickarmy

a guest
Jul 19th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | Gaming | 0 0
  1. Let's make a game!
  2. name:Clickarmy
  3. by:Pentalogion
  4. created:19/07/2024
  5. version:0.1
  6.  
  7. Settings:
  8. background: https://stock.adobe.com/es/images/pixel-art-medieval-castle-with-trees-and-mountains-background-in-retro-style-for-8-bit-game-generative-ai/562001295
  9. cost increase:110%
  10.  
  11. CSS
  12. #game
  13. {
  14. font-family:Garamond;
  15. }
  16.  
  17. .thing
  18. {
  19. background:rgba(50,50,50,0.5);
  20. }
  21.  
  22. #game.filtersOn .thing.cantAfford.notOwned
  23. {
  24. filter:blur(3px);
  25. }
  26.  
  27. Layout
  28. use default
  29.  
  30. Buttons:
  31. *tributeButton
  32. name:Demand tribute
  33. desc:Demand tribute from the lands under your control.
  34. icon:https://th.bing.com/th/id/OIP.cM02dBL4yG5zPQA6fEkGrAAAAA?rs=1&pid=ImgDetMain
  35. no text
  36. on click: yield 1 tribute
  37. on click:anim icon wobble
  38. class:bigButton
  39.  
  40. Resources:
  41. *gold|golds
  42. name:Gold
  43. desc:You need gold to train soldiers, buy upgrades, etc.
  44. icon:https://th.bing.com/th/id/OIP.cM02dBL4yG5zPQA6fEkGrAAAAA?rs=1&pid=ImgDetMain
  45. text:[?(this=0)|No gold|[this] gold from tributes].
  46.  
  47. Buildings:
  48. *soldier
  49. name:Soldier
  50. desc:<//>The basic soldier.<//><b>Effect:</b><.>Produces 1 gold every 5 seconds.
  51. // icon
  52. cost:15 golds
  53. on tick:yield 0.2 fossil
  54. unlocked
Advertisement
Add Comment
Please, Sign In to add comment