Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Coin Mania
- by:IronDizaster
- desc:Get as many coins as possible in this simple clicker game!
- created:07/07/2023
- version:0.0
- CSS
- #game.on
- {
- background-size: 100% 100%;
- image-rendering: pixelated;
- }
- .buildingIconSize
- {
- height:64px;
- width:64px;
- }
- .thing-icon.shiny-icon
- {
- width:128px;
- height:128px;
- }
- Settings
- background:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Background%20Image.jpg
- stylesheet:stuff/bigBlue.css
- spritesheet:upgradeIcons, 48 by 48, https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/upgradeSpritesheet.png
- Buildings
- *metalDetector|metalDetectors
- name:Metal Detector|Metal Detectors
- Desc:</>Handy metal instruments to net you some coins.</></><b><#ff5e00>Effects:</b></#><.>Produces <b>1</b> coin per second
- on tick:yield 1 + (0.1 * conArtists) coin
- Cost:40 coins
- icon class:buildingIconSize
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Metal%20Detector.png
- *conArtist|conArtists
- name:Con Artist|Con Artists
- desc:</>These masters of deception will prove useful for your growing ambitions. </></><b><#ff5e00>Effects:</b></#><.>Produces <b>4</b> coins per second<.><b>+0.1</b> production to <b>Metal Detectors</b> per <b>Con Artist</b> owned
- on tick:yield 4 coins
- cost:200 coins
- req:200 coins:earned
- icon class:buildingIconSize
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Con%20Artists.png
- *coinTree|coinTrees
- name:Coin Tree|Coin Trees
- desc:</>These trees love being in pairs, and grow double the coins when you own an even number of them!</></><b><#ff5e00>Effects:</b></#></><b><#f5ea16>PASSIVE:</b></#> Produces <b>double coins</b> if you own an <b>even</b> amount of Coin Trees</>Boost Status: [?(coinTrees % 2 = 0)|<b><#46f516>ON</b></#>|<b><#f51616>OFF</b></#>]<.>Produces <b>10</b> coins per second<q>"And they said money cannot grow on trees..."
- cost:300 coins
- req:300 coins:earned
- on tick:
- if (coinTrees % 2 = 0)
- yield 20 coins
- else
- yield 10 coins
- end
- end
- icon class:buildingIconSize
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Coin%20Trees%202.png
- *mintFacilities
- name:Mint Facility|Mint Facilities
- icon class:buildingIconSize
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Mint%20Factories.png
- *coinConglomerates
- name:Coin Conglomerate|Coin Conglomerates
- icon class:buildingIconSize
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Coin%20Conglomerates.png
- Resources
- *coin|coins
- name:Coin|Coins
- desc:Get as many of these shiny collectibles as you possibly can!
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/coin.png
- Buttons
- *coinButton
- on click:yield 1 coin
- class:bigButton hasFlares
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/coin%20button%20icon.png
- Upgrades
- // Metal Detector Upgrades
- *magnets
- name:Magnets
- desc:<.>Metal detectors are <b>twice</b> as efficient.<q>"Coins are metal... magnets attract metallic things... genius idea!"
- passive:multiply yield of metalDetectors by 2
- cost:240 coins
- icon:upgradeIcons[0,0]
- *transmitters
- name:Electromagnetic Transmitters
- icon:upgradeIcons[1,0]
- *coils
- name:Ultra-magnetic Coils
- icon:upgradeIcons[2,0]
- *conductorChips
- name:Superconductor Chips
- icon:upgradeIcons[3,0]
- // Con Artist Upgrades
- *charisma
- name:Charisma
- icon:upgradeIcons[0,1]
- *scamTactics
- name:Irresistibe Scam Tactics
- icon:upgradeIcons[1,1]
- *lawyerTeam
- name:Ivy League Lawyer Team
- icon:upgradeIcons[2,1]
- *augmentation
- name:Mechanical Augmentation
- icon:upgradeIcons[3,1]
- // Coin Tree Upgrades
- *ultraGrow
- name:Ultra-Grow Mix
- icon:upgradeIcons[0,2]
- *autoHarvesters
- name:Automatic Harvesters
- icon:upgradeIcons[1,2]
- *growth
- name:Massive Growth Concoction
- icon:upgradeIcons[2,2]
- *rainforests
- name:Coin Rainforests
- icon:upgradeIcons[3,2]
- // Mint Facility Upgrades
- *autoProduction
- name:Autonomous Production
- icon:upgradeIcons[0,3]
- *upkeep
- name:Perpetual Upkeep
- icon:upgradeIcons[1,3]
- *worldMinting
- name:Worldwide Minting
- icon:upgradeIcons[2,3]
- *globalOwnership
- name:Global Mint Ownership
- icon:upgradeIcons[3,3]
- // Coin Conglomerate Upgrades
- *advertising
- name:Global Advertising
- icon:upgradeIcons[0,4]
- *manipulation
- name:Stock Market Manipulation
- icon:upgradeIcons[1,4]
- *govControl
- name:Government Control
- icon:upgradeIcons[2,4]
- *elimination
- name:Competition Elimination
- icon:upgradeIcons[3,4]
- // Click Upgrades
- *magnifyingGlass
- name:Magnifying Glass
- icon:upgradeIcons[0,5]
- *gamingMouse
- name:Gaming Mouse
- icon:upgradeIcons[1,5]
- *magneticCursor
- name:Magnetic Cursor
- icon:upgradeIcons[2,5]
- *procrastination
- name:Procrastination
- icon:upgradeIcons[3,5]
- on click:lose coinCollector
- Achievements
- *coinCollector
- name:Coin Collector
- Desc:You earned 100 coins! Welcome to the club of Coin Collectors!
- shown
- cost:200 coins
- Shinies
- *luckyCoin
- on click:yield (random(coins:ps*120,coins:ps*300)) coins
- frequency:60
- frequency variation:120
- movement:growShrink pulse:1 bobVertical:0.25 bobHorizontal:0.25 anywhere
- class:hasFlares
- icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/lucky%20coin.png
Advertisement
Add Comment
Please, Sign In to add comment