Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Please ask before taking code.
- Let's make a game!
- name:Legendary Superminer
- by:RadicalRobot (Archived by AgentRylie)
- desc:A idle mining tycoon with out-of-this world resources and adventures! Travel through different zones to get all of the ores!<//>Zone completion is possible with a collection of all ores in the zone (500-700 of each) in their purest form and an amount of cash suitable for the zone.<//>All zones have their own ores and buildings, collect them all!<//>Visit changelogs at my main page on the Dashnet Forums and have fun with the game!<//></><t>Archieve Updates</t></>(4/5/2020) All archive edits will now be recorded.</>(4/5/2020) Added the Dashnet Forum thing.</>(5/16/2020) Due to a current style sheet bug, the game's entire css has been moved to one file. (Update) It seems to be fixed now but just in case it happens again the game would at least work properly.
- created:3/04/2019
- updated:3/04/2019
- version:1.2
- Settings
- background:https://piskel-imgstore-b.appspot.com/img/2645eede-5770-11e9-a21e-6b125fd027db.gif
- building cost increase:110%
- building cost refund:100%
- stylesheet:https://pastebin.com/3bwxiH8V
- //Kept for Legacy purposes only
- Layout
- *main
- contains:buttons
- *res
- contains:Resources
- *buttons
- contains:Buttons
- *store
- contains:buildings, upgrades, res
- *buildings
- contains:BulkDisplay, Buildings
- header:Buildings
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:Upgrades
- *achievs
- contains:tag:Achievements
- header:Achievements
- in:store
- CSS
- .thing
- {
- border-radius:8px;
- background:rgba(255,255,255,0.5);
- }
- CSS
- .thing-icon,.particle
- {
- width:85px;
- height:85px;
- }
- .box
- {
- text-align:center;
- padding:0px;
- box-shadow:none;
- }
- .thing,.box-header,.box-footer,.box-bit
- {
- background:#747474;
- border:1px solid rgba(0,0,0,0.9);
- margin:1px;
- }
- .thing.cantAfford
- {
- background:#747474;
- }
- .thing:hover
- {
- background:#00b405;
- }
- .thing.cantAfford:hover
- {
- background:#cc6a6d;
- }
- .box-header
- {
- margin-top:2px;
- margin-bottom:4px;
- display:inline-block;
- font-family:Verdana;
- font-weight:bold;
- border-radius:10px;
- border:3px solid black;
- }
- .box-footer
- {
- margin-top:4px;
- }
- #box-version
- {
- display:inline-block;
- margin-top:0.75%;
- margin-left:0.75%;
- margin-right:0.75%;
- float:right;
- }
- #box-main
- {
- left:0px;
- top:0px;
- bottom:0px;
- overflow:hidden;
- width:60%;
- position:absolute;
- border:5px solid black;
- border-right:0px;
- }
- #box-buttons
- {
- top:0px;
- right:25%;
- bottom:0px;
- left:0px;
- position:absolute;
- }
- #box-store
- {
- right:0px;
- top:0px;
- bottom:0px;
- width:40%;
- position:absolute;
- }
- #box-buildings,#box-upgrades,#box-achievs,#box-prestige
- {
- top:0px;
- bottom:0px;
- width:50%;
- right:0%;
- overflow-x:hidden;
- overflow-y:scroll;
- padding-bottom:48px;/* this is to accommodate the info and settings buttons */
- position:absolute;
- border:solid 5px black;
- }
- #box-res
- {
- border-top:5px solid black;
- border-bottom:2.5px solid black;
- width:150%;
- right:100%;
- bottom:83.5%;
- height:11.5%;
- z-index:100;
- position:absolute;
- overflow-y:scroll;
- background:linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.15) 100%);
- }
- #box-buildings
- {
- right:50%;
- border-right:solid 0px black;
- }
- #box-achievs
- {
- right:100%;
- width:150%;
- top:75%;
- height:25%;
- border-right:solid 0px black;
- }
- #box-prestige
- {
- right:100%;
- top:25%;
- height:50%;
- border-top:solid 0px black;
- border-bottom:solid 0px black;
- border-right:solid 0px black;
- }
- #box-stats
- {
- border-top:2.5px solid black;
- border-bottom:5px solid black;
- width:150%;
- bottom:75%;
- right:100%;
- z-index:100;
- position:absolute;
- overflow-y:scroll;
- height:8.5%;
- background:linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.15) 100%);
- }
- #box-buildings>.box-header
- {
- padding-bottom:16px;
- }
- #bulkDisplay
- {
- margin-top:-2.5px;
- border:solid 1px black;
- background:#747474;
- width:70px;
- margin-left:auto;
- margin-right:auto;
- position:relative;
- z-index:200;
- }
- .thing
- {
- display:inline-block;
- padding:0px;
- cursor:pointer;
- font-family:Verdana;
- }
- .thing:active
- {
- opacity:0.5;
- }
- .upgrade.owned,.achiev.owned
- {
- box-shadow:0px 0px 0px 2px rgba(0,0,0,0.5) inset;
- background:#55cf50;
- }
- .upgrade.owned:hover,.achiev.owned:hover
- {
- background:#7dcc7a;
- }
- .thing.cantAfford
- {
- opacity:0.65;
- }
- .upgrade.cantAfford
- {
- border:none;
- }
- .thing-costs{font-weight:bold;text-shadow:1px 1px 0px rgba(0,0,0,0.5);}
- .cost.hasEnough{color:#0f0;}
- .cost.notEnough{color:#f00;}
- .button>.thing-text
- {
- text-decoration:underline;
- }
- .building
- {
- display:block;
- margin-right:0px;
- font-size:14px;
- }
- .fullWidth
- {
- display:block;
- margin-left:0px;
- margin-right:0px;
- z-index:10;
- }
- .fullWidth,.fullWidth:hover
- {
- background:rgba(0,0,0,0.75);
- box-shadow:none;
- color:#fff;
- }
- .fullWidth:before,.fullWidth:after
- {
- content:'';
- height:1px;
- background:rgba(255,255,255,0.75);
- position:absolute;
- left:0px;
- right:0px;
- z-index:-1;
- }
- .fullWidth .thing-icon
- {
- margin-top:-10px;
- margin-bottom:-10px;
- }
- .fullWidth .thing-text
- {
- margin-top:-4px;
- margin-bottom:-4px;
- }
- .listing
- {
- font-weight:normal;
- }
- .res
- {
- vertical-align:middle;
- }
- #game.filtersOn .thing-icon{filter:drop-shadow(3px 3px 1px rgba(0,0,0,0.5));}
- .tag-achievements
- {
- margin-bottom:4px;
- display:inline-block;
- font-family:Verdana;
- font-weight:bold;
- border-radius:10px;
- border:3px solid black;
- }
- #box-things-achievements
- {
- display:inline-block;
- }
- display:inline-block;
- {
- display:inline-block;
- }
- Buttons
- *Pickaxe
- name:Pickaxe
- desc:What mining tycoon wouldn't be complete without your loyal, trusty pickaxe?
- on click:if (have PlainsZone) yield 1 RawCoal
- on click:if (have PlainsZone) yield 0.8 IronOre
- on click:if (have PlainsZone and IronPickaxe) yield 0.6 GoldOre
- on click:if (have DesertZone) yield 0.8 BronzeOre
- on click:if (have DesertZone) yield 0.6 Amber
- on click:if (have DesertZone and AmberPickaxe) yield 0.6 Bloodstone
- on click:if (have AbyssZone) yield 1 CobaltOre
- on click:if (have AbyssZone) yield 0.7 Sapphire
- on click:if (have AbyssZone) yield 0.6 SeaDebris
- on click:if (have AbyssZone and SeaLantern) yield 0.6 Azurite
- icon:https://piskel-imgstore-b.appspot.com/img/bdaf1c0f-55da-11e9-9d2f-63f114ca3b6b.gif
- no text
- class:bigButton
- *SellOre
- name:Sell All
- desc:This button sells all 'sellable' ore. Most ores are only sellable in their finest form (e.g ingots)
- on click:if (RawCoal>0.99) yield (0.5*RawCoal) Cash
- on click:if (IronCoins>0.99) yield (2*IronCoins) Cash
- on click:if (IronIngot>0.99) yield (1.5*IronIngot) Cash
- on click:if (GoldIngot>0.99) yield (3*GoldIngot) Cash
- on click:if (BronzeIngot>0.99) yield (2*BronzeIngot) Cash
- on click:if (Amber>0.99) yield (4*Amber) Cash
- on click:if (Bloodstone>0.99) yield (5.5*Bloodstone) Cash
- on click:if (SandCrystal>0.99) yield (20*SandCrystal) Cash
- on click:if (CobaltIngot>0.99) yield (4*CobaltIngot) Cash
- on click:if (Sapphire>0.99) yield (6*Sapphire) Cash
- on click:if (Azurite>0.99) yield (7*Azurite) Cash
- on click:if (RawCoal>0.99) lose RawCoal
- on click:if (IronCoins>0.99) lose IronCoins
- on click:if (IronIngot>0.99) lose IronIngot
- on click:if (GoldIngot>0.99) lose GoldIngot
- on click:if (BronzeIngot>0.99) lose BronzeIngot
- on click:if (Amber>0.99) lose Amber
- on click:if (Bloodstone>0.99) lose Bloodstone
- on click:if (SandCrystal>0.99) lose SandCrystal
- on click:if (CobaltIngot>0.99) lose CobaltIngot
- on click:if (Sapphire>0.99) lose Sapphire
- on click:if (Azurite>0.99) lose Azurite
- *SmeltOre
- name:Smelt All
- desc:This button smelts all your ores and turns them into their pure form.
- on click:yield (1*IronOre) IronIngot
- on click:lose IronOre
- on click:yield (1*GoldOre) GoldIngot
- on click:lose GoldOre
- on click:yield (1*BronzeOre) BronzeIngot
- on click:lose BronzeOre
- on click:yield (1*CobaltOre) CobaltIngot
- on click:lose CobaltOre
- Resources
- // Ores and Ingots
- // Plains
- *RawCoal
- name:Raw Coal
- desc:A simple chunk of raw coal that cannot be smelted. Sellable as is.<//><b>Worth: 0.5 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/06b5dc19-58e6-11e9-ba8d-d16b03f61ff7.gif
- *IronOre
- name:Iron Ore
- desc:A perfect example of a unsellable ore. Smelt this so you may sell it for a better price!
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/1d030bab-58e6-11e9-8a0a-d16b03f61ff7.gif
- *IronIngot
- name:Iron Ingot
- desc:A smooth, shiny bar! Sellable in this form and is worth more than cheap coal.<//><b>Worth:1.5 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/3b83e0f3-58e6-11e9-8b0a-d16b03f61ff7.gif
- *IronCoins
- name:Iron Coins
- desc:Slightly more valuable iron from expert forging! It just doesn't make cents!<//><b>Worth:2 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/917ba738-58e6-11e9-8058-79cf2e150829.gif
- *GoldOre
- name:Gold Ore
- desc:The raw equivalent of Gold. Smelt this to get a nicer and less worthless item.
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/e959eb8a-58e6-11e9-90c7-d16b03f61ff7.gif
- *GoldIngot
- name:Gold Ingot
- desc:A great big yellow hunk of fabulousness. Worth quite a bit (more than Iron at least)<//><b>Worth:3 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/f92c95e1-58e6-11e9-addf-d16b03f61ff7.gif
- // Desert
- *BronzeOre
- name:Bronze Ore
- desc:A curious brown ore found in the desert regions. Smelt it for profit!
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/171a6099-58e7-11e9-85d8-d16b03f61ff7.gif
- *BronzeIngot
- name:Bronze Ingot
- desc:A bar of metal that has a slight brown hue.<//><b>Worth:2.5 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/276aa5a3-58e7-11e9-a65d-d16b03f61ff7.gif
- *Amber
- name:Amber
- desc:A shiny, orange semi-precious gem that is found in dry regions (not really that last part)<//><b>Worth:4 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/3aa3a0cc-58e7-11e9-8643-d16b03f61ff7.gif
- *Bloodstone
- name:Bloodstone
- desc:Bloodstone (or 'heliotrope') is a strange little gem that doesn't really fit its name<//><b>Worth:5.5 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/49c25d21-58e7-11e9-a46c-d16b03f61ff7.gif
- *SandCrystal
- name:Sand Crystal
- desc:A perfect combination of materials to make a stunning diamond-like gem.<//><b>Worth:20 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/4e86e387-619a-11e9-b59d-470dc80e64ff.gif
- // Abyss
- *CobaltOre
- name:Cobalt Ore
- desc:A very rare ore, with a strange blue hue. Can be smelted.
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/00a49b14-709e-11e9-82bb-2b6da12f95af.gif
- *CobaltIngot
- name:Cobalt Ingot
- desc:A very pleasant looking bar of precious metal. Very sought after.<//><b>Worth:4 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/5fae3066-709e-11e9-a3f2-2b6da12f95af.gif
- *Sapphire
- name:Sapphire
- desc:A precious blue gem that sells for a lot in jewelry!<//><b>Worth:6 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/86c8aeca-709f-11e9-895c-2b6da12f95af.gif
- *Azurite
- name:Azurite
- desc:A peculiar turquoise gem that only appears in the far depths of the Abyss.<//><b>Worth:7 Cash</b>
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/4359cc38-70a0-11e9-9022-2b6da12f95af.gif
- *SeaDebris
- name:Sea Debris
- desc:A collection of undescribable ocean parts.
- show earned
- hidden when 0
- icon:https://piskel-imgstore-b.appspot.com/img/0f26568f-7b98-11e9-86c6-6b018830933f.gif
- *PinkCoral
- name:Pink Coral
- desc:A fluorescent pink piece of coral, one of the rarest of its species. Used in various craftings.
- icon:https://piskel-imgstore-b.appspot.com/img/fc2f23b5-7b9d-11e9-8758-6b018830933f.gif
- hidden when 0
- show earned
- *Seastar
- name:Seastar
- desc:A decorative little animal that makes for a nice addition in crafting.
- icon:https://piskel-imgstore-b.appspot.com/img/ef5847de-7b9e-11e9-b585-6b018830933f.gif
- hidden when 0
- show earned
- *Basalt
- name:Basalt
- desc:A volcanic rock, found in the volcanic regions of the Abyss. Can be used in interesting crafting recipes.
- icon:https://piskel-imgstore-b.appspot.com/img/6f332340-7bac-11e9-9db8-7dd4259112ed.gif
- hidden when 0
- show earned
- // Other
- *Cash
- name:Cash
- desc:Your hard-earned cash that you have made through mining!
- show earned
- icon:https://piskel-imgstore-b.appspot.com/img/58902330-58e7-11e9-bd8e-d16b03f61ff7.gif
- Buildings
- *DirtyMiner
- name:Dirty Miner
- desc:A young miner who isn't afraid to get his hands dirty while mining.<//><b>Gains 0.5 Coal and 0.5 Iron on tick</b>
- icon:https://piskel-imgstore-b.appspot.com/img/8e00a9b8-58e7-11e9-86d7-d16b03f61ff7.gif
- on tick:yield 0.5 RawCoal
- on tick:yield 0.5 IronOre
- cost:100 Cash
- *ColorfulMiner
- name:Colorful Miner
- desc:A skillful miner who is great at his job if you pay up to his 'standards'.<//><b>Gains 0.5 Iron and 0.5 Gold on tick</b>
- icon:https://piskel-imgstore-b.appspot.com/img/9f594b54-58e7-11e9-b731-d16b03f61ff7.gif
- on tick:yield 0.5 IronOre
- on tick:yield 0.5 GoldOre
- cost:700 Cash
- cost:15 GoldIngot
- *MummyMiner
- name:Mummified Miner
- desc:9 out of 10 miners prefer not to be wrapped up in cloth. But where's the fun in that?<//><b>Gains 0.5 Bronze on tick</b>
- on tick:yield 0.5 BronzeOre
- icon:https://piskel-imgstore-b.appspot.com/img/af2150f3-58e7-11e9-83ef-d16b03f61ff7.gif
- cost:7777 Cash
- cost:1 Amber
- req:have ScoutMedal
- *PharMiner
- name:Pharaoh Miner
- desc:These guys know how to live like kings. Little do they know the costume is $12.50.<//><b>Gains 0.5 Bronze and 0.5 Amber on tick</b>
- icon:https://piskel-imgstore-b.appspot.com/img/c68a04b5-58e7-11e9-8049-d16b03f61ff7.gif
- on tick:yield 0.5 BronzeOre
- on tick:yield 0.5 Amber
- cost:30000 Cash
- cost:10 Amber
- req:have ScoutMedal
- *BoneMiner
- name:Bone Miner
- desc:This guy was found stranded in the desert, so we put him to work. He knows all the best ore deposits, so why not?<//><b>Gains 0.7 Amber and 0.5 Bloodstone on tick</b>
- icon:https://piskel-imgstore-b.appspot.com/img/afee2214-6191-11e9-9e06-470dc80e64ff.gif
- on tick:yield 0.5 Bloodstone
- on tick:yield 0.5 Amber
- cost:50000 Cash
- cost:10 Bloodstone
- req:have ScoutMedal
- *AquanautMiner
- name:Aquanaut Miner
- desc:A deep-sea diver who loves exploring, and soon he will love mining!<//><b>Gains 0.6 Cobalt on tick</b><//><i>Trust me, Aquanaut is a word.</i>
- icon:https://piskel-imgstore-b.appspot.com/img/622e9228-70a4-11e9-9cc9-2b6da12f95af.gif
- on tick:yield 0.6 CobaltOre
- cost:75000 Cash
- req:have HeatRune
- *FisherMiner
- name:Fisherman Miner
- desc:Don't ask why he gets paid more than a aquanaut... Ok fine, they had a protest. Happy?<//><b>Gains 0.6 Cobalt and 0.5 Sapphire on tick</b>
- icon:https://piskel-imgstore-b.appspot.com/img/42af9c51-70a5-11e9-96bd-2b6da12f95af.gif
- on tick:yield 0.6 CobaltOre
- on tick:yield 0.5 Sapphire
- cost:90000 Cash
- cost:5 Sapphire
- req:have HeatRune
- *ScubaMiner
- name:Scuba Miner
- desc:Alright, the professions are decreasing in quality. But who cares, they have better ores for you!<//><b>Gains 0.6 Sapphire and 0.6 Azurite on tick</b>
- icon:https://piskel-imgstore-b.appspot.com/img/15e953e3-70a6-11e9-ac58-2b6da12f95af.gif
- on tick:yield 0.6 Sapphire
- on tick:yield 0.6 Azurite
- cost:115115 Cash
- cost:7 Azurite
- req:have HeatRune
- Upgrades
- // Areas
- *PlainsZone
- name:Plains Zone
- desc:Your default location, home to basic ores such as Coal and Iron.
- start with
- on earn:lose DesertZone
- on earn:lose AbyssZone
- icon:https://piskel-imgstore-b.appspot.com/img/6412350a-58e8-11e9-99ca-d16b03f61ff7.gif
- *DesertZone
- name:Desert Zone
- desc:A sandy, deserted area. Perfect for basic gem mining...
- req:have ScoutMedal
- on earn:lose PlainsZone
- on earn:lose AbyssZone
- icon:https://piskel-imgstore-b.appspot.com/img/709477d4-58e8-11e9-8cb5-d16b03f61ff7.gif
- *AbyssZone
- name:Abyss Zone
- desc:A land forgotten to the seas. Perfect for looting!
- req:have HeatRune
- on earn:lose PlainsZone
- on earn:lose DesertZone
- icon:https://piskel-imgstore-b.appspot.com/img/5081a594-709d-11e9-b4aa-2b6da12f95af.gif
- // Pickaxes
- *IronPickaxe
- name:Iron Pickaxe
- desc:A better pickaxe that upgrades your mining power and unlocks a new ore.<//><b>Unlocks 'Gold' in the Plains Zone</b><//><b>Increases power of Pickaxe</b>
- req:120 Cash
- cost:300 Cash
- cost:50 IronIngot
- passive:multiply yield of Pickaxe by 1.5
- icon:https://piskel-imgstore-b.appspot.com/img/a271845e-58e8-11e9-aa58-d16b03f61ff7.gif
- *GoldenPickaxe
- name:Golden Pickaxe
- desc:A fabulous new model, with a slick mahogany handle and all-new digging power!<//><b>Increases power of Pickaxe</b>
- req:400 Cash
- cost:3000 Cash
- cost:70 GoldIngot
- passive:multiply yield of Pickaxe by 1.5
- icon:https://piskel-imgstore-b.appspot.com/img/b0434bd9-58e8-11e9-a532-d16b03f61ff7.gif
- *AmberPickaxe
- name:Amber Pickaxe
- desc:Not the smartest choice for a pickaxe but it still works!<//><b>Unlocks 'Bloodstone' in the Desert Zone</b><//><b>Increases power of Pickaxe</b>
- req:15000 Cash
- req:1 Amber
- cost:60000 Cash
- cost:250 Amber
- passive:multiply yield of Pickaxe by 1.5
- icon:https://piskel-imgstore-b.appspot.com/img/bd0e2433-58e8-11e9-8e6e-d16b03f61ff7.gif
- *BloodstonePickaxe
- name:Bloodstone Pickaxe
- desc:A dull blue pickaxe, made of shiny Bloodstones.<//><b>Increases power of Pickaxe</b>
- req:30000 Cash
- req:10 Bloodstone
- cost:90000 Cash
- cost:300 Bloodstone
- passive:multiply yield of Pickaxe by 1.5
- icon:https://piskel-imgstore-b.appspot.com/img/fb56b72e-58e8-11e9-a41e-d16b03f61ff7.gif
- *CobaltPickaxe
- name:Cobalt Pickaxe
- desc:A cobalt pickaxe, made from cobalt from cobaltland.<//><b>Increases power of Pickaxe</b>
- cost:120000 Cash
- cost:100 CobaltIngot
- req:50 CobaltIngot
- passive:multiply yield of Pickaxe by 1.5
- icon:https://piskel-imgstore-b.appspot.com/img/221171d9-70a7-11e9-92d1-554c030eb0aa.gif
- *SapphirePickaxe
- name:Sapphire Pickaxe
- desc:Now with new, innovative metal handles production values with pickaxes will be better!<//><b>Good increase of power to Pickaxe</b>
- cost:250000 Cash
- cost:1000 Sapphire
- cost:1000 IronIngot
- req:50 Sapphire
- passive:multiply yield of Pickaxe by 1.8
- icon:https://piskel-imgstore-b.appspot.com/img/5e8536c0-70ab-11e9-8f44-554c030eb0aa.gif
- // Buildings
- *SilverMedallion
- name:Silver Medallion
- desc:Shh, don't tell anybody it's iron...<//><b>Slight increase to Plains Zone miners.</b>
- passive:multiply yield of DirtyMiner by 1.5
- passive:multiply yield of ColorfulMiner by 1.5
- cost:1500 Cash
- cost:500 IronIngot
- req:300 Cash
- icon:https://piskel-imgstore-b.appspot.com/img/3272e2f0-58e9-11e9-8cbe-d16b03f61ff7.gif
- *GoldenMedallion
- name:Golden Medallion
- desc:This one is truthfully made with gold. Might be quite heavy.<//><b>Good increase in Plains Zone Miners.</b><//><i>Slight decrease to Pickaxe</i>
- passive:multiply yield of DirtyMiner by 1.5
- passive:multiply yield of ColorfulMiner by 1.5
- passive:lower yield of Pickaxe by 0.1
- cost:6000 Cash
- cost:400 GoldIngot
- req:500 Cash
- req:1 GoldIngot
- icon:https://piskel-imgstore-b.appspot.com/img/5c7d4f00-58ea-11e9-a060-79cf2e150829.gif
- *AmberPrism
- name:Amber Prism
- desc:The rays of the sun power up your miners!<//><b>Slight increase to Desert Zone miners.</b>
- passive:multiply yield of MummyMiner by 1.5
- passive:multiply yield of PharMiner by 1.5
- cost:50000 Cash
- cost:200 Amber
- req:30 Amber
- icon:https://piskel-imgstore-b.appspot.com/img/cc531fcc-58ea-11e9-9452-d16b03f61ff7.gif
- *BloodPrism
- name:Blood Prism
- desc:Despite the name, not made from blood. Or look like it.<//><b>Good increase to Desert Zone miners.</b>
- passive:multiply yield of MummyMiner by 1.5
- passive:multiply yield of PharMiner by 1.5
- cost:100000 Cash
- cost:300 Bloodstone
- req:30 Bloodstone
- icon:https://piskel-imgstore-b.appspot.com/img/024842bd-58eb-11e9-825c-d16b03f61ff7.gif
- *Pendulum
- name:Pendulum
- desc:A great item to boost all Plains and Desert buildings.<//><b>Good increase to Plains/Desert Zone miners.</b>
- passive:multiply yield of DirtyMiner by 1.5
- passive:multiply yield of ColorfulMiner by 1.5
- passive:multiply yield of MummyMiner by 1.5
- passive:multiply yield of PharMiner by 1.5
- passive:multiply yield of BoneMiner by 1.5
- cost:40000 Cash
- cost:100 Amber
- cost:400 GoldIngot
- cost:500 SilverCoins
- cost:600 IronIngot
- req:10000 Cash
- req:have ScoutMedal
- icon:https://piskel-imgstore-b.appspot.com/img/56b81aab-619e-11e9-8b37-470dc80e64ff.gif
- *SandPendulum
- name:Sand Pendulum
- desc:A pendulum that boosts all buildings with the power of sand crystals.<//><b>Good increase to Plains/Desert Zone miners.</b>
- passive:multiply yield of DirtyMiner by 1.5
- passive:multiply yield of ColorfulMiner by 1.5
- passive:multiply yield of MummyMiner by 1.5
- passive:multiply yield of PharMiner by 1.5
- passive:multiply yield of BoneMiner by 1.5
- req:Pendulum
- icon:https://piskel-imgstore-b.appspot.com/img/2aec1a5c-61a3-11e9-b00c-311b7e7a57ab.gif
- cost:60000 Cash
- cost:50 SandCrystal
- // Other
- *GoldenCompass
- name:Golden Compass
- desc:Hail the compass! This item gives much more gold while manually mining!<//><b>Great increase in Gold mining</b>
- passive:multiply yield of GoldOre by 2
- cost:6060 Cash
- cost:100 GoldIngot
- req:1000 Cash
- icon:https://piskel-imgstore-b.appspot.com/img/4d234e63-58eb-11e9-b89b-d16b03f61ff7.gif
- *IronMallet
- name:Iron Mallet
- desc:Be able to forge your iron ingots into something more valuable.<//><b>Iron Ingots can be crafted into coins by clicking this upgrade (when owned)
- cost:5000 Cash
- cost:500 IronIngot
- req:500 Cash
- on click:if (have IronMallet) yield (1*IronIngot) IronCoins
- on click:if (have IronMallet) lose IronIngot
- icon:https://piskel-imgstore-b.appspot.com/img/3d980711-58eb-11e9-aa2d-d16b03f61ff7.gif
- *DesertRecipe
- name:Desert Recipe
- desc:Found by a few Bone Miners, an old recipe for a expensive diamond.<//><b>A mixture of Gold, Amber and Bronze can be crafted by clicking on this.</b>
- icon:https://piskel-imgstore-b.appspot.com/img/962689a3-61a0-11e9-b9e4-470dc80e64ff.gif
- cost:50 BronzeIngot, 50 Amber, 50 GoldIngot
- on earn:yield 1 SandCrystal
- on earn:if (SandCrystal:earned=0) lose 5000 Cash
- on earn:lose DesertRecipe
- req:50 Amber
- req:1 BoneMiner
- *BloodstonePendant
- name:Bloodstone Pendant
- desc:A charm that allows for better bloodstone mining.<//><b>Great increase in Bloodstone mining</b>
- cost:40000 Cash
- cost:1200 GoldIngot
- cost:150 Bloodstone
- req:30 Bloodstone
- icon:https://piskel-imgstore-b.appspot.com/img/7915f159-58eb-11e9-9ac7-d16b03f61ff7.gif
- *SeaLantern
- name:Sea Lantern
- desc:Use this to see into the far depths of the Abyss.<//><b>Unlocks a new ore in the Abyss.</b>
- cost:100000 Cash
- cost:200 Sapphire
- req:50 Sapphire
- icon:https://piskel-imgstore-b.appspot.com/img/cf97c6e6-70a1-11e9-82e8-2b6da12f95af.gif
- *Extractor
- name:Extractor
- desc:Use your useless, boring sea bits to use, by separating the good stuff from the bad!<//><b>Unlocks the 'Extract' function when clicking on owned item</b>
- cost:75000 Cash
- cost:500 SeaDebris
- icon:https://piskel-imgstore-b.appspot.com/img/8b543c5c-7b99-11e9-99d8-6b018830933f.gif
- on click:
- if (SeaDebris>9)
- if (have Extractor)
- yield random(2,4) Seastar
- yield random(2,5) PinkCoral
- yield random(2,6) Basalt
- lose 10 SeaDebris
- yield Extractionare
- end
- end
- end
- Achievements
- // Special
- *GoodPerson
- name:Good Person
- desc:You got this for being a good person. Good job!
- hidden when 0
- *Extractionare
- name:Extractionare
- desc:Use the Extraction Machine to collect many different deep-sea materials!
- hidden when 0
- // Buildings
- *CoalCaver
- name:Coal Caver
- desc:Get your first Dirty Miner from the shop!<//><i>Get 1 Dirty Miner</i>
- req:1 DirtyMiner
- *DusttoDust
- name:Dust to Dust
- desc:More Dirty Miners to gain you coal!<//><i>Get 5 Dirty Miners</i>
- req:5 DirtyMiner
- *DeepVeins
- name:Deep Veins
- desc:All the coal is being mined with all these Dirty Miners!<//></i>Get 15 Dirty Miners</i>
- req:15 DirtyMiner
- *ColorRush
- name:Color Rush
- desc:Your first Colorful Miner for auto-iron mining!<//><i>Get 1 Colorful Miner</i>
- req:1 ColorfulMiner
- *ColorSplash
- name:Color Splash
- desc:More colorful miners! How fun!<//><i>Get 5 Colorful Miners</i>
- req:5 ColorfulMiner
- *ColorBlast
- name:Color Blast
- desc:A real colorful assortion of ores!<//><i>Get 15 Colorful Miners</i>
- req:15 ColorfulMiner
- *WrappedUp
- name:Wrapped Up
- desc:Gain a spooky Mummified Miner in the Desert Area!<//><i>Get 1 Mummified Miner</i>
- req:1 MummyMiner
- *VerySpooky
- name:Very Spooky
- desc:Get very spooked out with more Mummified Miners<//><i>Get 5 Mummified Miners</i>
- req:5 MummyMiner
- *MummyParty
- name:Mummy Party
- desc:So many mummies! So much power!<//><i>Get 15 Mummified Miners</i>
- req:15 MummyMiner
- *KingMe
- name:King Me
- desc:Recruit your first Pharaoh Miner!<//><i>Get 1 Pharaoh Miner</i>
- req:1 PharMiner
- *Dynasty
- name:Dynasty
- desc:Many rulers over the desert... So many pharaohs!<//><i>Get 5 Pharaoh Miners
- req:5 PharMiner
- *TombTrouble
- name:Tomb Trouble
- desc:Too many pharaohs for so little pyramids!<//><i>Get 15 Pharaoh Miners</i>
- req:15 PharMiner
- *RustySuit
- name:Rusty Suits
- desc:What do you expect for deep water diving in a metal suit?<//><i>Get 1 Aquanaut Miner</i>
- req:1 AquanautMiner
- *Octonaut
- name:Octonaut
- desc:Well, you only need 5 not 8, and... Oh, i get it.<//><i>Get 5 Aquanaut Miners</i>
- req:5 AquanautMiner
- *OceanMan
- name:Ocean Man
- desc:You expected this to be a reference did you? Oh wait, saying that makes it a reference. Dangit!<//><i>Get 15 Aquanaut Miners</i>
- req:15 AquanautMiner
- *Breeze
- name:Breeze
- desc:Start with a light, gentle breeze.<//><i>Get 1 Fisherman Miner</i>
- req:1 FisherMiner
- *Windy
- name:Windy
- desc:The air starts to howl around you.<//><i>Get 5 Fisherman Miners</i>
- req:5 FisherMiner
- *Storm
- name:Storm
- desc:The sound of thunder booms as it hits the earth.<//><i>Get 15 Fisherman Miners</i>
- req:15 FisherMiner
- *Breaststroke
- name:Breaststroke
- desc:Wow, a type of swimming! Too bad it's not swimming miner.<//><i>Get 1 Scuba Miner</i>
- req:1 ScubaMiner
- *Freestyle
- name:Freestyle
- desc:Wow, you have a lot of swimming miners.<//><i>Get 5 Scuba Miner</i>
- req:5 ScubaMiner
- *Butterfly
- name:Butterfly
- desc:A ton of scub-I mean swimming miners. Lots of them.<//><i>Get 15 Scuba Miner</i>
- req:15 ScubaMiner
- // Ores
- *RawPower
- name:Raw Power
- desc:Start with raw coal... end with power!<//><i>Get 1 Coal</i>
- req:1 RawCoal
- *FueltheFire
- name:Fuel the Fire
- desc:This coal is just leading up to something great!<//><i>Get 100 Coal</i>
- req:100 RawCoal
- *BlazingInferno
- name:Blazing Inferno
- desc:What an epic name for such a anticlimactic achievement...<//><i>Get 600 Coal</i>
- req:600 RawCoal
- *Resistant
- name:Resistant
- desc:Stable iron ingots... Who doesn't love them?<//><i>Get 1 Iron Ingot</i>
- req:1 IronIngot
- *Welding
- name:Welding
- desc:Only just better than coal, but still something!<//><i>Get 100 Iron Ingots</i>
- req:100 IronIngot
- *HardasSteel
- name:Hard as Steel
- desc:More iron for your collection. Keep growing!<//><i>Get 600 Iron Ingots</i>
- req:600 IronIngot
- *Fabulous
- name:Fabulous
- desc:Who wouldn't be fabulous without some bling?<//><i>Get 1 Gold Ingot</i>
- req:1 GoldIngot
- *OohShiny
- name:Ooh Shiny!
- desc:Shiny? Shiny! SHINIES!<//><i>Get 100 Gold Ingots</i>
- req:100 GoldIngot
- *MoneyVision
- name:Money Vision
- desc:How delightful having so much gold... Now time to sell it!<//><i>Get 600 Gold Ingots</i>
- req:600 GoldIngot
- *SlickAlloy
- name:Slick Alloy
- desc:Fun fact, Bronze isn't actually an ore, it's an alloy made of copper and tin.<//><i>Get 1 Bronze Ingot</i>
- req:1 BronzeIngot
- *GreatBronze
- name:Great Bronze
- desc:Make sure you remember to sell your bronze...<//><i>Get 100 Bronze Ingots</i>
- req:100 BronzeIngot
- *BrownGold
- name:Brown Gold
- desc:Who needs gold when you have Bronze?<//><i>Get 600 Bronze Ingots</i>
- req:600 BronzeIngot
- *DesertGem
- name:Desert Gem
- desc:Amber, the beautiful gem of the desert.<//><i>Get 1 Amber</i>
- req:1 Amber
- *LotsofCrystals
- name:Lots of Crystals
- desc:So many ambers! It's so beautiful!<//><i>Get 100 Ambers</i>
- req:100 Amber
- *SappyGems
- name:Sappy Gems
- desc:Amber is actually tree resin... Why is this in the desert?<//><i>Get 600 Ambers</i>
- req:600 Amber
- *DarkHarvest
- name:Dark Harvest
- desc:Bloodstone sounds much cooler than it is, but who cares? Money!<//><i>Get 1 Bloodstone</i>
- req:1 Bloodstone
- *HeliotropeFun
- name:Heliotrope Fun
- desc:Why would you call it a 'heliotrope' when you can call it a 'bloodstone'?<//><i>Get 100 Bloodstones</i>
- req:100 Bloodstone
- *BlackandBlue
- name:Black and Blue
- desc:So many pretty Bloodstones! Gotta get em all!<//><i>Get 600 Bloodstones</i>
- req:600 Bloodstone
- *AncientCrystal
- name:Ancient Crystal
- desc:A special crystal restored with ancient help!<//><i>Get 10 Sand Crystals</i>
- req:10 SandCrystal
- *LovelyBlue
- name:Lovely Blue
- desc:Your a good person, reading these descriptions I put thought into. Click me for a special achievement!<//><i>Get 1 Cobalt Ingot</i>
- req:1 CobaltIngot
- on click:yield GoodPerson
- *Co27
- name:Co-27
- desc:Pat yourself on the back if you know why I chose this. Or google it, I don't care.<//><i>Get 100 Cobalt Ingots</i>
- req:100 CobaltIngot
- *Oceanic
- name:Oceanic
- desc:Deep in the ocean, where all the fish lay. Something something something, you got loads of cobalt.<//><i>Get 600 Cobalt Ingots</i>
- req:600 CobaltIngot
- // Zone Completed
- *ScoutMedal
- name:Scout Medal
- desc:Good job sport, you've officially mined out the Plains Area! More onto the next area for more!
- req:600 RawCoal
- req:600 IronIngot
- req:600 GoldIngot
- req:9999 Cash
- *HeatRune
- name:Heat Rune
- desc:You have conquered the sandy dunes, mining all there is to see. Now to search the depths...
- req:700 Amber
- req:600 BronzeIngot
- req:600 Bloodstone
- req:99999 Cash
Advertisement
Add Comment
Please, Sign In to add comment