Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Incremental Game thing :) (IGT)
- by:Recalibration
- desc:A game with 2000 lines of copy-paste designed to suck you in. Click the X while you can.
- created: 25/10/2017
- updated: 26/12/2017
- version: 1.666
- // aight so if you want to learn from this aesthetic piece of crap you wanna read the things preceded by 2 slashs
- // you're in for a ride my dude
- Settings
- // Background URL for galaxy
- background: https://www.pixelstalk.net/wp-content/uploads/2016/06/Galaxy-background-tumblr-768x448.jpg
- // it's the background image
- building cost increase: 105%
- // basically means that structures cost 1.05x more each time you buy them
- building cost refund: 60%
- // you get refunded 60% of what you purchased when you sell
- stylesheet:https://pastebin.com/raw/ygHybwpj
- // it's the link to the stylesheet that makes this look 2% decent
- Layout
- *main
- contains:res, buttons
- *res
- contains:Resources
- class:fullWidth
- *buttons
- contains:Buttons
- *store
- contains:buildings, upgrades
- *buildings
- contains:BulkDisplay, Buildings
- header:Buildings
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:Upgrades
- costs:hide
- names:hide
- Buttons
- *moneyMaker
- // identifier so idlegamemaker thinks it's something else, not a structure or something idrk
- name: Get some money
- // just name it something
- desc: Create some money out of thin air
- // trash desc, name this whatever
- on click:anim icon wobble
- // something about wobbling when you click
- on click:
- do count with tag:countable
- end
- // it gives you 3-5 dollars upon click
- Icon:https://i.imgur.com/7qTtiP9.png
- // the icon for it YET IT DOESNT WORK SMH
- class:bigButton hasFlares
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- no text
- Resources
- *dollar|dollars
- name:dollar|dollars
- desc:Cold hard cash.
- icon:
- class:noBackground
- show earned
- *gold|gold
- name:gold|gold
- desc:Ooh, shiny!
- icon:
- class:noBackground
- show earned
- Shinies
- Buildings
- *TEMPLATE
- on click:anim glow
- *building1
- name:Building I
- desc:It's the first building. Produces some money and a miniscule amount of gold. Fun.
- on tick:yield 1 dollar
- on tick:yield 0.001 gold
- start with:1
- cost:1e1 dollar
- cost increase:101%
- cost refund:90%
- on count:yield 1 dollar
- *building2
- name:Building II
- desc:It's the second building! Makes even more money and slightly more gold. Mega fun.
- on tick:yield 5 dollar
- on tick:yield 0.002 gold
- cost:1e2 dollar
- cost increase:101.15%
- cost refund:89%
- req:building1
- on count:yield 5 dollar
- *building3
- name:Building III
- desc:Lit memes, now with more money and gold. Enjoy (not really exit this game while you can)
- on tick:yield 25 dollar
- on tick:yield 0.004 gold
- cost:1e3 dollar
- cost increase:101.3%
- cost refund:88%
- req:building2
- on count:yield 25 dollar
- *building4
- name:Building IV
- desc:Can you like, stop playing so I feel less obligated to add descriptions to these structures? Some people feel the need to complete the game and it makes me mad because this is the worst game ever. Why would anyone touch this game? But now, I have to add boring descriptions to everything.
- on tick:yield 150 dollar
- on tick:yield 0.008 gold
- cost:1e4 dollar
- cost increase:101.45%
- cost refund:87%
- req:building3
- on count:yield 150 dollar
- *building5
- name:Building V
- desc:These descriptions are like the only place that I can have some creativity. 99% of this code is copy-pasted. Seriously. Check out the link. It's all in the same format, with very predictable numbers. Apparantly, this is what coding is. I might need to find something else to do in my free time.
- on tick:yield 1e2 dollar
- on tick:yield 0.016 gold
- cost:1e5 dollar
- cost increase:101.6%
- cost refund:86%
- req:building4
- on count:yield 1e2 dollar
- *building6
- name:Building VI
- desc:Hi. It's me again, slowly descenting into madness from these descriptions. What do I have, like 200 more descriptions? Too much copy-paste. What have I done to myself?
- on tick:yield 5e2 dollar
- on tick:yield 0.032 gold
- cost:1e6 dollar
- cost increase:101.75%
- cost refund:85%
- req:building5
- on count:yield 5e2 dollar
- *building7
- name:Building VII
- desc:I have schoolwork to do and I'm still spending hours making this trash game. I'll just do it later.
- on tick:yield 2.5e3 dollar
- on tick:yield 0.064 gold
- cost:1e7 dollar
- cost increase:101.9%
- cost refund:84%
- req:building6
- on count:yield 2.5e3 dollar
- *building8
- name:Building VIII
- desc:This is so unenjoyable. I wonder if this will extend the time you play my game when you read this.
- on tick:yield 1.5e4 dollar
- on tick:yield 0.128 gold
- cost:1e8 dollar
- cost increase:102.05%
- cost refund:83%
- req:building7
- on count:yield 1.5e4 dollar
- *building9
- name:Building IX
- desc:Only 9 structures in, and my soul is already gone. Moving on.
- on tick:yield 7.5e4 dollar
- on tick:yield 0.256 gold
- cost:1e9 dollar
- cost increase:102.2%
- cost refund:82%
- req:building8
- on count:yield 7.5e4 dollar
- *building10
- name:Building X
- desc:Maybe I should start up on some <b>cool</b> text effects. How <i>aesthetic</i> is this?
- on tick:yield 4e5 dollar
- on tick:yield 0.510 gold
- cost:1e10 dollar
- cost increase:102.35%
- cost refund:81%
- req:building9
- on count:yield 4e5 dollar
- *building11
- name:Building XI
- desc:Colors, too! <#f47575>R</#><#f49b75>a</#><#f2f475>i</#><#b5f475>n</#><#75f4b9>b</#><#75d7f4>o</#><#b575f4>w</#><#f475e5>s</#> are cool. Not really, I never want to do that again. Took me way too long. Maybe just one color at a time..
- on tick:yield 2e6 dollar
- on tick:yield 1 gold
- cost:1e11 dollar
- cost increase:102.5%
- cost refund:80%
- req:building10
- on count:yield 2e6 dollar
- *building12
- name:Building XII
- desc:Not going to lie, those colors back there looked pretty <b><#1decf7>cool</#></b>. I'm going to start combining <#f76c1d>colors</#> with <b>bold</b> and <i>italics</i> and it's going to be <b><#861df7>amazing</#></b>. Prepare yourselves.
- on tick:yield 1e7 dollar
- on tick:yield 2 gold
- cost:1e12 dollar
- cost increase:102.65%
- cost refund:79%
- req:building11
- on count:yield 1e7 dollar
- *building13
- name:Building XIII
- desc:This is actually pretty <#a3f71d>fun</#> to do. And it looks great. I don't know what else to do. People ask me for more content and I add cool descriptions. Is that okay?
- on tick:yield 5e7 dollar
- on tick:yield 4 gold
- cost:1e13 dollar
- cost increase:102.8%
- cost refund:78%
- req:building12
- on count:yield 5e7 dollar
- *building14
- name:Building XIV
- desc:<q>"How do quotes work?" -me, 1982</q><//>Did I do that correctly?
- on tick:yield 2.5e8 dollar
- on tick:yield 8 gold
- cost:1e14 dollar
- cost increase:102.95%
- cost refund:77%
- req:building13
- on count:yield 2.5e8 dollar
- *building15
- name:Building XV
- desc:Ehh. I'll add more descriptions <b><#a3f71d>l a t e r</#></b>. I'm procrastinating on everything. Time to add more content, I suppose.
- on tick:yield 1.5e9 dollar
- on tick:yield 16 gold
- cost:1e15 dollar
- cost increase:103.1%
- cost refund:76%
- req:building14
- on count:yield 1.5e9 dollar
- *building16
- name:Building XVI
- desc:lit as heck meme
- on tick:yield 7.5e9 dollar
- on tick:yield 32 gold
- cost:1e16 dollar
- cost increase:103.25%
- cost refund:75%
- req:building15
- on count:yield 7.5e9 dollar
- *building17
- name:Building XVII
- desc:lit as heck meme
- on tick:yield 3.5e10 dollar
- on tick:yield 64 gold
- cost:1e17 dollar
- cost increase:103.4%
- cost refund:74%
- req:building16
- on count:yield 3.5e10 dollar
- *building18
- name:Building XVIII
- desc:lit as heck meme
- on tick:yield 2e11 dollar
- on tick:yield 128 gold
- cost:1e18 dollar
- cost increase:103.55%
- cost refund:73%
- req:building17
- on count:yield 2e11 dollar
- *building19
- name:Building XIX
- desc:lit as heck meme
- on tick:yield 1e12 dollar
- on tick:yield 256 gold
- cost:1e19 dollar
- cost increase:103.7%
- cost refund:72%
- req:building18
- on count:yield 1e12 dollar
- *building20
- name:Building XX
- desc:lit as heck meme
- on tick:yield 5e12 dollar
- on tick:yield 512 gold
- cost:1e20 dollar
- cost increase:103.85%
- cost refund:71%
- req:building19
- on count:yield 5e12 dollar
- *building21
- name:Building XXI
- desc:lit as heck meme
- on tick:yield 2.5e13 dollar
- on tick:yield 1e2 gold
- cost:1e21 dollar
- cost increase:104%
- cost refund:70%
- req:building20
- *building22
- name:Building XXII
- desc:lit as heck meme
- on tick:yield 1.25e14 dollar
- on tick:yield 2e2 gold
- cost:1e22 dollar
- cost increase:104.15%
- cost refund:69%
- req:building21
- *building23
- name:Building XXIII
- desc:lit as heck meme
- on tick:yield 6.25e14 dollar
- on tick:yield 4e2 gold
- cost:1e23 dollar
- cost increase:104.3%
- cost refund:68%
- req:building22
- *building24
- name:Building XXIV
- desc:lit as heck meme
- on tick:yield 3e15 dollar
- on tick:yield 8e2 gold
- cost:1e24 dollar
- cost increase:104.45%
- cost refund:67%
- req:building23
- *building25
- name:Building XXV
- desc:lit as heck meme
- on tick:yield 1.5e16 dollar
- on tick:yield 1.6e3 gold
- cost:1e25 dollar
- cost increase:104.6%
- cost refund:66%
- req:building24
- *building26
- name:Building XXVI
- desc:lit as heck meme
- on tick:yield 7.5e16 dollar
- on tick:yield 3.2e3 gold
- cost:1e26 dollar
- cost increase:104.75%
- cost refund:65%
- req:building25
- *building27
- name:Building XXVII
- desc:lit as heck meme
- on tick:yield 3.75e17 dollar
- on tick:yield 6.4e3 gold
- cost:1e27 dollar
- cost increase:104.9%
- cost refund:64%
- req:building26
- *building28
- name:Building XXVIII
- desc:lit as heck meme
- on tick:yield 2e18 dollar
- on tick:yield 1.28e4 gold
- cost:1e28 dollar
- cost increase:105.05%
- cost refund:63%
- req:building27
- *building29
- name:Building XXIX
- desc:lit as heck meme
- on tick:yield 1e19 dollar
- on tick:yield 2.56e4 gold
- cost:1e29 dollar
- cost increase:105.2%
- cost refund:62%
- req:building28
- *building30
- name:Building XXX
- desc:lit as heck meme
- on tick:yield 5e19 dollar
- on tick:yield 5.12e4 gold
- cost:1e30 dollar
- cost increase:105.35%
- cost refund:61%
- req:building29
- *building31
- name:Building XXXI
- desc:lit as heck meme
- on tick:yield 2.5e20 dollar
- on tick:yield 1e5 gold
- cost:1e31 dollar
- cost increase:105.5%
- cost refund:60%
- req:building30
- *building32
- name:Building XXXII
- desc:lit as heck meme
- on tick:yield 1.25e21 dollar
- on tick:yield 2e5 gold
- cost:1e32 dollar
- cost increase:105.65%
- cost refund:59%
- req:building31
- *building33
- name:Building XXXIII
- desc:lit as heck meme
- on tick:yield 6.5e21 dollar
- on tick:yield 4e5 gold
- cost:1e33 dollar
- cost increase:105.8%
- cost refund:58%
- req:building32
- *building34
- name:Building XXXIV
- desc:lit as heck meme
- on tick:yield 3.5e21 dollar
- on tick:yield 8e5 gold
- cost:1e34 dollar
- cost increase:105.95%
- cost refund:57%
- req:building33
- *building35
- name:Building XXXV
- desc:lit as heck meme
- on tick:yield 2e22 dollar
- on tick:yield 1.6e6 gold
- cost:1e35 dollar
- cost increase:106.1%
- cost refund:56%
- req:building34
- *building36
- name:Building XXXVI
- desc:lit as heck meme
- on tick:yield 1e23 dollar
- on tick:yield 3.2e6 gold
- cost:1e36 dollar
- cost increase:106.25%
- cost refund:55%
- req:building35
- *building37
- name:Building XXXVII
- desc:lit as heck meme
- on tick:yield 5e23 dollar
- on tick:yield 6.4e6 gold
- cost:1e37 dollar
- cost increase:106.4%
- cost refund:54%
- req:building36
- *building38
- name:Building XXXVIII
- desc:lit as heck meme
- on tick:yield 2.5e24 dollar
- on tick:yield 1.28e7 gold
- cost:1e38 dollar
- cost increase:106.55%
- cost refund:53%
- req:building37
- *building39
- name:Building XXXIX
- desc:lit as heck meme
- on tick:yield 1.25e25 dollar
- on tick:yield 2.56e7 gold
- cost:1e39 dollar
- cost increase:106.7%
- cost refund:52%
- req:building38
- *building40
- name:Building XL
- desc:lit as heck meme
- on tick:yield 6.25e25 dollar
- on tick:yield 5.12e7 gold
- cost:1e40 dollar
- cost increase:106.85%
- cost refund:51%
- req:building39
- *building41
- name:Building XLI
- desc:lit as heck meme
- on tick:yield 3e26 dollar
- on tick:yield 1e8 gold
- cost:1e41 dollar
- cost increase:107%
- cost refund:50%
- req:building40
- *building42
- name:Building XLII
- desc:lit as heck meme
- on tick:yield 1.5e27 dollar
- on tick:yield 2e8 gold
- cost:1e42 dollar
- cost increase:107.15%
- cost refund:49%
- req:building41
- *building43
- name:Building XLIII
- desc:lit as heck meme
- on tick:yield 7.5e27 dollar
- on tick:yield 4e8 gold
- cost:1e43 dollar
- cost increase:107.3%
- cost refund:48%
- req:building42
- *building44
- name:Building XLIV
- desc:lit as heck meme
- on tick:yield 5e28 dollar
- on tick:yield 8e8 gold
- cost:1e44 dollar
- cost increase:107.45%
- cost refund:47%
- req:building43
- *building45
- name:Building XLV
- desc:lit as heck meme
- on tick:yield 2.5e29 dollar
- on tick:yield 1.6e9 gold
- cost:1e45 dollar
- cost increase:107.6%
- cost refund:46%
- req:building44
- *building46
- name:Building XLVI
- desc:lit as heck meme
- on tick:yield 1.25e30 dollar
- on tick:yield 3.2e9 gold
- cost:1e46 dollar
- cost increase:107.75%
- cost refund:45%
- req:building45
- *building47
- name:Building XLVII
- desc:lit as heck meme
- on tick:yield 8.5e30 dollar
- on tick:yield 6.4e9 gold
- cost:1e48 dollar
- cost increase:107.9%
- cost refund:44%
- req:building46
- *building48
- name:Building XLVIII
- desc:lit as heck meme
- on tick:yield 4.5e31 dollar
- on tick:yield 1.28e10 gold
- cost:1e48 dollar
- cost increase:108.05%
- cost refund:43%
- req:building47
- on count:yield 4.5e31 dollar
- *building49
- name:Building XLIX
- desc:lit as heck meme
- on tick:yield 2.5e32 dollar
- on tick:yield 2.56e10 gold
- cost:1e49 dollar
- cost increase:108.20%
- cost refund:42%
- req:building48
- on count:yield 2.5e32 dollar
- *building50
- name:Building LX
- desc:lit as heck meme
- on tick:yield 1.5e33 dollar
- on tick:yield 5.12e10 gold
- cost:1e50 dollar
- cost increase:108.35%
- cost refund:41%
- req:building49
- on count:yield 1.5e33 dollar
- *building51
- name:Building LXI
- desc:lit as heck meme
- on tick:yield 7.5e33 dollar
- on tick:yield 1e11 gold
- cost:1e51 dollar
- cost increase:108.5%
- cost refund:40%
- req:building50
- on count:yield 7.5e33 dollar
- *building52
- name:Building LXII
- desc:lit as heck meme
- on tick:yield 3.7e34 dollar
- on tick:yield 2e11 gold
- cost:1e52 dollar
- cost increase:108.65%
- cost refund:39%
- req:building51
- on count:yield 3.7e34 dollar
- *building53
- name:Building LXIII
- desc:lit as heck meme
- on tick:yield 2e35 dollar
- on tick:yield 4e11 gold
- cost:1e53 dollar
- cost increase:108.8%
- cost refund:38%
- req:building52
- on count:yield 2e35 dollar
- *building54
- name:Building LXIV
- desc:lit as heck meme
- on tick:yield 1e36 dollar
- on tick:yield 8e11 gold
- cost:1e54 dollar
- cost increase:108.95%
- cost refund:37%
- req:building53
- on count:yield 1e36 dollar
- *building55
- name:Building LXIV
- desc:lit as heck meme
- on tick:yield 5e36 dollar
- on tick:yield 1.6e12 gold
- cost:1e55 dollar
- cost increase:109.1%
- cost refund:36%
- req:building54
- on count:yield 5e36 dollar
- // thousand: 1e3, million: 1e6, billion: 1e9, trillion: 1e12, quadrillion: 1e15, quintillion: 1e18, sextillion: 1e21, septillion: 1e24, octillion: 1e27, nonillion: 1e30, decillion: 1e33, undecillion: 1e36, duodecillion: 1e39, tredecillion: 1e42, quattuordecillion: 1e45, quindecillion: 1e48, sexdecillion: 1e51, septendecillion: 1e54, octodecillion: 1e57, novemdecillion: 1e60, vigintillion: 1e63, unvigintillion: 1e66, duovigintillion: 1e69, tresvigintillion: 1e72, quattuorvigintillion: 1e75, quinvigintillion: 1e78, sexvigintillion: 1e81, septenvigintillion: 1e84, octovigintillion: 1e87, novemvigintillion: 1e90, trigintillion: 1e93
- cost:5e52 dollar
- // structure template
- // add one to first
- // add one to second
- // keep desc
- // multiply by 5
- // multiply by 2
- // multiply by 10
- // add 0.15
- // subtract 1
- // add 1
- Upgrades
- *TEMPLATE
- on click:anim glow
- *UpgradeI
- name:Upgrade I
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.5</b>!
- cost:1 dollar
- passive:multiply yield of dollar by 1.50
- *UpgradeII
- name:Upgrade II
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.495</b>!
- cost:10 dollar
- req:UpgradeI
- passive:multiply yield of dollar by 1.495
- *UpgradeIII
- name:Upgrade III
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.49</b>!
- cost:1e1 dollar
- req:UpgradeII
- passive:multiply yield of dollar by 1.49
- *UpgradeIV
- name:Upgrade IV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.485</b>!
- cost:1e2 dollar
- req:UpgradeIII
- passive:multiply yield of dollar by 1.485
- *UpgradeV
- name:Upgrade V
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.48</b>!
- cost:1e3 dollar
- req:UpgradeIV
- passive:multiply yield of dollar by 1.48
- *UpgradeVI
- name:Upgrade VI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.475</b>!
- cost:1e4 dollar
- req:UpgradeV
- passive:multiply yield of dollar by 1.475
- *UpgradeVII
- name:Upgrade VII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.47</b>!
- cost:1e5 dollar
- req:UpgradeVI
- passive:multiply yield of dollar by 1.47
- *UpgradeVIII
- name:Upgrade VIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.465</b>!
- cost:1e6 dollar
- req:UpgradeVII
- passive:multiply yield of dollar by 1.465
- *UpgradeIX
- name:Upgrade IX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.46</b>!
- cost:1e7 dollar
- req:UpgradeVIII
- passive:multiply yield of dollar by 1.46
- *UpgradeX
- name:Upgrade X
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.455</b>!
- cost:1e8 dollar
- req:UpgradeIX
- passive:multiply yield of dollar by 1.455
- *UpgradeXI
- name:Upgrade XI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.45</b>!
- cost:1e9 dollar
- req:UpgradeX
- passive:multiply yield of dollar by 1.45
- *UpgradeXII
- name:Upgrade XII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.445</b>!
- cost:1e10 dollar
- req:UpgradeXI
- passive:multiply yield of dollar by 1.445
- *UpgradeXIII
- name:Upgrade XIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.44</b>!
- cost:1e11 dollar
- req:UpgradeXII
- passive:multiply yield of dollar by 1.44
- *UpgradeXIV
- name:Upgrade XIV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.435</b>!
- cost:1e12 dollar
- req:UpgradeXIII
- passive:multiply yield of dollar by 1.435
- *UpgradeXV
- name:Upgrade XV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.43</b>!
- cost:1e13 dollar
- req:UpgradeXIV
- passive:multiply yield of dollar by 1.43
- *UpgradeXVI
- name:Upgrade XVI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.425</b>!
- cost:1e14 dollar
- req:UpgradeXV
- passive:multiply yield of dollar by 1.425
- *UpgradeXVII
- name:Upgrade XVII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.42</b>!
- cost:1e15 dollar
- req:UpgradeXVI
- passive:multiply yield of dollar by 1.42
- *UpgradeXVIII
- name:Upgrade XVIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.415</b>!
- cost:1e16 dollar
- req:UpgradeXVII
- passive:multiply yield of dollar by 1.415
- *UpgradeXIX
- name:Upgrade XIX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.41</b>!
- cost:1e17 dollar
- req:UpgradeXVIII
- passive:multiply yield of dollar by 1.41
- *UpgradeXX
- name:Upgrade XX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.405</b>!
- cost:1e18 dollar
- req:UpgradeXIX
- passive:multiply yield of dollar by 1.405
- *UpgradeXXI
- name:Upgrade XXI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.4</b>!
- cost:1e19 dollar
- req:UpgradeXX
- passive:multiply yield of dollar by 1.4
- *UpgradeXXII
- name:Upgrade XXII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.395</b>!
- cost:1e20 dollar
- req:UpgradeXXI
- passive:multiply yield of dollar by 1.395
- *UpgradeXXIII
- name:Upgrade XXIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.39</b>!
- cost:1e21 dollar
- req:UpgradeXXII
- passive:multiply yield of dollar by 1.39
- *UpgradeXXIV
- name:Upgrade XXIV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.385</b>!
- cost:1e22 dollar
- req:UpgradeXXIII
- passive:multiply yield of dollar by 1.385
- *UpgradeXXV
- name:Upgrade XXV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.38</b>!
- cost:1e23 dollar
- req:UpgradeXXIV
- passive:multiply yield of dollar by 1.38
- *UpgradeXXVI
- name:Upgrade XXVI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.375</b>!
- cost:1e24 dollar
- req:UpgradeXXV
- passive:multiply yield of dollar by 1.375
- *UpgradeXXVII
- name:Upgrade XXVII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.37</b>!
- cost:1e25 dollar
- req:UpgradeXXVI
- passive:multiply yield of dollar by 1.37
- *UpgradeXXVIII
- name:Upgrade XXVIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.365</b>!
- cost:1e26 dollar
- req:UpgradeXXVII
- passive:multiply yield of dollar by 1.365
- *UpgradeXXIX
- name:Upgrade XXVIX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.36</b>!
- cost:1e27 dollar
- req:UpgradeXXVIII
- passive:multiply yield of dollar by 1.36
- *UpgradeXXX
- name:Upgrade XXX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.355</b>!
- cost:1e28 dollar
- req:UpgradeXXIX
- passive:multiply yield of dollar by 1.355
- *UpgradeXXXI
- name:Upgrade XXXI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.35</b>!
- cost:1e29 dollar
- req:UpgradeXXX
- passive:multiply yield of dollar by 1.35
- *UpgradeXXXII
- name:Upgrade XXXII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.345</b>!
- cost:1e30 dollar
- req:UpgradeXXXI
- passive:multiply yield of dollar by 1.345
- *UpgradeXXXIII
- name:Upgrade XXXIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.34</b>!
- cost:1e31 dollar
- req:UpgradeXXXII
- passive:multiply yield of dollar by 1.34
- *UpgradeXXXIV
- name:Upgrade XXXIV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.335</b>!
- cost:1e32 dollar
- req:UpgradeXXXIII
- passive:multiply yield of dollar by 1.335
- *UpgradeXXXV
- name:Upgrade XXXV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.33</b>!
- cost:1e33 dollar
- req:UpgradeXXXIV
- passive:multiply yield of dollar by 1.33
- *UpgradeXXXVI
- name:Upgrade XXXVI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.325</b>!
- cost:1e34 dollar
- req:UpgradeXXXV
- passive:multiply yield of dollar by 1.325
- *UpgradeXXXVII
- name:Upgrade XXXVII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.32</b>!
- cost:1e35 dollar
- req:UpgradeXXXVI
- passive:multiply yield of dollar by 1.32
- *UpgradeXXXVIII
- name:Upgrade XXXVIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.315</b>!
- cost:1e36 dollar
- req:UpgradeXXXVII
- passive:multiply yield of dollar by 1.315
- *UpgradeXXXIX
- name:Upgrade XXXIX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.31</b>!
- cost:1e37 dollar
- req:UpgradeXXXVIII
- passive:multiply yield of dollar by 1.31
- *UpgradeXL
- name:Upgrade XL
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.305</b>!
- cost:1e38 dollar
- req:UpgradeXXXIX
- passive:multiply yield of dollar by 1.305
- *UpgradeXLI
- name:Upgrade XLI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.3</b>!
- cost:1e39 dollar
- req:UpgradeXL
- passive:multiply yield of dollar by 1.3
- *UpgradeXLII
- name:Upgrade XLII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.295</b>!
- cost:1e40 dollar
- req:UpgradeXLI
- passive:multiply yield of dollar by 1.295
- *UpgradeXLIII
- name:Upgrade XLIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.29</b>!
- cost:1e41 dollar
- req:UpgradeXLII
- passive:multiply yield of dollar by 1.29
- *UpgradeXLIV
- name:Upgrade XLIV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.285</b>!
- cost:1e41 dollar
- req:UpgradeXLIII
- passive:multiply yield of dollar by 1.285
- *UpgradeXLV
- name:Upgrade XLV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.28</b>!
- cost:1e42 dollar
- req:UpgradeXLIV
- passive:multiply yield of dollar by 1.28
- *UpgradeXLVI
- name:Upgrade XLVI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.275</b>!
- cost:1e43 dollar
- req:UpgradeXLV
- passive:multiply yield of dollar by 1.275
- *UpgradeXLVII
- name:Upgrade XLVII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.27</b>!
- cost:1e44 dollar
- req:UpgradeXLVI
- passive:multiply yield of dollar by 1.27
- *UpgradeXLVIII
- name:Upgrade XLVIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.265</b>!
- cost:1e45 dollar
- req:UpgradeXLVII
- passive:multiply yield of dollar by 1.265
- *UpgradeXLIX
- name:Upgrade XLIX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.26</b>!
- cost:1e46 dollar
- req:UpgradeXLVIII
- passive:multiply yield of dollar by 1.26
- *UpgradeL
- name:Upgrade L
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.255</b>!
- cost:1e47 dollar
- req:UpgradeXLIX
- passive:multiply yield of dollar by 1.255
- *UpgradeLI
- name:Upgrade LI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e48 dollar
- req:UpgradeL
- passive:multiply yield of dollar by 1.25
- *UpgradeLII
- name:Upgrade LII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e49 dollar
- req:UpgradeLI
- passive:multiply yield of dollar by 1.25
- *UpgradeLIII
- name:Upgrade LIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e50 dollar
- req:UpgradeLII
- passive:multiply yield of dollar by 1.25
- *UpgradeLIV
- name:Upgrade LIV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e51 dollar
- req:UpgradeLIII
- passive:multiply yield of dollar by 1.25
- *UpgradeLV
- name:Upgrade LV
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e52 dollar
- req:UpgradeLIV
- passive:multiply yield of dollar by 1.25
- *UpgradeLVI
- name:Upgrade LVI
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e53 dollar
- req:UpgradeLV
- passive:multiply yield of dollar by 1.25
- *UpgradeLVII
- name:Upgrade LVII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e54 dollar
- req:UpgradeLVI
- passive:multiply yield of dollar by 1.25
- *UpgradeLVIII
- name:Upgrade LVIII
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e55 dollar
- req:UpgradeLVII
- passive:multiply yield of dollar by 1.25
- *UpgradeLIX
- name:Upgrade LIX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e56 dollar
- req:UpgradeLVIII
- passive:multiply yield of dollar by 1.25
- *UpgradeLX
- name:Upgrade LX
- desc:Hey, this is an upgrade! Pretty interesting, huh.<//><b>Effect:</b><.>Money production <b>x1.25</b>!
- cost:1e57 dollar
- req:UpgradeLIX
- passive:multiply yield of dollar by 1.25
- // thousand: 1e3, million: 1e6, billion: 1e9, trillion: 1e12, quadrillion: 1e15, quintillion: 1e18, sextillion: 1e21, septillion: 1e24, octillion: 1e27, nonillion: 1e30, decillion: 1e33, undecillion: 1e36, duodecillion: 1e39, tredecillion: 1e42, quattuordecillion: 1e45, quindecillion: 1e48, sexdecillion: 1e51, septendecillion: 1e54, octodecillion: 1e57, novemdecillion: 1e60, vigintillion: 1e63, unvigintillion: 1e66, duovigintillion: 1e69, tresvigintillion: 1e72, quattuorvigintillion: 1e75, quinvigintillion: 1e78, sexvigintillion: 1e81, septenvigintillion: 1e84, octovigintillion: 1e87, novemvigintillion: 1e90, trigintillion: 1e93
- *Productivity
- name:Productivity
- desc:Hey, mega cool game mechanic! I should totally buy this thing!<//><b>Effect:</b><.>Increases production by <b>x0.001</b> per structure owned.
- cost:2.5e33 dollar
- req:1e32 dollar:earned
- passive:multiply yield of dollar by (1+0.001*(building1+building2+building3+building4+building5+building6+building7+building8+building9+building10+building11+building12+building13+building14+building15+building16+building17+building18+building19+building20+building21+building22+building23+building24+building25+building26+building27+building28+building29+building30+building31+building32+building33+building34+building35+building36+building37+building38+building39+building40+building41+building42+building43+building44+building45+building46+building47+building48+building49+building50))
- passive:multiply yield of gold by (1+0.0001*(building1+building2+building3+building4+building5+building6+building7+building8+building9+building10+building11+building12+building13+building14+building15+building16+building17+building18+building19+building20+building21+building22+building23+building24+building25+building26+building27+building28+building29+building30+building31+building32+building33+building34+building35+building36+building37+building38+building39+building40+building41+building42+building43+building44+building45+building46+building47+building48+building49+building50))
- // thousand: 1e3, million: 1e6, billion: 1e9, trillion: 1e12, quadrillion: 1e15, quintillion: 1e18, sextillion: 1e21, septillion: 1e24, octillion: 1e27, nonillion: 1e30, decillion: 1e33, undecillion: 1e36, duodecillion: 1e39, tredecillion: 1e42, quattuordecillion: 1e45, quindecillion: 1e48, sexdecillion: 1e51, septendecillion: 1e54, octodecillion: 1e57, novemdecillion: 1e60, vigintillion: 1e63, unvigintillion: 1e66, duovigintillion: 1e69, tresvigintillion: 1e72, quattuorvigintillion: 1e75, quinvigintillion: 1e78, sexvigintillion: 1e81, septenvigintillion: 1e84, octovigintillion: 1e87, novemvigintillion: 1e90, trigintillion: 1e93
- *GoldInvestmentI
- name:Gold Investment I
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x5</b> and gold production by <b>x1.5</b>.
- cost:25 gold
- req:10 gold:earned
- passive:multiply yield of dollar by 5
- passive:multiply yield of gold by 1.5
- *GoldInvestmentII
- name:Gold Investment II
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x4.8</b> and gold production by <b>x1.45</b>.
- cost:625 gold
- req:GoldInvestmentI
- passive:multiply yield of dollar by 4.8
- passive:multiply yield of gold by 1.45
- *GoldInvestmentIII
- name:Gold Investment III
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x4.6</b> and gold production by <b>x1.4</b>.
- cost:1.6e3 gold
- req:GoldInvestmentII
- passive:multiply yield of dollar by 4.6
- passive:multiply yield of gold by 1.4
- *GoldInvestmentIV
- name:Gold Investment IV
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x4.4</b> and gold production by <b>x1.35</b>.
- cost:4e4 gold
- req:GoldInvestmentIII
- passive:multiply yield of dollar by 4.4
- passive:multiply yield of gold by 1.35
- *GoldInvestmentV
- name:Gold Investment V
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x4.2</b> and gold production by <b>x1.3</b>.
- cost:1e6 gold
- req:GoldInvestmentIV
- passive:multiply yield of dollar by 4.2
- passive:multiply yield of gold by 1.3
- *GoldInvestmentVI
- name:Gold Investment VI
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x4</b> and gold production by <b>x1.25</b>.
- cost:3e7 gold
- req:GoldInvestmentV
- passive:multiply yield of dollar by 4
- passive:multiply yield of gold by 1.25
- *GoldInvestmentVII
- name:Gold Investment VII
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3.8</b> and gold production by <b>x1.2</b>.
- cost:8e8 gold
- req:GoldInvestmentVI
- passive:multiply yield of dollar by 3.8
- passive:multiply yield of gold by 1.20
- *GoldInvestmentVIII
- name:Gold Investment VIII
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3.6</b> and gold production by <b>x1.15</b>.
- cost:2e10 gold
- req:GoldInvestmentVII
- passive:multiply yield of dollar by 3.6
- passive:multiply yield of gold by 1.15
- *GoldInvestmentIX
- name:Gold Investment IX
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3.4</b> and gold production by <b>x1.1</b>.
- cost:5e11 gold
- req:GoldInvestmentVIII
- passive:multiply yield of dollar by 3.4
- passive:multiply yield of gold by 1.1
- *GoldInvestmentX
- name:Gold Investment X
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3.2</b> and gold production by <b>x1.1</b>.
- cost:1.25e13 gold
- req:GoldInvestmentIX
- passive:multiply yield of dollar by 3.2
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXI
- name:Gold Investment XI
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:2e14 gold
- req:GoldInvestmentX
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXII
- name:Gold Investment XII
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:2.5e15 gold
- req:GoldInvestmentXI
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXIII
- name:Gold Investment XIII
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:1.5e17 gold
- req:GoldInvestmentXII
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXIV
- name:Gold Investment XIV
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:1e19 gold
- req:GoldInvestmentXIII
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- /*
- *GoldInvestmentXV
- name:Gold Investment XV
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:5e20 gold
- req:GoldInvestmentXIV
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXVI
- name:Gold Investment XVI
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:1.25e22 gold
- req:GoldInvestmentXV
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXVII
- name:Gold Investment XVII
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:2.5e23 gold
- req:GoldInvestmentXVI
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXVIII
- name:Gold Investment XVIII
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:6.25e24 gold
- req:GoldInvestmentXVII
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXIX
- name:Gold Investment XIX
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:1.5e26 gold
- req:GoldInvestmentXVIII
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- *GoldInvestmentXX
- name:Gold Investment XX
- desc:Hey. More unique game mechanics. Boom. You're welcome.<//><b>Effect:</b><.>Increases money production by <b>x3</b> and gold production by <b>x1.1</b>.
- cost:4e27 gold
- req:GoldInvestmentXIX
- passive:multiply yield of dollar by 3
- passive:multiply yield of gold by 1.1
- */
- // thousand: 1e3, million: 1e6, billion: 1e9, trillion: 1e12, quadrillion: 1e15, quintillion: 1e18, sextillion: 1e21, septillion: 1e24, octillion: 1e27, nonillion: 1e30, decillion: 1e33, undecillion: 1e36, duodecillion: 1e39, tredecillion: 1e42, quattuordecillion: 1e45, quindecillion: 1e48, sexdecillion: 1e51, septendecillion: 1e54, octodecillion: 1e57, novemdecillion: 1e60, vigintillion: 1e63, unvigintillion: 1e66, duovigintillion: 1e69, tresvigintillion: 1e72, quattuorvigintillion: 1e75, quinvigintillion: 1e78, sexvigintillion: 1e81, septenvigintillion: 1e84, octovigintillion: 1e87, novemvigintillion: 1e90, trigintillion: 1e93
- Achievements
- *TEMPLATE
- on click:anim glow
- *achievement1
- name:Achievement I
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.1</b> and gold production by <b>x1.005</b>.
- req:10 dollars:earned
- passive:multiply yield of dollar by 1.1
- passive:multiply yield of gold by 1.005
- *achievement2
- name:Achievement II
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.099</b> and gold production by <b>x1.005</b>.
- req:1e1 dollars:earned
- passive:multiply yield of dollar by 1.099
- passive:multiply yield of gold by 1.005
- *achievement3
- name:Achievement III
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 thousand</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.098</b> and gold production by <b>x1.005</b>.
- req:1e2 dollars:earned
- passive:multiply yield of dollar by 1.098
- passive:multiply yield of gold by 1.005
- *achievement4
- name:Achievement IV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 thousand</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.097</b> and gold production by <b>x1.005</b>.
- req:1e3 dollars:earned
- passive:multiply yield of dollar by 1.097
- passive:multiply yield of gold by 1.005
- *achievement5
- name:Achievement V
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 thousand</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.096</b> and gold production by <b>x1.005</b>.
- req:1e4 dollars:earned
- passive:multiply yield of dollar by 1.096
- passive:multiply yield of gold by 1.005
- *achievement6
- name:Achievement VI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 million</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.095</b> and gold production by <b>x1.005</b>.
- req:1e5 dollars:earned
- passive:multiply yield of dollar by 1.095
- passive:multiply yield of gold by 1.005
- *achievement7
- name:Achievement VII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 million</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.094</b> and gold production by <b>x1.005</b>.
- req:1e6 dollars:earned
- passive:multiply yield of dollar by 1.094
- passive:multiply yield of gold by 1.005
- *achievement8
- name:Achievement VIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 million</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.093</b> and gold production by <b>x1.005</b>.
- req:1e7 dollars:earned
- passive:multiply yield of dollar by 1.093
- passive:multiply yield of gold by 1.005
- *achievement9
- name:Achievement IX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 billion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.092</b> and gold production by <b>x1.005</b>.
- req:1e8 dollars:earned
- passive:multiply yield of dollar by 1.092
- passive:multiply yield of gold by 1.005
- *achievement10
- name:Achievement X
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 billion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.091</b> and gold production by <b>x1.005</b>.
- req:1e9 dollars:earned
- passive:multiply yield of dollar by 1.091
- passive:multiply yield of gold by 1.005
- *achievement11
- name:Achievement XI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 billion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.09</b> and gold production by <b>x1.005</b>.
- req:1e10 dollars:earned
- passive:multiply yield of dollar by 1.09
- passive:multiply yield of gold by 1.005
- *achievement12
- name:Achievement XII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 trillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.089</b> and gold production by <b>x1.005</b>.
- req:1e11 dollars:earned
- passive:multiply yield of dollar by 1.089
- passive:multiply yield of gold by 1.005
- *achievement13
- name:Achievement XIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 trillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.088</b> and gold production by <b>x1.005</b>.
- req:1e12 dollars:earned
- passive:multiply yield of dollar by 1.088
- passive:multiply yield of gold by 1.005
- *achievement14
- name:Achievement XIV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 trillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.087</b> and gold production by <b>x1.005</b>.
- req:1e13 dollars:earned
- passive:multiply yield of dollar by 1.087
- passive:multiply yield of gold by 1.005
- *achievement15
- name:Achievement XV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 quadrillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.086</b> and gold production by <b>x1.005</b>.
- req:1e14 dollars:earned
- passive:multiply yield of dollar by 1.86
- passive:multiply yield of gold by 1.005
- *achievement16
- name:Achievement XVI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 quadrillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.085</b> and gold production by <b>x1.005</b>.
- req:1e15 dollars:earned
- passive:multiply yield of dollar by 1.085
- passive:multiply yield of gold by 1.005
- *achievement17
- name:Achievement XVII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 quadrillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.084</b> and gold production by <b>x1.005</b>.
- req:1e16 dollars:earned
- passive:multiply yield of dollar by 1.084
- passive:multiply yield of gold by 1.005
- *achievement18
- name:Achievement XVIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 quintillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.083</b> and gold production by <b>x1.005</b>.
- req:1e17 dollars:earned
- passive:multiply yield of dollar by 1.083
- passive:multiply yield of gold by 1.005
- *achievement19
- name:Achievement XIX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 quintillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.082</b> and gold production by <b>x1.005</b>.
- req:1e18 dollars:earned
- passive:multiply yield of dollar by 1.082
- passive:multiply yield of gold by 1.005
- *achievement20
- name:Achievement XX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 quintillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.081</b> and gold production by <b>x1.005</b>.
- req:1e19 dollars:earned
- passive:multiply yield of dollar by 1.081
- passive:multiply yield of gold by 1.005
- *achievement21
- name:Achievement XXI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 sextillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.08</b> and gold production by <b>x1.005</b>.
- req:1e20 dollars:earned
- passive:multiply yield of dollar by 1.08
- passive:multiply yield of gold by 1.005
- *achievement22
- name:Achievement XXII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 sextillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.079</b> and gold production by <b>x1.005</b>.
- req:1e21 dollars:earned
- passive:multiply yield of dollar by 1.079
- passive:multiply yield of gold by 1.005
- *achievement23
- name:Achievement XXIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 sextillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.078</b> and gold production by <b>x1.005</b>.
- req:1e22 dollars:earned
- passive:multiply yield of dollar by 1.078
- passive:multiply yield of gold by 1.005
- *achievement24
- name:Achievement XXIV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 septillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.077</b> and gold production by <b>x1.005</b>.
- req:1e23 dollars:earned
- passive:multiply yield of dollar by 1.077
- passive:multiply yield of gold by 1.005
- *achievement25
- name:Achievement XXV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 septillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.076</b> and gold production by <b>x1.005</b>.
- req:1e24 dollars:earned
- passive:multiply yield of dollar by 1.076
- passive:multiply yield of gold by 1.005
- *achievement26
- name:Achievement XXVI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 septillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.075</b> and gold production by <b>x1.005</b>.
- req:1e25 dollars:earned
- passive:multiply yield of dollar by 1.075
- passive:multiply yield of gold by 1.005
- *achievement27
- name:Achievement XXVII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 octillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.074</b> and gold production by <b>x1.005</b>.
- req:1e26 dollars:earned
- passive:multiply yield of dollar by 1.074
- passive:multiply yield of gold by 1.005
- *achievement28
- name:Achievement XXVIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 octillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.073</b> and gold production by <b>x1.005</b>.
- req:1e27 dollars:earned
- passive:multiply yield of dollar by 1.073
- passive:multiply yield of gold by 1.005
- *achievement29
- name:Achievement XXIX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 octillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.072</b> and gold production by <b>x1.005</b>.
- req:1e28 dollars:earned
- passive:multiply yield of dollar by 1.072
- passive:multiply yield of gold by 1.005
- *achievement30
- name:Achievement XXX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 nonillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.071</b> and gold production by <b>x1.005</b>.
- req:1e29 dollars:earned
- passive:multiply yield of dollar by 1.071
- passive:multiply yield of gold by 1.005
- *achievement31
- name:Achievement XXXI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 nonillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.07</b> and gold production by <b>x1.005</b>.
- req:1e30 dollars:earned
- passive:multiply yield of dollar by 1.07
- passive:multiply yield of gold by 1.005
- *achievement32
- name:Achievement XXXII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 nonillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.069</b> and gold production by <b>x1.005</b>.
- req:1e31 dollars:earned
- passive:multiply yield of dollar by 1.069
- passive:multiply yield of gold by 1.005
- *achievement33
- name:Achievement XXXIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 decillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.068</b> and gold production by <b>x1.005</b>.
- req:1e32 dollars:earned
- passive:multiply yield of dollar by 1.068
- passive:multiply yield of gold by 1.005
- *achievement34
- name:Achievement XXXIV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 decillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.067</b> and gold production by <b>x1.005</b>.
- req:1e33 dollars:earned
- passive:multiply yield of dollar by 1.067
- passive:multiply yield of gold by 1.005
- *achievement35
- name:Achievement XXXV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 decillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.066</b> and gold production by <b>x1.005</b>.
- req:1e34 dollars:earned
- passive:multiply yield of dollar by 1.066
- passive:multiply yield of gold by 1.005
- *achievement36
- name:Achievement XXXVI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 undecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.065</b> and gold production by <b>x1.005</b>.
- req:1e35 dollars:earned
- passive:multiply yield of dollar by 1.065
- passive:multiply yield of gold by 1.005
- *achievement37
- name:Achievement XXXVII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 undecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.064</b> and gold production by <b>x1.005</b>.
- req:1e36 dollars:earned
- passive:multiply yield of dollar by 1.064
- passive:multiply yield of gold by 1.005
- *achievement38
- name:Achievement XXXVIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 undecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.063</b> and gold production by <b>x1.005</b>.
- req:1e37 dollars:earned
- passive:multiply yield of dollar by 1.063
- passive:multiply yield of gold by 1.005
- *achievement39
- name:Achievement XXXIX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 duodecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.062</b> and gold production by <b>x1.005</b>.
- req:1e38 dollars:earned
- passive:multiply yield of dollar by 1.062
- passive:multiply yield of gold by 1.005
- *achievement40
- name:Achievement XL
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 duodecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.061</b> and gold production by <b>x1.005</b>.
- req:1e39 dollars:earned
- passive:multiply yield of dollar by 1.061
- passive:multiply yield of gold by 1.005
- *achievement41
- name:Achievement XLI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 duodecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.06</b> and gold production by <b>x1.005</b>.
- req:1e40 dollars:earned
- passive:multiply yield of dollar by 1.06
- passive:multiply yield of gold by 1.005
- *achievement42
- name:Achievement XLII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 tredecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.059</b> and gold production by <b>x1.005</b>.
- req:1e41 dollars:earned
- passive:multiply yield of dollar by 1.059
- passive:multiply yield of gold by 1.005
- *achievement43
- name:Achievement XLIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 tredecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.058</b> and gold production by <b>x1.005</b>.
- req:1e42 dollars:earned
- passive:multiply yield of dollar by 1.058
- passive:multiply yield of gold by 1.005
- *achievement44
- name:Achievement XLIV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 tredecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.057</b> and gold production by <b>x1.005</b>.
- req:1e43 dollars:earned
- passive:multiply yield of dollar by 1.057
- passive:multiply yield of gold by 1.005
- *achievement45
- name:Achievement XLV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 quattuordecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.056</b> and gold production by <b>x1.005</b>.
- req:1e44 dollars:earned
- passive:multiply yield of dollar by 1.056
- passive:multiply yield of gold by 1.005
- *achievement46
- name:Achievement XLVI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 quattuordecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.055</b> and gold production by <b>x1.005</b>.
- req:1e45 dollars:earned
- passive:multiply yield of dollar by 1.055
- passive:multiply yield of gold by 1.005
- *achievement47
- name:Achievement XLVII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 quattuordecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.054</b> and gold production by <b>x1.005</b>.
- req:1e46 dollars:earned
- passive:multiply yield of dollar by 1.054
- passive:multiply yield of gold by 1.005
- *achievement48
- name:Achievement XLVIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 quindecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.053</b> and gold production by <b>x1.005</b>.
- req:1e47 dollars:earned
- passive:multiply yield of dollar by 1.053
- passive:multiply yield of gold by 1.005
- *achievement49
- name:Achievement XLIX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 quindecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.052</b> and gold production by <b>x1.005</b>.
- req:1e48 dollars:earned
- passive:multiply yield of dollar by 1.052
- passive:multiply yield of gold by 1.005
- *achievement50
- name:Achievement L
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 quindecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.051</b> and gold production by <b>x1.005</b>.
- req:1e49 dollars:earned
- passive:multiply yield of dollar by 1.051
- passive:multiply yield of gold by 1.005
- *achievement51
- name:Achievement LI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 sexdecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e50 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement52
- name:Achievement LII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 sexdecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e51 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement53
- name:Achievement LIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 sexdecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e52 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement54
- name:Achievement LIV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 septendecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e53 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement55
- name:Achievement LV
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 septendecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e54 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement56
- name:Achievement LVI
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 septendecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e55 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement57
- name:Achievement LVII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 octodecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e56 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement58
- name:Achievement LVIII
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>10 octodecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e57 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement59
- name:Achievement LIX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>100 octodecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e58 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- *achievement60
- name:Achievement LX
- desc:Achievement get! +10 points (not really) <//>Unlocked at <b>1 novemdecillion</b> dollars.<//><b>Effect:</b><.>Increases money production by <b>x1.05</b> and gold production by <b>x1.005</b>.
- req:1e59 dollars:earned
- passive:multiply yield of dollar by 1.05
- passive:multiply yield of gold by 1.005
- // thousand: 1e3, million: 1e6, billion: 1e9, trillion: 1e12, quadrillion: 1e15, quintillion: 1e18, sextillion: 1e21, septillion: 1e24, octillion: 1e27, nonillion: 1e30, decillion: 1e33, undecillion: 1e36, duodecillion: 1e39, tredecillion: 1e42, quattuordecillion: 1e45, quindecillion: 1e48, sexdecillion: 1e51, septendecillion: 1e54, octodecillion: 1e57, novemdecillion: 1e60, vigintillion: 1e63, unvigintillion: 1e66, duovigintillion: 1e69, tresvigintillion: 1e72, quattuorvigintillion: 1e75, quinvigintillion: 1e78, sexvigintillion: 1e81, septenvigintillion: 1e84, octovigintillion: 1e87, novemvigintillion: 1e90, trigintillion: 1e93
- *goldachievement1
- name:Gold Achievement I
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.1</b> and money production by <b>x1.01</b>.
- req:1 gold:earned
- passive:multiply yield of gold by 1.1
- passive:multiply yield of dollar by 1.01
- *goldachievement2
- name:Gold Achievement II
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.099</b> and money production by <b>x1.01</b>.
- req:1e1 gold:earned
- passive:multiply yield of gold by 1.099
- passive:multiply yield of dollar by 1.01
- *goldachievement3
- name:Gold Achievement III
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.098</b> and money production by <b>x1.01</b>.
- req:1e2 gold:earned
- passive:multiply yield of gold by 1.098
- passive:multiply yield of dollar by 1.01
- *goldachievement4
- name:Gold Achievement IV
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 thousand</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.097</b> and money production by <b>x1.01</b>.
- req:1e3 gold:earned
- passive:multiply yield of gold by 1.097
- passive:multiply yield of dollar by 1.01
- *goldachievement5
- name:Gold Achievement V
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 thousand</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.096</b> and money production by <b>x1.01</b>.
- req:1e4 gold:earned
- passive:multiply yield of gold by 1.096
- passive:multiply yield of dollar by 1.01
- *goldachievement6
- name:Gold Achievement VI
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 thousand</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.095</b> and money production by <b>x1.01</b>.
- req:1e5 gold:earned
- passive:multiply yield of gold by 1.095
- passive:multiply yield of dollar by 1.01
- *goldachievement7
- name:Gold Achievement VII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 million</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.094</b> and money production by <b>x1.01</b>.
- req:1e6 gold:earned
- passive:multiply yield of gold by 1.094
- passive:multiply yield of dollar by 1.01
- *goldachievement8
- name:Gold Achievement VIII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 million</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.093</b> and money production by <b>x1.01</b>.
- req:1e7 gold:earned
- passive:multiply yield of gold by 1.093
- passive:multiply yield of dollar by 1.01
- *goldachievement9
- name:Gold Achievement IX
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 million</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.092</b> and money production by <b>x1.01</b>.
- req:1e8 gold:earned
- passive:multiply yield of gold by 1.092
- passive:multiply yield of dollar by 1.01
- *goldachievement10
- name:Gold Achievement X
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 billion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.091</b> and money production by <b>x1.01</b>.
- req:1e9 gold:earned
- passive:multiply yield of gold by 1.091
- passive:multiply yield of dollar by 1.01
- *goldachievement11
- name:Gold Achievement XI
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 billion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.09</b> and money production by <b>x1.01</b>.
- req:1e10 gold:earned
- passive:multiply yield of gold by 1.09
- passive:multiply yield of dollar by 1.01
- *goldachievement12
- name:Gold Achievement XII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 billion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.089</b> and money production by <b>x1.01</b>.
- req:1e11 gold:earned
- passive:multiply yield of gold by 1.089
- passive:multiply yield of dollar by 1.01
- *goldachievement13
- name:Gold Achievement XIII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 billion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.088</b> and money production by <b>x1.01</b>.
- req:1e12 gold:earned
- passive:multiply yield of gold by 1.088
- passive:multiply yield of dollar by 1.01
- *goldachievement14
- name:Gold Achievement XIV
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 trillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.087</b> and money production by <b>x1.01</b>.
- req:1e13 gold:earned
- passive:multiply yield of gold by 1.087
- passive:multiply yield of dollar by 1.01
- *goldachievement15
- name:Gold Achievement XV
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 trillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.086</b> and money production by <b>x1.01</b>.
- req:1e14 gold:earned
- passive:multiply yield of gold by 1.086
- passive:multiply yield of dollar by 1.01
- *goldachievement16
- name:Gold Achievement XVI
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 trillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.085</b> and money production by <b>x1.01</b>.
- req:1e15 gold:earned
- passive:multiply yield of gold by 1.085
- passive:multiply yield of dollar by 1.01
- *goldachievement17
- name:Gold Achievement XVI
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 quadrillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.084</b> and money production by <b>x1.01</b>.
- req:1e16 gold:earned
- passive:multiply yield of gold by 1.084
- passive:multiply yield of dollar by 1.01
- *goldachievement18
- name:Gold Achievement XVII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 quadrillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.083</b> and money production by <b>x1.01</b>.
- req:1e17 gold:earned
- passive:multiply yield of gold by 1.083
- passive:multiply yield of dollar by 1.01
- *goldachievement19
- name:Gold Achievement XIX
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 quadrillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.082</b> and money production by <b>x1.01</b>.
- req:1e18 gold:earned
- passive:multiply yield of gold by 1.082
- passive:multiply yield of dollar by 1.01
- *goldachievement20
- name:Gold Achievement XIX
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 quintillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.081</b> and money production by <b>x1.01</b>.
- req:1e19 gold:earned
- passive:multiply yield of gold by 1.081
- passive:multiply yield of dollar by 1.01
- *goldachievement21
- name:Gold Achievement XXI
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 quintillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.08/b> and money production by <b>x1.01</b>.
- req:1e20 gold:earned
- passive:multiply yield of gold by 1.08
- passive:multiply yield of dollar by 1.01
- *goldachievement22
- name:Gold Achievement XXII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 quintillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.079/b> and money production by <b>x1.01</b>.
- req:1e21 gold:earned
- passive:multiply yield of gold by 1.079
- passive:multiply yield of dollar by 1.01
- *goldachievement23
- name:Gold Achievement XXIII
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>1 sextillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.078/b> and money production by <b>x1.01</b>.
- req:1e22 gold:earned
- passive:multiply yield of gold by 1.078
- passive:multiply yield of dollar by 1.01
- *goldachievement24
- name:Gold Achievement XXIV
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>10 sextillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.077/b> and money production by <b>x1.01</b>.
- req:1e23 gold:earned
- passive:multiply yield of gold by 1.077
- passive:multiply yield of dollar by 1.01
- *goldachievement25
- name:Gold Achievement XXV
- desc:Achievement get! +15 points (not really) <//>Unlocked at <b>100 sextillion</b> gold. <//><b>Effect:</b><.>Increases gold production by <b>x1.076</b> and money production by <b>x1.01</b>.
- req:1e24 gold:earned
- passive:multiply yield of gold by 1.076
- passive:multiply yield of dollar by 1.01
- // thousand: 1e3, million: 1e6, billion: 1e9, trillion: 1e12, quadrillion: 1e15, quintillion: 1e18, sextillion: 1e21, septillion: 1e24, octillion: 1e27, nonillion: 1e30, decillion: 1e33, undecillion: 1e36, duodecillion: 1e39, tredecillion: 1e42, quattuordecillion: 1e45, quindecillion: 1e48, sexdecillion: 1e51, septendecillion: 1e54, octodecillion: 1e57, novemdecillion: 1e60, vigintillion: 1e63, unvigintillion: 1e66, duovigintillion: 1e69, tresvigintillion: 1e72, quattuorvigintillion: 1e75, quinvigintillion: 1e78, sexvigintillion: 1e81, septenvigintillion: 1e84, octovigintillion: 1e87, novemvigintillion: 1e90, trigintillion: 1e93
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement