Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Clickarmy
- by:Pentalogion
- created:19/07/2024
- version:0.1
- Settings:
- 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
- cost increase:110%
- CSS
- #game
- {
- font-family:Garamond;
- }
- .thing
- {
- background:rgba(50,50,50,0.5);
- }
- #game.filtersOn .thing.cantAfford.notOwned
- {
- filter:blur(3px);
- }
- Layout
- use default
- Buttons:
- *tributeButton
- name:Demand tribute
- desc:Demand tribute from the lands under your control.
- icon:https://th.bing.com/th/id/OIP.cM02dBL4yG5zPQA6fEkGrAAAAA?rs=1&pid=ImgDetMain
- no text
- on click: yield 1 tribute
- on click:anim icon wobble
- class:bigButton
- Resources:
- *gold|golds
- name:Gold
- desc:You need gold to train soldiers, buy upgrades, etc.
- icon:https://th.bing.com/th/id/OIP.cM02dBL4yG5zPQA6fEkGrAAAAA?rs=1&pid=ImgDetMain
- text:[?(this=0)|No gold|[this] gold from tributes].
- Buildings:
- *soldier
- name:Soldier
- desc:<//>The basic soldier.<//><b>Effect:</b><.>Produces 1 gold every 5 seconds.
- // icon
- cost:15 golds
- on tick:yield 0.2 fossil
- unlocked
Advertisement
Add Comment
Please, Sign In to add comment